{ echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-14/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-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-99-g4c8ab13b96"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-14/output-1/per-package /home/autobuild/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs printf ' mosquitto -1 mosquitto -1 * - - - Mosquitto user\n\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/sbin/mkfs.jffs2 -e 0x10000 --with-xattr -b -s 0x1000 -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-14/output-1/images/rootfs.jffs2\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-14/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-14/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2795 objects. stage 2: creating image '/home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2' [ ] 1/2795 0% [ ] 2/2795 0% [ ] 3/2795 0% [ ] 4/2795 0% [ ] 5/2795 0% [ ] 6/2795 0% [ ] 7/2795 0% [ ] 8/2795 0% [ ] 9/2795 0% [ ] 10/2795 0% [ ] 11/2795 0% [ ] 12/2795 0% [ ] 13/2795 0% [ ] 14/2795 0% [ ] 15/2795 0% [ ] 16/2795 0% [ ] 17/2795 0% [ ] 18/2795 0% [ ] 19/2795 0% [ ] 20/2795 0% [ ] 21/2795 0% [ ] 22/2795 0% [ ] 23/2795 0% [ ] 24/2795 0% [ ] 25/2795 0% [ ] 26/2795 0% [ ] 27/2795 0% [ ] 28/2795 1% [ ] 29/2795 1% [ ] 30/2795 1% [ ] 31/2795 1% [ ] 32/2795 1% [ ] 33/2795 1% [ ] 34/2795 1% [ ] 35/2795 1% [ ] 36/2795 1% [ ] 37/2795 1% [ ] 38/2795 1% [ ] 39/2795 1% [ ] 40/2795 1% [ ] 41/2795 1% [ ] 42/2795 1% [ ] 43/2795 1% [ ] 44/2795 1% [ ] 45/2795 1% [= ] 46/2795 1% [= ] 47/2795 1% [= ] 48/2795 1% [= ] 49/2795 1% [= ] 50/2795 1% [= ] 51/2795 1% [= ] 52/2795 1% [= ] 53/2795 1% [= ] 54/2795 1% [= ] 55/2795 1% [= ] 56/2795 2% [= ] 57/2795 2% [= ] 58/2795 2% [= ] 59/2795 2% [= ] 60/2795 2% [= ] 61/2795 2% [= ] 62/2795 2% [= ] 63/2795 2% [= ] 64/2795 2% [= ] 65/2795 2% [= ] 66/2795 2% [= ] 67/2795 2% [= ] 68/2795 2% [= ] 69/2795 2% [= ] 70/2795 2% [= ] 71/2795 2% [= ] 72/2795 2% [= ] 73/2795 2% [= ] 74/2795 2% [= ] 75/2795 2% [= ] 76/2795 2% [= ] 77/2795 2% [= ] 78/2795 2% [= ] 79/2795 2% [= ] 80/2795 2% [= ] 81/2795 2% [= ] 82/2795 2% [= ] 83/2795 2% [= ] 84/2795 3% [= ] 85/2795 3% [= ] 86/2795 3% [= ] 87/2795 3% [= ] 88/2795 3% [= ] 89/2795 3% [= ] 90/2795 3% [== ] 91/2795 3% [== ] 92/2795 3% [== ] 93/2795 3% [== ] 94/2795 3% [== ] 95/2795 3% [== ] 96/2795 3% [== ] 97/2795 3% [== ] 98/2795 3% [== ] 99/2795 3% [== ] 100/2795 3% [== ] 101/2795 3% [== ] 102/2795 3% [== ] 103/2795 3% [== ] 104/2795 3% [== ] 105/2795 3% [== ] 106/2795 3% [== ] 107/2795 3% [== ] 108/2795 3% [== ] 109/2795 3% [== ] 110/2795 3% [== ] 111/2795 3% [== ] 112/2795 4% [== ] 113/2795 4% [== ] 114/2795 4% [== ] 115/2795 4% [== ] 116/2795 4% [== ] 117/2795 4% [== ] 118/2795 4% [== ] 119/2795 4% [== ] 120/2795 4% [== ] 121/2795 4% [== ] 122/2795 4% [== ] 123/2795 4% [== ] 124/2795 4% [== ] 125/2795 4% [== ] 126/2795 4% [== ] 127/2795 4% [== ] 128/2795 4% [== ] 129/2795 4% [== ] 130/2795 4% [== ] 131/2795 4% [== ] 132/2795 4% [== ] 133/2795 4% [== ] 134/2795 4% [== ] 135/2795 4% [=== ] 136/2795 4% [=== ] 137/2795 4% [=== ] 138/2795 4% [=== ] 139/2795 4% [=== ] 140/2795 5% [=== ] 141/2795 5% [=== ] 142/2795 5% [=== ] 143/2795 5% [=== ] 144/2795 5% [=== ] 145/2795 5% [=== ] 146/2795 5% [=== ] 147/2795 5% [=== ] 148/2795 5% [=== ] 149/2795 5% [=== ] 150/2795 5% [=== ] 151/2795 5% [=== ] 152/2795 5% [=== ] 153/2795 5% [=== ] 154/2795 5% [=== ] 155/2795 5% [=== ] 156/2795 5% [=== ] 157/2795 5% [=== ] 158/2795 5% [=== ] 159/2795 5% [=== ] 160/2795 5% [=== ] 161/2795 5% [=== ] 162/2795 5% [=== ] 163/2795 5% [=== ] 164/2795 5% [=== ] 165/2795 5% [=== ] 166/2795 5% [=== ] 167/2795 5% [=== ] 168/2795 6% [=== ] 169/2795 6% [=== ] 170/2795 6% [=== ] 171/2795 6% [=== ] 172/2795 6% [=== ] 173/2795 6% [=== ] 174/2795 6% [=== ] 175/2795 6% [=== ] 176/2795 6% [=== ] 177/2795 6% [=== ] 178/2795 6% [=== ] 179/2795 6% [=== ] 180/2795 6% [==== ] 181/2795 6% [==== ] 182/2795 6% [==== ] 183/2795 6% [==== ] 184/2795 6% [==== ] 185/2795 6% [==== ] 186/2795 6% [==== ] 187/2795 6% [==== ] 188/2795 6% [==== ] 189/2795 6% [==== ] 190/2795 6% [==== ] 191/2795 6% [==== ] 192/2795 6% [==== ] 193/2795 6% [==== ] 194/2795 6% [==== ] 195/2795 6% [==== ] 196/2795 7% [==== ] 197/2795 7% [==== ] 198/2795 7% [==== ] 199/2795 7% [==== ] 200/2795 7% [==== ] 201/2795 7% [==== ] 202/2795 7% [==== ] 203/2795 7% [==== ] 204/2795 7% [==== ] 205/2795 7% [==== ] 206/2795 7% [==== ] 207/2795 7% [==== ] 208/2795 7% [==== ] 209/2795 7% [==== ] 210/2795 7% [==== ] 211/2795 7% [==== ] 212/2795 7% [==== ] 213/2795 7% [==== ] 214/2795 7% [==== ] 215/2795 7% [==== ] 216/2795 7% [==== ] 217/2795 7% [==== ] 218/2795 7% [==== ] 219/2795 7% [==== ] 220/2795 7% [==== ] 221/2795 7% [==== ] 222/2795 7% [==== ] 223/2795 7% [==== ] 224/2795 8% [==== ] 225/2795 8% [===== ] 226/2795 8% [===== ] 227/2795 8% [===== ] 228/2795 8% [===== ] 229/2795 8% [===== ] 230/2795 8% [===== ] 231/2795 8% [===== ] 232/2795 8% [===== ] 233/2795 8% [===== ] 234/2795 8% [===== ] 235/2795 8% [===== ] 236/2795 8% [===== ] 237/2795 8% [===== ] 238/2795 8% [===== ] 239/2795 8% [===== ] 240/2795 8% [===== ] 241/2795 8% [===== ] 242/2795 8% [===== ] 243/2795 8% [===== ] 244/2795 8% [===== ] 245/2795 8% [===== ] 246/2795 8% [===== ] 247/2795 8% [===== ] 248/2795 8% [===== ] 249/2795 8% [===== ] 250/2795 8% [===== ] 251/2795 8% [===== ] 252/2795 9% [===== ] 253/2795 9% [===== ] 254/2795 9% [===== ] 255/2795 9% [===== ] 256/2795 9% [===== ] 257/2795 9% [===== ] 258/2795 9% [===== ] 259/2795 9% [===== ] 260/2795 9% [===== ] 261/2795 9% [===== ] 262/2795 9% [===== ] 263/2795 9% [===== ] 264/2795 9% [===== ] 265/2795 9% [===== ] 266/2795 9% [===== ] 267/2795 9% [===== ] 268/2795 9% [===== ] 269/2795 9% [===== ] 270/2795 9% [====== ] 271/2795 9% [====== ] 272/2795 9% [====== ] 273/2795 9% [====== ] 274/2795 9% [====== ] 275/2795 9% [====== ] 276/2795 9% [====== ] 277/2795 9% [====== ] 278/2795 9% [====== ] 279/2795 9% [====== ] 280/2795 10% [====== ] 281/2795 10% [====== ] 282/2795 10% [====== ] 283/2795 10% [====== ] 284/2795 10% [====== ] 285/2795 10% [====== ] 286/2795 10% [====== ] 287/2795 10% [====== ] 288/2795 10% [====== ] 289/2795 10% [====== ] 290/2795 10% [====== ] 291/2795 10% [====== ] 292/2795 10% [====== ] 293/2795 10% [====== ] 294/2795 10% [====== ] 295/2795 10% [====== ] 296/2795 10% [====== ] 297/2795 10% [====== ] 298/2795 10% [====== ] 299/2795 10% [====== ] 300/2795 10% [====== ] 301/2795 10% [====== ] 302/2795 10% [====== ] 303/2795 10% [====== ] 304/2795 10% [====== ] 305/2795 10% [====== ] 306/2795 10% [====== ] 307/2795 10% [====== ] 308/2795 11% [====== ] 309/2795 11% [====== ] 310/2795 11% [====== ] 311/2795 11% [====== ] 312/2795 11% [====== ] 313/2795 11% [====== ] 314/2795 11% [====== ] 315/2795 11% [======= ] 316/2795 11% [======= ] 317/2795 11% [======= ] 318/2795 11% [======= ] 319/2795 11% [======= ] 320/2795 11% [======= ] 321/2795 11% [======= ] 322/2795 11% [======= ] 323/2795 11% [======= ] 324/2795 11% [======= ] 325/2795 11% [======= ] 326/2795 11% [======= ] 327/2795 11% [======= ] 328/2795 11% [======= ] 329/2795 11% [======= ] 330/2795 11% [======= ] 331/2795 11% [======= ] 332/2795 11% [======= ] 333/2795 11% [======= ] 334/2795 11% [======= ] 335/2795 11% [======= ] 336/2795 12% [======= ] 337/2795 12% [======= ] 338/2795 12% [======= ] 339/2795 12% [======= ] 340/2795 12% [======= ] 341/2795 12% [======= ] 342/2795 12% [======= ] 343/2795 12% [======= ] 344/2795 12% [======= ] 345/2795 12% [======= ] 346/2795 12% [======= ] 347/2795 12% [======= ] 348/2795 12% [======= ] 349/2795 12% [======= ] 350/2795 12% [======= ] 351/2795 12% [======= ] 352/2795 12% [======= ] 353/2795 12% [======= ] 354/2795 12% [======= ] 355/2795 12% [======= ] 356/2795 12% [======= ] 357/2795 12% [======= ] 358/2795 12% [======= ] 359/2795 12% [======= ] 360/2795 12% [======== ] 361/2795 12% [======== ] 362/2795 12% [======== ] 363/2795 12% [======== ] 364/2795 13% [======== ] 365/2795 13% [======== ] 366/2795 13% [======== ] 367/2795 13% [======== ] 368/2795 13% [======== ] 369/2795 13% [======== ] 370/2795 13% [======== ] 371/2795 13% [======== ] 372/2795 13% [======== ] 373/2795 13% [======== ] 374/2795 13% [======== ] 375/2795 13% [======== ] 376/2795 13% [======== ] 377/2795 13% [======== ] 378/2795 13% [======== ] 379/2795 13% [======== ] 380/2795 13% [======== ] 381/2795 13% [======== ] 382/2795 13% [======== ] 383/2795 13% [======== ] 384/2795 13% [======== ] 385/2795 13% [======== ] 386/2795 13% [======== ] 387/2795 13% [======== ] 388/2795 13% [======== ] 389/2795 13% [======== ] 390/2795 13% [======== ] 391/2795 13% [======== ] 392/2795 14% [======== ] 393/2795 14% [======== ] 394/2795 14% [======== ] 395/2795 14% [======== ] 396/2795 14% [======== ] 397/2795 14% [======== ] 398/2795 14% [======== ] 399/2795 14% [======== ] 400/2795 14% [======== ] 401/2795 14% [======== ] 402/2795 14% [======== ] 403/2795 14% [======== ] 404/2795 14% [======== ] 405/2795 14% [========= ] 406/2795 14% [========= ] 407/2795 14% [========= ] 408/2795 14% [========= ] 409/2795 14% [========= ] 410/2795 14% [========= ] 411/2795 14% [========= ] 412/2795 14% [========= ] 413/2795 14% [========= ] 414/2795 14% [========= ] 415/2795 14% [========= ] 416/2795 14% [========= ] 417/2795 14% [========= ] 418/2795 14% [========= ] 419/2795 14% [========= ] 420/2795 15% [========= ] 421/2795 15% [========= ] 422/2795 15% [========= ] 423/2795 15% [========= ] 424/2795 15% [========= ] 425/2795 15% [========= ] 426/2795 15% [========= ] 427/2795 15% [========= ] 428/2795 15% [========= ] 429/2795 15% [========= ] 430/2795 15% [========= ] 431/2795 15% [========= ] 432/2795 15% [========= ] 433/2795 15% [========= ] 434/2795 15% [========= ] 435/2795 15% [========= ] 436/2795 15% [========= ] 437/2795 15% [========= ] 438/2795 15% [========= ] 439/2795 15% [========= ] 440/2795 15% [========= ] 441/2795 15% [========= ] 442/2795 15% [========= ] 443/2795 15% [========= ] 444/2795 15% [========= ] 445/2795 15% [========= ] 446/2795 15% [========= ] 447/2795 15% [========= ] 448/2795 16% [========= ] 449/2795 16% [========= ] 450/2795 16% [========== ] 451/2795 16% [========== ] 452/2795 16% [========== ] 453/2795 16% [========== ] 454/2795 16% [========== ] 455/2795 16% [========== ] 456/2795 16% [========== ] 457/2795 16% [========== ] 458/2795 16% [========== ] 459/2795 16% [========== ] 460/2795 16% [========== ] 461/2795 16% [========== ] 462/2795 16% [========== ] 463/2795 16% [========== ] 464/2795 16% [========== ] 465/2795 16% [========== ] 466/2795 16% [========== ] 467/2795 16% [========== ] 468/2795 16% [========== ] 469/2795 16% [========== ] 470/2795 16% [========== ] 471/2795 16% [========== ] 472/2795 16% [========== ] 473/2795 16% [========== ] 474/2795 16% [========== ] 475/2795 16% [========== ] 476/2795 17% [========== ] 477/2795 17% [========== ] 478/2795 17% [========== ] 479/2795 17% [========== ] 480/2795 17% [========== ] 481/2795 17% [========== ] 482/2795 17% [========== ] 483/2795 17% [========== ] 484/2795 17% [========== ] 485/2795 17% [========== ] 486/2795 17% [========== ] 487/2795 17% [========== ] 488/2795 17% [========== ] 489/2795 17% [========== ] 490/2795 17% [========== ] 491/2795 17% [========== ] 492/2795 17% [========== ] 493/2795 17% [========== ] 494/2795 17% [========== ] 495/2795 17% [=========== ] 496/2795 17% [=========== ] 497/2795 17% [=========== ] 498/2795 17% [=========== ] 499/2795 17% [=========== ] 500/2795 17% [=========== ] 501/2795 17% [=========== ] 502/2795 17% [=========== ] 503/2795 17% [=========== ] 504/2795 18% [=========== ] 505/2795 18% [=========== ] 506/2795 18% [=========== ] 507/2795 18% [=========== ] 508/2795 18% [=========== ] 509/2795 18% [=========== ] 510/2795 18% [=========== ] 511/2795 18% [=========== ] 512/2795 18% [=========== ] 513/2795 18% [=========== ] 514/2795 18% [=========== ] 515/2795 18% [=========== ] 516/2795 18% [=========== ] 517/2795 18% [=========== ] 518/2795 18% [=========== ] 519/2795 18% [=========== ] 520/2795 18% [=========== ] 521/2795 18% [=========== ] 522/2795 18% [=========== ] 523/2795 18% [=========== ] 524/2795 18% [=========== ] 525/2795 18% [=========== ] 526/2795 18% [=========== ] 527/2795 18% [=========== ] 528/2795 18% [=========== ] 529/2795 18% [=========== ] 530/2795 18% [=========== ] 531/2795 18% [=========== ] 532/2795 19% [=========== ] 533/2795 19% [=========== ] 534/2795 19% [=========== ] 535/2795 19% [=========== ] 536/2795 19% [=========== ] 537/2795 19% [=========== ] 538/2795 19% [=========== ] 539/2795 19% [=========== ] 540/2795 19% [============ ] 541/2795 19% [============ ] 542/2795 19% [============ ] 543/2795 19% [============ ] 544/2795 19% [============ ] 545/2795 19% [============ ] 546/2795 19% [============ ] 547/2795 19% [============ ] 548/2795 19% [============ ] 549/2795 19% [============ ] 550/2795 19% [============ ] 551/2795 19% [============ ] 552/2795 19% [============ ] 553/2795 19% [============ ] 554/2795 19% [============ ] 555/2795 19% [============ ] 556/2795 19% [============ ] 557/2795 19% [============ ] 558/2795 19% [============ ] 559/2795 20% [============ ] 560/2795 20% [============ ] 561/2795 20% [============ ] 562/2795 20% [============ ] 563/2795 20% [============ ] 564/2795 20% [============ ] 565/2795 20% [============ ] 566/2795 20% [============ ] 567/2795 20% [============ ] 568/2795 20% [============ ] 569/2795 20% [============ ] 570/2795 20% [============ ] 571/2795 20% [============ ] 572/2795 20% [============ ] 573/2795 20% [============ ] 574/2795 20% [============ ] 575/2795 20% [============ ] 576/2795 20% [============ ] 577/2795 20% [============ ] 578/2795 20% [============ ] 579/2795 20% [============ ] 580/2795 20% [============ ] 581/2795 20% [============ ] 582/2795 20% [============ ] 583/2795 20% [============ ] 584/2795 20% [============ ] 585/2795 20% [============ ] 586/2795 20% [============= ] 587/2795 21% [============= ] 588/2795 21% [============= ] 589/2795 21% [============= ] 590/2795 21% [============= ] 591/2795 21% [============= ] 592/2795 21% [============= ] 593/2795 21% [============= ] 594/2795 21% [============= ] 595/2795 21% [============= ] 596/2795 21% [============= ] 597/2795 21% [============= ] 598/2795 21% [============= ] 599/2795 21% [============= ] 600/2795 21% [============= ] 601/2795 21% [============= ] 602/2795 21% [============= ] 603/2795 21% [============= ] 604/2795 21% [============= ] 605/2795 21% [============= ] 606/2795 21% [============= ] 607/2795 21% [============= ] 608/2795 21% [============= ] 609/2795 21% [============= ] 610/2795 21% [============= ] 611/2795 21% [============= ] 612/2795 21% [============= ] 613/2795 21% [============= ] 614/2795 21% [============= ] 615/2795 22% [============= ] 616/2795 22% [============= ] 617/2795 22% [============= ] 618/2795 22% [============= ] 619/2795 22% [============= ] 620/2795 22% [============= ] 621/2795 22% [============= ] 622/2795 22% [============= ] 623/2795 22% [============= ] 624/2795 22% [============= ] 625/2795 22% [============= ] 626/2795 22% [============= ] 627/2795 22% [============= ] 628/2795 22% [============= ] 629/2795 22% [============= ] 630/2795 22% [============= ] 631/2795 22% [============== ] 632/2795 22% [============== ] 633/2795 22% [============== ] 634/2795 22% [============== ] 635/2795 22% [============== ] 636/2795 22% [============== ] 637/2795 22% [============== ] 638/2795 22% [============== ] 639/2795 22% [============== ] 640/2795 22% [============== ] 641/2795 22% [============== ] 642/2795 22% [============== ] 643/2795 23% [============== ] 644/2795 23% [============== ] 645/2795 23% [============== ] 646/2795 23% [============== ] 647/2795 23% [============== ] 648/2795 23% [============== ] 649/2795 23% [============== ] 650/2795 23% [============== ] 651/2795 23% [============== ] 652/2795 23% [============== ] 653/2795 23% [============== ] 654/2795 23% [============== ] 655/2795 23% [============== ] 656/2795 23% [============== ] 657/2795 23% [============== ] 658/2795 23% [============== ] 659/2795 23% [============== ] 660/2795 23% [============== ] 661/2795 23% [============== ] 662/2795 23% [============== ] 663/2795 23% [============== ] 664/2795 23% [============== ] 665/2795 23% [============== ] 666/2795 23% [============== ] 667/2795 23% [============== ] 668/2795 23% [============== ] 669/2795 23% [============== ] 670/2795 23% [============== ] 671/2795 24% [============== ] 672/2795 24% [============== ] 673/2795 24% [============== ] 674/2795 24% [============== ] 675/2795 24% [============== ] 676/2795 24% [=============== ] 677/2795 24% [=============== ] 678/2795 24% [=============== ] 679/2795 24% [=============== ] 680/2795 24% [=============== ] 681/2795 24% [=============== ] 682/2795 24% [=============== ] 683/2795 24% [=============== ] 684/2795 24% [=============== ] 685/2795 24% [=============== ] 686/2795 24% [=============== ] 687/2795 24% [=============== ] 688/2795 24% [=============== ] 689/2795 24% [=============== ] 690/2795 24% [=============== ] 691/2795 24% [=============== ] 692/2795 24% [=============== ] 693/2795 24% [=============== ] 694/2795 24% [=============== ] 695/2795 24% [=============== ] 696/2795 24% [=============== ] 697/2795 24% [=============== ] 698/2795 24% [=============== ] 699/2795 25% [=============== ] 700/2795 25% [=============== ] 701/2795 25% [=============== ] 702/2795 25% [=============== ] 703/2795 25% [=============== ] 704/2795 25% [=============== ] 705/2795 25% [=============== ] 706/2795 25% [=============== ] 707/2795 25% [=============== ] 708/2795 25% [=============== ] 709/2795 25% [=============== ] 710/2795 25% [=============== ] 711/2795 25% [=============== ] 712/2795 25% [=============== ] 713/2795 25% [=============== ] 714/2795 25% [=============== ] 715/2795 25% [=============== ] 716/2795 25% [=============== ] 717/2795 25% [=============== ] 718/2795 25% [=============== ] 719/2795 25% [=============== ] 720/2795 25% [=============== ] 721/2795 25% [================ ] 722/2795 25% [================ ] 723/2795 25% [================ ] 724/2795 25% [================ ] 725/2795 25% [================ ] 726/2795 25% [================ ] 727/2795 26% [================ ] 728/2795 26% [================ ] 729/2795 26% [================ ] 730/2795 26% [================ ] 731/2795 26% [================ ] 732/2795 26% [================ ] 733/2795 26% [================ ] 734/2795 26% [================ ] 735/2795 26% [================ ] 736/2795 26% [================ ] 737/2795 26% [================ ] 738/2795 26% [================ ] 739/2795 26% [================ ] 740/2795 26% [================ ] 741/2795 26% [================ ] 742/2795 26% [================ ] 743/2795 26% [================ ] 744/2795 26% [================ ] 745/2795 26% [================ ] 746/2795 26% [================ ] 747/2795 26% [================ ] 748/2795 26% [================ ] 749/2795 26% [================ ] 750/2795 26% [================ ] 751/2795 26% [================ ] 752/2795 26% [================ ] 753/2795 26% [================ ] 754/2795 26% [================ ] 755/2795 27% [================ ] 756/2795 27% [================ ] 757/2795 27% [================ ] 758/2795 27% [================ ] 759/2795 27% [================ ] 760/2795 27% [================ ] 761/2795 27% [================ ] 762/2795 27% [================ ] 763/2795 27% [================ ] 764/2795 27% [================ ] 765/2795 27% [================ ] 766/2795 27% [================= ] 767/2795 27% [================= ] 768/2795 27% [================= ] 769/2795 27% [================= ] 770/2795 27% [================= ] 771/2795 27% [================= ] 772/2795 27% [================= ] 773/2795 27% [================= ] 774/2795 27% [================= ] 775/2795 27% [================= ] 776/2795 27% [================= ] 777/2795 27% [================= ] 778/2795 27% [================= ] 779/2795 27% [================= ] 780/2795 27% [================= ] 781/2795 27% [================= ] 782/2795 27% [================= ] 783/2795 28% [================= ] 784/2795 28% [================= ] 785/2795 28% [================= ] 786/2795 28% [================= ] 787/2795 28% [================= ] 788/2795 28% [================= ] 789/2795 28% [================= ] 790/2795 28% [================= ] 791/2795 28% [================= ] 792/2795 28% [================= ] 793/2795 28% [================= ] 794/2795 28% [================= ] 795/2795 28% [================= ] 796/2795 28% [================= ] 797/2795 28% [================= ] 798/2795 28% [================= ] 799/2795 28% [================= ] 800/2795 28% [================= ] 801/2795 28% [================= ] 802/2795 28% [================= ] 803/2795 28% [================= ] 804/2795 28% [================= ] 805/2795 28% [================= ] 806/2795 28% [================= ] 807/2795 28% [================= ] 808/2795 28% [================= ] 809/2795 28% [================= ] 810/2795 28% [================= ] 811/2795 29% [================== ] 812/2795 29% [================== ] 813/2795 29% [================== ] 814/2795 29% [================== ] 815/2795 29% [================== ] 816/2795 29% [================== ] 817/2795 29% [================== ] 818/2795 29% [================== ] 819/2795 29% [================== ] 820/2795 29% [================== ] 821/2795 29% [================== ] 822/2795 29% [================== ] 823/2795 29% [================== ] 824/2795 29% [================== ] 825/2795 29% [================== ] 826/2795 29% [================== ] 827/2795 29% [================== ] 828/2795 29% [================== ] 829/2795 29% [================== ] 830/2795 29% [================== ] 831/2795 29% [================== ] 832/2795 29% [================== ] 833/2795 29% [================== ] 834/2795 29% [================== ] 835/2795 29% [================== ] 836/2795 29% [================== ] 837/2795 29% [================== ] 838/2795 29% [================== ] 839/2795 30% [================== ] 840/2795 30% [================== ] 841/2795 30% [================== ] 842/2795 30% [================== ] 843/2795 30% [================== ] 844/2795 30% [================== ] 845/2795 30% [================== ] 846/2795 30% [================== ] 847/2795 30% [================== ] 848/2795 30% [================== ] 849/2795 30% [================== ] 850/2795 30% [================== ] 851/2795 30% [================== ] 852/2795 30% [================== ] 853/2795 30% [================== ] 854/2795 30% [================== ] 855/2795 30% [================== ] 856/2795 30% [=================== ] 857/2795 30% [=================== ] 858/2795 30% [=================== ] 859/2795 30% [=================== ] 860/2795 30% [=================== ] 861/2795 30% [=================== ] 862/2795 30% [=================== ] 863/2795 30% [=================== ] 864/2795 30% [=================== ] 865/2795 30% [=================== ] 866/2795 30% [=================== ] 867/2795 31% [=================== ] 868/2795 31% [=================== ] 869/2795 31% [=================== ] 870/2795 31% [=================== ] 871/2795 31% [=================== ] 872/2795 31% [=================== ] 873/2795 31% [=================== ] 874/2795 31% [=================== ] 875/2795 31% [=================== ] 876/2795 31% [=================== ] 877/2795 31% [=================== ] 878/2795 31% [=================== ] 879/2795 31% [=================== ] 880/2795 31% [=================== ] 881/2795 31% [=================== ] 882/2795 31% [=================== ] 883/2795 31% [=================== ] 884/2795 31% [=================== ] 885/2795 31% [=================== ] 886/2795 31% [=================== ] 887/2795 31% [=================== ] 888/2795 31% [=================== ] 889/2795 31% [=================== ] 890/2795 31% [=================== ] 891/2795 31% [=================== ] 892/2795 31% [=================== ] 893/2795 31% [=================== ] 894/2795 31% [=================== ] 895/2795 32% [=================== ] 896/2795 32% [=================== ] 897/2795 32% [=================== ] 898/2795 32% [=================== ] 899/2795 32% [=================== ] 900/2795 32% [=================== ] 901/2795 32% [==================== ] 902/2795 32% [==================== ] 903/2795 32% [==================== ] 904/2795 32% [==================== ] 905/2795 32% [==================== ] 906/2795 32% [==================== ] 907/2795 32% [==================== ] 908/2795 32% [==================== ] 909/2795 32% [==================== ] 910/2795 32% [==================== ] 911/2795 32% [==================== ] 912/2795 32% [==================== ] 913/2795 32% [==================== ] 914/2795 32% [==================== ] 915/2795 32% [==================== ] 916/2795 32% [==================== ] 917/2795 32% [==================== ] 918/2795 32% [==================== ] 919/2795 32% [==================== ] 920/2795 32% [==================== ] 921/2795 32% [==================== ] 922/2795 32% [==================== ] 923/2795 33% [==================== ] 924/2795 33% [==================== ] 925/2795 33% [==================== ] 926/2795 33% [==================== ] 927/2795 33% [==================== ] 928/2795 33% [==================== ] 929/2795 33% [==================== ] 930/2795 33% [==================== ] 931/2795 33% [==================== ] 932/2795 33% [==================== ] 933/2795 33% [==================== ] 934/2795 33% [==================== ] 935/2795 33% [==================== ] 936/2795 33% [==================== ] 937/2795 33% [==================== ] 938/2795 33% [==================== ] 939/2795 33% [==================== ] 940/2795 33% [==================== ] 941/2795 33% [==================== ] 942/2795 33% [==================== ] 943/2795 33% [==================== ] 944/2795 33% [==================== ] 945/2795 33% [==================== ] 946/2795 33% [===================== ] 947/2795 33% [===================== ] 948/2795 33% [===================== ] 949/2795 33% [===================== ] 950/2795 33% [===================== ] 951/2795 34% [===================== ] 952/2795 34% [===================== ] 953/2795 34% [===================== ] 954/2795 34% [===================== ] 955/2795 34% [===================== ] 956/2795 34% [===================== ] 957/2795 34% [===================== ] 958/2795 34% [===================== ] 959/2795 34% [===================== ] 960/2795 34% [===================== ] 961/2795 34% [===================== ] 962/2795 34% [===================== ] 963/2795 34% [===================== ] 964/2795 34% [===================== ] 965/2795 34% [===================== ] 966/2795 34% [===================== ] 967/2795 34% [===================== ] 968/2795 34% [===================== ] 969/2795 34% [===================== ] 970/2795 34% [===================== ] 971/2795 34% [===================== ] 972/2795 34% [===================== ] 973/2795 34% [===================== ] 974/2795 34% [===================== ] 975/2795 34% [===================== ] 976/2795 34% [===================== ] 977/2795 34% [===================== ] 978/2795 34% [===================== ] 979/2795 35% [===================== ] 980/2795 35% [===================== ] 981/2795 35% [===================== ] 982/2795 35% [===================== ] 983/2795 35% [===================== ] 984/2795 35% [===================== ] 985/2795 35% [===================== ] 986/2795 35% [===================== ] 987/2795 35% [===================== ] 988/2795 35% [===================== ] 989/2795 35% [===================== ] 990/2795 35% [===================== ] 991/2795 35% [====================== ] 992/2795 35% [====================== ] 993/2795 35% [====================== ] 994/2795 35% [====================== ] 995/2795 35% [====================== ] 996/2795 35% [====================== ] 997/2795 35% [====================== ] 998/2795 35% [====================== ] 999/2795 35% [====================== ] 1000/2795 35% [====================== ] 1001/2795 35% [====================== ] 1002/2795 35% [====================== ] 1003/2795 35% [====================== ] 1004/2795 35% [====================== ] 1005/2795 35% [====================== ] 1006/2795 35% [====================== ] 1007/2795 36% [====================== ] 1008/2795 36% [====================== ] 1009/2795 36% [====================== ] 1010/2795 36% [====================== ] 1011/2795 36% [====================== ] 1012/2795 36% [====================== ] 1013/2795 36% [====================== ] 1014/2795 36% [====================== ] 1015/2795 36% [====================== ] 1016/2795 36% [====================== ] 1017/2795 36% [====================== ] 1018/2795 36% [====================== ] 1019/2795 36% [====================== ] 1020/2795 36% [====================== ] 1021/2795 36% [====================== ] 1022/2795 36% [====================== ] 1023/2795 36% [====================== ] 1024/2795 36% [====================== ] 1025/2795 36% [====================== ] 1026/2795 36% [====================== ] 1027/2795 36% [====================== ] 1028/2795 36% [====================== ] 1029/2795 36% [====================== ] 1030/2795 36% [====================== ] 1031/2795 36% [====================== ] 1032/2795 36% [====================== ] 1033/2795 36% [====================== ] 1034/2795 36% [====================== ] 1035/2795 37% [====================== ] 1036/2795 37% [======================= ] 1037/2795 37% [======================= ] 1038/2795 37% [======================= ] 1039/2795 37% [======================= ] 1040/2795 37% [======================= ] 1041/2795 37% [======================= ] 1042/2795 37% [======================= ] 1043/2795 37% [======================= ] 1044/2795 37% [======================= ] 1045/2795 37% [======================= ] 1046/2795 37% [======================= ] 1047/2795 37% [======================= ] 1048/2795 37% [======================= ] 1049/2795 37% [======================= ] 1050/2795 37% [======================= ] 1051/2795 37% [======================= ] 1052/2795 37% [======================= ] 1053/2795 37% [======================= ] 1054/2795 37% [======================= ] 1055/2795 37% [======================= ] 1056/2795 37% [======================= ] 1057/2795 37% [======================= ] 1058/2795 37% [======================= ] 1059/2795 37% [======================= ] 1060/2795 37% [======================= ] 1061/2795 37% [======================= ] 1062/2795 37% [======================= ] 1063/2795 38% [======================= ] 1064/2795 38% [======================= ] 1065/2795 38% [======================= ] 1066/2795 38% [======================= ] 1067/2795 38% [======================= ] 1068/2795 38% [======================= ] 1069/2795 38% [======================= ] 1070/2795 38% [======================= ] 1071/2795 38% [======================= ] 1072/2795 38% [======================= ] 1073/2795 38% [======================= ] 1074/2795 38% [======================= ] 1075/2795 38% [======================= ] 1076/2795 38% [======================= ] 1077/2795 38% [======================= ] 1078/2795 38% [======================= ] 1079/2795 38% [======================= ] 1080/2795 38% [======================= ] 1081/2795 38% [======================== ] 1082/2795 38% [======================== ] 1083/2795 38% [======================== ] 1084/2795 38% [======================== ] 1085/2795 38% [======================== ] 1086/2795 38% [======================== ] 1087/2795 38% [======================== ] 1088/2795 38% [======================== ] 1089/2795 38% [======================== ] 1090/2795 38% [======================== ] 1091/2795 39% [======================== ] 1092/2795 39% [======================== ] 1093/2795 39% [======================== ] 1094/2795 39% [======================== ] 1095/2795 39% [======================== ] 1096/2795 39% [======================== ] 1097/2795 39% [======================== ] 1098/2795 39% [======================== ] 1099/2795 39% [======================== ] 1100/2795 39% [======================== ] 1101/2795 39% [======================== ] 1102/2795 39% [======================== ] 1103/2795 39% [======================== ] 1104/2795 39% [======================== ] 1105/2795 39% [======================== ] 1106/2795 39% [======================== ] 1107/2795 39% [======================== ] 1108/2795 39% [======================== ] 1109/2795 39% [======================== ] 1110/2795 39% [======================== ] 1111/2795 39% [======================== ] 1112/2795 39% [======================== ] 1113/2795 39% [======================== ] 1114/2795 39% [======================== ] 1115/2795 39% [======================== ] 1116/2795 39% [======================== ] 1117/2795 39% [======================== ] 1118/2795 40% [======================== ] 1119/2795 40% [======================== ] 1120/2795 40% [======================== ] 1121/2795 40% [======================== ] 1122/2795 40% [======================== ] 1123/2795 40% [======================== ] 1124/2795 40% [======================== ] 1125/2795 40% [======================== ] 1126/2795 40% [======================== ] 1127/2795 40% [========================= ] 1128/2795 40% [========================= ] 1129/2795 40% [========================= ] 1130/2795 40% [========================= ] 1131/2795 40% [========================= ] 1132/2795 40% [========================= ] 1133/2795 40% [========================= ] 1134/2795 40% [========================= ] 1135/2795 40% [========================= ] 1136/2795 40% [========================= ] 1137/2795 40% [========================= ] 1138/2795 40% [========================= ] 1139/2795 40% [========================= ] 1140/2795 40% [========================= ] 1141/2795 40% [========================= ] 1142/2795 40% [========================= ] 1143/2795 40% [========================= ] 1144/2795 40% [========================= ] 1145/2795 40% [========================= ] 1146/2795 41% [========================= ] 1147/2795 41% [========================= ] 1148/2795 41% [========================= ] 1149/2795 41% [========================= ] 1150/2795 41% [========================= ] 1151/2795 41% [========================= ] 1152/2795 41% [========================= ] 1153/2795 41% [========================= ] 1154/2795 41% [========================= ] 1155/2795 41% [========================= ] 1156/2795 41% [========================= ] 1157/2795 41% [========================= ] 1158/2795 41% [========================= ] 1159/2795 41% [========================= ] 1160/2795 41% [========================= ] 1161/2795 41% [========================= ] 1162/2795 41% [========================= ] 1163/2795 41% [========================= ] 1164/2795 41% [========================= ] 1165/2795 41% [========================= ] 1166/2795 41% [========================= ] 1167/2795 41% [========================= ] 1168/2795 41% [========================= ] 1169/2795 41% [========================= ] 1170/2795 41% [========================= ] 1171/2795 41% [========================= ] 1172/2795 41% [========================== ] 1173/2795 41% [========================== ] 1174/2795 42% [========================== ] 1175/2795 42% [========================== ] 1176/2795 42% [========================== ] 1177/2795 42% [========================== ] 1178/2795 42% [========================== ] 1179/2795 42% [========================== ] 1180/2795 42% [========================== ] 1181/2795 42% [========================== ] 1182/2795 42% [========================== ] 1183/2795 42% [========================== ] 1184/2795 42% [========================== ] 1185/2795 42% [========================== ] 1186/2795 42% [========================== ] 1187/2795 42% [========================== ] 1188/2795 42% [========================== ] 1189/2795 42% [========================== ] 1190/2795 42% [========================== ] 1191/2795 42% [========================== ] 1192/2795 42% [========================== ] 1193/2795 42% [========================== ] 1194/2795 42% [========================== ] 1195/2795 42% [========================== ] 1196/2795 42% [========================== ] 1197/2795 42% [========================== ] 1198/2795 42% [========================== ] 1199/2795 42% [========================== ] 1200/2795 42% [========================== ] 1201/2795 42% [========================== ] 1202/2795 43% [========================== ] 1203/2795 43% [========================== ] 1204/2795 43% [========================== ] 1205/2795 43% [========================== ] 1206/2795 43% [========================== ] 1207/2795 43% [========================== ] 1208/2795 43% [========================== ] 1209/2795 43% [========================== ] 1210/2795 43% [========================== ] 1211/2795 43% [========================== ] 1212/2795 43% [========================== ] 1213/2795 43% [========================== ] 1214/2795 43% [========================== ] 1215/2795 43% [========================== ] 1216/2795 43% [========================== ] 1217/2795 43% [=========================== ] 1218/2795 43% [=========================== ] 1219/2795 43% [=========================== ] 1220/2795 43% [=========================== ] 1221/2795 43% [=========================== ] 1222/2795 43% [=========================== ] 1223/2795 43% [=========================== ] 1224/2795 43% [=========================== ] 1225/2795 43% [=========================== ] 1226/2795 43% [=========================== ] 1227/2795 43% [=========================== ] 1228/2795 43% [=========================== ] 1229/2795 43% [=========================== ] 1230/2795 44% [=========================== ] 1231/2795 44% [=========================== ] 1232/2795 44% [=========================== ] 1233/2795 44% [=========================== ] 1234/2795 44% [=========================== ] 1235/2795 44% [=========================== ] 1236/2795 44% [=========================== ] 1237/2795 44% [=========================== ] 1238/2795 44% [=========================== ] 1239/2795 44% [=========================== ] 1240/2795 44% [=========================== ] 1241/2795 44% [=========================== ] 1242/2795 44% [=========================== ] 1243/2795 44% [=========================== ] 1244/2795 44% [=========================== ] 1245/2795 44% [=========================== ] 1246/2795 44% [=========================== ] 1247/2795 44% [=========================== ] 1248/2795 44% [=========================== ] 1249/2795 44% [=========================== ] 1250/2795 44% [=========================== ] 1251/2795 44% [=========================== ] 1252/2795 44% [=========================== ] 1253/2795 44% [=========================== ] 1254/2795 44% [=========================== ] 1255/2795 44% [=========================== ] 1256/2795 44% [=========================== ] 1257/2795 44% [=========================== ] 1258/2795 45% [=========================== ] 1259/2795 45% [=========================== ] 1260/2795 45% [=========================== ] 1261/2795 45% [=========================== ] 1262/2795 45% [============================ ] 1263/2795 45% [============================ ] 1264/2795 45% [============================ ] 1265/2795 45% [============================ ] 1266/2795 45% [============================ ] 1267/2795 45% [============================ ] 1268/2795 45% [============================ ] 1269/2795 45% [============================ ] 1270/2795 45% [============================ ] 1271/2795 45% [============================ ] 1272/2795 45% [============================ ] 1273/2795 45% [============================ ] 1274/2795 45% [============================ ] 1275/2795 45% [============================ ] 1276/2795 45% [============================ ] 1277/2795 45% [============================ ] 1278/2795 45% [============================ ] 1279/2795 45% [============================ ] 1280/2795 45% [============================ ] 1281/2795 45% [============================ ] 1282/2795 45% [============================ ] 1283/2795 45% [============================ ] 1284/2795 45% [============================ ] 1285/2795 45% [============================ ] 1286/2795 46% [============================ ] 1287/2795 46% [============================ ] 1288/2795 46% [============================ ] 1289/2795 46% [============================ ] 1290/2795 46% [============================ ] 1291/2795 46% [============================ ] 1292/2795 46% [============================ ] 1293/2795 46% [============================ ] 1294/2795 46% [============================ ] 1295/2795 46% [============================ ] 1296/2795 46% [============================ ] 1297/2795 46% [============================ ] 1298/2795 46% [============================ ] 1299/2795 46% [============================ ] 1300/2795 46% [============================ ] 1301/2795 46% [============================ ] 1302/2795 46% [============================ ] 1303/2795 46% [============================ ] 1304/2795 46% [============================ ] 1305/2795 46% [============================ ] 1306/2795 46% [============================ ] 1307/2795 46% [============================= ] 1308/2795 46% [============================= ] 1309/2795 46% [============================= ] 1310/2795 46% [============================= ] 1311/2795 46% [============================= ] 1312/2795 46% [============================= ] 1313/2795 46% [============================= ] 1314/2795 47% [============================= ] 1315/2795 47% [============================= ] 1316/2795 47% [============================= ] 1317/2795 47% [============================= ] 1318/2795 47% [============================= ] 1319/2795 47% [============================= ] 1320/2795 47% [============================= ] 1321/2795 47% [============================= ] 1322/2795 47% [============================= ] 1323/2795 47% [============================= ] 1324/2795 47% [============================= ] 1325/2795 47% [============================= ] 1326/2795 47% [============================= ] 1327/2795 47% [============================= ] 1328/2795 47% [============================= ] 1329/2795 47% [============================= ] 1330/2795 47% [============================= ] 1331/2795 47% [============================= ] 1332/2795 47% [============================= ] 1333/2795 47% [============================= ] 1334/2795 47% [============================= ] 1335/2795 47% [============================= ] 1336/2795 47% [============================= ] 1337/2795 47% [============================= ] 1338/2795 47% [============================= ] 1339/2795 47% [============================= ] 1340/2795 47% [============================= ] 1341/2795 47% [============================= ] 1342/2795 48% [============================= ] 1343/2795 48% [============================= ] 1344/2795 48% [============================= ] 1345/2795 48% [============================= ] 1346/2795 48% [============================= ] 1347/2795 48% [============================= ] 1348/2795 48% [============================= ] 1349/2795 48% [============================= ] 1350/2795 48% [============================= ] 1351/2795 48% [============================= ] 1352/2795 48% [============================== ] 1353/2795 48% [============================== ] 1354/2795 48% [============================== ] 1355/2795 48% [============================== ] 1356/2795 48% [============================== ] 1357/2795 48% [============================== ] 1358/2795 48% [============================== ] 1359/2795 48% [============================== ] 1360/2795 48% [============================== ] 1361/2795 48% [============================== ] 1362/2795 48% [============================== ] 1363/2795 48% [============================== ] 1364/2795 48% [============================== ] 1365/2795 48% [============================== ] 1366/2795 48% [============================== ] 1367/2795 48% [============================== ] 1368/2795 48% [============================== ] 1369/2795 48% [============================== ] 1370/2795 49% [============================== ] 1371/2795 49% [============================== ] 1372/2795 49% [============================== ] 1373/2795 49% [============================== ] 1374/2795 49% [============================== ] 1375/2795 49% [============================== ] 1376/2795 49% [============================== ] 1377/2795 49% [============================== ] 1378/2795 49% [============================== ] 1379/2795 49% [============================== ] 1380/2795 49% [============================== ] 1381/2795 49% [============================== ] 1382/2795 49% [============================== ] 1383/2795 49% [============================== ] 1384/2795 49% [============================== ] 1385/2795 49% [============================== ] 1386/2795 49% [============================== ] 1387/2795 49% [============================== ] 1388/2795 49% [============================== ] 1389/2795 49% [============================== ] 1390/2795 49% [============================== ] 1391/2795 49% [============================== ] 1392/2795 49% [============================== ] 1393/2795 49% [============================== ] 1394/2795 49% [============================== ] 1395/2795 49% [============================== ] 1396/2795 49% [============================== ] 1397/2795 49% [=============================== ] 1398/2795 50% [=============================== ] 1399/2795 50% [=============================== ] 1400/2795 50% [=============================== ] 1401/2795 50% [=============================== ] 1402/2795 50% [=============================== ] 1403/2795 50% [=============================== ] 1404/2795 50% [=============================== ] 1405/2795 50% [=============================== ] 1406/2795 50% [=============================== ] 1407/2795 50% [=============================== ] 1408/2795 50% [=============================== ] 1409/2795 50% [=============================== ] 1410/2795 50% [=============================== ] 1411/2795 50% [=============================== ] 1412/2795 50% [=============================== ] 1413/2795 50% [=============================== ] 1414/2795 50% [=============================== ] 1415/2795 50% [=============================== ] 1416/2795 50% [=============================== ] 1417/2795 50% [=============================== ] 1418/2795 50% [=============================== ] 1419/2795 50% [=============================== ] 1420/2795 50% [=============================== ] 1421/2795 50% [=============================== ] 1422/2795 50% [=============================== ] 1423/2795 50% [=============================== ] 1424/2795 50% [=============================== ] 1425/2795 50% [=============================== ] 1426/2795 51% [=============================== ] 1427/2795 51% [=============================== ] 1428/2795 51% [=============================== ] 1429/2795 51% [=============================== ] 1430/2795 51% [=============================== ] 1431/2795 51% [=============================== ] 1432/2795 51% [=============================== ] 1433/2795 51% [=============================== ] 1434/2795 51% [=============================== ] 1435/2795 51% [=============================== ] 1436/2795 51% [=============================== ] 1437/2795 51% [=============================== ] 1438/2795 51% [=============================== ] 1439/2795 51% [=============================== ] 1440/2795 51% [=============================== ] 1441/2795 51% [=============================== ] 1442/2795 51% [================================ ] 1443/2795 51% [================================ ] 1444/2795 51% [================================ ] 1445/2795 51% [================================ ] 1446/2795 51% [================================ ] 1447/2795 51% [================================ ] 1448/2795 51% [================================ ] 1449/2795 51% [================================ ] 1450/2795 51% [================================ ] 1451/2795 51% [================================ ] 1452/2795 51% [================================ ] 1453/2795 51% [================================ ] 1454/2795 52% [================================ ] 1455/2795 52% [================================ ] 1456/2795 52% [================================ ] 1457/2795 52% [================================ ] 1458/2795 52% [================================ ] 1459/2795 52% [================================ ] 1460/2795 52% [================================ ] 1461/2795 52% [================================ ] 1462/2795 52% [================================ ] 1463/2795 52% [================================ ] 1464/2795 52% [================================ ] 1465/2795 52% [================================ ] 1466/2795 52% [================================ ] 1467/2795 52% [================================ ] 1468/2795 52% [================================ ] 1469/2795 52% [================================ ] 1470/2795 52% [================================ ] 1471/2795 52% [================================ ] 1472/2795 52% [================================ ] 1473/2795 52% [================================ ] 1474/2795 52% [================================ ] 1475/2795 52% [================================ ] 1476/2795 52% [================================ ] 1477/2795 52% [================================ ] 1478/2795 52% [================================ ] 1479/2795 52% [================================ ] 1480/2795 52% [================================ ] 1481/2795 52% [================================ ] 1482/2795 53% [================================ ] 1483/2795 53% [================================ ] 1484/2795 53% [================================ ] 1485/2795 53% [================================ ] 1486/2795 53% [================================ ] 1487/2795 53% [================================= ] 1488/2795 53% [================================= ] 1489/2795 53% [================================= ] 1490/2795 53% [================================= ] 1491/2795 53% [================================= ] 1492/2795 53% [================================= ] 1493/2795 53% [================================= ] 1494/2795 53% [================================= ] 1495/2795 53% [================================= ] 1496/2795 53% [================================= ] 1497/2795 53% [================================= ] 1498/2795 53% [================================= ] 1499/2795 53% [================================= ] 1500/2795 53% [================================= ] 1501/2795 53% [================================= ] 1502/2795 53% [================================= ] 1503/2795 53% [================================= ] 1504/2795 53% [================================= ] 1505/2795 53% [================================= ] 1506/2795 53% [================================= ] 1507/2795 53% [================================= ] 1508/2795 53% [================================= ] 1509/2795 53% [================================= ] 1510/2795 54% [================================= ] 1511/2795 54% [================================= ] 1512/2795 54% [================================= ] 1513/2795 54% [================================= ] 1514/2795 54% [================================= ] 1515/2795 54% [================================= ] 1516/2795 54% [================================= ] 1517/2795 54% [================================= ] 1518/2795 54% [================================= ] 1519/2795 54% [================================= ] 1520/2795 54% [================================= ] 1521/2795 54% [================================= ] 1522/2795 54% [================================= ] 1523/2795 54% [================================= ] 1524/2795 54% [================================= ] 1525/2795 54% [================================= ] 1526/2795 54% [================================= ] 1527/2795 54% [================================= ] 1528/2795 54% [================================= ] 1529/2795 54% [================================= ] 1530/2795 54% [================================= ] 1531/2795 54% [================================= ] 1532/2795 54% [================================== ] 1533/2795 54% [================================== ] 1534/2795 54% [================================== ] 1535/2795 54% [================================== ] 1536/2795 54% [================================== ] 1537/2795 54% [================================== ] 1538/2795 55% [================================== ] 1539/2795 55% [================================== ] 1540/2795 55% [================================== ] 1541/2795 55% [================================== ] 1542/2795 55% [================================== ] 1543/2795 55% [================================== ] 1544/2795 55% [================================== ] 1545/2795 55% [================================== ] 1546/2795 55% [================================== ] 1547/2795 55% [================================== ] 1548/2795 55% [================================== ] 1549/2795 55% [================================== ] 1550/2795 55% [================================== ] 1551/2795 55% [================================== ] 1552/2795 55% [================================== ] 1553/2795 55% [================================== ] 1554/2795 55% [================================== ] 1555/2795 55% [================================== ] 1556/2795 55% [================================== ] 1557/2795 55% [================================== ] 1558/2795 55% [================================== ] 1559/2795 55% [================================== ] 1560/2795 55% [================================== ] 1561/2795 55% [================================== ] 1562/2795 55% [================================== ] 1563/2795 55% [================================== ] 1564/2795 55% [================================== ] 1565/2795 55% [================================== ] 1566/2795 56% [================================== ] 1567/2795 56% [================================== ] 1568/2795 56% [================================== ] 1569/2795 56% [================================== ] 1570/2795 56% [================================== ] 1571/2795 56% [================================== ] 1572/2795 56% [================================== ] 1573/2795 56% [================================== ] 1574/2795 56% [================================== ] 1575/2795 56% [================================== ] 1576/2795 56% [================================== ] 1577/2795 56% [=================================== ] 1578/2795 56% [=================================== ] 1579/2795 56% [=================================== ] 1580/2795 56% [=================================== ] 1581/2795 56% [=================================== ] 1582/2795 56% [=================================== ] 1583/2795 56% [=================================== ] 1584/2795 56% [=================================== ] 1585/2795 56% [=================================== ] 1586/2795 56% [=================================== ] 1587/2795 56% [=================================== ] 1588/2795 56% [=================================== ] 1589/2795 56% [=================================== ] 1590/2795 56% [=================================== ] 1591/2795 56% [=================================== ] 1592/2795 56% [=================================== ] 1593/2795 56% [=================================== ] 1594/2795 57% [=================================== ] 1595/2795 57% [=================================== ] 1596/2795 57% [=================================== ] 1597/2795 57% [=================================== ] 1598/2795 57% [=================================== ] 1599/2795 57% [=================================== ] 1600/2795 57% [=================================== ] 1601/2795 57% [=================================== ] 1602/2795 57% [=================================== ] 1603/2795 57% [=================================== ] 1604/2795 57% [=================================== ] 1605/2795 57% [=================================== ] 1606/2795 57% [=================================== ] 1607/2795 57% [=================================== ] 1608/2795 57% [=================================== ] 1609/2795 57% [=================================== ] 1610/2795 57% [=================================== ] 1611/2795 57% [=================================== ] 1612/2795 57% [=================================== ] 1613/2795 57% [=================================== ] 1614/2795 57% [=================================== ] 1615/2795 57% [=================================== ] 1616/2795 57% [=================================== ] 1617/2795 57% [=================================== ] 1618/2795 57% [=================================== ] 1619/2795 57% [=================================== ] 1620/2795 57% [=================================== ] 1621/2795 57% [=================================== ] 1622/2795 58% [==================================== ] 1623/2795 58% [==================================== ] 1624/2795 58% [==================================== ] 1625/2795 58% [==================================== ] 1626/2795 58% [==================================== ] 1627/2795 58% [==================================== ] 1628/2795 58% [==================================== ] 1629/2795 58% [==================================== ] 1630/2795 58% [==================================== ] 1631/2795 58% [==================================== ] 1632/2795 58% [==================================== ] 1633/2795 58% [==================================== ] 1634/2795 58% [==================================== ] 1635/2795 58% [==================================== ] 1636/2795 58% [==================================== ] 1637/2795 58% [==================================== ] 1638/2795 58% [==================================== ] 1639/2795 58% [==================================== ] 1640/2795 58% [==================================== ] 1641/2795 58% [==================================== ] 1642/2795 58% [==================================== ] 1643/2795 58% [==================================== ] 1644/2795 58% [==================================== ] 1645/2795 58% [==================================== ] 1646/2795 58% [==================================== ] 1647/2795 58% [==================================== ] 1648/2795 58% [==================================== ] 1649/2795 58% [==================================== ] 1650/2795 59% [==================================== ] 1651/2795 59% [==================================== ] 1652/2795 59% [==================================== ] 1653/2795 59% [==================================== ] 1654/2795 59% [==================================== ] 1655/2795 59% [==================================== ] 1656/2795 59% [==================================== ] 1657/2795 59% [==================================== ] 1658/2795 59% [==================================== ] 1659/2795 59% [==================================== ] 1660/2795 59% [==================================== ] 1661/2795 59% [==================================== ] 1662/2795 59% [==================================== ] 1663/2795 59% [==================================== ] 1664/2795 59% [==================================== ] 1665/2795 59% [==================================== ] 1666/2795 59% [==================================== ] 1667/2795 59% [===================================== ] 1668/2795 59% [===================================== ] 1669/2795 59% [===================================== ] 1670/2795 59% [===================================== ] 1671/2795 59% [===================================== ] 1672/2795 59% [===================================== ] 1673/2795 59% [===================================== ] 1674/2795 59% [===================================== ] 1675/2795 59% [===================================== ] 1676/2795 59% [===================================== ] 1677/2795 60% [===================================== ] 1678/2795 60% [===================================== ] 1679/2795 60% [===================================== ] 1680/2795 60% [===================================== ] 1681/2795 60% [===================================== ] 1682/2795 60% [===================================== ] 1683/2795 60% [===================================== ] 1684/2795 60% [===================================== ] 1685/2795 60% [===================================== ] 1686/2795 60% [===================================== ] 1687/2795 60% [===================================== ] 1688/2795 60% [===================================== ] 1689/2795 60% [===================================== ] 1690/2795 60% [===================================== ] 1691/2795 60% [===================================== ] 1692/2795 60% [===================================== ] 1693/2795 60% [===================================== ] 1694/2795 60% [===================================== ] 1695/2795 60% [===================================== ] 1696/2795 60% [===================================== ] 1697/2795 60% [===================================== ] 1698/2795 60% [===================================== ] 1699/2795 60% [===================================== ] 1700/2795 60% [===================================== ] 1701/2795 60% [===================================== ] 1702/2795 60% [===================================== ] 1703/2795 60% [===================================== ] 1704/2795 60% [===================================== ] 1705/2795 61% [===================================== ] 1706/2795 61% [===================================== ] 1707/2795 61% [===================================== ] 1708/2795 61% [===================================== ] 1709/2795 61% [===================================== ] 1710/2795 61% [===================================== ] 1711/2795 61% [===================================== ] 1712/2795 61% [===================================== ] 1713/2795 61% [====================================== ] 1714/2795 61% [====================================== ] 1715/2795 61% [====================================== ] 1716/2795 61% [====================================== ] 1717/2795 61% [====================================== ] 1718/2795 61% [====================================== ] 1719/2795 61% [====================================== ] 1720/2795 61% [====================================== ] 1721/2795 61% [====================================== ] 1722/2795 61% [====================================== ] 1723/2795 61% [====================================== ] 1724/2795 61% [====================================== ] 1725/2795 61% [====================================== ] 1726/2795 61% [====================================== ] 1727/2795 61% [====================================== ] 1728/2795 61% [====================================== ] 1729/2795 61% [====================================== ] 1730/2795 61% [====================================== ] 1731/2795 61% [====================================== ] 1732/2795 61% [====================================== ] 1733/2795 62% [====================================== ] 1734/2795 62% [====================================== ] 1735/2795 62% [====================================== ] 1736/2795 62% [====================================== ] 1737/2795 62% [====================================== ] 1738/2795 62% [====================================== ] 1739/2795 62% [====================================== ] 1740/2795 62% [====================================== ] 1741/2795 62% [====================================== ] 1742/2795 62% [====================================== ] 1743/2795 62% [====================================== ] 1744/2795 62% [====================================== ] 1745/2795 62% [====================================== ] 1746/2795 62% [====================================== ] 1747/2795 62% [====================================== ] 1748/2795 62% [====================================== ] 1749/2795 62% [====================================== ] 1750/2795 62% [====================================== ] 1751/2795 62% [====================================== ] 1752/2795 62% [====================================== ] 1753/2795 62% [====================================== ] 1754/2795 62% [====================================== ] 1755/2795 62% [====================================== ] 1756/2795 62% [====================================== ] 1757/2795 62% [====================================== ] 1758/2795 62% [======================================= ] 1759/2795 62% [======================================= ] 1760/2795 62% [======================================= ] 1761/2795 63% [======================================= ] 1762/2795 63% [======================================= ] 1763/2795 63% [======================================= ] 1764/2795 63% [======================================= ] 1765/2795 63% [======================================= ] 1766/2795 63% [======================================= ] 1767/2795 63% [======================================= ] 1768/2795 63% [======================================= ] 1769/2795 63% [======================================= ] 1770/2795 63% [======================================= ] 1771/2795 63% [======================================= ] 1772/2795 63% [======================================= ] 1773/2795 63% [======================================= ] 1774/2795 63% [======================================= ] 1775/2795 63% [======================================= ] 1776/2795 63% [======================================= ] 1777/2795 63% [======================================= ] 1778/2795 63% [======================================= ] 1779/2795 63% [======================================= ] 1780/2795 63% [======================================= ] 1781/2795 63% [======================================= ] 1782/2795 63% [======================================= ] 1783/2795 63% [======================================= ] 1784/2795 63% [======================================= ] 1785/2795 63% [======================================= ] 1786/2795 63% [======================================= ] 1787/2795 63% [======================================= ] 1788/2795 63% [======================================= ] 1789/2795 64% [======================================= ] 1790/2795 64% [======================================= ] 1791/2795 64% [======================================= ] 1792/2795 64% [======================================= ] 1793/2795 64% [======================================= ] 1794/2795 64% [======================================= ] 1795/2795 64% [======================================= ] 1796/2795 64% [======================================= ] 1797/2795 64% [======================================= ] 1798/2795 64% [======================================= ] 1799/2795 64% [======================================= ] 1800/2795 64% [======================================= ] 1801/2795 64% [======================================= ] 1802/2795 64% [======================================= ] 1803/2795 64% [======================================== ] 1804/2795 64% [======================================== ] 1805/2795 64% [======================================== ] 1806/2795 64% [======================================== ] 1807/2795 64% [======================================== ] 1808/2795 64% [======================================== ] 1809/2795 64% [======================================== ] 1810/2795 64% [======================================== ] 1811/2795 64% [======================================== ] 1812/2795 64% [======================================== ] 1813/2795 64% [======================================== ] 1814/2795 64% [======================================== ] 1815/2795 64% [======================================== ] 1816/2795 64% [======================================== ] 1817/2795 65% [======================================== ] 1818/2795 65% [======================================== ] 1819/2795 65% [======================================== ] 1820/2795 65% [======================================== ] 1821/2795 65% [======================================== ] 1822/2795 65% [======================================== ] 1823/2795 65% [======================================== ] 1824/2795 65% [======================================== ] 1825/2795 65% [======================================== ] 1826/2795 65% [======================================== ] 1827/2795 65% [======================================== ] 1828/2795 65% [======================================== ] 1829/2795 65% [======================================== ] 1830/2795 65% [======================================== ] 1831/2795 65% [======================================== ] 1832/2795 65% [======================================== ] 1833/2795 65% [======================================== ] 1834/2795 65% [======================================== ] 1835/2795 65% [======================================== ] 1836/2795 65% [======================================== ] 1837/2795 65% [======================================== ] 1838/2795 65% [======================================== ] 1839/2795 65% [======================================== ] 1840/2795 65% [======================================== ] 1841/2795 65% [======================================== ] 1842/2795 65% [======================================== ] 1843/2795 65% [======================================== ] 1844/2795 65% [======================================== ] 1845/2795 66% [======================================== ] 1846/2795 66% [======================================== ] 1847/2795 66% [======================================== ] 1848/2795 66% [========================================= ] 1849/2795 66% [========================================= ] 1850/2795 66% [========================================= ] 1851/2795 66% [========================================= ] 1852/2795 66% [========================================= ] 1853/2795 66% [========================================= ] 1854/2795 66% [========================================= ] 1855/2795 66% [========================================= ] 1856/2795 66% [========================================= ] 1857/2795 66% [========================================= ] 1858/2795 66% [========================================= ] 1859/2795 66% [========================================= ] 1860/2795 66% [========================================= ] 1861/2795 66% [========================================= ] 1862/2795 66% [========================================= ] 1863/2795 66% [========================================= ] 1864/2795 66% [========================================= ] 1865/2795 66% [========================================= ] 1866/2795 66% [========================================= ] 1867/2795 66% [========================================= ] 1868/2795 66% [========================================= ] 1869/2795 66% [========================================= ] 1870/2795 66% [========================================= ] 1871/2795 66% [========================================= ] 1872/2795 66% [========================================= ] 1873/2795 67% [========================================= ] 1874/2795 67% [========================================= ] 1875/2795 67% [========================================= ] 1876/2795 67% [========================================= ] 1877/2795 67% [========================================= ] 1878/2795 67% [========================================= ] 1879/2795 67% [========================================= ] 1880/2795 67% [========================================= ] 1881/2795 67% [========================================= ] 1882/2795 67% [========================================= ] 1883/2795 67% [========================================= ] 1884/2795 67% [========================================= ] 1885/2795 67% [========================================= ] 1886/2795 67% [========================================= ] 1887/2795 67% [========================================= ] 1888/2795 67% [========================================= ] 1889/2795 67% [========================================= ] 1890/2795 67% [========================================= ] 1891/2795 67% [========================================= ] 1892/2795 67% [========================================= ] 1893/2795 67% [========================================== ] 1894/2795 67% [========================================== ] 1895/2795 67% [========================================== ] 1896/2795 67% [========================================== ] 1897/2795 67% [========================================== ] 1898/2795 67% [========================================== ] 1899/2795 67% [========================================== ] 1900/2795 67% [========================================== ] 1901/2795 68% [========================================== ] 1902/2795 68% [========================================== ] 1903/2795 68% [========================================== ] 1904/2795 68% [========================================== ] 1905/2795 68% [========================================== ] 1906/2795 68% [========================================== ] 1907/2795 68% [========================================== ] 1908/2795 68% [========================================== ] 1909/2795 68% [========================================== ] 1910/2795 68% [========================================== ] 1911/2795 68% [========================================== ] 1912/2795 68% [========================================== ] 1913/2795 68% [========================================== ] 1914/2795 68% [========================================== ] 1915/2795 68% [========================================== ] 1916/2795 68% [========================================== ] 1917/2795 68% [========================================== ] 1918/2795 68% [========================================== ] 1919/2795 68% [========================================== ] 1920/2795 68% [========================================== ] 1921/2795 68% [========================================== ] 1922/2795 68% [========================================== ] 1923/2795 68% [========================================== ] 1924/2795 68% [========================================== ] 1925/2795 68% [========================================== ] 1926/2795 68% [========================================== ] 1927/2795 68% [========================================== ] 1928/2795 68% [========================================== ] 1929/2795 69% [========================================== ] 1930/2795 69% [========================================== ] 1931/2795 69% [========================================== ] 1932/2795 69% [========================================== ] 1933/2795 69% [========================================== ] 1934/2795 69% [========================================== ] 1935/2795 69% [========================================== ] 1936/2795 69% [========================================== ] 1937/2795 69% [========================================== ] 1938/2795 69% [=========================================== ] 1939/2795 69% [=========================================== ] 1940/2795 69% [=========================================== ] 1941/2795 69% [=========================================== ] 1942/2795 69% [=========================================== ] 1943/2795 69% [=========================================== ] 1944/2795 69% [=========================================== ] 1945/2795 69% [=========================================== ] 1946/2795 69% [=========================================== ] 1947/2795 69% [=========================================== ] 1948/2795 69% [=========================================== ] 1949/2795 69% [=========================================== ] 1950/2795 69% [=========================================== ] 1951/2795 69% [=========================================== ] 1952/2795 69% [=========================================== ] 1953/2795 69% [=========================================== ] 1954/2795 69% [=========================================== ] 1955/2795 69% [=========================================== ] 1956/2795 69% [=========================================== ] 1957/2795 70% [=========================================== ] 1958/2795 70% [=========================================== ] 1959/2795 70% [=========================================== ] 1960/2795 70% [=========================================== ] 1961/2795 70% [=========================================== ] 1962/2795 70% [=========================================== ] 1963/2795 70% [=========================================== ] 1964/2795 70% [=========================================== ] 1965/2795 70% [=========================================== ] 1966/2795 70% [=========================================== ] 1967/2795 70% [=========================================== ] 1968/2795 70% [=========================================== ] 1969/2795 70% [=========================================== ] 1970/2795 70% [=========================================== ] 1971/2795 70% [=========================================== ] 1972/2795 70% [=========================================== ] 1973/2795 70% [=========================================== ] 1974/2795 70% [=========================================== ] 1975/2795 70% [=========================================== ] 1976/2795 70% [=========================================== ] 1977/2795 70% [=========================================== ] 1978/2795 70% [=========================================== ] 1979/2795 70% [=========================================== ] 1980/2795 70% [=========================================== ] 1981/2795 70% [=========================================== ] 1982/2795 70% [=========================================== ] 1983/2795 70% [============================================ ] 1984/2795 70% [============================================ ] 1985/2795 71% [============================================ ] 1986/2795 71% [============================================ ] 1987/2795 71% [============================================ ] 1988/2795 71% [============================================ ] 1989/2795 71% [============================================ ] 1990/2795 71% [============================================ ] 1991/2795 71% [============================================ ] 1992/2795 71% [============================================ ] 1993/2795 71% [============================================ ] 1994/2795 71% [============================================ ] 1995/2795 71% [============================================ ] 1996/2795 71% [============================================ ] 1997/2795 71% [============================================ ] 1998/2795 71% [============================================ ] 1999/2795 71% [============================================ ] 2000/2795 71% [============================================ ] 2001/2795 71% [============================================ ] 2002/2795 71% [============================================ ] 2003/2795 71% [============================================ ] 2004/2795 71% [============================================ ] 2005/2795 71% [============================================ ] 2006/2795 71% [============================================ ] 2007/2795 71% [============================================ ] 2008/2795 71% [============================================ ] 2009/2795 71% [============================================ ] 2010/2795 71% [============================================ ] 2011/2795 71% [============================================ ] 2012/2795 71% [============================================ ] 2013/2795 72% [============================================ ] 2014/2795 72% [============================================ ] 2015/2795 72% [============================================ ] 2016/2795 72% [============================================ ] 2017/2795 72% [============================================ ] 2018/2795 72% [============================================ ] 2019/2795 72% [============================================ ] 2020/2795 72% [============================================ ] 2021/2795 72% [============================================ ] 2022/2795 72% [============================================ ] 2023/2795 72% [============================================ ] 2024/2795 72% [============================================ ] 2025/2795 72% [============================================ ] 2026/2795 72% [============================================ ] 2027/2795 72% [============================================ ] 2028/2795 72% [============================================= ] 2029/2795 72% [============================================= ] 2030/2795 72% [============================================= ] 2031/2795 72% [============================================= ] 2032/2795 72% [============================================= ] 2033/2795 72% [============================================= ] 2034/2795 72% [============================================= ] 2035/2795 72% [============================================= ] 2036/2795 72% [============================================= ] 2037/2795 72% [============================================= ] 2038/2795 72% [============================================= ] 2039/2795 72% [============================================= ] 2040/2795 72% [============================================= ] 2041/2795 73% [============================================= ] 2042/2795 73% [============================================= ] 2043/2795 73% [============================================= ] 2044/2795 73% [============================================= ] 2045/2795 73% [============================================= ] 2046/2795 73% [============================================= ] 2047/2795 73% [============================================= ] 2048/2795 73% [============================================= ] 2049/2795 73% [============================================= ] 2050/2795 73% [============================================= ] 2051/2795 73% [============================================= ] 2052/2795 73% [============================================= ] 2053/2795 73% [============================================= ] 2054/2795 73% [============================================= ] 2055/2795 73% [============================================= ] 2056/2795 73% [============================================= ] 2057/2795 73% [============================================= ] 2058/2795 73% [============================================= ] 2059/2795 73% [============================================= ] 2060/2795 73% [============================================= ] 2061/2795 73% [============================================= ] 2062/2795 73% [============================================= ] 2063/2795 73% [============================================= ] 2064/2795 73% [============================================= ] 2065/2795 73% [============================================= ] 2066/2795 73% [============================================= ] 2067/2795 73% [============================================= ] 2068/2795 73% [============================================= ] 2069/2795 74% [============================================= ] 2070/2795 74% [============================================= ] 2071/2795 74% [============================================= ] 2072/2795 74% [============================================= ] 2073/2795 74% [============================================== ] 2074/2795 74% [============================================== ] 2075/2795 74% [============================================== ] 2076/2795 74% [============================================== ] 2077/2795 74% [============================================== ] 2078/2795 74% [============================================== ] 2079/2795 74% [============================================== ] 2080/2795 74% [============================================== ] 2081/2795 74% [============================================== ] 2082/2795 74% [============================================== ] 2083/2795 74% [============================================== ] 2084/2795 74% [============================================== ] 2085/2795 74% [============================================== ] 2086/2795 74% [============================================== ] 2087/2795 74% [============================================== ] 2088/2795 74% [============================================== ] 2089/2795 74% [============================================== ] 2090/2795 74% [============================================== ] 2091/2795 74% [============================================== ] 2092/2795 74% [============================================== ] 2093/2795 74% [============================================== ] 2094/2795 74% [============================================== ] 2095/2795 74% [============================================== ] 2096/2795 74% [============================================== ] 2097/2795 75% [============================================== ] 2098/2795 75% [============================================== ] 2099/2795 75% [============================================== ] 2100/2795 75% [============================================== ] 2101/2795 75% [============================================== ] 2102/2795 75% [============================================== ] 2103/2795 75% [============================================== ] 2104/2795 75% [============================================== ] 2105/2795 75% [============================================== ] 2106/2795 75% [============================================== ] 2107/2795 75% [============================================== ] 2108/2795 75% [============================================== ] 2109/2795 75% [============================================== ] 2110/2795 75% [============================================== ] 2111/2795 75% [============================================== ] 2112/2795 75% [============================================== ] 2113/2795 75% [============================================== ] 2114/2795 75% [============================================== ] 2115/2795 75% [============================================== ] 2116/2795 75% [============================================== ] 2117/2795 75% [============================================== ] 2118/2795 75% [=============================================== ] 2119/2795 75% [=============================================== ] 2120/2795 75% [=============================================== ] 2121/2795 75% [=============================================== ] 2122/2795 75% [=============================================== ] 2123/2795 75% [=============================================== ] 2124/2795 75% [=============================================== ] 2125/2795 76% [=============================================== ] 2126/2795 76% [=============================================== ] 2127/2795 76% [=============================================== ] 2128/2795 76% [=============================================== ] 2129/2795 76% [=============================================== ] 2130/2795 76% [=============================================== ] 2131/2795 76% [=============================================== ] 2132/2795 76% [=============================================== ] 2133/2795 76% [=============================================== ] 2134/2795 76% [=============================================== ] 2135/2795 76% [=============================================== ] 2136/2795 76% [=============================================== ] 2137/2795 76% [=============================================== ] 2138/2795 76% [=============================================== ] 2139/2795 76% [=============================================== ] 2140/2795 76% [=============================================== ] 2141/2795 76% [=============================================== ] 2142/2795 76% [=============================================== ] 2143/2795 76% [=============================================== ] 2144/2795 76% [=============================================== ] 2145/2795 76% [=============================================== ] 2146/2795 76% [=============================================== ] 2147/2795 76% [=============================================== ] 2148/2795 76% [=============================================== ] 2149/2795 76% [=============================================== ] 2150/2795 76% [=============================================== ] 2151/2795 76% [=============================================== ] 2152/2795 76% [=============================================== ] 2153/2795 77% [=============================================== ] 2154/2795 77% [=============================================== ] 2155/2795 77% [=============================================== ] 2156/2795 77% [=============================================== ] 2157/2795 77% [=============================================== ] 2158/2795 77% [=============================================== ] 2159/2795 77% [=============================================== ] 2160/2795 77% [=============================================== ] 2161/2795 77% [=============================================== ] 2162/2795 77% [=============================================== ] 2163/2795 77% [================================================ ] 2164/2795 77% [================================================ ] 2165/2795 77% [================================================ ] 2166/2795 77% [================================================ ] 2167/2795 77% [================================================ ] 2168/2795 77% [================================================ ] 2169/2795 77% [================================================ ] 2170/2795 77% [================================================ ] 2171/2795 77% [================================================ ] 2172/2795 77% [================================================ ] 2173/2795 77% [================================================ ] 2174/2795 77% [================================================ ] 2175/2795 77% [================================================ ] 2176/2795 77% [================================================ ] 2177/2795 77% [================================================ ] 2178/2795 77% [================================================ ] 2179/2795 77% [================================================ ] 2180/2795 77% [================================================ ] 2181/2795 78% [================================================ ] 2182/2795 78% [================================================ ] 2183/2795 78% [================================================ ] 2184/2795 78% [================================================ ] 2185/2795 78% [================================================ ] 2186/2795 78% [================================================ ] 2187/2795 78% [================================================ ] 2188/2795 78% [================================================ ] 2189/2795 78% [================================================ ] 2190/2795 78% [================================================ ] 2191/2795 78% [================================================ ] 2192/2795 78% [================================================ ] 2193/2795 78% [================================================ ] 2194/2795 78% [================================================ ] 2195/2795 78% [================================================ ] 2196/2795 78% [================================================ ] 2197/2795 78% [================================================ ] 2198/2795 78% [================================================ ] 2199/2795 78% [================================================ ] 2200/2795 78% [================================================ ] 2201/2795 78% [================================================ ] 2202/2795 78% [================================================ ] 2203/2795 78% [================================================ ] 2204/2795 78% [================================================ ] 2205/2795 78% [================================================ ] 2206/2795 78% [================================================ ] 2207/2795 78% [================================================ ] 2208/2795 78% [================================================= ] 2209/2795 79% [================================================= ] 2210/2795 79% [================================================= ] 2211/2795 79% [================================================= ] 2212/2795 79% [================================================= ] 2213/2795 79% [================================================= ] 2214/2795 79% [================================================= ] 2215/2795 79% [================================================= ] 2216/2795 79% [================================================= ] 2217/2795 79% [================================================= ] 2218/2795 79% [================================================= ] 2219/2795 79% [================================================= ] 2220/2795 79% [================================================= ] 2221/2795 79% [================================================= ] 2222/2795 79% [================================================= ] 2223/2795 79% [================================================= ] 2224/2795 79% [================================================= ] 2225/2795 79% [================================================= ] 2226/2795 79% [================================================= ] 2227/2795 79% [================================================= ] 2228/2795 79% [================================================= ] 2229/2795 79% [================================================= ] 2230/2795 79% [================================================= ] 2231/2795 79% [================================================= ] 2232/2795 79% [================================================= ] 2233/2795 79% [================================================= ] 2234/2795 79% [================================================= ] 2235/2795 79% [================================================= ] 2236/2795 80% [================================================= ] 2237/2795 80% [================================================= ] 2238/2795 80% [================================================= ] 2239/2795 80% [================================================= ] 2240/2795 80% [================================================= ] 2241/2795 80% [================================================= ] 2242/2795 80% [================================================= ] 2243/2795 80% [================================================= ] 2244/2795 80% [================================================= ] 2245/2795 80% [================================================= ] 2246/2795 80% [================================================= ] 2247/2795 80% [================================================= ] 2248/2795 80% [================================================= ] 2249/2795 80% [================================================= ] 2250/2795 80% [================================================= ] 2251/2795 80% [================================================= ] 2252/2795 80% [================================================= ] 2253/2795 80% [================================================= ] 2254/2795 80% [================================================== ] 2255/2795 80% [================================================== ] 2256/2795 80% [================================================== ] 2257/2795 80% [================================================== ] 2258/2795 80% [================================================== ] 2259/2795 80% [================================================== ] 2260/2795 80% [================================================== ] 2261/2795 80% [================================================== ] 2262/2795 80% [================================================== ] 2263/2795 80% [================================================== ] 2264/2795 81% [================================================== ] 2265/2795 81% [================================================== ] 2266/2795 81% [================================================== ] 2267/2795 81% [================================================== ] 2268/2795 81% [================================================== ] 2269/2795 81% [================================================== ] 2270/2795 81% [================================================== ] 2271/2795 81% [================================================== ] 2272/2795 81% [================================================== ] 2273/2795 81% [================================================== ] 2274/2795 81% [================================================== ] 2275/2795 81% [================================================== ] 2276/2795 81% [================================================== ] 2277/2795 81% [================================================== ] 2278/2795 81% [================================================== ] 2279/2795 81% [================================================== ] 2280/2795 81% [================================================== ] 2281/2795 81% [================================================== ] 2282/2795 81% [================================================== ] 2283/2795 81% [================================================== ] 2284/2795 81% [================================================== ] 2285/2795 81% [================================================== ] 2286/2795 81% [================================================== ] 2287/2795 81% [================================================== ] 2288/2795 81% [================================================== ] 2289/2795 81% [================================================== ] 2290/2795 81% [================================================== ] 2291/2795 81% [================================================== ] 2292/2795 82% [================================================== ] 2293/2795 82% [================================================== ] 2294/2795 82% [================================================== ] 2295/2795 82% [================================================== ] 2296/2795 82% [================================================== ] 2297/2795 82% [================================================== ] 2298/2795 82% [================================================== ] 2299/2795 82% [=================================================== ] 2300/2795 82% [=================================================== ] 2301/2795 82% [=================================================== ] 2302/2795 82% [=================================================== ] 2303/2795 82% [=================================================== ] 2304/2795 82% [=================================================== ] 2305/2795 82% [=================================================== ] 2306/2795 82% [=================================================== ] 2307/2795 82% [=================================================== ] 2308/2795 82% [=================================================== ] 2309/2795 82% [=================================================== ] 2310/2795 82% [=================================================== ] 2311/2795 82% [=================================================== ] 2312/2795 82% [=================================================== ] 2313/2795 82% [=================================================== ] 2314/2795 82% [=================================================== ] 2315/2795 82% [=================================================== ] 2316/2795 82% [=================================================== ] 2317/2795 82% [=================================================== ] 2318/2795 82% [=================================================== ] 2319/2795 82% [=================================================== ] 2320/2795 83% [=================================================== ] 2321/2795 83% [=================================================== ] 2322/2795 83% [=================================================== ] 2323/2795 83% [=================================================== ] 2324/2795 83% [=================================================== ] 2325/2795 83% [=================================================== ] 2326/2795 83% [=================================================== ] 2327/2795 83% [=================================================== ] 2328/2795 83% [=================================================== ] 2329/2795 83% [=================================================== ] 2330/2795 83% [=================================================== ] 2331/2795 83% [=================================================== ] 2332/2795 83% [=================================================== ] 2333/2795 83% [=================================================== ] 2334/2795 83% [=================================================== ] 2335/2795 83% [=================================================== ] 2336/2795 83% [=================================================== ] 2337/2795 83% [=================================================== ] 2338/2795 83% [=================================================== ] 2339/2795 83% [=================================================== ] 2340/2795 83% [=================================================== ] 2341/2795 83% [=================================================== ] 2342/2795 83% [=================================================== ] 2343/2795 83% [=================================================== ] 2344/2795 83% [==================================================== ] 2345/2795 83% [==================================================== ] 2346/2795 83% [==================================================== ] 2347/2795 83% [==================================================== ] 2348/2795 84% [==================================================== ] 2349/2795 84% [==================================================== ] 2350/2795 84% [==================================================== ] 2351/2795 84% [==================================================== ] 2352/2795 84% [==================================================== ] 2353/2795 84% [==================================================== ] 2354/2795 84% [==================================================== ] 2355/2795 84% [==================================================== ] 2356/2795 84% [==================================================== ] 2357/2795 84% [==================================================== ] 2358/2795 84% [==================================================== ] 2359/2795 84% [==================================================== ] 2360/2795 84% [==================================================== ] 2361/2795 84% [==================================================== ] 2362/2795 84% [==================================================== ] 2363/2795 84% [==================================================== ] 2364/2795 84% [==================================================== ] 2365/2795 84% [==================================================== ] 2366/2795 84% [==================================================== ] 2367/2795 84% [==================================================== ] 2368/2795 84% [==================================================== ] 2369/2795 84% [==================================================== ] 2370/2795 84% [==================================================== ] 2371/2795 84% [==================================================== ] 2372/2795 84% [==================================================== ] 2373/2795 84% [==================================================== ] 2374/2795 84% [==================================================== ] 2375/2795 84% [==================================================== ] 2376/2795 85% [==================================================== ] 2377/2795 85% [==================================================== ] 2378/2795 85% [==================================================== ] 2379/2795 85% [==================================================== ] 2380/2795 85% [==================================================== ] 2381/2795 85% [==================================================== ] 2382/2795 85% [==================================================== ] 2383/2795 85% [==================================================== ] 2384/2795 85% [==================================================== ] 2385/2795 85% [==================================================== ] 2386/2795 85% [==================================================== ] 2387/2795 85% [==================================================== ] 2388/2795 85% [==================================================== ] 2389/2795 85% [===================================================== ] 2390/2795 85% [===================================================== ] 2391/2795 85% [===================================================== ] 2392/2795 85% [===================================================== ] 2393/2795 85% [===================================================== ] 2394/2795 85% [===================================================== ] 2395/2795 85% [===================================================== ] 2396/2795 85% [===================================================== ] 2397/2795 85% [===================================================== ] 2398/2795 85% [===================================================== ] 2399/2795 85% [===================================================== ] 2400/2795 85% [===================================================== ] 2401/2795 85% [===================================================== ] 2402/2795 85% [===================================================== ] 2403/2795 85% [===================================================== ] 2404/2795 86% [===================================================== ] 2405/2795 86% [===================================================== ] 2406/2795 86% [===================================================== ] 2407/2795 86% [===================================================== ] 2408/2795 86% [===================================================== ] 2409/2795 86% [===================================================== ] 2410/2795 86% [===================================================== ] 2411/2795 86% [===================================================== ] 2412/2795 86% [===================================================== ] 2413/2795 86% [===================================================== ] 2414/2795 86% [===================================================== ] 2415/2795 86% [===================================================== ] 2416/2795 86% [===================================================== ] 2417/2795 86% [===================================================== ] 2418/2795 86% [===================================================== ] 2419/2795 86% [===================================================== ] 2420/2795 86% [===================================================== ] 2421/2795 86% [===================================================== ] 2422/2795 86% [===================================================== ] 2423/2795 86% [===================================================== ] 2424/2795 86% [===================================================== ] 2425/2795 86% [===================================================== ] 2426/2795 86% [===================================================== ] 2427/2795 86% [===================================================== ] 2428/2795 86% [===================================================== ] 2429/2795 86% [===================================================== ] 2430/2795 86% [===================================================== ] 2431/2795 86% [===================================================== ] 2432/2795 87% [===================================================== ] 2433/2795 87% [===================================================== ] 2434/2795 87% [====================================================== ] 2435/2795 87% [====================================================== ] 2436/2795 87% [====================================================== ] 2437/2795 87% [====================================================== ] 2438/2795 87% [====================================================== ] 2439/2795 87% [====================================================== ] 2440/2795 87% [====================================================== ] 2441/2795 87% [====================================================== ] 2442/2795 87% [====================================================== ] 2443/2795 87% [====================================================== ] 2444/2795 87% [====================================================== ] 2445/2795 87% [====================================================== ] 2446/2795 87% [====================================================== ] 2447/2795 87% [====================================================== ] 2448/2795 87% [====================================================== ] 2449/2795 87% [====================================================== ] 2450/2795 87% [====================================================== ] 2451/2795 87% [====================================================== ] 2452/2795 87% [====================================================== ] 2453/2795 87% [====================================================== ] 2454/2795 87% [====================================================== ] 2455/2795 87% [====================================================== ] 2456/2795 87% [====================================================== ] 2457/2795 87% [====================================================== ] 2458/2795 87% [====================================================== ] 2459/2795 87% [====================================================== ] 2460/2795 88% [====================================================== ] 2461/2795 88% [====================================================== ] 2462/2795 88% [====================================================== ] 2463/2795 88% [====================================================== ] 2464/2795 88% [====================================================== ] 2465/2795 88% [====================================================== ] 2466/2795 88% [====================================================== ] 2467/2795 88% [====================================================== ] 2468/2795 88% [====================================================== ] 2469/2795 88% [====================================================== ] 2470/2795 88% [====================================================== ] 2471/2795 88% [====================================================== ] 2472/2795 88% [====================================================== ] 2473/2795 88% [====================================================== ] 2474/2795 88% [====================================================== ] 2475/2795 88% [====================================================== ] 2476/2795 88% [====================================================== ] 2477/2795 88% [====================================================== ] 2478/2795 88% [====================================================== ] 2479/2795 88% [======================================================= ] 2480/2795 88% [======================================================= ] 2481/2795 88% [======================================================= ] 2482/2795 88% [======================================================= ] 2483/2795 88% [======================================================= ] 2484/2795 88% [======================================================= ] 2485/2795 88% [======================================================= ] 2486/2795 88% [======================================================= ] 2487/2795 88% [======================================================= ] 2488/2795 89% [======================================================= ] 2489/2795 89% [======================================================= ] 2490/2795 89% [======================================================= ] 2491/2795 89% [======================================================= ] 2492/2795 89% [======================================================= ] 2493/2795 89% [======================================================= ] 2494/2795 89% [======================================================= ] 2495/2795 89% [======================================================= ] 2496/2795 89% [======================================================= ] 2497/2795 89% [======================================================= ] 2498/2795 89% [======================================================= ] 2499/2795 89% [======================================================= ] 2500/2795 89% [======================================================= ] 2501/2795 89% [======================================================= ] 2502/2795 89% [======================================================= ] 2503/2795 89% [======================================================= ] 2504/2795 89% [======================================================= ] 2505/2795 89% [======================================================= ] 2506/2795 89% [======================================================= ] 2507/2795 89% [======================================================= ] 2508/2795 89% [======================================================= ] 2509/2795 89% [======================================================= ] 2510/2795 89% [======================================================= ] 2511/2795 89% [======================================================= ] 2512/2795 89% [======================================================= ] 2513/2795 89% [======================================================= ] 2514/2795 89% [======================================================= ] 2515/2795 89% [======================================================= ] 2516/2795 90% [======================================================= ] 2517/2795 90% [======================================================= ] 2518/2795 90% [======================================================= ] 2519/2795 90% [======================================================= ] 2520/2795 90% [======================================================= ] 2521/2795 90% [======================================================= ] 2522/2795 90% [======================================================= ] 2523/2795 90% [======================================================= ] 2524/2795 90% [======================================================== ] 2525/2795 90% [======================================================== ] 2526/2795 90% [======================================================== ] 2527/2795 90% [======================================================== ] 2528/2795 90% [======================================================== ] 2529/2795 90% [======================================================== ] 2530/2795 90% [======================================================== ] 2531/2795 90% [======================================================== ] 2532/2795 90% [======================================================== ] 2533/2795 90% [======================================================== ] 2534/2795 90% [======================================================== ] 2535/2795 90% [======================================================== ] 2536/2795 90% [======================================================== ] 2537/2795 90% [======================================================== ] 2538/2795 90% [======================================================== ] 2539/2795 90% [======================================================== ] 2540/2795 90% [======================================================== ] 2541/2795 90% [======================================================== ] 2542/2795 90% [======================================================== ] 2543/2795 90% [======================================================== ] 2544/2795 91% [======================================================== ] 2545/2795 91% [======================================================== ] 2546/2795 91% [======================================================== ] 2547/2795 91% [======================================================== ] 2548/2795 91% [======================================================== ] 2549/2795 91% [======================================================== ] 2550/2795 91% [======================================================== ] 2551/2795 91% [======================================================== ] 2552/2795 91% [======================================================== ] 2553/2795 91% [======================================================== ] 2554/2795 91% [======================================================== ] 2555/2795 91% [======================================================== ] 2556/2795 91% [======================================================== ] 2557/2795 91% [======================================================== ] 2558/2795 91% [======================================================== ] 2559/2795 91% [======================================================== ] 2560/2795 91% [======================================================== ] 2561/2795 91% [======================================================== ] 2562/2795 91% [======================================================== ] 2563/2795 91% [======================================================== ] 2564/2795 91% [======================================================== ] 2565/2795 91% [======================================================== ] 2566/2795 91% [======================================================== ] 2567/2795 91% [======================================================== ] 2568/2795 91% [======================================================== ] 2569/2795 91% [========================================================= ] 2570/2795 91% [========================================================= ] 2571/2795 91% [========================================================= ] 2572/2795 92% [========================================================= ] 2573/2795 92% [========================================================= ] 2574/2795 92% [========================================================= ] 2575/2795 92% [========================================================= ] 2576/2795 92% [========================================================= ] 2577/2795 92% [========================================================= ] 2578/2795 92% [========================================================= ] 2579/2795 92% [========================================================= ] 2580/2795 92% [========================================================= ] 2581/2795 92% [========================================================= ] 2582/2795 92% [========================================================= ] 2583/2795 92% [========================================================= ] 2584/2795 92% [========================================================= ] 2585/2795 92% [========================================================= ] 2586/2795 92% [========================================================= ] 2587/2795 92% [========================================================= ] 2588/2795 92% [========================================================= ] 2589/2795 92% [========================================================= ] 2590/2795 92% [========================================================= ] 2591/2795 92% [========================================================= ] 2592/2795 92% [========================================================= ] 2593/2795 92% [========================================================= ] 2594/2795 92% [========================================================= ] 2595/2795 92% [========================================================= ] 2596/2795 92% [========================================================= ] 2597/2795 92% [========================================================= ] 2598/2795 92% [========================================================= ] 2599/2795 92% [========================================================= ] 2600/2795 93% [========================================================= ] 2601/2795 93% [========================================================= ] 2602/2795 93% [========================================================= ] 2603/2795 93% [========================================================= ] 2604/2795 93% [========================================================= ] 2605/2795 93% [========================================================= ] 2606/2795 93% [========================================================= ] 2607/2795 93% [========================================================= ] 2608/2795 93% [========================================================= ] 2609/2795 93% [========================================================= ] 2610/2795 93% [========================================================= ] 2611/2795 93% [========================================================= ] 2612/2795 93% [========================================================= ] 2613/2795 93% [========================================================= ] 2614/2795 93% [========================================================== ] 2615/2795 93% [========================================================== ] 2616/2795 93% [========================================================== ] 2617/2795 93% [========================================================== ] 2618/2795 93% [========================================================== ] 2619/2795 93% [========================================================== ] 2620/2795 93% [========================================================== ] 2621/2795 93% [========================================================== ] 2622/2795 93% [========================================================== ] 2623/2795 93% [========================================================== ] 2624/2795 93% [========================================================== ] 2625/2795 93% [========================================================== ] 2626/2795 93% [========================================================== ] 2627/2795 93% [========================================================== ] 2628/2795 94% [========================================================== ] 2629/2795 94% [========================================================== ] 2630/2795 94% [========================================================== ] 2631/2795 94% [========================================================== ] 2632/2795 94% [========================================================== ] 2633/2795 94% [========================================================== ] 2634/2795 94% [========================================================== ] 2635/2795 94% [========================================================== ] 2636/2795 94% [========================================================== ] 2637/2795 94% [========================================================== ] 2638/2795 94% [========================================================== ] 2639/2795 94% [========================================================== ] 2640/2795 94% [========================================================== ] 2641/2795 94% [========================================================== ] 2642/2795 94% [========================================================== ] 2643/2795 94% [========================================================== ] 2644/2795 94% [========================================================== ] 2645/2795 94% [========================================================== ] 2646/2795 94% [========================================================== ] 2647/2795 94% [========================================================== ] 2648/2795 94% [========================================================== ] 2649/2795 94% [========================================================== ] 2650/2795 94% [========================================================== ] 2651/2795 94% [========================================================== ] 2652/2795 94% [========================================================== ] 2653/2795 94% [========================================================== ] 2654/2795 94% [========================================================== ] 2655/2795 94% [========================================================== ] 2656/2795 95% [========================================================== ] 2657/2795 95% [========================================================== ] 2658/2795 95% [========================================================== ] 2659/2795 95% [=========================================================== ] 2660/2795 95% [=========================================================== ] 2661/2795 95% [=========================================================== ] 2662/2795 95% [=========================================================== ] 2663/2795 95% [=========================================================== ] 2664/2795 95% [=========================================================== ] 2665/2795 95% [=========================================================== ] 2666/2795 95% [=========================================================== ] 2667/2795 95% [=========================================================== ] 2668/2795 95% [=========================================================== ] 2669/2795 95% [=========================================================== ] 2670/2795 95% [=========================================================== ] 2671/2795 95% [=========================================================== ] 2672/2795 95% [=========================================================== ] 2673/2795 95% [=========================================================== ] 2674/2795 95% [=========================================================== ] 2675/2795 95% [=========================================================== ] 2676/2795 95% [=========================================================== ] 2677/2795 95% [=========================================================== ] 2678/2795 95% [=========================================================== ] 2679/2795 95% [=========================================================== ] 2680/2795 95% [=========================================================== ] 2681/2795 95% [=========================================================== ] 2682/2795 95% [=========================================================== ] 2683/2795 95% [=========================================================== ] 2684/2795 96% [=========================================================== ] 2685/2795 96% [=========================================================== ] 2686/2795 96% [=========================================================== ] 2687/2795 96% [=========================================================== ] 2688/2795 96% [=========================================================== ] 2689/2795 96% [=========================================================== ] 2690/2795 96% [=========================================================== ] 2691/2795 96% [=========================================================== ] 2692/2795 96% [=========================================================== ] 2693/2795 96% [=========================================================== ] 2694/2795 96% [=========================================================== ] 2695/2795 96% [=========================================================== ] 2696/2795 96% [=========================================================== ] 2697/2795 96% [=========================================================== ] 2698/2795 96% [=========================================================== ] 2699/2795 96% [=========================================================== ] 2700/2795 96% [=========================================================== ] 2701/2795 96% [=========================================================== ] 2702/2795 96% [=========================================================== ] 2703/2795 96% [=========================================================== ] 2704/2795 96% [============================================================ ] 2705/2795 96% [============================================================ ] 2706/2795 96% [============================================================ ] 2707/2795 96% [============================================================ ] 2708/2795 96% [============================================================ ] 2709/2795 96% [============================================================ ] 2710/2795 96% [============================================================ ] 2711/2795 96% [============================================================ ] 2712/2795 97% [============================================================ ] 2713/2795 97% [============================================================ ] 2714/2795 97% [============================================================ ] 2715/2795 97% [============================================================ ] 2716/2795 97% [============================================================ ] 2717/2795 97% [============================================================ ] 2718/2795 97% [============================================================ ] 2719/2795 97% [============================================================ ] 2720/2795 97% [============================================================ ] 2721/2795 97% [============================================================ ] 2722/2795 97% [============================================================ ] 2723/2795 97% [============================================================ ] 2724/2795 97% [============================================================ ] 2725/2795 97% [============================================================ ] 2726/2795 97% [============================================================ ] 2727/2795 97% [============================================================ ] 2728/2795 97% [============================================================ ] 2729/2795 97% [============================================================ ] 2730/2795 97% [============================================================ ] 2731/2795 97% [============================================================ ] 2732/2795 97% [============================================================ ] 2733/2795 97% [============================================================ ] 2734/2795 97% [============================================================ ] 2735/2795 97% [============================================================ ] 2736/2795 97% [============================================================ ] 2737/2795 97% [============================================================ ] 2738/2795 97% [============================================================ ] 2739/2795 97% [============================================================ ] 2740/2795 98% [============================================================ ] 2741/2795 98% [============================================================ ] 2742/2795 98% [============================================================ ] 2743/2795 98% [============================================================ ] 2744/2795 98% [============================================================ ] 2745/2795 98% [============================================================ ] 2746/2795 98% [============================================================ ] 2747/2795 98% [============================================================ ] 2748/2795 98% [============================================================ ] 2749/2795 98% [============================================================= ] 2750/2795 98% [============================================================= ] 2751/2795 98% [============================================================= ] 2752/2795 98% [============================================================= ] 2753/2795 98% [============================================================= ] 2754/2795 98% [============================================================= ] 2755/2795 98% [============================================================= ] 2756/2795 98% [============================================================= ] 2757/2795 98% [============================================================= ] 2758/2795 98% [============================================================= ] 2759/2795 98% [============================================================= ] 2760/2795 98% [============================================================= ] 2761/2795 98% [============================================================= ] 2762/2795 98% [============================================================= ] 2763/2795 98% [============================================================= ] 2764/2795 98% [============================================================= ] 2765/2795 98% [============================================================= ] 2766/2795 98% [============================================================= ] 2767/2795 98% [============================================================= ] 2768/2795 99% [============================================================= ] 2769/2795 99% [============================================================= ] 2770/2795 99% [============================================================= ] 2771/2795 99% [============================================================= ] 2772/2795 99% [============================================================= ] 2773/2795 99% [============================================================= ] 2774/2795 99% [============================================================= ] 2775/2795 99% [============================================================= ] 2776/2795 99% [============================================================= ] 2777/2795 99% [============================================================= ] 2778/2795 99% [============================================================= ] 2779/2795 99% [============================================================= ] 2780/2795 99% [============================================================= ] 2781/2795 99% [============================================================= ] 2782/2795 99% [============================================================= ] 2783/2795 99% [============================================================= ] 2784/2795 99% [============================================================= ] 2785/2795 99% [============================================================= ] 2786/2795 99% [============================================================= ] 2787/2795 99% [============================================================= ] 2788/2795 99% [============================================================= ] 2789/2795 99% [============================================================= ] 2790/2795 99% [============================================================= ] 2791/2795 99% [============================================================= ] 2792/2795 99% [============================================================= ] 2793/2795 99% [============================================================= ] 2794/2795 99% [==============================================================] 2795/2795 100% operation complete, 2795 objects in 63547 NAND pages. ln -snf /home/autobuild/autobuild/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-14/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-14/buildroot' >>> Buildroot 2023.05-99-g4c8ab13b96 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.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 12.3.0 Collecting legal info >>> host-binutils 2.39 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 5.15.117 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4f Collecting legal info >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 67.8.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python3 3.11.4 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-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> 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) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.0 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> host-cryptsetup 2.6.1 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> getent Collecting legal info >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 8.1.2 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> openssl Collecting legal info >>> libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmicrohttpd 0.9.76 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linux-firmware 20221214 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.cypress: OK (sha256: ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f) LICENCE.e100: OK (sha256: bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.ralink-firmware.txt: OK (sha256: d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd) LICENCE.ralink_a_mediatek_company_firmware: OK (sha256: 8568352b57f3574f9d5b2753cdb7c6e5eb2b79e82fbb9c9ba6566947467ef508) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) LICENCE.xc4000: OK (sha256: 8ea9f4aee5f53ad877041ff089e8c95d34d615ce19a3111e5e1ea70d990ed7ff) LICENCE.xc5000: OK (sha256: 30ec8a66503dc73f83937564ae70ca23aa03259e64727ff4195b5b6f695e782f) LICENCE.xc5000c: OK (sha256: f8822049f32fef2e90a197bd8cf259f476db75d549456bdca8567616a9c07ace) LICENSE.QualcommAtheros_ath10k: OK (sha256: 337a55102138d7baa143ee4a4c6c91693e0113fece35d380b2a12109e8c23b3f) LICENSE.amdgpu: OK (sha256: a6c0ec4338bc89480da52812bea7f9e4b52bc7118e3e352141f99d779c397c53) WHENCE: OK (sha256: 744babd4eae138ccfb5bd343b1589912b9839274f8a794af0b6c9b451df73579) ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt: OK (sha256: 631065703055d11b099477c508508f20a80b202aad548a7726564bfa59a96c91) ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt: OK (sha256: 3b5eb392b2d9d8c46d6aae26d06c187e5ea3029b12d13bc2b8deb8b3ce6bfa53) ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt: OK (sha256: 8ce5c6ea0542bf4aac31fc3ae16a39792ad22d0eae4543063fac56fb3380f021) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mmc-utils d4c2910981ff99b983734426dfa99632fb81ac6b Collecting legal info README: OK (sha256: 4207d81122a02555f78c5a11b61c83a331ee03dc933e1ef9dd932ef9b434d12d) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> openlayers 7.3.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> 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-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) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> host-rust-bin 1.70.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> host-sentry-cli 2.8.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.117: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-14/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'