mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/sbin/setfiles -m -r /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target -c /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/etc/selinux/targeted/policy/policy.33 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/etc/selinux/targeted/contexts/files/file_contexts /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-7/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/sbin/setfiles -m -r /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target -c /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target/etc/selinux/targeted/policy/policy.33 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target/etc/selinux/targeted/contexts/files/file_contexts /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-7/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-7/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-7/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-7/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-7/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-7/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-7/output-1/images/rootfs.ubifs"66963456 bytes (63.8 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/sbin/setfiles -m -r /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target -c /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/etc/selinux/targeted/policy/policy.33 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/etc/selinux/targeted/contexts/files/file_contexts /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-7/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-7/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2882 objects. stage 2: creating image '/home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2' [ ] 1/2882 0% [ ] 2/2882 0% [ ] 3/2882 0% [ ] 4/2882 0% [ ] 5/2882 0% [ ] 6/2882 0% [ ] 7/2882 0% [ ] 8/2882 0% [ ] 9/2882 0% [ ] 10/2882 0% [ ] 11/2882 0% [ ] 12/2882 0% [ ] 13/2882 0% [ ] 14/2882 0% [ ] 15/2882 0% [ ] 16/2882 0% [ ] 17/2882 0% [ ] 18/2882 0% [ ] 19/2882 0% [ ] 20/2882 0% [ ] 21/2882 0% [ ] 22/2882 0% [ ] 23/2882 0% [ ] 24/2882 0% [ ] 25/2882 0% [ ] 26/2882 0% [ ] 27/2882 0% [ ] 28/2882 0% [ ] 29/2882 1% [ ] 30/2882 1% [ ] 31/2882 1% [ ] 32/2882 1% [ ] 33/2882 1% [ ] 34/2882 1% [ ] 35/2882 1% [ ] 36/2882 1% [ ] 37/2882 1% [ ] 38/2882 1% [ ] 39/2882 1% [ ] 40/2882 1% [ ] 41/2882 1% [ ] 42/2882 1% [ ] 43/2882 1% [ ] 44/2882 1% [ ] 45/2882 1% [ ] 46/2882 1% [= ] 47/2882 1% [= ] 48/2882 1% [= ] 49/2882 1% [= ] 50/2882 1% [= ] 51/2882 1% [= ] 52/2882 1% [= ] 53/2882 1% [= ] 54/2882 1% [= ] 55/2882 1% [= ] 56/2882 1% [= ] 57/2882 1% [= ] 58/2882 2% [= ] 59/2882 2% [= ] 60/2882 2% [= ] 61/2882 2% [= ] 62/2882 2% [= ] 63/2882 2% [= ] 64/2882 2% [= ] 65/2882 2% [= ] 66/2882 2% [= ] 67/2882 2% [= ] 68/2882 2% [= ] 69/2882 2% [= ] 70/2882 2% [= ] 71/2882 2% [= ] 72/2882 2% [= ] 73/2882 2% [= ] 74/2882 2% [= ] 75/2882 2% [= ] 76/2882 2% [= ] 77/2882 2% [= ] 78/2882 2% [= ] 79/2882 2% [= ] 80/2882 2% [= ] 81/2882 2% [= ] 82/2882 2% [= ] 83/2882 2% [= ] 84/2882 2% [= ] 85/2882 2% [= ] 86/2882 2% [= ] 87/2882 3% [= ] 88/2882 3% [= ] 89/2882 3% [= ] 90/2882 3% [= ] 91/2882 3% [= ] 92/2882 3% [== ] 93/2882 3% [== ] 94/2882 3% [== ] 95/2882 3% [== ] 96/2882 3% [== ] 97/2882 3% [== ] 98/2882 3% [== ] 99/2882 3% [== ] 100/2882 3% [== ] 101/2882 3% [== ] 102/2882 3% [== ] 103/2882 3% [== ] 104/2882 3% [== ] 105/2882 3% [== ] 106/2882 3% [== ] 107/2882 3% [== ] 108/2882 3% [== ] 109/2882 3% [== ] 110/2882 3% [== ] 111/2882 3% [== ] 112/2882 3% [== ] 113/2882 3% [== ] 114/2882 3% [== ] 115/2882 3% [== ] 116/2882 4% [== ] 117/2882 4% [== ] 118/2882 4% [== ] 119/2882 4% [== ] 120/2882 4% [== ] 121/2882 4% [== ] 122/2882 4% [== ] 123/2882 4% [== ] 124/2882 4% [== ] 125/2882 4% [== ] 126/2882 4% [== ] 127/2882 4% [== ] 128/2882 4% [== ] 129/2882 4% [== ] 130/2882 4% [== ] 131/2882 4% [== ] 132/2882 4% [== ] 133/2882 4% [== ] 134/2882 4% [== ] 135/2882 4% [== ] 136/2882 4% [== ] 137/2882 4% [== ] 138/2882 4% [== ] 139/2882 4% [=== ] 140/2882 4% [=== ] 141/2882 4% [=== ] 142/2882 4% [=== ] 143/2882 4% [=== ] 144/2882 4% [=== ] 145/2882 5% [=== ] 146/2882 5% [=== ] 147/2882 5% [=== ] 148/2882 5% [=== ] 149/2882 5% [=== ] 150/2882 5% [=== ] 151/2882 5% [=== ] 152/2882 5% [=== ] 153/2882 5% [=== ] 154/2882 5% [=== ] 155/2882 5% [=== ] 156/2882 5% [=== ] 157/2882 5% [=== ] 158/2882 5% [=== ] 159/2882 5% [=== ] 160/2882 5% [=== ] 161/2882 5% [=== ] 162/2882 5% [=== ] 163/2882 5% [=== ] 164/2882 5% [=== ] 165/2882 5% [=== ] 166/2882 5% [=== ] 167/2882 5% [=== ] 168/2882 5% [=== ] 169/2882 5% [=== ] 170/2882 5% [=== ] 171/2882 5% [=== ] 172/2882 5% [=== ] 173/2882 6% [=== ] 174/2882 6% [=== ] 175/2882 6% [=== ] 176/2882 6% [=== ] 177/2882 6% [=== ] 178/2882 6% [=== ] 179/2882 6% [=== ] 180/2882 6% [=== ] 181/2882 6% [=== ] 182/2882 6% [=== ] 183/2882 6% [=== ] 184/2882 6% [=== ] 185/2882 6% [==== ] 186/2882 6% [==== ] 187/2882 6% [==== ] 188/2882 6% [==== ] 189/2882 6% [==== ] 190/2882 6% [==== ] 191/2882 6% [==== ] 192/2882 6% [==== ] 193/2882 6% [==== ] 194/2882 6% [==== ] 195/2882 6% [==== ] 196/2882 6% [==== ] 197/2882 6% [==== ] 198/2882 6% [==== ] 199/2882 6% [==== ] 200/2882 6% [==== ] 201/2882 6% [==== ] 202/2882 7% [==== ] 203/2882 7% [==== ] 204/2882 7% [==== ] 205/2882 7% [==== ] 206/2882 7% [==== ] 207/2882 7% [==== ] 208/2882 7% [==== ] 209/2882 7% [==== ] 210/2882 7% [==== ] 211/2882 7% [==== ] 212/2882 7% [==== ] 213/2882 7% [==== ] 214/2882 7% [==== ] 215/2882 7% [==== ] 216/2882 7% [==== ] 217/2882 7% [==== ] 218/2882 7% [==== ] 219/2882 7% [==== ] 220/2882 7% [==== ] 221/2882 7% [==== ] 222/2882 7% [==== ] 223/2882 7% [==== ] 224/2882 7% [==== ] 225/2882 7% [==== ] 226/2882 7% [==== ] 227/2882 7% [==== ] 228/2882 7% [==== ] 229/2882 7% [==== ] 230/2882 7% [==== ] 231/2882 8% [==== ] 232/2882 8% [===== ] 233/2882 8% [===== ] 234/2882 8% [===== ] 235/2882 8% [===== ] 236/2882 8% [===== ] 237/2882 8% [===== ] 238/2882 8% [===== ] 239/2882 8% [===== ] 240/2882 8% [===== ] 241/2882 8% [===== ] 242/2882 8% [===== ] 243/2882 8% [===== ] 244/2882 8% [===== ] 245/2882 8% [===== ] 246/2882 8% [===== ] 247/2882 8% [===== ] 248/2882 8% [===== ] 249/2882 8% [===== ] 250/2882 8% [===== ] 251/2882 8% [===== ] 252/2882 8% [===== ] 253/2882 8% [===== ] 254/2882 8% [===== ] 255/2882 8% [===== ] 256/2882 8% [===== ] 257/2882 8% [===== ] 258/2882 8% [===== ] 259/2882 8% [===== ] 260/2882 9% [===== ] 261/2882 9% [===== ] 262/2882 9% [===== ] 263/2882 9% [===== ] 264/2882 9% [===== ] 265/2882 9% [===== ] 266/2882 9% [===== ] 267/2882 9% [===== ] 268/2882 9% [===== ] 269/2882 9% [===== ] 270/2882 9% [===== ] 271/2882 9% [===== ] 272/2882 9% [===== ] 273/2882 9% [===== ] 274/2882 9% [===== ] 275/2882 9% [===== ] 276/2882 9% [===== ] 277/2882 9% [===== ] 278/2882 9% [====== ] 279/2882 9% [====== ] 280/2882 9% [====== ] 281/2882 9% [====== ] 282/2882 9% [====== ] 283/2882 9% [====== ] 284/2882 9% [====== ] 285/2882 9% [====== ] 286/2882 9% [====== ] 287/2882 9% [====== ] 288/2882 9% [====== ] 289/2882 10% [====== ] 290/2882 10% [====== ] 291/2882 10% [====== ] 292/2882 10% [====== ] 293/2882 10% [====== ] 294/2882 10% [====== ] 295/2882 10% [====== ] 296/2882 10% [====== ] 297/2882 10% [====== ] 298/2882 10% [====== ] 299/2882 10% [====== ] 300/2882 10% [====== ] 301/2882 10% [====== ] 302/2882 10% [====== ] 303/2882 10% [====== ] 304/2882 10% [====== ] 305/2882 10% [====== ] 306/2882 10% [====== ] 307/2882 10% [====== ] 308/2882 10% [====== ] 309/2882 10% [====== ] 310/2882 10% [====== ] 311/2882 10% [====== ] 312/2882 10% [====== ] 313/2882 10% [====== ] 314/2882 10% [====== ] 315/2882 10% [====== ] 316/2882 10% [====== ] 317/2882 10% [====== ] 318/2882 11% [====== ] 319/2882 11% [====== ] 320/2882 11% [====== ] 321/2882 11% [====== ] 322/2882 11% [====== ] 323/2882 11% [====== ] 324/2882 11% [====== ] 325/2882 11% [======= ] 326/2882 11% [======= ] 327/2882 11% [======= ] 328/2882 11% [======= ] 329/2882 11% [======= ] 330/2882 11% [======= ] 331/2882 11% [======= ] 332/2882 11% [======= ] 333/2882 11% [======= ] 334/2882 11% [======= ] 335/2882 11% [======= ] 336/2882 11% [======= ] 337/2882 11% [======= ] 338/2882 11% [======= ] 339/2882 11% [======= ] 340/2882 11% [======= ] 341/2882 11% [======= ] 342/2882 11% [======= ] 343/2882 11% [======= ] 344/2882 11% [======= ] 345/2882 11% [======= ] 346/2882 12% [======= ] 347/2882 12% [======= ] 348/2882 12% [======= ] 349/2882 12% [======= ] 350/2882 12% [======= ] 351/2882 12% [======= ] 352/2882 12% [======= ] 353/2882 12% [======= ] 354/2882 12% [======= ] 355/2882 12% [======= ] 356/2882 12% [======= ] 357/2882 12% [======= ] 358/2882 12% [======= ] 359/2882 12% [======= ] 360/2882 12% [======= ] 361/2882 12% [======= ] 362/2882 12% [======= ] 363/2882 12% [======= ] 364/2882 12% [======= ] 365/2882 12% [======= ] 366/2882 12% [======= ] 367/2882 12% [======= ] 368/2882 12% [======= ] 369/2882 12% [======= ] 370/2882 12% [======= ] 371/2882 12% [======== ] 372/2882 12% [======== ] 373/2882 12% [======== ] 374/2882 12% [======== ] 375/2882 13% [======== ] 376/2882 13% [======== ] 377/2882 13% [======== ] 378/2882 13% [======== ] 379/2882 13% [======== ] 380/2882 13% [======== ] 381/2882 13% [======== ] 382/2882 13% [======== ] 383/2882 13% [======== ] 384/2882 13% [======== ] 385/2882 13% [======== ] 386/2882 13% [======== ] 387/2882 13% [======== ] 388/2882 13% [======== ] 389/2882 13% [======== ] 390/2882 13% [======== ] 391/2882 13% [======== ] 392/2882 13% [======== ] 393/2882 13% [======== ] 394/2882 13% [======== ] 395/2882 13% [======== ] 396/2882 13% [======== ] 397/2882 13% [======== ] 398/2882 13% [======== ] 399/2882 13% [======== ] 400/2882 13% [======== ] 401/2882 13% [======== ] 402/2882 13% [======== ] 403/2882 13% [======== ] 404/2882 14% [======== ] 405/2882 14% [======== ] 406/2882 14% [======== ] 407/2882 14% [======== ] 408/2882 14% [======== ] 409/2882 14% [======== ] 410/2882 14% [======== ] 411/2882 14% [======== ] 412/2882 14% [======== ] 413/2882 14% [======== ] 414/2882 14% [======== ] 415/2882 14% [======== ] 416/2882 14% [======== ] 417/2882 14% [======== ] 418/2882 14% [========= ] 419/2882 14% [========= ] 420/2882 14% [========= ] 421/2882 14% [========= ] 422/2882 14% [========= ] 423/2882 14% [========= ] 424/2882 14% [========= ] 425/2882 14% [========= ] 426/2882 14% [========= ] 427/2882 14% [========= ] 428/2882 14% [========= ] 429/2882 14% [========= ] 430/2882 14% [========= ] 431/2882 14% [========= ] 432/2882 14% [========= ] 433/2882 15% [========= ] 434/2882 15% [========= ] 435/2882 15% [========= ] 436/2882 15% [========= ] 437/2882 15% [========= ] 438/2882 15% [========= ] 439/2882 15% [========= ] 440/2882 15% [========= ] 441/2882 15% [========= ] 442/2882 15% [========= ] 443/2882 15% [========= ] 444/2882 15% [========= ] 445/2882 15% [========= ] 446/2882 15% [========= ] 447/2882 15% [========= ] 448/2882 15% [========= ] 449/2882 15% [========= ] 450/2882 15% [========= ] 451/2882 15% [========= ] 452/2882 15% [========= ] 453/2882 15% [========= ] 454/2882 15% [========= ] 455/2882 15% [========= ] 456/2882 15% [========= ] 457/2882 15% [========= ] 458/2882 15% [========= ] 459/2882 15% [========= ] 460/2882 15% [========= ] 461/2882 15% [========= ] 462/2882 16% [========= ] 463/2882 16% [========= ] 464/2882 16% [========== ] 465/2882 16% [========== ] 466/2882 16% [========== ] 467/2882 16% [========== ] 468/2882 16% [========== ] 469/2882 16% [========== ] 470/2882 16% [========== ] 471/2882 16% [========== ] 472/2882 16% [========== ] 473/2882 16% [========== ] 474/2882 16% [========== ] 475/2882 16% [========== ] 476/2882 16% [========== ] 477/2882 16% [========== ] 478/2882 16% [========== ] 479/2882 16% [========== ] 480/2882 16% [========== ] 481/2882 16% [========== ] 482/2882 16% [========== ] 483/2882 16% [========== ] 484/2882 16% [========== ] 485/2882 16% [========== ] 486/2882 16% [========== ] 487/2882 16% [========== ] 488/2882 16% [========== ] 489/2882 16% [========== ] 490/2882 17% [========== ] 491/2882 17% [========== ] 492/2882 17% [========== ] 493/2882 17% [========== ] 494/2882 17% [========== ] 495/2882 17% [========== ] 496/2882 17% [========== ] 497/2882 17% [========== ] 498/2882 17% [========== ] 499/2882 17% [========== ] 500/2882 17% [========== ] 501/2882 17% [========== ] 502/2882 17% [========== ] 503/2882 17% [========== ] 504/2882 17% [========== ] 505/2882 17% [========== ] 506/2882 17% [========== ] 507/2882 17% [========== ] 508/2882 17% [========== ] 509/2882 17% [========== ] 510/2882 17% [========== ] 511/2882 17% [=========== ] 512/2882 17% [=========== ] 513/2882 17% [=========== ] 514/2882 17% [=========== ] 515/2882 17% [=========== ] 516/2882 17% [=========== ] 517/2882 17% [=========== ] 518/2882 17% [=========== ] 519/2882 18% [=========== ] 520/2882 18% [=========== ] 521/2882 18% [=========== ] 522/2882 18% [=========== ] 523/2882 18% [=========== ] 524/2882 18% [=========== ] 525/2882 18% [=========== ] 526/2882 18% [=========== ] 527/2882 18% [=========== ] 528/2882 18% [=========== ] 529/2882 18% [=========== ] 530/2882 18% [=========== ] 531/2882 18% [=========== ] 532/2882 18% [=========== ] 533/2882 18% [=========== ] 534/2882 18% [=========== ] 535/2882 18% [=========== ] 536/2882 18% [=========== ] 537/2882 18% [=========== ] 538/2882 18% [=========== ] 539/2882 18% [=========== ] 540/2882 18% [=========== ] 541/2882 18% [=========== ] 542/2882 18% [=========== ] 543/2882 18% [=========== ] 544/2882 18% [=========== ] 545/2882 18% [=========== ] 546/2882 18% [=========== ] 547/2882 18% [=========== ] 548/2882 19% [=========== ] 549/2882 19% [=========== ] 550/2882 19% [=========== ] 551/2882 19% [=========== ] 552/2882 19% [=========== ] 553/2882 19% [=========== ] 554/2882 19% [=========== ] 555/2882 19% [=========== ] 556/2882 19% [=========== ] 557/2882 19% [============ ] 558/2882 19% [============ ] 559/2882 19% [============ ] 560/2882 19% [============ ] 561/2882 19% [============ ] 562/2882 19% [============ ] 563/2882 19% [============ ] 564/2882 19% [============ ] 565/2882 19% [============ ] 566/2882 19% [============ ] 567/2882 19% [============ ] 568/2882 19% [============ ] 569/2882 19% [============ ] 570/2882 19% [============ ] 571/2882 19% [============ ] 572/2882 19% [============ ] 573/2882 19% [============ ] 574/2882 19% [============ ] 575/2882 19% [============ ] 576/2882 19% [============ ] 577/2882 20% [============ ] 578/2882 20% [============ ] 579/2882 20% [============ ] 580/2882 20% [============ ] 581/2882 20% [============ ] 582/2882 20% [============ ] 583/2882 20% [============ ] 584/2882 20% [============ ] 585/2882 20% [============ ] 586/2882 20% [============ ] 587/2882 20% [============ ] 588/2882 20% [============ ] 589/2882 20% [============ ] 590/2882 20% [============ ] 591/2882 20% [============ ] 592/2882 20% [============ ] 593/2882 20% [============ ] 594/2882 20% [============ ] 595/2882 20% [============ ] 596/2882 20% [============ ] 597/2882 20% [============ ] 598/2882 20% [============ ] 599/2882 20% [============ ] 600/2882 20% [============ ] 601/2882 20% [============ ] 602/2882 20% [============ ] 603/2882 20% [============ ] 604/2882 20% [============= ] 605/2882 20% [============= ] 606/2882 21% [============= ] 607/2882 21% [============= ] 608/2882 21% [============= ] 609/2882 21% [============= ] 610/2882 21% [============= ] 611/2882 21% [============= ] 612/2882 21% [============= ] 613/2882 21% [============= ] 614/2882 21% [============= ] 615/2882 21% [============= ] 616/2882 21% [============= ] 617/2882 21% [============= ] 618/2882 21% [============= ] 619/2882 21% [============= ] 620/2882 21% [============= ] 621/2882 21% [============= ] 622/2882 21% [============= ] 623/2882 21% [============= ] 624/2882 21% [============= ] 625/2882 21% [============= ] 626/2882 21% [============= ] 627/2882 21% [============= ] 628/2882 21% [============= ] 629/2882 21% [============= ] 630/2882 21% [============= ] 631/2882 21% [============= ] 632/2882 21% [============= ] 633/2882 21% [============= ] 634/2882 21% [============= ] 635/2882 22% [============= ] 636/2882 22% [============= ] 637/2882 22% [============= ] 638/2882 22% [============= ] 639/2882 22% [============= ] 640/2882 22% [============= ] 641/2882 22% [============= ] 642/2882 22% [============= ] 643/2882 22% [============= ] 644/2882 22% [============= ] 645/2882 22% [============= ] 646/2882 22% [============= ] 647/2882 22% [============= ] 648/2882 22% [============= ] 649/2882 22% [============= ] 650/2882 22% [============== ] 651/2882 22% [============== ] 652/2882 22% [============== ] 653/2882 22% [============== ] 654/2882 22% [============== ] 655/2882 22% [============== ] 656/2882 22% [============== ] 657/2882 22% [============== ] 658/2882 22% [============== ] 659/2882 22% [============== ] 660/2882 22% [============== ] 661/2882 22% [============== ] 662/2882 22% [============== ] 663/2882 23% [============== ] 664/2882 23% [============== ] 665/2882 23% [============== ] 666/2882 23% [============== ] 667/2882 23% [============== ] 668/2882 23% [============== ] 669/2882 23% [============== ] 670/2882 23% [============== ] 671/2882 23% [============== ] 672/2882 23% [============== ] 673/2882 23% [============== ] 674/2882 23% [============== ] 675/2882 23% [============== ] 676/2882 23% [============== ] 677/2882 23% [============== ] 678/2882 23% [============== ] 679/2882 23% [============== ] 680/2882 23% [============== ] 681/2882 23% [============== ] 682/2882 23% [============== ] 683/2882 23% [============== ] 684/2882 23% [============== ] 685/2882 23% [============== ] 686/2882 23% [============== ] 687/2882 23% [============== ] 688/2882 23% [============== ] 689/2882 23% [============== ] 690/2882 23% [============== ] 691/2882 23% [============== ] 692/2882 24% [============== ] 693/2882 24% [============== ] 694/2882 24% [============== ] 695/2882 24% [============== ] 696/2882 24% [============== ] 697/2882 24% [=============== ] 698/2882 24% [=============== ] 699/2882 24% [=============== ] 700/2882 24% [=============== ] 701/2882 24% [=============== ] 702/2882 24% [=============== ] 703/2882 24% [=============== ] 704/2882 24% [=============== ] 705/2882 24% [=============== ] 706/2882 24% [=============== ] 707/2882 24% [=============== ] 708/2882 24% [=============== ] 709/2882 24% [=============== ] 710/2882 24% [=============== ] 711/2882 24% [=============== ] 712/2882 24% [=============== ] 713/2882 24% [=============== ] 714/2882 24% [=============== ] 715/2882 24% [=============== ] 716/2882 24% [=============== ] 717/2882 24% [=============== ] 718/2882 24% [=============== ] 719/2882 24% [=============== ] 720/2882 24% [=============== ] 721/2882 25% [=============== ] 722/2882 25% [=============== ] 723/2882 25% [=============== ] 724/2882 25% [=============== ] 725/2882 25% [=============== ] 726/2882 25% [=============== ] 727/2882 25% [=============== ] 728/2882 25% [=============== ] 729/2882 25% [=============== ] 730/2882 25% [=============== ] 731/2882 25% [=============== ] 732/2882 25% [=============== ] 733/2882 25% [=============== ] 734/2882 25% [=============== ] 735/2882 25% [=============== ] 736/2882 25% [=============== ] 737/2882 25% [=============== ] 738/2882 25% [=============== ] 739/2882 25% [=============== ] 740/2882 25% [=============== ] 741/2882 25% [=============== ] 742/2882 25% [=============== ] 743/2882 25% [================ ] 744/2882 25% [================ ] 745/2882 25% [================ ] 746/2882 25% [================ ] 747/2882 25% [================ ] 748/2882 25% [================ ] 749/2882 25% [================ ] 750/2882 26% [================ ] 751/2882 26% [================ ] 752/2882 26% [================ ] 753/2882 26% [================ ] 754/2882 26% [================ ] 755/2882 26% [================ ] 756/2882 26% [================ ] 757/2882 26% [================ ] 758/2882 26% [================ ] 759/2882 26% [================ ] 760/2882 26% [================ ] 761/2882 26% [================ ] 762/2882 26% [================ ] 763/2882 26% [================ ] 764/2882 26% [================ ] 765/2882 26% [================ ] 766/2882 26% [================ ] 767/2882 26% [================ ] 768/2882 26% [================ ] 769/2882 26% [================ ] 770/2882 26% [================ ] 771/2882 26% [================ ] 772/2882 26% [================ ] 773/2882 26% [================ ] 774/2882 26% [================ ] 775/2882 26% [================ ] 776/2882 26% [================ ] 777/2882 26% [================ ] 778/2882 26% [================ ] 779/2882 27% [================ ] 780/2882 27% [================ ] 781/2882 27% [================ ] 782/2882 27% [================ ] 783/2882 27% [================ ] 784/2882 27% [================ ] 785/2882 27% [================ ] 786/2882 27% [================ ] 787/2882 27% [================ ] 788/2882 27% [================ ] 789/2882 27% [================ ] 790/2882 27% [================= ] 791/2882 27% [================= ] 792/2882 27% [================= ] 793/2882 27% [================= ] 794/2882 27% [================= ] 795/2882 27% [================= ] 796/2882 27% [================= ] 797/2882 27% [================= ] 798/2882 27% [================= ] 799/2882 27% [================= ] 800/2882 27% [================= ] 801/2882 27% [================= ] 802/2882 27% [================= ] 803/2882 27% [================= ] 804/2882 27% [================= ] 805/2882 27% [================= ] 806/2882 27% [================= ] 807/2882 28% [================= ] 808/2882 28% [================= ] 809/2882 28% [================= ] 810/2882 28% [================= ] 811/2882 28% [================= ] 812/2882 28% [================= ] 813/2882 28% [================= ] 814/2882 28% [================= ] 815/2882 28% [================= ] 816/2882 28% [================= ] 817/2882 28% [================= ] 818/2882 28% [================= ] 819/2882 28% [================= ] 820/2882 28% [================= ] 821/2882 28% [================= ] 822/2882 28% [================= ] 823/2882 28% [================= ] 824/2882 28% [================= ] 825/2882 28% [================= ] 826/2882 28% [================= ] 827/2882 28% [================= ] 828/2882 28% [================= ] 829/2882 28% [================= ] 830/2882 28% [================= ] 831/2882 28% [================= ] 832/2882 28% [================= ] 833/2882 28% [================= ] 834/2882 28% [================= ] 835/2882 28% [================= ] 836/2882 29% [================== ] 837/2882 29% [================== ] 838/2882 29% [================== ] 839/2882 29% [================== ] 840/2882 29% [================== ] 841/2882 29% [================== ] 842/2882 29% [================== ] 843/2882 29% [================== ] 844/2882 29% [================== ] 845/2882 29% [================== ] 846/2882 29% [================== ] 847/2882 29% [================== ] 848/2882 29% [================== ] 849/2882 29% [================== ] 850/2882 29% [================== ] 851/2882 29% [================== ] 852/2882 29% [================== ] 853/2882 29% [================== ] 854/2882 29% [================== ] 855/2882 29% [================== ] 856/2882 29% [================== ] 857/2882 29% [================== ] 858/2882 29% [================== ] 859/2882 29% [================== ] 860/2882 29% [================== ] 861/2882 29% [================== ] 862/2882 29% [================== ] 863/2882 29% [================== ] 864/2882 29% [================== ] 865/2882 30% [================== ] 866/2882 30% [================== ] 867/2882 30% [================== ] 868/2882 30% [================== ] 869/2882 30% [================== ] 870/2882 30% [================== ] 871/2882 30% [================== ] 872/2882 30% [================== ] 873/2882 30% [================== ] 874/2882 30% [================== ] 875/2882 30% [================== ] 876/2882 30% [================== ] 877/2882 30% [================== ] 878/2882 30% [================== ] 879/2882 30% [================== ] 880/2882 30% [================== ] 881/2882 30% [================== ] 882/2882 30% [================== ] 883/2882 30% [=================== ] 884/2882 30% [=================== ] 885/2882 30% [=================== ] 886/2882 30% [=================== ] 887/2882 30% [=================== ] 888/2882 30% [=================== ] 889/2882 30% [=================== ] 890/2882 30% [=================== ] 891/2882 30% [=================== ] 892/2882 30% [=================== ] 893/2882 30% [=================== ] 894/2882 31% [=================== ] 895/2882 31% [=================== ] 896/2882 31% [=================== ] 897/2882 31% [=================== ] 898/2882 31% [=================== ] 899/2882 31% [=================== ] 900/2882 31% [=================== ] 901/2882 31% [=================== ] 902/2882 31% [=================== ] 903/2882 31% [=================== ] 904/2882 31% [=================== ] 905/2882 31% [=================== ] 906/2882 31% [=================== ] 907/2882 31% [=================== ] 908/2882 31% [=================== ] 909/2882 31% [=================== ] 910/2882 31% [=================== ] 911/2882 31% [=================== ] 912/2882 31% [=================== ] 913/2882 31% [=================== ] 914/2882 31% [=================== ] 915/2882 31% [=================== ] 916/2882 31% [=================== ] 917/2882 31% [=================== ] 918/2882 31% [=================== ] 919/2882 31% [=================== ] 920/2882 31% [=================== ] 921/2882 31% [=================== ] 922/2882 31% [=================== ] 923/2882 32% [=================== ] 924/2882 32% [=================== ] 925/2882 32% [=================== ] 926/2882 32% [=================== ] 927/2882 32% [=================== ] 928/2882 32% [=================== ] 929/2882 32% [==================== ] 930/2882 32% [==================== ] 931/2882 32% [==================== ] 932/2882 32% [==================== ] 933/2882 32% [==================== ] 934/2882 32% [==================== ] 935/2882 32% [==================== ] 936/2882 32% [==================== ] 937/2882 32% [==================== ] 938/2882 32% [==================== ] 939/2882 32% [==================== ] 940/2882 32% [==================== ] 941/2882 32% [==================== ] 942/2882 32% [==================== ] 943/2882 32% [==================== ] 944/2882 32% [==================== ] 945/2882 32% [==================== ] 946/2882 32% [==================== ] 947/2882 32% [==================== ] 948/2882 32% [==================== ] 949/2882 32% [==================== ] 950/2882 32% [==================== ] 951/2882 32% [==================== ] 952/2882 33% [==================== ] 953/2882 33% [==================== ] 954/2882 33% [==================== ] 955/2882 33% [==================== ] 956/2882 33% [==================== ] 957/2882 33% [==================== ] 958/2882 33% [==================== ] 959/2882 33% [==================== ] 960/2882 33% [==================== ] 961/2882 33% [==================== ] 962/2882 33% [==================== ] 963/2882 33% [==================== ] 964/2882 33% [==================== ] 965/2882 33% [==================== ] 966/2882 33% [==================== ] 967/2882 33% [==================== ] 968/2882 33% [==================== ] 969/2882 33% [==================== ] 970/2882 33% [==================== ] 971/2882 33% [==================== ] 972/2882 33% [==================== ] 973/2882 33% [==================== ] 974/2882 33% [==================== ] 975/2882 33% [==================== ] 976/2882 33% [===================== ] 977/2882 33% [===================== ] 978/2882 33% [===================== ] 979/2882 33% [===================== ] 980/2882 34% [===================== ] 981/2882 34% [===================== ] 982/2882 34% [===================== ] 983/2882 34% [===================== ] 984/2882 34% [===================== ] 985/2882 34% [===================== ] 986/2882 34% [===================== ] 987/2882 34% [===================== ] 988/2882 34% [===================== ] 989/2882 34% [===================== ] 990/2882 34% [===================== ] 991/2882 34% [===================== ] 992/2882 34% [===================== ] 993/2882 34% [===================== ] 994/2882 34% [===================== ] 995/2882 34% [===================== ] 996/2882 34% [===================== ] 997/2882 34% [===================== ] 998/2882 34% [===================== ] 999/2882 34% [===================== ] 1000/2882 34% [===================== ] 1001/2882 34% [===================== ] 1002/2882 34% [===================== ] 1003/2882 34% [===================== ] 1004/2882 34% [===================== ] 1005/2882 34% [===================== ] 1006/2882 34% [===================== ] 1007/2882 34% [===================== ] 1008/2882 34% [===================== ] 1009/2882 35% [===================== ] 1010/2882 35% [===================== ] 1011/2882 35% [===================== ] 1012/2882 35% [===================== ] 1013/2882 35% [===================== ] 1014/2882 35% [===================== ] 1015/2882 35% [===================== ] 1016/2882 35% [===================== ] 1017/2882 35% [===================== ] 1018/2882 35% [===================== ] 1019/2882 35% [===================== ] 1020/2882 35% [===================== ] 1021/2882 35% [===================== ] 1022/2882 35% [====================== ] 1023/2882 35% [====================== ] 1024/2882 35% [====================== ] 1025/2882 35% [====================== ] 1026/2882 35% [====================== ] 1027/2882 35% [====================== ] 1028/2882 35% [====================== ] 1029/2882 35% [====================== ] 1030/2882 35% [====================== ] 1031/2882 35% [====================== ] 1032/2882 35% [====================== ] 1033/2882 35% [====================== ] 1034/2882 35% [====================== ] 1035/2882 35% [====================== ] 1036/2882 35% [====================== ] 1037/2882 35% [====================== ] 1038/2882 36% [====================== ] 1039/2882 36% [====================== ] 1040/2882 36% [====================== ] 1041/2882 36% [====================== ] 1042/2882 36% [====================== ] 1043/2882 36% [====================== ] 1044/2882 36% [====================== ] 1045/2882 36% [====================== ] 1046/2882 36% [====================== ] 1047/2882 36% [====================== ] 1048/2882 36% [====================== ] 1049/2882 36% [====================== ] 1050/2882 36% [====================== ] 1051/2882 36% [====================== ] 1052/2882 36% [====================== ] 1053/2882 36% [====================== ] 1054/2882 36% [====================== ] 1055/2882 36% [====================== ] 1056/2882 36% [====================== ] 1057/2882 36% [====================== ] 1058/2882 36% [====================== ] 1059/2882 36% [====================== ] 1060/2882 36% [====================== ] 1061/2882 36% [====================== ] 1062/2882 36% [====================== ] 1063/2882 36% [====================== ] 1064/2882 36% [====================== ] 1065/2882 36% [====================== ] 1066/2882 36% [====================== ] 1067/2882 37% [====================== ] 1068/2882 37% [====================== ] 1069/2882 37% [======================= ] 1070/2882 37% [======================= ] 1071/2882 37% [======================= ] 1072/2882 37% [======================= ] 1073/2882 37% [======================= ] 1074/2882 37% [======================= ] 1075/2882 37% [======================= ] 1076/2882 37% [======================= ] 1077/2882 37% [======================= ] 1078/2882 37% [======================= ] 1079/2882 37% [======================= ] 1080/2882 37% [======================= ] 1081/2882 37% [======================= ] 1082/2882 37% [======================= ] 1083/2882 37% [======================= ] 1084/2882 37% [======================= ] 1085/2882 37% [======================= ] 1086/2882 37% [======================= ] 1087/2882 37% [======================= ] 1088/2882 37% [======================= ] 1089/2882 37% [======================= ] 1090/2882 37% [======================= ] 1091/2882 37% [======================= ] 1092/2882 37% [======================= ] 1093/2882 37% [======================= ] 1094/2882 37% [======================= ] 1095/2882 37% [======================= ] 1096/2882 38% [======================= ] 1097/2882 38% [======================= ] 1098/2882 38% [======================= ] 1099/2882 38% [======================= ] 1100/2882 38% [======================= ] 1101/2882 38% [======================= ] 1102/2882 38% [======================= ] 1103/2882 38% [======================= ] 1104/2882 38% [======================= ] 1105/2882 38% [======================= ] 1106/2882 38% [======================= ] 1107/2882 38% [======================= ] 1108/2882 38% [======================= ] 1109/2882 38% [======================= ] 1110/2882 38% [======================= ] 1111/2882 38% [======================= ] 1112/2882 38% [======================= ] 1113/2882 38% [======================= ] 1114/2882 38% [======================= ] 1115/2882 38% [======================== ] 1116/2882 38% [======================== ] 1117/2882 38% [======================== ] 1118/2882 38% [======================== ] 1119/2882 38% [======================== ] 1120/2882 38% [======================== ] 1121/2882 38% [======================== ] 1122/2882 38% [======================== ] 1123/2882 38% [======================== ] 1124/2882 39% [======================== ] 1125/2882 39% [======================== ] 1126/2882 39% [======================== ] 1127/2882 39% [======================== ] 1128/2882 39% [======================== ] 1129/2882 39% [======================== ] 1130/2882 39% [======================== ] 1131/2882 39% [======================== ] 1132/2882 39% [======================== ] 1133/2882 39% [======================== ] 1134/2882 39% [======================== ] 1135/2882 39% [======================== ] 1136/2882 39% [======================== ] 1137/2882 39% [======================== ] 1138/2882 39% [======================== ] 1139/2882 39% [======================== ] 1140/2882 39% [======================== ] 1141/2882 39% [======================== ] 1142/2882 39% [======================== ] 1143/2882 39% [======================== ] 1144/2882 39% [======================== ] 1145/2882 39% [======================== ] 1146/2882 39% [======================== ] 1147/2882 39% [======================== ] 1148/2882 39% [======================== ] 1149/2882 39% [======================== ] 1150/2882 39% [======================== ] 1151/2882 39% [======================== ] 1152/2882 39% [======================== ] 1153/2882 40% [======================== ] 1154/2882 40% [======================== ] 1155/2882 40% [======================== ] 1156/2882 40% [======================== ] 1157/2882 40% [======================== ] 1158/2882 40% [======================== ] 1159/2882 40% [======================== ] 1160/2882 40% [======================== ] 1161/2882 40% [======================== ] 1162/2882 40% [========================= ] 1163/2882 40% [========================= ] 1164/2882 40% [========================= ] 1165/2882 40% [========================= ] 1166/2882 40% [========================= ] 1167/2882 40% [========================= ] 1168/2882 40% [========================= ] 1169/2882 40% [========================= ] 1170/2882 40% [========================= ] 1171/2882 40% [========================= ] 1172/2882 40% [========================= ] 1173/2882 40% [========================= ] 1174/2882 40% [========================= ] 1175/2882 40% [========================= ] 1176/2882 40% [========================= ] 1177/2882 40% [========================= ] 1178/2882 40% [========================= ] 1179/2882 40% [========================= ] 1180/2882 40% [========================= ] 1181/2882 40% [========================= ] 1182/2882 41% [========================= ] 1183/2882 41% [========================= ] 1184/2882 41% [========================= ] 1185/2882 41% [========================= ] 1186/2882 41% [========================= ] 1187/2882 41% [========================= ] 1188/2882 41% [========================= ] 1189/2882 41% [========================= ] 1190/2882 41% [========================= ] 1191/2882 41% [========================= ] 1192/2882 41% [========================= ] 1193/2882 41% [========================= ] 1194/2882 41% [========================= ] 1195/2882 41% [========================= ] 1196/2882 41% [========================= ] 1197/2882 41% [========================= ] 1198/2882 41% [========================= ] 1199/2882 41% [========================= ] 1200/2882 41% [========================= ] 1201/2882 41% [========================= ] 1202/2882 41% [========================= ] 1203/2882 41% [========================= ] 1204/2882 41% [========================= ] 1205/2882 41% [========================= ] 1206/2882 41% [========================= ] 1207/2882 41% [========================= ] 1208/2882 41% [========================== ] 1209/2882 41% [========================== ] 1210/2882 41% [========================== ] 1211/2882 42% [========================== ] 1212/2882 42% [========================== ] 1213/2882 42% [========================== ] 1214/2882 42% [========================== ] 1215/2882 42% [========================== ] 1216/2882 42% [========================== ] 1217/2882 42% [========================== ] 1218/2882 42% [========================== ] 1219/2882 42% [========================== ] 1220/2882 42% [========================== ] 1221/2882 42% [========================== ] 1222/2882 42% [========================== ] 1223/2882 42% [========================== ] 1224/2882 42% [========================== ] 1225/2882 42% [========================== ] 1226/2882 42% [========================== ] 1227/2882 42% [========================== ] 1228/2882 42% [========================== ] 1229/2882 42% [========================== ] 1230/2882 42% [========================== ] 1231/2882 42% [========================== ] 1232/2882 42% [========================== ] 1233/2882 42% [========================== ] 1234/2882 42% [========================== ] 1235/2882 42% [========================== ] 1236/2882 42% [========================== ] 1237/2882 42% [========================== ] 1238/2882 42% [========================== ] 1239/2882 42% [========================== ] 1240/2882 43% [========================== ] 1241/2882 43% [========================== ] 1242/2882 43% [========================== ] 1243/2882 43% [========================== ] 1244/2882 43% [========================== ] 1245/2882 43% [========================== ] 1246/2882 43% [========================== ] 1247/2882 43% [========================== ] 1248/2882 43% [========================== ] 1249/2882 43% [========================== ] 1250/2882 43% [========================== ] 1251/2882 43% [========================== ] 1252/2882 43% [========================== ] 1253/2882 43% [========================== ] 1254/2882 43% [========================== ] 1255/2882 43% [=========================== ] 1256/2882 43% [=========================== ] 1257/2882 43% [=========================== ] 1258/2882 43% [=========================== ] 1259/2882 43% [=========================== ] 1260/2882 43% [=========================== ] 1261/2882 43% [=========================== ] 1262/2882 43% [=========================== ] 1263/2882 43% [=========================== ] 1264/2882 43% [=========================== ] 1265/2882 43% [=========================== ] 1266/2882 43% [=========================== ] 1267/2882 43% [=========================== ] 1268/2882 43% [=========================== ] 1269/2882 44% [=========================== ] 1270/2882 44% [=========================== ] 1271/2882 44% [=========================== ] 1272/2882 44% [=========================== ] 1273/2882 44% [=========================== ] 1274/2882 44% [=========================== ] 1275/2882 44% [=========================== ] 1276/2882 44% [=========================== ] 1277/2882 44% [=========================== ] 1278/2882 44% [=========================== ] 1279/2882 44% [=========================== ] 1280/2882 44% [=========================== ] 1281/2882 44% [=========================== ] 1282/2882 44% [=========================== ] 1283/2882 44% [=========================== ] 1284/2882 44% [=========================== ] 1285/2882 44% [=========================== ] 1286/2882 44% [=========================== ] 1287/2882 44% [=========================== ] 1288/2882 44% [=========================== ] 1289/2882 44% [=========================== ] 1290/2882 44% [=========================== ] 1291/2882 44% [=========================== ] 1292/2882 44% [=========================== ] 1293/2882 44% [=========================== ] 1294/2882 44% [=========================== ] 1295/2882 44% [=========================== ] 1296/2882 44% [=========================== ] 1297/2882 45% [=========================== ] 1298/2882 45% [=========================== ] 1299/2882 45% [=========================== ] 1300/2882 45% [=========================== ] 1301/2882 45% [============================ ] 1302/2882 45% [============================ ] 1303/2882 45% [============================ ] 1304/2882 45% [============================ ] 1305/2882 45% [============================ ] 1306/2882 45% [============================ ] 1307/2882 45% [============================ ] 1308/2882 45% [============================ ] 1309/2882 45% [============================ ] 1310/2882 45% [============================ ] 1311/2882 45% [============================ ] 1312/2882 45% [============================ ] 1313/2882 45% [============================ ] 1314/2882 45% [============================ ] 1315/2882 45% [============================ ] 1316/2882 45% [============================ ] 1317/2882 45% [============================ ] 1318/2882 45% [============================ ] 1319/2882 45% [============================ ] 1320/2882 45% [============================ ] 1321/2882 45% [============================ ] 1322/2882 45% [============================ ] 1323/2882 45% [============================ ] 1324/2882 45% [============================ ] 1325/2882 45% [============================ ] 1326/2882 46% [============================ ] 1327/2882 46% [============================ ] 1328/2882 46% [============================ ] 1329/2882 46% [============================ ] 1330/2882 46% [============================ ] 1331/2882 46% [============================ ] 1332/2882 46% [============================ ] 1333/2882 46% [============================ ] 1334/2882 46% [============================ ] 1335/2882 46% [============================ ] 1336/2882 46% [============================ ] 1337/2882 46% [============================ ] 1338/2882 46% [============================ ] 1339/2882 46% [============================ ] 1340/2882 46% [============================ ] 1341/2882 46% [============================ ] 1342/2882 46% [============================ ] 1343/2882 46% [============================ ] 1344/2882 46% [============================ ] 1345/2882 46% [============================ ] 1346/2882 46% [============================ ] 1347/2882 46% [============================ ] 1348/2882 46% [============================= ] 1349/2882 46% [============================= ] 1350/2882 46% [============================= ] 1351/2882 46% [============================= ] 1352/2882 46% [============================= ] 1353/2882 46% [============================= ] 1354/2882 46% [============================= ] 1355/2882 47% [============================= ] 1356/2882 47% [============================= ] 1357/2882 47% [============================= ] 1358/2882 47% [============================= ] 1359/2882 47% [============================= ] 1360/2882 47% [============================= ] 1361/2882 47% [============================= ] 1362/2882 47% [============================= ] 1363/2882 47% [============================= ] 1364/2882 47% [============================= ] 1365/2882 47% [============================= ] 1366/2882 47% [============================= ] 1367/2882 47% [============================= ] 1368/2882 47% [============================= ] 1369/2882 47% [============================= ] 1370/2882 47% [============================= ] 1371/2882 47% [============================= ] 1372/2882 47% [============================= ] 1373/2882 47% [============================= ] 1374/2882 47% [============================= ] 1375/2882 47% [============================= ] 1376/2882 47% [============================= ] 1377/2882 47% [============================= ] 1378/2882 47% [============================= ] 1379/2882 47% [============================= ] 1380/2882 47% [============================= ] 1381/2882 47% [============================= ] 1382/2882 47% [============================= ] 1383/2882 47% [============================= ] 1384/2882 48% [============================= ] 1385/2882 48% [============================= ] 1386/2882 48% [============================= ] 1387/2882 48% [============================= ] 1388/2882 48% [============================= ] 1389/2882 48% [============================= ] 1390/2882 48% [============================= ] 1391/2882 48% [============================= ] 1392/2882 48% [============================= ] 1393/2882 48% [============================= ] 1394/2882 48% [============================== ] 1395/2882 48% [============================== ] 1396/2882 48% [============================== ] 1397/2882 48% [============================== ] 1398/2882 48% [============================== ] 1399/2882 48% [============================== ] 1400/2882 48% [============================== ] 1401/2882 48% [============================== ] 1402/2882 48% [============================== ] 1403/2882 48% [============================== ] 1404/2882 48% [============================== ] 1405/2882 48% [============================== ] 1406/2882 48% [============================== ] 1407/2882 48% [============================== ] 1408/2882 48% [============================== ] 1409/2882 48% [============================== ] 1410/2882 48% [============================== ] 1411/2882 48% [============================== ] 1412/2882 48% [============================== ] 1413/2882 49% [============================== ] 1414/2882 49% [============================== ] 1415/2882 49% [============================== ] 1416/2882 49% [============================== ] 1417/2882 49% [============================== ] 1418/2882 49% [============================== ] 1419/2882 49% [============================== ] 1420/2882 49% [============================== ] 1421/2882 49% [============================== ] 1422/2882 49% [============================== ] 1423/2882 49% [============================== ] 1424/2882 49% [============================== ] 1425/2882 49% [============================== ] 1426/2882 49% [============================== ] 1427/2882 49% [============================== ] 1428/2882 49% [============================== ] 1429/2882 49% [============================== ] 1430/2882 49% [============================== ] 1431/2882 49% [============================== ] 1432/2882 49% [============================== ] 1433/2882 49% [============================== ] 1434/2882 49% [============================== ] 1435/2882 49% [============================== ] 1436/2882 49% [============================== ] 1437/2882 49% [============================== ] 1438/2882 49% [============================== ] 1439/2882 49% [============================== ] 1440/2882 49% [=============================== ] 1441/2882 50% [=============================== ] 1442/2882 50% [=============================== ] 1443/2882 50% [=============================== ] 1444/2882 50% [=============================== ] 1445/2882 50% [=============================== ] 1446/2882 50% [=============================== ] 1447/2882 50% [=============================== ] 1448/2882 50% [=============================== ] 1449/2882 50% [=============================== ] 1450/2882 50% [=============================== ] 1451/2882 50% [=============================== ] 1452/2882 50% [=============================== ] 1453/2882 50% [=============================== ] 1454/2882 50% [=============================== ] 1455/2882 50% [=============================== ] 1456/2882 50% [=============================== ] 1457/2882 50% [=============================== ] 1458/2882 50% [=============================== ] 1459/2882 50% [=============================== ] 1460/2882 50% [=============================== ] 1461/2882 50% [=============================== ] 1462/2882 50% [=============================== ] 1463/2882 50% [=============================== ] 1464/2882 50% [=============================== ] 1465/2882 50% [=============================== ] 1466/2882 50% [=============================== ] 1467/2882 50% [=============================== ] 1468/2882 50% [=============================== ] 1469/2882 50% [=============================== ] 1470/2882 51% [=============================== ] 1471/2882 51% [=============================== ] 1472/2882 51% [=============================== ] 1473/2882 51% [=============================== ] 1474/2882 51% [=============================== ] 1475/2882 51% [=============================== ] 1476/2882 51% [=============================== ] 1477/2882 51% [=============================== ] 1478/2882 51% [=============================== ] 1479/2882 51% [=============================== ] 1480/2882 51% [=============================== ] 1481/2882 51% [=============================== ] 1482/2882 51% [=============================== ] 1483/2882 51% [=============================== ] 1484/2882 51% [=============================== ] 1485/2882 51% [=============================== ] 1486/2882 51% [=============================== ] 1487/2882 51% [================================ ] 1488/2882 51% [================================ ] 1489/2882 51% [================================ ] 1490/2882 51% [================================ ] 1491/2882 51% [================================ ] 1492/2882 51% [================================ ] 1493/2882 51% [================================ ] 1494/2882 51% [================================ ] 1495/2882 51% [================================ ] 1496/2882 51% [================================ ] 1497/2882 51% [================================ ] 1498/2882 51% [================================ ] 1499/2882 52% [================================ ] 1500/2882 52% [================================ ] 1501/2882 52% [================================ ] 1502/2882 52% [================================ ] 1503/2882 52% [================================ ] 1504/2882 52% [================================ ] 1505/2882 52% [================================ ] 1506/2882 52% [================================ ] 1507/2882 52% [================================ ] 1508/2882 52% [================================ ] 1509/2882 52% [================================ ] 1510/2882 52% [================================ ] 1511/2882 52% [================================ ] 1512/2882 52% [================================ ] 1513/2882 52% [================================ ] 1514/2882 52% [================================ ] 1515/2882 52% [================================ ] 1516/2882 52% [================================ ] 1517/2882 52% [================================ ] 1518/2882 52% [================================ ] 1519/2882 52% [================================ ] 1520/2882 52% [================================ ] 1521/2882 52% [================================ ] 1522/2882 52% [================================ ] 1523/2882 52% [================================ ] 1524/2882 52% [================================ ] 1525/2882 52% [================================ ] 1526/2882 52% [================================ ] 1527/2882 52% [================================ ] 1528/2882 53% [================================ ] 1529/2882 53% [================================ ] 1530/2882 53% [================================ ] 1531/2882 53% [================================ ] 1532/2882 53% [================================ ] 1533/2882 53% [================================= ] 1534/2882 53% [================================= ] 1535/2882 53% [================================= ] 1536/2882 53% [================================= ] 1537/2882 53% [================================= ] 1538/2882 53% [================================= ] 1539/2882 53% [================================= ] 1540/2882 53% [================================= ] 1541/2882 53% [================================= ] 1542/2882 53% [================================= ] 1543/2882 53% [================================= ] 1544/2882 53% [================================= ] 1545/2882 53% [================================= ] 1546/2882 53% [================================= ] 1547/2882 53% [================================= ] 1548/2882 53% [================================= ] 1549/2882 53% [================================= ] 1550/2882 53% [================================= ] 1551/2882 53% [================================= ] 1552/2882 53% [================================= ] 1553/2882 53% [================================= ] 1554/2882 53% [================================= ] 1555/2882 53% [================================= ] 1556/2882 53% [================================= ] 1557/2882 54% [================================= ] 1558/2882 54% [================================= ] 1559/2882 54% [================================= ] 1560/2882 54% [================================= ] 1561/2882 54% [================================= ] 1562/2882 54% [================================= ] 1563/2882 54% [================================= ] 1564/2882 54% [================================= ] 1565/2882 54% [================================= ] 1566/2882 54% [================================= ] 1567/2882 54% [================================= ] 1568/2882 54% [================================= ] 1569/2882 54% [================================= ] 1570/2882 54% [================================= ] 1571/2882 54% [================================= ] 1572/2882 54% [================================= ] 1573/2882 54% [================================= ] 1574/2882 54% [================================= ] 1575/2882 54% [================================= ] 1576/2882 54% [================================= ] 1577/2882 54% [================================= ] 1578/2882 54% [================================= ] 1579/2882 54% [================================= ] 1580/2882 54% [================================== ] 1581/2882 54% [================================== ] 1582/2882 54% [================================== ] 1583/2882 54% [================================== ] 1584/2882 54% [================================== ] 1585/2882 54% [================================== ] 1586/2882 55% [================================== ] 1587/2882 55% [================================== ] 1588/2882 55% [================================== ] 1589/2882 55% [================================== ] 1590/2882 55% [================================== ] 1591/2882 55% [================================== ] 1592/2882 55% [================================== ] 1593/2882 55% [================================== ] 1594/2882 55% [================================== ] 1595/2882 55% [================================== ] 1596/2882 55% [================================== ] 1597/2882 55% [================================== ] 1598/2882 55% [================================== ] 1599/2882 55% [================================== ] 1600/2882 55% [================================== ] 1601/2882 55% [================================== ] 1602/2882 55% [================================== ] 1603/2882 55% [================================== ] 1604/2882 55% [================================== ] 1605/2882 55% [================================== ] 1606/2882 55% [================================== ] 1607/2882 55% [================================== ] 1608/2882 55% [================================== ] 1609/2882 55% [================================== ] 1610/2882 55% [================================== ] 1611/2882 55% [================================== ] 1612/2882 55% [================================== ] 1613/2882 55% [================================== ] 1614/2882 56% [================================== ] 1615/2882 56% [================================== ] 1616/2882 56% [================================== ] 1617/2882 56% [================================== ] 1618/2882 56% [================================== ] 1619/2882 56% [================================== ] 1620/2882 56% [================================== ] 1621/2882 56% [================================== ] 1622/2882 56% [================================== ] 1623/2882 56% [================================== ] 1624/2882 56% [================================== ] 1625/2882 56% [================================== ] 1626/2882 56% [=================================== ] 1627/2882 56% [=================================== ] 1628/2882 56% [=================================== ] 1629/2882 56% [=================================== ] 1630/2882 56% [=================================== ] 1631/2882 56% [=================================== ] 1632/2882 56% [=================================== ] 1633/2882 56% [=================================== ] 1634/2882 56% [=================================== ] 1635/2882 56% [=================================== ] 1636/2882 56% [=================================== ] 1637/2882 56% [=================================== ] 1638/2882 56% [=================================== ] 1639/2882 56% [=================================== ] 1640/2882 56% [=================================== ] 1641/2882 56% [=================================== ] 1642/2882 56% [=================================== ] 1643/2882 57% [=================================== ] 1644/2882 57% [=================================== ] 1645/2882 57% [=================================== ] 1646/2882 57% [=================================== ] 1647/2882 57% [=================================== ] 1648/2882 57% [=================================== ] 1649/2882 57% [=================================== ] 1650/2882 57% [=================================== ] 1651/2882 57% [=================================== ] 1652/2882 57% [=================================== ] 1653/2882 57% [=================================== ] 1654/2882 57% [=================================== ] 1655/2882 57% [=================================== ] 1656/2882 57% [=================================== ] 1657/2882 57% [=================================== ] 1658/2882 57% [=================================== ] 1659/2882 57% [=================================== ] 1660/2882 57% [=================================== ] 1661/2882 57% [=================================== ] 1662/2882 57% [=================================== ] 1663/2882 57% [=================================== ] 1664/2882 57% [=================================== ] 1665/2882 57% [=================================== ] 1666/2882 57% [=================================== ] 1667/2882 57% [=================================== ] 1668/2882 57% [=================================== ] 1669/2882 57% [=================================== ] 1670/2882 57% [=================================== ] 1671/2882 57% [=================================== ] 1672/2882 58% [=================================== ] 1673/2882 58% [==================================== ] 1674/2882 58% [==================================== ] 1675/2882 58% [==================================== ] 1676/2882 58% [==================================== ] 1677/2882 58% [==================================== ] 1678/2882 58% [==================================== ] 1679/2882 58% [==================================== ] 1680/2882 58% [==================================== ] 1681/2882 58% [==================================== ] 1682/2882 58% [==================================== ] 1683/2882 58% [==================================== ] 1684/2882 58% [==================================== ] 1685/2882 58% [==================================== ] 1686/2882 58% [==================================== ] 1687/2882 58% [==================================== ] 1688/2882 58% [==================================== ] 1689/2882 58% [==================================== ] 1690/2882 58% [==================================== ] 1691/2882 58% [==================================== ] 1692/2882 58% [==================================== ] 1693/2882 58% [==================================== ] 1694/2882 58% [==================================== ] 1695/2882 58% [==================================== ] 1696/2882 58% [==================================== ] 1697/2882 58% [==================================== ] 1698/2882 58% [==================================== ] 1699/2882 58% [==================================== ] 1700/2882 58% [==================================== ] 1701/2882 59% [==================================== ] 1702/2882 59% [==================================== ] 1703/2882 59% [==================================== ] 1704/2882 59% [==================================== ] 1705/2882 59% [==================================== ] 1706/2882 59% [==================================== ] 1707/2882 59% [==================================== ] 1708/2882 59% [==================================== ] 1709/2882 59% [==================================== ] 1710/2882 59% [==================================== ] 1711/2882 59% [==================================== ] 1712/2882 59% [==================================== ] 1713/2882 59% [==================================== ] 1714/2882 59% [==================================== ] 1715/2882 59% [==================================== ] 1716/2882 59% [==================================== ] 1717/2882 59% [==================================== ] 1718/2882 59% [==================================== ] 1719/2882 59% [===================================== ] 1720/2882 59% [===================================== ] 1721/2882 59% [===================================== ] 1722/2882 59% [===================================== ] 1723/2882 59% [===================================== ] 1724/2882 59% [===================================== ] 1725/2882 59% [===================================== ] 1726/2882 59% [===================================== ] 1727/2882 59% [===================================== ] 1728/2882 59% [===================================== ] 1729/2882 59% [===================================== ] 1730/2882 60% [===================================== ] 1731/2882 60% [===================================== ] 1732/2882 60% [===================================== ] 1733/2882 60% [===================================== ] 1734/2882 60% [===================================== ] 1735/2882 60% [===================================== ] 1736/2882 60% [===================================== ] 1737/2882 60% [===================================== ] 1738/2882 60% [===================================== ] 1739/2882 60% [===================================== ] 1740/2882 60% [===================================== ] 1741/2882 60% [===================================== ] 1742/2882 60% [===================================== ] 1743/2882 60% [===================================== ] 1744/2882 60% [===================================== ] 1745/2882 60% [===================================== ] 1746/2882 60% [===================================== ] 1747/2882 60% [===================================== ] 1748/2882 60% [===================================== ] 1749/2882 60% [===================================== ] 1750/2882 60% [===================================== ] 1751/2882 60% [===================================== ] 1752/2882 60% [===================================== ] 1753/2882 60% [===================================== ] 1754/2882 60% [===================================== ] 1755/2882 60% [===================================== ] 1756/2882 60% [===================================== ] 1757/2882 60% [===================================== ] 1758/2882 60% [===================================== ] 1759/2882 61% [===================================== ] 1760/2882 61% [===================================== ] 1761/2882 61% [===================================== ] 1762/2882 61% [===================================== ] 1763/2882 61% [===================================== ] 1764/2882 61% [===================================== ] 1765/2882 61% [===================================== ] 1766/2882 61% [====================================== ] 1767/2882 61% [====================================== ] 1768/2882 61% [====================================== ] 1769/2882 61% [====================================== ] 1770/2882 61% [====================================== ] 1771/2882 61% [====================================== ] 1772/2882 61% [====================================== ] 1773/2882 61% [====================================== ] 1774/2882 61% [====================================== ] 1775/2882 61% [====================================== ] 1776/2882 61% [====================================== ] 1777/2882 61% [====================================== ] 1778/2882 61% [====================================== ] 1779/2882 61% [====================================== ] 1780/2882 61% [====================================== ] 1781/2882 61% [====================================== ] 1782/2882 61% [====================================== ] 1783/2882 61% [====================================== ] 1784/2882 61% [====================================== ] 1785/2882 61% [====================================== ] 1786/2882 61% [====================================== ] 1787/2882 62% [====================================== ] 1788/2882 62% [====================================== ] 1789/2882 62% [====================================== ] 1790/2882 62% [====================================== ] 1791/2882 62% [====================================== ] 1792/2882 62% [====================================== ] 1793/2882 62% [====================================== ] 1794/2882 62% [====================================== ] 1795/2882 62% [====================================== ] 1796/2882 62% [====================================== ] 1797/2882 62% [====================================== ] 1798/2882 62% [====================================== ] 1799/2882 62% [====================================== ] 1800/2882 62% [====================================== ] 1801/2882 62% [====================================== ] 1802/2882 62% [====================================== ] 1803/2882 62% [====================================== ] 1804/2882 62% [====================================== ] 1805/2882 62% [====================================== ] 1806/2882 62% [====================================== ] 1807/2882 62% [====================================== ] 1808/2882 62% [====================================== ] 1809/2882 62% [====================================== ] 1810/2882 62% [====================================== ] 1811/2882 62% [====================================== ] 1812/2882 62% [======================================= ] 1813/2882 62% [======================================= ] 1814/2882 62% [======================================= ] 1815/2882 62% [======================================= ] 1816/2882 63% [======================================= ] 1817/2882 63% [======================================= ] 1818/2882 63% [======================================= ] 1819/2882 63% [======================================= ] 1820/2882 63% [======================================= ] 1821/2882 63% [======================================= ] 1822/2882 63% [======================================= ] 1823/2882 63% [======================================= ] 1824/2882 63% [======================================= ] 1825/2882 63% [======================================= ] 1826/2882 63% [======================================= ] 1827/2882 63% [======================================= ] 1828/2882 63% [======================================= ] 1829/2882 63% [======================================= ] 1830/2882 63% [======================================= ] 1831/2882 63% [======================================= ] 1832/2882 63% [======================================= ] 1833/2882 63% [======================================= ] 1834/2882 63% [======================================= ] 1835/2882 63% [======================================= ] 1836/2882 63% [======================================= ] 1837/2882 63% [======================================= ] 1838/2882 63% [======================================= ] 1839/2882 63% [======================================= ] 1840/2882 63% [======================================= ] 1841/2882 63% [======================================= ] 1842/2882 63% [======================================= ] 1843/2882 63% [======================================= ] 1844/2882 63% [======================================= ] 1845/2882 64% [======================================= ] 1846/2882 64% [======================================= ] 1847/2882 64% [======================================= ] 1848/2882 64% [======================================= ] 1849/2882 64% [======================================= ] 1850/2882 64% [======================================= ] 1851/2882 64% [======================================= ] 1852/2882 64% [======================================= ] 1853/2882 64% [======================================= ] 1854/2882 64% [======================================= ] 1855/2882 64% [======================================= ] 1856/2882 64% [======================================= ] 1857/2882 64% [======================================= ] 1858/2882 64% [======================================= ] 1859/2882 64% [======================================== ] 1860/2882 64% [======================================== ] 1861/2882 64% [======================================== ] 1862/2882 64% [======================================== ] 1863/2882 64% [======================================== ] 1864/2882 64% [======================================== ] 1865/2882 64% [======================================== ] 1866/2882 64% [======================================== ] 1867/2882 64% [======================================== ] 1868/2882 64% [======================================== ] 1869/2882 64% [======================================== ] 1870/2882 64% [======================================== ] 1871/2882 64% [======================================== ] 1872/2882 64% [======================================== ] 1873/2882 64% [======================================== ] 1874/2882 65% [======================================== ] 1875/2882 65% [======================================== ] 1876/2882 65% [======================================== ] 1877/2882 65% [======================================== ] 1878/2882 65% [======================================== ] 1879/2882 65% [======================================== ] 1880/2882 65% [======================================== ] 1881/2882 65% [======================================== ] 1882/2882 65% [======================================== ] 1883/2882 65% [======================================== ] 1884/2882 65% [======================================== ] 1885/2882 65% [======================================== ] 1886/2882 65% [======================================== ] 1887/2882 65% [======================================== ] 1888/2882 65% [======================================== ] 1889/2882 65% [======================================== ] 1890/2882 65% [======================================== ] 1891/2882 65% [======================================== ] 1892/2882 65% [======================================== ] 1893/2882 65% [======================================== ] 1894/2882 65% [======================================== ] 1895/2882 65% [======================================== ] 1896/2882 65% [======================================== ] 1897/2882 65% [======================================== ] 1898/2882 65% [======================================== ] 1899/2882 65% [======================================== ] 1900/2882 65% [======================================== ] 1901/2882 65% [======================================== ] 1902/2882 65% [======================================== ] 1903/2882 66% [======================================== ] 1904/2882 66% [======================================== ] 1905/2882 66% [========================================= ] 1906/2882 66% [========================================= ] 1907/2882 66% [========================================= ] 1908/2882 66% [========================================= ] 1909/2882 66% [========================================= ] 1910/2882 66% [========================================= ] 1911/2882 66% [========================================= ] 1912/2882 66% [========================================= ] 1913/2882 66% [========================================= ] 1914/2882 66% [========================================= ] 1915/2882 66% [========================================= ] 1916/2882 66% [========================================= ] 1917/2882 66% [========================================= ] 1918/2882 66% [========================================= ] 1919/2882 66% [========================================= ] 1920/2882 66% [========================================= ] 1921/2882 66% [========================================= ] 1922/2882 66% [========================================= ] 1923/2882 66% [========================================= ] 1924/2882 66% [========================================= ] 1925/2882 66% [========================================= ] 1926/2882 66% [========================================= ] 1927/2882 66% [========================================= ] 1928/2882 66% [========================================= ] 1929/2882 66% [========================================= ] 1930/2882 66% [========================================= ] 1931/2882 67% [========================================= ] 1932/2882 67% [========================================= ] 1933/2882 67% [========================================= ] 1934/2882 67% [========================================= ] 1935/2882 67% [========================================= ] 1936/2882 67% [========================================= ] 1937/2882 67% [========================================= ] 1938/2882 67% [========================================= ] 1939/2882 67% [========================================= ] 1940/2882 67% [========================================= ] 1941/2882 67% [========================================= ] 1942/2882 67% [========================================= ] 1943/2882 67% [========================================= ] 1944/2882 67% [========================================= ] 1945/2882 67% [========================================= ] 1946/2882 67% [========================================= ] 1947/2882 67% [========================================= ] 1948/2882 67% [========================================= ] 1949/2882 67% [========================================= ] 1950/2882 67% [========================================= ] 1951/2882 67% [========================================= ] 1952/2882 67% [========================================== ] 1953/2882 67% [========================================== ] 1954/2882 67% [========================================== ] 1955/2882 67% [========================================== ] 1956/2882 67% [========================================== ] 1957/2882 67% [========================================== ] 1958/2882 67% [========================================== ] 1959/2882 67% [========================================== ] 1960/2882 68% [========================================== ] 1961/2882 68% [========================================== ] 1962/2882 68% [========================================== ] 1963/2882 68% [========================================== ] 1964/2882 68% [========================================== ] 1965/2882 68% [========================================== ] 1966/2882 68% [========================================== ] 1967/2882 68% [========================================== ] 1968/2882 68% [========================================== ] 1969/2882 68% [========================================== ] 1970/2882 68% [========================================== ] 1971/2882 68% [========================================== ] 1972/2882 68% [========================================== ] 1973/2882 68% [========================================== ] 1974/2882 68% [========================================== ] 1975/2882 68% [========================================== ] 1976/2882 68% [========================================== ] 1977/2882 68% [========================================== ] 1978/2882 68% [========================================== ] 1979/2882 68% [========================================== ] 1980/2882 68% [========================================== ] 1981/2882 68% [========================================== ] 1982/2882 68% [========================================== ] 1983/2882 68% [========================================== ] 1984/2882 68% [========================================== ] 1985/2882 68% [========================================== ] 1986/2882 68% [========================================== ] 1987/2882 68% [========================================== ] 1988/2882 68% [========================================== ] 1989/2882 69% [========================================== ] 1990/2882 69% [========================================== ] 1991/2882 69% [========================================== ] 1992/2882 69% [========================================== ] 1993/2882 69% [========================================== ] 1994/2882 69% [========================================== ] 1995/2882 69% [========================================== ] 1996/2882 69% [========================================== ] 1997/2882 69% [========================================== ] 1998/2882 69% [=========================================== ] 1999/2882 69% [=========================================== ] 2000/2882 69% [=========================================== ] 2001/2882 69% [=========================================== ] 2002/2882 69% [=========================================== ] 2003/2882 69% [=========================================== ] 2004/2882 69% [=========================================== ] 2005/2882 69% [=========================================== ] 2006/2882 69% [=========================================== ] 2007/2882 69% [=========================================== ] 2008/2882 69% [=========================================== ] 2009/2882 69% [=========================================== ] 2010/2882 69% [=========================================== ] 2011/2882 69% [=========================================== ] 2012/2882 69% [=========================================== ] 2013/2882 69% [=========================================== ] 2014/2882 69% [=========================================== ] 2015/2882 69% [=========================================== ] 2016/2882 69% [=========================================== ] 2017/2882 69% [=========================================== ] 2018/2882 70% [=========================================== ] 2019/2882 70% [=========================================== ] 2020/2882 70% [=========================================== ] 2021/2882 70% [=========================================== ] 2022/2882 70% [=========================================== ] 2023/2882 70% [=========================================== ] 2024/2882 70% [=========================================== ] 2025/2882 70% [=========================================== ] 2026/2882 70% [=========================================== ] 2027/2882 70% [=========================================== ] 2028/2882 70% [=========================================== ] 2029/2882 70% [=========================================== ] 2030/2882 70% [=========================================== ] 2031/2882 70% [=========================================== ] 2032/2882 70% [=========================================== ] 2033/2882 70% [=========================================== ] 2034/2882 70% [=========================================== ] 2035/2882 70% [=========================================== ] 2036/2882 70% [=========================================== ] 2037/2882 70% [=========================================== ] 2038/2882 70% [=========================================== ] 2039/2882 70% [=========================================== ] 2040/2882 70% [=========================================== ] 2041/2882 70% [=========================================== ] 2042/2882 70% [=========================================== ] 2043/2882 70% [=========================================== ] 2044/2882 70% [=========================================== ] 2045/2882 70% [============================================ ] 2046/2882 70% [============================================ ] 2047/2882 71% [============================================ ] 2048/2882 71% [============================================ ] 2049/2882 71% [============================================ ] 2050/2882 71% [============================================ ] 2051/2882 71% [============================================ ] 2052/2882 71% [============================================ ] 2053/2882 71% [============================================ ] 2054/2882 71% [============================================ ] 2055/2882 71% [============================================ ] 2056/2882 71% [============================================ ] 2057/2882 71% [============================================ ] 2058/2882 71% [============================================ ] 2059/2882 71% [============================================ ] 2060/2882 71% [============================================ ] 2061/2882 71% [============================================ ] 2062/2882 71% [============================================ ] 2063/2882 71% [============================================ ] 2064/2882 71% [============================================ ] 2065/2882 71% [============================================ ] 2066/2882 71% [============================================ ] 2067/2882 71% [============================================ ] 2068/2882 71% [============================================ ] 2069/2882 71% [============================================ ] 2070/2882 71% [============================================ ] 2071/2882 71% [============================================ ] 2072/2882 71% [============================================ ] 2073/2882 71% [============================================ ] 2074/2882 71% [============================================ ] 2075/2882 71% [============================================ ] 2076/2882 72% [============================================ ] 2077/2882 72% [============================================ ] 2078/2882 72% [============================================ ] 2079/2882 72% [============================================ ] 2080/2882 72% [============================================ ] 2081/2882 72% [============================================ ] 2082/2882 72% [============================================ ] 2083/2882 72% [============================================ ] 2084/2882 72% [============================================ ] 2085/2882 72% [============================================ ] 2086/2882 72% [============================================ ] 2087/2882 72% [============================================ ] 2088/2882 72% [============================================ ] 2089/2882 72% [============================================ ] 2090/2882 72% [============================================ ] 2091/2882 72% [============================================= ] 2092/2882 72% [============================================= ] 2093/2882 72% [============================================= ] 2094/2882 72% [============================================= ] 2095/2882 72% [============================================= ] 2096/2882 72% [============================================= ] 2097/2882 72% [============================================= ] 2098/2882 72% [============================================= ] 2099/2882 72% [============================================= ] 2100/2882 72% [============================================= ] 2101/2882 72% [============================================= ] 2102/2882 72% [============================================= ] 2103/2882 72% [============================================= ] 2104/2882 73% [============================================= ] 2105/2882 73% [============================================= ] 2106/2882 73% [============================================= ] 2107/2882 73% [============================================= ] 2108/2882 73% [============================================= ] 2109/2882 73% [============================================= ] 2110/2882 73% [============================================= ] 2111/2882 73% [============================================= ] 2112/2882 73% [============================================= ] 2113/2882 73% [============================================= ] 2114/2882 73% [============================================= ] 2115/2882 73% [============================================= ] 2116/2882 73% [============================================= ] 2117/2882 73% [============================================= ] 2118/2882 73% [============================================= ] 2119/2882 73% [============================================= ] 2120/2882 73% [============================================= ] 2121/2882 73% [============================================= ] 2122/2882 73% [============================================= ] 2123/2882 73% [============================================= ] 2124/2882 73% [============================================= ] 2125/2882 73% [============================================= ] 2126/2882 73% [============================================= ] 2127/2882 73% [============================================= ] 2128/2882 73% [============================================= ] 2129/2882 73% [============================================= ] 2130/2882 73% [============================================= ] 2131/2882 73% [============================================= ] 2132/2882 73% [============================================= ] 2133/2882 74% [============================================= ] 2134/2882 74% [============================================= ] 2135/2882 74% [============================================= ] 2136/2882 74% [============================================= ] 2137/2882 74% [============================================= ] 2138/2882 74% [============================================== ] 2139/2882 74% [============================================== ] 2140/2882 74% [============================================== ] 2141/2882 74% [============================================== ] 2142/2882 74% [============================================== ] 2143/2882 74% [============================================== ] 2144/2882 74% [============================================== ] 2145/2882 74% [============================================== ] 2146/2882 74% [============================================== ] 2147/2882 74% [============================================== ] 2148/2882 74% [============================================== ] 2149/2882 74% [============================================== ] 2150/2882 74% [============================================== ] 2151/2882 74% [============================================== ] 2152/2882 74% [============================================== ] 2153/2882 74% [============================================== ] 2154/2882 74% [============================================== ] 2155/2882 74% [============================================== ] 2156/2882 74% [============================================== ] 2157/2882 74% [============================================== ] 2158/2882 74% [============================================== ] 2159/2882 74% [============================================== ] 2160/2882 74% [============================================== ] 2161/2882 74% [============================================== ] 2162/2882 75% [============================================== ] 2163/2882 75% [============================================== ] 2164/2882 75% [============================================== ] 2165/2882 75% [============================================== ] 2166/2882 75% [============================================== ] 2167/2882 75% [============================================== ] 2168/2882 75% [============================================== ] 2169/2882 75% [============================================== ] 2170/2882 75% [============================================== ] 2171/2882 75% [============================================== ] 2172/2882 75% [============================================== ] 2173/2882 75% [============================================== ] 2174/2882 75% [============================================== ] 2175/2882 75% [============================================== ] 2176/2882 75% [============================================== ] 2177/2882 75% [============================================== ] 2178/2882 75% [============================================== ] 2179/2882 75% [============================================== ] 2180/2882 75% [============================================== ] 2181/2882 75% [============================================== ] 2182/2882 75% [============================================== ] 2183/2882 75% [============================================== ] 2184/2882 75% [=============================================== ] 2185/2882 75% [=============================================== ] 2186/2882 75% [=============================================== ] 2187/2882 75% [=============================================== ] 2188/2882 75% [=============================================== ] 2189/2882 75% [=============================================== ] 2190/2882 75% [=============================================== ] 2191/2882 76% [=============================================== ] 2192/2882 76% [=============================================== ] 2193/2882 76% [=============================================== ] 2194/2882 76% [=============================================== ] 2195/2882 76% [=============================================== ] 2196/2882 76% [=============================================== ] 2197/2882 76% [=============================================== ] 2198/2882 76% [=============================================== ] 2199/2882 76% [=============================================== ] 2200/2882 76% [=============================================== ] 2201/2882 76% [=============================================== ] 2202/2882 76% [=============================================== ] 2203/2882 76% [=============================================== ] 2204/2882 76% [=============================================== ] 2205/2882 76% [=============================================== ] 2206/2882 76% [=============================================== ] 2207/2882 76% [=============================================== ] 2208/2882 76% [=============================================== ] 2209/2882 76% [=============================================== ] 2210/2882 76% [=============================================== ] 2211/2882 76% [=============================================== ] 2212/2882 76% [=============================================== ] 2213/2882 76% [=============================================== ] 2214/2882 76% [=============================================== ] 2215/2882 76% [=============================================== ] 2216/2882 76% [=============================================== ] 2217/2882 76% [=============================================== ] 2218/2882 76% [=============================================== ] 2219/2882 76% [=============================================== ] 2220/2882 77% [=============================================== ] 2221/2882 77% [=============================================== ] 2222/2882 77% [=============================================== ] 2223/2882 77% [=============================================== ] 2224/2882 77% [=============================================== ] 2225/2882 77% [=============================================== ] 2226/2882 77% [=============================================== ] 2227/2882 77% [=============================================== ] 2228/2882 77% [=============================================== ] 2229/2882 77% [=============================================== ] 2230/2882 77% [=============================================== ] 2231/2882 77% [================================================ ] 2232/2882 77% [================================================ ] 2233/2882 77% [================================================ ] 2234/2882 77% [================================================ ] 2235/2882 77% [================================================ ] 2236/2882 77% [================================================ ] 2237/2882 77% [================================================ ] 2238/2882 77% [================================================ ] 2239/2882 77% [================================================ ] 2240/2882 77% [================================================ ] 2241/2882 77% [================================================ ] 2242/2882 77% [================================================ ] 2243/2882 77% [================================================ ] 2244/2882 77% [================================================ ] 2245/2882 77% [================================================ ] 2246/2882 77% [================================================ ] 2247/2882 77% [================================================ ] 2248/2882 78% [================================================ ] 2249/2882 78% [================================================ ] 2250/2882 78% [================================================ ] 2251/2882 78% [================================================ ] 2252/2882 78% [================================================ ] 2253/2882 78% [================================================ ] 2254/2882 78% [================================================ ] 2255/2882 78% [================================================ ] 2256/2882 78% [================================================ ] 2257/2882 78% [================================================ ] 2258/2882 78% [================================================ ] 2259/2882 78% [================================================ ] 2260/2882 78% [================================================ ] 2261/2882 78% [================================================ ] 2262/2882 78% [================================================ ] 2263/2882 78% [================================================ ] 2264/2882 78% [================================================ ] 2265/2882 78% [================================================ ] 2266/2882 78% [================================================ ] 2267/2882 78% [================================================ ] 2268/2882 78% [================================================ ] 2269/2882 78% [================================================ ] 2270/2882 78% [================================================ ] 2271/2882 78% [================================================ ] 2272/2882 78% [================================================ ] 2273/2882 78% [================================================ ] 2274/2882 78% [================================================ ] 2275/2882 78% [================================================ ] 2276/2882 78% [================================================ ] 2277/2882 79% [================================================= ] 2278/2882 79% [================================================= ] 2279/2882 79% [================================================= ] 2280/2882 79% [================================================= ] 2281/2882 79% [================================================= ] 2282/2882 79% [================================================= ] 2283/2882 79% [================================================= ] 2284/2882 79% [================================================= ] 2285/2882 79% [================================================= ] 2286/2882 79% [================================================= ] 2287/2882 79% [================================================= ] 2288/2882 79% [================================================= ] 2289/2882 79% [================================================= ] 2290/2882 79% [================================================= ] 2291/2882 79% [================================================= ] 2292/2882 79% [================================================= ] 2293/2882 79% [================================================= ] 2294/2882 79% [================================================= ] 2295/2882 79% [================================================= ] 2296/2882 79% [================================================= ] 2297/2882 79% [================================================= ] 2298/2882 79% [================================================= ] 2299/2882 79% [================================================= ] 2300/2882 79% [================================================= ] 2301/2882 79% [================================================= ] 2302/2882 79% [================================================= ] 2303/2882 79% [================================================= ] 2304/2882 79% [================================================= ] 2305/2882 79% [================================================= ] 2306/2882 80% [================================================= ] 2307/2882 80% [================================================= ] 2308/2882 80% [================================================= ] 2309/2882 80% [================================================= ] 2310/2882 80% [================================================= ] 2311/2882 80% [================================================= ] 2312/2882 80% [================================================= ] 2313/2882 80% [================================================= ] 2314/2882 80% [================================================= ] 2315/2882 80% [================================================= ] 2316/2882 80% [================================================= ] 2317/2882 80% [================================================= ] 2318/2882 80% [================================================= ] 2319/2882 80% [================================================= ] 2320/2882 80% [================================================= ] 2321/2882 80% [================================================= ] 2322/2882 80% [================================================= ] 2323/2882 80% [================================================= ] 2324/2882 80% [================================================== ] 2325/2882 80% [================================================== ] 2326/2882 80% [================================================== ] 2327/2882 80% [================================================== ] 2328/2882 80% [================================================== ] 2329/2882 80% [================================================== ] 2330/2882 80% [================================================== ] 2331/2882 80% [================================================== ] 2332/2882 80% [================================================== ] 2333/2882 80% [================================================== ] 2334/2882 80% [================================================== ] 2335/2882 81% [================================================== ] 2336/2882 81% [================================================== ] 2337/2882 81% [================================================== ] 2338/2882 81% [================================================== ] 2339/2882 81% [================================================== ] 2340/2882 81% [================================================== ] 2341/2882 81% [================================================== ] 2342/2882 81% [================================================== ] 2343/2882 81% [================================================== ] 2344/2882 81% [================================================== ] 2345/2882 81% [================================================== ] 2346/2882 81% [================================================== ] 2347/2882 81% [================================================== ] 2348/2882 81% [================================================== ] 2349/2882 81% [================================================== ] 2350/2882 81% [================================================== ] 2351/2882 81% [================================================== ] 2352/2882 81% [================================================== ] 2353/2882 81% [================================================== ] 2354/2882 81% [================================================== ] 2355/2882 81% [================================================== ] 2356/2882 81% [================================================== ] 2357/2882 81% [================================================== ] 2358/2882 81% [================================================== ] 2359/2882 81% [================================================== ] 2360/2882 81% [================================================== ] 2361/2882 81% [================================================== ] 2362/2882 81% [================================================== ] 2363/2882 81% [================================================== ] 2364/2882 82% [================================================== ] 2365/2882 82% [================================================== ] 2366/2882 82% [================================================== ] 2367/2882 82% [================================================== ] 2368/2882 82% [================================================== ] 2369/2882 82% [================================================== ] 2370/2882 82% [=================================================== ] 2371/2882 82% [=================================================== ] 2372/2882 82% [=================================================== ] 2373/2882 82% [=================================================== ] 2374/2882 82% [=================================================== ] 2375/2882 82% [=================================================== ] 2376/2882 82% [=================================================== ] 2377/2882 82% [=================================================== ] 2378/2882 82% [=================================================== ] 2379/2882 82% [=================================================== ] 2380/2882 82% [=================================================== ] 2381/2882 82% [=================================================== ] 2382/2882 82% [=================================================== ] 2383/2882 82% [=================================================== ] 2384/2882 82% [=================================================== ] 2385/2882 82% [=================================================== ] 2386/2882 82% [=================================================== ] 2387/2882 82% [=================================================== ] 2388/2882 82% [=================================================== ] 2389/2882 82% [=================================================== ] 2390/2882 82% [=================================================== ] 2391/2882 82% [=================================================== ] 2392/2882 82% [=================================================== ] 2393/2882 83% [=================================================== ] 2394/2882 83% [=================================================== ] 2395/2882 83% [=================================================== ] 2396/2882 83% [=================================================== ] 2397/2882 83% [=================================================== ] 2398/2882 83% [=================================================== ] 2399/2882 83% [=================================================== ] 2400/2882 83% [=================================================== ] 2401/2882 83% [=================================================== ] 2402/2882 83% [=================================================== ] 2403/2882 83% [=================================================== ] 2404/2882 83% [=================================================== ] 2405/2882 83% [=================================================== ] 2406/2882 83% [=================================================== ] 2407/2882 83% [=================================================== ] 2408/2882 83% [=================================================== ] 2409/2882 83% [=================================================== ] 2410/2882 83% [=================================================== ] 2411/2882 83% [=================================================== ] 2412/2882 83% [=================================================== ] 2413/2882 83% [=================================================== ] 2414/2882 83% [=================================================== ] 2415/2882 83% [=================================================== ] 2416/2882 83% [=================================================== ] 2417/2882 83% [==================================================== ] 2418/2882 83% [==================================================== ] 2419/2882 83% [==================================================== ] 2420/2882 83% [==================================================== ] 2421/2882 84% [==================================================== ] 2422/2882 84% [==================================================== ] 2423/2882 84% [==================================================== ] 2424/2882 84% [==================================================== ] 2425/2882 84% [==================================================== ] 2426/2882 84% [==================================================== ] 2427/2882 84% [==================================================== ] 2428/2882 84% [==================================================== ] 2429/2882 84% [==================================================== ] 2430/2882 84% [==================================================== ] 2431/2882 84% [==================================================== ] 2432/2882 84% [==================================================== ] 2433/2882 84% [==================================================== ] 2434/2882 84% [==================================================== ] 2435/2882 84% [==================================================== ] 2436/2882 84% [==================================================== ] 2437/2882 84% [==================================================== ] 2438/2882 84% [==================================================== ] 2439/2882 84% [==================================================== ] 2440/2882 84% [==================================================== ] 2441/2882 84% [==================================================== ] 2442/2882 84% [==================================================== ] 2443/2882 84% [==================================================== ] 2444/2882 84% [==================================================== ] 2445/2882 84% [==================================================== ] 2446/2882 84% [==================================================== ] 2447/2882 84% [==================================================== ] 2448/2882 84% [==================================================== ] 2449/2882 84% [==================================================== ] 2450/2882 85% [==================================================== ] 2451/2882 85% [==================================================== ] 2452/2882 85% [==================================================== ] 2453/2882 85% [==================================================== ] 2454/2882 85% [==================================================== ] 2455/2882 85% [==================================================== ] 2456/2882 85% [==================================================== ] 2457/2882 85% [==================================================== ] 2458/2882 85% [==================================================== ] 2459/2882 85% [==================================================== ] 2460/2882 85% [==================================================== ] 2461/2882 85% [==================================================== ] 2462/2882 85% [==================================================== ] 2463/2882 85% [===================================================== ] 2464/2882 85% [===================================================== ] 2465/2882 85% [===================================================== ] 2466/2882 85% [===================================================== ] 2467/2882 85% [===================================================== ] 2468/2882 85% [===================================================== ] 2469/2882 85% [===================================================== ] 2470/2882 85% [===================================================== ] 2471/2882 85% [===================================================== ] 2472/2882 85% [===================================================== ] 2473/2882 85% [===================================================== ] 2474/2882 85% [===================================================== ] 2475/2882 85% [===================================================== ] 2476/2882 85% [===================================================== ] 2477/2882 85% [===================================================== ] 2478/2882 85% [===================================================== ] 2479/2882 86% [===================================================== ] 2480/2882 86% [===================================================== ] 2481/2882 86% [===================================================== ] 2482/2882 86% [===================================================== ] 2483/2882 86% [===================================================== ] 2484/2882 86% [===================================================== ] 2485/2882 86% [===================================================== ] 2486/2882 86% [===================================================== ] 2487/2882 86% [===================================================== ] 2488/2882 86% [===================================================== ] 2489/2882 86% [===================================================== ] 2490/2882 86% [===================================================== ] 2491/2882 86% [===================================================== ] 2492/2882 86% [===================================================== ] 2493/2882 86% [===================================================== ] 2494/2882 86% [===================================================== ] 2495/2882 86% [===================================================== ] 2496/2882 86% [===================================================== ] 2497/2882 86% [===================================================== ] 2498/2882 86% [===================================================== ] 2499/2882 86% [===================================================== ] 2500/2882 86% [===================================================== ] 2501/2882 86% [===================================================== ] 2502/2882 86% [===================================================== ] 2503/2882 86% [===================================================== ] 2504/2882 86% [===================================================== ] 2505/2882 86% [===================================================== ] 2506/2882 86% [===================================================== ] 2507/2882 86% [===================================================== ] 2508/2882 87% [===================================================== ] 2509/2882 87% [===================================================== ] 2510/2882 87% [====================================================== ] 2511/2882 87% [====================================================== ] 2512/2882 87% [====================================================== ] 2513/2882 87% [====================================================== ] 2514/2882 87% [====================================================== ] 2515/2882 87% [====================================================== ] 2516/2882 87% [====================================================== ] 2517/2882 87% [====================================================== ] 2518/2882 87% [====================================================== ] 2519/2882 87% [====================================================== ] 2520/2882 87% [====================================================== ] 2521/2882 87% [====================================================== ] 2522/2882 87% [====================================================== ] 2523/2882 87% [====================================================== ] 2524/2882 87% [====================================================== ] 2525/2882 87% [====================================================== ] 2526/2882 87% [====================================================== ] 2527/2882 87% [====================================================== ] 2528/2882 87% [====================================================== ] 2529/2882 87% [====================================================== ] 2530/2882 87% [====================================================== ] 2531/2882 87% [====================================================== ] 2532/2882 87% [====================================================== ] 2533/2882 87% [====================================================== ] 2534/2882 87% [====================================================== ] 2535/2882 87% [====================================================== ] 2536/2882 87% [====================================================== ] 2537/2882 88% [====================================================== ] 2538/2882 88% [====================================================== ] 2539/2882 88% [====================================================== ] 2540/2882 88% [====================================================== ] 2541/2882 88% [====================================================== ] 2542/2882 88% [====================================================== ] 2543/2882 88% [====================================================== ] 2544/2882 88% [====================================================== ] 2545/2882 88% [====================================================== ] 2546/2882 88% [====================================================== ] 2547/2882 88% [====================================================== ] 2548/2882 88% [====================================================== ] 2549/2882 88% [====================================================== ] 2550/2882 88% [====================================================== ] 2551/2882 88% [====================================================== ] 2552/2882 88% [====================================================== ] 2553/2882 88% [====================================================== ] 2554/2882 88% [====================================================== ] 2555/2882 88% [====================================================== ] 2556/2882 88% [======================================================= ] 2557/2882 88% [======================================================= ] 2558/2882 88% [======================================================= ] 2559/2882 88% [======================================================= ] 2560/2882 88% [======================================================= ] 2561/2882 88% [======================================================= ] 2562/2882 88% [======================================================= ] 2563/2882 88% [======================================================= ] 2564/2882 88% [======================================================= ] 2565/2882 89% [======================================================= ] 2566/2882 89% [======================================================= ] 2567/2882 89% [======================================================= ] 2568/2882 89% [======================================================= ] 2569/2882 89% [======================================================= ] 2570/2882 89% [======================================================= ] 2571/2882 89% [======================================================= ] 2572/2882 89% [======================================================= ] 2573/2882 89% [======================================================= ] 2574/2882 89% [======================================================= ] 2575/2882 89% [======================================================= ] 2576/2882 89% [======================================================= ] 2577/2882 89% [======================================================= ] 2578/2882 89% [======================================================= ] 2579/2882 89% [======================================================= ] 2580/2882 89% [======================================================= ] 2581/2882 89% [======================================================= ] 2582/2882 89% [======================================================= ] 2583/2882 89% [======================================================= ] 2584/2882 89% [======================================================= ] 2585/2882 89% [======================================================= ] 2586/2882 89% [======================================================= ] 2587/2882 89% [======================================================= ] 2588/2882 89% [======================================================= ] 2589/2882 89% [======================================================= ] 2590/2882 89% [======================================================= ] 2591/2882 89% [======================================================= ] 2592/2882 89% [======================================================= ] 2593/2882 89% [======================================================= ] 2594/2882 90% [======================================================= ] 2595/2882 90% [======================================================= ] 2596/2882 90% [======================================================= ] 2597/2882 90% [======================================================= ] 2598/2882 90% [======================================================= ] 2599/2882 90% [======================================================= ] 2600/2882 90% [======================================================= ] 2601/2882 90% [======================================================= ] 2602/2882 90% [======================================================= ] 2603/2882 90% [======================================================== ] 2604/2882 90% [======================================================== ] 2605/2882 90% [======================================================== ] 2606/2882 90% [======================================================== ] 2607/2882 90% [======================================================== ] 2608/2882 90% [======================================================== ] 2609/2882 90% [======================================================== ] 2610/2882 90% [======================================================== ] 2611/2882 90% [======================================================== ] 2612/2882 90% [======================================================== ] 2613/2882 90% [======================================================== ] 2614/2882 90% [======================================================== ] 2615/2882 90% [======================================================== ] 2616/2882 90% [======================================================== ] 2617/2882 90% [======================================================== ] 2618/2882 90% [======================================================== ] 2619/2882 90% [======================================================== ] 2620/2882 90% [======================================================== ] 2621/2882 90% [======================================================== ] 2622/2882 90% [======================================================== ] 2623/2882 91% [======================================================== ] 2624/2882 91% [======================================================== ] 2625/2882 91% [======================================================== ] 2626/2882 91% [======================================================== ] 2627/2882 91% [======================================================== ] 2628/2882 91% [======================================================== ] 2629/2882 91% [======================================================== ] 2630/2882 91% [======================================================== ] 2631/2882 91% [======================================================== ] 2632/2882 91% [======================================================== ] 2633/2882 91% [======================================================== ] 2634/2882 91% [======================================================== ] 2635/2882 91% [======================================================== ] 2636/2882 91% [======================================================== ] 2637/2882 91% [======================================================== ] 2638/2882 91% [======================================================== ] 2639/2882 91% [======================================================== ] 2640/2882 91% [======================================================== ] 2641/2882 91% [======================================================== ] 2642/2882 91% [======================================================== ] 2643/2882 91% [======================================================== ] 2644/2882 91% [======================================================== ] 2645/2882 91% [======================================================== ] 2646/2882 91% [======================================================== ] 2647/2882 91% [======================================================== ] 2648/2882 91% [======================================================== ] 2649/2882 91% [========================================================= ] 2650/2882 91% [========================================================= ] 2651/2882 91% [========================================================= ] 2652/2882 92% [========================================================= ] 2653/2882 92% [========================================================= ] 2654/2882 92% [========================================================= ] 2655/2882 92% [========================================================= ] 2656/2882 92% [========================================================= ] 2657/2882 92% [========================================================= ] 2658/2882 92% [========================================================= ] 2659/2882 92% [========================================================= ] 2660/2882 92% [========================================================= ] 2661/2882 92% [========================================================= ] 2662/2882 92% [========================================================= ] 2663/2882 92% [========================================================= ] 2664/2882 92% [========================================================= ] 2665/2882 92% [========================================================= ] 2666/2882 92% [========================================================= ] 2667/2882 92% [========================================================= ] 2668/2882 92% [========================================================= ] 2669/2882 92% [========================================================= ] 2670/2882 92% [========================================================= ] 2671/2882 92% [========================================================= ] 2672/2882 92% [========================================================= ] 2673/2882 92% [========================================================= ] 2674/2882 92% [========================================================= ] 2675/2882 92% [========================================================= ] 2676/2882 92% [========================================================= ] 2677/2882 92% [========================================================= ] 2678/2882 92% [========================================================= ] 2679/2882 92% [========================================================= ] 2680/2882 92% [========================================================= ] 2681/2882 93% [========================================================= ] 2682/2882 93% [========================================================= ] 2683/2882 93% [========================================================= ] 2684/2882 93% [========================================================= ] 2685/2882 93% [========================================================= ] 2686/2882 93% [========================================================= ] 2687/2882 93% [========================================================= ] 2688/2882 93% [========================================================= ] 2689/2882 93% [========================================================= ] 2690/2882 93% [========================================================= ] 2691/2882 93% [========================================================= ] 2692/2882 93% [========================================================= ] 2693/2882 93% [========================================================= ] 2694/2882 93% [========================================================= ] 2695/2882 93% [========================================================= ] 2696/2882 93% [========================================================== ] 2697/2882 93% [========================================================== ] 2698/2882 93% [========================================================== ] 2699/2882 93% [========================================================== ] 2700/2882 93% [========================================================== ] 2701/2882 93% [========================================================== ] 2702/2882 93% [========================================================== ] 2703/2882 93% [========================================================== ] 2704/2882 93% [========================================================== ] 2705/2882 93% [========================================================== ] 2706/2882 93% [========================================================== ] 2707/2882 93% [========================================================== ] 2708/2882 93% [========================================================== ] 2709/2882 93% [========================================================== ] 2710/2882 94% [========================================================== ] 2711/2882 94% [========================================================== ] 2712/2882 94% [========================================================== ] 2713/2882 94% [========================================================== ] 2714/2882 94% [========================================================== ] 2715/2882 94% [========================================================== ] 2716/2882 94% [========================================================== ] 2717/2882 94% [========================================================== ] 2718/2882 94% [========================================================== ] 2719/2882 94% [========================================================== ] 2720/2882 94% [========================================================== ] 2721/2882 94% [========================================================== ] 2722/2882 94% [========================================================== ] 2723/2882 94% [========================================================== ] 2724/2882 94% [========================================================== ] 2725/2882 94% [========================================================== ] 2726/2882 94% [========================================================== ] 2727/2882 94% [========================================================== ] 2728/2882 94% [========================================================== ] 2729/2882 94% [========================================================== ] 2730/2882 94% [========================================================== ] 2731/2882 94% [========================================================== ] 2732/2882 94% [========================================================== ] 2733/2882 94% [========================================================== ] 2734/2882 94% [========================================================== ] 2735/2882 94% [========================================================== ] 2736/2882 94% [========================================================== ] 2737/2882 94% [========================================================== ] 2738/2882 95% [========================================================== ] 2739/2882 95% [========================================================== ] 2740/2882 95% [========================================================== ] 2741/2882 95% [========================================================== ] 2742/2882 95% [=========================================================== ] 2743/2882 95% [=========================================================== ] 2744/2882 95% [=========================================================== ] 2745/2882 95% [=========================================================== ] 2746/2882 95% [=========================================================== ] 2747/2882 95% [=========================================================== ] 2748/2882 95% [=========================================================== ] 2749/2882 95% [=========================================================== ] 2750/2882 95% [=========================================================== ] 2751/2882 95% [=========================================================== ] 2752/2882 95% [=========================================================== ] 2753/2882 95% [=========================================================== ] 2754/2882 95% [=========================================================== ] 2755/2882 95% [=========================================================== ] 2756/2882 95% [=========================================================== ] 2757/2882 95% [=========================================================== ] 2758/2882 95% [=========================================================== ] 2759/2882 95% [=========================================================== ] 2760/2882 95% [=========================================================== ] 2761/2882 95% [=========================================================== ] 2762/2882 95% [=========================================================== ] 2763/2882 95% [=========================================================== ] 2764/2882 95% [=========================================================== ] 2765/2882 95% [=========================================================== ] 2766/2882 95% [=========================================================== ] 2767/2882 96% [=========================================================== ] 2768/2882 96% [=========================================================== ] 2769/2882 96% [=========================================================== ] 2770/2882 96% [=========================================================== ] 2771/2882 96% [=========================================================== ] 2772/2882 96% [=========================================================== ] 2773/2882 96% [=========================================================== ] 2774/2882 96% [=========================================================== ] 2775/2882 96% [=========================================================== ] 2776/2882 96% [=========================================================== ] 2777/2882 96% [=========================================================== ] 2778/2882 96% [=========================================================== ] 2779/2882 96% [=========================================================== ] 2780/2882 96% [=========================================================== ] 2781/2882 96% [=========================================================== ] 2782/2882 96% [=========================================================== ] 2783/2882 96% [=========================================================== ] 2784/2882 96% [=========================================================== ] 2785/2882 96% [=========================================================== ] 2786/2882 96% [=========================================================== ] 2787/2882 96% [=========================================================== ] 2788/2882 96% [=========================================================== ] 2789/2882 96% [============================================================ ] 2790/2882 96% [============================================================ ] 2791/2882 96% [============================================================ ] 2792/2882 96% [============================================================ ] 2793/2882 96% [============================================================ ] 2794/2882 96% [============================================================ ] 2795/2882 96% [============================================================ ] 2796/2882 97% [============================================================ ] 2797/2882 97% [============================================================ ] 2798/2882 97% [============================================================ ] 2799/2882 97% [============================================================ ] 2800/2882 97% [============================================================ ] 2801/2882 97% [============================================================ ] 2802/2882 97% [============================================================ ] 2803/2882 97% [============================================================ ] 2804/2882 97% [============================================================ ] 2805/2882 97% [============================================================ ] 2806/2882 97% [============================================================ ] 2807/2882 97% [============================================================ ] 2808/2882 97% [============================================================ ] 2809/2882 97% [============================================================ ] 2810/2882 97% [============================================================ ] 2811/2882 97% [============================================================ ] 2812/2882 97% [============================================================ ] 2813/2882 97% [============================================================ ] 2814/2882 97% [============================================================ ] 2815/2882 97% [============================================================ ] 2816/2882 97% [============================================================ ] 2817/2882 97% [============================================================ ] 2818/2882 97% [============================================================ ] 2819/2882 97% [============================================================ ] 2820/2882 97% [============================================================ ] 2821/2882 97% [============================================================ ] 2822/2882 97% [============================================================ ] 2823/2882 97% [============================================================ ] 2824/2882 97% [============================================================ ] 2825/2882 98% [============================================================ ] 2826/2882 98% [============================================================ ] 2827/2882 98% [============================================================ ] 2828/2882 98% [============================================================ ] 2829/2882 98% [============================================================ ] 2830/2882 98% [============================================================ ] 2831/2882 98% [============================================================ ] 2832/2882 98% [============================================================ ] 2833/2882 98% [============================================================ ] 2834/2882 98% [============================================================ ] 2835/2882 98% [============================================================= ] 2836/2882 98% [============================================================= ] 2837/2882 98% [============================================================= ] 2838/2882 98% [============================================================= ] 2839/2882 98% [============================================================= ] 2840/2882 98% [============================================================= ] 2841/2882 98% [============================================================= ] 2842/2882 98% [============================================================= ] 2843/2882 98% [============================================================= ] 2844/2882 98% [============================================================= ] 2845/2882 98% [============================================================= ] 2846/2882 98% [============================================================= ] 2847/2882 98% [============================================================= ] 2848/2882 98% [============================================================= ] 2849/2882 98% [============================================================= ] 2850/2882 98% [============================================================= ] 2851/2882 98% [============================================================= ] 2852/2882 98% [============================================================= ] 2853/2882 98% [============================================================= ] 2854/2882 99% [============================================================= ] 2855/2882 99% [============================================================= ] 2856/2882 99% [============================================================= ] 2857/2882 99% [============================================================= ] 2858/2882 99% [============================================================= ] 2859/2882 99% [============================================================= ] 2860/2882 99% [============================================================= ] 2861/2882 99% [============================================================= ] 2862/2882 99% [============================================================= ] 2863/2882 99% [============================================================= ] 2864/2882 99% [============================================================= ] 2865/2882 99% [============================================================= ] 2866/2882 99% [============================================================= ] 2867/2882 99% [============================================================= ] 2868/2882 99% [============================================================= ] 2869/2882 99% [============================================================= ] 2870/2882 99% [============================================================= ] 2871/2882 99% [============================================================= ] 2872/2882 99% [============================================================= ] 2873/2882 99% [============================================================= ] 2874/2882 99% [============================================================= ] 2875/2882 99% [============================================================= ] 2876/2882 99% [============================================================= ] 2877/2882 99% [============================================================= ] 2878/2882 99% [============================================================= ] 2879/2882 99% [============================================================= ] 2880/2882 99% [============================================================= ] 2881/2882 99% [==============================================================] 2882/2882 100% operation complete, 2882 objects in 54522 NAND pages. ln -snf /home/autobuild/autobuild/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-7/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-7/buildroot' >>> Buildroot 2022.11-361-g76423bd3a6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.2.0 Collecting legal info >>> linux-headers 5.10.155 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 18xx-ti-utils 8.8 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> alsa-utils 1.2.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bird 2.0.10 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> i2c-tools 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 2293b6e9076984d02184ff620baac557143e16cfa47d88f0a791d05a1271742c) >>> lsof 4.96.3 Collecting legal info dialects/linux/dproto.h: OK (sha256: 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-python3 3.11.0 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> easy-rsa 3.1.1 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> flashrom 1.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-genpart 1.0.2 Collecting legal info >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ibrdtn-tools 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> ibrdtn 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> initscripts Collecting legal info >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jquery 3.5.1 Collecting legal info >>> json-for-modern-cpp 3.10.5 Collecting legal info LICENSE.MIT: OK (sha256: 86b998c792894ccb911a1cb7994f7a9652894e7a094c0b5e45be2f553f45cf14) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcgicc 3.2.19 Collecting legal info COPYING.LIB: OK (sha256: a2e480f5e8afd7c587a3c0ac2ed3b73ed4b10fa3a553dea26e7b661c7cedda72) COPYING.DOC: OK (sha256: 0fd15977dc962abf3eced509b1cf5356f9784939742d67a635671141023a11da) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libdeflate 1.12 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.64.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-setuptools 65.5.1 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libolm 3.2.9 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsidplay2 2.1.1 Collecting legal info libsidplay/COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> monit 5.26.0 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> nilfs-utils 2.2.9 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> ocrad 0.28 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> qhull 8.0.2 Collecting legal info COPYING.txt: OK (sha256: 106d55c931fd6a84822e5345d900273d059f1c27310d02567ccb313c5d18c55d) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> refpolicy 2.20220106 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-policycoreutils 3.2 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libsemanage 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-audit 3.0.7 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-setools 4.4.0 Collecting legal info COPYING: OK (sha256: 2f7547e10f76a382c24c053595f38a5cc6dda9347f508f254ca490e0046a9624) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-python-cython 0.29.32 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-networkx 2.8.8 Collecting legal info LICENSE.txt: OK (sha256: aae9f809fb1a1592ed72e9f52df10cfad8fe226b8d4d28385f90dd4341ce7119) >>> host-python-decorator 5.1.1 Collecting legal info LICENSE.txt: OK (sha256: fd11660cabf0532082c45706862fafc294907ec7f8e217818240a4999806782e) >>> host-rust-bin 1.65.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> smcroute 2.5.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> websocketpp 0.8.2 Collecting legal info COPYING: OK (sha256: b31e597bc777d884a39663c11d0557a0af40780e1f451de11ea5103924a69667) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-cloop 3.14.1.3 Collecting legal info README: OK (sha256: 1b1f89e94e131e259b9e334565c5c3500d4b8aa755b75c3f145ddcdff3b89124) advancecomp-1.15/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.155: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-7/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot'