echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-rc2\"" \ ) > /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-1/output-1/per-package \ /home/autobuild/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n tss -1 tss -1 * - - - tss user for tpm2\n\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x none -o /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-1/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-1/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-1/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-1/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-1/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs"213921792 bytes (204.0 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-1/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-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2116 objects. stage 2: creating image '/home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2116 0% [ ] 2/2116 0% [ ] 3/2116 0% [ ] 4/2116 0% [ ] 5/2116 0% [ ] 6/2116 0% [ ] 7/2116 0% [ ] 8/2116 0% [ ] 9/2116 0% [ ] 10/2116 0% [ ] 11/2116 0% [ ] 12/2116 0% [ ] 13/2116 0% [ ] 14/2116 0% [ ] 15/2116 0% [ ] 16/2116 0% [ ] 17/2116 0% [ ] 18/2116 0% [ ] 19/2116 0% [ ] 20/2116 0% [ ] 21/2116 0% [ ] 22/2116 1% [ ] 23/2116 1% [ ] 24/2116 1% [ ] 25/2116 1% [ ] 26/2116 1% [ ] 27/2116 1% [ ] 28/2116 1% [ ] 29/2116 1% [ ] 30/2116 1% [ ] 31/2116 1% [ ] 32/2116 1% [ ] 33/2116 1% [ ] 34/2116 1% [= ] 35/2116 1% [= ] 36/2116 1% [= ] 37/2116 1% [= ] 38/2116 1% [= ] 39/2116 1% [= ] 40/2116 1% [= ] 41/2116 1% [= ] 42/2116 1% [= ] 43/2116 2% [= ] 44/2116 2% [= ] 45/2116 2% [= ] 46/2116 2% [= ] 47/2116 2% [= ] 48/2116 2% [= ] 49/2116 2% [= ] 50/2116 2% [= ] 51/2116 2% [= ] 52/2116 2% [= ] 53/2116 2% [= ] 54/2116 2% [= ] 55/2116 2% [= ] 56/2116 2% [= ] 57/2116 2% [= ] 58/2116 2% [= ] 59/2116 2% [= ] 60/2116 2% [= ] 61/2116 2% [= ] 62/2116 2% [= ] 63/2116 2% [= ] 64/2116 3% [= ] 65/2116 3% [= ] 66/2116 3% [= ] 67/2116 3% [= ] 68/2116 3% [== ] 69/2116 3% [== ] 70/2116 3% [== ] 71/2116 3% [== ] 72/2116 3% [== ] 73/2116 3% [== ] 74/2116 3% [== ] 75/2116 3% [== ] 76/2116 3% [== ] 77/2116 3% [== ] 78/2116 3% [== ] 79/2116 3% [== ] 80/2116 3% [== ] 81/2116 3% [== ] 82/2116 3% [== ] 83/2116 3% [== ] 84/2116 3% [== ] 85/2116 4% [== ] 86/2116 4% [== ] 87/2116 4% [== ] 88/2116 4% [== ] 89/2116 4% [== ] 90/2116 4% [== ] 91/2116 4% [== ] 92/2116 4% [== ] 93/2116 4% [== ] 94/2116 4% [== ] 95/2116 4% [== ] 96/2116 4% [== ] 97/2116 4% [== ] 98/2116 4% [== ] 99/2116 4% [== ] 100/2116 4% [== ] 101/2116 4% [== ] 102/2116 4% [=== ] 103/2116 4% [=== ] 104/2116 4% [=== ] 105/2116 4% [=== ] 106/2116 5% [=== ] 107/2116 5% [=== ] 108/2116 5% [=== ] 109/2116 5% [=== ] 110/2116 5% [=== ] 111/2116 5% [=== ] 112/2116 5% [=== ] 113/2116 5% [=== ] 114/2116 5% [=== ] 115/2116 5% [=== ] 116/2116 5% [=== ] 117/2116 5% [=== ] 118/2116 5% [=== ] 119/2116 5% [=== ] 120/2116 5% [=== ] 121/2116 5% [=== ] 122/2116 5% [=== ] 123/2116 5% [=== ] 124/2116 5% [=== ] 125/2116 5% [=== ] 126/2116 5% [=== ] 127/2116 6% [=== ] 128/2116 6% [=== ] 129/2116 6% [=== ] 130/2116 6% [=== ] 131/2116 6% [=== ] 132/2116 6% [=== ] 133/2116 6% [=== ] 134/2116 6% [=== ] 135/2116 6% [=== ] 136/2116 6% [==== ] 137/2116 6% [==== ] 138/2116 6% [==== ] 139/2116 6% [==== ] 140/2116 6% [==== ] 141/2116 6% [==== ] 142/2116 6% [==== ] 143/2116 6% [==== ] 144/2116 6% [==== ] 145/2116 6% [==== ] 146/2116 6% [==== ] 147/2116 6% [==== ] 148/2116 6% [==== ] 149/2116 7% [==== ] 150/2116 7% [==== ] 151/2116 7% [==== ] 152/2116 7% [==== ] 153/2116 7% [==== ] 154/2116 7% [==== ] 155/2116 7% [==== ] 156/2116 7% [==== ] 157/2116 7% [==== ] 158/2116 7% [==== ] 159/2116 7% [==== ] 160/2116 7% [==== ] 161/2116 7% [==== ] 162/2116 7% [==== ] 163/2116 7% [==== ] 164/2116 7% [==== ] 165/2116 7% [==== ] 166/2116 7% [==== ] 167/2116 7% [==== ] 168/2116 7% [==== ] 169/2116 7% [==== ] 170/2116 8% [===== ] 171/2116 8% [===== ] 172/2116 8% [===== ] 173/2116 8% [===== ] 174/2116 8% [===== ] 175/2116 8% [===== ] 176/2116 8% [===== ] 177/2116 8% [===== ] 178/2116 8% [===== ] 179/2116 8% [===== ] 180/2116 8% [===== ] 181/2116 8% [===== ] 182/2116 8% [===== ] 183/2116 8% [===== ] 184/2116 8% [===== ] 185/2116 8% [===== ] 186/2116 8% [===== ] 187/2116 8% [===== ] 188/2116 8% [===== ] 189/2116 8% [===== ] 190/2116 8% [===== ] 191/2116 9% [===== ] 192/2116 9% [===== ] 193/2116 9% [===== ] 194/2116 9% [===== ] 195/2116 9% [===== ] 196/2116 9% [===== ] 197/2116 9% [===== ] 198/2116 9% [===== ] 199/2116 9% [===== ] 200/2116 9% [===== ] 201/2116 9% [===== ] 202/2116 9% [===== ] 203/2116 9% [===== ] 204/2116 9% [====== ] 205/2116 9% [====== ] 206/2116 9% [====== ] 207/2116 9% [====== ] 208/2116 9% [====== ] 209/2116 9% [====== ] 210/2116 9% [====== ] 211/2116 9% [====== ] 212/2116 10% [====== ] 213/2116 10% [====== ] 214/2116 10% [====== ] 215/2116 10% [====== ] 216/2116 10% [====== ] 217/2116 10% [====== ] 218/2116 10% [====== ] 219/2116 10% [====== ] 220/2116 10% [====== ] 221/2116 10% [====== ] 222/2116 10% [====== ] 223/2116 10% [====== ] 224/2116 10% [====== ] 225/2116 10% [====== ] 226/2116 10% [====== ] 227/2116 10% [====== ] 228/2116 10% [====== ] 229/2116 10% [====== ] 230/2116 10% [====== ] 231/2116 10% [====== ] 232/2116 10% [====== ] 233/2116 11% [====== ] 234/2116 11% [====== ] 235/2116 11% [====== ] 236/2116 11% [====== ] 237/2116 11% [====== ] 238/2116 11% [======= ] 239/2116 11% [======= ] 240/2116 11% [======= ] 241/2116 11% [======= ] 242/2116 11% [======= ] 243/2116 11% [======= ] 244/2116 11% [======= ] 245/2116 11% [======= ] 246/2116 11% [======= ] 247/2116 11% [======= ] 248/2116 11% [======= ] 249/2116 11% [======= ] 250/2116 11% [======= ] 251/2116 11% [======= ] 252/2116 11% [======= ] 253/2116 11% [======= ] 254/2116 12% [======= ] 255/2116 12% [======= ] 256/2116 12% [======= ] 257/2116 12% [======= ] 258/2116 12% [======= ] 259/2116 12% [======= ] 260/2116 12% [======= ] 261/2116 12% [======= ] 262/2116 12% [======= ] 263/2116 12% [======= ] 264/2116 12% [======= ] 265/2116 12% [======= ] 266/2116 12% [======= ] 267/2116 12% [======= ] 268/2116 12% [======= ] 269/2116 12% [======= ] 270/2116 12% [======= ] 271/2116 12% [======= ] 272/2116 12% [======= ] 273/2116 12% [======== ] 274/2116 12% [======== ] 275/2116 12% [======== ] 276/2116 13% [======== ] 277/2116 13% [======== ] 278/2116 13% [======== ] 279/2116 13% [======== ] 280/2116 13% [======== ] 281/2116 13% [======== ] 282/2116 13% [======== ] 283/2116 13% [======== ] 284/2116 13% [======== ] 285/2116 13% [======== ] 286/2116 13% [======== ] 287/2116 13% [======== ] 288/2116 13% [======== ] 289/2116 13% [======== ] 290/2116 13% [======== ] 291/2116 13% [======== ] 292/2116 13% [======== ] 293/2116 13% [======== ] 294/2116 13% [======== ] 295/2116 13% [======== ] 296/2116 13% [======== ] 297/2116 14% [======== ] 298/2116 14% [======== ] 299/2116 14% [======== ] 300/2116 14% [======== ] 301/2116 14% [======== ] 302/2116 14% [======== ] 303/2116 14% [======== ] 304/2116 14% [======== ] 305/2116 14% [======== ] 306/2116 14% [======== ] 307/2116 14% [========= ] 308/2116 14% [========= ] 309/2116 14% [========= ] 310/2116 14% [========= ] 311/2116 14% [========= ] 312/2116 14% [========= ] 313/2116 14% [========= ] 314/2116 14% [========= ] 315/2116 14% [========= ] 316/2116 14% [========= ] 317/2116 14% [========= ] 318/2116 15% [========= ] 319/2116 15% [========= ] 320/2116 15% [========= ] 321/2116 15% [========= ] 322/2116 15% [========= ] 323/2116 15% [========= ] 324/2116 15% [========= ] 325/2116 15% [========= ] 326/2116 15% [========= ] 327/2116 15% [========= ] 328/2116 15% [========= ] 329/2116 15% [========= ] 330/2116 15% [========= ] 331/2116 15% [========= ] 332/2116 15% [========= ] 333/2116 15% [========= ] 334/2116 15% [========= ] 335/2116 15% [========= ] 336/2116 15% [========= ] 337/2116 15% [========= ] 338/2116 15% [========= ] 339/2116 16% [========= ] 340/2116 16% [========= ] 341/2116 16% [========== ] 342/2116 16% [========== ] 343/2116 16% [========== ] 344/2116 16% [========== ] 345/2116 16% [========== ] 346/2116 16% [========== ] 347/2116 16% [========== ] 348/2116 16% [========== ] 349/2116 16% [========== ] 350/2116 16% [========== ] 351/2116 16% [========== ] 352/2116 16% [========== ] 353/2116 16% [========== ] 354/2116 16% [========== ] 355/2116 16% [========== ] 356/2116 16% [========== ] 357/2116 16% [========== ] 358/2116 16% [========== ] 359/2116 16% [========== ] 360/2116 17% [========== ] 361/2116 17% [========== ] 362/2116 17% [========== ] 363/2116 17% [========== ] 364/2116 17% [========== ] 365/2116 17% [========== ] 366/2116 17% [========== ] 367/2116 17% [========== ] 368/2116 17% [========== ] 369/2116 17% [========== ] 370/2116 17% [========== ] 371/2116 17% [========== ] 372/2116 17% [========== ] 373/2116 17% [========== ] 374/2116 17% [========== ] 375/2116 17% [=========== ] 376/2116 17% [=========== ] 377/2116 17% [=========== ] 378/2116 17% [=========== ] 379/2116 17% [=========== ] 380/2116 17% [=========== ] 381/2116 18% [=========== ] 382/2116 18% [=========== ] 383/2116 18% [=========== ] 384/2116 18% [=========== ] 385/2116 18% [=========== ] 386/2116 18% [=========== ] 387/2116 18% [=========== ] 388/2116 18% [=========== ] 389/2116 18% [=========== ] 390/2116 18% [=========== ] 391/2116 18% [=========== ] 392/2116 18% [=========== ] 393/2116 18% [=========== ] 394/2116 18% [=========== ] 395/2116 18% [=========== ] 396/2116 18% [=========== ] 397/2116 18% [=========== ] 398/2116 18% [=========== ] 399/2116 18% [=========== ] 400/2116 18% [=========== ] 401/2116 18% [=========== ] 402/2116 18% [=========== ] 403/2116 19% [=========== ] 404/2116 19% [=========== ] 405/2116 19% [=========== ] 406/2116 19% [=========== ] 407/2116 19% [=========== ] 408/2116 19% [=========== ] 409/2116 19% [============ ] 410/2116 19% [============ ] 411/2116 19% [============ ] 412/2116 19% [============ ] 413/2116 19% [============ ] 414/2116 19% [============ ] 415/2116 19% [============ ] 416/2116 19% [============ ] 417/2116 19% [============ ] 418/2116 19% [============ ] 419/2116 19% [============ ] 420/2116 19% [============ ] 421/2116 19% [============ ] 422/2116 19% [============ ] 423/2116 19% [============ ] 424/2116 20% [============ ] 425/2116 20% [============ ] 426/2116 20% [============ ] 427/2116 20% [============ ] 428/2116 20% [============ ] 429/2116 20% [============ ] 430/2116 20% [============ ] 431/2116 20% [============ ] 432/2116 20% [============ ] 433/2116 20% [============ ] 434/2116 20% [============ ] 435/2116 20% [============ ] 436/2116 20% [============ ] 437/2116 20% [============ ] 438/2116 20% [============ ] 439/2116 20% [============ ] 440/2116 20% [============ ] 441/2116 20% [============ ] 442/2116 20% [============ ] 443/2116 20% [============= ] 444/2116 20% [============= ] 445/2116 21% [============= ] 446/2116 21% [============= ] 447/2116 21% [============= ] 448/2116 21% [============= ] 449/2116 21% [============= ] 450/2116 21% [============= ] 451/2116 21% [============= ] 452/2116 21% [============= ] 453/2116 21% [============= ] 454/2116 21% [============= ] 455/2116 21% [============= ] 456/2116 21% [============= ] 457/2116 21% [============= ] 458/2116 21% [============= ] 459/2116 21% [============= ] 460/2116 21% [============= ] 461/2116 21% [============= ] 462/2116 21% [============= ] 463/2116 21% [============= ] 464/2116 21% [============= ] 465/2116 21% [============= ] 466/2116 22% [============= ] 467/2116 22% [============= ] 468/2116 22% [============= ] 469/2116 22% [============= ] 470/2116 22% [============= ] 471/2116 22% [============= ] 472/2116 22% [============= ] 473/2116 22% [============= ] 474/2116 22% [============= ] 475/2116 22% [============= ] 476/2116 22% [============= ] 477/2116 22% [============== ] 478/2116 22% [============== ] 479/2116 22% [============== ] 480/2116 22% [============== ] 481/2116 22% [============== ] 482/2116 22% [============== ] 483/2116 22% [============== ] 484/2116 22% [============== ] 485/2116 22% [============== ] 486/2116 22% [============== ] 487/2116 23% [============== ] 488/2116 23% [============== ] 489/2116 23% [============== ] 490/2116 23% [============== ] 491/2116 23% [============== ] 492/2116 23% [============== ] 493/2116 23% [============== ] 494/2116 23% [============== ] 495/2116 23% [============== ] 496/2116 23% [============== ] 497/2116 23% [============== ] 498/2116 23% [============== ] 499/2116 23% [============== ] 500/2116 23% [============== ] 501/2116 23% [============== ] 502/2116 23% [============== ] 503/2116 23% [============== ] 504/2116 23% [============== ] 505/2116 23% [============== ] 506/2116 23% [============== ] 507/2116 23% [============== ] 508/2116 24% [============== ] 509/2116 24% [============== ] 510/2116 24% [============== ] 511/2116 24% [=============== ] 512/2116 24% [=============== ] 513/2116 24% [=============== ] 514/2116 24% [=============== ] 515/2116 24% [=============== ] 516/2116 24% [=============== ] 517/2116 24% [=============== ] 518/2116 24% [=============== ] 519/2116 24% [=============== ] 520/2116 24% [=============== ] 521/2116 24% [=============== ] 522/2116 24% [=============== ] 523/2116 24% [=============== ] 524/2116 24% [=============== ] 525/2116 24% [=============== ] 526/2116 24% [=============== ] 527/2116 24% [=============== ] 528/2116 24% [=============== ] 529/2116 25% [=============== ] 530/2116 25% [=============== ] 531/2116 25% [=============== ] 532/2116 25% [=============== ] 533/2116 25% [=============== ] 534/2116 25% [=============== ] 535/2116 25% [=============== ] 536/2116 25% [=============== ] 537/2116 25% [=============== ] 538/2116 25% [=============== ] 539/2116 25% [=============== ] 540/2116 25% [=============== ] 541/2116 25% [=============== ] 542/2116 25% [=============== ] 543/2116 25% [=============== ] 544/2116 25% [=============== ] 545/2116 25% [=============== ] 546/2116 25% [================ ] 547/2116 25% [================ ] 548/2116 25% [================ ] 549/2116 25% [================ ] 550/2116 25% [================ ] 551/2116 26% [================ ] 552/2116 26% [================ ] 553/2116 26% [================ ] 554/2116 26% [================ ] 555/2116 26% [================ ] 556/2116 26% [================ ] 557/2116 26% [================ ] 558/2116 26% [================ ] 559/2116 26% [================ ] 560/2116 26% [================ ] 561/2116 26% [================ ] 562/2116 26% [================ ] 563/2116 26% [================ ] 564/2116 26% [================ ] 565/2116 26% [================ ] 566/2116 26% [================ ] 567/2116 26% [================ ] 568/2116 26% [================ ] 569/2116 26% [================ ] 570/2116 26% [================ ] 571/2116 26% [================ ] 572/2116 27% [================ ] 573/2116 27% [================ ] 574/2116 27% [================ ] 575/2116 27% [================ ] 576/2116 27% [================ ] 577/2116 27% [================ ] 578/2116 27% [================ ] 579/2116 27% [================ ] 580/2116 27% [================= ] 581/2116 27% [================= ] 582/2116 27% [================= ] 583/2116 27% [================= ] 584/2116 27% [================= ] 585/2116 27% [================= ] 586/2116 27% [================= ] 587/2116 27% [================= ] 588/2116 27% [================= ] 589/2116 27% [================= ] 590/2116 27% [================= ] 591/2116 27% [================= ] 592/2116 27% [================= ] 593/2116 28% [================= ] 594/2116 28% [================= ] 595/2116 28% [================= ] 596/2116 28% [================= ] 597/2116 28% [================= ] 598/2116 28% [================= ] 599/2116 28% [================= ] 600/2116 28% [================= ] 601/2116 28% [================= ] 602/2116 28% [================= ] 603/2116 28% [================= ] 604/2116 28% [================= ] 605/2116 28% [================= ] 606/2116 28% [================= ] 607/2116 28% [================= ] 608/2116 28% [================= ] 609/2116 28% [================= ] 610/2116 28% [================= ] 611/2116 28% [================= ] 612/2116 28% [================= ] 613/2116 28% [================= ] 614/2116 29% [================== ] 615/2116 29% [================== ] 616/2116 29% [================== ] 617/2116 29% [================== ] 618/2116 29% [================== ] 619/2116 29% [================== ] 620/2116 29% [================== ] 621/2116 29% [================== ] 622/2116 29% [================== ] 623/2116 29% [================== ] 624/2116 29% [================== ] 625/2116 29% [================== ] 626/2116 29% [================== ] 627/2116 29% [================== ] 628/2116 29% [================== ] 629/2116 29% [================== ] 630/2116 29% [================== ] 631/2116 29% [================== ] 632/2116 29% [================== ] 633/2116 29% [================== ] 634/2116 29% [================== ] 635/2116 30% [================== ] 636/2116 30% [================== ] 637/2116 30% [================== ] 638/2116 30% [================== ] 639/2116 30% [================== ] 640/2116 30% [================== ] 641/2116 30% [================== ] 642/2116 30% [================== ] 643/2116 30% [================== ] 644/2116 30% [================== ] 645/2116 30% [================== ] 646/2116 30% [================== ] 647/2116 30% [================== ] 648/2116 30% [=================== ] 649/2116 30% [=================== ] 650/2116 30% [=================== ] 651/2116 30% [=================== ] 652/2116 30% [=================== ] 653/2116 30% [=================== ] 654/2116 30% [=================== ] 655/2116 30% [=================== ] 656/2116 31% [=================== ] 657/2116 31% [=================== ] 658/2116 31% [=================== ] 659/2116 31% [=================== ] 660/2116 31% [=================== ] 661/2116 31% [=================== ] 662/2116 31% [=================== ] 663/2116 31% [=================== ] 664/2116 31% [=================== ] 665/2116 31% [=================== ] 666/2116 31% [=================== ] 667/2116 31% [=================== ] 668/2116 31% [=================== ] 669/2116 31% [=================== ] 670/2116 31% [=================== ] 671/2116 31% [=================== ] 672/2116 31% [=================== ] 673/2116 31% [=================== ] 674/2116 31% [=================== ] 675/2116 31% [=================== ] 676/2116 31% [=================== ] 677/2116 31% [=================== ] 678/2116 32% [=================== ] 679/2116 32% [=================== ] 680/2116 32% [=================== ] 681/2116 32% [=================== ] 682/2116 32% [==================== ] 683/2116 32% [==================== ] 684/2116 32% [==================== ] 685/2116 32% [==================== ] 686/2116 32% [==================== ] 687/2116 32% [==================== ] 688/2116 32% [==================== ] 689/2116 32% [==================== ] 690/2116 32% [==================== ] 691/2116 32% [==================== ] 692/2116 32% [==================== ] 693/2116 32% [==================== ] 694/2116 32% [==================== ] 695/2116 32% [==================== ] 696/2116 32% [==================== ] 697/2116 32% [==================== ] 698/2116 32% [==================== ] 699/2116 33% [==================== ] 700/2116 33% [==================== ] 701/2116 33% [==================== ] 702/2116 33% [==================== ] 703/2116 33% [==================== ] 704/2116 33% [==================== ] 705/2116 33% [==================== ] 706/2116 33% [==================== ] 707/2116 33% [==================== ] 708/2116 33% [==================== ] 709/2116 33% [==================== ] 710/2116 33% [==================== ] 711/2116 33% [==================== ] 712/2116 33% [==================== ] 713/2116 33% [==================== ] 714/2116 33% [==================== ] 715/2116 33% [==================== ] 716/2116 33% [===================== ] 717/2116 33% [===================== ] 718/2116 33% [===================== ] 719/2116 33% [===================== ] 720/2116 34% [===================== ] 721/2116 34% [===================== ] 722/2116 34% [===================== ] 723/2116 34% [===================== ] 724/2116 34% [===================== ] 725/2116 34% [===================== ] 726/2116 34% [===================== ] 727/2116 34% [===================== ] 728/2116 34% [===================== ] 729/2116 34% [===================== ] 730/2116 34% [===================== ] 731/2116 34% [===================== ] 732/2116 34% [===================== ] 733/2116 34% [===================== ] 734/2116 34% [===================== ] 735/2116 34% [===================== ] 736/2116 34% [===================== ] 737/2116 34% [===================== ] 738/2116 34% [===================== ] 739/2116 34% [===================== ] 740/2116 34% [===================== ] 741/2116 35% [===================== ] 742/2116 35% [===================== ] 743/2116 35% [===================== ] 744/2116 35% [===================== ] 745/2116 35% [===================== ] 746/2116 35% [===================== ] 747/2116 35% [===================== ] 748/2116 35% [===================== ] 749/2116 35% [===================== ] 750/2116 35% [====================== ] 751/2116 35% [====================== ] 752/2116 35% [====================== ] 753/2116 35% [====================== ] 754/2116 35% [====================== ] 755/2116 35% [====================== ] 756/2116 35% [====================== ] 757/2116 35% [====================== ] 758/2116 35% [====================== ] 759/2116 35% [====================== ] 760/2116 35% [====================== ] 761/2116 35% [====================== ] 762/2116 36% [====================== ] 763/2116 36% [====================== ] 764/2116 36% [====================== ] 765/2116 36% [====================== ] 766/2116 36% [====================== ] 767/2116 36% [====================== ] 768/2116 36% [====================== ] 769/2116 36% [====================== ] 770/2116 36% [====================== ] 771/2116 36% [====================== ] 772/2116 36% [====================== ] 773/2116 36% [====================== ] 774/2116 36% [====================== ] 775/2116 36% [====================== ] 776/2116 36% [====================== ] 777/2116 36% [====================== ] 778/2116 36% [====================== ] 779/2116 36% [====================== ] 780/2116 36% [====================== ] 781/2116 36% [====================== ] 782/2116 36% [====================== ] 783/2116 37% [====================== ] 784/2116 37% [======================= ] 785/2116 37% [======================= ] 786/2116 37% [======================= ] 787/2116 37% [======================= ] 788/2116 37% [======================= ] 789/2116 37% [======================= ] 790/2116 37% [======================= ] 791/2116 37% [======================= ] 792/2116 37% [======================= ] 793/2116 37% [======================= ] 794/2116 37% [======================= ] 795/2116 37% [======================= ] 796/2116 37% [======================= ] 797/2116 37% [======================= ] 798/2116 37% [======================= ] 799/2116 37% [======================= ] 800/2116 37% [======================= ] 801/2116 37% [======================= ] 802/2116 37% [======================= ] 803/2116 37% [======================= ] 804/2116 37% [======================= ] 805/2116 38% [======================= ] 806/2116 38% [======================= ] 807/2116 38% [======================= ] 808/2116 38% [======================= ] 809/2116 38% [======================= ] 810/2116 38% [======================= ] 811/2116 38% [======================= ] 812/2116 38% [======================= ] 813/2116 38% [======================= ] 814/2116 38% [======================= ] 815/2116 38% [======================= ] 816/2116 38% [======================= ] 817/2116 38% [======================= ] 818/2116 38% [======================= ] 819/2116 38% [======================== ] 820/2116 38% [======================== ] 821/2116 38% [======================== ] 822/2116 38% [======================== ] 823/2116 38% [======================== ] 824/2116 38% [======================== ] 825/2116 38% [======================== ] 826/2116 39% [======================== ] 827/2116 39% [======================== ] 828/2116 39% [======================== ] 829/2116 39% [======================== ] 830/2116 39% [======================== ] 831/2116 39% [======================== ] 832/2116 39% [======================== ] 833/2116 39% [======================== ] 834/2116 39% [======================== ] 835/2116 39% [======================== ] 836/2116 39% [======================== ] 837/2116 39% [======================== ] 838/2116 39% [======================== ] 839/2116 39% [======================== ] 840/2116 39% [======================== ] 841/2116 39% [======================== ] 842/2116 39% [======================== ] 843/2116 39% [======================== ] 844/2116 39% [======================== ] 845/2116 39% [======================== ] 846/2116 39% [======================== ] 847/2116 40% [======================== ] 848/2116 40% [======================== ] 849/2116 40% [======================== ] 850/2116 40% [======================== ] 851/2116 40% [======================== ] 852/2116 40% [======================== ] 853/2116 40% [========================= ] 854/2116 40% [========================= ] 855/2116 40% [========================= ] 856/2116 40% [========================= ] 857/2116 40% [========================= ] 858/2116 40% [========================= ] 859/2116 40% [========================= ] 860/2116 40% [========================= ] 861/2116 40% [========================= ] 862/2116 40% [========================= ] 863/2116 40% [========================= ] 864/2116 40% [========================= ] 865/2116 40% [========================= ] 866/2116 40% [========================= ] 867/2116 40% [========================= ] 868/2116 41% [========================= ] 869/2116 41% [========================= ] 870/2116 41% [========================= ] 871/2116 41% [========================= ] 872/2116 41% [========================= ] 873/2116 41% [========================= ] 874/2116 41% [========================= ] 875/2116 41% [========================= ] 876/2116 41% [========================= ] 877/2116 41% [========================= ] 878/2116 41% [========================= ] 879/2116 41% [========================= ] 880/2116 41% [========================= ] 881/2116 41% [========================= ] 882/2116 41% [========================= ] 883/2116 41% [========================= ] 884/2116 41% [========================= ] 885/2116 41% [========================= ] 886/2116 41% [========================= ] 887/2116 41% [========================== ] 888/2116 41% [========================== ] 889/2116 42% [========================== ] 890/2116 42% [========================== ] 891/2116 42% [========================== ] 892/2116 42% [========================== ] 893/2116 42% [========================== ] 894/2116 42% [========================== ] 895/2116 42% [========================== ] 896/2116 42% [========================== ] 897/2116 42% [========================== ] 898/2116 42% [========================== ] 899/2116 42% [========================== ] 900/2116 42% [========================== ] 901/2116 42% [========================== ] 902/2116 42% [========================== ] 903/2116 42% [========================== ] 904/2116 42% [========================== ] 905/2116 42% [========================== ] 906/2116 42% [========================== ] 907/2116 42% [========================== ] 908/2116 42% [========================== ] 909/2116 42% [========================== ] 910/2116 43% [========================== ] 911/2116 43% [========================== ] 912/2116 43% [========================== ] 913/2116 43% [========================== ] 914/2116 43% [========================== ] 915/2116 43% [========================== ] 916/2116 43% [========================== ] 917/2116 43% [========================== ] 918/2116 43% [========================== ] 919/2116 43% [========================== ] 920/2116 43% [========================== ] 921/2116 43% [=========================== ] 922/2116 43% [=========================== ] 923/2116 43% [=========================== ] 924/2116 43% [=========================== ] 925/2116 43% [=========================== ] 926/2116 43% [=========================== ] 927/2116 43% [=========================== ] 928/2116 43% [=========================== ] 929/2116 43% [=========================== ] 930/2116 43% [=========================== ] 931/2116 43% [=========================== ] 932/2116 44% [=========================== ] 933/2116 44% [=========================== ] 934/2116 44% [=========================== ] 935/2116 44% [=========================== ] 936/2116 44% [=========================== ] 937/2116 44% [=========================== ] 938/2116 44% [=========================== ] 939/2116 44% [=========================== ] 940/2116 44% [=========================== ] 941/2116 44% [=========================== ] 942/2116 44% [=========================== ] 943/2116 44% [=========================== ] 944/2116 44% [=========================== ] 945/2116 44% [=========================== ] 946/2116 44% [=========================== ] 947/2116 44% [=========================== ] 948/2116 44% [=========================== ] 949/2116 44% [=========================== ] 950/2116 44% [=========================== ] 951/2116 44% [=========================== ] 952/2116 44% [=========================== ] 953/2116 45% [=========================== ] 954/2116 45% [=========================== ] 955/2116 45% [============================ ] 956/2116 45% [============================ ] 957/2116 45% [============================ ] 958/2116 45% [============================ ] 959/2116 45% [============================ ] 960/2116 45% [============================ ] 961/2116 45% [============================ ] 962/2116 45% [============================ ] 963/2116 45% [============================ ] 964/2116 45% [============================ ] 965/2116 45% [============================ ] 966/2116 45% [============================ ] 967/2116 45% [============================ ] 968/2116 45% [============================ ] 969/2116 45% [============================ ] 970/2116 45% [============================ ] 971/2116 45% [============================ ] 972/2116 45% [============================ ] 973/2116 45% [============================ ] 974/2116 46% [============================ ] 975/2116 46% [============================ ] 976/2116 46% [============================ ] 977/2116 46% [============================ ] 978/2116 46% [============================ ] 979/2116 46% [============================ ] 980/2116 46% [============================ ] 981/2116 46% [============================ ] 982/2116 46% [============================ ] 983/2116 46% [============================ ] 984/2116 46% [============================ ] 985/2116 46% [============================ ] 986/2116 46% [============================ ] 987/2116 46% [============================ ] 988/2116 46% [============================ ] 989/2116 46% [============================= ] 990/2116 46% [============================= ] 991/2116 46% [============================= ] 992/2116 46% [============================= ] 993/2116 46% [============================= ] 994/2116 46% [============================= ] 995/2116 47% [============================= ] 996/2116 47% [============================= ] 997/2116 47% [============================= ] 998/2116 47% [============================= ] 999/2116 47% [============================= ] 1000/2116 47% [============================= ] 1001/2116 47% [============================= ] 1002/2116 47% [============================= ] 1003/2116 47% [============================= ] 1004/2116 47% [============================= ] 1005/2116 47% [============================= ] 1006/2116 47% [============================= ] 1007/2116 47% [============================= ] 1008/2116 47% [============================= ] 1009/2116 47% [============================= ] 1010/2116 47% [============================= ] 1011/2116 47% [============================= ] 1012/2116 47% [============================= ] 1013/2116 47% [============================= ] 1014/2116 47% [============================= ] 1015/2116 47% [============================= ] 1016/2116 48% [============================= ] 1017/2116 48% [============================= ] 1018/2116 48% [============================= ] 1019/2116 48% [============================= ] 1020/2116 48% [============================= ] 1021/2116 48% [============================= ] 1022/2116 48% [============================= ] 1023/2116 48% [============================== ] 1024/2116 48% [============================== ] 1025/2116 48% [============================== ] 1026/2116 48% [============================== ] 1027/2116 48% [============================== ] 1028/2116 48% [============================== ] 1029/2116 48% [============================== ] 1030/2116 48% [============================== ] 1031/2116 48% [============================== ] 1032/2116 48% [============================== ] 1033/2116 48% [============================== ] 1034/2116 48% [============================== ] 1035/2116 48% [============================== ] 1036/2116 48% [============================== ] 1037/2116 49% [============================== ] 1038/2116 49% [============================== ] 1039/2116 49% [============================== ] 1040/2116 49% [============================== ] 1041/2116 49% [============================== ] 1042/2116 49% [============================== ] 1043/2116 49% [============================== ] 1044/2116 49% [============================== ] 1045/2116 49% [============================== ] 1046/2116 49% [============================== ] 1047/2116 49% [============================== ] 1048/2116 49% [============================== ] 1049/2116 49% [============================== ] 1050/2116 49% [============================== ] 1051/2116 49% [============================== ] 1052/2116 49% [============================== ] 1053/2116 49% [============================== ] 1054/2116 49% [============================== ] 1055/2116 49% [============================== ] 1056/2116 49% [============================== ] 1057/2116 49% [=============================== ] 1058/2116 50% [=============================== ] 1059/2116 50% [=============================== ] 1060/2116 50% [=============================== ] 1061/2116 50% [=============================== ] 1062/2116 50% [=============================== ] 1063/2116 50% [=============================== ] 1064/2116 50% [=============================== ] 1065/2116 50% [=============================== ] 1066/2116 50% [=============================== ] 1067/2116 50% [=============================== ] 1068/2116 50% [=============================== ] 1069/2116 50% [=============================== ] 1070/2116 50% [=============================== ] 1071/2116 50% [=============================== ] 1072/2116 50% [=============================== ] 1073/2116 50% [=============================== ] 1074/2116 50% [=============================== ] 1075/2116 50% [=============================== ] 1076/2116 50% [=============================== ] 1077/2116 50% [=============================== ] 1078/2116 50% [=============================== ] 1079/2116 50% [=============================== ] 1080/2116 51% [=============================== ] 1081/2116 51% [=============================== ] 1082/2116 51% [=============================== ] 1083/2116 51% [=============================== ] 1084/2116 51% [=============================== ] 1085/2116 51% [=============================== ] 1086/2116 51% [=============================== ] 1087/2116 51% [=============================== ] 1088/2116 51% [=============================== ] 1089/2116 51% [=============================== ] 1090/2116 51% [=============================== ] 1091/2116 51% [=============================== ] 1092/2116 51% [================================ ] 1093/2116 51% [================================ ] 1094/2116 51% [================================ ] 1095/2116 51% [================================ ] 1096/2116 51% [================================ ] 1097/2116 51% [================================ ] 1098/2116 51% [================================ ] 1099/2116 51% [================================ ] 1100/2116 51% [================================ ] 1101/2116 52% [================================ ] 1102/2116 52% [================================ ] 1103/2116 52% [================================ ] 1104/2116 52% [================================ ] 1105/2116 52% [================================ ] 1106/2116 52% [================================ ] 1107/2116 52% [================================ ] 1108/2116 52% [================================ ] 1109/2116 52% [================================ ] 1110/2116 52% [================================ ] 1111/2116 52% [================================ ] 1112/2116 52% [================================ ] 1113/2116 52% [================================ ] 1114/2116 52% [================================ ] 1115/2116 52% [================================ ] 1116/2116 52% [================================ ] 1117/2116 52% [================================ ] 1118/2116 52% [================================ ] 1119/2116 52% [================================ ] 1120/2116 52% [================================ ] 1121/2116 52% [================================ ] 1122/2116 53% [================================ ] 1123/2116 53% [================================ ] 1124/2116 53% [================================ ] 1125/2116 53% [================================ ] 1126/2116 53% [================================= ] 1127/2116 53% [================================= ] 1128/2116 53% [================================= ] 1129/2116 53% [================================= ] 1130/2116 53% [================================= ] 1131/2116 53% [================================= ] 1132/2116 53% [================================= ] 1133/2116 53% [================================= ] 1134/2116 53% [================================= ] 1135/2116 53% [================================= ] 1136/2116 53% [================================= ] 1137/2116 53% [================================= ] 1138/2116 53% [================================= ] 1139/2116 53% [================================= ] 1140/2116 53% [================================= ] 1141/2116 53% [================================= ] 1142/2116 53% [================================= ] 1143/2116 54% [================================= ] 1144/2116 54% [================================= ] 1145/2116 54% [================================= ] 1146/2116 54% [================================= ] 1147/2116 54% [================================= ] 1148/2116 54% [================================= ] 1149/2116 54% [================================= ] 1150/2116 54% [================================= ] 1151/2116 54% [================================= ] 1152/2116 54% [================================= ] 1153/2116 54% [================================= ] 1154/2116 54% [================================= ] 1155/2116 54% [================================= ] 1156/2116 54% [================================= ] 1157/2116 54% [================================= ] 1158/2116 54% [================================= ] 1159/2116 54% [================================= ] 1160/2116 54% [================================== ] 1161/2116 54% [================================== ] 1162/2116 54% [================================== ] 1163/2116 54% [================================== ] 1164/2116 55% [================================== ] 1165/2116 55% [================================== ] 1166/2116 55% [================================== ] 1167/2116 55% [================================== ] 1168/2116 55% [================================== ] 1169/2116 55% [================================== ] 1170/2116 55% [================================== ] 1171/2116 55% [================================== ] 1172/2116 55% [================================== ] 1173/2116 55% [================================== ] 1174/2116 55% [================================== ] 1175/2116 55% [================================== ] 1176/2116 55% [================================== ] 1177/2116 55% [================================== ] 1178/2116 55% [================================== ] 1179/2116 55% [================================== ] 1180/2116 55% [================================== ] 1181/2116 55% [================================== ] 1182/2116 55% [================================== ] 1183/2116 55% [================================== ] 1184/2116 55% [================================== ] 1185/2116 56% [================================== ] 1186/2116 56% [================================== ] 1187/2116 56% [================================== ] 1188/2116 56% [================================== ] 1189/2116 56% [================================== ] 1190/2116 56% [================================== ] 1191/2116 56% [================================== ] 1192/2116 56% [================================== ] 1193/2116 56% [================================== ] 1194/2116 56% [=================================== ] 1195/2116 56% [=================================== ] 1196/2116 56% [=================================== ] 1197/2116 56% [=================================== ] 1198/2116 56% [=================================== ] 1199/2116 56% [=================================== ] 1200/2116 56% [=================================== ] 1201/2116 56% [=================================== ] 1202/2116 56% [=================================== ] 1203/2116 56% [=================================== ] 1204/2116 56% [=================================== ] 1205/2116 56% [=================================== ] 1206/2116 56% [=================================== ] 1207/2116 57% [=================================== ] 1208/2116 57% [=================================== ] 1209/2116 57% [=================================== ] 1210/2116 57% [=================================== ] 1211/2116 57% [=================================== ] 1212/2116 57% [=================================== ] 1213/2116 57% [=================================== ] 1214/2116 57% [=================================== ] 1215/2116 57% [=================================== ] 1216/2116 57% [=================================== ] 1217/2116 57% [=================================== ] 1218/2116 57% [=================================== ] 1219/2116 57% [=================================== ] 1220/2116 57% [=================================== ] 1221/2116 57% [=================================== ] 1222/2116 57% [=================================== ] 1223/2116 57% [=================================== ] 1224/2116 57% [=================================== ] 1225/2116 57% [=================================== ] 1226/2116 57% [=================================== ] 1227/2116 57% [=================================== ] 1228/2116 58% [==================================== ] 1229/2116 58% [==================================== ] 1230/2116 58% [==================================== ] 1231/2116 58% [==================================== ] 1232/2116 58% [==================================== ] 1233/2116 58% [==================================== ] 1234/2116 58% [==================================== ] 1235/2116 58% [==================================== ] 1236/2116 58% [==================================== ] 1237/2116 58% [==================================== ] 1238/2116 58% [==================================== ] 1239/2116 58% [==================================== ] 1240/2116 58% [==================================== ] 1241/2116 58% [==================================== ] 1242/2116 58% [==================================== ] 1243/2116 58% [==================================== ] 1244/2116 58% [==================================== ] 1245/2116 58% [==================================== ] 1246/2116 58% [==================================== ] 1247/2116 58% [==================================== ] 1248/2116 58% [==================================== ] 1249/2116 59% [==================================== ] 1250/2116 59% [==================================== ] 1251/2116 59% [==================================== ] 1252/2116 59% [==================================== ] 1253/2116 59% [==================================== ] 1254/2116 59% [==================================== ] 1255/2116 59% [==================================== ] 1256/2116 59% [==================================== ] 1257/2116 59% [==================================== ] 1258/2116 59% [==================================== ] 1259/2116 59% [==================================== ] 1260/2116 59% [==================================== ] 1261/2116 59% [==================================== ] 1262/2116 59% [===================================== ] 1263/2116 59% [===================================== ] 1264/2116 59% [===================================== ] 1265/2116 59% [===================================== ] 1266/2116 59% [===================================== ] 1267/2116 59% [===================================== ] 1268/2116 59% [===================================== ] 1269/2116 59% [===================================== ] 1270/2116 60% [===================================== ] 1271/2116 60% [===================================== ] 1272/2116 60% [===================================== ] 1273/2116 60% [===================================== ] 1274/2116 60% [===================================== ] 1275/2116 60% [===================================== ] 1276/2116 60% [===================================== ] 1277/2116 60% [===================================== ] 1278/2116 60% [===================================== ] 1279/2116 60% [===================================== ] 1280/2116 60% [===================================== ] 1281/2116 60% [===================================== ] 1282/2116 60% [===================================== ] 1283/2116 60% [===================================== ] 1284/2116 60% [===================================== ] 1285/2116 60% [===================================== ] 1286/2116 60% [===================================== ] 1287/2116 60% [===================================== ] 1288/2116 60% [===================================== ] 1289/2116 60% [===================================== ] 1290/2116 60% [===================================== ] 1291/2116 61% [===================================== ] 1292/2116 61% [===================================== ] 1293/2116 61% [===================================== ] 1294/2116 61% [===================================== ] 1295/2116 61% [===================================== ] 1296/2116 61% [====================================== ] 1297/2116 61% [====================================== ] 1298/2116 61% [====================================== ] 1299/2116 61% [====================================== ] 1300/2116 61% [====================================== ] 1301/2116 61% [====================================== ] 1302/2116 61% [====================================== ] 1303/2116 61% [====================================== ] 1304/2116 61% [====================================== ] 1305/2116 61% [====================================== ] 1306/2116 61% [====================================== ] 1307/2116 61% [====================================== ] 1308/2116 61% [====================================== ] 1309/2116 61% [====================================== ] 1310/2116 61% [====================================== ] 1311/2116 61% [====================================== ] 1312/2116 62% [====================================== ] 1313/2116 62% [====================================== ] 1314/2116 62% [====================================== ] 1315/2116 62% [====================================== ] 1316/2116 62% [====================================== ] 1317/2116 62% [====================================== ] 1318/2116 62% [====================================== ] 1319/2116 62% [====================================== ] 1320/2116 62% [====================================== ] 1321/2116 62% [====================================== ] 1322/2116 62% [====================================== ] 1323/2116 62% [====================================== ] 1324/2116 62% [====================================== ] 1325/2116 62% [====================================== ] 1326/2116 62% [====================================== ] 1327/2116 62% [====================================== ] 1328/2116 62% [====================================== ] 1329/2116 62% [====================================== ] 1330/2116 62% [====================================== ] 1331/2116 62% [======================================= ] 1332/2116 62% [======================================= ] 1333/2116 62% [======================================= ] 1334/2116 63% [======================================= ] 1335/2116 63% [======================================= ] 1336/2116 63% [======================================= ] 1337/2116 63% [======================================= ] 1338/2116 63% [======================================= ] 1339/2116 63% [======================================= ] 1340/2116 63% [======================================= ] 1341/2116 63% [======================================= ] 1342/2116 63% [======================================= ] 1343/2116 63% [======================================= ] 1344/2116 63% [======================================= ] 1345/2116 63% [======================================= ] 1346/2116 63% [======================================= ] 1347/2116 63% [======================================= ] 1348/2116 63% [======================================= ] 1349/2116 63% [======================================= ] 1350/2116 63% [======================================= ] 1351/2116 63% [======================================= ] 1352/2116 63% [======================================= ] 1353/2116 63% [======================================= ] 1354/2116 63% [======================================= ] 1355/2116 64% [======================================= ] 1356/2116 64% [======================================= ] 1357/2116 64% [======================================= ] 1358/2116 64% [======================================= ] 1359/2116 64% [======================================= ] 1360/2116 64% [======================================= ] 1361/2116 64% [======================================= ] 1362/2116 64% [======================================= ] 1363/2116 64% [======================================= ] 1364/2116 64% [======================================= ] 1365/2116 64% [======================================== ] 1366/2116 64% [======================================== ] 1367/2116 64% [======================================== ] 1368/2116 64% [======================================== ] 1369/2116 64% [======================================== ] 1370/2116 64% [======================================== ] 1371/2116 64% [======================================== ] 1372/2116 64% [======================================== ] 1373/2116 64% [======================================== ] 1374/2116 64% [======================================== ] 1375/2116 64% [======================================== ] 1376/2116 65% [======================================== ] 1377/2116 65% [======================================== ] 1378/2116 65% [======================================== ] 1379/2116 65% [======================================== ] 1380/2116 65% [======================================== ] 1381/2116 65% [======================================== ] 1382/2116 65% [======================================== ] 1383/2116 65% [======================================== ] 1384/2116 65% [======================================== ] 1385/2116 65% [======================================== ] 1386/2116 65% [======================================== ] 1387/2116 65% [======================================== ] 1388/2116 65% [======================================== ] 1389/2116 65% [======================================== ] 1390/2116 65% [======================================== ] 1391/2116 65% [======================================== ] 1392/2116 65% [======================================== ] 1393/2116 65% [======================================== ] 1394/2116 65% [======================================== ] 1395/2116 65% [======================================== ] 1396/2116 65% [======================================== ] 1397/2116 66% [======================================== ] 1398/2116 66% [======================================== ] 1399/2116 66% [========================================= ] 1400/2116 66% [========================================= ] 1401/2116 66% [========================================= ] 1402/2116 66% [========================================= ] 1403/2116 66% [========================================= ] 1404/2116 66% [========================================= ] 1405/2116 66% [========================================= ] 1406/2116 66% [========================================= ] 1407/2116 66% [========================================= ] 1408/2116 66% [========================================= ] 1409/2116 66% [========================================= ] 1410/2116 66% [========================================= ] 1411/2116 66% [========================================= ] 1412/2116 66% [========================================= ] 1413/2116 66% [========================================= ] 1414/2116 66% [========================================= ] 1415/2116 66% [========================================= ] 1416/2116 66% [========================================= ] 1417/2116 66% [========================================= ] 1418/2116 67% [========================================= ] 1419/2116 67% [========================================= ] 1420/2116 67% [========================================= ] 1421/2116 67% [========================================= ] 1422/2116 67% [========================================= ] 1423/2116 67% [========================================= ] 1424/2116 67% [========================================= ] 1425/2116 67% [========================================= ] 1426/2116 67% [========================================= ] 1427/2116 67% [========================================= ] 1428/2116 67% [========================================= ] 1429/2116 67% [========================================= ] 1430/2116 67% [========================================= ] 1431/2116 67% [========================================= ] 1432/2116 67% [========================================= ] 1433/2116 67% [========================================== ] 1434/2116 67% [========================================== ] 1435/2116 67% [========================================== ] 1436/2116 67% [========================================== ] 1437/2116 67% [========================================== ] 1438/2116 67% [========================================== ] 1439/2116 68% [========================================== ] 1440/2116 68% [========================================== ] 1441/2116 68% [========================================== ] 1442/2116 68% [========================================== ] 1443/2116 68% [========================================== ] 1444/2116 68% [========================================== ] 1445/2116 68% [========================================== ] 1446/2116 68% [========================================== ] 1447/2116 68% [========================================== ] 1448/2116 68% [========================================== ] 1449/2116 68% [========================================== ] 1450/2116 68% [========================================== ] 1451/2116 68% [========================================== ] 1452/2116 68% [========================================== ] 1453/2116 68% [========================================== ] 1454/2116 68% [========================================== ] 1455/2116 68% [========================================== ] 1456/2116 68% [========================================== ] 1457/2116 68% [========================================== ] 1458/2116 68% [========================================== ] 1459/2116 68% [========================================== ] 1460/2116 68% [========================================== ] 1461/2116 69% [========================================== ] 1462/2116 69% [========================================== ] 1463/2116 69% [========================================== ] 1464/2116 69% [========================================== ] 1465/2116 69% [========================================== ] 1466/2116 69% [========================================== ] 1467/2116 69% [=========================================== ] 1468/2116 69% [=========================================== ] 1469/2116 69% [=========================================== ] 1470/2116 69% [=========================================== ] 1471/2116 69% [=========================================== ] 1472/2116 69% [=========================================== ] 1473/2116 69% [=========================================== ] 1474/2116 69% [=========================================== ] 1475/2116 69% [=========================================== ] 1476/2116 69% [=========================================== ] 1477/2116 69% [=========================================== ] 1478/2116 69% [=========================================== ] 1479/2116 69% [=========================================== ] 1480/2116 69% [=========================================== ] 1481/2116 69% [=========================================== ] 1482/2116 70% [=========================================== ] 1483/2116 70% [=========================================== ] 1484/2116 70% [=========================================== ] 1485/2116 70% [=========================================== ] 1486/2116 70% [=========================================== ] 1487/2116 70% [=========================================== ] 1488/2116 70% [=========================================== ] 1489/2116 70% [=========================================== ] 1490/2116 70% [=========================================== ] 1491/2116 70% [=========================================== ] 1492/2116 70% [=========================================== ] 1493/2116 70% [=========================================== ] 1494/2116 70% [=========================================== ] 1495/2116 70% [=========================================== ] 1496/2116 70% [=========================================== ] 1497/2116 70% [=========================================== ] 1498/2116 70% [=========================================== ] 1499/2116 70% [=========================================== ] 1500/2116 70% [=========================================== ] 1501/2116 70% [============================================ ] 1502/2116 70% [============================================ ] 1503/2116 71% [============================================ ] 1504/2116 71% [============================================ ] 1505/2116 71% [============================================ ] 1506/2116 71% [============================================ ] 1507/2116 71% [============================================ ] 1508/2116 71% [============================================ ] 1509/2116 71% [============================================ ] 1510/2116 71% [============================================ ] 1511/2116 71% [============================================ ] 1512/2116 71% [============================================ ] 1513/2116 71% [============================================ ] 1514/2116 71% [============================================ ] 1515/2116 71% [============================================ ] 1516/2116 71% [============================================ ] 1517/2116 71% [============================================ ] 1518/2116 71% [============================================ ] 1519/2116 71% [============================================ ] 1520/2116 71% [============================================ ] 1521/2116 71% [============================================ ] 1522/2116 71% [============================================ ] 1523/2116 71% [============================================ ] 1524/2116 72% [============================================ ] 1525/2116 72% [============================================ ] 1526/2116 72% [============================================ ] 1527/2116 72% [============================================ ] 1528/2116 72% [============================================ ] 1529/2116 72% [============================================ ] 1530/2116 72% [============================================ ] 1531/2116 72% [============================================ ] 1532/2116 72% [============================================ ] 1533/2116 72% [============================================ ] 1534/2116 72% [============================================ ] 1535/2116 72% [============================================= ] 1536/2116 72% [============================================= ] 1537/2116 72% [============================================= ] 1538/2116 72% [============================================= ] 1539/2116 72% [============================================= ] 1540/2116 72% [============================================= ] 1541/2116 72% [============================================= ] 1542/2116 72% [============================================= ] 1543/2116 72% [============================================= ] 1544/2116 72% [============================================= ] 1545/2116 73% [============================================= ] 1546/2116 73% [============================================= ] 1547/2116 73% [============================================= ] 1548/2116 73% [============================================= ] 1549/2116 73% [============================================= ] 1550/2116 73% [============================================= ] 1551/2116 73% [============================================= ] 1552/2116 73% [============================================= ] 1553/2116 73% [============================================= ] 1554/2116 73% [============================================= ] 1555/2116 73% [============================================= ] 1556/2116 73% [============================================= ] 1557/2116 73% [============================================= ] 1558/2116 73% [============================================= ] 1559/2116 73% [============================================= ] 1560/2116 73% [============================================= ] 1561/2116 73% [============================================= ] 1562/2116 73% [============================================= ] 1563/2116 73% [============================================= ] 1564/2116 73% [============================================= ] 1565/2116 73% [============================================= ] 1566/2116 74% [============================================= ] 1567/2116 74% [============================================= ] 1568/2116 74% [============================================= ] 1569/2116 74% [============================================== ] 1570/2116 74% [============================================== ] 1571/2116 74% [============================================== ] 1572/2116 74% [============================================== ] 1573/2116 74% [============================================== ] 1574/2116 74% [============================================== ] 1575/2116 74% [============================================== ] 1576/2116 74% [============================================== ] 1577/2116 74% [============================================== ] 1578/2116 74% [============================================== ] 1579/2116 74% [============================================== ] 1580/2116 74% [============================================== ] 1581/2116 74% [============================================== ] 1582/2116 74% [============================================== ] 1583/2116 74% [============================================== ] 1584/2116 74% [============================================== ] 1585/2116 74% [============================================== ] 1586/2116 74% [============================================== ] 1587/2116 75% [============================================== ] 1588/2116 75% [============================================== ] 1589/2116 75% [============================================== ] 1590/2116 75% [============================================== ] 1591/2116 75% [============================================== ] 1592/2116 75% [============================================== ] 1593/2116 75% [============================================== ] 1594/2116 75% [============================================== ] 1595/2116 75% [============================================== ] 1596/2116 75% [============================================== ] 1597/2116 75% [============================================== ] 1598/2116 75% [============================================== ] 1599/2116 75% [============================================== ] 1600/2116 75% [============================================== ] 1601/2116 75% [============================================== ] 1602/2116 75% [============================================== ] 1603/2116 75% [============================================== ] 1604/2116 75% [=============================================== ] 1605/2116 75% [=============================================== ] 1606/2116 75% [=============================================== ] 1607/2116 75% [=============================================== ] 1608/2116 75% [=============================================== ] 1609/2116 76% [=============================================== ] 1610/2116 76% [=============================================== ] 1611/2116 76% [=============================================== ] 1612/2116 76% [=============================================== ] 1613/2116 76% [=============================================== ] 1614/2116 76% [=============================================== ] 1615/2116 76% [=============================================== ] 1616/2116 76% [=============================================== ] 1617/2116 76% [=============================================== ] 1618/2116 76% [=============================================== ] 1619/2116 76% [=============================================== ] 1620/2116 76% [=============================================== ] 1621/2116 76% [=============================================== ] 1622/2116 76% [=============================================== ] 1623/2116 76% [=============================================== ] 1624/2116 76% [=============================================== ] 1625/2116 76% [=============================================== ] 1626/2116 76% [=============================================== ] 1627/2116 76% [=============================================== ] 1628/2116 76% [=============================================== ] 1629/2116 76% [=============================================== ] 1630/2116 77% [=============================================== ] 1631/2116 77% [=============================================== ] 1632/2116 77% [=============================================== ] 1633/2116 77% [=============================================== ] 1634/2116 77% [=============================================== ] 1635/2116 77% [=============================================== ] 1636/2116 77% [=============================================== ] 1637/2116 77% [=============================================== ] 1638/2116 77% [================================================ ] 1639/2116 77% [================================================ ] 1640/2116 77% [================================================ ] 1641/2116 77% [================================================ ] 1642/2116 77% [================================================ ] 1643/2116 77% [================================================ ] 1644/2116 77% [================================================ ] 1645/2116 77% [================================================ ] 1646/2116 77% [================================================ ] 1647/2116 77% [================================================ ] 1648/2116 77% [================================================ ] 1649/2116 77% [================================================ ] 1650/2116 77% [================================================ ] 1651/2116 78% [================================================ ] 1652/2116 78% [================================================ ] 1653/2116 78% [================================================ ] 1654/2116 78% [================================================ ] 1655/2116 78% [================================================ ] 1656/2116 78% [================================================ ] 1657/2116 78% [================================================ ] 1658/2116 78% [================================================ ] 1659/2116 78% [================================================ ] 1660/2116 78% [================================================ ] 1661/2116 78% [================================================ ] 1662/2116 78% [================================================ ] 1663/2116 78% [================================================ ] 1664/2116 78% [================================================ ] 1665/2116 78% [================================================ ] 1666/2116 78% [================================================ ] 1667/2116 78% [================================================ ] 1668/2116 78% [================================================ ] 1669/2116 78% [================================================ ] 1670/2116 78% [================================================ ] 1671/2116 78% [================================================ ] 1672/2116 79% [================================================= ] 1673/2116 79% [================================================= ] 1674/2116 79% [================================================= ] 1675/2116 79% [================================================= ] 1676/2116 79% [================================================= ] 1677/2116 79% [================================================= ] 1678/2116 79% [================================================= ] 1679/2116 79% [================================================= ] 1680/2116 79% [================================================= ] 1681/2116 79% [================================================= ] 1682/2116 79% [================================================= ] 1683/2116 79% [================================================= ] 1684/2116 79% [================================================= ] 1685/2116 79% [================================================= ] 1686/2116 79% [================================================= ] 1687/2116 79% [================================================= ] 1688/2116 79% [================================================= ] 1689/2116 79% [================================================= ] 1690/2116 79% [================================================= ] 1691/2116 79% [================================================= ] 1692/2116 79% [================================================= ] 1693/2116 80% [================================================= ] 1694/2116 80% [================================================= ] 1695/2116 80% [================================================= ] 1696/2116 80% [================================================= ] 1697/2116 80% [================================================= ] 1698/2116 80% [================================================= ] 1699/2116 80% [================================================= ] 1700/2116 80% [================================================= ] 1701/2116 80% [================================================= ] 1702/2116 80% [================================================= ] 1703/2116 80% [================================================= ] 1704/2116 80% [================================================= ] 1705/2116 80% [================================================= ] 1706/2116 80% [================================================== ] 1707/2116 80% [================================================== ] 1708/2116 80% [================================================== ] 1709/2116 80% [================================================== ] 1710/2116 80% [================================================== ] 1711/2116 80% [================================================== ] 1712/2116 80% [================================================== ] 1713/2116 80% [================================================== ] 1714/2116 81% [================================================== ] 1715/2116 81% [================================================== ] 1716/2116 81% [================================================== ] 1717/2116 81% [================================================== ] 1718/2116 81% [================================================== ] 1719/2116 81% [================================================== ] 1720/2116 81% [================================================== ] 1721/2116 81% [================================================== ] 1722/2116 81% [================================================== ] 1723/2116 81% [================================================== ] 1724/2116 81% [================================================== ] 1725/2116 81% [================================================== ] 1726/2116 81% [================================================== ] 1727/2116 81% [================================================== ] 1728/2116 81% [================================================== ] 1729/2116 81% [================================================== ] 1730/2116 81% [================================================== ] 1731/2116 81% [================================================== ] 1732/2116 81% [================================================== ] 1733/2116 81% [================================================== ] 1734/2116 81% [================================================== ] 1735/2116 81% [================================================== ] 1736/2116 82% [================================================== ] 1737/2116 82% [================================================== ] 1738/2116 82% [================================================== ] 1739/2116 82% [================================================== ] 1740/2116 82% [=================================================== ] 1741/2116 82% [=================================================== ] 1742/2116 82% [=================================================== ] 1743/2116 82% [=================================================== ] 1744/2116 82% [=================================================== ] 1745/2116 82% [=================================================== ] 1746/2116 82% [=================================================== ] 1747/2116 82% [=================================================== ] 1748/2116 82% [=================================================== ] 1749/2116 82% [=================================================== ] 1750/2116 82% [=================================================== ] 1751/2116 82% [=================================================== ] 1752/2116 82% [=================================================== ] 1753/2116 82% [=================================================== ] 1754/2116 82% [=================================================== ] 1755/2116 82% [=================================================== ] 1756/2116 82% [=================================================== ] 1757/2116 83% [=================================================== ] 1758/2116 83% [=================================================== ] 1759/2116 83% [=================================================== ] 1760/2116 83% [=================================================== ] 1761/2116 83% [=================================================== ] 1762/2116 83% [=================================================== ] 1763/2116 83% [=================================================== ] 1764/2116 83% [=================================================== ] 1765/2116 83% [=================================================== ] 1766/2116 83% [=================================================== ] 1767/2116 83% [=================================================== ] 1768/2116 83% [=================================================== ] 1769/2116 83% [=================================================== ] 1770/2116 83% [=================================================== ] 1771/2116 83% [=================================================== ] 1772/2116 83% [=================================================== ] 1773/2116 83% [=================================================== ] 1774/2116 83% [==================================================== ] 1775/2116 83% [==================================================== ] 1776/2116 83% [==================================================== ] 1777/2116 83% [==================================================== ] 1778/2116 84% [==================================================== ] 1779/2116 84% [==================================================== ] 1780/2116 84% [==================================================== ] 1781/2116 84% [==================================================== ] 1782/2116 84% [==================================================== ] 1783/2116 84% [==================================================== ] 1784/2116 84% [==================================================== ] 1785/2116 84% [==================================================== ] 1786/2116 84% [==================================================== ] 1787/2116 84% [==================================================== ] 1788/2116 84% [==================================================== ] 1789/2116 84% [==================================================== ] 1790/2116 84% [==================================================== ] 1791/2116 84% [==================================================== ] 1792/2116 84% [==================================================== ] 1793/2116 84% [==================================================== ] 1794/2116 84% [==================================================== ] 1795/2116 84% [==================================================== ] 1796/2116 84% [==================================================== ] 1797/2116 84% [==================================================== ] 1798/2116 84% [==================================================== ] 1799/2116 85% [==================================================== ] 1800/2116 85% [==================================================== ] 1801/2116 85% [==================================================== ] 1802/2116 85% [==================================================== ] 1803/2116 85% [==================================================== ] 1804/2116 85% [==================================================== ] 1805/2116 85% [==================================================== ] 1806/2116 85% [==================================================== ] 1807/2116 85% [==================================================== ] 1808/2116 85% [===================================================== ] 1809/2116 85% [===================================================== ] 1810/2116 85% [===================================================== ] 1811/2116 85% [===================================================== ] 1812/2116 85% [===================================================== ] 1813/2116 85% [===================================================== ] 1814/2116 85% [===================================================== ] 1815/2116 85% [===================================================== ] 1816/2116 85% [===================================================== ] 1817/2116 85% [===================================================== ] 1818/2116 85% [===================================================== ] 1819/2116 85% [===================================================== ] 1820/2116 86% [===================================================== ] 1821/2116 86% [===================================================== ] 1822/2116 86% [===================================================== ] 1823/2116 86% [===================================================== ] 1824/2116 86% [===================================================== ] 1825/2116 86% [===================================================== ] 1826/2116 86% [===================================================== ] 1827/2116 86% [===================================================== ] 1828/2116 86% [===================================================== ] 1829/2116 86% [===================================================== ] 1830/2116 86% [===================================================== ] 1831/2116 86% [===================================================== ] 1832/2116 86% [===================================================== ] 1833/2116 86% [===================================================== ] 1834/2116 86% [===================================================== ] 1835/2116 86% [===================================================== ] 1836/2116 86% [===================================================== ] 1837/2116 86% [===================================================== ] 1838/2116 86% [===================================================== ] 1839/2116 86% [===================================================== ] 1840/2116 86% [===================================================== ] 1841/2116 87% [===================================================== ] 1842/2116 87% [====================================================== ] 1843/2116 87% [====================================================== ] 1844/2116 87% [====================================================== ] 1845/2116 87% [====================================================== ] 1846/2116 87% [====================================================== ] 1847/2116 87% [====================================================== ] 1848/2116 87% [====================================================== ] 1849/2116 87% [====================================================== ] 1850/2116 87% [====================================================== ] 1851/2116 87% [====================================================== ] 1852/2116 87% [====================================================== ] 1853/2116 87% [====================================================== ] 1854/2116 87% [====================================================== ] 1855/2116 87% [====================================================== ] 1856/2116 87% [====================================================== ] 1857/2116 87% [====================================================== ] 1858/2116 87% [====================================================== ] 1859/2116 87% [====================================================== ] 1860/2116 87% [====================================================== ] 1861/2116 87% [====================================================== ] 1862/2116 87% [====================================================== ] 1863/2116 88% [====================================================== ] 1864/2116 88% [====================================================== ] 1865/2116 88% [====================================================== ] 1866/2116 88% [====================================================== ] 1867/2116 88% [====================================================== ] 1868/2116 88% [====================================================== ] 1869/2116 88% [====================================================== ] 1870/2116 88% [====================================================== ] 1871/2116 88% [====================================================== ] 1872/2116 88% [====================================================== ] 1873/2116 88% [====================================================== ] 1874/2116 88% [====================================================== ] 1875/2116 88% [====================================================== ] 1876/2116 88% [====================================================== ] 1877/2116 88% [======================================================= ] 1878/2116 88% [======================================================= ] 1879/2116 88% [======================================================= ] 1880/2116 88% [======================================================= ] 1881/2116 88% [======================================================= ] 1882/2116 88% [======================================================= ] 1883/2116 88% [======================================================= ] 1884/2116 89% [======================================================= ] 1885/2116 89% [======================================================= ] 1886/2116 89% [======================================================= ] 1887/2116 89% [======================================================= ] 1888/2116 89% [======================================================= ] 1889/2116 89% [======================================================= ] 1890/2116 89% [======================================================= ] 1891/2116 89% [======================================================= ] 1892/2116 89% [======================================================= ] 1893/2116 89% [======================================================= ] 1894/2116 89% [======================================================= ] 1895/2116 89% [======================================================= ] 1896/2116 89% [======================================================= ] 1897/2116 89% [======================================================= ] 1898/2116 89% [======================================================= ] 1899/2116 89% [======================================================= ] 1900/2116 89% [======================================================= ] 1901/2116 89% [======================================================= ] 1902/2116 89% [======================================================= ] 1903/2116 89% [======================================================= ] 1904/2116 89% [======================================================= ] 1905/2116 90% [======================================================= ] 1906/2116 90% [======================================================= ] 1907/2116 90% [======================================================= ] 1908/2116 90% [======================================================= ] 1909/2116 90% [======================================================= ] 1910/2116 90% [======================================================= ] 1911/2116 90% [======================================================== ] 1912/2116 90% [======================================================== ] 1913/2116 90% [======================================================== ] 1914/2116 90% [======================================================== ] 1915/2116 90% [======================================================== ] 1916/2116 90% [======================================================== ] 1917/2116 90% [======================================================== ] 1918/2116 90% [======================================================== ] 1919/2116 90% [======================================================== ] 1920/2116 90% [======================================================== ] 1921/2116 90% [======================================================== ] 1922/2116 90% [======================================================== ] 1923/2116 90% [======================================================== ] 1924/2116 90% [======================================================== ] 1925/2116 90% [======================================================== ] 1926/2116 91% [======================================================== ] 1927/2116 91% [======================================================== ] 1928/2116 91% [======================================================== ] 1929/2116 91% [======================================================== ] 1930/2116 91% [======================================================== ] 1931/2116 91% [======================================================== ] 1932/2116 91% [======================================================== ] 1933/2116 91% [======================================================== ] 1934/2116 91% [======================================================== ] 1935/2116 91% [======================================================== ] 1936/2116 91% [======================================================== ] 1937/2116 91% [======================================================== ] 1938/2116 91% [======================================================== ] 1939/2116 91% [======================================================== ] 1940/2116 91% [======================================================== ] 1941/2116 91% [======================================================== ] 1942/2116 91% [======================================================== ] 1943/2116 91% [======================================================== ] 1944/2116 91% [======================================================== ] 1945/2116 91% [========================================================= ] 1946/2116 91% [========================================================= ] 1947/2116 92% [========================================================= ] 1948/2116 92% [========================================================= ] 1949/2116 92% [========================================================= ] 1950/2116 92% [========================================================= ] 1951/2116 92% [========================================================= ] 1952/2116 92% [========================================================= ] 1953/2116 92% [========================================================= ] 1954/2116 92% [========================================================= ] 1955/2116 92% [========================================================= ] 1956/2116 92% [========================================================= ] 1957/2116 92% [========================================================= ] 1958/2116 92% [========================================================= ] 1959/2116 92% [========================================================= ] 1960/2116 92% [========================================================= ] 1961/2116 92% [========================================================= ] 1962/2116 92% [========================================================= ] 1963/2116 92% [========================================================= ] 1964/2116 92% [========================================================= ] 1965/2116 92% [========================================================= ] 1966/2116 92% [========================================================= ] 1967/2116 92% [========================================================= ] 1968/2116 93% [========================================================= ] 1969/2116 93% [========================================================= ] 1970/2116 93% [========================================================= ] 1971/2116 93% [========================================================= ] 1972/2116 93% [========================================================= ] 1973/2116 93% [========================================================= ] 1974/2116 93% [========================================================= ] 1975/2116 93% [========================================================= ] 1976/2116 93% [========================================================= ] 1977/2116 93% [========================================================= ] 1978/2116 93% [========================================================= ] 1979/2116 93% [========================================================== ] 1980/2116 93% [========================================================== ] 1981/2116 93% [========================================================== ] 1982/2116 93% [========================================================== ] 1983/2116 93% [========================================================== ] 1984/2116 93% [========================================================== ] 1985/2116 93% [========================================================== ] 1986/2116 93% [========================================================== ] 1987/2116 93% [========================================================== ] 1988/2116 93% [========================================================== ] 1989/2116 93% [========================================================== ] 1990/2116 94% [========================================================== ] 1991/2116 94% [========================================================== ] 1992/2116 94% [========================================================== ] 1993/2116 94% [========================================================== ] 1994/2116 94% [========================================================== ] 1995/2116 94% [========================================================== ] 1996/2116 94% [========================================================== ] 1997/2116 94% [========================================================== ] 1998/2116 94% [========================================================== ] 1999/2116 94% [========================================================== ] 2000/2116 94% [========================================================== ] 2001/2116 94% [========================================================== ] 2002/2116 94% [========================================================== ] 2003/2116 94% [========================================================== ] 2004/2116 94% [========================================================== ] 2005/2116 94% [========================================================== ] 2006/2116 94% [========================================================== ] 2007/2116 94% [========================================================== ] 2008/2116 94% [========================================================== ] 2009/2116 94% [========================================================== ] 2010/2116 94% [========================================================== ] 2011/2116 95% [========================================================== ] 2012/2116 95% [========================================================== ] 2013/2116 95% [=========================================================== ] 2014/2116 95% [=========================================================== ] 2015/2116 95% [=========================================================== ] 2016/2116 95% [=========================================================== ] 2017/2116 95% [=========================================================== ] 2018/2116 95% [=========================================================== ] 2019/2116 95% [=========================================================== ] 2020/2116 95% [=========================================================== ] 2021/2116 95% [=========================================================== ] 2022/2116 95% [=========================================================== ] 2023/2116 95% [=========================================================== ] 2024/2116 95% [=========================================================== ] 2025/2116 95% [=========================================================== ] 2026/2116 95% [=========================================================== ] 2027/2116 95% [=========================================================== ] 2028/2116 95% [=========================================================== ] 2029/2116 95% [=========================================================== ] 2030/2116 95% [=========================================================== ] 2031/2116 95% [=========================================================== ] 2032/2116 96% [=========================================================== ] 2033/2116 96% [=========================================================== ] 2034/2116 96% [=========================================================== ] 2035/2116 96% [=========================================================== ] 2036/2116 96% [=========================================================== ] 2037/2116 96% [=========================================================== ] 2038/2116 96% [=========================================================== ] 2039/2116 96% [=========================================================== ] 2040/2116 96% [=========================================================== ] 2041/2116 96% [=========================================================== ] 2042/2116 96% [=========================================================== ] 2043/2116 96% [=========================================================== ] 2044/2116 96% [=========================================================== ] 2045/2116 96% [=========================================================== ] 2046/2116 96% [=========================================================== ] 2047/2116 96% [============================================================ ] 2048/2116 96% [============================================================ ] 2049/2116 96% [============================================================ ] 2050/2116 96% [============================================================ ] 2051/2116 96% [============================================================ ] 2052/2116 96% [============================================================ ] 2053/2116 97% [============================================================ ] 2054/2116 97% [============================================================ ] 2055/2116 97% [============================================================ ] 2056/2116 97% [============================================================ ] 2057/2116 97% [============================================================ ] 2058/2116 97% [============================================================ ] 2059/2116 97% [============================================================ ] 2060/2116 97% [============================================================ ] 2061/2116 97% [============================================================ ] 2062/2116 97% [============================================================ ] 2063/2116 97% [============================================================ ] 2064/2116 97% [============================================================ ] 2065/2116 97% [============================================================ ] 2066/2116 97% [============================================================ ] 2067/2116 97% [============================================================ ] 2068/2116 97% [============================================================ ] 2069/2116 97% [============================================================ ] 2070/2116 97% [============================================================ ] 2071/2116 97% [============================================================ ] 2072/2116 97% [============================================================ ] 2073/2116 97% [============================================================ ] 2074/2116 98% [============================================================ ] 2075/2116 98% [============================================================ ] 2076/2116 98% [============================================================ ] 2077/2116 98% [============================================================ ] 2078/2116 98% [============================================================ ] 2079/2116 98% [============================================================ ] 2080/2116 98% [============================================================ ] 2081/2116 98% [============================================================= ] 2082/2116 98% [============================================================= ] 2083/2116 98% [============================================================= ] 2084/2116 98% [============================================================= ] 2085/2116 98% [============================================================= ] 2086/2116 98% [============================================================= ] 2087/2116 98% [============================================================= ] 2088/2116 98% [============================================================= ] 2089/2116 98% [============================================================= ] 2090/2116 98% [============================================================= ] 2091/2116 98% [============================================================= ] 2092/2116 98% [============================================================= ] 2093/2116 98% [============================================================= ] 2094/2116 98% [============================================================= ] 2095/2116 99% [============================================================= ] 2096/2116 99% [============================================================= ] 2097/2116 99% [============================================================= ] 2098/2116 99% [============================================================= ] 2099/2116 99% [============================================================= ] 2100/2116 99% [============================================================= ] 2101/2116 99% [============================================================= ] 2102/2116 99% [============================================================= ] 2103/2116 99% [============================================================= ] 2104/2116 99% [============================================================= ] 2105/2116 99% [============================================================= ] 2106/2116 99% [============================================================= ] 2107/2116 99% [============================================================= ] 2108/2116 99% [============================================================= ] 2109/2116 99% [============================================================= ] 2110/2116 99% [============================================================= ] 2111/2116 99% [============================================================= ] 2112/2116 99% [============================================================= ] 2113/2116 99% [============================================================= ] 2114/2116 99% [============================================================= ] 2115/2116 99% [==============================================================] 2116/2116 100% operation complete, 2116 objects in 111597 NAND pages. ln -snf /home/autobuild/autobuild/instance-1/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-1/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-1/buildroot' >>> Buildroot 2024.08-rc2-13-gd0d23b4739 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.10.6 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bash 5.2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bitwise 0.50 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.8 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> host-cmake 3.30.0 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zlib Collecting legal info >>> libzlib 1.3.1 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 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dash 0.5.12 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.3.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-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> execline 2.9.6.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> skalibs 2.14.2.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fetchmail 6.4.39 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.7.4 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> tiff 4.6.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gptfdisk 1.0.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> hwdata 0.384 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> host-imx-mkimage lf-6.6.23-2.0.0 Collecting legal info LICENSE: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libatomic_ops 7.8.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 969294c9324b2d360ae2a08edd5ca6f9cd754cb71b71e56bee15d2f10bb10496) >>> libbytesize 2.10 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcurl 8.9.1 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libgit2 1.8.1 Collecting legal info COPYING: OK (sha256: e3712465634e97cfd850822a4eb5ac7d2f8a10f753189366d5a2060046f28288) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libubootenv 0.3.5 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> logsurfer 1.8 Collecting legal info >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> 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) >>> host-elfutils 0.189 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-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-microchip-hss-payload-generator 2024.06 Collecting legal info tools/hss-payload-generator/LICENSE.md: OK (sha256: 0b67b1d44bcad078580fc5d8e9580a48a9466b769db58aeb1631d4c5ef97e08a) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> ncdu 1.20 Collecting legal info COPYING: OK (sha256: a324e25fe6af7fa45286b34a516b4c5a11544344bc80efb74fc51033b2e76df4) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> neon 0.33.0 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: 6c4f5d59a60a66cc970642c0f3799cf03b40a81c9dccbc4a254f20487d143f74) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> open62541 v1.3.11 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> proftpd 1.3.8b Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-qemu 9.0.2 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-python-distlib 0.3.8 Collecting legal info LICENSE.txt: OK (sha256: 808e10c8a6ab8deb149ff9b3fb19f447a808094606d712a9ca57fead3552599d) >>> host-slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> s6-dns 2.3.7.2 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> s6-networking 2.7.0.3 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> s6 2.13.0.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> sdl_sound 1.0.3 Collecting legal info COPYING: OK (sha256: 2a781dd2f8c5435c59cfa3b79dfea1c1d7df676ed318ecc802139f76ac345d07) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> stress 1.0.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcpreplay 4.4.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> tipidee 0.0.5.0 Collecting legal info COPYING: OK (sha256: 8feb7933c6e6506a7f20fbfc03fd37df3caff4becdf3b7a0ffad5016277e441e) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> traceroute 2.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> uacme 1.7.5 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.2.0 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.6 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: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot'