>>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs printf ' snmp -1 snmp -1 * - - - snmpd user\n sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n saned -1 saned -1 * /etc/sane.d - - Saned User\n\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 2557 number of 4KB nodes: 13194 Total image size: 39737856 >>> Generating filesystem image rootfs.squashfs mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.squashfs -noappend -processors 1 -b 1024K -nopad -comp lzo\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-12/output-1/images/rootfs.squashfs, block size 1048576. [=============================================================-] 1809/1809 100% Exportable Squashfs 4.0 filesystem, lzo compressed, data block size 1048576 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 19027.26 Kbytes (18.58 Mbytes) 41.46% of uncompressed filesystem size (45888.53 Kbytes) Inode table size 31789 bytes (31.04 Kbytes) 36.08% of uncompressed inode table size (88118 bytes) Directory table size 27791 bytes (27.14 Kbytes) 54.07% of uncompressed directory table size (51401 bytes) Number of duplicate files found 12 Number of inodes 2557 Number of files 1803 Number of fragments 41 Number of symbolic links 635 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 119 Number of hard-links 0 Number of ids (unique uids + gids) 4 Number of uids 3 root (0) polkitd (102) http (33) Number of gids 3 root (0) unknown (103) http (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2557 objects. stage 2: creating image '/home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2' [ ] 1/2557 0% [ ] 2/2557 0% [ ] 3/2557 0% [ ] 4/2557 0% [ ] 5/2557 0% [ ] 6/2557 0% [ ] 7/2557 0% [ ] 8/2557 0% [ ] 9/2557 0% [ ] 10/2557 0% [ ] 11/2557 0% [ ] 12/2557 0% [ ] 13/2557 0% [ ] 14/2557 0% [ ] 15/2557 0% [ ] 16/2557 0% [ ] 17/2557 0% [ ] 18/2557 0% [ ] 19/2557 0% [ ] 20/2557 0% [ ] 21/2557 0% [ ] 22/2557 0% [ ] 23/2557 0% [ ] 24/2557 0% [ ] 25/2557 0% [ ] 26/2557 1% [ ] 27/2557 1% [ ] 28/2557 1% [ ] 29/2557 1% [ ] 30/2557 1% [ ] 31/2557 1% [ ] 32/2557 1% [ ] 33/2557 1% [ ] 34/2557 1% [ ] 35/2557 1% [ ] 36/2557 1% [ ] 37/2557 1% [ ] 38/2557 1% [ ] 39/2557 1% [ ] 40/2557 1% [ ] 41/2557 1% [= ] 42/2557 1% [= ] 43/2557 1% [= ] 44/2557 1% [= ] 45/2557 1% [= ] 46/2557 1% [= ] 47/2557 1% [= ] 48/2557 1% [= ] 49/2557 1% [= ] 50/2557 1% [= ] 51/2557 1% [= ] 52/2557 2% [= ] 53/2557 2% [= ] 54/2557 2% [= ] 55/2557 2% [= ] 56/2557 2% [= ] 57/2557 2% [= ] 58/2557 2% [= ] 59/2557 2% [= ] 60/2557 2% [= ] 61/2557 2% [= ] 62/2557 2% [= ] 63/2557 2% [= ] 64/2557 2% [= ] 65/2557 2% [= ] 66/2557 2% [= ] 67/2557 2% [= ] 68/2557 2% [= ] 69/2557 2% [= ] 70/2557 2% [= ] 71/2557 2% [= ] 72/2557 2% [= ] 73/2557 2% [= ] 74/2557 2% [= ] 75/2557 2% [= ] 76/2557 2% [= ] 77/2557 3% [= ] 78/2557 3% [= ] 79/2557 3% [= ] 80/2557 3% [= ] 81/2557 3% [= ] 82/2557 3% [== ] 83/2557 3% [== ] 84/2557 3% [== ] 85/2557 3% [== ] 86/2557 3% [== ] 87/2557 3% [== ] 88/2557 3% [== ] 89/2557 3% [== ] 90/2557 3% [== ] 91/2557 3% [== ] 92/2557 3% [== ] 93/2557 3% [== ] 94/2557 3% [== ] 95/2557 3% [== ] 96/2557 3% [== ] 97/2557 3% [== ] 98/2557 3% [== ] 99/2557 3% [== ] 100/2557 3% [== ] 101/2557 3% [== ] 102/2557 3% [== ] 103/2557 4% [== ] 104/2557 4% [== ] 105/2557 4% [== ] 106/2557 4% [== ] 107/2557 4% [== ] 108/2557 4% [== ] 109/2557 4% [== ] 110/2557 4% [== ] 111/2557 4% [== ] 112/2557 4% [== ] 113/2557 4% [== ] 114/2557 4% [== ] 115/2557 4% [== ] 116/2557 4% [== ] 117/2557 4% [== ] 118/2557 4% [== ] 119/2557 4% [== ] 120/2557 4% [== ] 121/2557 4% [== ] 122/2557 4% [== ] 123/2557 4% [=== ] 124/2557 4% [=== ] 125/2557 4% [=== ] 126/2557 4% [=== ] 127/2557 4% [=== ] 128/2557 5% [=== ] 129/2557 5% [=== ] 130/2557 5% [=== ] 131/2557 5% [=== ] 132/2557 5% [=== ] 133/2557 5% [=== ] 134/2557 5% [=== ] 135/2557 5% [=== ] 136/2557 5% [=== ] 137/2557 5% [=== ] 138/2557 5% [=== ] 139/2557 5% [=== ] 140/2557 5% [=== ] 141/2557 5% [=== ] 142/2557 5% [=== ] 143/2557 5% [=== ] 144/2557 5% [=== ] 145/2557 5% [=== ] 146/2557 5% [=== ] 147/2557 5% [=== ] 148/2557 5% [=== ] 149/2557 5% [=== ] 150/2557 5% [=== ] 151/2557 5% [=== ] 152/2557 5% [=== ] 153/2557 5% [=== ] 154/2557 6% [=== ] 155/2557 6% [=== ] 156/2557 6% [=== ] 157/2557 6% [=== ] 158/2557 6% [=== ] 159/2557 6% [=== ] 160/2557 6% [=== ] 161/2557 6% [=== ] 162/2557 6% [=== ] 163/2557 6% [=== ] 164/2557 6% [==== ] 165/2557 6% [==== ] 166/2557 6% [==== ] 167/2557 6% [==== ] 168/2557 6% [==== ] 169/2557 6% [==== ] 170/2557 6% [==== ] 171/2557 6% [==== ] 172/2557 6% [==== ] 173/2557 6% [==== ] 174/2557 6% [==== ] 175/2557 6% [==== ] 176/2557 6% [==== ] 177/2557 6% [==== ] 178/2557 6% [==== ] 179/2557 7% [==== ] 180/2557 7% [==== ] 181/2557 7% [==== ] 182/2557 7% [==== ] 183/2557 7% [==== ] 184/2557 7% [==== ] 185/2557 7% [==== ] 186/2557 7% [==== ] 187/2557 7% [==== ] 188/2557 7% [==== ] 189/2557 7% [==== ] 190/2557 7% [==== ] 191/2557 7% [==== ] 192/2557 7% [==== ] 193/2557 7% [==== ] 194/2557 7% [==== ] 195/2557 7% [==== ] 196/2557 7% [==== ] 197/2557 7% [==== ] 198/2557 7% [==== ] 199/2557 7% [==== ] 200/2557 7% [==== ] 201/2557 7% [==== ] 202/2557 7% [==== ] 203/2557 7% [==== ] 204/2557 7% [==== ] 205/2557 8% [==== ] 206/2557 8% [===== ] 207/2557 8% [===== ] 208/2557 8% [===== ] 209/2557 8% [===== ] 210/2557 8% [===== ] 211/2557 8% [===== ] 212/2557 8% [===== ] 213/2557 8% [===== ] 214/2557 8% [===== ] 215/2557 8% [===== ] 216/2557 8% [===== ] 217/2557 8% [===== ] 218/2557 8% [===== ] 219/2557 8% [===== ] 220/2557 8% [===== ] 221/2557 8% [===== ] 222/2557 8% [===== ] 223/2557 8% [===== ] 224/2557 8% [===== ] 225/2557 8% [===== ] 226/2557 8% [===== ] 227/2557 8% [===== ] 228/2557 8% [===== ] 229/2557 8% [===== ] 230/2557 8% [===== ] 231/2557 9% [===== ] 232/2557 9% [===== ] 233/2557 9% [===== ] 234/2557 9% [===== ] 235/2557 9% [===== ] 236/2557 9% [===== ] 237/2557 9% [===== ] 238/2557 9% [===== ] 239/2557 9% [===== ] 240/2557 9% [===== ] 241/2557 9% [===== ] 242/2557 9% [===== ] 243/2557 9% [===== ] 244/2557 9% [===== ] 245/2557 9% [===== ] 246/2557 9% [===== ] 247/2557 9% [====== ] 248/2557 9% [====== ] 249/2557 9% [====== ] 250/2557 9% [====== ] 251/2557 9% [====== ] 252/2557 9% [====== ] 253/2557 9% [====== ] 254/2557 9% [====== ] 255/2557 9% [====== ] 256/2557 10% [====== ] 257/2557 10% [====== ] 258/2557 10% [====== ] 259/2557 10% [====== ] 260/2557 10% [====== ] 261/2557 10% [====== ] 262/2557 10% [====== ] 263/2557 10% [====== ] 264/2557 10% [====== ] 265/2557 10% [====== ] 266/2557 10% [====== ] 267/2557 10% [====== ] 268/2557 10% [====== ] 269/2557 10% [====== ] 270/2557 10% [====== ] 271/2557 10% [====== ] 272/2557 10% [====== ] 273/2557 10% [====== ] 274/2557 10% [====== ] 275/2557 10% [====== ] 276/2557 10% [====== ] 277/2557 10% [====== ] 278/2557 10% [====== ] 279/2557 10% [====== ] 280/2557 10% [====== ] 281/2557 10% [====== ] 282/2557 11% [====== ] 283/2557 11% [====== ] 284/2557 11% [====== ] 285/2557 11% [====== ] 286/2557 11% [====== ] 287/2557 11% [====== ] 288/2557 11% [======= ] 289/2557 11% [======= ] 290/2557 11% [======= ] 291/2557 11% [======= ] 292/2557 11% [======= ] 293/2557 11% [======= ] 294/2557 11% [======= ] 295/2557 11% [======= ] 296/2557 11% [======= ] 297/2557 11% [======= ] 298/2557 11% [======= ] 299/2557 11% [======= ] 300/2557 11% [======= ] 301/2557 11% [======= ] 302/2557 11% [======= ] 303/2557 11% [======= ] 304/2557 11% [======= ] 305/2557 11% [======= ] 306/2557 11% [======= ] 307/2557 12% [======= ] 308/2557 12% [======= ] 309/2557 12% [======= ] 310/2557 12% [======= ] 311/2557 12% [======= ] 312/2557 12% [======= ] 313/2557 12% [======= ] 314/2557 12% [======= ] 315/2557 12% [======= ] 316/2557 12% [======= ] 317/2557 12% [======= ] 318/2557 12% [======= ] 319/2557 12% [======= ] 320/2557 12% [======= ] 321/2557 12% [======= ] 322/2557 12% [======= ] 323/2557 12% [======= ] 324/2557 12% [======= ] 325/2557 12% [======= ] 326/2557 12% [======= ] 327/2557 12% [======= ] 328/2557 12% [======= ] 329/2557 12% [======== ] 330/2557 12% [======== ] 331/2557 12% [======== ] 332/2557 12% [======== ] 333/2557 13% [======== ] 334/2557 13% [======== ] 335/2557 13% [======== ] 336/2557 13% [======== ] 337/2557 13% [======== ] 338/2557 13% [======== ] 339/2557 13% [======== ] 340/2557 13% [======== ] 341/2557 13% [======== ] 342/2557 13% [======== ] 343/2557 13% [======== ] 344/2557 13% [======== ] 345/2557 13% [======== ] 346/2557 13% [======== ] 347/2557 13% [======== ] 348/2557 13% [======== ] 349/2557 13% [======== ] 350/2557 13% [======== ] 351/2557 13% [======== ] 352/2557 13% [======== ] 353/2557 13% [======== ] 354/2557 13% [======== ] 355/2557 13% [======== ] 356/2557 13% [======== ] 357/2557 13% [======== ] 358/2557 14% [======== ] 359/2557 14% [======== ] 360/2557 14% [======== ] 361/2557 14% [======== ] 362/2557 14% [======== ] 363/2557 14% [======== ] 364/2557 14% [======== ] 365/2557 14% [======== ] 366/2557 14% [======== ] 367/2557 14% [======== ] 368/2557 14% [======== ] 369/2557 14% [======== ] 370/2557 14% [======== ] 371/2557 14% [========= ] 372/2557 14% [========= ] 373/2557 14% [========= ] 374/2557 14% [========= ] 375/2557 14% [========= ] 376/2557 14% [========= ] 377/2557 14% [========= ] 378/2557 14% [========= ] 379/2557 14% [========= ] 380/2557 14% [========= ] 381/2557 14% [========= ] 382/2557 14% [========= ] 383/2557 14% [========= ] 384/2557 15% [========= ] 385/2557 15% [========= ] 386/2557 15% [========= ] 387/2557 15% [========= ] 388/2557 15% [========= ] 389/2557 15% [========= ] 390/2557 15% [========= ] 391/2557 15% [========= ] 392/2557 15% [========= ] 393/2557 15% [========= ] 394/2557 15% [========= ] 395/2557 15% [========= ] 396/2557 15% [========= ] 397/2557 15% [========= ] 398/2557 15% [========= ] 399/2557 15% [========= ] 400/2557 15% [========= ] 401/2557 15% [========= ] 402/2557 15% [========= ] 403/2557 15% [========= ] 404/2557 15% [========= ] 405/2557 15% [========= ] 406/2557 15% [========= ] 407/2557 15% [========= ] 408/2557 15% [========= ] 409/2557 15% [========= ] 410/2557 16% [========= ] 411/2557 16% [========= ] 412/2557 16% [========== ] 413/2557 16% [========== ] 414/2557 16% [========== ] 415/2557 16% [========== ] 416/2557 16% [========== ] 417/2557 16% [========== ] 418/2557 16% [========== ] 419/2557 16% [========== ] 420/2557 16% [========== ] 421/2557 16% [========== ] 422/2557 16% [========== ] 423/2557 16% [========== ] 424/2557 16% [========== ] 425/2557 16% [========== ] 426/2557 16% [========== ] 427/2557 16% [========== ] 428/2557 16% [========== ] 429/2557 16% [========== ] 430/2557 16% [========== ] 431/2557 16% [========== ] 432/2557 16% [========== ] 433/2557 16% [========== ] 434/2557 16% [========== ] 435/2557 17% [========== ] 436/2557 17% [========== ] 437/2557 17% [========== ] 438/2557 17% [========== ] 439/2557 17% [========== ] 440/2557 17% [========== ] 441/2557 17% [========== ] 442/2557 17% [========== ] 443/2557 17% [========== ] 444/2557 17% [========== ] 445/2557 17% [========== ] 446/2557 17% [========== ] 447/2557 17% [========== ] 448/2557 17% [========== ] 449/2557 17% [========== ] 450/2557 17% [========== ] 451/2557 17% [========== ] 452/2557 17% [========== ] 453/2557 17% [=========== ] 454/2557 17% [=========== ] 455/2557 17% [=========== ] 456/2557 17% [=========== ] 457/2557 17% [=========== ] 458/2557 17% [=========== ] 459/2557 17% [=========== ] 460/2557 17% [=========== ] 461/2557 18% [=========== ] 462/2557 18% [=========== ] 463/2557 18% [=========== ] 464/2557 18% [=========== ] 465/2557 18% [=========== ] 466/2557 18% [=========== ] 467/2557 18% [=========== ] 468/2557 18% [=========== ] 469/2557 18% [=========== ] 470/2557 18% [=========== ] 471/2557 18% [=========== ] 472/2557 18% [=========== ] 473/2557 18% [=========== ] 474/2557 18% [=========== ] 475/2557 18% [=========== ] 476/2557 18% [=========== ] 477/2557 18% [=========== ] 478/2557 18% [=========== ] 479/2557 18% [=========== ] 480/2557 18% [=========== ] 481/2557 18% [=========== ] 482/2557 18% [=========== ] 483/2557 18% [=========== ] 484/2557 18% [=========== ] 485/2557 18% [=========== ] 486/2557 19% [=========== ] 487/2557 19% [=========== ] 488/2557 19% [=========== ] 489/2557 19% [=========== ] 490/2557 19% [=========== ] 491/2557 19% [=========== ] 492/2557 19% [=========== ] 493/2557 19% [=========== ] 494/2557 19% [============ ] 495/2557 19% [============ ] 496/2557 19% [============ ] 497/2557 19% [============ ] 498/2557 19% [============ ] 499/2557 19% [============ ] 500/2557 19% [============ ] 501/2557 19% [============ ] 502/2557 19% [============ ] 503/2557 19% [============ ] 504/2557 19% [============ ] 505/2557 19% [============ ] 506/2557 19% [============ ] 507/2557 19% [============ ] 508/2557 19% [============ ] 509/2557 19% [============ ] 510/2557 19% [============ ] 511/2557 19% [============ ] 512/2557 20% [============ ] 513/2557 20% [============ ] 514/2557 20% [============ ] 515/2557 20% [============ ] 516/2557 20% [============ ] 517/2557 20% [============ ] 518/2557 20% [============ ] 519/2557 20% [============ ] 520/2557 20% [============ ] 521/2557 20% [============ ] 522/2557 20% [============ ] 523/2557 20% [============ ] 524/2557 20% [============ ] 525/2557 20% [============ ] 526/2557 20% [============ ] 527/2557 20% [============ ] 528/2557 20% [============ ] 529/2557 20% [============ ] 530/2557 20% [============ ] 531/2557 20% [============ ] 532/2557 20% [============ ] 533/2557 20% [============ ] 534/2557 20% [============ ] 535/2557 20% [============ ] 536/2557 20% [============= ] 537/2557 21% [============= ] 538/2557 21% [============= ] 539/2557 21% [============= ] 540/2557 21% [============= ] 541/2557 21% [============= ] 542/2557 21% [============= ] 543/2557 21% [============= ] 544/2557 21% [============= ] 545/2557 21% [============= ] 546/2557 21% [============= ] 547/2557 21% [============= ] 548/2557 21% [============= ] 549/2557 21% [============= ] 550/2557 21% [============= ] 551/2557 21% [============= ] 552/2557 21% [============= ] 553/2557 21% [============= ] 554/2557 21% [============= ] 555/2557 21% [============= ] 556/2557 21% [============= ] 557/2557 21% [============= ] 558/2557 21% [============= ] 559/2557 21% [============= ] 560/2557 21% [============= ] 561/2557 21% [============= ] 562/2557 21% [============= ] 563/2557 22% [============= ] 564/2557 22% [============= ] 565/2557 22% [============= ] 566/2557 22% [============= ] 567/2557 22% [============= ] 568/2557 22% [============= ] 569/2557 22% [============= ] 570/2557 22% [============= ] 571/2557 22% [============= ] 572/2557 22% [============= ] 573/2557 22% [============= ] 574/2557 22% [============= ] 575/2557 22% [============= ] 576/2557 22% [============= ] 577/2557 22% [============== ] 578/2557 22% [============== ] 579/2557 22% [============== ] 580/2557 22% [============== ] 581/2557 22% [============== ] 582/2557 22% [============== ] 583/2557 22% [============== ] 584/2557 22% [============== ] 585/2557 22% [============== ] 586/2557 22% [============== ] 587/2557 22% [============== ] 588/2557 22% [============== ] 589/2557 23% [============== ] 590/2557 23% [============== ] 591/2557 23% [============== ] 592/2557 23% [============== ] 593/2557 23% [============== ] 594/2557 23% [============== ] 595/2557 23% [============== ] 596/2557 23% [============== ] 597/2557 23% [============== ] 598/2557 23% [============== ] 599/2557 23% [============== ] 600/2557 23% [============== ] 601/2557 23% [============== ] 602/2557 23% [============== ] 603/2557 23% [============== ] 604/2557 23% [============== ] 605/2557 23% [============== ] 606/2557 23% [============== ] 607/2557 23% [============== ] 608/2557 23% [============== ] 609/2557 23% [============== ] 610/2557 23% [============== ] 611/2557 23% [============== ] 612/2557 23% [============== ] 613/2557 23% [============== ] 614/2557 24% [============== ] 615/2557 24% [============== ] 616/2557 24% [============== ] 617/2557 24% [============== ] 618/2557 24% [=============== ] 619/2557 24% [=============== ] 620/2557 24% [=============== ] 621/2557 24% [=============== ] 622/2557 24% [=============== ] 623/2557 24% [=============== ] 624/2557 24% [=============== ] 625/2557 24% [=============== ] 626/2557 24% [=============== ] 627/2557 24% [=============== ] 628/2557 24% [=============== ] 629/2557 24% [=============== ] 630/2557 24% [=============== ] 631/2557 24% [=============== ] 632/2557 24% [=============== ] 633/2557 24% [=============== ] 634/2557 24% [=============== ] 635/2557 24% [=============== ] 636/2557 24% [=============== ] 637/2557 24% [=============== ] 638/2557 24% [=============== ] 639/2557 24% [=============== ] 640/2557 25% [=============== ] 641/2557 25% [=============== ] 642/2557 25% [=============== ] 643/2557 25% [=============== ] 644/2557 25% [=============== ] 645/2557 25% [=============== ] 646/2557 25% [=============== ] 647/2557 25% [=============== ] 648/2557 25% [=============== ] 649/2557 25% [=============== ] 650/2557 25% [=============== ] 651/2557 25% [=============== ] 652/2557 25% [=============== ] 653/2557 25% [=============== ] 654/2557 25% [=============== ] 655/2557 25% [=============== ] 656/2557 25% [=============== ] 657/2557 25% [=============== ] 658/2557 25% [=============== ] 659/2557 25% [================ ] 660/2557 25% [================ ] 661/2557 25% [================ ] 662/2557 25% [================ ] 663/2557 25% [================ ] 664/2557 25% [================ ] 665/2557 26% [================ ] 666/2557 26% [================ ] 667/2557 26% [================ ] 668/2557 26% [================ ] 669/2557 26% [================ ] 670/2557 26% [================ ] 671/2557 26% [================ ] 672/2557 26% [================ ] 673/2557 26% [================ ] 674/2557 26% [================ ] 675/2557 26% [================ ] 676/2557 26% [================ ] 677/2557 26% [================ ] 678/2557 26% [================ ] 679/2557 26% [================ ] 680/2557 26% [================ ] 681/2557 26% [================ ] 682/2557 26% [================ ] 683/2557 26% [================ ] 684/2557 26% [================ ] 685/2557 26% [================ ] 686/2557 26% [================ ] 687/2557 26% [================ ] 688/2557 26% [================ ] 689/2557 26% [================ ] 690/2557 26% [================ ] 691/2557 27% [================ ] 692/2557 27% [================ ] 693/2557 27% [================ ] 694/2557 27% [================ ] 695/2557 27% [================ ] 696/2557 27% [================ ] 697/2557 27% [================ ] 698/2557 27% [================ ] 699/2557 27% [================ ] 700/2557 27% [================ ] 701/2557 27% [================= ] 702/2557 27% [================= ] 703/2557 27% [================= ] 704/2557 27% [================= ] 705/2557 27% [================= ] 706/2557 27% [================= ] 707/2557 27% [================= ] 708/2557 27% [================= ] 709/2557 27% [================= ] 710/2557 27% [================= ] 711/2557 27% [================= ] 712/2557 27% [================= ] 713/2557 27% [================= ] 714/2557 27% [================= ] 715/2557 27% [================= ] 716/2557 28% [================= ] 717/2557 28% [================= ] 718/2557 28% [================= ] 719/2557 28% [================= ] 720/2557 28% [================= ] 721/2557 28% [================= ] 722/2557 28% [================= ] 723/2557 28% [================= ] 724/2557 28% [================= ] 725/2557 28% [================= ] 726/2557 28% [================= ] 727/2557 28% [================= ] 728/2557 28% [================= ] 729/2557 28% [================= ] 730/2557 28% [================= ] 731/2557 28% [================= ] 732/2557 28% [================= ] 733/2557 28% [================= ] 734/2557 28% [================= ] 735/2557 28% [================= ] 736/2557 28% [================= ] 737/2557 28% [================= ] 738/2557 28% [================= ] 739/2557 28% [================= ] 740/2557 28% [================= ] 741/2557 28% [================= ] 742/2557 29% [================== ] 743/2557 29% [================== ] 744/2557 29% [================== ] 745/2557 29% [================== ] 746/2557 29% [================== ] 747/2557 29% [================== ] 748/2557 29% [================== ] 749/2557 29% [================== ] 750/2557 29% [================== ] 751/2557 29% [================== ] 752/2557 29% [================== ] 753/2557 29% [================== ] 754/2557 29% [================== ] 755/2557 29% [================== ] 756/2557 29% [================== ] 757/2557 29% [================== ] 758/2557 29% [================== ] 759/2557 29% [================== ] 760/2557 29% [================== ] 761/2557 29% [================== ] 762/2557 29% [================== ] 763/2557 29% [================== ] 764/2557 29% [================== ] 765/2557 29% [================== ] 766/2557 29% [================== ] 767/2557 29% [================== ] 768/2557 30% [================== ] 769/2557 30% [================== ] 770/2557 30% [================== ] 771/2557 30% [================== ] 772/2557 30% [================== ] 773/2557 30% [================== ] 774/2557 30% [================== ] 775/2557 30% [================== ] 776/2557 30% [================== ] 777/2557 30% [================== ] 778/2557 30% [================== ] 779/2557 30% [================== ] 780/2557 30% [================== ] 781/2557 30% [================== ] 782/2557 30% [================== ] 783/2557 30% [=================== ] 784/2557 30% [=================== ] 785/2557 30% [=================== ] 786/2557 30% [=================== ] 787/2557 30% [=================== ] 788/2557 30% [=================== ] 789/2557 30% [=================== ] 790/2557 30% [=================== ] 791/2557 30% [=================== ] 792/2557 30% [=================== ] 793/2557 31% [=================== ] 794/2557 31% [=================== ] 795/2557 31% [=================== ] 796/2557 31% [=================== ] 797/2557 31% [=================== ] 798/2557 31% [=================== ] 799/2557 31% [=================== ] 800/2557 31% [=================== ] 801/2557 31% [=================== ] 802/2557 31% [=================== ] 803/2557 31% [=================== ] 804/2557 31% [=================== ] 805/2557 31% [=================== ] 806/2557 31% [=================== ] 807/2557 31% [=================== ] 808/2557 31% [=================== ] 809/2557 31% [=================== ] 810/2557 31% [=================== ] 811/2557 31% [=================== ] 812/2557 31% [=================== ] 813/2557 31% [=================== ] 814/2557 31% [=================== ] 815/2557 31% [=================== ] 816/2557 31% [=================== ] 817/2557 31% [=================== ] 818/2557 31% [=================== ] 819/2557 32% [=================== ] 820/2557 32% [=================== ] 821/2557 32% [=================== ] 822/2557 32% [=================== ] 823/2557 32% [=================== ] 824/2557 32% [==================== ] 825/2557 32% [==================== ] 826/2557 32% [==================== ] 827/2557 32% [==================== ] 828/2557 32% [==================== ] 829/2557 32% [==================== ] 830/2557 32% [==================== ] 831/2557 32% [==================== ] 832/2557 32% [==================== ] 833/2557 32% [==================== ] 834/2557 32% [==================== ] 835/2557 32% [==================== ] 836/2557 32% [==================== ] 837/2557 32% [==================== ] 838/2557 32% [==================== ] 839/2557 32% [==================== ] 840/2557 32% [==================== ] 841/2557 32% [==================== ] 842/2557 32% [==================== ] 843/2557 32% [==================== ] 844/2557 33% [==================== ] 845/2557 33% [==================== ] 846/2557 33% [==================== ] 847/2557 33% [==================== ] 848/2557 33% [==================== ] 849/2557 33% [==================== ] 850/2557 33% [==================== ] 851/2557 33% [==================== ] 852/2557 33% [==================== ] 853/2557 33% [==================== ] 854/2557 33% [==================== ] 855/2557 33% [==================== ] 856/2557 33% [==================== ] 857/2557 33% [==================== ] 858/2557 33% [==================== ] 859/2557 33% [==================== ] 860/2557 33% [==================== ] 861/2557 33% [==================== ] 862/2557 33% [==================== ] 863/2557 33% [==================== ] 864/2557 33% [==================== ] 865/2557 33% [==================== ] 866/2557 33% [===================== ] 867/2557 33% [===================== ] 868/2557 33% [===================== ] 869/2557 33% [===================== ] 870/2557 34% [===================== ] 871/2557 34% [===================== ] 872/2557 34% [===================== ] 873/2557 34% [===================== ] 874/2557 34% [===================== ] 875/2557 34% [===================== ] 876/2557 34% [===================== ] 877/2557 34% [===================== ] 878/2557 34% [===================== ] 879/2557 34% [===================== ] 880/2557 34% [===================== ] 881/2557 34% [===================== ] 882/2557 34% [===================== ] 883/2557 34% [===================== ] 884/2557 34% [===================== ] 885/2557 34% [===================== ] 886/2557 34% [===================== ] 887/2557 34% [===================== ] 888/2557 34% [===================== ] 889/2557 34% [===================== ] 890/2557 34% [===================== ] 891/2557 34% [===================== ] 892/2557 34% [===================== ] 893/2557 34% [===================== ] 894/2557 34% [===================== ] 895/2557 35% [===================== ] 896/2557 35% [===================== ] 897/2557 35% [===================== ] 898/2557 35% [===================== ] 899/2557 35% [===================== ] 900/2557 35% [===================== ] 901/2557 35% [===================== ] 902/2557 35% [===================== ] 903/2557 35% [===================== ] 904/2557 35% [===================== ] 905/2557 35% [===================== ] 906/2557 35% [===================== ] 907/2557 35% [====================== ] 908/2557 35% [====================== ] 909/2557 35% [====================== ] 910/2557 35% [====================== ] 911/2557 35% [====================== ] 912/2557 35% [====================== ] 913/2557 35% [====================== ] 914/2557 35% [====================== ] 915/2557 35% [====================== ] 916/2557 35% [====================== ] 917/2557 35% [====================== ] 918/2557 35% [====================== ] 919/2557 35% [====================== ] 920/2557 35% [====================== ] 921/2557 36% [====================== ] 922/2557 36% [====================== ] 923/2557 36% [====================== ] 924/2557 36% [====================== ] 925/2557 36% [====================== ] 926/2557 36% [====================== ] 927/2557 36% [====================== ] 928/2557 36% [====================== ] 929/2557 36% [====================== ] 930/2557 36% [====================== ] 931/2557 36% [====================== ] 932/2557 36% [====================== ] 933/2557 36% [====================== ] 934/2557 36% [====================== ] 935/2557 36% [====================== ] 936/2557 36% [====================== ] 937/2557 36% [====================== ] 938/2557 36% [====================== ] 939/2557 36% [====================== ] 940/2557 36% [====================== ] 941/2557 36% [====================== ] 942/2557 36% [====================== ] 943/2557 36% [====================== ] 944/2557 36% [====================== ] 945/2557 36% [====================== ] 946/2557 36% [====================== ] 947/2557 37% [====================== ] 948/2557 37% [======================= ] 949/2557 37% [======================= ] 950/2557 37% [======================= ] 951/2557 37% [======================= ] 952/2557 37% [======================= ] 953/2557 37% [======================= ] 954/2557 37% [======================= ] 955/2557 37% [======================= ] 956/2557 37% [======================= ] 957/2557 37% [======================= ] 958/2557 37% [======================= ] 959/2557 37% [======================= ] 960/2557 37% [======================= ] 961/2557 37% [======================= ] 962/2557 37% [======================= ] 963/2557 37% [======================= ] 964/2557 37% [======================= ] 965/2557 37% [======================= ] 966/2557 37% [======================= ] 967/2557 37% [======================= ] 968/2557 37% [======================= ] 969/2557 37% [======================= ] 970/2557 37% [======================= ] 971/2557 37% [======================= ] 972/2557 38% [======================= ] 973/2557 38% [======================= ] 974/2557 38% [======================= ] 975/2557 38% [======================= ] 976/2557 38% [======================= ] 977/2557 38% [======================= ] 978/2557 38% [======================= ] 979/2557 38% [======================= ] 980/2557 38% [======================= ] 981/2557 38% [======================= ] 982/2557 38% [======================= ] 983/2557 38% [======================= ] 984/2557 38% [======================= ] 985/2557 38% [======================= ] 986/2557 38% [======================= ] 987/2557 38% [======================= ] 988/2557 38% [======================= ] 989/2557 38% [======================== ] 990/2557 38% [======================== ] 991/2557 38% [======================== ] 992/2557 38% [======================== ] 993/2557 38% [======================== ] 994/2557 38% [======================== ] 995/2557 38% [======================== ] 996/2557 38% [======================== ] 997/2557 38% [======================== ] 998/2557 39% [======================== ] 999/2557 39% [======================== ] 1000/2557 39% [======================== ] 1001/2557 39% [======================== ] 1002/2557 39% [======================== ] 1003/2557 39% [======================== ] 1004/2557 39% [======================== ] 1005/2557 39% [======================== ] 1006/2557 39% [======================== ] 1007/2557 39% [======================== ] 1008/2557 39% [======================== ] 1009/2557 39% [======================== ] 1010/2557 39% [======================== ] 1011/2557 39% [======================== ] 1012/2557 39% [======================== ] 1013/2557 39% [======================== ] 1014/2557 39% [======================== ] 1015/2557 39% [======================== ] 1016/2557 39% [======================== ] 1017/2557 39% [======================== ] 1018/2557 39% [======================== ] 1019/2557 39% [======================== ] 1020/2557 39% [======================== ] 1021/2557 39% [======================== ] 1022/2557 39% [======================== ] 1023/2557 40% [======================== ] 1024/2557 40% [======================== ] 1025/2557 40% [======================== ] 1026/2557 40% [======================== ] 1027/2557 40% [======================== ] 1028/2557 40% [======================== ] 1029/2557 40% [======================== ] 1030/2557 40% [======================== ] 1031/2557 40% [========================= ] 1032/2557 40% [========================= ] 1033/2557 40% [========================= ] 1034/2557 40% [========================= ] 1035/2557 40% [========================= ] 1036/2557 40% [========================= ] 1037/2557 40% [========================= ] 1038/2557 40% [========================= ] 1039/2557 40% [========================= ] 1040/2557 40% [========================= ] 1041/2557 40% [========================= ] 1042/2557 40% [========================= ] 1043/2557 40% [========================= ] 1044/2557 40% [========================= ] 1045/2557 40% [========================= ] 1046/2557 40% [========================= ] 1047/2557 40% [========================= ] 1048/2557 40% [========================= ] 1049/2557 41% [========================= ] 1050/2557 41% [========================= ] 1051/2557 41% [========================= ] 1052/2557 41% [========================= ] 1053/2557 41% [========================= ] 1054/2557 41% [========================= ] 1055/2557 41% [========================= ] 1056/2557 41% [========================= ] 1057/2557 41% [========================= ] 1058/2557 41% [========================= ] 1059/2557 41% [========================= ] 1060/2557 41% [========================= ] 1061/2557 41% [========================= ] 1062/2557 41% [========================= ] 1063/2557 41% [========================= ] 1064/2557 41% [========================= ] 1065/2557 41% [========================= ] 1066/2557 41% [========================= ] 1067/2557 41% [========================= ] 1068/2557 41% [========================= ] 1069/2557 41% [========================= ] 1070/2557 41% [========================= ] 1071/2557 41% [========================= ] 1072/2557 41% [========================== ] 1073/2557 41% [========================== ] 1074/2557 42% [========================== ] 1075/2557 42% [========================== ] 1076/2557 42% [========================== ] 1077/2557 42% [========================== ] 1078/2557 42% [========================== ] 1079/2557 42% [========================== ] 1080/2557 42% [========================== ] 1081/2557 42% [========================== ] 1082/2557 42% [========================== ] 1083/2557 42% [========================== ] 1084/2557 42% [========================== ] 1085/2557 42% [========================== ] 1086/2557 42% [========================== ] 1087/2557 42% [========================== ] 1088/2557 42% [========================== ] 1089/2557 42% [========================== ] 1090/2557 42% [========================== ] 1091/2557 42% [========================== ] 1092/2557 42% [========================== ] 1093/2557 42% [========================== ] 1094/2557 42% [========================== ] 1095/2557 42% [========================== ] 1096/2557 42% [========================== ] 1097/2557 42% [========================== ] 1098/2557 42% [========================== ] 1099/2557 42% [========================== ] 1100/2557 43% [========================== ] 1101/2557 43% [========================== ] 1102/2557 43% [========================== ] 1103/2557 43% [========================== ] 1104/2557 43% [========================== ] 1105/2557 43% [========================== ] 1106/2557 43% [========================== ] 1107/2557 43% [========================== ] 1108/2557 43% [========================== ] 1109/2557 43% [========================== ] 1110/2557 43% [========================== ] 1111/2557 43% [========================== ] 1112/2557 43% [========================== ] 1113/2557 43% [=========================== ] 1114/2557 43% [=========================== ] 1115/2557 43% [=========================== ] 1116/2557 43% [=========================== ] 1117/2557 43% [=========================== ] 1118/2557 43% [=========================== ] 1119/2557 43% [=========================== ] 1120/2557 43% [=========================== ] 1121/2557 43% [=========================== ] 1122/2557 43% [=========================== ] 1123/2557 43% [=========================== ] 1124/2557 43% [=========================== ] 1125/2557 43% [=========================== ] 1126/2557 44% [=========================== ] 1127/2557 44% [=========================== ] 1128/2557 44% [=========================== ] 1129/2557 44% [=========================== ] 1130/2557 44% [=========================== ] 1131/2557 44% [=========================== ] 1132/2557 44% [=========================== ] 1133/2557 44% [=========================== ] 1134/2557 44% [=========================== ] 1135/2557 44% [=========================== ] 1136/2557 44% [=========================== ] 1137/2557 44% [=========================== ] 1138/2557 44% [=========================== ] 1139/2557 44% [=========================== ] 1140/2557 44% [=========================== ] 1141/2557 44% [=========================== ] 1142/2557 44% [=========================== ] 1143/2557 44% [=========================== ] 1144/2557 44% [=========================== ] 1145/2557 44% [=========================== ] 1146/2557 44% [=========================== ] 1147/2557 44% [=========================== ] 1148/2557 44% [=========================== ] 1149/2557 44% [=========================== ] 1150/2557 44% [=========================== ] 1151/2557 45% [=========================== ] 1152/2557 45% [=========================== ] 1153/2557 45% [=========================== ] 1154/2557 45% [============================ ] 1155/2557 45% [============================ ] 1156/2557 45% [============================ ] 1157/2557 45% [============================ ] 1158/2557 45% [============================ ] 1159/2557 45% [============================ ] 1160/2557 45% [============================ ] 1161/2557 45% [============================ ] 1162/2557 45% [============================ ] 1163/2557 45% [============================ ] 1164/2557 45% [============================ ] 1165/2557 45% [============================ ] 1166/2557 45% [============================ ] 1167/2557 45% [============================ ] 1168/2557 45% [============================ ] 1169/2557 45% [============================ ] 1170/2557 45% [============================ ] 1171/2557 45% [============================ ] 1172/2557 45% [============================ ] 1173/2557 45% [============================ ] 1174/2557 45% [============================ ] 1175/2557 45% [============================ ] 1176/2557 45% [============================ ] 1177/2557 46% [============================ ] 1178/2557 46% [============================ ] 1179/2557 46% [============================ ] 1180/2557 46% [============================ ] 1181/2557 46% [============================ ] 1182/2557 46% [============================ ] 1183/2557 46% [============================ ] 1184/2557 46% [============================ ] 1185/2557 46% [============================ ] 1186/2557 46% [============================ ] 1187/2557 46% [============================ ] 1188/2557 46% [============================ ] 1189/2557 46% [============================ ] 1190/2557 46% [============================ ] 1191/2557 46% [============================ ] 1192/2557 46% [============================ ] 1193/2557 46% [============================ ] 1194/2557 46% [============================ ] 1195/2557 46% [============================ ] 1196/2557 46% [============================= ] 1197/2557 46% [============================= ] 1198/2557 46% [============================= ] 1199/2557 46% [============================= ] 1200/2557 46% [============================= ] 1201/2557 46% [============================= ] 1202/2557 47% [============================= ] 1203/2557 47% [============================= ] 1204/2557 47% [============================= ] 1205/2557 47% [============================= ] 1206/2557 47% [============================= ] 1207/2557 47% [============================= ] 1208/2557 47% [============================= ] 1209/2557 47% [============================= ] 1210/2557 47% [============================= ] 1211/2557 47% [============================= ] 1212/2557 47% [============================= ] 1213/2557 47% [============================= ] 1214/2557 47% [============================= ] 1215/2557 47% [============================= ] 1216/2557 47% [============================= ] 1217/2557 47% [============================= ] 1218/2557 47% [============================= ] 1219/2557 47% [============================= ] 1220/2557 47% [============================= ] 1221/2557 47% [============================= ] 1222/2557 47% [============================= ] 1223/2557 47% [============================= ] 1224/2557 47% [============================= ] 1225/2557 47% [============================= ] 1226/2557 47% [============================= ] 1227/2557 47% [============================= ] 1228/2557 48% [============================= ] 1229/2557 48% [============================= ] 1230/2557 48% [============================= ] 1231/2557 48% [============================= ] 1232/2557 48% [============================= ] 1233/2557 48% [============================= ] 1234/2557 48% [============================= ] 1235/2557 48% [============================= ] 1236/2557 48% [============================= ] 1237/2557 48% [============================== ] 1238/2557 48% [============================== ] 1239/2557 48% [============================== ] 1240/2557 48% [============================== ] 1241/2557 48% [============================== ] 1242/2557 48% [============================== ] 1243/2557 48% [============================== ] 1244/2557 48% [============================== ] 1245/2557 48% [============================== ] 1246/2557 48% [============================== ] 1247/2557 48% [============================== ] 1248/2557 48% [============================== ] 1249/2557 48% [============================== ] 1250/2557 48% [============================== ] 1251/2557 48% [============================== ] 1252/2557 48% [============================== ] 1253/2557 49% [============================== ] 1254/2557 49% [============================== ] 1255/2557 49% [============================== ] 1256/2557 49% [============================== ] 1257/2557 49% [============================== ] 1258/2557 49% [============================== ] 1259/2557 49% [============================== ] 1260/2557 49% [============================== ] 1261/2557 49% [============================== ] 1262/2557 49% [============================== ] 1263/2557 49% [============================== ] 1264/2557 49% [============================== ] 1265/2557 49% [============================== ] 1266/2557 49% [============================== ] 1267/2557 49% [============================== ] 1268/2557 49% [============================== ] 1269/2557 49% [============================== ] 1270/2557 49% [============================== ] 1271/2557 49% [============================== ] 1272/2557 49% [============================== ] 1273/2557 49% [============================== ] 1274/2557 49% [============================== ] 1275/2557 49% [============================== ] 1276/2557 49% [============================== ] 1277/2557 49% [============================== ] 1278/2557 49% [=============================== ] 1279/2557 50% [=============================== ] 1280/2557 50% [=============================== ] 1281/2557 50% [=============================== ] 1282/2557 50% [=============================== ] 1283/2557 50% [=============================== ] 1284/2557 50% [=============================== ] 1285/2557 50% [=============================== ] 1286/2557 50% [=============================== ] 1287/2557 50% [=============================== ] 1288/2557 50% [=============================== ] 1289/2557 50% [=============================== ] 1290/2557 50% [=============================== ] 1291/2557 50% [=============================== ] 1292/2557 50% [=============================== ] 1293/2557 50% [=============================== ] 1294/2557 50% [=============================== ] 1295/2557 50% [=============================== ] 1296/2557 50% [=============================== ] 1297/2557 50% [=============================== ] 1298/2557 50% [=============================== ] 1299/2557 50% [=============================== ] 1300/2557 50% [=============================== ] 1301/2557 50% [=============================== ] 1302/2557 50% [=============================== ] 1303/2557 50% [=============================== ] 1304/2557 50% [=============================== ] 1305/2557 51% [=============================== ] 1306/2557 51% [=============================== ] 1307/2557 51% [=============================== ] 1308/2557 51% [=============================== ] 1309/2557 51% [=============================== ] 1310/2557 51% [=============================== ] 1311/2557 51% [=============================== ] 1312/2557 51% [=============================== ] 1313/2557 51% [=============================== ] 1314/2557 51% [=============================== ] 1315/2557 51% [=============================== ] 1316/2557 51% [=============================== ] 1317/2557 51% [=============================== ] 1318/2557 51% [=============================== ] 1319/2557 51% [================================ ] 1320/2557 51% [================================ ] 1321/2557 51% [================================ ] 1322/2557 51% [================================ ] 1323/2557 51% [================================ ] 1324/2557 51% [================================ ] 1325/2557 51% [================================ ] 1326/2557 51% [================================ ] 1327/2557 51% [================================ ] 1328/2557 51% [================================ ] 1329/2557 51% [================================ ] 1330/2557 52% [================================ ] 1331/2557 52% [================================ ] 1332/2557 52% [================================ ] 1333/2557 52% [================================ ] 1334/2557 52% [================================ ] 1335/2557 52% [================================ ] 1336/2557 52% [================================ ] 1337/2557 52% [================================ ] 1338/2557 52% [================================ ] 1339/2557 52% [================================ ] 1340/2557 52% [================================ ] 1341/2557 52% [================================ ] 1342/2557 52% [================================ ] 1343/2557 52% [================================ ] 1344/2557 52% [================================ ] 1345/2557 52% [================================ ] 1346/2557 52% [================================ ] 1347/2557 52% [================================ ] 1348/2557 52% [================================ ] 1349/2557 52% [================================ ] 1350/2557 52% [================================ ] 1351/2557 52% [================================ ] 1352/2557 52% [================================ ] 1353/2557 52% [================================ ] 1354/2557 52% [================================ ] 1355/2557 52% [================================ ] 1356/2557 53% [================================ ] 1357/2557 53% [================================ ] 1358/2557 53% [================================ ] 1359/2557 53% [================================ ] 1360/2557 53% [================================= ] 1361/2557 53% [================================= ] 1362/2557 53% [================================= ] 1363/2557 53% [================================= ] 1364/2557 53% [================================= ] 1365/2557 53% [================================= ] 1366/2557 53% [================================= ] 1367/2557 53% [================================= ] 1368/2557 53% [================================= ] 1369/2557 53% [================================= ] 1370/2557 53% [================================= ] 1371/2557 53% [================================= ] 1372/2557 53% [================================= ] 1373/2557 53% [================================= ] 1374/2557 53% [================================= ] 1375/2557 53% [================================= ] 1376/2557 53% [================================= ] 1377/2557 53% [================================= ] 1378/2557 53% [================================= ] 1379/2557 53% [================================= ] 1380/2557 53% [================================= ] 1381/2557 54% [================================= ] 1382/2557 54% [================================= ] 1383/2557 54% [================================= ] 1384/2557 54% [================================= ] 1385/2557 54% [================================= ] 1386/2557 54% [================================= ] 1387/2557 54% [================================= ] 1388/2557 54% [================================= ] 1389/2557 54% [================================= ] 1390/2557 54% [================================= ] 1391/2557 54% [================================= ] 1392/2557 54% [================================= ] 1393/2557 54% [================================= ] 1394/2557 54% [================================= ] 1395/2557 54% [================================= ] 1396/2557 54% [================================= ] 1397/2557 54% [================================= ] 1398/2557 54% [================================= ] 1399/2557 54% [================================= ] 1400/2557 54% [================================= ] 1401/2557 54% [================================= ] 1402/2557 54% [================================== ] 1403/2557 54% [================================== ] 1404/2557 54% [================================== ] 1405/2557 54% [================================== ] 1406/2557 54% [================================== ] 1407/2557 55% [================================== ] 1408/2557 55% [================================== ] 1409/2557 55% [================================== ] 1410/2557 55% [================================== ] 1411/2557 55% [================================== ] 1412/2557 55% [================================== ] 1413/2557 55% [================================== ] 1414/2557 55% [================================== ] 1415/2557 55% [================================== ] 1416/2557 55% [================================== ] 1417/2557 55% [================================== ] 1418/2557 55% [================================== ] 1419/2557 55% [================================== ] 1420/2557 55% [================================== ] 1421/2557 55% [================================== ] 1422/2557 55% [================================== ] 1423/2557 55% [================================== ] 1424/2557 55% [================================== ] 1425/2557 55% [================================== ] 1426/2557 55% [================================== ] 1427/2557 55% [================================== ] 1428/2557 55% [================================== ] 1429/2557 55% [================================== ] 1430/2557 55% [================================== ] 1431/2557 55% [================================== ] 1432/2557 56% [================================== ] 1433/2557 56% [================================== ] 1434/2557 56% [================================== ] 1435/2557 56% [================================== ] 1436/2557 56% [================================== ] 1437/2557 56% [================================== ] 1438/2557 56% [================================== ] 1439/2557 56% [================================== ] 1440/2557 56% [================================== ] 1441/2557 56% [================================== ] 1442/2557 56% [================================== ] 1443/2557 56% [=================================== ] 1444/2557 56% [=================================== ] 1445/2557 56% [=================================== ] 1446/2557 56% [=================================== ] 1447/2557 56% [=================================== ] 1448/2557 56% [=================================== ] 1449/2557 56% [=================================== ] 1450/2557 56% [=================================== ] 1451/2557 56% [=================================== ] 1452/2557 56% [=================================== ] 1453/2557 56% [=================================== ] 1454/2557 56% [=================================== ] 1455/2557 56% [=================================== ] 1456/2557 56% [=================================== ] 1457/2557 56% [=================================== ] 1458/2557 57% [=================================== ] 1459/2557 57% [=================================== ] 1460/2557 57% [=================================== ] 1461/2557 57% [=================================== ] 1462/2557 57% [=================================== ] 1463/2557 57% [=================================== ] 1464/2557 57% [=================================== ] 1465/2557 57% [=================================== ] 1466/2557 57% [=================================== ] 1467/2557 57% [=================================== ] 1468/2557 57% [=================================== ] 1469/2557 57% [=================================== ] 1470/2557 57% [=================================== ] 1471/2557 57% [=================================== ] 1472/2557 57% [=================================== ] 1473/2557 57% [=================================== ] 1474/2557 57% [=================================== ] 1475/2557 57% [=================================== ] 1476/2557 57% [=================================== ] 1477/2557 57% [=================================== ] 1478/2557 57% [=================================== ] 1479/2557 57% [=================================== ] 1480/2557 57% [=================================== ] 1481/2557 57% [=================================== ] 1482/2557 57% [=================================== ] 1483/2557 57% [=================================== ] 1484/2557 58% [==================================== ] 1485/2557 58% [==================================== ] 1486/2557 58% [==================================== ] 1487/2557 58% [==================================== ] 1488/2557 58% [==================================== ] 1489/2557 58% [==================================== ] 1490/2557 58% [==================================== ] 1491/2557 58% [==================================== ] 1492/2557 58% [==================================== ] 1493/2557 58% [==================================== ] 1494/2557 58% [==================================== ] 1495/2557 58% [==================================== ] 1496/2557 58% [==================================== ] 1497/2557 58% [==================================== ] 1498/2557 58% [==================================== ] 1499/2557 58% [==================================== ] 1500/2557 58% [==================================== ] 1501/2557 58% [==================================== ] 1502/2557 58% [==================================== ] 1503/2557 58% [==================================== ] 1504/2557 58% [==================================== ] 1505/2557 58% [==================================== ] 1506/2557 58% [==================================== ] 1507/2557 58% [==================================== ] 1508/2557 58% [==================================== ] 1509/2557 59% [==================================== ] 1510/2557 59% [==================================== ] 1511/2557 59% [==================================== ] 1512/2557 59% [==================================== ] 1513/2557 59% [==================================== ] 1514/2557 59% [==================================== ] 1515/2557 59% [==================================== ] 1516/2557 59% [==================================== ] 1517/2557 59% [==================================== ] 1518/2557 59% [==================================== ] 1519/2557 59% [==================================== ] 1520/2557 59% [==================================== ] 1521/2557 59% [==================================== ] 1522/2557 59% [==================================== ] 1523/2557 59% [==================================== ] 1524/2557 59% [==================================== ] 1525/2557 59% [===================================== ] 1526/2557 59% [===================================== ] 1527/2557 59% [===================================== ] 1528/2557 59% [===================================== ] 1529/2557 59% [===================================== ] 1530/2557 59% [===================================== ] 1531/2557 59% [===================================== ] 1532/2557 59% [===================================== ] 1533/2557 59% [===================================== ] 1534/2557 59% [===================================== ] 1535/2557 60% [===================================== ] 1536/2557 60% [===================================== ] 1537/2557 60% [===================================== ] 1538/2557 60% [===================================== ] 1539/2557 60% [===================================== ] 1540/2557 60% [===================================== ] 1541/2557 60% [===================================== ] 1542/2557 60% [===================================== ] 1543/2557 60% [===================================== ] 1544/2557 60% [===================================== ] 1545/2557 60% [===================================== ] 1546/2557 60% [===================================== ] 1547/2557 60% [===================================== ] 1548/2557 60% [===================================== ] 1549/2557 60% [===================================== ] 1550/2557 60% [===================================== ] 1551/2557 60% [===================================== ] 1552/2557 60% [===================================== ] 1553/2557 60% [===================================== ] 1554/2557 60% [===================================== ] 1555/2557 60% [===================================== ] 1556/2557 60% [===================================== ] 1557/2557 60% [===================================== ] 1558/2557 60% [===================================== ] 1559/2557 60% [===================================== ] 1560/2557 61% [===================================== ] 1561/2557 61% [===================================== ] 1562/2557 61% [===================================== ] 1563/2557 61% [===================================== ] 1564/2557 61% [===================================== ] 1565/2557 61% [===================================== ] 1566/2557 61% [===================================== ] 1567/2557 61% [====================================== ] 1568/2557 61% [====================================== ] 1569/2557 61% [====================================== ] 1570/2557 61% [====================================== ] 1571/2557 61% [====================================== ] 1572/2557 61% [====================================== ] 1573/2557 61% [====================================== ] 1574/2557 61% [====================================== ] 1575/2557 61% [====================================== ] 1576/2557 61% [====================================== ] 1577/2557 61% [====================================== ] 1578/2557 61% [====================================== ] 1579/2557 61% [====================================== ] 1580/2557 61% [====================================== ] 1581/2557 61% [====================================== ] 1582/2557 61% [====================================== ] 1583/2557 61% [====================================== ] 1584/2557 61% [====================================== ] 1585/2557 61% [====================================== ] 1586/2557 62% [====================================== ] 1587/2557 62% [====================================== ] 1588/2557 62% [====================================== ] 1589/2557 62% [====================================== ] 1590/2557 62% [====================================== ] 1591/2557 62% [====================================== ] 1592/2557 62% [====================================== ] 1593/2557 62% [====================================== ] 1594/2557 62% [====================================== ] 1595/2557 62% [====================================== ] 1596/2557 62% [====================================== ] 1597/2557 62% [====================================== ] 1598/2557 62% [====================================== ] 1599/2557 62% [====================================== ] 1600/2557 62% [====================================== ] 1601/2557 62% [====================================== ] 1602/2557 62% [====================================== ] 1603/2557 62% [====================================== ] 1604/2557 62% [====================================== ] 1605/2557 62% [====================================== ] 1606/2557 62% [====================================== ] 1607/2557 62% [====================================== ] 1608/2557 62% [======================================= ] 1609/2557 62% [======================================= ] 1610/2557 62% [======================================= ] 1611/2557 63% [======================================= ] 1612/2557 63% [======================================= ] 1613/2557 63% [======================================= ] 1614/2557 63% [======================================= ] 1615/2557 63% [======================================= ] 1616/2557 63% [======================================= ] 1617/2557 63% [======================================= ] 1618/2557 63% [======================================= ] 1619/2557 63% [======================================= ] 1620/2557 63% [======================================= ] 1621/2557 63% [======================================= ] 1622/2557 63% [======================================= ] 1623/2557 63% [======================================= ] 1624/2557 63% [======================================= ] 1625/2557 63% [======================================= ] 1626/2557 63% [======================================= ] 1627/2557 63% [======================================= ] 1628/2557 63% [======================================= ] 1629/2557 63% [======================================= ] 1630/2557 63% [======================================= ] 1631/2557 63% [======================================= ] 1632/2557 63% [======================================= ] 1633/2557 63% [======================================= ] 1634/2557 63% [======================================= ] 1635/2557 63% [======================================= ] 1636/2557 63% [======================================= ] 1637/2557 64% [======================================= ] 1638/2557 64% [======================================= ] 1639/2557 64% [======================================= ] 1640/2557 64% [======================================= ] 1641/2557 64% [======================================= ] 1642/2557 64% [======================================= ] 1643/2557 64% [======================================= ] 1644/2557 64% [======================================= ] 1645/2557 64% [======================================= ] 1646/2557 64% [======================================= ] 1647/2557 64% [======================================= ] 1648/2557 64% [======================================= ] 1649/2557 64% [======================================== ] 1650/2557 64% [======================================== ] 1651/2557 64% [======================================== ] 1652/2557 64% [======================================== ] 1653/2557 64% [======================================== ] 1654/2557 64% [======================================== ] 1655/2557 64% [======================================== ] 1656/2557 64% [======================================== ] 1657/2557 64% [======================================== ] 1658/2557 64% [======================================== ] 1659/2557 64% [======================================== ] 1660/2557 64% [======================================== ] 1661/2557 64% [======================================== ] 1662/2557 64% [======================================== ] 1663/2557 65% [======================================== ] 1664/2557 65% [======================================== ] 1665/2557 65% [======================================== ] 1666/2557 65% [======================================== ] 1667/2557 65% [======================================== ] 1668/2557 65% [======================================== ] 1669/2557 65% [======================================== ] 1670/2557 65% [======================================== ] 1671/2557 65% [======================================== ] 1672/2557 65% [======================================== ] 1673/2557 65% [======================================== ] 1674/2557 65% [======================================== ] 1675/2557 65% [======================================== ] 1676/2557 65% [======================================== ] 1677/2557 65% [======================================== ] 1678/2557 65% [======================================== ] 1679/2557 65% [======================================== ] 1680/2557 65% [======================================== ] 1681/2557 65% [======================================== ] 1682/2557 65% [======================================== ] 1683/2557 65% [======================================== ] 1684/2557 65% [======================================== ] 1685/2557 65% [======================================== ] 1686/2557 65% [======================================== ] 1687/2557 65% [======================================== ] 1688/2557 66% [======================================== ] 1689/2557 66% [======================================== ] 1690/2557 66% [========================================= ] 1691/2557 66% [========================================= ] 1692/2557 66% [========================================= ] 1693/2557 66% [========================================= ] 1694/2557 66% [========================================= ] 1695/2557 66% [========================================= ] 1696/2557 66% [========================================= ] 1697/2557 66% [========================================= ] 1698/2557 66% [========================================= ] 1699/2557 66% [========================================= ] 1700/2557 66% [========================================= ] 1701/2557 66% [========================================= ] 1702/2557 66% [========================================= ] 1703/2557 66% [========================================= ] 1704/2557 66% [========================================= ] 1705/2557 66% [========================================= ] 1706/2557 66% [========================================= ] 1707/2557 66% [========================================= ] 1708/2557 66% [========================================= ] 1709/2557 66% [========================================= ] 1710/2557 66% [========================================= ] 1711/2557 66% [========================================= ] 1712/2557 66% [========================================= ] 1713/2557 66% [========================================= ] 1714/2557 67% [========================================= ] 1715/2557 67% [========================================= ] 1716/2557 67% [========================================= ] 1717/2557 67% [========================================= ] 1718/2557 67% [========================================= ] 1719/2557 67% [========================================= ] 1720/2557 67% [========================================= ] 1721/2557 67% [========================================= ] 1722/2557 67% [========================================= ] 1723/2557 67% [========================================= ] 1724/2557 67% [========================================= ] 1725/2557 67% [========================================= ] 1726/2557 67% [========================================= ] 1727/2557 67% [========================================= ] 1728/2557 67% [========================================= ] 1729/2557 67% [========================================= ] 1730/2557 67% [========================================= ] 1731/2557 67% [========================================= ] 1732/2557 67% [========================================== ] 1733/2557 67% [========================================== ] 1734/2557 67% [========================================== ] 1735/2557 67% [========================================== ] 1736/2557 67% [========================================== ] 1737/2557 67% [========================================== ] 1738/2557 67% [========================================== ] 1739/2557 68% [========================================== ] 1740/2557 68% [========================================== ] 1741/2557 68% [========================================== ] 1742/2557 68% [========================================== ] 1743/2557 68% [========================================== ] 1744/2557 68% [========================================== ] 1745/2557 68% [========================================== ] 1746/2557 68% [========================================== ] 1747/2557 68% [========================================== ] 1748/2557 68% [========================================== ] 1749/2557 68% [========================================== ] 1750/2557 68% [========================================== ] 1751/2557 68% [========================================== ] 1752/2557 68% [========================================== ] 1753/2557 68% [========================================== ] 1754/2557 68% [========================================== ] 1755/2557 68% [========================================== ] 1756/2557 68% [========================================== ] 1757/2557 68% [========================================== ] 1758/2557 68% [========================================== ] 1759/2557 68% [========================================== ] 1760/2557 68% [========================================== ] 1761/2557 68% [========================================== ] 1762/2557 68% [========================================== ] 1763/2557 68% [========================================== ] 1764/2557 68% [========================================== ] 1765/2557 69% [========================================== ] 1766/2557 69% [========================================== ] 1767/2557 69% [========================================== ] 1768/2557 69% [========================================== ] 1769/2557 69% [========================================== ] 1770/2557 69% [========================================== ] 1771/2557 69% [========================================== ] 1772/2557 69% [========================================== ] 1773/2557 69% [=========================================== ] 1774/2557 69% [=========================================== ] 1775/2557 69% [=========================================== ] 1776/2557 69% [=========================================== ] 1777/2557 69% [=========================================== ] 1778/2557 69% [=========================================== ] 1779/2557 69% [=========================================== ] 1780/2557 69% [=========================================== ] 1781/2557 69% [=========================================== ] 1782/2557 69% [=========================================== ] 1783/2557 69% [=========================================== ] 1784/2557 69% [=========================================== ] 1785/2557 69% [=========================================== ] 1786/2557 69% [=========================================== ] 1787/2557 69% [=========================================== ] 1788/2557 69% [=========================================== ] 1789/2557 69% [=========================================== ] 1790/2557 70% [=========================================== ] 1791/2557 70% [=========================================== ] 1792/2557 70% [=========================================== ] 1793/2557 70% [=========================================== ] 1794/2557 70% [=========================================== ] 1795/2557 70% [=========================================== ] 1796/2557 70% [=========================================== ] 1797/2557 70% [=========================================== ] 1798/2557 70% [=========================================== ] 1799/2557 70% [=========================================== ] 1800/2557 70% [=========================================== ] 1801/2557 70% [=========================================== ] 1802/2557 70% [=========================================== ] 1803/2557 70% [=========================================== ] 1804/2557 70% [=========================================== ] 1805/2557 70% [=========================================== ] 1806/2557 70% [=========================================== ] 1807/2557 70% [=========================================== ] 1808/2557 70% [=========================================== ] 1809/2557 70% [=========================================== ] 1810/2557 70% [=========================================== ] 1811/2557 70% [=========================================== ] 1812/2557 70% [=========================================== ] 1813/2557 70% [=========================================== ] 1814/2557 70% [============================================ ] 1815/2557 70% [============================================ ] 1816/2557 71% [============================================ ] 1817/2557 71% [============================================ ] 1818/2557 71% [============================================ ] 1819/2557 71% [============================================ ] 1820/2557 71% [============================================ ] 1821/2557 71% [============================================ ] 1822/2557 71% [============================================ ] 1823/2557 71% [============================================ ] 1824/2557 71% [============================================ ] 1825/2557 71% [============================================ ] 1826/2557 71% [============================================ ] 1827/2557 71% [============================================ ] 1828/2557 71% [============================================ ] 1829/2557 71% [============================================ ] 1830/2557 71% [============================================ ] 1831/2557 71% [============================================ ] 1832/2557 71% [============================================ ] 1833/2557 71% [============================================ ] 1834/2557 71% [============================================ ] 1835/2557 71% [============================================ ] 1836/2557 71% [============================================ ] 1837/2557 71% [============================================ ] 1838/2557 71% [============================================ ] 1839/2557 71% [============================================ ] 1840/2557 71% [============================================ ] 1841/2557 71% [============================================ ] 1842/2557 72% [============================================ ] 1843/2557 72% [============================================ ] 1844/2557 72% [============================================ ] 1845/2557 72% [============================================ ] 1846/2557 72% [============================================ ] 1847/2557 72% [============================================ ] 1848/2557 72% [============================================ ] 1849/2557 72% [============================================ ] 1850/2557 72% [============================================ ] 1851/2557 72% [============================================ ] 1852/2557 72% [============================================ ] 1853/2557 72% [============================================ ] 1854/2557 72% [============================================ ] 1855/2557 72% [============================================= ] 1856/2557 72% [============================================= ] 1857/2557 72% [============================================= ] 1858/2557 72% [============================================= ] 1859/2557 72% [============================================= ] 1860/2557 72% [============================================= ] 1861/2557 72% [============================================= ] 1862/2557 72% [============================================= ] 1863/2557 72% [============================================= ] 1864/2557 72% [============================================= ] 1865/2557 72% [============================================= ] 1866/2557 72% [============================================= ] 1867/2557 73% [============================================= ] 1868/2557 73% [============================================= ] 1869/2557 73% [============================================= ] 1870/2557 73% [============================================= ] 1871/2557 73% [============================================= ] 1872/2557 73% [============================================= ] 1873/2557 73% [============================================= ] 1874/2557 73% [============================================= ] 1875/2557 73% [============================================= ] 1876/2557 73% [============================================= ] 1877/2557 73% [============================================= ] 1878/2557 73% [============================================= ] 1879/2557 73% [============================================= ] 1880/2557 73% [============================================= ] 1881/2557 73% [============================================= ] 1882/2557 73% [============================================= ] 1883/2557 73% [============================================= ] 1884/2557 73% [============================================= ] 1885/2557 73% [============================================= ] 1886/2557 73% [============================================= ] 1887/2557 73% [============================================= ] 1888/2557 73% [============================================= ] 1889/2557 73% [============================================= ] 1890/2557 73% [============================================= ] 1891/2557 73% [============================================= ] 1892/2557 73% [============================================= ] 1893/2557 74% [============================================= ] 1894/2557 74% [============================================= ] 1895/2557 74% [============================================= ] 1896/2557 74% [============================================= ] 1897/2557 74% [============================================== ] 1898/2557 74% [============================================== ] 1899/2557 74% [============================================== ] 1900/2557 74% [============================================== ] 1901/2557 74% [============================================== ] 1902/2557 74% [============================================== ] 1903/2557 74% [============================================== ] 1904/2557 74% [============================================== ] 1905/2557 74% [============================================== ] 1906/2557 74% [============================================== ] 1907/2557 74% [============================================== ] 1908/2557 74% [============================================== ] 1909/2557 74% [============================================== ] 1910/2557 74% [============================================== ] 1911/2557 74% [============================================== ] 1912/2557 74% [============================================== ] 1913/2557 74% [============================================== ] 1914/2557 74% [============================================== ] 1915/2557 74% [============================================== ] 1916/2557 74% [============================================== ] 1917/2557 74% [============================================== ] 1918/2557 75% [============================================== ] 1919/2557 75% [============================================== ] 1920/2557 75% [============================================== ] 1921/2557 75% [============================================== ] 1922/2557 75% [============================================== ] 1923/2557 75% [============================================== ] 1924/2557 75% [============================================== ] 1925/2557 75% [============================================== ] 1926/2557 75% [============================================== ] 1927/2557 75% [============================================== ] 1928/2557 75% [============================================== ] 1929/2557 75% [============================================== ] 1930/2557 75% [============================================== ] 1931/2557 75% [============================================== ] 1932/2557 75% [============================================== ] 1933/2557 75% [============================================== ] 1934/2557 75% [============================================== ] 1935/2557 75% [============================================== ] 1936/2557 75% [============================================== ] 1937/2557 75% [============================================== ] 1938/2557 75% [=============================================== ] 1939/2557 75% [=============================================== ] 1940/2557 75% [=============================================== ] 1941/2557 75% [=============================================== ] 1942/2557 75% [=============================================== ] 1943/2557 75% [=============================================== ] 1944/2557 76% [=============================================== ] 1945/2557 76% [=============================================== ] 1946/2557 76% [=============================================== ] 1947/2557 76% [=============================================== ] 1948/2557 76% [=============================================== ] 1949/2557 76% [=============================================== ] 1950/2557 76% [=============================================== ] 1951/2557 76% [=============================================== ] 1952/2557 76% [=============================================== ] 1953/2557 76% [=============================================== ] 1954/2557 76% [=============================================== ] 1955/2557 76% [=============================================== ] 1956/2557 76% [=============================================== ] 1957/2557 76% [=============================================== ] 1958/2557 76% [=============================================== ] 1959/2557 76% [=============================================== ] 1960/2557 76% [=============================================== ] 1961/2557 76% [=============================================== ] 1962/2557 76% [=============================================== ] 1963/2557 76% [=============================================== ] 1964/2557 76% [=============================================== ] 1965/2557 76% [=============================================== ] 1966/2557 76% [=============================================== ] 1967/2557 76% [=============================================== ] 1968/2557 76% [=============================================== ] 1969/2557 77% [=============================================== ] 1970/2557 77% [=============================================== ] 1971/2557 77% [=============================================== ] 1972/2557 77% [=============================================== ] 1973/2557 77% [=============================================== ] 1974/2557 77% [=============================================== ] 1975/2557 77% [=============================================== ] 1976/2557 77% [=============================================== ] 1977/2557 77% [=============================================== ] 1978/2557 77% [=============================================== ] 1979/2557 77% [================================================ ] 1980/2557 77% [================================================ ] 1981/2557 77% [================================================ ] 1982/2557 77% [================================================ ] 1983/2557 77% [================================================ ] 1984/2557 77% [================================================ ] 1985/2557 77% [================================================ ] 1986/2557 77% [================================================ ] 1987/2557 77% [================================================ ] 1988/2557 77% [================================================ ] 1989/2557 77% [================================================ ] 1990/2557 77% [================================================ ] 1991/2557 77% [================================================ ] 1992/2557 77% [================================================ ] 1993/2557 77% [================================================ ] 1994/2557 77% [================================================ ] 1995/2557 78% [================================================ ] 1996/2557 78% [================================================ ] 1997/2557 78% [================================================ ] 1998/2557 78% [================================================ ] 1999/2557 78% [================================================ ] 2000/2557 78% [================================================ ] 2001/2557 78% [================================================ ] 2002/2557 78% [================================================ ] 2003/2557 78% [================================================ ] 2004/2557 78% [================================================ ] 2005/2557 78% [================================================ ] 2006/2557 78% [================================================ ] 2007/2557 78% [================================================ ] 2008/2557 78% [================================================ ] 2009/2557 78% [================================================ ] 2010/2557 78% [================================================ ] 2011/2557 78% [================================================ ] 2012/2557 78% [================================================ ] 2013/2557 78% [================================================ ] 2014/2557 78% [================================================ ] 2015/2557 78% [================================================ ] 2016/2557 78% [================================================ ] 2017/2557 78% [================================================ ] 2018/2557 78% [================================================ ] 2019/2557 78% [================================================ ] 2020/2557 78% [================================================= ] 2021/2557 79% [================================================= ] 2022/2557 79% [================================================= ] 2023/2557 79% [================================================= ] 2024/2557 79% [================================================= ] 2025/2557 79% [================================================= ] 2026/2557 79% [================================================= ] 2027/2557 79% [================================================= ] 2028/2557 79% [================================================= ] 2029/2557 79% [================================================= ] 2030/2557 79% [================================================= ] 2031/2557 79% [================================================= ] 2032/2557 79% [================================================= ] 2033/2557 79% [================================================= ] 2034/2557 79% [================================================= ] 2035/2557 79% [================================================= ] 2036/2557 79% [================================================= ] 2037/2557 79% [================================================= ] 2038/2557 79% [================================================= ] 2039/2557 79% [================================================= ] 2040/2557 79% [================================================= ] 2041/2557 79% [================================================= ] 2042/2557 79% [================================================= ] 2043/2557 79% [================================================= ] 2044/2557 79% [================================================= ] 2045/2557 79% [================================================= ] 2046/2557 80% [================================================= ] 2047/2557 80% [================================================= ] 2048/2557 80% [================================================= ] 2049/2557 80% [================================================= ] 2050/2557 80% [================================================= ] 2051/2557 80% [================================================= ] 2052/2557 80% [================================================= ] 2053/2557 80% [================================================= ] 2054/2557 80% [================================================= ] 2055/2557 80% [================================================= ] 2056/2557 80% [================================================= ] 2057/2557 80% [================================================= ] 2058/2557 80% [================================================= ] 2059/2557 80% [================================================= ] 2060/2557 80% [================================================= ] 2061/2557 80% [================================================= ] 2062/2557 80% [================================================== ] 2063/2557 80% [================================================== ] 2064/2557 80% [================================================== ] 2065/2557 80% [================================================== ] 2066/2557 80% [================================================== ] 2067/2557 80% [================================================== ] 2068/2557 80% [================================================== ] 2069/2557 80% [================================================== ] 2070/2557 80% [================================================== ] 2071/2557 80% [================================================== ] 2072/2557 81% [================================================== ] 2073/2557 81% [================================================== ] 2074/2557 81% [================================================== ] 2075/2557 81% [================================================== ] 2076/2557 81% [================================================== ] 2077/2557 81% [================================================== ] 2078/2557 81% [================================================== ] 2079/2557 81% [================================================== ] 2080/2557 81% [================================================== ] 2081/2557 81% [================================================== ] 2082/2557 81% [================================================== ] 2083/2557 81% [================================================== ] 2084/2557 81% [================================================== ] 2085/2557 81% [================================================== ] 2086/2557 81% [================================================== ] 2087/2557 81% [================================================== ] 2088/2557 81% [================================================== ] 2089/2557 81% [================================================== ] 2090/2557 81% [================================================== ] 2091/2557 81% [================================================== ] 2092/2557 81% [================================================== ] 2093/2557 81% [================================================== ] 2094/2557 81% [================================================== ] 2095/2557 81% [================================================== ] 2096/2557 81% [================================================== ] 2097/2557 82% [================================================== ] 2098/2557 82% [================================================== ] 2099/2557 82% [================================================== ] 2100/2557 82% [================================================== ] 2101/2557 82% [================================================== ] 2102/2557 82% [================================================== ] 2103/2557 82% [=================================================== ] 2104/2557 82% [=================================================== ] 2105/2557 82% [=================================================== ] 2106/2557 82% [=================================================== ] 2107/2557 82% [=================================================== ] 2108/2557 82% [=================================================== ] 2109/2557 82% [=================================================== ] 2110/2557 82% [=================================================== ] 2111/2557 82% [=================================================== ] 2112/2557 82% [=================================================== ] 2113/2557 82% [=================================================== ] 2114/2557 82% [=================================================== ] 2115/2557 82% [=================================================== ] 2116/2557 82% [=================================================== ] 2117/2557 82% [=================================================== ] 2118/2557 82% [=================================================== ] 2119/2557 82% [=================================================== ] 2120/2557 82% [=================================================== ] 2121/2557 82% [=================================================== ] 2122/2557 82% [=================================================== ] 2123/2557 83% [=================================================== ] 2124/2557 83% [=================================================== ] 2125/2557 83% [=================================================== ] 2126/2557 83% [=================================================== ] 2127/2557 83% [=================================================== ] 2128/2557 83% [=================================================== ] 2129/2557 83% [=================================================== ] 2130/2557 83% [=================================================== ] 2131/2557 83% [=================================================== ] 2132/2557 83% [=================================================== ] 2133/2557 83% [=================================================== ] 2134/2557 83% [=================================================== ] 2135/2557 83% [=================================================== ] 2136/2557 83% [=================================================== ] 2137/2557 83% [=================================================== ] 2138/2557 83% [=================================================== ] 2139/2557 83% [=================================================== ] 2140/2557 83% [=================================================== ] 2141/2557 83% [=================================================== ] 2142/2557 83% [=================================================== ] 2143/2557 83% [=================================================== ] 2144/2557 83% [==================================================== ] 2145/2557 83% [==================================================== ] 2146/2557 83% [==================================================== ] 2147/2557 83% [==================================================== ] 2148/2557 84% [==================================================== ] 2149/2557 84% [==================================================== ] 2150/2557 84% [==================================================== ] 2151/2557 84% [==================================================== ] 2152/2557 84% [==================================================== ] 2153/2557 84% [==================================================== ] 2154/2557 84% [==================================================== ] 2155/2557 84% [==================================================== ] 2156/2557 84% [==================================================== ] 2157/2557 84% [==================================================== ] 2158/2557 84% [==================================================== ] 2159/2557 84% [==================================================== ] 2160/2557 84% [==================================================== ] 2161/2557 84% [==================================================== ] 2162/2557 84% [==================================================== ] 2163/2557 84% [==================================================== ] 2164/2557 84% [==================================================== ] 2165/2557 84% [==================================================== ] 2166/2557 84% [==================================================== ] 2167/2557 84% [==================================================== ] 2168/2557 84% [==================================================== ] 2169/2557 84% [==================================================== ] 2170/2557 84% [==================================================== ] 2171/2557 84% [==================================================== ] 2172/2557 84% [==================================================== ] 2173/2557 84% [==================================================== ] 2174/2557 85% [==================================================== ] 2175/2557 85% [==================================================== ] 2176/2557 85% [==================================================== ] 2177/2557 85% [==================================================== ] 2178/2557 85% [==================================================== ] 2179/2557 85% [==================================================== ] 2180/2557 85% [==================================================== ] 2181/2557 85% [==================================================== ] 2182/2557 85% [==================================================== ] 2183/2557 85% [==================================================== ] 2184/2557 85% [==================================================== ] 2185/2557 85% [===================================================== ] 2186/2557 85% [===================================================== ] 2187/2557 85% [===================================================== ] 2188/2557 85% [===================================================== ] 2189/2557 85% [===================================================== ] 2190/2557 85% [===================================================== ] 2191/2557 85% [===================================================== ] 2192/2557 85% [===================================================== ] 2193/2557 85% [===================================================== ] 2194/2557 85% [===================================================== ] 2195/2557 85% [===================================================== ] 2196/2557 85% [===================================================== ] 2197/2557 85% [===================================================== ] 2198/2557 85% [===================================================== ] 2199/2557 85% [===================================================== ] 2200/2557 86% [===================================================== ] 2201/2557 86% [===================================================== ] 2202/2557 86% [===================================================== ] 2203/2557 86% [===================================================== ] 2204/2557 86% [===================================================== ] 2205/2557 86% [===================================================== ] 2206/2557 86% [===================================================== ] 2207/2557 86% [===================================================== ] 2208/2557 86% [===================================================== ] 2209/2557 86% [===================================================== ] 2210/2557 86% [===================================================== ] 2211/2557 86% [===================================================== ] 2212/2557 86% [===================================================== ] 2213/2557 86% [===================================================== ] 2214/2557 86% [===================================================== ] 2215/2557 86% [===================================================== ] 2216/2557 86% [===================================================== ] 2217/2557 86% [===================================================== ] 2218/2557 86% [===================================================== ] 2219/2557 86% [===================================================== ] 2220/2557 86% [===================================================== ] 2221/2557 86% [===================================================== ] 2222/2557 86% [===================================================== ] 2223/2557 86% [===================================================== ] 2224/2557 86% [===================================================== ] 2225/2557 87% [===================================================== ] 2226/2557 87% [===================================================== ] 2227/2557 87% [====================================================== ] 2228/2557 87% [====================================================== ] 2229/2557 87% [====================================================== ] 2230/2557 87% [====================================================== ] 2231/2557 87% [====================================================== ] 2232/2557 87% [====================================================== ] 2233/2557 87% [====================================================== ] 2234/2557 87% [====================================================== ] 2235/2557 87% [====================================================== ] 2236/2557 87% [====================================================== ] 2237/2557 87% [====================================================== ] 2238/2557 87% [====================================================== ] 2239/2557 87% [====================================================== ] 2240/2557 87% [====================================================== ] 2241/2557 87% [====================================================== ] 2242/2557 87% [====================================================== ] 2243/2557 87% [====================================================== ] 2244/2557 87% [====================================================== ] 2245/2557 87% [====================================================== ] 2246/2557 87% [====================================================== ] 2247/2557 87% [====================================================== ] 2248/2557 87% [====================================================== ] 2249/2557 87% [====================================================== ] 2250/2557 87% [====================================================== ] 2251/2557 88% [====================================================== ] 2252/2557 88% [====================================================== ] 2253/2557 88% [====================================================== ] 2254/2557 88% [====================================================== ] 2255/2557 88% [====================================================== ] 2256/2557 88% [====================================================== ] 2257/2557 88% [====================================================== ] 2258/2557 88% [====================================================== ] 2259/2557 88% [====================================================== ] 2260/2557 88% [====================================================== ] 2261/2557 88% [====================================================== ] 2262/2557 88% [====================================================== ] 2263/2557 88% [====================================================== ] 2264/2557 88% [====================================================== ] 2265/2557 88% [====================================================== ] 2266/2557 88% [====================================================== ] 2267/2557 88% [====================================================== ] 2268/2557 88% [======================================================= ] 2269/2557 88% [======================================================= ] 2270/2557 88% [======================================================= ] 2271/2557 88% [======================================================= ] 2272/2557 88% [======================================================= ] 2273/2557 88% [======================================================= ] 2274/2557 88% [======================================================= ] 2275/2557 88% [======================================================= ] 2276/2557 89% [======================================================= ] 2277/2557 89% [======================================================= ] 2278/2557 89% [======================================================= ] 2279/2557 89% [======================================================= ] 2280/2557 89% [======================================================= ] 2281/2557 89% [======================================================= ] 2282/2557 89% [======================================================= ] 2283/2557 89% [======================================================= ] 2284/2557 89% [======================================================= ] 2285/2557 89% [======================================================= ] 2286/2557 89% [======================================================= ] 2287/2557 89% [======================================================= ] 2288/2557 89% [======================================================= ] 2289/2557 89% [======================================================= ] 2290/2557 89% [======================================================= ] 2291/2557 89% [======================================================= ] 2292/2557 89% [======================================================= ] 2293/2557 89% [======================================================= ] 2294/2557 89% [======================================================= ] 2295/2557 89% [======================================================= ] 2296/2557 89% [======================================================= ] 2297/2557 89% [======================================================= ] 2298/2557 89% [======================================================= ] 2299/2557 89% [======================================================= ] 2300/2557 89% [======================================================= ] 2301/2557 89% [======================================================= ] 2302/2557 90% [======================================================= ] 2303/2557 90% [======================================================= ] 2304/2557 90% [======================================================= ] 2305/2557 90% [======================================================= ] 2306/2557 90% [======================================================= ] 2307/2557 90% [======================================================= ] 2308/2557 90% [======================================================= ] 2309/2557 90% [======================================================== ] 2310/2557 90% [======================================================== ] 2311/2557 90% [======================================================== ] 2312/2557 90% [======================================================== ] 2313/2557 90% [======================================================== ] 2314/2557 90% [======================================================== ] 2315/2557 90% [======================================================== ] 2316/2557 90% [======================================================== ] 2317/2557 90% [======================================================== ] 2318/2557 90% [======================================================== ] 2319/2557 90% [======================================================== ] 2320/2557 90% [======================================================== ] 2321/2557 90% [======================================================== ] 2322/2557 90% [======================================================== ] 2323/2557 90% [======================================================== ] 2324/2557 90% [======================================================== ] 2325/2557 90% [======================================================== ] 2326/2557 90% [======================================================== ] 2327/2557 91% [======================================================== ] 2328/2557 91% [======================================================== ] 2329/2557 91% [======================================================== ] 2330/2557 91% [======================================================== ] 2331/2557 91% [======================================================== ] 2332/2557 91% [======================================================== ] 2333/2557 91% [======================================================== ] 2334/2557 91% [======================================================== ] 2335/2557 91% [======================================================== ] 2336/2557 91% [======================================================== ] 2337/2557 91% [======================================================== ] 2338/2557 91% [======================================================== ] 2339/2557 91% [======================================================== ] 2340/2557 91% [======================================================== ] 2341/2557 91% [======================================================== ] 2342/2557 91% [======================================================== ] 2343/2557 91% [======================================================== ] 2344/2557 91% [======================================================== ] 2345/2557 91% [======================================================== ] 2346/2557 91% [======================================================== ] 2347/2557 91% [======================================================== ] 2348/2557 91% [======================================================== ] 2349/2557 91% [======================================================== ] 2350/2557 91% [========================================================= ] 2351/2557 91% [========================================================= ] 2352/2557 91% [========================================================= ] 2353/2557 92% [========================================================= ] 2354/2557 92% [========================================================= ] 2355/2557 92% [========================================================= ] 2356/2557 92% [========================================================= ] 2357/2557 92% [========================================================= ] 2358/2557 92% [========================================================= ] 2359/2557 92% [========================================================= ] 2360/2557 92% [========================================================= ] 2361/2557 92% [========================================================= ] 2362/2557 92% [========================================================= ] 2363/2557 92% [========================================================= ] 2364/2557 92% [========================================================= ] 2365/2557 92% [========================================================= ] 2366/2557 92% [========================================================= ] 2367/2557 92% [========================================================= ] 2368/2557 92% [========================================================= ] 2369/2557 92% [========================================================= ] 2370/2557 92% [========================================================= ] 2371/2557 92% [========================================================= ] 2372/2557 92% [========================================================= ] 2373/2557 92% [========================================================= ] 2374/2557 92% [========================================================= ] 2375/2557 92% [========================================================= ] 2376/2557 92% [========================================================= ] 2377/2557 92% [========================================================= ] 2378/2557 92% [========================================================= ] 2379/2557 93% [========================================================= ] 2380/2557 93% [========================================================= ] 2381/2557 93% [========================================================= ] 2382/2557 93% [========================================================= ] 2383/2557 93% [========================================================= ] 2384/2557 93% [========================================================= ] 2385/2557 93% [========================================================= ] 2386/2557 93% [========================================================= ] 2387/2557 93% [========================================================= ] 2388/2557 93% [========================================================= ] 2389/2557 93% [========================================================= ] 2390/2557 93% [========================================================= ] 2391/2557 93% [========================================================= ] 2392/2557 93% [========================================================== ] 2393/2557 93% [========================================================== ] 2394/2557 93% [========================================================== ] 2395/2557 93% [========================================================== ] 2396/2557 93% [========================================================== ] 2397/2557 93% [========================================================== ] 2398/2557 93% [========================================================== ] 2399/2557 93% [========================================================== ] 2400/2557 93% [========================================================== ] 2401/2557 93% [========================================================== ] 2402/2557 93% [========================================================== ] 2403/2557 93% [========================================================== ] 2404/2557 94% [========================================================== ] 2405/2557 94% [========================================================== ] 2406/2557 94% [========================================================== ] 2407/2557 94% [========================================================== ] 2408/2557 94% [========================================================== ] 2409/2557 94% [========================================================== ] 2410/2557 94% [========================================================== ] 2411/2557 94% [========================================================== ] 2412/2557 94% [========================================================== ] 2413/2557 94% [========================================================== ] 2414/2557 94% [========================================================== ] 2415/2557 94% [========================================================== ] 2416/2557 94% [========================================================== ] 2417/2557 94% [========================================================== ] 2418/2557 94% [========================================================== ] 2419/2557 94% [========================================================== ] 2420/2557 94% [========================================================== ] 2421/2557 94% [========================================================== ] 2422/2557 94% [========================================================== ] 2423/2557 94% [========================================================== ] 2424/2557 94% [========================================================== ] 2425/2557 94% [========================================================== ] 2426/2557 94% [========================================================== ] 2427/2557 94% [========================================================== ] 2428/2557 94% [========================================================== ] 2429/2557 94% [========================================================== ] 2430/2557 95% [========================================================== ] 2431/2557 95% [========================================================== ] 2432/2557 95% [========================================================== ] 2433/2557 95% [=========================================================== ] 2434/2557 95% [=========================================================== ] 2435/2557 95% [=========================================================== ] 2436/2557 95% [=========================================================== ] 2437/2557 95% [=========================================================== ] 2438/2557 95% [=========================================================== ] 2439/2557 95% [=========================================================== ] 2440/2557 95% [=========================================================== ] 2441/2557 95% [=========================================================== ] 2442/2557 95% [=========================================================== ] 2443/2557 95% [=========================================================== ] 2444/2557 95% [=========================================================== ] 2445/2557 95% [=========================================================== ] 2446/2557 95% [=========================================================== ] 2447/2557 95% [=========================================================== ] 2448/2557 95% [=========================================================== ] 2449/2557 95% [=========================================================== ] 2450/2557 95% [=========================================================== ] 2451/2557 95% [=========================================================== ] 2452/2557 95% [=========================================================== ] 2453/2557 95% [=========================================================== ] 2454/2557 95% [=========================================================== ] 2455/2557 96% [=========================================================== ] 2456/2557 96% [=========================================================== ] 2457/2557 96% [=========================================================== ] 2458/2557 96% [=========================================================== ] 2459/2557 96% [=========================================================== ] 2460/2557 96% [=========================================================== ] 2461/2557 96% [=========================================================== ] 2462/2557 96% [=========================================================== ] 2463/2557 96% [=========================================================== ] 2464/2557 96% [=========================================================== ] 2465/2557 96% [=========================================================== ] 2466/2557 96% [=========================================================== ] 2467/2557 96% [=========================================================== ] 2468/2557 96% [=========================================================== ] 2469/2557 96% [=========================================================== ] 2470/2557 96% [=========================================================== ] 2471/2557 96% [=========================================================== ] 2472/2557 96% [=========================================================== ] 2473/2557 96% [=========================================================== ] 2474/2557 96% [============================================================ ] 2475/2557 96% [============================================================ ] 2476/2557 96% [============================================================ ] 2477/2557 96% [============================================================ ] 2478/2557 96% [============================================================ ] 2479/2557 96% [============================================================ ] 2480/2557 96% [============================================================ ] 2481/2557 97% [============================================================ ] 2482/2557 97% [============================================================ ] 2483/2557 97% [============================================================ ] 2484/2557 97% [============================================================ ] 2485/2557 97% [============================================================ ] 2486/2557 97% [============================================================ ] 2487/2557 97% [============================================================ ] 2488/2557 97% [============================================================ ] 2489/2557 97% [============================================================ ] 2490/2557 97% [============================================================ ] 2491/2557 97% [============================================================ ] 2492/2557 97% [============================================================ ] 2493/2557 97% [============================================================ ] 2494/2557 97% [============================================================ ] 2495/2557 97% [============================================================ ] 2496/2557 97% [============================================================ ] 2497/2557 97% [============================================================ ] 2498/2557 97% [============================================================ ] 2499/2557 97% [============================================================ ] 2500/2557 97% [============================================================ ] 2501/2557 97% [============================================================ ] 2502/2557 97% [============================================================ ] 2503/2557 97% [============================================================ ] 2504/2557 97% [============================================================ ] 2505/2557 97% [============================================================ ] 2506/2557 98% [============================================================ ] 2507/2557 98% [============================================================ ] 2508/2557 98% [============================================================ ] 2509/2557 98% [============================================================ ] 2510/2557 98% [============================================================ ] 2511/2557 98% [============================================================ ] 2512/2557 98% [============================================================ ] 2513/2557 98% [============================================================ ] 2514/2557 98% [============================================================ ] 2515/2557 98% [============================================================= ] 2516/2557 98% [============================================================= ] 2517/2557 98% [============================================================= ] 2518/2557 98% [============================================================= ] 2519/2557 98% [============================================================= ] 2520/2557 98% [============================================================= ] 2521/2557 98% [============================================================= ] 2522/2557 98% [============================================================= ] 2523/2557 98% [============================================================= ] 2524/2557 98% [============================================================= ] 2525/2557 98% [============================================================= ] 2526/2557 98% [============================================================= ] 2527/2557 98% [============================================================= ] 2528/2557 98% [============================================================= ] 2529/2557 98% [============================================================= ] 2530/2557 98% [============================================================= ] 2531/2557 98% [============================================================= ] 2532/2557 99% [============================================================= ] 2533/2557 99% [============================================================= ] 2534/2557 99% [============================================================= ] 2535/2557 99% [============================================================= ] 2536/2557 99% [============================================================= ] 2537/2557 99% [============================================================= ] 2538/2557 99% [============================================================= ] 2539/2557 99% [============================================================= ] 2540/2557 99% [============================================================= ] 2541/2557 99% [============================================================= ] 2542/2557 99% [============================================================= ] 2543/2557 99% [============================================================= ] 2544/2557 99% [============================================================= ] 2545/2557 99% [============================================================= ] 2546/2557 99% [============================================================= ] 2547/2557 99% [============================================================= ] 2548/2557 99% [============================================================= ] 2549/2557 99% [============================================================= ] 2550/2557 99% [============================================================= ] 2551/2557 99% [============================================================= ] 2552/2557 99% [============================================================= ] 2553/2557 99% [============================================================= ] 2554/2557 99% [============================================================= ] 2555/2557 99% [============================================================= ] 2556/2557 99% [==============================================================] 2557/2557 100% operation complete, 2557 objects in 26424 NAND pages. ln -snf /home/autobuild/autobuild/instance-12/output-1/host/i586-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-12/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-12/buildroot' >>> Buildroot 2024.05-74-g7bfea9372f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-bare-metal-buildroot Collecting legal info >>> host-skeleton Collecting legal info >>> newlib-bare-metal 4.4.0.20231231 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.LIBGLOSS: OK (sha256: f3b7f3e4426b1fa6f60198dae7adfedd94b77b28db2d108adc0253575011e0ff) COPYING.NEWLIB: OK (sha256: 9a59b4ee3af067045fe0ea78786201c42d54756fe48cbccf44f3dfc398474717) >>> host-gcc-bare-metal 14.1.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils-bare-metal 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-isl 0.26 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> linux-headers 6.9.4 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> zlib Collecting legal info >>> zlib-ng 2.1.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> conntrack-tools 1.4.7 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cracklib 2.9.11 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.11 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cryptsetup 2.7.1 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.23 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dmidecode 3.6 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-dos2unix 7.5.2 Collecting legal info COPYING.txt: OK (sha256: 03b60fa2cf28b2c6dd585a13b32377c1f87b8f016db44ce2ab6bc7eb306220e2) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> genpart 1.0.2 Collecting legal info >>> gnu-efi 3.0.18 Collecting legal info README.efilib: OK (sha256: 42d352e9c28dd446fd0209cd6f75588c8e41f0934540bb382bbd61c752360265) >>> host-imagemagick 7.1.1-31 Collecting legal info LICENSE: OK (sha256: a556c5292c87c9a6ac795c80669b0c3660f9f729de8c476bf2b10f83ab1b34ec) >>> host-libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> host-libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> initscripts Collecting legal info >>> jpeg Collecting legal info >>> libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdnet 1.16.4 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libite 2.6.1 Collecting legal info LICENSE: OK (sha256: 3a2b964c1772d03ab17b73a389ecce9151e0b190a9247817a2c009b16d356422) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libnvme 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.1 Collecting legal info LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd) >>> libwebsockets 4.3.3 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> lldpd 1.0.17 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ltris 1.2.7 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> matio 1.5.26 Collecting legal info COPYING: OK (sha256: b3da766592f242fd5cdd4dfd15ac5e6119e88fd6844c3c0e7acb8ad3178280a3) >>> mawk 1.3.4-20240123 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musepack 475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> ndisc6 1.0.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openssh 9.7p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> s6-dns 2.3.7.1 Collecting legal info COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607) >>> skalibs 2.14.1.1 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> sane-backends 1.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> smcroute 2.5.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> spidev_test 5.8 Collecting legal info >>> tcpreplay 4.4.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> tllist 1.1.0 Collecting legal info LICENSE: OK (sha256: d534a23a31500a0ac958d9634b84f532bd73ff1aca1bb8f7debbcbebc16ff39a) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ulogd 2.0.8 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> watchdogd 4.0 Collecting legal info LICENSE: OK (sha256: e233c56d807c74c67f2eff47ad03c216144cdd374d8d7578b996c28c260eadda) >>> xxhash 0.8.2 Collecting legal info LICENSE: OK (sha256: 6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zziplib 0.13.74 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm.md: OK (sha256: 9418aca218090f0bebfa91298c8145c7342de095eced3d72ea241c178df59368) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-12/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot'