Data: single 136.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 269.00MiB /home/thomas/autobuild/instance-3/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.tar mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/thomas/autobuild/instance-3/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" zstd -19 -z -f -T4 /home/thomas/autobuild/instance-3/output-1/images/rootfs.tar > /home/thomas/autobuild/instance-3/output-1/images/rootfs.tar.zst /home/thomas/autobuild/instance-3/output-1/images/rootfs.tar : 28.98% ( 97.7 MiB => 28.3 MiB, /home/thomas/autobuild/instance-3/output-1/images/rootfs.tar.zst) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 3234 objects. stage 2: creating image '/home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/3234 0% [ ] 2/3234 0% [ ] 3/3234 0% [ ] 4/3234 0% [ ] 5/3234 0% [ ] 6/3234 0% [ ] 7/3234 0% [ ] 8/3234 0% [ ] 9/3234 0% [ ] 10/3234 0% [ ] 11/3234 0% [ ] 12/3234 0% [ ] 13/3234 0% [ ] 14/3234 0% [ ] 15/3234 0% [ ] 16/3234 0% [ ] 17/3234 0% [ ] 18/3234 0% [ ] 19/3234 0% [ ] 20/3234 0% [ ] 21/3234 0% [ ] 22/3234 0% [ ] 23/3234 0% [ ] 24/3234 0% [ ] 25/3234 0% [ ] 26/3234 0% [ ] 27/3234 0% [ ] 28/3234 0% [ ] 29/3234 0% [ ] 30/3234 0% [ ] 31/3234 0% [ ] 32/3234 0% [ ] 33/3234 1% [ ] 34/3234 1% [ ] 35/3234 1% [ ] 36/3234 1% [ ] 37/3234 1% [ ] 38/3234 1% [ ] 39/3234 1% [ ] 40/3234 1% [ ] 41/3234 1% [ ] 42/3234 1% [ ] 43/3234 1% [ ] 44/3234 1% [ ] 45/3234 1% [ ] 46/3234 1% [ ] 47/3234 1% [ ] 48/3234 1% [ ] 49/3234 1% [ ] 50/3234 1% [ ] 51/3234 1% [ ] 52/3234 1% [= ] 53/3234 1% [= ] 54/3234 1% [= ] 55/3234 1% [= ] 56/3234 1% [= ] 57/3234 1% [= ] 58/3234 1% [= ] 59/3234 1% [= ] 60/3234 1% [= ] 61/3234 1% [= ] 62/3234 1% [= ] 63/3234 1% [= ] 64/3234 1% [= ] 65/3234 2% [= ] 66/3234 2% [= ] 67/3234 2% [= ] 68/3234 2% [= ] 69/3234 2% [= ] 70/3234 2% [= ] 71/3234 2% [= ] 72/3234 2% [= ] 73/3234 2% [= ] 74/3234 2% [= ] 75/3234 2% [= ] 76/3234 2% [= ] 77/3234 2% [= ] 78/3234 2% [= ] 79/3234 2% [= ] 80/3234 2% [= ] 81/3234 2% [= ] 82/3234 2% [= ] 83/3234 2% [= ] 84/3234 2% [= ] 85/3234 2% [= ] 86/3234 2% [= ] 87/3234 2% [= ] 88/3234 2% [= ] 89/3234 2% [= ] 90/3234 2% [= ] 91/3234 2% [= ] 92/3234 2% [= ] 93/3234 2% [= ] 94/3234 2% [= ] 95/3234 2% [= ] 96/3234 2% [= ] 97/3234 2% [= ] 98/3234 3% [= ] 99/3234 3% [= ] 100/3234 3% [= ] 101/3234 3% [= ] 102/3234 3% [= ] 103/3234 3% [= ] 104/3234 3% [== ] 105/3234 3% [== ] 106/3234 3% [== ] 107/3234 3% [== ] 108/3234 3% [== ] 109/3234 3% [== ] 110/3234 3% [== ] 111/3234 3% [== ] 112/3234 3% [== ] 113/3234 3% [== ] 114/3234 3% [== ] 115/3234 3% [== ] 116/3234 3% [== ] 117/3234 3% [== ] 118/3234 3% [== ] 119/3234 3% [== ] 120/3234 3% [== ] 121/3234 3% [== ] 122/3234 3% [== ] 123/3234 3% [== ] 124/3234 3% [== ] 125/3234 3% [== ] 126/3234 3% [== ] 127/3234 3% [== ] 128/3234 3% [== ] 129/3234 3% [== ] 130/3234 4% [== ] 131/3234 4% [== ] 132/3234 4% [== ] 133/3234 4% [== ] 134/3234 4% [== ] 135/3234 4% [== ] 136/3234 4% [== ] 137/3234 4% [== ] 138/3234 4% [== ] 139/3234 4% [== ] 140/3234 4% [== ] 141/3234 4% [== ] 142/3234 4% [== ] 143/3234 4% [== ] 144/3234 4% [== ] 145/3234 4% [== ] 146/3234 4% [== ] 147/3234 4% [== ] 148/3234 4% [== ] 149/3234 4% [== ] 150/3234 4% [== ] 151/3234 4% [== ] 152/3234 4% [== ] 153/3234 4% [== ] 154/3234 4% [== ] 155/3234 4% [== ] 156/3234 4% [=== ] 157/3234 4% [=== ] 158/3234 4% [=== ] 159/3234 4% [=== ] 160/3234 4% [=== ] 161/3234 4% [=== ] 162/3234 5% [=== ] 163/3234 5% [=== ] 164/3234 5% [=== ] 165/3234 5% [=== ] 166/3234 5% [=== ] 167/3234 5% [=== ] 168/3234 5% [=== ] 169/3234 5% [=== ] 170/3234 5% [=== ] 171/3234 5% [=== ] 172/3234 5% [=== ] 173/3234 5% [=== ] 174/3234 5% [=== ] 175/3234 5% [=== ] 176/3234 5% [=== ] 177/3234 5% [=== ] 178/3234 5% [=== ] 179/3234 5% [=== ] 180/3234 5% [=== ] 181/3234 5% [=== ] 182/3234 5% [=== ] 183/3234 5% [=== ] 184/3234 5% [=== ] 185/3234 5% [=== ] 186/3234 5% [=== ] 187/3234 5% [=== ] 188/3234 5% [=== ] 189/3234 5% [=== ] 190/3234 5% [=== ] 191/3234 5% [=== ] 192/3234 5% [=== ] 193/3234 5% [=== ] 194/3234 5% [=== ] 195/3234 6% [=== ] 196/3234 6% [=== ] 197/3234 6% [=== ] 198/3234 6% [=== ] 199/3234 6% [=== ] 200/3234 6% [=== ] 201/3234 6% [=== ] 202/3234 6% [=== ] 203/3234 6% [=== ] 204/3234 6% [=== ] 205/3234 6% [=== ] 206/3234 6% [=== ] 207/3234 6% [=== ] 208/3234 6% [==== ] 209/3234 6% [==== ] 210/3234 6% [==== ] 211/3234 6% [==== ] 212/3234 6% [==== ] 213/3234 6% [==== ] 214/3234 6% [==== ] 215/3234 6% [==== ] 216/3234 6% [==== ] 217/3234 6% [==== ] 218/3234 6% [==== ] 219/3234 6% [==== ] 220/3234 6% [==== ] 221/3234 6% [==== ] 222/3234 6% [==== ] 223/3234 6% [==== ] 224/3234 6% [==== ] 225/3234 6% [==== ] 226/3234 6% [==== ] 227/3234 7% [==== ] 228/3234 7% [==== ] 229/3234 7% [==== ] 230/3234 7% [==== ] 231/3234 7% [==== ] 232/3234 7% [==== ] 233/3234 7% [==== ] 234/3234 7% [==== ] 235/3234 7% [==== ] 236/3234 7% [==== ] 237/3234 7% [==== ] 238/3234 7% [==== ] 239/3234 7% [==== ] 240/3234 7% [==== ] 241/3234 7% [==== ] 242/3234 7% [==== ] 243/3234 7% [==== ] 244/3234 7% [==== ] 245/3234 7% [==== ] 246/3234 7% [==== ] 247/3234 7% [==== ] 248/3234 7% [==== ] 249/3234 7% [==== ] 250/3234 7% [==== ] 251/3234 7% [==== ] 252/3234 7% [==== ] 253/3234 7% [==== ] 254/3234 7% [==== ] 255/3234 7% [==== ] 256/3234 7% [==== ] 257/3234 7% [==== ] 258/3234 7% [==== ] 259/3234 8% [==== ] 260/3234 8% [===== ] 261/3234 8% [===== ] 262/3234 8% [===== ] 263/3234 8% [===== ] 264/3234 8% [===== ] 265/3234 8% [===== ] 266/3234 8% [===== ] 267/3234 8% [===== ] 268/3234 8% [===== ] 269/3234 8% [===== ] 270/3234 8% [===== ] 271/3234 8% [===== ] 272/3234 8% [===== ] 273/3234 8% [===== ] 274/3234 8% [===== ] 275/3234 8% [===== ] 276/3234 8% [===== ] 277/3234 8% [===== ] 278/3234 8% [===== ] 279/3234 8% [===== ] 280/3234 8% [===== ] 281/3234 8% [===== ] 282/3234 8% [===== ] 283/3234 8% [===== ] 284/3234 8% [===== ] 285/3234 8% [===== ] 286/3234 8% [===== ] 287/3234 8% [===== ] 288/3234 8% [===== ] 289/3234 8% [===== ] 290/3234 8% [===== ] 291/3234 8% [===== ] 292/3234 9% [===== ] 293/3234 9% [===== ] 294/3234 9% [===== ] 295/3234 9% [===== ] 296/3234 9% [===== ] 297/3234 9% [===== ] 298/3234 9% [===== ] 299/3234 9% [===== ] 300/3234 9% [===== ] 301/3234 9% [===== ] 302/3234 9% [===== ] 303/3234 9% [===== ] 304/3234 9% [===== ] 305/3234 9% [===== ] 306/3234 9% [===== ] 307/3234 9% [===== ] 308/3234 9% [===== ] 309/3234 9% [===== ] 310/3234 9% [===== ] 311/3234 9% [===== ] 312/3234 9% [====== ] 313/3234 9% [====== ] 314/3234 9% [====== ] 315/3234 9% [====== ] 316/3234 9% [====== ] 317/3234 9% [====== ] 318/3234 9% [====== ] 319/3234 9% [====== ] 320/3234 9% [====== ] 321/3234 9% [====== ] 322/3234 9% [====== ] 323/3234 9% [====== ] 324/3234 10% [====== ] 325/3234 10% [====== ] 326/3234 10% [====== ] 327/3234 10% [====== ] 328/3234 10% [====== ] 329/3234 10% [====== ] 330/3234 10% [====== ] 331/3234 10% [====== ] 332/3234 10% [====== ] 333/3234 10% [====== ] 334/3234 10% [====== ] 335/3234 10% [====== ] 336/3234 10% [====== ] 337/3234 10% [====== ] 338/3234 10% [====== ] 339/3234 10% [====== ] 340/3234 10% [====== ] 341/3234 10% [====== ] 342/3234 10% [====== ] 343/3234 10% [====== ] 344/3234 10% [====== ] 345/3234 10% [====== ] 346/3234 10% [====== ] 347/3234 10% [====== ] 348/3234 10% [====== ] 349/3234 10% [====== ] 350/3234 10% [====== ] 351/3234 10% [====== ] 352/3234 10% [====== ] 353/3234 10% [====== ] 354/3234 10% [====== ] 355/3234 10% [====== ] 356/3234 11% [====== ] 357/3234 11% [====== ] 358/3234 11% [====== ] 359/3234 11% [====== ] 360/3234 11% [====== ] 361/3234 11% [====== ] 362/3234 11% [====== ] 363/3234 11% [====== ] 364/3234 11% [====== ] 365/3234 11% [======= ] 366/3234 11% [======= ] 367/3234 11% [======= ] 368/3234 11% [======= ] 369/3234 11% [======= ] 370/3234 11% [======= ] 371/3234 11% [======= ] 372/3234 11% [======= ] 373/3234 11% [======= ] 374/3234 11% [======= ] 375/3234 11% [======= ] 376/3234 11% [======= ] 377/3234 11% [======= ] 378/3234 11% [======= ] 379/3234 11% [======= ] 380/3234 11% [======= ] 381/3234 11% [======= ] 382/3234 11% [======= ] 383/3234 11% [======= ] 384/3234 11% [======= ] 385/3234 11% [======= ] 386/3234 11% [======= ] 387/3234 11% [======= ] 388/3234 11% [======= ] 389/3234 12% [======= ] 390/3234 12% [======= ] 391/3234 12% [======= ] 392/3234 12% [======= ] 393/3234 12% [======= ] 394/3234 12% [======= ] 395/3234 12% [======= ] 396/3234 12% [======= ] 397/3234 12% [======= ] 398/3234 12% [======= ] 399/3234 12% [======= ] 400/3234 12% [======= ] 401/3234 12% [======= ] 402/3234 12% [======= ] 403/3234 12% [======= ] 404/3234 12% [======= ] 405/3234 12% [======= ] 406/3234 12% [======= ] 407/3234 12% [======= ] 408/3234 12% [======= ] 409/3234 12% [======= ] 410/3234 12% [======= ] 411/3234 12% [======= ] 412/3234 12% [======= ] 413/3234 12% [======= ] 414/3234 12% [======= ] 415/3234 12% [======= ] 416/3234 12% [======= ] 417/3234 12% [======== ] 418/3234 12% [======== ] 419/3234 12% [======== ] 420/3234 12% [======== ] 421/3234 13% [======== ] 422/3234 13% [======== ] 423/3234 13% [======== ] 424/3234 13% [======== ] 425/3234 13% [======== ] 426/3234 13% [======== ] 427/3234 13% [======== ] 428/3234 13% [======== ] 429/3234 13% [======== ] 430/3234 13% [======== ] 431/3234 13% [======== ] 432/3234 13% [======== ] 433/3234 13% [======== ] 434/3234 13% [======== ] 435/3234 13% [======== ] 436/3234 13% [======== ] 437/3234 13% [======== ] 438/3234 13% [======== ] 439/3234 13% [======== ] 440/3234 13% [======== ] 441/3234 13% [======== ] 442/3234 13% [======== ] 443/3234 13% [======== ] 444/3234 13% [======== ] 445/3234 13% [======== ] 446/3234 13% [======== ] 447/3234 13% [======== ] 448/3234 13% [======== ] 449/3234 13% [======== ] 450/3234 13% [======== ] 451/3234 13% [======== ] 452/3234 13% [======== ] 453/3234 14% [======== ] 454/3234 14% [======== ] 455/3234 14% [======== ] 456/3234 14% [======== ] 457/3234 14% [======== ] 458/3234 14% [======== ] 459/3234 14% [======== ] 460/3234 14% [======== ] 461/3234 14% [======== ] 462/3234 14% [======== ] 463/3234 14% [======== ] 464/3234 14% [======== ] 465/3234 14% [======== ] 466/3234 14% [======== ] 467/3234 14% [======== ] 468/3234 14% [======== ] 469/3234 14% [========= ] 470/3234 14% [========= ] 471/3234 14% [========= ] 472/3234 14% [========= ] 473/3234 14% [========= ] 474/3234 14% [========= ] 475/3234 14% [========= ] 476/3234 14% [========= ] 477/3234 14% [========= ] 478/3234 14% [========= ] 479/3234 14% [========= ] 480/3234 14% [========= ] 481/3234 14% [========= ] 482/3234 14% [========= ] 483/3234 14% [========= ] 484/3234 14% [========= ] 485/3234 14% [========= ] 486/3234 15% [========= ] 487/3234 15% [========= ] 488/3234 15% [========= ] 489/3234 15% [========= ] 490/3234 15% [========= ] 491/3234 15% [========= ] 492/3234 15% [========= ] 493/3234 15% [========= ] 494/3234 15% [========= ] 495/3234 15% [========= ] 496/3234 15% [========= ] 497/3234 15% [========= ] 498/3234 15% [========= ] 499/3234 15% [========= ] 500/3234 15% [========= ] 501/3234 15% [========= ] 502/3234 15% [========= ] 503/3234 15% [========= ] 504/3234 15% [========= ] 505/3234 15% [========= ] 506/3234 15% [========= ] 507/3234 15% [========= ] 508/3234 15% [========= ] 509/3234 15% [========= ] 510/3234 15% [========= ] 511/3234 15% [========= ] 512/3234 15% [========= ] 513/3234 15% [========= ] 514/3234 15% [========= ] 515/3234 15% [========= ] 516/3234 15% [========= ] 517/3234 15% [========= ] 518/3234 16% [========= ] 519/3234 16% [========= ] 520/3234 16% [========= ] 521/3234 16% [========== ] 522/3234 16% [========== ] 523/3234 16% [========== ] 524/3234 16% [========== ] 525/3234 16% [========== ] 526/3234 16% [========== ] 527/3234 16% [========== ] 528/3234 16% [========== ] 529/3234 16% [========== ] 530/3234 16% [========== ] 531/3234 16% [========== ] 532/3234 16% [========== ] 533/3234 16% [========== ] 534/3234 16% [========== ] 535/3234 16% [========== ] 536/3234 16% [========== ] 537/3234 16% [========== ] 538/3234 16% [========== ] 539/3234 16% [========== ] 540/3234 16% [========== ] 541/3234 16% [========== ] 542/3234 16% [========== ] 543/3234 16% [========== ] 544/3234 16% [========== ] 545/3234 16% [========== ] 546/3234 16% [========== ] 547/3234 16% [========== ] 548/3234 16% [========== ] 549/3234 16% [========== ] 550/3234 17% [========== ] 551/3234 17% [========== ] 552/3234 17% [========== ] 553/3234 17% [========== ] 554/3234 17% [========== ] 555/3234 17% [========== ] 556/3234 17% [========== ] 557/3234 17% [========== ] 558/3234 17% [========== ] 559/3234 17% [========== ] 560/3234 17% [========== ] 561/3234 17% [========== ] 562/3234 17% [========== ] 563/3234 17% [========== ] 564/3234 17% [========== ] 565/3234 17% [========== ] 566/3234 17% [========== ] 567/3234 17% [========== ] 568/3234 17% [========== ] 569/3234 17% [========== ] 570/3234 17% [========== ] 571/3234 17% [========== ] 572/3234 17% [========== ] 573/3234 17% [=========== ] 574/3234 17% [=========== ] 575/3234 17% [=========== ] 576/3234 17% [=========== ] 577/3234 17% [=========== ] 578/3234 17% [=========== ] 579/3234 17% [=========== ] 580/3234 17% [=========== ] 581/3234 17% [=========== ] 582/3234 17% [=========== ] 583/3234 18% [=========== ] 584/3234 18% [=========== ] 585/3234 18% [=========== ] 586/3234 18% [=========== ] 587/3234 18% [=========== ] 588/3234 18% [=========== ] 589/3234 18% [=========== ] 590/3234 18% [=========== ] 591/3234 18% [=========== ] 592/3234 18% [=========== ] 593/3234 18% [=========== ] 594/3234 18% [=========== ] 595/3234 18% [=========== ] 596/3234 18% [=========== ] 597/3234 18% [=========== ] 598/3234 18% [=========== ] 599/3234 18% [=========== ] 600/3234 18% [=========== ] 601/3234 18% [=========== ] 602/3234 18% [=========== ] 603/3234 18% [=========== ] 604/3234 18% [=========== ] 605/3234 18% [=========== ] 606/3234 18% [=========== ] 607/3234 18% [=========== ] 608/3234 18% [=========== ] 609/3234 18% [=========== ] 610/3234 18% [=========== ] 611/3234 18% [=========== ] 612/3234 18% [=========== ] 613/3234 18% [=========== ] 614/3234 18% [=========== ] 615/3234 19% [=========== ] 616/3234 19% [=========== ] 617/3234 19% [=========== ] 618/3234 19% [=========== ] 619/3234 19% [=========== ] 620/3234 19% [=========== ] 621/3234 19% [=========== ] 622/3234 19% [=========== ] 623/3234 19% [=========== ] 624/3234 19% [=========== ] 625/3234 19% [============ ] 626/3234 19% [============ ] 627/3234 19% [============ ] 628/3234 19% [============ ] 629/3234 19% [============ ] 630/3234 19% [============ ] 631/3234 19% [============ ] 632/3234 19% [============ ] 633/3234 19% [============ ] 634/3234 19% [============ ] 635/3234 19% [============ ] 636/3234 19% [============ ] 637/3234 19% [============ ] 638/3234 19% [============ ] 639/3234 19% [============ ] 640/3234 19% [============ ] 641/3234 19% [============ ] 642/3234 19% [============ ] 643/3234 19% [============ ] 644/3234 19% [============ ] 645/3234 19% [============ ] 646/3234 19% [============ ] 647/3234 20% [============ ] 648/3234 20% [============ ] 649/3234 20% [============ ] 650/3234 20% [============ ] 651/3234 20% [============ ] 652/3234 20% [============ ] 653/3234 20% [============ ] 654/3234 20% [============ ] 655/3234 20% [============ ] 656/3234 20% [============ ] 657/3234 20% [============ ] 658/3234 20% [============ ] 659/3234 20% [============ ] 660/3234 20% [============ ] 661/3234 20% [============ ] 662/3234 20% [============ ] 663/3234 20% [============ ] 664/3234 20% [============ ] 665/3234 20% [============ ] 666/3234 20% [============ ] 667/3234 20% [============ ] 668/3234 20% [============ ] 669/3234 20% [============ ] 670/3234 20% [============ ] 671/3234 20% [============ ] 672/3234 20% [============ ] 673/3234 20% [============ ] 674/3234 20% [============ ] 675/3234 20% [============ ] 676/3234 20% [============ ] 677/3234 20% [============ ] 678/3234 20% [============= ] 679/3234 20% [============= ] 680/3234 21% [============= ] 681/3234 21% [============= ] 682/3234 21% [============= ] 683/3234 21% [============= ] 684/3234 21% [============= ] 685/3234 21% [============= ] 686/3234 21% [============= ] 687/3234 21% [============= ] 688/3234 21% [============= ] 689/3234 21% [============= ] 690/3234 21% [============= ] 691/3234 21% [============= ] 692/3234 21% [============= ] 693/3234 21% [============= ] 694/3234 21% [============= ] 695/3234 21% [============= ] 696/3234 21% [============= ] 697/3234 21% [============= ] 698/3234 21% [============= ] 699/3234 21% [============= ] 700/3234 21% [============= ] 701/3234 21% [============= ] 702/3234 21% [============= ] 703/3234 21% [============= ] 704/3234 21% [============= ] 705/3234 21% [============= ] 706/3234 21% [============= ] 707/3234 21% [============= ] 708/3234 21% [============= ] 709/3234 21% [============= ] 710/3234 21% [============= ] 711/3234 21% [============= ] 712/3234 22% [============= ] 713/3234 22% [============= ] 714/3234 22% [============= ] 715/3234 22% [============= ] 716/3234 22% [============= ] 717/3234 22% [============= ] 718/3234 22% [============= ] 719/3234 22% [============= ] 720/3234 22% [============= ] 721/3234 22% [============= ] 722/3234 22% [============= ] 723/3234 22% [============= ] 724/3234 22% [============= ] 725/3234 22% [============= ] 726/3234 22% [============= ] 727/3234 22% [============= ] 728/3234 22% [============= ] 729/3234 22% [============= ] 730/3234 22% [============== ] 731/3234 22% [============== ] 732/3234 22% [============== ] 733/3234 22% [============== ] 734/3234 22% [============== ] 735/3234 22% [============== ] 736/3234 22% [============== ] 737/3234 22% [============== ] 738/3234 22% [============== ] 739/3234 22% [============== ] 740/3234 22% [============== ] 741/3234 22% [============== ] 742/3234 22% [============== ] 743/3234 22% [============== ] 744/3234 23% [============== ] 745/3234 23% [============== ] 746/3234 23% [============== ] 747/3234 23% [============== ] 748/3234 23% [============== ] 749/3234 23% [============== ] 750/3234 23% [============== ] 751/3234 23% [============== ] 752/3234 23% [============== ] 753/3234 23% [============== ] 754/3234 23% [============== ] 755/3234 23% [============== ] 756/3234 23% [============== ] 757/3234 23% [============== ] 758/3234 23% [============== ] 759/3234 23% [============== ] 760/3234 23% [============== ] 761/3234 23% [============== ] 762/3234 23% [============== ] 763/3234 23% [============== ] 764/3234 23% [============== ] 765/3234 23% [============== ] 766/3234 23% [============== ] 767/3234 23% [============== ] 768/3234 23% [============== ] 769/3234 23% [============== ] 770/3234 23% [============== ] 771/3234 23% [============== ] 772/3234 23% [============== ] 773/3234 23% [============== ] 774/3234 23% [============== ] 775/3234 23% [============== ] 776/3234 23% [============== ] 777/3234 24% [============== ] 778/3234 24% [============== ] 779/3234 24% [============== ] 780/3234 24% [============== ] 781/3234 24% [============== ] 782/3234 24% [=============== ] 783/3234 24% [=============== ] 784/3234 24% [=============== ] 785/3234 24% [=============== ] 786/3234 24% [=============== ] 787/3234 24% [=============== ] 788/3234 24% [=============== ] 789/3234 24% [=============== ] 790/3234 24% [=============== ] 791/3234 24% [=============== ] 792/3234 24% [=============== ] 793/3234 24% [=============== ] 794/3234 24% [=============== ] 795/3234 24% [=============== ] 796/3234 24% [=============== ] 797/3234 24% [=============== ] 798/3234 24% [=============== ] 799/3234 24% [=============== ] 800/3234 24% [=============== ] 801/3234 24% [=============== ] 802/3234 24% [=============== ] 803/3234 24% [=============== ] 804/3234 24% [=============== ] 805/3234 24% [=============== ] 806/3234 24% [=============== ] 807/3234 24% [=============== ] 808/3234 24% [=============== ] 809/3234 25% [=============== ] 810/3234 25% [=============== ] 811/3234 25% [=============== ] 812/3234 25% [=============== ] 813/3234 25% [=============== ] 814/3234 25% [=============== ] 815/3234 25% [=============== ] 816/3234 25% [=============== ] 817/3234 25% [=============== ] 818/3234 25% [=============== ] 819/3234 25% [=============== ] 820/3234 25% [=============== ] 821/3234 25% [=============== ] 822/3234 25% [=============== ] 823/3234 25% [=============== ] 824/3234 25% [=============== ] 825/3234 25% [=============== ] 826/3234 25% [=============== ] 827/3234 25% [=============== ] 828/3234 25% [=============== ] 829/3234 25% [=============== ] 830/3234 25% [=============== ] 831/3234 25% [=============== ] 832/3234 25% [=============== ] 833/3234 25% [=============== ] 834/3234 25% [================ ] 835/3234 25% [================ ] 836/3234 25% [================ ] 837/3234 25% [================ ] 838/3234 25% [================ ] 839/3234 25% [================ ] 840/3234 25% [================ ] 841/3234 26% [================ ] 842/3234 26% [================ ] 843/3234 26% [================ ] 844/3234 26% [================ ] 845/3234 26% [================ ] 846/3234 26% [================ ] 847/3234 26% [================ ] 848/3234 26% [================ ] 849/3234 26% [================ ] 850/3234 26% [================ ] 851/3234 26% [================ ] 852/3234 26% [================ ] 853/3234 26% [================ ] 854/3234 26% [================ ] 855/3234 26% [================ ] 856/3234 26% [================ ] 857/3234 26% [================ ] 858/3234 26% [================ ] 859/3234 26% [================ ] 860/3234 26% [================ ] 861/3234 26% [================ ] 862/3234 26% [================ ] 863/3234 26% [================ ] 864/3234 26% [================ ] 865/3234 26% [================ ] 866/3234 26% [================ ] 867/3234 26% [================ ] 868/3234 26% [================ ] 869/3234 26% [================ ] 870/3234 26% [================ ] 871/3234 26% [================ ] 872/3234 26% [================ ] 873/3234 26% [================ ] 874/3234 27% [================ ] 875/3234 27% [================ ] 876/3234 27% [================ ] 877/3234 27% [================ ] 878/3234 27% [================ ] 879/3234 27% [================ ] 880/3234 27% [================ ] 881/3234 27% [================ ] 882/3234 27% [================ ] 883/3234 27% [================ ] 884/3234 27% [================ ] 885/3234 27% [================ ] 886/3234 27% [================= ] 887/3234 27% [================= ] 888/3234 27% [================= ] 889/3234 27% [================= ] 890/3234 27% [================= ] 891/3234 27% [================= ] 892/3234 27% [================= ] 893/3234 27% [================= ] 894/3234 27% [================= ] 895/3234 27% [================= ] 896/3234 27% [================= ] 897/3234 27% [================= ] 898/3234 27% [================= ] 899/3234 27% [================= ] 900/3234 27% [================= ] 901/3234 27% [================= ] 902/3234 27% [================= ] 903/3234 27% [================= ] 904/3234 27% [================= ] 905/3234 27% [================= ] 906/3234 28% [================= ] 907/3234 28% [================= ] 908/3234 28% [================= ] 909/3234 28% [================= ] 910/3234 28% [================= ] 911/3234 28% [================= ] 912/3234 28% [================= ] 913/3234 28% [================= ] 914/3234 28% [================= ] 915/3234 28% [================= ] 916/3234 28% [================= ] 917/3234 28% [================= ] 918/3234 28% [================= ] 919/3234 28% [================= ] 920/3234 28% [================= ] 921/3234 28% [================= ] 922/3234 28% [================= ] 923/3234 28% [================= ] 924/3234 28% [================= ] 925/3234 28% [================= ] 926/3234 28% [================= ] 927/3234 28% [================= ] 928/3234 28% [================= ] 929/3234 28% [================= ] 930/3234 28% [================= ] 931/3234 28% [================= ] 932/3234 28% [================= ] 933/3234 28% [================= ] 934/3234 28% [================= ] 935/3234 28% [================= ] 936/3234 28% [================= ] 937/3234 28% [================= ] 938/3234 29% [================== ] 939/3234 29% [================== ] 940/3234 29% [================== ] 941/3234 29% [================== ] 942/3234 29% [================== ] 943/3234 29% [================== ] 944/3234 29% [================== ] 945/3234 29% [================== ] 946/3234 29% [================== ] 947/3234 29% [================== ] 948/3234 29% [================== ] 949/3234 29% [================== ] 950/3234 29% [================== ] 951/3234 29% [================== ] 952/3234 29% [================== ] 953/3234 29% [================== ] 954/3234 29% [================== ] 955/3234 29% [================== ] 956/3234 29% [================== ] 957/3234 29% [================== ] 958/3234 29% [================== ] 959/3234 29% [================== ] 960/3234 29% [================== ] 961/3234 29% [================== ] 962/3234 29% [================== ] 963/3234 29% [================== ] 964/3234 29% [================== ] 965/3234 29% [================== ] 966/3234 29% [================== ] 967/3234 29% [================== ] 968/3234 29% [================== ] 969/3234 29% [================== ] 970/3234 29% [================== ] 971/3234 30% [================== ] 972/3234 30% [================== ] 973/3234 30% [================== ] 974/3234 30% [================== ] 975/3234 30% [================== ] 976/3234 30% [================== ] 977/3234 30% [================== ] 978/3234 30% [================== ] 979/3234 30% [================== ] 980/3234 30% [================== ] 981/3234 30% [================== ] 982/3234 30% [================== ] 983/3234 30% [================== ] 984/3234 30% [================== ] 985/3234 30% [================== ] 986/3234 30% [================== ] 987/3234 30% [================== ] 988/3234 30% [================== ] 989/3234 30% [================== ] 990/3234 30% [================== ] 991/3234 30% [=================== ] 992/3234 30% [=================== ] 993/3234 30% [=================== ] 994/3234 30% [=================== ] 995/3234 30% [=================== ] 996/3234 30% [=================== ] 997/3234 30% [=================== ] 998/3234 30% [=================== ] 999/3234 30% [=================== ] 1000/3234 30% [=================== ] 1001/3234 30% [=================== ] 1002/3234 30% [=================== ] 1003/3234 31% [=================== ] 1004/3234 31% [=================== ] 1005/3234 31% [=================== ] 1006/3234 31% [=================== ] 1007/3234 31% [=================== ] 1008/3234 31% [=================== ] 1009/3234 31% [=================== ] 1010/3234 31% [=================== ] 1011/3234 31% [=================== ] 1012/3234 31% [=================== ] 1013/3234 31% [=================== ] 1014/3234 31% [=================== ] 1015/3234 31% [=================== ] 1016/3234 31% [=================== ] 1017/3234 31% [=================== ] 1018/3234 31% [=================== ] 1019/3234 31% [=================== ] 1020/3234 31% [=================== ] 1021/3234 31% [=================== ] 1022/3234 31% [=================== ] 1023/3234 31% [=================== ] 1024/3234 31% [=================== ] 1025/3234 31% [=================== ] 1026/3234 31% [=================== ] 1027/3234 31% [=================== ] 1028/3234 31% [=================== ] 1029/3234 31% [=================== ] 1030/3234 31% [=================== ] 1031/3234 31% [=================== ] 1032/3234 31% [=================== ] 1033/3234 31% [=================== ] 1034/3234 31% [=================== ] 1035/3234 32% [=================== ] 1036/3234 32% [=================== ] 1037/3234 32% [=================== ] 1038/3234 32% [=================== ] 1039/3234 32% [=================== ] 1040/3234 32% [=================== ] 1041/3234 32% [=================== ] 1042/3234 32% [=================== ] 1043/3234 32% [==================== ] 1044/3234 32% [==================== ] 1045/3234 32% [==================== ] 1046/3234 32% [==================== ] 1047/3234 32% [==================== ] 1048/3234 32% [==================== ] 1049/3234 32% [==================== ] 1050/3234 32% [==================== ] 1051/3234 32% [==================== ] 1052/3234 32% [==================== ] 1053/3234 32% [==================== ] 1054/3234 32% [==================== ] 1055/3234 32% [==================== ] 1056/3234 32% [==================== ] 1057/3234 32% [==================== ] 1058/3234 32% [==================== ] 1059/3234 32% [==================== ] 1060/3234 32% [==================== ] 1061/3234 32% [==================== ] 1062/3234 32% [==================== ] 1063/3234 32% [==================== ] 1064/3234 32% [==================== ] 1065/3234 32% [==================== ] 1066/3234 32% [==================== ] 1067/3234 32% [==================== ] 1068/3234 33% [==================== ] 1069/3234 33% [==================== ] 1070/3234 33% [==================== ] 1071/3234 33% [==================== ] 1072/3234 33% [==================== ] 1073/3234 33% [==================== ] 1074/3234 33% [==================== ] 1075/3234 33% [==================== ] 1076/3234 33% [==================== ] 1077/3234 33% [==================== ] 1078/3234 33% [==================== ] 1079/3234 33% [==================== ] 1080/3234 33% [==================== ] 1081/3234 33% [==================== ] 1082/3234 33% [==================== ] 1083/3234 33% [==================== ] 1084/3234 33% [==================== ] 1085/3234 33% [==================== ] 1086/3234 33% [==================== ] 1087/3234 33% [==================== ] 1088/3234 33% [==================== ] 1089/3234 33% [==================== ] 1090/3234 33% [==================== ] 1091/3234 33% [==================== ] 1092/3234 33% [==================== ] 1093/3234 33% [==================== ] 1094/3234 33% [==================== ] 1095/3234 33% [===================== ] 1096/3234 33% [===================== ] 1097/3234 33% [===================== ] 1098/3234 33% [===================== ] 1099/3234 33% [===================== ] 1100/3234 34% [===================== ] 1101/3234 34% [===================== ] 1102/3234 34% [===================== ] 1103/3234 34% [===================== ] 1104/3234 34% [===================== ] 1105/3234 34% [===================== ] 1106/3234 34% [===================== ] 1107/3234 34% [===================== ] 1108/3234 34% [===================== ] 1109/3234 34% [===================== ] 1110/3234 34% [===================== ] 1111/3234 34% [===================== ] 1112/3234 34% [===================== ] 1113/3234 34% [===================== ] 1114/3234 34% [===================== ] 1115/3234 34% [===================== ] 1116/3234 34% [===================== ] 1117/3234 34% [===================== ] 1118/3234 34% [===================== ] 1119/3234 34% [===================== ] 1120/3234 34% [===================== ] 1121/3234 34% [===================== ] 1122/3234 34% [===================== ] 1123/3234 34% [===================== ] 1124/3234 34% [===================== ] 1125/3234 34% [===================== ] 1126/3234 34% [===================== ] 1127/3234 34% [===================== ] 1128/3234 34% [===================== ] 1129/3234 34% [===================== ] 1130/3234 34% [===================== ] 1131/3234 34% [===================== ] 1132/3234 35% [===================== ] 1133/3234 35% [===================== ] 1134/3234 35% [===================== ] 1135/3234 35% [===================== ] 1136/3234 35% [===================== ] 1137/3234 35% [===================== ] 1138/3234 35% [===================== ] 1139/3234 35% [===================== ] 1140/3234 35% [===================== ] 1141/3234 35% [===================== ] 1142/3234 35% [===================== ] 1143/3234 35% [===================== ] 1144/3234 35% [===================== ] 1145/3234 35% [===================== ] 1146/3234 35% [===================== ] 1147/3234 35% [====================== ] 1148/3234 35% [====================== ] 1149/3234 35% [====================== ] 1150/3234 35% [====================== ] 1151/3234 35% [====================== ] 1152/3234 35% [====================== ] 1153/3234 35% [====================== ] 1154/3234 35% [====================== ] 1155/3234 35% [====================== ] 1156/3234 35% [====================== ] 1157/3234 35% [====================== ] 1158/3234 35% [====================== ] 1159/3234 35% [====================== ] 1160/3234 35% [====================== ] 1161/3234 35% [====================== ] 1162/3234 35% [====================== ] 1163/3234 35% [====================== ] 1164/3234 35% [====================== ] 1165/3234 36% [====================== ] 1166/3234 36% [====================== ] 1167/3234 36% [====================== ] 1168/3234 36% [====================== ] 1169/3234 36% [====================== ] 1170/3234 36% [====================== ] 1171/3234 36% [====================== ] 1172/3234 36% [====================== ] 1173/3234 36% [====================== ] 1174/3234 36% [====================== ] 1175/3234 36% [====================== ] 1176/3234 36% [====================== ] 1177/3234 36% [====================== ] 1178/3234 36% [====================== ] 1179/3234 36% [====================== ] 1180/3234 36% [====================== ] 1181/3234 36% [====================== ] 1182/3234 36% [====================== ] 1183/3234 36% [====================== ] 1184/3234 36% [====================== ] 1185/3234 36% [====================== ] 1186/3234 36% [====================== ] 1187/3234 36% [====================== ] 1188/3234 36% [====================== ] 1189/3234 36% [====================== ] 1190/3234 36% [====================== ] 1191/3234 36% [====================== ] 1192/3234 36% [====================== ] 1193/3234 36% [====================== ] 1194/3234 36% [====================== ] 1195/3234 36% [====================== ] 1196/3234 36% [====================== ] 1197/3234 37% [====================== ] 1198/3234 37% [====================== ] 1199/3234 37% [======================= ] 1200/3234 37% [======================= ] 1201/3234 37% [======================= ] 1202/3234 37% [======================= ] 1203/3234 37% [======================= ] 1204/3234 37% [======================= ] 1205/3234 37% [======================= ] 1206/3234 37% [======================= ] 1207/3234 37% [======================= ] 1208/3234 37% [======================= ] 1209/3234 37% [======================= ] 1210/3234 37% [======================= ] 1211/3234 37% [======================= ] 1212/3234 37% [======================= ] 1213/3234 37% [======================= ] 1214/3234 37% [======================= ] 1215/3234 37% [======================= ] 1216/3234 37% [======================= ] 1217/3234 37% [======================= ] 1218/3234 37% [======================= ] 1219/3234 37% [======================= ] 1220/3234 37% [======================= ] 1221/3234 37% [======================= ] 1222/3234 37% [======================= ] 1223/3234 37% [======================= ] 1224/3234 37% [======================= ] 1225/3234 37% [======================= ] 1226/3234 37% [======================= ] 1227/3234 37% [======================= ] 1228/3234 37% [======================= ] 1229/3234 38% [======================= ] 1230/3234 38% [======================= ] 1231/3234 38% [======================= ] 1232/3234 38% [======================= ] 1233/3234 38% [======================= ] 1234/3234 38% [======================= ] 1235/3234 38% [======================= ] 1236/3234 38% [======================= ] 1237/3234 38% [======================= ] 1238/3234 38% [======================= ] 1239/3234 38% [======================= ] 1240/3234 38% [======================= ] 1241/3234 38% [======================= ] 1242/3234 38% [======================= ] 1243/3234 38% [======================= ] 1244/3234 38% [======================= ] 1245/3234 38% [======================= ] 1246/3234 38% [======================= ] 1247/3234 38% [======================= ] 1248/3234 38% [======================= ] 1249/3234 38% [======================= ] 1250/3234 38% [======================= ] 1251/3234 38% [======================== ] 1252/3234 38% [======================== ] 1253/3234 38% [======================== ] 1254/3234 38% [======================== ] 1255/3234 38% [======================== ] 1256/3234 38% [======================== ] 1257/3234 38% [======================== ] 1258/3234 38% [======================== ] 1259/3234 38% [======================== ] 1260/3234 38% [======================== ] 1261/3234 38% [======================== ] 1262/3234 39% [======================== ] 1263/3234 39% [======================== ] 1264/3234 39% [======================== ] 1265/3234 39% [======================== ] 1266/3234 39% [======================== ] 1267/3234 39% [======================== ] 1268/3234 39% [======================== ] 1269/3234 39% [======================== ] 1270/3234 39% [======================== ] 1271/3234 39% [======================== ] 1272/3234 39% [======================== ] 1273/3234 39% [======================== ] 1274/3234 39% [======================== ] 1275/3234 39% [======================== ] 1276/3234 39% [======================== ] 1277/3234 39% [======================== ] 1278/3234 39% [======================== ] 1279/3234 39% [======================== ] 1280/3234 39% [======================== ] 1281/3234 39% [======================== ] 1282/3234 39% [======================== ] 1283/3234 39% [======================== ] 1284/3234 39% [======================== ] 1285/3234 39% [======================== ] 1286/3234 39% [======================== ] 1287/3234 39% [======================== ] 1288/3234 39% [======================== ] 1289/3234 39% [======================== ] 1290/3234 39% [======================== ] 1291/3234 39% [======================== ] 1292/3234 39% [======================== ] 1293/3234 39% [======================== ] 1294/3234 40% [======================== ] 1295/3234 40% [======================== ] 1296/3234 40% [======================== ] 1297/3234 40% [======================== ] 1298/3234 40% [======================== ] 1299/3234 40% [======================== ] 1300/3234 40% [======================== ] 1301/3234 40% [======================== ] 1302/3234 40% [======================== ] 1303/3234 40% [======================== ] 1304/3234 40% [========================= ] 1305/3234 40% [========================= ] 1306/3234 40% [========================= ] 1307/3234 40% [========================= ] 1308/3234 40% [========================= ] 1309/3234 40% [========================= ] 1310/3234 40% [========================= ] 1311/3234 40% [========================= ] 1312/3234 40% [========================= ] 1313/3234 40% [========================= ] 1314/3234 40% [========================= ] 1315/3234 40% [========================= ] 1316/3234 40% [========================= ] 1317/3234 40% [========================= ] 1318/3234 40% [========================= ] 1319/3234 40% [========================= ] 1320/3234 40% [========================= ] 1321/3234 40% [========================= ] 1322/3234 40% [========================= ] 1323/3234 40% [========================= ] 1324/3234 40% [========================= ] 1325/3234 40% [========================= ] 1326/3234 41% [========================= ] 1327/3234 41% [========================= ] 1328/3234 41% [========================= ] 1329/3234 41% [========================= ] 1330/3234 41% [========================= ] 1331/3234 41% [========================= ] 1332/3234 41% [========================= ] 1333/3234 41% [========================= ] 1334/3234 41% [========================= ] 1335/3234 41% [========================= ] 1336/3234 41% [========================= ] 1337/3234 41% [========================= ] 1338/3234 41% [========================= ] 1339/3234 41% [========================= ] 1340/3234 41% [========================= ] 1341/3234 41% [========================= ] 1342/3234 41% [========================= ] 1343/3234 41% [========================= ] 1344/3234 41% [========================= ] 1345/3234 41% [========================= ] 1346/3234 41% [========================= ] 1347/3234 41% [========================= ] 1348/3234 41% [========================= ] 1349/3234 41% [========================= ] 1350/3234 41% [========================= ] 1351/3234 41% [========================= ] 1352/3234 41% [========================= ] 1353/3234 41% [========================= ] 1354/3234 41% [========================= ] 1355/3234 41% [========================= ] 1356/3234 41% [========================== ] 1357/3234 41% [========================== ] 1358/3234 41% [========================== ] 1359/3234 42% [========================== ] 1360/3234 42% [========================== ] 1361/3234 42% [========================== ] 1362/3234 42% [========================== ] 1363/3234 42% [========================== ] 1364/3234 42% [========================== ] 1365/3234 42% [========================== ] 1366/3234 42% [========================== ] 1367/3234 42% [========================== ] 1368/3234 42% [========================== ] 1369/3234 42% [========================== ] 1370/3234 42% [========================== ] 1371/3234 42% [========================== ] 1372/3234 42% [========================== ] 1373/3234 42% [========================== ] 1374/3234 42% [========================== ] 1375/3234 42% [========================== ] 1376/3234 42% [========================== ] 1377/3234 42% [========================== ] 1378/3234 42% [========================== ] 1379/3234 42% [========================== ] 1380/3234 42% [========================== ] 1381/3234 42% [========================== ] 1382/3234 42% [========================== ] 1383/3234 42% [========================== ] 1384/3234 42% [========================== ] 1385/3234 42% [========================== ] 1386/3234 42% [========================== ] 1387/3234 42% [========================== ] 1388/3234 42% [========================== ] 1389/3234 42% [========================== ] 1390/3234 42% [========================== ] 1391/3234 43% [========================== ] 1392/3234 43% [========================== ] 1393/3234 43% [========================== ] 1394/3234 43% [========================== ] 1395/3234 43% [========================== ] 1396/3234 43% [========================== ] 1397/3234 43% [========================== ] 1398/3234 43% [========================== ] 1399/3234 43% [========================== ] 1400/3234 43% [========================== ] 1401/3234 43% [========================== ] 1402/3234 43% [========================== ] 1403/3234 43% [========================== ] 1404/3234 43% [========================== ] 1405/3234 43% [========================== ] 1406/3234 43% [========================== ] 1407/3234 43% [========================== ] 1408/3234 43% [=========================== ] 1409/3234 43% [=========================== ] 1410/3234 43% [=========================== ] 1411/3234 43% [=========================== ] 1412/3234 43% [=========================== ] 1413/3234 43% [=========================== ] 1414/3234 43% [=========================== ] 1415/3234 43% [=========================== ] 1416/3234 43% [=========================== ] 1417/3234 43% [=========================== ] 1418/3234 43% [=========================== ] 1419/3234 43% [=========================== ] 1420/3234 43% [=========================== ] 1421/3234 43% [=========================== ] 1422/3234 43% [=========================== ] 1423/3234 44% [=========================== ] 1424/3234 44% [=========================== ] 1425/3234 44% [=========================== ] 1426/3234 44% [=========================== ] 1427/3234 44% [=========================== ] 1428/3234 44% [=========================== ] 1429/3234 44% [=========================== ] 1430/3234 44% [=========================== ] 1431/3234 44% [=========================== ] 1432/3234 44% [=========================== ] 1433/3234 44% [=========================== ] 1434/3234 44% [=========================== ] 1435/3234 44% [=========================== ] 1436/3234 44% [=========================== ] 1437/3234 44% [=========================== ] 1438/3234 44% [=========================== ] 1439/3234 44% [=========================== ] 1440/3234 44% [=========================== ] 1441/3234 44% [=========================== ] 1442/3234 44% [=========================== ] 1443/3234 44% [=========================== ] 1444/3234 44% [=========================== ] 1445/3234 44% [=========================== ] 1446/3234 44% [=========================== ] 1447/3234 44% [=========================== ] 1448/3234 44% [=========================== ] 1449/3234 44% [=========================== ] 1450/3234 44% [=========================== ] 1451/3234 44% [=========================== ] 1452/3234 44% [=========================== ] 1453/3234 44% [=========================== ] 1454/3234 44% [=========================== ] 1455/3234 44% [=========================== ] 1456/3234 45% [=========================== ] 1457/3234 45% [=========================== ] 1458/3234 45% [=========================== ] 1459/3234 45% [=========================== ] 1460/3234 45% [============================ ] 1461/3234 45% [============================ ] 1462/3234 45% [============================ ] 1463/3234 45% [============================ ] 1464/3234 45% [============================ ] 1465/3234 45% [============================ ] 1466/3234 45% [============================ ] 1467/3234 45% [============================ ] 1468/3234 45% [============================ ] 1469/3234 45% [============================ ] 1470/3234 45% [============================ ] 1471/3234 45% [============================ ] 1472/3234 45% [============================ ] 1473/3234 45% [============================ ] 1474/3234 45% [============================ ] 1475/3234 45% [============================ ] 1476/3234 45% [============================ ] 1477/3234 45% [============================ ] 1478/3234 45% [============================ ] 1479/3234 45% [============================ ] 1480/3234 45% [============================ ] 1481/3234 45% [============================ ] 1482/3234 45% [============================ ] 1483/3234 45% [============================ ] 1484/3234 45% [============================ ] 1485/3234 45% [============================ ] 1486/3234 45% [============================ ] 1487/3234 45% [============================ ] 1488/3234 46% [============================ ] 1489/3234 46% [============================ ] 1490/3234 46% [============================ ] 1491/3234 46% [============================ ] 1492/3234 46% [============================ ] 1493/3234 46% [============================ ] 1494/3234 46% [============================ ] 1495/3234 46% [============================ ] 1496/3234 46% [============================ ] 1497/3234 46% [============================ ] 1498/3234 46% [============================ ] 1499/3234 46% [============================ ] 1500/3234 46% [============================ ] 1501/3234 46% [============================ ] 1502/3234 46% [============================ ] 1503/3234 46% [============================ ] 1504/3234 46% [============================ ] 1505/3234 46% [============================ ] 1506/3234 46% [============================ ] 1507/3234 46% [============================ ] 1508/3234 46% [============================ ] 1509/3234 46% [============================ ] 1510/3234 46% [============================ ] 1511/3234 46% [============================ ] 1512/3234 46% [============================= ] 1513/3234 46% [============================= ] 1514/3234 46% [============================= ] 1515/3234 46% [============================= ] 1516/3234 46% [============================= ] 1517/3234 46% [============================= ] 1518/3234 46% [============================= ] 1519/3234 46% [============================= ] 1520/3234 47% [============================= ] 1521/3234 47% [============================= ] 1522/3234 47% [============================= ] 1523/3234 47% [============================= ] 1524/3234 47% [============================= ] 1525/3234 47% [============================= ] 1526/3234 47% [============================= ] 1527/3234 47% [============================= ] 1528/3234 47% [============================= ] 1529/3234 47% [============================= ] 1530/3234 47% [============================= ] 1531/3234 47% [============================= ] 1532/3234 47% [============================= ] 1533/3234 47% [============================= ] 1534/3234 47% [============================= ] 1535/3234 47% [============================= ] 1536/3234 47% [============================= ] 1537/3234 47% [============================= ] 1538/3234 47% [============================= ] 1539/3234 47% [============================= ] 1540/3234 47% [============================= ] 1541/3234 47% [============================= ] 1542/3234 47% [============================= ] 1543/3234 47% [============================= ] 1544/3234 47% [============================= ] 1545/3234 47% [============================= ] 1546/3234 47% [============================= ] 1547/3234 47% [============================= ] 1548/3234 47% [============================= ] 1549/3234 47% [============================= ] 1550/3234 47% [============================= ] 1551/3234 47% [============================= ] 1552/3234 47% [============================= ] 1553/3234 48% [============================= ] 1554/3234 48% [============================= ] 1555/3234 48% [============================= ] 1556/3234 48% [============================= ] 1557/3234 48% [============================= ] 1558/3234 48% [============================= ] 1559/3234 48% [============================= ] 1560/3234 48% [============================= ] 1561/3234 48% [============================= ] 1562/3234 48% [============================= ] 1563/3234 48% [============================= ] 1564/3234 48% [============================== ] 1565/3234 48% [============================== ] 1566/3234 48% [============================== ] 1567/3234 48% [============================== ] 1568/3234 48% [============================== ] 1569/3234 48% [============================== ] 1570/3234 48% [============================== ] 1571/3234 48% [============================== ] 1572/3234 48% [============================== ] 1573/3234 48% [============================== ] 1574/3234 48% [============================== ] 1575/3234 48% [============================== ] 1576/3234 48% [============================== ] 1577/3234 48% [============================== ] 1578/3234 48% [============================== ] 1579/3234 48% [============================== ] 1580/3234 48% [============================== ] 1581/3234 48% [============================== ] 1582/3234 48% [============================== ] 1583/3234 48% [============================== ] 1584/3234 48% [============================== ] 1585/3234 49% [============================== ] 1586/3234 49% [============================== ] 1587/3234 49% [============================== ] 1588/3234 49% [============================== ] 1589/3234 49% [============================== ] 1590/3234 49% [============================== ] 1591/3234 49% [============================== ] 1592/3234 49% [============================== ] 1593/3234 49% [============================== ] 1594/3234 49% [============================== ] 1595/3234 49% [============================== ] 1596/3234 49% [============================== ] 1597/3234 49% [============================== ] 1598/3234 49% [============================== ] 1599/3234 49% [============================== ] 1600/3234 49% [============================== ] 1601/3234 49% [============================== ] 1602/3234 49% [============================== ] 1603/3234 49% [============================== ] 1604/3234 49% [============================== ] 1605/3234 49% [============================== ] 1606/3234 49% [============================== ] 1607/3234 49% [============================== ] 1608/3234 49% [============================== ] 1609/3234 49% [============================== ] 1610/3234 49% [============================== ] 1611/3234 49% [============================== ] 1612/3234 49% [============================== ] 1613/3234 49% [============================== ] 1614/3234 49% [============================== ] 1615/3234 49% [============================== ] 1616/3234 49% [=============================== ] 1617/3234 50% [=============================== ] 1618/3234 50% [=============================== ] 1619/3234 50% [=============================== ] 1620/3234 50% [=============================== ] 1621/3234 50% [=============================== ] 1622/3234 50% [=============================== ] 1623/3234 50% [=============================== ] 1624/3234 50% [=============================== ] 1625/3234 50% [=============================== ] 1626/3234 50% [=============================== ] 1627/3234 50% [=============================== ] 1628/3234 50% [=============================== ] 1629/3234 50% [=============================== ] 1630/3234 50% [=============================== ] 1631/3234 50% [=============================== ] 1632/3234 50% [=============================== ] 1633/3234 50% [=============================== ] 1634/3234 50% [=============================== ] 1635/3234 50% [=============================== ] 1636/3234 50% [=============================== ] 1637/3234 50% [=============================== ] 1638/3234 50% [=============================== ] 1639/3234 50% [=============================== ] 1640/3234 50% [=============================== ] 1641/3234 50% [=============================== ] 1642/3234 50% [=============================== ] 1643/3234 50% [=============================== ] 1644/3234 50% [=============================== ] 1645/3234 50% [=============================== ] 1646/3234 50% [=============================== ] 1647/3234 50% [=============================== ] 1648/3234 50% [=============================== ] 1649/3234 50% [=============================== ] 1650/3234 51% [=============================== ] 1651/3234 51% [=============================== ] 1652/3234 51% [=============================== ] 1653/3234 51% [=============================== ] 1654/3234 51% [=============================== ] 1655/3234 51% [=============================== ] 1656/3234 51% [=============================== ] 1657/3234 51% [=============================== ] 1658/3234 51% [=============================== ] 1659/3234 51% [=============================== ] 1660/3234 51% [=============================== ] 1661/3234 51% [=============================== ] 1662/3234 51% [=============================== ] 1663/3234 51% [=============================== ] 1664/3234 51% [=============================== ] 1665/3234 51% [=============================== ] 1666/3234 51% [=============================== ] 1667/3234 51% [=============================== ] 1668/3234 51% [=============================== ] 1669/3234 51% [================================ ] 1670/3234 51% [================================ ] 1671/3234 51% [================================ ] 1672/3234 51% [================================ ] 1673/3234 51% [================================ ] 1674/3234 51% [================================ ] 1675/3234 51% [================================ ] 1676/3234 51% [================================ ] 1677/3234 51% [================================ ] 1678/3234 51% [================================ ] 1679/3234 51% [================================ ] 1680/3234 51% [================================ ] 1681/3234 51% [================================ ] 1682/3234 52% [================================ ] 1683/3234 52% [================================ ] 1684/3234 52% [================================ ] 1685/3234 52% [================================ ] 1686/3234 52% [================================ ] 1687/3234 52% [================================ ] 1688/3234 52% [================================ ] 1689/3234 52% [================================ ] 1690/3234 52% [================================ ] 1691/3234 52% [================================ ] 1692/3234 52% [================================ ] 1693/3234 52% [================================ ] 1694/3234 52% [================================ ] 1695/3234 52% [================================ ] 1696/3234 52% [================================ ] 1697/3234 52% [================================ ] 1698/3234 52% [================================ ] 1699/3234 52% [================================ ] 1700/3234 52% [================================ ] 1701/3234 52% [================================ ] 1702/3234 52% [================================ ] 1703/3234 52% [================================ ] 1704/3234 52% [================================ ] 1705/3234 52% [================================ ] 1706/3234 52% [================================ ] 1707/3234 52% [================================ ] 1708/3234 52% [================================ ] 1709/3234 52% [================================ ] 1710/3234 52% [================================ ] 1711/3234 52% [================================ ] 1712/3234 52% [================================ ] 1713/3234 52% [================================ ] 1714/3234 52% [================================ ] 1715/3234 53% [================================ ] 1716/3234 53% [================================ ] 1717/3234 53% [================================ ] 1718/3234 53% [================================ ] 1719/3234 53% [================================ ] 1720/3234 53% [================================ ] 1721/3234 53% [================================= ] 1722/3234 53% [================================= ] 1723/3234 53% [================================= ] 1724/3234 53% [================================= ] 1725/3234 53% [================================= ] 1726/3234 53% [================================= ] 1727/3234 53% [================================= ] 1728/3234 53% [================================= ] 1729/3234 53% [================================= ] 1730/3234 53% [================================= ] 1731/3234 53% [================================= ] 1732/3234 53% [================================= ] 1733/3234 53% [================================= ] 1734/3234 53% [================================= ] 1735/3234 53% [================================= ] 1736/3234 53% [================================= ] 1737/3234 53% [================================= ] 1738/3234 53% [================================= ] 1739/3234 53% [================================= ] 1740/3234 53% [================================= ] 1741/3234 53% [================================= ] 1742/3234 53% [================================= ] 1743/3234 53% [================================= ] 1744/3234 53% [================================= ] 1745/3234 53% [================================= ] 1746/3234 53% [================================= ] 1747/3234 54% [================================= ] 1748/3234 54% [================================= ] 1749/3234 54% [================================= ] 1750/3234 54% [================================= ] 1751/3234 54% [================================= ] 1752/3234 54% [================================= ] 1753/3234 54% [================================= ] 1754/3234 54% [================================= ] 1755/3234 54% [================================= ] 1756/3234 54% [================================= ] 1757/3234 54% [================================= ] 1758/3234 54% [================================= ] 1759/3234 54% [================================= ] 1760/3234 54% [================================= ] 1761/3234 54% [================================= ] 1762/3234 54% [================================= ] 1763/3234 54% [================================= ] 1764/3234 54% [================================= ] 1765/3234 54% [================================= ] 1766/3234 54% [================================= ] 1767/3234 54% [================================= ] 1768/3234 54% [================================= ] 1769/3234 54% [================================= ] 1770/3234 54% [================================= ] 1771/3234 54% [================================= ] 1772/3234 54% [================================= ] 1773/3234 54% [================================== ] 1774/3234 54% [================================== ] 1775/3234 54% [================================== ] 1776/3234 54% [================================== ] 1777/3234 54% [================================== ] 1778/3234 54% [================================== ] 1779/3234 55% [================================== ] 1780/3234 55% [================================== ] 1781/3234 55% [================================== ] 1782/3234 55% [================================== ] 1783/3234 55% [================================== ] 1784/3234 55% [================================== ] 1785/3234 55% [================================== ] 1786/3234 55% [================================== ] 1787/3234 55% [================================== ] 1788/3234 55% [================================== ] 1789/3234 55% [================================== ] 1790/3234 55% [================================== ] 1791/3234 55% [================================== ] 1792/3234 55% [================================== ] 1793/3234 55% [================================== ] 1794/3234 55% [================================== ] 1795/3234 55% [================================== ] 1796/3234 55% [================================== ] 1797/3234 55% [================================== ] 1798/3234 55% [================================== ] 1799/3234 55% [================================== ] 1800/3234 55% [================================== ] 1801/3234 55% [================================== ] 1802/3234 55% [================================== ] 1803/3234 55% [================================== ] 1804/3234 55% [================================== ] 1805/3234 55% [================================== ] 1806/3234 55% [================================== ] 1807/3234 55% [================================== ] 1808/3234 55% [================================== ] 1809/3234 55% [================================== ] 1810/3234 55% [================================== ] 1811/3234 55% [================================== ] 1812/3234 56% [================================== ] 1813/3234 56% [================================== ] 1814/3234 56% [================================== ] 1815/3234 56% [================================== ] 1816/3234 56% [================================== ] 1817/3234 56% [================================== ] 1818/3234 56% [================================== ] 1819/3234 56% [================================== ] 1820/3234 56% [================================== ] 1821/3234 56% [================================== ] 1822/3234 56% [================================== ] 1823/3234 56% [================================== ] 1824/3234 56% [================================== ] 1825/3234 56% [=================================== ] 1826/3234 56% [=================================== ] 1827/3234 56% [=================================== ] 1828/3234 56% [=================================== ] 1829/3234 56% [=================================== ] 1830/3234 56% [=================================== ] 1831/3234 56% [=================================== ] 1832/3234 56% [=================================== ] 1833/3234 56% [=================================== ] 1834/3234 56% [=================================== ] 1835/3234 56% [=================================== ] 1836/3234 56% [=================================== ] 1837/3234 56% [=================================== ] 1838/3234 56% [=================================== ] 1839/3234 56% [=================================== ] 1840/3234 56% [=================================== ] 1841/3234 56% [=================================== ] 1842/3234 56% [=================================== ] 1843/3234 56% [=================================== ] 1844/3234 57% [=================================== ] 1845/3234 57% [=================================== ] 1846/3234 57% [=================================== ] 1847/3234 57% [=================================== ] 1848/3234 57% [=================================== ] 1849/3234 57% [=================================== ] 1850/3234 57% [=================================== ] 1851/3234 57% [=================================== ] 1852/3234 57% [=================================== ] 1853/3234 57% [=================================== ] 1854/3234 57% [=================================== ] 1855/3234 57% [=================================== ] 1856/3234 57% [=================================== ] 1857/3234 57% [=================================== ] 1858/3234 57% [=================================== ] 1859/3234 57% [=================================== ] 1860/3234 57% [=================================== ] 1861/3234 57% [=================================== ] 1862/3234 57% [=================================== ] 1863/3234 57% [=================================== ] 1864/3234 57% [=================================== ] 1865/3234 57% [=================================== ] 1866/3234 57% [=================================== ] 1867/3234 57% [=================================== ] 1868/3234 57% [=================================== ] 1869/3234 57% [=================================== ] 1870/3234 57% [=================================== ] 1871/3234 57% [=================================== ] 1872/3234 57% [=================================== ] 1873/3234 57% [=================================== ] 1874/3234 57% [=================================== ] 1875/3234 57% [=================================== ] 1876/3234 58% [=================================== ] 1877/3234 58% [==================================== ] 1878/3234 58% [==================================== ] 1879/3234 58% [==================================== ] 1880/3234 58% [==================================== ] 1881/3234 58% [==================================== ] 1882/3234 58% [==================================== ] 1883/3234 58% [==================================== ] 1884/3234 58% [==================================== ] 1885/3234 58% [==================================== ] 1886/3234 58% [==================================== ] 1887/3234 58% [==================================== ] 1888/3234 58% [==================================== ] 1889/3234 58% [==================================== ] 1890/3234 58% [==================================== ] 1891/3234 58% [==================================== ] 1892/3234 58% [==================================== ] 1893/3234 58% [==================================== ] 1894/3234 58% [==================================== ] 1895/3234 58% [==================================== ] 1896/3234 58% [==================================== ] 1897/3234 58% [==================================== ] 1898/3234 58% [==================================== ] 1899/3234 58% [==================================== ] 1900/3234 58% [==================================== ] 1901/3234 58% [==================================== ] 1902/3234 58% [==================================== ] 1903/3234 58% [==================================== ] 1904/3234 58% [==================================== ] 1905/3234 58% [==================================== ] 1906/3234 58% [==================================== ] 1907/3234 58% [==================================== ] 1908/3234 58% [==================================== ] 1909/3234 59% [==================================== ] 1910/3234 59% [==================================== ] 1911/3234 59% [==================================== ] 1912/3234 59% [==================================== ] 1913/3234 59% [==================================== ] 1914/3234 59% [==================================== ] 1915/3234 59% [==================================== ] 1916/3234 59% [==================================== ] 1917/3234 59% [==================================== ] 1918/3234 59% [==================================== ] 1919/3234 59% [==================================== ] 1920/3234 59% [==================================== ] 1921/3234 59% [==================================== ] 1922/3234 59% [==================================== ] 1923/3234 59% [==================================== ] 1924/3234 59% [==================================== ] 1925/3234 59% [==================================== ] 1926/3234 59% [==================================== ] 1927/3234 59% [==================================== ] 1928/3234 59% [==================================== ] 1929/3234 59% [===================================== ] 1930/3234 59% [===================================== ] 1931/3234 59% [===================================== ] 1932/3234 59% [===================================== ] 1933/3234 59% [===================================== ] 1934/3234 59% [===================================== ] 1935/3234 59% [===================================== ] 1936/3234 59% [===================================== ] 1937/3234 59% [===================================== ] 1938/3234 59% [===================================== ] 1939/3234 59% [===================================== ] 1940/3234 59% [===================================== ] 1941/3234 60% [===================================== ] 1942/3234 60% [===================================== ] 1943/3234 60% [===================================== ] 1944/3234 60% [===================================== ] 1945/3234 60% [===================================== ] 1946/3234 60% [===================================== ] 1947/3234 60% [===================================== ] 1948/3234 60% [===================================== ] 1949/3234 60% [===================================== ] 1950/3234 60% [===================================== ] 1951/3234 60% [===================================== ] 1952/3234 60% [===================================== ] 1953/3234 60% [===================================== ] 1954/3234 60% [===================================== ] 1955/3234 60% [===================================== ] 1956/3234 60% [===================================== ] 1957/3234 60% [===================================== ] 1958/3234 60% [===================================== ] 1959/3234 60% [===================================== ] 1960/3234 60% [===================================== ] 1961/3234 60% [===================================== ] 1962/3234 60% [===================================== ] 1963/3234 60% [===================================== ] 1964/3234 60% [===================================== ] 1965/3234 60% [===================================== ] 1966/3234 60% [===================================== ] 1967/3234 60% [===================================== ] 1968/3234 60% [===================================== ] 1969/3234 60% [===================================== ] 1970/3234 60% [===================================== ] 1971/3234 60% [===================================== ] 1972/3234 60% [===================================== ] 1973/3234 61% [===================================== ] 1974/3234 61% [===================================== ] 1975/3234 61% [===================================== ] 1976/3234 61% [===================================== ] 1977/3234 61% [===================================== ] 1978/3234 61% [===================================== ] 1979/3234 61% [===================================== ] 1980/3234 61% [===================================== ] 1981/3234 61% [===================================== ] 1982/3234 61% [====================================== ] 1983/3234 61% [====================================== ] 1984/3234 61% [====================================== ] 1985/3234 61% [====================================== ] 1986/3234 61% [====================================== ] 1987/3234 61% [====================================== ] 1988/3234 61% [====================================== ] 1989/3234 61% [====================================== ] 1990/3234 61% [====================================== ] 1991/3234 61% [====================================== ] 1992/3234 61% [====================================== ] 1993/3234 61% [====================================== ] 1994/3234 61% [====================================== ] 1995/3234 61% [====================================== ] 1996/3234 61% [====================================== ] 1997/3234 61% [====================================== ] 1998/3234 61% [====================================== ] 1999/3234 61% [====================================== ] 2000/3234 61% [====================================== ] 2001/3234 61% [====================================== ] 2002/3234 61% [====================================== ] 2003/3234 61% [====================================== ] 2004/3234 61% [====================================== ] 2005/3234 61% [====================================== ] 2006/3234 62% [====================================== ] 2007/3234 62% [====================================== ] 2008/3234 62% [====================================== ] 2009/3234 62% [====================================== ] 2010/3234 62% [====================================== ] 2011/3234 62% [====================================== ] 2012/3234 62% [====================================== ] 2013/3234 62% [====================================== ] 2014/3234 62% [====================================== ] 2015/3234 62% [====================================== ] 2016/3234 62% [====================================== ] 2017/3234 62% [====================================== ] 2018/3234 62% [====================================== ] 2019/3234 62% [====================================== ] 2020/3234 62% [====================================== ] 2021/3234 62% [====================================== ] 2022/3234 62% [====================================== ] 2023/3234 62% [====================================== ] 2024/3234 62% [====================================== ] 2025/3234 62% [====================================== ] 2026/3234 62% [====================================== ] 2027/3234 62% [====================================== ] 2028/3234 62% [====================================== ] 2029/3234 62% [====================================== ] 2030/3234 62% [====================================== ] 2031/3234 62% [====================================== ] 2032/3234 62% [====================================== ] 2033/3234 62% [====================================== ] 2034/3234 62% [======================================= ] 2035/3234 62% [======================================= ] 2036/3234 62% [======================================= ] 2037/3234 62% [======================================= ] 2038/3234 63% [======================================= ] 2039/3234 63% [======================================= ] 2040/3234 63% [======================================= ] 2041/3234 63% [======================================= ] 2042/3234 63% [======================================= ] 2043/3234 63% [======================================= ] 2044/3234 63% [======================================= ] 2045/3234 63% [======================================= ] 2046/3234 63% [======================================= ] 2047/3234 63% [======================================= ] 2048/3234 63% [======================================= ] 2049/3234 63% [======================================= ] 2050/3234 63% [======================================= ] 2051/3234 63% [======================================= ] 2052/3234 63% [======================================= ] 2053/3234 63% [======================================= ] 2054/3234 63% [======================================= ] 2055/3234 63% [======================================= ] 2056/3234 63% [======================================= ] 2057/3234 63% [======================================= ] 2058/3234 63% [======================================= ] 2059/3234 63% [======================================= ] 2060/3234 63% [======================================= ] 2061/3234 63% [======================================= ] 2062/3234 63% [======================================= ] 2063/3234 63% [======================================= ] 2064/3234 63% [======================================= ] 2065/3234 63% [======================================= ] 2066/3234 63% [======================================= ] 2067/3234 63% [======================================= ] 2068/3234 63% [======================================= ] 2069/3234 63% [======================================= ] 2070/3234 64% [======================================= ] 2071/3234 64% [======================================= ] 2072/3234 64% [======================================= ] 2073/3234 64% [======================================= ] 2074/3234 64% [======================================= ] 2075/3234 64% [======================================= ] 2076/3234 64% [======================================= ] 2077/3234 64% [======================================= ] 2078/3234 64% [======================================= ] 2079/3234 64% [======================================= ] 2080/3234 64% [======================================= ] 2081/3234 64% [======================================= ] 2082/3234 64% [======================================= ] 2083/3234 64% [======================================= ] 2084/3234 64% [======================================= ] 2085/3234 64% [======================================= ] 2086/3234 64% [======================================== ] 2087/3234 64% [======================================== ] 2088/3234 64% [======================================== ] 2089/3234 64% [======================================== ] 2090/3234 64% [======================================== ] 2091/3234 64% [======================================== ] 2092/3234 64% [======================================== ] 2093/3234 64% [======================================== ] 2094/3234 64% [======================================== ] 2095/3234 64% [======================================== ] 2096/3234 64% [======================================== ] 2097/3234 64% [======================================== ] 2098/3234 64% [======================================== ] 2099/3234 64% [======================================== ] 2100/3234 64% [======================================== ] 2101/3234 64% [======================================== ] 2102/3234 64% [======================================== ] 2103/3234 65% [======================================== ] 2104/3234 65% [======================================== ] 2105/3234 65% [======================================== ] 2106/3234 65% [======================================== ] 2107/3234 65% [======================================== ] 2108/3234 65% [======================================== ] 2109/3234 65% [======================================== ] 2110/3234 65% [======================================== ] 2111/3234 65% [======================================== ] 2112/3234 65% [======================================== ] 2113/3234 65% [======================================== ] 2114/3234 65% [======================================== ] 2115/3234 65% [======================================== ] 2116/3234 65% [======================================== ] 2117/3234 65% [======================================== ] 2118/3234 65% [======================================== ] 2119/3234 65% [======================================== ] 2120/3234 65% [======================================== ] 2121/3234 65% [======================================== ] 2122/3234 65% [======================================== ] 2123/3234 65% [======================================== ] 2124/3234 65% [======================================== ] 2125/3234 65% [======================================== ] 2126/3234 65% [======================================== ] 2127/3234 65% [======================================== ] 2128/3234 65% [======================================== ] 2129/3234 65% [======================================== ] 2130/3234 65% [======================================== ] 2131/3234 65% [======================================== ] 2132/3234 65% [======================================== ] 2133/3234 65% [======================================== ] 2134/3234 65% [======================================== ] 2135/3234 66% [======================================== ] 2136/3234 66% [======================================== ] 2137/3234 66% [======================================== ] 2138/3234 66% [========================================= ] 2139/3234 66% [========================================= ] 2140/3234 66% [========================================= ] 2141/3234 66% [========================================= ] 2142/3234 66% [========================================= ] 2143/3234 66% [========================================= ] 2144/3234 66% [========================================= ] 2145/3234 66% [========================================= ] 2146/3234 66% [========================================= ] 2147/3234 66% [========================================= ] 2148/3234 66% [========================================= ] 2149/3234 66% [========================================= ] 2150/3234 66% [========================================= ] 2151/3234 66% [========================================= ] 2152/3234 66% [========================================= ] 2153/3234 66% [========================================= ] 2154/3234 66% [========================================= ] 2155/3234 66% [========================================= ] 2156/3234 66% [========================================= ] 2157/3234 66% [========================================= ] 2158/3234 66% [========================================= ] 2159/3234 66% [========================================= ] 2160/3234 66% [========================================= ] 2161/3234 66% [========================================= ] 2162/3234 66% [========================================= ] 2163/3234 66% [========================================= ] 2164/3234 66% [========================================= ] 2165/3234 66% [========================================= ] 2166/3234 66% [========================================= ] 2167/3234 67% [========================================= ] 2168/3234 67% [========================================= ] 2169/3234 67% [========================================= ] 2170/3234 67% [========================================= ] 2171/3234 67% [========================================= ] 2172/3234 67% [========================================= ] 2173/3234 67% [========================================= ] 2174/3234 67% [========================================= ] 2175/3234 67% [========================================= ] 2176/3234 67% [========================================= ] 2177/3234 67% [========================================= ] 2178/3234 67% [========================================= ] 2179/3234 67% [========================================= ] 2180/3234 67% [========================================= ] 2181/3234 67% [========================================= ] 2182/3234 67% [========================================= ] 2183/3234 67% [========================================= ] 2184/3234 67% [========================================= ] 2185/3234 67% [========================================= ] 2186/3234 67% [========================================= ] 2187/3234 67% [========================================= ] 2188/3234 67% [========================================= ] 2189/3234 67% [========================================= ] 2190/3234 67% [========================================== ] 2191/3234 67% [========================================== ] 2192/3234 67% [========================================== ] 2193/3234 67% [========================================== ] 2194/3234 67% [========================================== ] 2195/3234 67% [========================================== ] 2196/3234 67% [========================================== ] 2197/3234 67% [========================================== ] 2198/3234 67% [========================================== ] 2199/3234 67% [========================================== ] 2200/3234 68% [========================================== ] 2201/3234 68% [========================================== ] 2202/3234 68% [========================================== ] 2203/3234 68% [========================================== ] 2204/3234 68% [========================================== ] 2205/3234 68% [========================================== ] 2206/3234 68% [========================================== ] 2207/3234 68% [========================================== ] 2208/3234 68% [========================================== ] 2209/3234 68% [========================================== ] 2210/3234 68% [========================================== ] 2211/3234 68% [========================================== ] 2212/3234 68% [========================================== ] 2213/3234 68% [========================================== ] 2214/3234 68% [========================================== ] 2215/3234 68% [========================================== ] 2216/3234 68% [========================================== ] 2217/3234 68% [========================================== ] 2218/3234 68% [========================================== ] 2219/3234 68% [========================================== ] 2220/3234 68% [========================================== ] 2221/3234 68% [========================================== ] 2222/3234 68% [========================================== ] 2223/3234 68% [========================================== ] 2224/3234 68% [========================================== ] 2225/3234 68% [========================================== ] 2226/3234 68% [========================================== ] 2227/3234 68% [========================================== ] 2228/3234 68% [========================================== ] 2229/3234 68% [========================================== ] 2230/3234 68% [========================================== ] 2231/3234 68% [========================================== ] 2232/3234 69% [========================================== ] 2233/3234 69% [========================================== ] 2234/3234 69% [========================================== ] 2235/3234 69% [========================================== ] 2236/3234 69% [========================================== ] 2237/3234 69% [========================================== ] 2238/3234 69% [========================================== ] 2239/3234 69% [========================================== ] 2240/3234 69% [========================================== ] 2241/3234 69% [========================================== ] 2242/3234 69% [=========================================== ] 2243/3234 69% [=========================================== ] 2244/3234 69% [=========================================== ] 2245/3234 69% [=========================================== ] 2246/3234 69% [=========================================== ] 2247/3234 69% [=========================================== ] 2248/3234 69% [=========================================== ] 2249/3234 69% [=========================================== ] 2250/3234 69% [=========================================== ] 2251/3234 69% [=========================================== ] 2252/3234 69% [=========================================== ] 2253/3234 69% [=========================================== ] 2254/3234 69% [=========================================== ] 2255/3234 69% [=========================================== ] 2256/3234 69% [=========================================== ] 2257/3234 69% [=========================================== ] 2258/3234 69% [=========================================== ] 2259/3234 69% [=========================================== ] 2260/3234 69% [=========================================== ] 2261/3234 69% [=========================================== ] 2262/3234 69% [=========================================== ] 2263/3234 69% [=========================================== ] 2264/3234 70% [=========================================== ] 2265/3234 70% [=========================================== ] 2266/3234 70% [=========================================== ] 2267/3234 70% [=========================================== ] 2268/3234 70% [=========================================== ] 2269/3234 70% [=========================================== ] 2270/3234 70% [=========================================== ] 2271/3234 70% [=========================================== ] 2272/3234 70% [=========================================== ] 2273/3234 70% [=========================================== ] 2274/3234 70% [=========================================== ] 2275/3234 70% [=========================================== ] 2276/3234 70% [=========================================== ] 2277/3234 70% [=========================================== ] 2278/3234 70% [=========================================== ] 2279/3234 70% [=========================================== ] 2280/3234 70% [=========================================== ] 2281/3234 70% [=========================================== ] 2282/3234 70% [=========================================== ] 2283/3234 70% [=========================================== ] 2284/3234 70% [=========================================== ] 2285/3234 70% [=========================================== ] 2286/3234 70% [=========================================== ] 2287/3234 70% [=========================================== ] 2288/3234 70% [=========================================== ] 2289/3234 70% [=========================================== ] 2290/3234 70% [=========================================== ] 2291/3234 70% [=========================================== ] 2292/3234 70% [=========================================== ] 2293/3234 70% [=========================================== ] 2294/3234 70% [=========================================== ] 2295/3234 70% [============================================ ] 2296/3234 70% [============================================ ] 2297/3234 71% [============================================ ] 2298/3234 71% [============================================ ] 2299/3234 71% [============================================ ] 2300/3234 71% [============================================ ] 2301/3234 71% [============================================ ] 2302/3234 71% [============================================ ] 2303/3234 71% [============================================ ] 2304/3234 71% [============================================ ] 2305/3234 71% [============================================ ] 2306/3234 71% [============================================ ] 2307/3234 71% [============================================ ] 2308/3234 71% [============================================ ] 2309/3234 71% [============================================ ] 2310/3234 71% [============================================ ] 2311/3234 71% [============================================ ] 2312/3234 71% [============================================ ] 2313/3234 71% [============================================ ] 2314/3234 71% [============================================ ] 2315/3234 71% [============================================ ] 2316/3234 71% [============================================ ] 2317/3234 71% [============================================ ] 2318/3234 71% [============================================ ] 2319/3234 71% [============================================ ] 2320/3234 71% [============================================ ] 2321/3234 71% [============================================ ] 2322/3234 71% [============================================ ] 2323/3234 71% [============================================ ] 2324/3234 71% [============================================ ] 2325/3234 71% [============================================ ] 2326/3234 71% [============================================ ] 2327/3234 71% [============================================ ] 2328/3234 71% [============================================ ] 2329/3234 72% [============================================ ] 2330/3234 72% [============================================ ] 2331/3234 72% [============================================ ] 2332/3234 72% [============================================ ] 2333/3234 72% [============================================ ] 2334/3234 72% [============================================ ] 2335/3234 72% [============================================ ] 2336/3234 72% [============================================ ] 2337/3234 72% [============================================ ] 2338/3234 72% [============================================ ] 2339/3234 72% [============================================ ] 2340/3234 72% [============================================ ] 2341/3234 72% [============================================ ] 2342/3234 72% [============================================ ] 2343/3234 72% [============================================ ] 2344/3234 72% [============================================ ] 2345/3234 72% [============================================ ] 2346/3234 72% [============================================ ] 2347/3234 72% [============================================= ] 2348/3234 72% [============================================= ] 2349/3234 72% [============================================= ] 2350/3234 72% [============================================= ] 2351/3234 72% [============================================= ] 2352/3234 72% [============================================= ] 2353/3234 72% [============================================= ] 2354/3234 72% [============================================= ] 2355/3234 72% [============================================= ] 2356/3234 72% [============================================= ] 2357/3234 72% [============================================= ] 2358/3234 72% [============================================= ] 2359/3234 72% [============================================= ] 2360/3234 72% [============================================= ] 2361/3234 73% [============================================= ] 2362/3234 73% [============================================= ] 2363/3234 73% [============================================= ] 2364/3234 73% [============================================= ] 2365/3234 73% [============================================= ] 2366/3234 73% [============================================= ] 2367/3234 73% [============================================= ] 2368/3234 73% [============================================= ] 2369/3234 73% [============================================= ] 2370/3234 73% [============================================= ] 2371/3234 73% [============================================= ] 2372/3234 73% [============================================= ] 2373/3234 73% [============================================= ] 2374/3234 73% [============================================= ] 2375/3234 73% [============================================= ] 2376/3234 73% [============================================= ] 2377/3234 73% [============================================= ] 2378/3234 73% [============================================= ] 2379/3234 73% [============================================= ] 2380/3234 73% [============================================= ] 2381/3234 73% [============================================= ] 2382/3234 73% [============================================= ] 2383/3234 73% [============================================= ] 2384/3234 73% [============================================= ] 2385/3234 73% [============================================= ] 2386/3234 73% [============================================= ] 2387/3234 73% [============================================= ] 2388/3234 73% [============================================= ] 2389/3234 73% [============================================= ] 2390/3234 73% [============================================= ] 2391/3234 73% [============================================= ] 2392/3234 73% [============================================= ] 2393/3234 73% [============================================= ] 2394/3234 74% [============================================= ] 2395/3234 74% [============================================= ] 2396/3234 74% [============================================= ] 2397/3234 74% [============================================= ] 2398/3234 74% [============================================= ] 2399/3234 74% [============================================== ] 2400/3234 74% [============================================== ] 2401/3234 74% [============================================== ] 2402/3234 74% [============================================== ] 2403/3234 74% [============================================== ] 2404/3234 74% [============================================== ] 2405/3234 74% [============================================== ] 2406/3234 74% [============================================== ] 2407/3234 74% [============================================== ] 2408/3234 74% [============================================== ] 2409/3234 74% [============================================== ] 2410/3234 74% [============================================== ] 2411/3234 74% [============================================== ] 2412/3234 74% [============================================== ] 2413/3234 74% [============================================== ] 2414/3234 74% [============================================== ] 2415/3234 74% [============================================== ] 2416/3234 74% [============================================== ] 2417/3234 74% [============================================== ] 2418/3234 74% [============================================== ] 2419/3234 74% [============================================== ] 2420/3234 74% [============================================== ] 2421/3234 74% [============================================== ] 2422/3234 74% [============================================== ] 2423/3234 74% [============================================== ] 2424/3234 74% [============================================== ] 2425/3234 74% [============================================== ] 2426/3234 75% [============================================== ] 2427/3234 75% [============================================== ] 2428/3234 75% [============================================== ] 2429/3234 75% [============================================== ] 2430/3234 75% [============================================== ] 2431/3234 75% [============================================== ] 2432/3234 75% [============================================== ] 2433/3234 75% [============================================== ] 2434/3234 75% [============================================== ] 2435/3234 75% [============================================== ] 2436/3234 75% [============================================== ] 2437/3234 75% [============================================== ] 2438/3234 75% [============================================== ] 2439/3234 75% [============================================== ] 2440/3234 75% [============================================== ] 2441/3234 75% [============================================== ] 2442/3234 75% [============================================== ] 2443/3234 75% [============================================== ] 2444/3234 75% [============================================== ] 2445/3234 75% [============================================== ] 2446/3234 75% [============================================== ] 2447/3234 75% [============================================== ] 2448/3234 75% [============================================== ] 2449/3234 75% [============================================== ] 2450/3234 75% [============================================== ] 2451/3234 75% [=============================================== ] 2452/3234 75% [=============================================== ] 2453/3234 75% [=============================================== ] 2454/3234 75% [=============================================== ] 2455/3234 75% [=============================================== ] 2456/3234 75% [=============================================== ] 2457/3234 75% [=============================================== ] 2458/3234 76% [=============================================== ] 2459/3234 76% [=============================================== ] 2460/3234 76% [=============================================== ] 2461/3234 76% [=============================================== ] 2462/3234 76% [=============================================== ] 2463/3234 76% [=============================================== ] 2464/3234 76% [=============================================== ] 2465/3234 76% [=============================================== ] 2466/3234 76% [=============================================== ] 2467/3234 76% [=============================================== ] 2468/3234 76% [=============================================== ] 2469/3234 76% [=============================================== ] 2470/3234 76% [=============================================== ] 2471/3234 76% [=============================================== ] 2472/3234 76% [=============================================== ] 2473/3234 76% [=============================================== ] 2474/3234 76% [=============================================== ] 2475/3234 76% [=============================================== ] 2476/3234 76% [=============================================== ] 2477/3234 76% [=============================================== ] 2478/3234 76% [=============================================== ] 2479/3234 76% [=============================================== ] 2480/3234 76% [=============================================== ] 2481/3234 76% [=============================================== ] 2482/3234 76% [=============================================== ] 2483/3234 76% [=============================================== ] 2484/3234 76% [=============================================== ] 2485/3234 76% [=============================================== ] 2486/3234 76% [=============================================== ] 2487/3234 76% [=============================================== ] 2488/3234 76% [=============================================== ] 2489/3234 76% [=============================================== ] 2490/3234 76% [=============================================== ] 2491/3234 77% [=============================================== ] 2492/3234 77% [=============================================== ] 2493/3234 77% [=============================================== ] 2494/3234 77% [=============================================== ] 2495/3234 77% [=============================================== ] 2496/3234 77% [=============================================== ] 2497/3234 77% [=============================================== ] 2498/3234 77% [=============================================== ] 2499/3234 77% [=============================================== ] 2500/3234 77% [=============================================== ] 2501/3234 77% [=============================================== ] 2502/3234 77% [=============================================== ] 2503/3234 77% [================================================ ] 2504/3234 77% [================================================ ] 2505/3234 77% [================================================ ] 2506/3234 77% [================================================ ] 2507/3234 77% [================================================ ] 2508/3234 77% [================================================ ] 2509/3234 77% [================================================ ] 2510/3234 77% [================================================ ] 2511/3234 77% [================================================ ] 2512/3234 77% [================================================ ] 2513/3234 77% [================================================ ] 2514/3234 77% [================================================ ] 2515/3234 77% [================================================ ] 2516/3234 77% [================================================ ] 2517/3234 77% [================================================ ] 2518/3234 77% [================================================ ] 2519/3234 77% [================================================ ] 2520/3234 77% [================================================ ] 2521/3234 77% [================================================ ] 2522/3234 77% [================================================ ] 2523/3234 78% [================================================ ] 2524/3234 78% [================================================ ] 2525/3234 78% [================================================ ] 2526/3234 78% [================================================ ] 2527/3234 78% [================================================ ] 2528/3234 78% [================================================ ] 2529/3234 78% [================================================ ] 2530/3234 78% [================================================ ] 2531/3234 78% [================================================ ] 2532/3234 78% [================================================ ] 2533/3234 78% [================================================ ] 2534/3234 78% [================================================ ] 2535/3234 78% [================================================ ] 2536/3234 78% [================================================ ] 2537/3234 78% [================================================ ] 2538/3234 78% [================================================ ] 2539/3234 78% [================================================ ] 2540/3234 78% [================================================ ] 2541/3234 78% [================================================ ] 2542/3234 78% [================================================ ] 2543/3234 78% [================================================ ] 2544/3234 78% [================================================ ] 2545/3234 78% [================================================ ] 2546/3234 78% [================================================ ] 2547/3234 78% [================================================ ] 2548/3234 78% [================================================ ] 2549/3234 78% [================================================ ] 2550/3234 78% [================================================ ] 2551/3234 78% [================================================ ] 2552/3234 78% [================================================ ] 2553/3234 78% [================================================ ] 2554/3234 78% [================================================ ] 2555/3234 79% [================================================= ] 2556/3234 79% [================================================= ] 2557/3234 79% [================================================= ] 2558/3234 79% [================================================= ] 2559/3234 79% [================================================= ] 2560/3234 79% [================================================= ] 2561/3234 79% [================================================= ] 2562/3234 79% [================================================= ] 2563/3234 79% [================================================= ] 2564/3234 79% [================================================= ] 2565/3234 79% [================================================= ] 2566/3234 79% [================================================= ] 2567/3234 79% [================================================= ] 2568/3234 79% [================================================= ] 2569/3234 79% [================================================= ] 2570/3234 79% [================================================= ] 2571/3234 79% [================================================= ] 2572/3234 79% [================================================= ] 2573/3234 79% [================================================= ] 2574/3234 79% [================================================= ] 2575/3234 79% [================================================= ] 2576/3234 79% [================================================= ] 2577/3234 79% [================================================= ] 2578/3234 79% [================================================= ] 2579/3234 79% [================================================= ] 2580/3234 79% [================================================= ] 2581/3234 79% [================================================= ] 2582/3234 79% [================================================= ] 2583/3234 79% [================================================= ] 2584/3234 79% [================================================= ] 2585/3234 79% [================================================= ] 2586/3234 79% [================================================= ] 2587/3234 79% [================================================= ] 2588/3234 80% [================================================= ] 2589/3234 80% [================================================= ] 2590/3234 80% [================================================= ] 2591/3234 80% [================================================= ] 2592/3234 80% [================================================= ] 2593/3234 80% [================================================= ] 2594/3234 80% [================================================= ] 2595/3234 80% [================================================= ] 2596/3234 80% [================================================= ] 2597/3234 80% [================================================= ] 2598/3234 80% [================================================= ] 2599/3234 80% [================================================= ] 2600/3234 80% [================================================= ] 2601/3234 80% [================================================= ] 2602/3234 80% [================================================= ] 2603/3234 80% [================================================= ] 2604/3234 80% [================================================= ] 2605/3234 80% [================================================= ] 2606/3234 80% [================================================= ] 2607/3234 80% [================================================= ] 2608/3234 80% [================================================== ] 2609/3234 80% [================================================== ] 2610/3234 80% [================================================== ] 2611/3234 80% [================================================== ] 2612/3234 80% [================================================== ] 2613/3234 80% [================================================== ] 2614/3234 80% [================================================== ] 2615/3234 80% [================================================== ] 2616/3234 80% [================================================== ] 2617/3234 80% [================================================== ] 2618/3234 80% [================================================== ] 2619/3234 80% [================================================== ] 2620/3234 81% [================================================== ] 2621/3234 81% [================================================== ] 2622/3234 81% [================================================== ] 2623/3234 81% [================================================== ] 2624/3234 81% [================================================== ] 2625/3234 81% [================================================== ] 2626/3234 81% [================================================== ] 2627/3234 81% [================================================== ] 2628/3234 81% [================================================== ] 2629/3234 81% [================================================== ] 2630/3234 81% [================================================== ] 2631/3234 81% [================================================== ] 2632/3234 81% [================================================== ] 2633/3234 81% [================================================== ] 2634/3234 81% [================================================== ] 2635/3234 81% [================================================== ] 2636/3234 81% [================================================== ] 2637/3234 81% [================================================== ] 2638/3234 81% [================================================== ] 2639/3234 81% [================================================== ] 2640/3234 81% [================================================== ] 2641/3234 81% [================================================== ] 2642/3234 81% [================================================== ] 2643/3234 81% [================================================== ] 2644/3234 81% [================================================== ] 2645/3234 81% [================================================== ] 2646/3234 81% [================================================== ] 2647/3234 81% [================================================== ] 2648/3234 81% [================================================== ] 2649/3234 81% [================================================== ] 2650/3234 81% [================================================== ] 2651/3234 81% [================================================== ] 2652/3234 82% [================================================== ] 2653/3234 82% [================================================== ] 2654/3234 82% [================================================== ] 2655/3234 82% [================================================== ] 2656/3234 82% [================================================== ] 2657/3234 82% [================================================== ] 2658/3234 82% [================================================== ] 2659/3234 82% [================================================== ] 2660/3234 82% [=================================================== ] 2661/3234 82% [=================================================== ] 2662/3234 82% [=================================================== ] 2663/3234 82% [=================================================== ] 2664/3234 82% [=================================================== ] 2665/3234 82% [=================================================== ] 2666/3234 82% [=================================================== ] 2667/3234 82% [=================================================== ] 2668/3234 82% [=================================================== ] 2669/3234 82% [=================================================== ] 2670/3234 82% [=================================================== ] 2671/3234 82% [=================================================== ] 2672/3234 82% [=================================================== ] 2673/3234 82% [=================================================== ] 2674/3234 82% [=================================================== ] 2675/3234 82% [=================================================== ] 2676/3234 82% [=================================================== ] 2677/3234 82% [=================================================== ] 2678/3234 82% [=================================================== ] 2679/3234 82% [=================================================== ] 2680/3234 82% [=================================================== ] 2681/3234 82% [=================================================== ] 2682/3234 82% [=================================================== ] 2683/3234 82% [=================================================== ] 2684/3234 82% [=================================================== ] 2685/3234 83% [=================================================== ] 2686/3234 83% [=================================================== ] 2687/3234 83% [=================================================== ] 2688/3234 83% [=================================================== ] 2689/3234 83% [=================================================== ] 2690/3234 83% [=================================================== ] 2691/3234 83% [=================================================== ] 2692/3234 83% [=================================================== ] 2693/3234 83% [=================================================== ] 2694/3234 83% [=================================================== ] 2695/3234 83% [=================================================== ] 2696/3234 83% [=================================================== ] 2697/3234 83% [=================================================== ] 2698/3234 83% [=================================================== ] 2699/3234 83% [=================================================== ] 2700/3234 83% [=================================================== ] 2701/3234 83% [=================================================== ] 2702/3234 83% [=================================================== ] 2703/3234 83% [=================================================== ] 2704/3234 83% [=================================================== ] 2705/3234 83% [=================================================== ] 2706/3234 83% [=================================================== ] 2707/3234 83% [=================================================== ] 2708/3234 83% [=================================================== ] 2709/3234 83% [=================================================== ] 2710/3234 83% [=================================================== ] 2711/3234 83% [=================================================== ] 2712/3234 83% [==================================================== ] 2713/3234 83% [==================================================== ] 2714/3234 83% [==================================================== ] 2715/3234 83% [==================================================== ] 2716/3234 83% [==================================================== ] 2717/3234 84% [==================================================== ] 2718/3234 84% [==================================================== ] 2719/3234 84% [==================================================== ] 2720/3234 84% [==================================================== ] 2721/3234 84% [==================================================== ] 2722/3234 84% [==================================================== ] 2723/3234 84% [==================================================== ] 2724/3234 84% [==================================================== ] 2725/3234 84% [==================================================== ] 2726/3234 84% [==================================================== ] 2727/3234 84% [==================================================== ] 2728/3234 84% [==================================================== ] 2729/3234 84% [==================================================== ] 2730/3234 84% [==================================================== ] 2731/3234 84% [==================================================== ] 2732/3234 84% [==================================================== ] 2733/3234 84% [==================================================== ] 2734/3234 84% [==================================================== ] 2735/3234 84% [==================================================== ] 2736/3234 84% [==================================================== ] 2737/3234 84% [==================================================== ] 2738/3234 84% [==================================================== ] 2739/3234 84% [==================================================== ] 2740/3234 84% [==================================================== ] 2741/3234 84% [==================================================== ] 2742/3234 84% [==================================================== ] 2743/3234 84% [==================================================== ] 2744/3234 84% [==================================================== ] 2745/3234 84% [==================================================== ] 2746/3234 84% [==================================================== ] 2747/3234 84% [==================================================== ] 2748/3234 84% [==================================================== ] 2749/3234 85% [==================================================== ] 2750/3234 85% [==================================================== ] 2751/3234 85% [==================================================== ] 2752/3234 85% [==================================================== ] 2753/3234 85% [==================================================== ] 2754/3234 85% [==================================================== ] 2755/3234 85% [==================================================== ] 2756/3234 85% [==================================================== ] 2757/3234 85% [==================================================== ] 2758/3234 85% [==================================================== ] 2759/3234 85% [==================================================== ] 2760/3234 85% [==================================================== ] 2761/3234 85% [==================================================== ] 2762/3234 85% [==================================================== ] 2763/3234 85% [==================================================== ] 2764/3234 85% [===================================================== ] 2765/3234 85% [===================================================== ] 2766/3234 85% [===================================================== ] 2767/3234 85% [===================================================== ] 2768/3234 85% [===================================================== ] 2769/3234 85% [===================================================== ] 2770/3234 85% [===================================================== ] 2771/3234 85% [===================================================== ] 2772/3234 85% [===================================================== ] 2773/3234 85% [===================================================== ] 2774/3234 85% [===================================================== ] 2775/3234 85% [===================================================== ] 2776/3234 85% [===================================================== ] 2777/3234 85% [===================================================== ] 2778/3234 85% [===================================================== ] 2779/3234 85% [===================================================== ] 2780/3234 85% [===================================================== ] 2781/3234 85% [===================================================== ] 2782/3234 86% [===================================================== ] 2783/3234 86% [===================================================== ] 2784/3234 86% [===================================================== ] 2785/3234 86% [===================================================== ] 2786/3234 86% [===================================================== ] 2787/3234 86% [===================================================== ] 2788/3234 86% [===================================================== ] 2789/3234 86% [===================================================== ] 2790/3234 86% [===================================================== ] 2791/3234 86% [===================================================== ] 2792/3234 86% [===================================================== ] 2793/3234 86% [===================================================== ] 2794/3234 86% [===================================================== ] 2795/3234 86% [===================================================== ] 2796/3234 86% [===================================================== ] 2797/3234 86% [===================================================== ] 2798/3234 86% [===================================================== ] 2799/3234 86% [===================================================== ] 2800/3234 86% [===================================================== ] 2801/3234 86% [===================================================== ] 2802/3234 86% [===================================================== ] 2803/3234 86% [===================================================== ] 2804/3234 86% [===================================================== ] 2805/3234 86% [===================================================== ] 2806/3234 86% [===================================================== ] 2807/3234 86% [===================================================== ] 2808/3234 86% [===================================================== ] 2809/3234 86% [===================================================== ] 2810/3234 86% [===================================================== ] 2811/3234 86% [===================================================== ] 2812/3234 86% [===================================================== ] 2813/3234 86% [===================================================== ] 2814/3234 87% [===================================================== ] 2815/3234 87% [===================================================== ] 2816/3234 87% [====================================================== ] 2817/3234 87% [====================================================== ] 2818/3234 87% [====================================================== ] 2819/3234 87% [====================================================== ] 2820/3234 87% [====================================================== ] 2821/3234 87% [====================================================== ] 2822/3234 87% [====================================================== ] 2823/3234 87% [====================================================== ] 2824/3234 87% [====================================================== ] 2825/3234 87% [====================================================== ] 2826/3234 87% [====================================================== ] 2827/3234 87% [====================================================== ] 2828/3234 87% [====================================================== ] 2829/3234 87% [====================================================== ] 2830/3234 87% [====================================================== ] 2831/3234 87% [====================================================== ] 2832/3234 87% [====================================================== ] 2833/3234 87% [====================================================== ] 2834/3234 87% [====================================================== ] 2835/3234 87% [====================================================== ] 2836/3234 87% [====================================================== ] 2837/3234 87% [====================================================== ] 2838/3234 87% [====================================================== ] 2839/3234 87% [====================================================== ] 2840/3234 87% [====================================================== ] 2841/3234 87% [====================================================== ] 2842/3234 87% [====================================================== ] 2843/3234 87% [====================================================== ] 2844/3234 87% [====================================================== ] 2845/3234 87% [====================================================== ] 2846/3234 88% [====================================================== ] 2847/3234 88% [====================================================== ] 2848/3234 88% [====================================================== ] 2849/3234 88% [====================================================== ] 2850/3234 88% [====================================================== ] 2851/3234 88% [====================================================== ] 2852/3234 88% [====================================================== ] 2853/3234 88% [====================================================== ] 2854/3234 88% [====================================================== ] 2855/3234 88% [====================================================== ] 2856/3234 88% [====================================================== ] 2857/3234 88% [====================================================== ] 2858/3234 88% [====================================================== ] 2859/3234 88% [====================================================== ] 2860/3234 88% [====================================================== ] 2861/3234 88% [====================================================== ] 2862/3234 88% [====================================================== ] 2863/3234 88% [====================================================== ] 2864/3234 88% [====================================================== ] 2865/3234 88% [====================================================== ] 2866/3234 88% [====================================================== ] 2867/3234 88% [====================================================== ] 2868/3234 88% [======================================================= ] 2869/3234 88% [======================================================= ] 2870/3234 88% [======================================================= ] 2871/3234 88% [======================================================= ] 2872/3234 88% [======================================================= ] 2873/3234 88% [======================================================= ] 2874/3234 88% [======================================================= ] 2875/3234 88% [======================================================= ] 2876/3234 88% [======================================================= ] 2877/3234 88% [======================================================= ] 2878/3234 88% [======================================================= ] 2879/3234 89% [======================================================= ] 2880/3234 89% [======================================================= ] 2881/3234 89% [======================================================= ] 2882/3234 89% [======================================================= ] 2883/3234 89% [======================================================= ] 2884/3234 89% [======================================================= ] 2885/3234 89% [======================================================= ] 2886/3234 89% [======================================================= ] 2887/3234 89% [======================================================= ] 2888/3234 89% [======================================================= ] 2889/3234 89% [======================================================= ] 2890/3234 89% [======================================================= ] 2891/3234 89% [======================================================= ] 2892/3234 89% [======================================================= ] 2893/3234 89% [======================================================= ] 2894/3234 89% [======================================================= ] 2895/3234 89% [======================================================= ] 2896/3234 89% [======================================================= ] 2897/3234 89% [======================================================= ] 2898/3234 89% [======================================================= ] 2899/3234 89% [======================================================= ] 2900/3234 89% [======================================================= ] 2901/3234 89% [======================================================= ] 2902/3234 89% [======================================================= ] 2903/3234 89% [======================================================= ] 2904/3234 89% [======================================================= ] 2905/3234 89% [======================================================= ] 2906/3234 89% [======================================================= ] 2907/3234 89% [======================================================= ] 2908/3234 89% [======================================================= ] 2909/3234 89% [======================================================= ] 2910/3234 89% [======================================================= ] 2911/3234 90% [======================================================= ] 2912/3234 90% [======================================================= ] 2913/3234 90% [======================================================= ] 2914/3234 90% [======================================================= ] 2915/3234 90% [======================================================= ] 2916/3234 90% [======================================================= ] 2917/3234 90% [======================================================= ] 2918/3234 90% [======================================================= ] 2919/3234 90% [======================================================= ] 2920/3234 90% [======================================================= ] 2921/3234 90% [======================================================== ] 2922/3234 90% [======================================================== ] 2923/3234 90% [======================================================== ] 2924/3234 90% [======================================================== ] 2925/3234 90% [======================================================== ] 2926/3234 90% [======================================================== ] 2927/3234 90% [======================================================== ] 2928/3234 90% [======================================================== ] 2929/3234 90% [======================================================== ] 2930/3234 90% [======================================================== ] 2931/3234 90% [======================================================== ] 2932/3234 90% [======================================================== ] 2933/3234 90% [======================================================== ] 2934/3234 90% [======================================================== ] 2935/3234 90% [======================================================== ] 2936/3234 90% [======================================================== ] 2937/3234 90% [======================================================== ] 2938/3234 90% [======================================================== ] 2939/3234 90% [======================================================== ] 2940/3234 90% [======================================================== ] 2941/3234 90% [======================================================== ] 2942/3234 90% [======================================================== ] 2943/3234 91% [======================================================== ] 2944/3234 91% [======================================================== ] 2945/3234 91% [======================================================== ] 2946/3234 91% [======================================================== ] 2947/3234 91% [======================================================== ] 2948/3234 91% [======================================================== ] 2949/3234 91% [======================================================== ] 2950/3234 91% [======================================================== ] 2951/3234 91% [======================================================== ] 2952/3234 91% [======================================================== ] 2953/3234 91% [======================================================== ] 2954/3234 91% [======================================================== ] 2955/3234 91% [======================================================== ] 2956/3234 91% [======================================================== ] 2957/3234 91% [======================================================== ] 2958/3234 91% [======================================================== ] 2959/3234 91% [======================================================== ] 2960/3234 91% [======================================================== ] 2961/3234 91% [======================================================== ] 2962/3234 91% [======================================================== ] 2963/3234 91% [======================================================== ] 2964/3234 91% [======================================================== ] 2965/3234 91% [======================================================== ] 2966/3234 91% [======================================================== ] 2967/3234 91% [======================================================== ] 2968/3234 91% [======================================================== ] 2969/3234 91% [======================================================== ] 2970/3234 91% [======================================================== ] 2971/3234 91% [======================================================== ] 2972/3234 91% [======================================================== ] 2973/3234 91% [========================================================= ] 2974/3234 91% [========================================================= ] 2975/3234 91% [========================================================= ] 2976/3234 92% [========================================================= ] 2977/3234 92% [========================================================= ] 2978/3234 92% [========================================================= ] 2979/3234 92% [========================================================= ] 2980/3234 92% [========================================================= ] 2981/3234 92% [========================================================= ] 2982/3234 92% [========================================================= ] 2983/3234 92% [========================================================= ] 2984/3234 92% [========================================================= ] 2985/3234 92% [========================================================= ] 2986/3234 92% [========================================================= ] 2987/3234 92% [========================================================= ] 2988/3234 92% [========================================================= ] 2989/3234 92% [========================================================= ] 2990/3234 92% [========================================================= ] 2991/3234 92% [========================================================= ] 2992/3234 92% [========================================================= ] 2993/3234 92% [========================================================= ] 2994/3234 92% [========================================================= ] 2995/3234 92% [========================================================= ] 2996/3234 92% [========================================================= ] 2997/3234 92% [========================================================= ] 2998/3234 92% [========================================================= ] 2999/3234 92% [========================================================= ] 3000/3234 92% [========================================================= ] 3001/3234 92% [========================================================= ] 3002/3234 92% [========================================================= ] 3003/3234 92% [========================================================= ] 3004/3234 92% [========================================================= ] 3005/3234 92% [========================================================= ] 3006/3234 92% [========================================================= ] 3007/3234 92% [========================================================= ] 3008/3234 93% [========================================================= ] 3009/3234 93% [========================================================= ] 3010/3234 93% [========================================================= ] 3011/3234 93% [========================================================= ] 3012/3234 93% [========================================================= ] 3013/3234 93% [========================================================= ] 3014/3234 93% [========================================================= ] 3015/3234 93% [========================================================= ] 3016/3234 93% [========================================================= ] 3017/3234 93% [========================================================= ] 3018/3234 93% [========================================================= ] 3019/3234 93% [========================================================= ] 3020/3234 93% [========================================================= ] 3021/3234 93% [========================================================= ] 3022/3234 93% [========================================================= ] 3023/3234 93% [========================================================= ] 3024/3234 93% [========================================================= ] 3025/3234 93% [========================================================== ] 3026/3234 93% [========================================================== ] 3027/3234 93% [========================================================== ] 3028/3234 93% [========================================================== ] 3029/3234 93% [========================================================== ] 3030/3234 93% [========================================================== ] 3031/3234 93% [========================================================== ] 3032/3234 93% [========================================================== ] 3033/3234 93% [========================================================== ] 3034/3234 93% [========================================================== ] 3035/3234 93% [========================================================== ] 3036/3234 93% [========================================================== ] 3037/3234 93% [========================================================== ] 3038/3234 93% [========================================================== ] 3039/3234 93% [========================================================== ] 3040/3234 94% [========================================================== ] 3041/3234 94% [========================================================== ] 3042/3234 94% [========================================================== ] 3043/3234 94% [========================================================== ] 3044/3234 94% [========================================================== ] 3045/3234 94% [========================================================== ] 3046/3234 94% [========================================================== ] 3047/3234 94% [========================================================== ] 3048/3234 94% [========================================================== ] 3049/3234 94% [========================================================== ] 3050/3234 94% [========================================================== ] 3051/3234 94% [========================================================== ] 3052/3234 94% [========================================================== ] 3053/3234 94% [========================================================== ] 3054/3234 94% [========================================================== ] 3055/3234 94% [========================================================== ] 3056/3234 94% [========================================================== ] 3057/3234 94% [========================================================== ] 3058/3234 94% [========================================================== ] 3059/3234 94% [========================================================== ] 3060/3234 94% [========================================================== ] 3061/3234 94% [========================================================== ] 3062/3234 94% [========================================================== ] 3063/3234 94% [========================================================== ] 3064/3234 94% [========================================================== ] 3065/3234 94% [========================================================== ] 3066/3234 94% [========================================================== ] 3067/3234 94% [========================================================== ] 3068/3234 94% [========================================================== ] 3069/3234 94% [========================================================== ] 3070/3234 94% [========================================================== ] 3071/3234 94% [========================================================== ] 3072/3234 94% [========================================================== ] 3073/3234 95% [========================================================== ] 3074/3234 95% [========================================================== ] 3075/3234 95% [========================================================== ] 3076/3234 95% [========================================================== ] 3077/3234 95% [=========================================================== ] 3078/3234 95% [=========================================================== ] 3079/3234 95% [=========================================================== ] 3080/3234 95% [=========================================================== ] 3081/3234 95% [=========================================================== ] 3082/3234 95% [=========================================================== ] 3083/3234 95% [=========================================================== ] 3084/3234 95% [=========================================================== ] 3085/3234 95% [=========================================================== ] 3086/3234 95% [=========================================================== ] 3087/3234 95% [=========================================================== ] 3088/3234 95% [=========================================================== ] 3089/3234 95% [=========================================================== ] 3090/3234 95% [=========================================================== ] 3091/3234 95% [=========================================================== ] 3092/3234 95% [=========================================================== ] 3093/3234 95% [=========================================================== ] 3094/3234 95% [=========================================================== ] 3095/3234 95% [=========================================================== ] 3096/3234 95% [=========================================================== ] 3097/3234 95% [=========================================================== ] 3098/3234 95% [=========================================================== ] 3099/3234 95% [=========================================================== ] 3100/3234 95% [=========================================================== ] 3101/3234 95% [=========================================================== ] 3102/3234 95% [=========================================================== ] 3103/3234 95% [=========================================================== ] 3104/3234 95% [=========================================================== ] 3105/3234 96% [=========================================================== ] 3106/3234 96% [=========================================================== ] 3107/3234 96% [=========================================================== ] 3108/3234 96% [=========================================================== ] 3109/3234 96% [=========================================================== ] 3110/3234 96% [=========================================================== ] 3111/3234 96% [=========================================================== ] 3112/3234 96% [=========================================================== ] 3113/3234 96% [=========================================================== ] 3114/3234 96% [=========================================================== ] 3115/3234 96% [=========================================================== ] 3116/3234 96% [=========================================================== ] 3117/3234 96% [=========================================================== ] 3118/3234 96% [=========================================================== ] 3119/3234 96% [=========================================================== ] 3120/3234 96% [=========================================================== ] 3121/3234 96% [=========================================================== ] 3122/3234 96% [=========================================================== ] 3123/3234 96% [=========================================================== ] 3124/3234 96% [=========================================================== ] 3125/3234 96% [=========================================================== ] 3126/3234 96% [=========================================================== ] 3127/3234 96% [=========================================================== ] 3128/3234 96% [=========================================================== ] 3129/3234 96% [============================================================ ] 3130/3234 96% [============================================================ ] 3131/3234 96% [============================================================ ] 3132/3234 96% [============================================================ ] 3133/3234 96% [============================================================ ] 3134/3234 96% [============================================================ ] 3135/3234 96% [============================================================ ] 3136/3234 96% [============================================================ ] 3137/3234 97% [============================================================ ] 3138/3234 97% [============================================================ ] 3139/3234 97% [============================================================ ] 3140/3234 97% [============================================================ ] 3141/3234 97% [============================================================ ] 3142/3234 97% [============================================================ ] 3143/3234 97% [============================================================ ] 3144/3234 97% [============================================================ ] 3145/3234 97% [============================================================ ] 3146/3234 97% [============================================================ ] 3147/3234 97% [============================================================ ] 3148/3234 97% [============================================================ ] 3149/3234 97% [============================================================ ] 3150/3234 97% [============================================================ ] 3151/3234 97% [============================================================ ] 3152/3234 97% [============================================================ ] 3153/3234 97% [============================================================ ] 3154/3234 97% [============================================================ ] 3155/3234 97% [============================================================ ] 3156/3234 97% [============================================================ ] 3157/3234 97% [============================================================ ] 3158/3234 97% [============================================================ ] 3159/3234 97% [============================================================ ] 3160/3234 97% [============================================================ ] 3161/3234 97% [============================================================ ] 3162/3234 97% [============================================================ ] 3163/3234 97% [============================================================ ] 3164/3234 97% [============================================================ ] 3165/3234 97% [============================================================ ] 3166/3234 97% [============================================================ ] 3167/3234 97% [============================================================ ] 3168/3234 97% [============================================================ ] 3169/3234 97% [============================================================ ] 3170/3234 98% [============================================================ ] 3171/3234 98% [============================================================ ] 3172/3234 98% [============================================================ ] 3173/3234 98% [============================================================ ] 3174/3234 98% [============================================================ ] 3175/3234 98% [============================================================ ] 3176/3234 98% [============================================================ ] 3177/3234 98% [============================================================ ] 3178/3234 98% [============================================================ ] 3179/3234 98% [============================================================ ] 3180/3234 98% [============================================================ ] 3181/3234 98% [============================================================= ] 3182/3234 98% [============================================================= ] 3183/3234 98% [============================================================= ] 3184/3234 98% [============================================================= ] 3185/3234 98% [============================================================= ] 3186/3234 98% [============================================================= ] 3187/3234 98% [============================================================= ] 3188/3234 98% [============================================================= ] 3189/3234 98% [============================================================= ] 3190/3234 98% [============================================================= ] 3191/3234 98% [============================================================= ] 3192/3234 98% [============================================================= ] 3193/3234 98% [============================================================= ] 3194/3234 98% [============================================================= ] 3195/3234 98% [============================================================= ] 3196/3234 98% [============================================================= ] 3197/3234 98% [============================================================= ] 3198/3234 98% [============================================================= ] 3199/3234 98% [============================================================= ] 3200/3234 98% [============================================================= ] 3201/3234 98% [============================================================= ] 3202/3234 99% [============================================================= ] 3203/3234 99% [============================================================= ] 3204/3234 99% [============================================================= ] 3205/3234 99% [============================================================= ] 3206/3234 99% [============================================================= ] 3207/3234 99% [============================================================= ] 3208/3234 99% [============================================================= ] 3209/3234 99% [============================================================= ] 3210/3234 99% [============================================================= ] 3211/3234 99% [============================================================= ] 3212/3234 99% [============================================================= ] 3213/3234 99% [============================================================= ] 3214/3234 99% [============================================================= ] 3215/3234 99% [============================================================= ] 3216/3234 99% [============================================================= ] 3217/3234 99% [============================================================= ] 3218/3234 99% [============================================================= ] 3219/3234 99% [============================================================= ] 3220/3234 99% [============================================================= ] 3221/3234 99% [============================================================= ] 3222/3234 99% [============================================================= ] 3223/3234 99% [============================================================= ] 3224/3234 99% [============================================================= ] 3225/3234 99% [============================================================= ] 3226/3234 99% [============================================================= ] 3227/3234 99% [============================================================= ] 3228/3234 99% [============================================================= ] 3229/3234 99% [============================================================= ] 3230/3234 99% [============================================================= ] 3231/3234 99% [============================================================= ] 3232/3234 99% [============================================================= ] 3233/3234 99% [==============================================================] 3234/3234 100% operation complete, 3234 objects in 51961 NAND pages. ln -snf /home/thomas/autobuild/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-3/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot' make: Entering directory '/home/thomas/autobuild/instance-3/buildroot' >>> Buildroot 2022.08-rc1-3061-g7ad6dd20ff Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> 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-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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> dt 18.32 Collecting legal info LICENSE: OK (sha256: 49f47f20de4b44dc3505ed0cc55bfbfe0fc3e41956ab546f1eeedcf554def54c) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> empty 0.6.22b Collecting legal info COPYRIGHT: OK (sha256: db6b65f5eaf782a92715887ac107f3477d64016301a66194a92312b13ff89be1) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> 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) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hackrf 2023.01.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ibm-sw-tpm2 1661 Collecting legal info LICENSE: OK (sha256: dd2d31b560011ea673e197251e710e52669d911367d83cd3cfd018f8ed58bde9) >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lcms2 2.14 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdrm 2.4.115 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libkrb5 1.20.1 Collecting legal info NOTICE: OK (sha256: cfadcf7b2ead2f3af793c25c00638c9908ac0023b101695f40cb9a03b16811dc) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libssh 0.10.4 Collecting legal info COPYING: OK (sha256: 1656186e951db1c010a8485481fa94587f7e53a26d24976bef97945ad0c4df5a) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> lksctp-tools 1.0.19 Collecting legal info COPYING.lib: OK (sha256: dee5f35e583183abb9212938643ecb2d858fd89e2e286f4b1d903f65d49d6c76) COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mmc-utils dfc3b6ecda84d21418fb4408b39c5c71db4c6458 Collecting legal info mmc.h: OK (sha256: f57e3c6169116aa9ff06eec95734ca000e4d0196467bb221e80e50530c768081) >>> monit 5.26.0 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-vim 9.0.1414 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: d187aff219161f37138479257f82d687ea10b2cdd17d58b53a3ec9b79d6dc870) >>> obsidian-cursors 1.0 Collecting legal info >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> optee-client 3.19.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> owfs 3.2p4 Collecting legal info COPYING: OK (sha256: 1f0527ab035eefb5197c68633d06f50f5077c719d82a99344702ceaca29150b9) COPYING.LIB: OK (sha256: 8a6601b893d5784d931b2ede64a406fac463acfbb7014914e27de4d6e68457c3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> pkcs11-helper 1.29.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> host-rauc 1.9 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> redis 7.0.7 Collecting legal info COPYING: OK (sha256: 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rsyslog 8.2204.1 Collecting legal info COPYING: OK (sha256: 054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f083) COPYING.LESSER: OK (sha256: 4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed) COPYING.ASL20: OK (sha256: 8743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> sqlcipher 4.5.1 Collecting legal info LICENSE: OK (sha256: 3eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8) >>> host-tcl 8.6.12 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> stunnel 5.65 Collecting legal info COPYING.md: OK (sha256: f10bcd7ee7b722dce40c9c674761ddb37e7e29a76a6e413e961cd52e361c5d7a) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> transmission 3.00 Collecting legal info COPYING: OK (sha256: 2b16da5bd02790d1e4d332cfd42b9dfd7d1b0ed3a16a75dc7e76b6ed239fdba9) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> uhubctl 2.5.0 Collecting legal info LICENSE: OK (sha256: 5eb09049fafa91347386daf769223ba2ee6914cb26ab95b86854ad6edea49b5d) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> unionfs 2.1 Collecting legal info LICENSE: OK (sha256: f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot'