Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 245.00MiB /home/thomas/autobuild/instance-0/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.cpio mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/thomas/autobuild/instance-0/output-1/images/rootfs.cpio\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" zstd -19 -z -f -T4 /home/thomas/autobuild/instance-0/output-1/images/rootfs.cpio > /home/thomas/autobuild/instance-0/output-1/images/rootfs.cpio.zst >>> Generating filesystem image rootfs.squashfs mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/bin/mksquashfs /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target /home/thomas/autobuild/instance-0/output-1/images/rootfs.squashfs -noappend -processors 4 -b 256K -nopad -comp zstd\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/thomas/autobuild/instance-0/output-1/images/rootfs.squashfs, block size 262144. [=============================================================-] 2621/2621 100% Exportable Squashfs 4.0 filesystem, zstd compressed, data block size 262144 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 29871.57 Kbytes (29.17 Mbytes) 40.95% of uncompressed filesystem size (72943.85 Kbytes) Inode table size 26203 bytes (25.59 Kbytes) 25.63% of uncompressed inode table size (102247 bytes) Directory table size 26642 bytes (26.02 Kbytes) 45.38% of uncompressed directory table size (58708 bytes) Number of duplicate files found 8 Number of inodes 3049 Number of files 2479 Number of fragments 152 Number of symbolic links 463 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 107 Number of hard-links 0 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) www-data (33) Number of gids 2 root (0) www-data (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3049 objects. stage 2: creating image '/home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/3049 0% [ ] 2/3049 0% [ ] 3/3049 0% [ ] 4/3049 0% [ ] 5/3049 0% [ ] 6/3049 0% [ ] 7/3049 0% [ ] 8/3049 0% [ ] 9/3049 0% [ ] 10/3049 0% [ ] 11/3049 0% [ ] 12/3049 0% [ ] 13/3049 0% [ ] 14/3049 0% [ ] 15/3049 0% [ ] 16/3049 0% [ ] 17/3049 0% [ ] 18/3049 0% [ ] 19/3049 0% [ ] 20/3049 0% [ ] 21/3049 0% [ ] 22/3049 0% [ ] 23/3049 0% [ ] 24/3049 0% [ ] 25/3049 0% [ ] 26/3049 0% [ ] 27/3049 0% [ ] 28/3049 0% [ ] 29/3049 0% [ ] 30/3049 0% [ ] 31/3049 1% [ ] 32/3049 1% [ ] 33/3049 1% [ ] 34/3049 1% [ ] 35/3049 1% [ ] 36/3049 1% [ ] 37/3049 1% [ ] 38/3049 1% [ ] 39/3049 1% [ ] 40/3049 1% [ ] 41/3049 1% [ ] 42/3049 1% [ ] 43/3049 1% [ ] 44/3049 1% [ ] 45/3049 1% [ ] 46/3049 1% [ ] 47/3049 1% [ ] 48/3049 1% [ ] 49/3049 1% [= ] 50/3049 1% [= ] 51/3049 1% [= ] 52/3049 1% [= ] 53/3049 1% [= ] 54/3049 1% [= ] 55/3049 1% [= ] 56/3049 1% [= ] 57/3049 1% [= ] 58/3049 1% [= ] 59/3049 1% [= ] 60/3049 1% [= ] 61/3049 2% [= ] 62/3049 2% [= ] 63/3049 2% [= ] 64/3049 2% [= ] 65/3049 2% [= ] 66/3049 2% [= ] 67/3049 2% [= ] 68/3049 2% [= ] 69/3049 2% [= ] 70/3049 2% [= ] 71/3049 2% [= ] 72/3049 2% [= ] 73/3049 2% [= ] 74/3049 2% [= ] 75/3049 2% [= ] 76/3049 2% [= ] 77/3049 2% [= ] 78/3049 2% [= ] 79/3049 2% [= ] 80/3049 2% [= ] 81/3049 2% [= ] 82/3049 2% [= ] 83/3049 2% [= ] 84/3049 2% [= ] 85/3049 2% [= ] 86/3049 2% [= ] 87/3049 2% [= ] 88/3049 2% [= ] 89/3049 2% [= ] 90/3049 2% [= ] 91/3049 2% [= ] 92/3049 3% [= ] 93/3049 3% [= ] 94/3049 3% [= ] 95/3049 3% [= ] 96/3049 3% [= ] 97/3049 3% [= ] 98/3049 3% [== ] 99/3049 3% [== ] 100/3049 3% [== ] 101/3049 3% [== ] 102/3049 3% [== ] 103/3049 3% [== ] 104/3049 3% [== ] 105/3049 3% [== ] 106/3049 3% [== ] 107/3049 3% [== ] 108/3049 3% [== ] 109/3049 3% [== ] 110/3049 3% [== ] 111/3049 3% [== ] 112/3049 3% [== ] 113/3049 3% [== ] 114/3049 3% [== ] 115/3049 3% [== ] 116/3049 3% [== ] 117/3049 3% [== ] 118/3049 3% [== ] 119/3049 3% [== ] 120/3049 3% [== ] 121/3049 3% [== ] 122/3049 4% [== ] 123/3049 4% [== ] 124/3049 4% [== ] 125/3049 4% [== ] 126/3049 4% [== ] 127/3049 4% [== ] 128/3049 4% [== ] 129/3049 4% [== ] 130/3049 4% [== ] 131/3049 4% [== ] 132/3049 4% [== ] 133/3049 4% [== ] 134/3049 4% [== ] 135/3049 4% [== ] 136/3049 4% [== ] 137/3049 4% [== ] 138/3049 4% [== ] 139/3049 4% [== ] 140/3049 4% [== ] 141/3049 4% [== ] 142/3049 4% [== ] 143/3049 4% [== ] 144/3049 4% [== ] 145/3049 4% [== ] 146/3049 4% [== ] 147/3049 4% [=== ] 148/3049 4% [=== ] 149/3049 4% [=== ] 150/3049 4% [=== ] 151/3049 4% [=== ] 152/3049 4% [=== ] 153/3049 5% [=== ] 154/3049 5% [=== ] 155/3049 5% [=== ] 156/3049 5% [=== ] 157/3049 5% [=== ] 158/3049 5% [=== ] 159/3049 5% [=== ] 160/3049 5% [=== ] 161/3049 5% [=== ] 162/3049 5% [=== ] 163/3049 5% [=== ] 164/3049 5% [=== ] 165/3049 5% [=== ] 166/3049 5% [=== ] 167/3049 5% [=== ] 168/3049 5% [=== ] 169/3049 5% [=== ] 170/3049 5% [=== ] 171/3049 5% [=== ] 172/3049 5% [=== ] 173/3049 5% [=== ] 174/3049 5% [=== ] 175/3049 5% [=== ] 176/3049 5% [=== ] 177/3049 5% [=== ] 178/3049 5% [=== ] 179/3049 5% [=== ] 180/3049 5% [=== ] 181/3049 5% [=== ] 182/3049 5% [=== ] 183/3049 6% [=== ] 184/3049 6% [=== ] 185/3049 6% [=== ] 186/3049 6% [=== ] 187/3049 6% [=== ] 188/3049 6% [=== ] 189/3049 6% [=== ] 190/3049 6% [=== ] 191/3049 6% [=== ] 192/3049 6% [=== ] 193/3049 6% [=== ] 194/3049 6% [=== ] 195/3049 6% [=== ] 196/3049 6% [==== ] 197/3049 6% [==== ] 198/3049 6% [==== ] 199/3049 6% [==== ] 200/3049 6% [==== ] 201/3049 6% [==== ] 202/3049 6% [==== ] 203/3049 6% [==== ] 204/3049 6% [==== ] 205/3049 6% [==== ] 206/3049 6% [==== ] 207/3049 6% [==== ] 208/3049 6% [==== ] 209/3049 6% [==== ] 210/3049 6% [==== ] 211/3049 6% [==== ] 212/3049 6% [==== ] 213/3049 6% [==== ] 214/3049 7% [==== ] 215/3049 7% [==== ] 216/3049 7% [==== ] 217/3049 7% [==== ] 218/3049 7% [==== ] 219/3049 7% [==== ] 220/3049 7% [==== ] 221/3049 7% [==== ] 222/3049 7% [==== ] 223/3049 7% [==== ] 224/3049 7% [==== ] 225/3049 7% [==== ] 226/3049 7% [==== ] 227/3049 7% [==== ] 228/3049 7% [==== ] 229/3049 7% [==== ] 230/3049 7% [==== ] 231/3049 7% [==== ] 232/3049 7% [==== ] 233/3049 7% [==== ] 234/3049 7% [==== ] 235/3049 7% [==== ] 236/3049 7% [==== ] 237/3049 7% [==== ] 238/3049 7% [==== ] 239/3049 7% [==== ] 240/3049 7% [==== ] 241/3049 7% [==== ] 242/3049 7% [==== ] 243/3049 7% [==== ] 244/3049 8% [==== ] 245/3049 8% [===== ] 246/3049 8% [===== ] 247/3049 8% [===== ] 248/3049 8% [===== ] 249/3049 8% [===== ] 250/3049 8% [===== ] 251/3049 8% [===== ] 252/3049 8% [===== ] 253/3049 8% [===== ] 254/3049 8% [===== ] 255/3049 8% [===== ] 256/3049 8% [===== ] 257/3049 8% [===== ] 258/3049 8% [===== ] 259/3049 8% [===== ] 260/3049 8% [===== ] 261/3049 8% [===== ] 262/3049 8% [===== ] 263/3049 8% [===== ] 264/3049 8% [===== ] 265/3049 8% [===== ] 266/3049 8% [===== ] 267/3049 8% [===== ] 268/3049 8% [===== ] 269/3049 8% [===== ] 270/3049 8% [===== ] 271/3049 8% [===== ] 272/3049 8% [===== ] 273/3049 8% [===== ] 274/3049 8% [===== ] 275/3049 9% [===== ] 276/3049 9% [===== ] 277/3049 9% [===== ] 278/3049 9% [===== ] 279/3049 9% [===== ] 280/3049 9% [===== ] 281/3049 9% [===== ] 282/3049 9% [===== ] 283/3049 9% [===== ] 284/3049 9% [===== ] 285/3049 9% [===== ] 286/3049 9% [===== ] 287/3049 9% [===== ] 288/3049 9% [===== ] 289/3049 9% [===== ] 290/3049 9% [===== ] 291/3049 9% [===== ] 292/3049 9% [===== ] 293/3049 9% [===== ] 294/3049 9% [===== ] 295/3049 9% [====== ] 296/3049 9% [====== ] 297/3049 9% [====== ] 298/3049 9% [====== ] 299/3049 9% [====== ] 300/3049 9% [====== ] 301/3049 9% [====== ] 302/3049 9% [====== ] 303/3049 9% [====== ] 304/3049 9% [====== ] 305/3049 10% [====== ] 306/3049 10% [====== ] 307/3049 10% [====== ] 308/3049 10% [====== ] 309/3049 10% [====== ] 310/3049 10% [====== ] 311/3049 10% [====== ] 312/3049 10% [====== ] 313/3049 10% [====== ] 314/3049 10% [====== ] 315/3049 10% [====== ] 316/3049 10% [====== ] 317/3049 10% [====== ] 318/3049 10% [====== ] 319/3049 10% [====== ] 320/3049 10% [====== ] 321/3049 10% [====== ] 322/3049 10% [====== ] 323/3049 10% [====== ] 324/3049 10% [====== ] 325/3049 10% [====== ] 326/3049 10% [====== ] 327/3049 10% [====== ] 328/3049 10% [====== ] 329/3049 10% [====== ] 330/3049 10% [====== ] 331/3049 10% [====== ] 332/3049 10% [====== ] 333/3049 10% [====== ] 334/3049 10% [====== ] 335/3049 10% [====== ] 336/3049 11% [====== ] 337/3049 11% [====== ] 338/3049 11% [====== ] 339/3049 11% [====== ] 340/3049 11% [====== ] 341/3049 11% [====== ] 342/3049 11% [====== ] 343/3049 11% [====== ] 344/3049 11% [======= ] 345/3049 11% [======= ] 346/3049 11% [======= ] 347/3049 11% [======= ] 348/3049 11% [======= ] 349/3049 11% [======= ] 350/3049 11% [======= ] 351/3049 11% [======= ] 352/3049 11% [======= ] 353/3049 11% [======= ] 354/3049 11% [======= ] 355/3049 11% [======= ] 356/3049 11% [======= ] 357/3049 11% [======= ] 358/3049 11% [======= ] 359/3049 11% [======= ] 360/3049 11% [======= ] 361/3049 11% [======= ] 362/3049 11% [======= ] 363/3049 11% [======= ] 364/3049 11% [======= ] 365/3049 11% [======= ] 366/3049 12% [======= ] 367/3049 12% [======= ] 368/3049 12% [======= ] 369/3049 12% [======= ] 370/3049 12% [======= ] 371/3049 12% [======= ] 372/3049 12% [======= ] 373/3049 12% [======= ] 374/3049 12% [======= ] 375/3049 12% [======= ] 376/3049 12% [======= ] 377/3049 12% [======= ] 378/3049 12% [======= ] 379/3049 12% [======= ] 380/3049 12% [======= ] 381/3049 12% [======= ] 382/3049 12% [======= ] 383/3049 12% [======= ] 384/3049 12% [======= ] 385/3049 12% [======= ] 386/3049 12% [======= ] 387/3049 12% [======= ] 388/3049 12% [======= ] 389/3049 12% [======= ] 390/3049 12% [======= ] 391/3049 12% [======= ] 392/3049 12% [======= ] 393/3049 12% [======== ] 394/3049 12% [======== ] 395/3049 12% [======== ] 396/3049 12% [======== ] 397/3049 13% [======== ] 398/3049 13% [======== ] 399/3049 13% [======== ] 400/3049 13% [======== ] 401/3049 13% [======== ] 402/3049 13% [======== ] 403/3049 13% [======== ] 404/3049 13% [======== ] 405/3049 13% [======== ] 406/3049 13% [======== ] 407/3049 13% [======== ] 408/3049 13% [======== ] 409/3049 13% [======== ] 410/3049 13% [======== ] 411/3049 13% [======== ] 412/3049 13% [======== ] 413/3049 13% [======== ] 414/3049 13% [======== ] 415/3049 13% [======== ] 416/3049 13% [======== ] 417/3049 13% [======== ] 418/3049 13% [======== ] 419/3049 13% [======== ] 420/3049 13% [======== ] 421/3049 13% [======== ] 422/3049 13% [======== ] 423/3049 13% [======== ] 424/3049 13% [======== ] 425/3049 13% [======== ] 426/3049 13% [======== ] 427/3049 14% [======== ] 428/3049 14% [======== ] 429/3049 14% [======== ] 430/3049 14% [======== ] 431/3049 14% [======== ] 432/3049 14% [======== ] 433/3049 14% [======== ] 434/3049 14% [======== ] 435/3049 14% [======== ] 436/3049 14% [======== ] 437/3049 14% [======== ] 438/3049 14% [======== ] 439/3049 14% [======== ] 440/3049 14% [======== ] 441/3049 14% [======== ] 442/3049 14% [========= ] 443/3049 14% [========= ] 444/3049 14% [========= ] 445/3049 14% [========= ] 446/3049 14% [========= ] 447/3049 14% [========= ] 448/3049 14% [========= ] 449/3049 14% [========= ] 450/3049 14% [========= ] 451/3049 14% [========= ] 452/3049 14% [========= ] 453/3049 14% [========= ] 454/3049 14% [========= ] 455/3049 14% [========= ] 456/3049 14% [========= ] 457/3049 14% [========= ] 458/3049 15% [========= ] 459/3049 15% [========= ] 460/3049 15% [========= ] 461/3049 15% [========= ] 462/3049 15% [========= ] 463/3049 15% [========= ] 464/3049 15% [========= ] 465/3049 15% [========= ] 466/3049 15% [========= ] 467/3049 15% [========= ] 468/3049 15% [========= ] 469/3049 15% [========= ] 470/3049 15% [========= ] 471/3049 15% [========= ] 472/3049 15% [========= ] 473/3049 15% [========= ] 474/3049 15% [========= ] 475/3049 15% [========= ] 476/3049 15% [========= ] 477/3049 15% [========= ] 478/3049 15% [========= ] 479/3049 15% [========= ] 480/3049 15% [========= ] 481/3049 15% [========= ] 482/3049 15% [========= ] 483/3049 15% [========= ] 484/3049 15% [========= ] 485/3049 15% [========= ] 486/3049 15% [========= ] 487/3049 15% [========= ] 488/3049 16% [========= ] 489/3049 16% [========= ] 490/3049 16% [========= ] 491/3049 16% [========== ] 492/3049 16% [========== ] 493/3049 16% [========== ] 494/3049 16% [========== ] 495/3049 16% [========== ] 496/3049 16% [========== ] 497/3049 16% [========== ] 498/3049 16% [========== ] 499/3049 16% [========== ] 500/3049 16% [========== ] 501/3049 16% [========== ] 502/3049 16% [========== ] 503/3049 16% [========== ] 504/3049 16% [========== ] 505/3049 16% [========== ] 506/3049 16% [========== ] 507/3049 16% [========== ] 508/3049 16% [========== ] 509/3049 16% [========== ] 510/3049 16% [========== ] 511/3049 16% [========== ] 512/3049 16% [========== ] 513/3049 16% [========== ] 514/3049 16% [========== ] 515/3049 16% [========== ] 516/3049 16% [========== ] 517/3049 16% [========== ] 518/3049 16% [========== ] 519/3049 17% [========== ] 520/3049 17% [========== ] 521/3049 17% [========== ] 522/3049 17% [========== ] 523/3049 17% [========== ] 524/3049 17% [========== ] 525/3049 17% [========== ] 526/3049 17% [========== ] 527/3049 17% [========== ] 528/3049 17% [========== ] 529/3049 17% [========== ] 530/3049 17% [========== ] 531/3049 17% [========== ] 532/3049 17% [========== ] 533/3049 17% [========== ] 534/3049 17% [========== ] 535/3049 17% [========== ] 536/3049 17% [========== ] 537/3049 17% [========== ] 538/3049 17% [========== ] 539/3049 17% [========== ] 540/3049 17% [=========== ] 541/3049 17% [=========== ] 542/3049 17% [=========== ] 543/3049 17% [=========== ] 544/3049 17% [=========== ] 545/3049 17% [=========== ] 546/3049 17% [=========== ] 547/3049 17% [=========== ] 548/3049 17% [=========== ] 549/3049 18% [=========== ] 550/3049 18% [=========== ] 551/3049 18% [=========== ] 552/3049 18% [=========== ] 553/3049 18% [=========== ] 554/3049 18% [=========== ] 555/3049 18% [=========== ] 556/3049 18% [=========== ] 557/3049 18% [=========== ] 558/3049 18% [=========== ] 559/3049 18% [=========== ] 560/3049 18% [=========== ] 561/3049 18% [=========== ] 562/3049 18% [=========== ] 563/3049 18% [=========== ] 564/3049 18% [=========== ] 565/3049 18% [=========== ] 566/3049 18% [=========== ] 567/3049 18% [=========== ] 568/3049 18% [=========== ] 569/3049 18% [=========== ] 570/3049 18% [=========== ] 571/3049 18% [=========== ] 572/3049 18% [=========== ] 573/3049 18% [=========== ] 574/3049 18% [=========== ] 575/3049 18% [=========== ] 576/3049 18% [=========== ] 577/3049 18% [=========== ] 578/3049 18% [=========== ] 579/3049 18% [=========== ] 580/3049 19% [=========== ] 581/3049 19% [=========== ] 582/3049 19% [=========== ] 583/3049 19% [=========== ] 584/3049 19% [=========== ] 585/3049 19% [=========== ] 586/3049 19% [=========== ] 587/3049 19% [=========== ] 588/3049 19% [=========== ] 589/3049 19% [=========== ] 590/3049 19% [============ ] 591/3049 19% [============ ] 592/3049 19% [============ ] 593/3049 19% [============ ] 594/3049 19% [============ ] 595/3049 19% [============ ] 596/3049 19% [============ ] 597/3049 19% [============ ] 598/3049 19% [============ ] 599/3049 19% [============ ] 600/3049 19% [============ ] 601/3049 19% [============ ] 602/3049 19% [============ ] 603/3049 19% [============ ] 604/3049 19% [============ ] 605/3049 19% [============ ] 606/3049 19% [============ ] 607/3049 19% [============ ] 608/3049 19% [============ ] 609/3049 19% [============ ] 610/3049 20% [============ ] 611/3049 20% [============ ] 612/3049 20% [============ ] 613/3049 20% [============ ] 614/3049 20% [============ ] 615/3049 20% [============ ] 616/3049 20% [============ ] 617/3049 20% [============ ] 618/3049 20% [============ ] 619/3049 20% [============ ] 620/3049 20% [============ ] 621/3049 20% [============ ] 622/3049 20% [============ ] 623/3049 20% [============ ] 624/3049 20% [============ ] 625/3049 20% [============ ] 626/3049 20% [============ ] 627/3049 20% [============ ] 628/3049 20% [============ ] 629/3049 20% [============ ] 630/3049 20% [============ ] 631/3049 20% [============ ] 632/3049 20% [============ ] 633/3049 20% [============ ] 634/3049 20% [============ ] 635/3049 20% [============ ] 636/3049 20% [============ ] 637/3049 20% [============ ] 638/3049 20% [============ ] 639/3049 20% [============= ] 640/3049 20% [============= ] 641/3049 21% [============= ] 642/3049 21% [============= ] 643/3049 21% [============= ] 644/3049 21% [============= ] 645/3049 21% [============= ] 646/3049 21% [============= ] 647/3049 21% [============= ] 648/3049 21% [============= ] 649/3049 21% [============= ] 650/3049 21% [============= ] 651/3049 21% [============= ] 652/3049 21% [============= ] 653/3049 21% [============= ] 654/3049 21% [============= ] 655/3049 21% [============= ] 656/3049 21% [============= ] 657/3049 21% [============= ] 658/3049 21% [============= ] 659/3049 21% [============= ] 660/3049 21% [============= ] 661/3049 21% [============= ] 662/3049 21% [============= ] 663/3049 21% [============= ] 664/3049 21% [============= ] 665/3049 21% [============= ] 666/3049 21% [============= ] 667/3049 21% [============= ] 668/3049 21% [============= ] 669/3049 21% [============= ] 670/3049 21% [============= ] 671/3049 22% [============= ] 672/3049 22% [============= ] 673/3049 22% [============= ] 674/3049 22% [============= ] 675/3049 22% [============= ] 676/3049 22% [============= ] 677/3049 22% [============= ] 678/3049 22% [============= ] 679/3049 22% [============= ] 680/3049 22% [============= ] 681/3049 22% [============= ] 682/3049 22% [============= ] 683/3049 22% [============= ] 684/3049 22% [============= ] 685/3049 22% [============= ] 686/3049 22% [============= ] 687/3049 22% [============= ] 688/3049 22% [============== ] 689/3049 22% [============== ] 690/3049 22% [============== ] 691/3049 22% [============== ] 692/3049 22% [============== ] 693/3049 22% [============== ] 694/3049 22% [============== ] 695/3049 22% [============== ] 696/3049 22% [============== ] 697/3049 22% [============== ] 698/3049 22% [============== ] 699/3049 22% [============== ] 700/3049 22% [============== ] 701/3049 22% [============== ] 702/3049 23% [============== ] 703/3049 23% [============== ] 704/3049 23% [============== ] 705/3049 23% [============== ] 706/3049 23% [============== ] 707/3049 23% [============== ] 708/3049 23% [============== ] 709/3049 23% [============== ] 710/3049 23% [============== ] 711/3049 23% [============== ] 712/3049 23% [============== ] 713/3049 23% [============== ] 714/3049 23% [============== ] 715/3049 23% [============== ] 716/3049 23% [============== ] 717/3049 23% [============== ] 718/3049 23% [============== ] 719/3049 23% [============== ] 720/3049 23% [============== ] 721/3049 23% [============== ] 722/3049 23% [============== ] 723/3049 23% [============== ] 724/3049 23% [============== ] 725/3049 23% [============== ] 726/3049 23% [============== ] 727/3049 23% [============== ] 728/3049 23% [============== ] 729/3049 23% [============== ] 730/3049 23% [============== ] 731/3049 23% [============== ] 732/3049 24% [============== ] 733/3049 24% [============== ] 734/3049 24% [============== ] 735/3049 24% [============== ] 736/3049 24% [============== ] 737/3049 24% [=============== ] 738/3049 24% [=============== ] 739/3049 24% [=============== ] 740/3049 24% [=============== ] 741/3049 24% [=============== ] 742/3049 24% [=============== ] 743/3049 24% [=============== ] 744/3049 24% [=============== ] 745/3049 24% [=============== ] 746/3049 24% [=============== ] 747/3049 24% [=============== ] 748/3049 24% [=============== ] 749/3049 24% [=============== ] 750/3049 24% [=============== ] 751/3049 24% [=============== ] 752/3049 24% [=============== ] 753/3049 24% [=============== ] 754/3049 24% [=============== ] 755/3049 24% [=============== ] 756/3049 24% [=============== ] 757/3049 24% [=============== ] 758/3049 24% [=============== ] 759/3049 24% [=============== ] 760/3049 24% [=============== ] 761/3049 24% [=============== ] 762/3049 24% [=============== ] 763/3049 25% [=============== ] 764/3049 25% [=============== ] 765/3049 25% [=============== ] 766/3049 25% [=============== ] 767/3049 25% [=============== ] 768/3049 25% [=============== ] 769/3049 25% [=============== ] 770/3049 25% [=============== ] 771/3049 25% [=============== ] 772/3049 25% [=============== ] 773/3049 25% [=============== ] 774/3049 25% [=============== ] 775/3049 25% [=============== ] 776/3049 25% [=============== ] 777/3049 25% [=============== ] 778/3049 25% [=============== ] 779/3049 25% [=============== ] 780/3049 25% [=============== ] 781/3049 25% [=============== ] 782/3049 25% [=============== ] 783/3049 25% [=============== ] 784/3049 25% [=============== ] 785/3049 25% [=============== ] 786/3049 25% [================ ] 787/3049 25% [================ ] 788/3049 25% [================ ] 789/3049 25% [================ ] 790/3049 25% [================ ] 791/3049 25% [================ ] 792/3049 25% [================ ] 793/3049 26% [================ ] 794/3049 26% [================ ] 795/3049 26% [================ ] 796/3049 26% [================ ] 797/3049 26% [================ ] 798/3049 26% [================ ] 799/3049 26% [================ ] 800/3049 26% [================ ] 801/3049 26% [================ ] 802/3049 26% [================ ] 803/3049 26% [================ ] 804/3049 26% [================ ] 805/3049 26% [================ ] 806/3049 26% [================ ] 807/3049 26% [================ ] 808/3049 26% [================ ] 809/3049 26% [================ ] 810/3049 26% [================ ] 811/3049 26% [================ ] 812/3049 26% [================ ] 813/3049 26% [================ ] 814/3049 26% [================ ] 815/3049 26% [================ ] 816/3049 26% [================ ] 817/3049 26% [================ ] 818/3049 26% [================ ] 819/3049 26% [================ ] 820/3049 26% [================ ] 821/3049 26% [================ ] 822/3049 26% [================ ] 823/3049 26% [================ ] 824/3049 27% [================ ] 825/3049 27% [================ ] 826/3049 27% [================ ] 827/3049 27% [================ ] 828/3049 27% [================ ] 829/3049 27% [================ ] 830/3049 27% [================ ] 831/3049 27% [================ ] 832/3049 27% [================ ] 833/3049 27% [================ ] 834/3049 27% [================ ] 835/3049 27% [================ ] 836/3049 27% [================= ] 837/3049 27% [================= ] 838/3049 27% [================= ] 839/3049 27% [================= ] 840/3049 27% [================= ] 841/3049 27% [================= ] 842/3049 27% [================= ] 843/3049 27% [================= ] 844/3049 27% [================= ] 845/3049 27% [================= ] 846/3049 27% [================= ] 847/3049 27% [================= ] 848/3049 27% [================= ] 849/3049 27% [================= ] 850/3049 27% [================= ] 851/3049 27% [================= ] 852/3049 27% [================= ] 853/3049 27% [================= ] 854/3049 28% [================= ] 855/3049 28% [================= ] 856/3049 28% [================= ] 857/3049 28% [================= ] 858/3049 28% [================= ] 859/3049 28% [================= ] 860/3049 28% [================= ] 861/3049 28% [================= ] 862/3049 28% [================= ] 863/3049 28% [================= ] 864/3049 28% [================= ] 865/3049 28% [================= ] 866/3049 28% [================= ] 867/3049 28% [================= ] 868/3049 28% [================= ] 869/3049 28% [================= ] 870/3049 28% [================= ] 871/3049 28% [================= ] 872/3049 28% [================= ] 873/3049 28% [================= ] 874/3049 28% [================= ] 875/3049 28% [================= ] 876/3049 28% [================= ] 877/3049 28% [================= ] 878/3049 28% [================= ] 879/3049 28% [================= ] 880/3049 28% [================= ] 881/3049 28% [================= ] 882/3049 28% [================= ] 883/3049 28% [================= ] 884/3049 28% [================= ] 885/3049 29% [================== ] 886/3049 29% [================== ] 887/3049 29% [================== ] 888/3049 29% [================== ] 889/3049 29% [================== ] 890/3049 29% [================== ] 891/3049 29% [================== ] 892/3049 29% [================== ] 893/3049 29% [================== ] 894/3049 29% [================== ] 895/3049 29% [================== ] 896/3049 29% [================== ] 897/3049 29% [================== ] 898/3049 29% [================== ] 899/3049 29% [================== ] 900/3049 29% [================== ] 901/3049 29% [================== ] 902/3049 29% [================== ] 903/3049 29% [================== ] 904/3049 29% [================== ] 905/3049 29% [================== ] 906/3049 29% [================== ] 907/3049 29% [================== ] 908/3049 29% [================== ] 909/3049 29% [================== ] 910/3049 29% [================== ] 911/3049 29% [================== ] 912/3049 29% [================== ] 913/3049 29% [================== ] 914/3049 29% [================== ] 915/3049 30% [================== ] 916/3049 30% [================== ] 917/3049 30% [================== ] 918/3049 30% [================== ] 919/3049 30% [================== ] 920/3049 30% [================== ] 921/3049 30% [================== ] 922/3049 30% [================== ] 923/3049 30% [================== ] 924/3049 30% [================== ] 925/3049 30% [================== ] 926/3049 30% [================== ] 927/3049 30% [================== ] 928/3049 30% [================== ] 929/3049 30% [================== ] 930/3049 30% [================== ] 931/3049 30% [================== ] 932/3049 30% [================== ] 933/3049 30% [================== ] 934/3049 30% [=================== ] 935/3049 30% [=================== ] 936/3049 30% [=================== ] 937/3049 30% [=================== ] 938/3049 30% [=================== ] 939/3049 30% [=================== ] 940/3049 30% [=================== ] 941/3049 30% [=================== ] 942/3049 30% [=================== ] 943/3049 30% [=================== ] 944/3049 30% [=================== ] 945/3049 30% [=================== ] 946/3049 31% [=================== ] 947/3049 31% [=================== ] 948/3049 31% [=================== ] 949/3049 31% [=================== ] 950/3049 31% [=================== ] 951/3049 31% [=================== ] 952/3049 31% [=================== ] 953/3049 31% [=================== ] 954/3049 31% [=================== ] 955/3049 31% [=================== ] 956/3049 31% [=================== ] 957/3049 31% [=================== ] 958/3049 31% [=================== ] 959/3049 31% [=================== ] 960/3049 31% [=================== ] 961/3049 31% [=================== ] 962/3049 31% [=================== ] 963/3049 31% [=================== ] 964/3049 31% [=================== ] 965/3049 31% [=================== ] 966/3049 31% [=================== ] 967/3049 31% [=================== ] 968/3049 31% [=================== ] 969/3049 31% [=================== ] 970/3049 31% [=================== ] 971/3049 31% [=================== ] 972/3049 31% [=================== ] 973/3049 31% [=================== ] 974/3049 31% [=================== ] 975/3049 31% [=================== ] 976/3049 32% [=================== ] 977/3049 32% [=================== ] 978/3049 32% [=================== ] 979/3049 32% [=================== ] 980/3049 32% [=================== ] 981/3049 32% [=================== ] 982/3049 32% [=================== ] 983/3049 32% [==================== ] 984/3049 32% [==================== ] 985/3049 32% [==================== ] 986/3049 32% [==================== ] 987/3049 32% [==================== ] 988/3049 32% [==================== ] 989/3049 32% [==================== ] 990/3049 32% [==================== ] 991/3049 32% [==================== ] 992/3049 32% [==================== ] 993/3049 32% [==================== ] 994/3049 32% [==================== ] 995/3049 32% [==================== ] 996/3049 32% [==================== ] 997/3049 32% [==================== ] 998/3049 32% [==================== ] 999/3049 32% [==================== ] 1000/3049 32% [==================== ] 1001/3049 32% [==================== ] 1002/3049 32% [==================== ] 1003/3049 32% [==================== ] 1004/3049 32% [==================== ] 1005/3049 32% [==================== ] 1006/3049 32% [==================== ] 1007/3049 33% [==================== ] 1008/3049 33% [==================== ] 1009/3049 33% [==================== ] 1010/3049 33% [==================== ] 1011/3049 33% [==================== ] 1012/3049 33% [==================== ] 1013/3049 33% [==================== ] 1014/3049 33% [==================== ] 1015/3049 33% [==================== ] 1016/3049 33% [==================== ] 1017/3049 33% [==================== ] 1018/3049 33% [==================== ] 1019/3049 33% [==================== ] 1020/3049 33% [==================== ] 1021/3049 33% [==================== ] 1022/3049 33% [==================== ] 1023/3049 33% [==================== ] 1024/3049 33% [==================== ] 1025/3049 33% [==================== ] 1026/3049 33% [==================== ] 1027/3049 33% [==================== ] 1028/3049 33% [==================== ] 1029/3049 33% [==================== ] 1030/3049 33% [==================== ] 1031/3049 33% [==================== ] 1032/3049 33% [===================== ] 1033/3049 33% [===================== ] 1034/3049 33% [===================== ] 1035/3049 33% [===================== ] 1036/3049 33% [===================== ] 1037/3049 34% [===================== ] 1038/3049 34% [===================== ] 1039/3049 34% [===================== ] 1040/3049 34% [===================== ] 1041/3049 34% [===================== ] 1042/3049 34% [===================== ] 1043/3049 34% [===================== ] 1044/3049 34% [===================== ] 1045/3049 34% [===================== ] 1046/3049 34% [===================== ] 1047/3049 34% [===================== ] 1048/3049 34% [===================== ] 1049/3049 34% [===================== ] 1050/3049 34% [===================== ] 1051/3049 34% [===================== ] 1052/3049 34% [===================== ] 1053/3049 34% [===================== ] 1054/3049 34% [===================== ] 1055/3049 34% [===================== ] 1056/3049 34% [===================== ] 1057/3049 34% [===================== ] 1058/3049 34% [===================== ] 1059/3049 34% [===================== ] 1060/3049 34% [===================== ] 1061/3049 34% [===================== ] 1062/3049 34% [===================== ] 1063/3049 34% [===================== ] 1064/3049 34% [===================== ] 1065/3049 34% [===================== ] 1066/3049 34% [===================== ] 1067/3049 34% [===================== ] 1068/3049 35% [===================== ] 1069/3049 35% [===================== ] 1070/3049 35% [===================== ] 1071/3049 35% [===================== ] 1072/3049 35% [===================== ] 1073/3049 35% [===================== ] 1074/3049 35% [===================== ] 1075/3049 35% [===================== ] 1076/3049 35% [===================== ] 1077/3049 35% [===================== ] 1078/3049 35% [===================== ] 1079/3049 35% [===================== ] 1080/3049 35% [===================== ] 1081/3049 35% [====================== ] 1082/3049 35% [====================== ] 1083/3049 35% [====================== ] 1084/3049 35% [====================== ] 1085/3049 35% [====================== ] 1086/3049 35% [====================== ] 1087/3049 35% [====================== ] 1088/3049 35% [====================== ] 1089/3049 35% [====================== ] 1090/3049 35% [====================== ] 1091/3049 35% [====================== ] 1092/3049 35% [====================== ] 1093/3049 35% [====================== ] 1094/3049 35% [====================== ] 1095/3049 35% [====================== ] 1096/3049 35% [====================== ] 1097/3049 35% [====================== ] 1098/3049 36% [====================== ] 1099/3049 36% [====================== ] 1100/3049 36% [====================== ] 1101/3049 36% [====================== ] 1102/3049 36% [====================== ] 1103/3049 36% [====================== ] 1104/3049 36% [====================== ] 1105/3049 36% [====================== ] 1106/3049 36% [====================== ] 1107/3049 36% [====================== ] 1108/3049 36% [====================== ] 1109/3049 36% [====================== ] 1110/3049 36% [====================== ] 1111/3049 36% [====================== ] 1112/3049 36% [====================== ] 1113/3049 36% [====================== ] 1114/3049 36% [====================== ] 1115/3049 36% [====================== ] 1116/3049 36% [====================== ] 1117/3049 36% [====================== ] 1118/3049 36% [====================== ] 1119/3049 36% [====================== ] 1120/3049 36% [====================== ] 1121/3049 36% [====================== ] 1122/3049 36% [====================== ] 1123/3049 36% [====================== ] 1124/3049 36% [====================== ] 1125/3049 36% [====================== ] 1126/3049 36% [====================== ] 1127/3049 36% [====================== ] 1128/3049 36% [====================== ] 1129/3049 37% [====================== ] 1130/3049 37% [====================== ] 1131/3049 37% [======================= ] 1132/3049 37% [======================= ] 1133/3049 37% [======================= ] 1134/3049 37% [======================= ] 1135/3049 37% [======================= ] 1136/3049 37% [======================= ] 1137/3049 37% [======================= ] 1138/3049 37% [======================= ] 1139/3049 37% [======================= ] 1140/3049 37% [======================= ] 1141/3049 37% [======================= ] 1142/3049 37% [======================= ] 1143/3049 37% [======================= ] 1144/3049 37% [======================= ] 1145/3049 37% [======================= ] 1146/3049 37% [======================= ] 1147/3049 37% [======================= ] 1148/3049 37% [======================= ] 1149/3049 37% [======================= ] 1150/3049 37% [======================= ] 1151/3049 37% [======================= ] 1152/3049 37% [======================= ] 1153/3049 37% [======================= ] 1154/3049 37% [======================= ] 1155/3049 37% [======================= ] 1156/3049 37% [======================= ] 1157/3049 37% [======================= ] 1158/3049 37% [======================= ] 1159/3049 38% [======================= ] 1160/3049 38% [======================= ] 1161/3049 38% [======================= ] 1162/3049 38% [======================= ] 1163/3049 38% [======================= ] 1164/3049 38% [======================= ] 1165/3049 38% [======================= ] 1166/3049 38% [======================= ] 1167/3049 38% [======================= ] 1168/3049 38% [======================= ] 1169/3049 38% [======================= ] 1170/3049 38% [======================= ] 1171/3049 38% [======================= ] 1172/3049 38% [======================= ] 1173/3049 38% [======================= ] 1174/3049 38% [======================= ] 1175/3049 38% [======================= ] 1176/3049 38% [======================= ] 1177/3049 38% [======================= ] 1178/3049 38% [======================= ] 1179/3049 38% [======================= ] 1180/3049 38% [======================== ] 1181/3049 38% [======================== ] 1182/3049 38% [======================== ] 1183/3049 38% [======================== ] 1184/3049 38% [======================== ] 1185/3049 38% [======================== ] 1186/3049 38% [======================== ] 1187/3049 38% [======================== ] 1188/3049 38% [======================== ] 1189/3049 38% [======================== ] 1190/3049 39% [======================== ] 1191/3049 39% [======================== ] 1192/3049 39% [======================== ] 1193/3049 39% [======================== ] 1194/3049 39% [======================== ] 1195/3049 39% [======================== ] 1196/3049 39% [======================== ] 1197/3049 39% [======================== ] 1198/3049 39% [======================== ] 1199/3049 39% [======================== ] 1200/3049 39% [======================== ] 1201/3049 39% [======================== ] 1202/3049 39% [======================== ] 1203/3049 39% [======================== ] 1204/3049 39% [======================== ] 1205/3049 39% [======================== ] 1206/3049 39% [======================== ] 1207/3049 39% [======================== ] 1208/3049 39% [======================== ] 1209/3049 39% [======================== ] 1210/3049 39% [======================== ] 1211/3049 39% [======================== ] 1212/3049 39% [======================== ] 1213/3049 39% [======================== ] 1214/3049 39% [======================== ] 1215/3049 39% [======================== ] 1216/3049 39% [======================== ] 1217/3049 39% [======================== ] 1218/3049 39% [======================== ] 1219/3049 39% [======================== ] 1220/3049 40% [======================== ] 1221/3049 40% [======================== ] 1222/3049 40% [======================== ] 1223/3049 40% [======================== ] 1224/3049 40% [======================== ] 1225/3049 40% [======================== ] 1226/3049 40% [======================== ] 1227/3049 40% [======================== ] 1228/3049 40% [======================== ] 1229/3049 40% [========================= ] 1230/3049 40% [========================= ] 1231/3049 40% [========================= ] 1232/3049 40% [========================= ] 1233/3049 40% [========================= ] 1234/3049 40% [========================= ] 1235/3049 40% [========================= ] 1236/3049 40% [========================= ] 1237/3049 40% [========================= ] 1238/3049 40% [========================= ] 1239/3049 40% [========================= ] 1240/3049 40% [========================= ] 1241/3049 40% [========================= ] 1242/3049 40% [========================= ] 1243/3049 40% [========================= ] 1244/3049 40% [========================= ] 1245/3049 40% [========================= ] 1246/3049 40% [========================= ] 1247/3049 40% [========================= ] 1248/3049 40% [========================= ] 1249/3049 40% [========================= ] 1250/3049 40% [========================= ] 1251/3049 41% [========================= ] 1252/3049 41% [========================= ] 1253/3049 41% [========================= ] 1254/3049 41% [========================= ] 1255/3049 41% [========================= ] 1256/3049 41% [========================= ] 1257/3049 41% [========================= ] 1258/3049 41% [========================= ] 1259/3049 41% [========================= ] 1260/3049 41% [========================= ] 1261/3049 41% [========================= ] 1262/3049 41% [========================= ] 1263/3049 41% [========================= ] 1264/3049 41% [========================= ] 1265/3049 41% [========================= ] 1266/3049 41% [========================= ] 1267/3049 41% [========================= ] 1268/3049 41% [========================= ] 1269/3049 41% [========================= ] 1270/3049 41% [========================= ] 1271/3049 41% [========================= ] 1272/3049 41% [========================= ] 1273/3049 41% [========================= ] 1274/3049 41% [========================= ] 1275/3049 41% [========================= ] 1276/3049 41% [========================= ] 1277/3049 41% [========================= ] 1278/3049 41% [========================== ] 1279/3049 41% [========================== ] 1280/3049 41% [========================== ] 1281/3049 42% [========================== ] 1282/3049 42% [========================== ] 1283/3049 42% [========================== ] 1284/3049 42% [========================== ] 1285/3049 42% [========================== ] 1286/3049 42% [========================== ] 1287/3049 42% [========================== ] 1288/3049 42% [========================== ] 1289/3049 42% [========================== ] 1290/3049 42% [========================== ] 1291/3049 42% [========================== ] 1292/3049 42% [========================== ] 1293/3049 42% [========================== ] 1294/3049 42% [========================== ] 1295/3049 42% [========================== ] 1296/3049 42% [========================== ] 1297/3049 42% [========================== ] 1298/3049 42% [========================== ] 1299/3049 42% [========================== ] 1300/3049 42% [========================== ] 1301/3049 42% [========================== ] 1302/3049 42% [========================== ] 1303/3049 42% [========================== ] 1304/3049 42% [========================== ] 1305/3049 42% [========================== ] 1306/3049 42% [========================== ] 1307/3049 42% [========================== ] 1308/3049 42% [========================== ] 1309/3049 42% [========================== ] 1310/3049 42% [========================== ] 1311/3049 42% [========================== ] 1312/3049 43% [========================== ] 1313/3049 43% [========================== ] 1314/3049 43% [========================== ] 1315/3049 43% [========================== ] 1316/3049 43% [========================== ] 1317/3049 43% [========================== ] 1318/3049 43% [========================== ] 1319/3049 43% [========================== ] 1320/3049 43% [========================== ] 1321/3049 43% [========================== ] 1322/3049 43% [========================== ] 1323/3049 43% [========================== ] 1324/3049 43% [========================== ] 1325/3049 43% [========================== ] 1326/3049 43% [========================== ] 1327/3049 43% [=========================== ] 1328/3049 43% [=========================== ] 1329/3049 43% [=========================== ] 1330/3049 43% [=========================== ] 1331/3049 43% [=========================== ] 1332/3049 43% [=========================== ] 1333/3049 43% [=========================== ] 1334/3049 43% [=========================== ] 1335/3049 43% [=========================== ] 1336/3049 43% [=========================== ] 1337/3049 43% [=========================== ] 1338/3049 43% [=========================== ] 1339/3049 43% [=========================== ] 1340/3049 43% [=========================== ] 1341/3049 43% [=========================== ] 1342/3049 44% [=========================== ] 1343/3049 44% [=========================== ] 1344/3049 44% [=========================== ] 1345/3049 44% [=========================== ] 1346/3049 44% [=========================== ] 1347/3049 44% [=========================== ] 1348/3049 44% [=========================== ] 1349/3049 44% [=========================== ] 1350/3049 44% [=========================== ] 1351/3049 44% [=========================== ] 1352/3049 44% [=========================== ] 1353/3049 44% [=========================== ] 1354/3049 44% [=========================== ] 1355/3049 44% [=========================== ] 1356/3049 44% [=========================== ] 1357/3049 44% [=========================== ] 1358/3049 44% [=========================== ] 1359/3049 44% [=========================== ] 1360/3049 44% [=========================== ] 1361/3049 44% [=========================== ] 1362/3049 44% [=========================== ] 1363/3049 44% [=========================== ] 1364/3049 44% [=========================== ] 1365/3049 44% [=========================== ] 1366/3049 44% [=========================== ] 1367/3049 44% [=========================== ] 1368/3049 44% [=========================== ] 1369/3049 44% [=========================== ] 1370/3049 44% [=========================== ] 1371/3049 44% [=========================== ] 1372/3049 44% [=========================== ] 1373/3049 45% [=========================== ] 1374/3049 45% [=========================== ] 1375/3049 45% [=========================== ] 1376/3049 45% [============================ ] 1377/3049 45% [============================ ] 1378/3049 45% [============================ ] 1379/3049 45% [============================ ] 1380/3049 45% [============================ ] 1381/3049 45% [============================ ] 1382/3049 45% [============================ ] 1383/3049 45% [============================ ] 1384/3049 45% [============================ ] 1385/3049 45% [============================ ] 1386/3049 45% [============================ ] 1387/3049 45% [============================ ] 1388/3049 45% [============================ ] 1389/3049 45% [============================ ] 1390/3049 45% [============================ ] 1391/3049 45% [============================ ] 1392/3049 45% [============================ ] 1393/3049 45% [============================ ] 1394/3049 45% [============================ ] 1395/3049 45% [============================ ] 1396/3049 45% [============================ ] 1397/3049 45% [============================ ] 1398/3049 45% [============================ ] 1399/3049 45% [============================ ] 1400/3049 45% [============================ ] 1401/3049 45% [============================ ] 1402/3049 45% [============================ ] 1403/3049 46% [============================ ] 1404/3049 46% [============================ ] 1405/3049 46% [============================ ] 1406/3049 46% [============================ ] 1407/3049 46% [============================ ] 1408/3049 46% [============================ ] 1409/3049 46% [============================ ] 1410/3049 46% [============================ ] 1411/3049 46% [============================ ] 1412/3049 46% [============================ ] 1413/3049 46% [============================ ] 1414/3049 46% [============================ ] 1415/3049 46% [============================ ] 1416/3049 46% [============================ ] 1417/3049 46% [============================ ] 1418/3049 46% [============================ ] 1419/3049 46% [============================ ] 1420/3049 46% [============================ ] 1421/3049 46% [============================ ] 1422/3049 46% [============================ ] 1423/3049 46% [============================ ] 1424/3049 46% [============================ ] 1425/3049 46% [============================ ] 1426/3049 46% [============================= ] 1427/3049 46% [============================= ] 1428/3049 46% [============================= ] 1429/3049 46% [============================= ] 1430/3049 46% [============================= ] 1431/3049 46% [============================= ] 1432/3049 46% [============================= ] 1433/3049 46% [============================= ] 1434/3049 47% [============================= ] 1435/3049 47% [============================= ] 1436/3049 47% [============================= ] 1437/3049 47% [============================= ] 1438/3049 47% [============================= ] 1439/3049 47% [============================= ] 1440/3049 47% [============================= ] 1441/3049 47% [============================= ] 1442/3049 47% [============================= ] 1443/3049 47% [============================= ] 1444/3049 47% [============================= ] 1445/3049 47% [============================= ] 1446/3049 47% [============================= ] 1447/3049 47% [============================= ] 1448/3049 47% [============================= ] 1449/3049 47% [============================= ] 1450/3049 47% [============================= ] 1451/3049 47% [============================= ] 1452/3049 47% [============================= ] 1453/3049 47% [============================= ] 1454/3049 47% [============================= ] 1455/3049 47% [============================= ] 1456/3049 47% [============================= ] 1457/3049 47% [============================= ] 1458/3049 47% [============================= ] 1459/3049 47% [============================= ] 1460/3049 47% [============================= ] 1461/3049 47% [============================= ] 1462/3049 47% [============================= ] 1463/3049 47% [============================= ] 1464/3049 48% [============================= ] 1465/3049 48% [============================= ] 1466/3049 48% [============================= ] 1467/3049 48% [============================= ] 1468/3049 48% [============================= ] 1469/3049 48% [============================= ] 1470/3049 48% [============================= ] 1471/3049 48% [============================= ] 1472/3049 48% [============================= ] 1473/3049 48% [============================= ] 1474/3049 48% [============================= ] 1475/3049 48% [============================== ] 1476/3049 48% [============================== ] 1477/3049 48% [============================== ] 1478/3049 48% [============================== ] 1479/3049 48% [============================== ] 1480/3049 48% [============================== ] 1481/3049 48% [============================== ] 1482/3049 48% [============================== ] 1483/3049 48% [============================== ] 1484/3049 48% [============================== ] 1485/3049 48% [============================== ] 1486/3049 48% [============================== ] 1487/3049 48% [============================== ] 1488/3049 48% [============================== ] 1489/3049 48% [============================== ] 1490/3049 48% [============================== ] 1491/3049 48% [============================== ] 1492/3049 48% [============================== ] 1493/3049 48% [============================== ] 1494/3049 48% [============================== ] 1495/3049 49% [============================== ] 1496/3049 49% [============================== ] 1497/3049 49% [============================== ] 1498/3049 49% [============================== ] 1499/3049 49% [============================== ] 1500/3049 49% [============================== ] 1501/3049 49% [============================== ] 1502/3049 49% [============================== ] 1503/3049 49% [============================== ] 1504/3049 49% [============================== ] 1505/3049 49% [============================== ] 1506/3049 49% [============================== ] 1507/3049 49% [============================== ] 1508/3049 49% [============================== ] 1509/3049 49% [============================== ] 1510/3049 49% [============================== ] 1511/3049 49% [============================== ] 1512/3049 49% [============================== ] 1513/3049 49% [============================== ] 1514/3049 49% [============================== ] 1515/3049 49% [============================== ] 1516/3049 49% [============================== ] 1517/3049 49% [============================== ] 1518/3049 49% [============================== ] 1519/3049 49% [============================== ] 1520/3049 49% [============================== ] 1521/3049 49% [============================== ] 1522/3049 49% [============================== ] 1523/3049 49% [============================== ] 1524/3049 49% [=============================== ] 1525/3049 50% [=============================== ] 1526/3049 50% [=============================== ] 1527/3049 50% [=============================== ] 1528/3049 50% [=============================== ] 1529/3049 50% [=============================== ] 1530/3049 50% [=============================== ] 1531/3049 50% [=============================== ] 1532/3049 50% [=============================== ] 1533/3049 50% [=============================== ] 1534/3049 50% [=============================== ] 1535/3049 50% [=============================== ] 1536/3049 50% [=============================== ] 1537/3049 50% [=============================== ] 1538/3049 50% [=============================== ] 1539/3049 50% [=============================== ] 1540/3049 50% [=============================== ] 1541/3049 50% [=============================== ] 1542/3049 50% [=============================== ] 1543/3049 50% [=============================== ] 1544/3049 50% [=============================== ] 1545/3049 50% [=============================== ] 1546/3049 50% [=============================== ] 1547/3049 50% [=============================== ] 1548/3049 50% [=============================== ] 1549/3049 50% [=============================== ] 1550/3049 50% [=============================== ] 1551/3049 50% [=============================== ] 1552/3049 50% [=============================== ] 1553/3049 50% [=============================== ] 1554/3049 50% [=============================== ] 1555/3049 51% [=============================== ] 1556/3049 51% [=============================== ] 1557/3049 51% [=============================== ] 1558/3049 51% [=============================== ] 1559/3049 51% [=============================== ] 1560/3049 51% [=============================== ] 1561/3049 51% [=============================== ] 1562/3049 51% [=============================== ] 1563/3049 51% [=============================== ] 1564/3049 51% [=============================== ] 1565/3049 51% [=============================== ] 1566/3049 51% [=============================== ] 1567/3049 51% [=============================== ] 1568/3049 51% [=============================== ] 1569/3049 51% [=============================== ] 1570/3049 51% [=============================== ] 1571/3049 51% [=============================== ] 1572/3049 51% [=============================== ] 1573/3049 51% [================================ ] 1574/3049 51% [================================ ] 1575/3049 51% [================================ ] 1576/3049 51% [================================ ] 1577/3049 51% [================================ ] 1578/3049 51% [================================ ] 1579/3049 51% [================================ ] 1580/3049 51% [================================ ] 1581/3049 51% [================================ ] 1582/3049 51% [================================ ] 1583/3049 51% [================================ ] 1584/3049 51% [================================ ] 1585/3049 51% [================================ ] 1586/3049 52% [================================ ] 1587/3049 52% [================================ ] 1588/3049 52% [================================ ] 1589/3049 52% [================================ ] 1590/3049 52% [================================ ] 1591/3049 52% [================================ ] 1592/3049 52% [================================ ] 1593/3049 52% [================================ ] 1594/3049 52% [================================ ] 1595/3049 52% [================================ ] 1596/3049 52% [================================ ] 1597/3049 52% [================================ ] 1598/3049 52% [================================ ] 1599/3049 52% [================================ ] 1600/3049 52% [================================ ] 1601/3049 52% [================================ ] 1602/3049 52% [================================ ] 1603/3049 52% [================================ ] 1604/3049 52% [================================ ] 1605/3049 52% [================================ ] 1606/3049 52% [================================ ] 1607/3049 52% [================================ ] 1608/3049 52% [================================ ] 1609/3049 52% [================================ ] 1610/3049 52% [================================ ] 1611/3049 52% [================================ ] 1612/3049 52% [================================ ] 1613/3049 52% [================================ ] 1614/3049 52% [================================ ] 1615/3049 52% [================================ ] 1616/3049 53% [================================ ] 1617/3049 53% [================================ ] 1618/3049 53% [================================ ] 1619/3049 53% [================================ ] 1620/3049 53% [================================ ] 1621/3049 53% [================================ ] 1622/3049 53% [================================= ] 1623/3049 53% [================================= ] 1624/3049 53% [================================= ] 1625/3049 53% [================================= ] 1626/3049 53% [================================= ] 1627/3049 53% [================================= ] 1628/3049 53% [================================= ] 1629/3049 53% [================================= ] 1630/3049 53% [================================= ] 1631/3049 53% [================================= ] 1632/3049 53% [================================= ] 1633/3049 53% [================================= ] 1634/3049 53% [================================= ] 1635/3049 53% [================================= ] 1636/3049 53% [================================= ] 1637/3049 53% [================================= ] 1638/3049 53% [================================= ] 1639/3049 53% [================================= ] 1640/3049 53% [================================= ] 1641/3049 53% [================================= ] 1642/3049 53% [================================= ] 1643/3049 53% [================================= ] 1644/3049 53% [================================= ] 1645/3049 53% [================================= ] 1646/3049 53% [================================= ] 1647/3049 54% [================================= ] 1648/3049 54% [================================= ] 1649/3049 54% [================================= ] 1650/3049 54% [================================= ] 1651/3049 54% [================================= ] 1652/3049 54% [================================= ] 1653/3049 54% [================================= ] 1654/3049 54% [================================= ] 1655/3049 54% [================================= ] 1656/3049 54% [================================= ] 1657/3049 54% [================================= ] 1658/3049 54% [================================= ] 1659/3049 54% [================================= ] 1660/3049 54% [================================= ] 1661/3049 54% [================================= ] 1662/3049 54% [================================= ] 1663/3049 54% [================================= ] 1664/3049 54% [================================= ] 1665/3049 54% [================================= ] 1666/3049 54% [================================= ] 1667/3049 54% [================================= ] 1668/3049 54% [================================= ] 1669/3049 54% [================================= ] 1670/3049 54% [================================= ] 1671/3049 54% [================================= ] 1672/3049 54% [================================== ] 1673/3049 54% [================================== ] 1674/3049 54% [================================== ] 1675/3049 54% [================================== ] 1676/3049 54% [================================== ] 1677/3049 55% [================================== ] 1678/3049 55% [================================== ] 1679/3049 55% [================================== ] 1680/3049 55% [================================== ] 1681/3049 55% [================================== ] 1682/3049 55% [================================== ] 1683/3049 55% [================================== ] 1684/3049 55% [================================== ] 1685/3049 55% [================================== ] 1686/3049 55% [================================== ] 1687/3049 55% [================================== ] 1688/3049 55% [================================== ] 1689/3049 55% [================================== ] 1690/3049 55% [================================== ] 1691/3049 55% [================================== ] 1692/3049 55% [================================== ] 1693/3049 55% [================================== ] 1694/3049 55% [================================== ] 1695/3049 55% [================================== ] 1696/3049 55% [================================== ] 1697/3049 55% [================================== ] 1698/3049 55% [================================== ] 1699/3049 55% [================================== ] 1700/3049 55% [================================== ] 1701/3049 55% [================================== ] 1702/3049 55% [================================== ] 1703/3049 55% [================================== ] 1704/3049 55% [================================== ] 1705/3049 55% [================================== ] 1706/3049 55% [================================== ] 1707/3049 55% [================================== ] 1708/3049 56% [================================== ] 1709/3049 56% [================================== ] 1710/3049 56% [================================== ] 1711/3049 56% [================================== ] 1712/3049 56% [================================== ] 1713/3049 56% [================================== ] 1714/3049 56% [================================== ] 1715/3049 56% [================================== ] 1716/3049 56% [================================== ] 1717/3049 56% [================================== ] 1718/3049 56% [================================== ] 1719/3049 56% [================================== ] 1720/3049 56% [================================== ] 1721/3049 56% [=================================== ] 1722/3049 56% [=================================== ] 1723/3049 56% [=================================== ] 1724/3049 56% [=================================== ] 1725/3049 56% [=================================== ] 1726/3049 56% [=================================== ] 1727/3049 56% [=================================== ] 1728/3049 56% [=================================== ] 1729/3049 56% [=================================== ] 1730/3049 56% [=================================== ] 1731/3049 56% [=================================== ] 1732/3049 56% [=================================== ] 1733/3049 56% [=================================== ] 1734/3049 56% [=================================== ] 1735/3049 56% [=================================== ] 1736/3049 56% [=================================== ] 1737/3049 56% [=================================== ] 1738/3049 57% [=================================== ] 1739/3049 57% [=================================== ] 1740/3049 57% [=================================== ] 1741/3049 57% [=================================== ] 1742/3049 57% [=================================== ] 1743/3049 57% [=================================== ] 1744/3049 57% [=================================== ] 1745/3049 57% [=================================== ] 1746/3049 57% [=================================== ] 1747/3049 57% [=================================== ] 1748/3049 57% [=================================== ] 1749/3049 57% [=================================== ] 1750/3049 57% [=================================== ] 1751/3049 57% [=================================== ] 1752/3049 57% [=================================== ] 1753/3049 57% [=================================== ] 1754/3049 57% [=================================== ] 1755/3049 57% [=================================== ] 1756/3049 57% [=================================== ] 1757/3049 57% [=================================== ] 1758/3049 57% [=================================== ] 1759/3049 57% [=================================== ] 1760/3049 57% [=================================== ] 1761/3049 57% [=================================== ] 1762/3049 57% [=================================== ] 1763/3049 57% [=================================== ] 1764/3049 57% [=================================== ] 1765/3049 57% [=================================== ] 1766/3049 57% [=================================== ] 1767/3049 57% [=================================== ] 1768/3049 57% [=================================== ] 1769/3049 58% [=================================== ] 1770/3049 58% [==================================== ] 1771/3049 58% [==================================== ] 1772/3049 58% [==================================== ] 1773/3049 58% [==================================== ] 1774/3049 58% [==================================== ] 1775/3049 58% [==================================== ] 1776/3049 58% [==================================== ] 1777/3049 58% [==================================== ] 1778/3049 58% [==================================== ] 1779/3049 58% [==================================== ] 1780/3049 58% [==================================== ] 1781/3049 58% [==================================== ] 1782/3049 58% [==================================== ] 1783/3049 58% [==================================== ] 1784/3049 58% [==================================== ] 1785/3049 58% [==================================== ] 1786/3049 58% [==================================== ] 1787/3049 58% [==================================== ] 1788/3049 58% [==================================== ] 1789/3049 58% [==================================== ] 1790/3049 58% [==================================== ] 1791/3049 58% [==================================== ] 1792/3049 58% [==================================== ] 1793/3049 58% [==================================== ] 1794/3049 58% [==================================== ] 1795/3049 58% [==================================== ] 1796/3049 58% [==================================== ] 1797/3049 58% [==================================== ] 1798/3049 58% [==================================== ] 1799/3049 59% [==================================== ] 1800/3049 59% [==================================== ] 1801/3049 59% [==================================== ] 1802/3049 59% [==================================== ] 1803/3049 59% [==================================== ] 1804/3049 59% [==================================== ] 1805/3049 59% [==================================== ] 1806/3049 59% [==================================== ] 1807/3049 59% [==================================== ] 1808/3049 59% [==================================== ] 1809/3049 59% [==================================== ] 1810/3049 59% [==================================== ] 1811/3049 59% [==================================== ] 1812/3049 59% [==================================== ] 1813/3049 59% [==================================== ] 1814/3049 59% [==================================== ] 1815/3049 59% [==================================== ] 1816/3049 59% [==================================== ] 1817/3049 59% [==================================== ] 1818/3049 59% [==================================== ] 1819/3049 59% [===================================== ] 1820/3049 59% [===================================== ] 1821/3049 59% [===================================== ] 1822/3049 59% [===================================== ] 1823/3049 59% [===================================== ] 1824/3049 59% [===================================== ] 1825/3049 59% [===================================== ] 1826/3049 59% [===================================== ] 1827/3049 59% [===================================== ] 1828/3049 59% [===================================== ] 1829/3049 59% [===================================== ] 1830/3049 60% [===================================== ] 1831/3049 60% [===================================== ] 1832/3049 60% [===================================== ] 1833/3049 60% [===================================== ] 1834/3049 60% [===================================== ] 1835/3049 60% [===================================== ] 1836/3049 60% [===================================== ] 1837/3049 60% [===================================== ] 1838/3049 60% [===================================== ] 1839/3049 60% [===================================== ] 1840/3049 60% [===================================== ] 1841/3049 60% [===================================== ] 1842/3049 60% [===================================== ] 1843/3049 60% [===================================== ] 1844/3049 60% [===================================== ] 1845/3049 60% [===================================== ] 1846/3049 60% [===================================== ] 1847/3049 60% [===================================== ] 1848/3049 60% [===================================== ] 1849/3049 60% [===================================== ] 1850/3049 60% [===================================== ] 1851/3049 60% [===================================== ] 1852/3049 60% [===================================== ] 1853/3049 60% [===================================== ] 1854/3049 60% [===================================== ] 1855/3049 60% [===================================== ] 1856/3049 60% [===================================== ] 1857/3049 60% [===================================== ] 1858/3049 60% [===================================== ] 1859/3049 60% [===================================== ] 1860/3049 61% [===================================== ] 1861/3049 61% [===================================== ] 1862/3049 61% [===================================== ] 1863/3049 61% [===================================== ] 1864/3049 61% [===================================== ] 1865/3049 61% [===================================== ] 1866/3049 61% [===================================== ] 1867/3049 61% [===================================== ] 1868/3049 61% [====================================== ] 1869/3049 61% [====================================== ] 1870/3049 61% [====================================== ] 1871/3049 61% [====================================== ] 1872/3049 61% [====================================== ] 1873/3049 61% [====================================== ] 1874/3049 61% [====================================== ] 1875/3049 61% [====================================== ] 1876/3049 61% [====================================== ] 1877/3049 61% [====================================== ] 1878/3049 61% [====================================== ] 1879/3049 61% [====================================== ] 1880/3049 61% [====================================== ] 1881/3049 61% [====================================== ] 1882/3049 61% [====================================== ] 1883/3049 61% [====================================== ] 1884/3049 61% [====================================== ] 1885/3049 61% [====================================== ] 1886/3049 61% [====================================== ] 1887/3049 61% [====================================== ] 1888/3049 61% [====================================== ] 1889/3049 61% [====================================== ] 1890/3049 61% [====================================== ] 1891/3049 62% [====================================== ] 1892/3049 62% [====================================== ] 1893/3049 62% [====================================== ] 1894/3049 62% [====================================== ] 1895/3049 62% [====================================== ] 1896/3049 62% [====================================== ] 1897/3049 62% [====================================== ] 1898/3049 62% [====================================== ] 1899/3049 62% [====================================== ] 1900/3049 62% [====================================== ] 1901/3049 62% [====================================== ] 1902/3049 62% [====================================== ] 1903/3049 62% [====================================== ] 1904/3049 62% [====================================== ] 1905/3049 62% [====================================== ] 1906/3049 62% [====================================== ] 1907/3049 62% [====================================== ] 1908/3049 62% [====================================== ] 1909/3049 62% [====================================== ] 1910/3049 62% [====================================== ] 1911/3049 62% [====================================== ] 1912/3049 62% [====================================== ] 1913/3049 62% [====================================== ] 1914/3049 62% [====================================== ] 1915/3049 62% [====================================== ] 1916/3049 62% [====================================== ] 1917/3049 62% [======================================= ] 1918/3049 62% [======================================= ] 1919/3049 62% [======================================= ] 1920/3049 62% [======================================= ] 1921/3049 63% [======================================= ] 1922/3049 63% [======================================= ] 1923/3049 63% [======================================= ] 1924/3049 63% [======================================= ] 1925/3049 63% [======================================= ] 1926/3049 63% [======================================= ] 1927/3049 63% [======================================= ] 1928/3049 63% [======================================= ] 1929/3049 63% [======================================= ] 1930/3049 63% [======================================= ] 1931/3049 63% [======================================= ] 1932/3049 63% [======================================= ] 1933/3049 63% [======================================= ] 1934/3049 63% [======================================= ] 1935/3049 63% [======================================= ] 1936/3049 63% [======================================= ] 1937/3049 63% [======================================= ] 1938/3049 63% [======================================= ] 1939/3049 63% [======================================= ] 1940/3049 63% [======================================= ] 1941/3049 63% [======================================= ] 1942/3049 63% [======================================= ] 1943/3049 63% [======================================= ] 1944/3049 63% [======================================= ] 1945/3049 63% [======================================= ] 1946/3049 63% [======================================= ] 1947/3049 63% [======================================= ] 1948/3049 63% [======================================= ] 1949/3049 63% [======================================= ] 1950/3049 63% [======================================= ] 1951/3049 63% [======================================= ] 1952/3049 64% [======================================= ] 1953/3049 64% [======================================= ] 1954/3049 64% [======================================= ] 1955/3049 64% [======================================= ] 1956/3049 64% [======================================= ] 1957/3049 64% [======================================= ] 1958/3049 64% [======================================= ] 1959/3049 64% [======================================= ] 1960/3049 64% [======================================= ] 1961/3049 64% [======================================= ] 1962/3049 64% [======================================= ] 1963/3049 64% [======================================= ] 1964/3049 64% [======================================= ] 1965/3049 64% [======================================= ] 1966/3049 64% [======================================= ] 1967/3049 64% [======================================== ] 1968/3049 64% [======================================== ] 1969/3049 64% [======================================== ] 1970/3049 64% [======================================== ] 1971/3049 64% [======================================== ] 1972/3049 64% [======================================== ] 1973/3049 64% [======================================== ] 1974/3049 64% [======================================== ] 1975/3049 64% [======================================== ] 1976/3049 64% [======================================== ] 1977/3049 64% [======================================== ] 1978/3049 64% [======================================== ] 1979/3049 64% [======================================== ] 1980/3049 64% [======================================== ] 1981/3049 64% [======================================== ] 1982/3049 65% [======================================== ] 1983/3049 65% [======================================== ] 1984/3049 65% [======================================== ] 1985/3049 65% [======================================== ] 1986/3049 65% [======================================== ] 1987/3049 65% [======================================== ] 1988/3049 65% [======================================== ] 1989/3049 65% [======================================== ] 1990/3049 65% [======================================== ] 1991/3049 65% [======================================== ] 1992/3049 65% [======================================== ] 1993/3049 65% [======================================== ] 1994/3049 65% [======================================== ] 1995/3049 65% [======================================== ] 1996/3049 65% [======================================== ] 1997/3049 65% [======================================== ] 1998/3049 65% [======================================== ] 1999/3049 65% [======================================== ] 2000/3049 65% [======================================== ] 2001/3049 65% [======================================== ] 2002/3049 65% [======================================== ] 2003/3049 65% [======================================== ] 2004/3049 65% [======================================== ] 2005/3049 65% [======================================== ] 2006/3049 65% [======================================== ] 2007/3049 65% [======================================== ] 2008/3049 65% [======================================== ] 2009/3049 65% [======================================== ] 2010/3049 65% [======================================== ] 2011/3049 65% [======================================== ] 2012/3049 65% [======================================== ] 2013/3049 66% [======================================== ] 2014/3049 66% [======================================== ] 2015/3049 66% [======================================== ] 2016/3049 66% [========================================= ] 2017/3049 66% [========================================= ] 2018/3049 66% [========================================= ] 2019/3049 66% [========================================= ] 2020/3049 66% [========================================= ] 2021/3049 66% [========================================= ] 2022/3049 66% [========================================= ] 2023/3049 66% [========================================= ] 2024/3049 66% [========================================= ] 2025/3049 66% [========================================= ] 2026/3049 66% [========================================= ] 2027/3049 66% [========================================= ] 2028/3049 66% [========================================= ] 2029/3049 66% [========================================= ] 2030/3049 66% [========================================= ] 2031/3049 66% [========================================= ] 2032/3049 66% [========================================= ] 2033/3049 66% [========================================= ] 2034/3049 66% [========================================= ] 2035/3049 66% [========================================= ] 2036/3049 66% [========================================= ] 2037/3049 66% [========================================= ] 2038/3049 66% [========================================= ] 2039/3049 66% [========================================= ] 2040/3049 66% [========================================= ] 2041/3049 66% [========================================= ] 2042/3049 66% [========================================= ] 2043/3049 67% [========================================= ] 2044/3049 67% [========================================= ] 2045/3049 67% [========================================= ] 2046/3049 67% [========================================= ] 2047/3049 67% [========================================= ] 2048/3049 67% [========================================= ] 2049/3049 67% [========================================= ] 2050/3049 67% [========================================= ] 2051/3049 67% [========================================= ] 2052/3049 67% [========================================= ] 2053/3049 67% [========================================= ] 2054/3049 67% [========================================= ] 2055/3049 67% [========================================= ] 2056/3049 67% [========================================= ] 2057/3049 67% [========================================= ] 2058/3049 67% [========================================= ] 2059/3049 67% [========================================= ] 2060/3049 67% [========================================= ] 2061/3049 67% [========================================= ] 2062/3049 67% [========================================= ] 2063/3049 67% [========================================= ] 2064/3049 67% [========================================= ] 2065/3049 67% [========================================== ] 2066/3049 67% [========================================== ] 2067/3049 67% [========================================== ] 2068/3049 67% [========================================== ] 2069/3049 67% [========================================== ] 2070/3049 67% [========================================== ] 2071/3049 67% [========================================== ] 2072/3049 67% [========================================== ] 2073/3049 67% [========================================== ] 2074/3049 68% [========================================== ] 2075/3049 68% [========================================== ] 2076/3049 68% [========================================== ] 2077/3049 68% [========================================== ] 2078/3049 68% [========================================== ] 2079/3049 68% [========================================== ] 2080/3049 68% [========================================== ] 2081/3049 68% [========================================== ] 2082/3049 68% [========================================== ] 2083/3049 68% [========================================== ] 2084/3049 68% [========================================== ] 2085/3049 68% [========================================== ] 2086/3049 68% [========================================== ] 2087/3049 68% [========================================== ] 2088/3049 68% [========================================== ] 2089/3049 68% [========================================== ] 2090/3049 68% [========================================== ] 2091/3049 68% [========================================== ] 2092/3049 68% [========================================== ] 2093/3049 68% [========================================== ] 2094/3049 68% [========================================== ] 2095/3049 68% [========================================== ] 2096/3049 68% [========================================== ] 2097/3049 68% [========================================== ] 2098/3049 68% [========================================== ] 2099/3049 68% [========================================== ] 2100/3049 68% [========================================== ] 2101/3049 68% [========================================== ] 2102/3049 68% [========================================== ] 2103/3049 68% [========================================== ] 2104/3049 69% [========================================== ] 2105/3049 69% [========================================== ] 2106/3049 69% [========================================== ] 2107/3049 69% [========================================== ] 2108/3049 69% [========================================== ] 2109/3049 69% [========================================== ] 2110/3049 69% [========================================== ] 2111/3049 69% [========================================== ] 2112/3049 69% [========================================== ] 2113/3049 69% [========================================== ] 2114/3049 69% [=========================================== ] 2115/3049 69% [=========================================== ] 2116/3049 69% [=========================================== ] 2117/3049 69% [=========================================== ] 2118/3049 69% [=========================================== ] 2119/3049 69% [=========================================== ] 2120/3049 69% [=========================================== ] 2121/3049 69% [=========================================== ] 2122/3049 69% [=========================================== ] 2123/3049 69% [=========================================== ] 2124/3049 69% [=========================================== ] 2125/3049 69% [=========================================== ] 2126/3049 69% [=========================================== ] 2127/3049 69% [=========================================== ] 2128/3049 69% [=========================================== ] 2129/3049 69% [=========================================== ] 2130/3049 69% [=========================================== ] 2131/3049 69% [=========================================== ] 2132/3049 69% [=========================================== ] 2133/3049 69% [=========================================== ] 2134/3049 69% [=========================================== ] 2135/3049 70% [=========================================== ] 2136/3049 70% [=========================================== ] 2137/3049 70% [=========================================== ] 2138/3049 70% [=========================================== ] 2139/3049 70% [=========================================== ] 2140/3049 70% [=========================================== ] 2141/3049 70% [=========================================== ] 2142/3049 70% [=========================================== ] 2143/3049 70% [=========================================== ] 2144/3049 70% [=========================================== ] 2145/3049 70% [=========================================== ] 2146/3049 70% [=========================================== ] 2147/3049 70% [=========================================== ] 2148/3049 70% [=========================================== ] 2149/3049 70% [=========================================== ] 2150/3049 70% [=========================================== ] 2151/3049 70% [=========================================== ] 2152/3049 70% [=========================================== ] 2153/3049 70% [=========================================== ] 2154/3049 70% [=========================================== ] 2155/3049 70% [=========================================== ] 2156/3049 70% [=========================================== ] 2157/3049 70% [=========================================== ] 2158/3049 70% [=========================================== ] 2159/3049 70% [=========================================== ] 2160/3049 70% [=========================================== ] 2161/3049 70% [=========================================== ] 2162/3049 70% [=========================================== ] 2163/3049 70% [============================================ ] 2164/3049 70% [============================================ ] 2165/3049 71% [============================================ ] 2166/3049 71% [============================================ ] 2167/3049 71% [============================================ ] 2168/3049 71% [============================================ ] 2169/3049 71% [============================================ ] 2170/3049 71% [============================================ ] 2171/3049 71% [============================================ ] 2172/3049 71% [============================================ ] 2173/3049 71% [============================================ ] 2174/3049 71% [============================================ ] 2175/3049 71% [============================================ ] 2176/3049 71% [============================================ ] 2177/3049 71% [============================================ ] 2178/3049 71% [============================================ ] 2179/3049 71% [============================================ ] 2180/3049 71% [============================================ ] 2181/3049 71% [============================================ ] 2182/3049 71% [============================================ ] 2183/3049 71% [============================================ ] 2184/3049 71% [============================================ ] 2185/3049 71% [============================================ ] 2186/3049 71% [============================================ ] 2187/3049 71% [============================================ ] 2188/3049 71% [============================================ ] 2189/3049 71% [============================================ ] 2190/3049 71% [============================================ ] 2191/3049 71% [============================================ ] 2192/3049 71% [============================================ ] 2193/3049 71% [============================================ ] 2194/3049 71% [============================================ ] 2195/3049 71% [============================================ ] 2196/3049 72% [============================================ ] 2197/3049 72% [============================================ ] 2198/3049 72% [============================================ ] 2199/3049 72% [============================================ ] 2200/3049 72% [============================================ ] 2201/3049 72% [============================================ ] 2202/3049 72% [============================================ ] 2203/3049 72% [============================================ ] 2204/3049 72% [============================================ ] 2205/3049 72% [============================================ ] 2206/3049 72% [============================================ ] 2207/3049 72% [============================================ ] 2208/3049 72% [============================================ ] 2209/3049 72% [============================================ ] 2210/3049 72% [============================================ ] 2211/3049 72% [============================================ ] 2212/3049 72% [============================================= ] 2213/3049 72% [============================================= ] 2214/3049 72% [============================================= ] 2215/3049 72% [============================================= ] 2216/3049 72% [============================================= ] 2217/3049 72% [============================================= ] 2218/3049 72% [============================================= ] 2219/3049 72% [============================================= ] 2220/3049 72% [============================================= ] 2221/3049 72% [============================================= ] 2222/3049 72% [============================================= ] 2223/3049 72% [============================================= ] 2224/3049 72% [============================================= ] 2225/3049 72% [============================================= ] 2226/3049 73% [============================================= ] 2227/3049 73% [============================================= ] 2228/3049 73% [============================================= ] 2229/3049 73% [============================================= ] 2230/3049 73% [============================================= ] 2231/3049 73% [============================================= ] 2232/3049 73% [============================================= ] 2233/3049 73% [============================================= ] 2234/3049 73% [============================================= ] 2235/3049 73% [============================================= ] 2236/3049 73% [============================================= ] 2237/3049 73% [============================================= ] 2238/3049 73% [============================================= ] 2239/3049 73% [============================================= ] 2240/3049 73% [============================================= ] 2241/3049 73% [============================================= ] 2242/3049 73% [============================================= ] 2243/3049 73% [============================================= ] 2244/3049 73% [============================================= ] 2245/3049 73% [============================================= ] 2246/3049 73% [============================================= ] 2247/3049 73% [============================================= ] 2248/3049 73% [============================================= ] 2249/3049 73% [============================================= ] 2250/3049 73% [============================================= ] 2251/3049 73% [============================================= ] 2252/3049 73% [============================================= ] 2253/3049 73% [============================================= ] 2254/3049 73% [============================================= ] 2255/3049 73% [============================================= ] 2256/3049 73% [============================================= ] 2257/3049 74% [============================================= ] 2258/3049 74% [============================================= ] 2259/3049 74% [============================================= ] 2260/3049 74% [============================================= ] 2261/3049 74% [============================================= ] 2262/3049 74% [============================================== ] 2263/3049 74% [============================================== ] 2264/3049 74% [============================================== ] 2265/3049 74% [============================================== ] 2266/3049 74% [============================================== ] 2267/3049 74% [============================================== ] 2268/3049 74% [============================================== ] 2269/3049 74% [============================================== ] 2270/3049 74% [============================================== ] 2271/3049 74% [============================================== ] 2272/3049 74% [============================================== ] 2273/3049 74% [============================================== ] 2274/3049 74% [============================================== ] 2275/3049 74% [============================================== ] 2276/3049 74% [============================================== ] 2277/3049 74% [============================================== ] 2278/3049 74% [============================================== ] 2279/3049 74% [============================================== ] 2280/3049 74% [============================================== ] 2281/3049 74% [============================================== ] 2282/3049 74% [============================================== ] 2283/3049 74% [============================================== ] 2284/3049 74% [============================================== ] 2285/3049 74% [============================================== ] 2286/3049 74% [============================================== ] 2287/3049 75% [============================================== ] 2288/3049 75% [============================================== ] 2289/3049 75% [============================================== ] 2290/3049 75% [============================================== ] 2291/3049 75% [============================================== ] 2292/3049 75% [============================================== ] 2293/3049 75% [============================================== ] 2294/3049 75% [============================================== ] 2295/3049 75% [============================================== ] 2296/3049 75% [============================================== ] 2297/3049 75% [============================================== ] 2298/3049 75% [============================================== ] 2299/3049 75% [============================================== ] 2300/3049 75% [============================================== ] 2301/3049 75% [============================================== ] 2302/3049 75% [============================================== ] 2303/3049 75% [============================================== ] 2304/3049 75% [============================================== ] 2305/3049 75% [============================================== ] 2306/3049 75% [============================================== ] 2307/3049 75% [============================================== ] 2308/3049 75% [============================================== ] 2309/3049 75% [============================================== ] 2310/3049 75% [============================================== ] 2311/3049 75% [=============================================== ] 2312/3049 75% [=============================================== ] 2313/3049 75% [=============================================== ] 2314/3049 75% [=============================================== ] 2315/3049 75% [=============================================== ] 2316/3049 75% [=============================================== ] 2317/3049 75% [=============================================== ] 2318/3049 76% [=============================================== ] 2319/3049 76% [=============================================== ] 2320/3049 76% [=============================================== ] 2321/3049 76% [=============================================== ] 2322/3049 76% [=============================================== ] 2323/3049 76% [=============================================== ] 2324/3049 76% [=============================================== ] 2325/3049 76% [=============================================== ] 2326/3049 76% [=============================================== ] 2327/3049 76% [=============================================== ] 2328/3049 76% [=============================================== ] 2329/3049 76% [=============================================== ] 2330/3049 76% [=============================================== ] 2331/3049 76% [=============================================== ] 2332/3049 76% [=============================================== ] 2333/3049 76% [=============================================== ] 2334/3049 76% [=============================================== ] 2335/3049 76% [=============================================== ] 2336/3049 76% [=============================================== ] 2337/3049 76% [=============================================== ] 2338/3049 76% [=============================================== ] 2339/3049 76% [=============================================== ] 2340/3049 76% [=============================================== ] 2341/3049 76% [=============================================== ] 2342/3049 76% [=============================================== ] 2343/3049 76% [=============================================== ] 2344/3049 76% [=============================================== ] 2345/3049 76% [=============================================== ] 2346/3049 76% [=============================================== ] 2347/3049 76% [=============================================== ] 2348/3049 77% [=============================================== ] 2349/3049 77% [=============================================== ] 2350/3049 77% [=============================================== ] 2351/3049 77% [=============================================== ] 2352/3049 77% [=============================================== ] 2353/3049 77% [=============================================== ] 2354/3049 77% [=============================================== ] 2355/3049 77% [=============================================== ] 2356/3049 77% [=============================================== ] 2357/3049 77% [=============================================== ] 2358/3049 77% [=============================================== ] 2359/3049 77% [=============================================== ] 2360/3049 77% [================================================ ] 2361/3049 77% [================================================ ] 2362/3049 77% [================================================ ] 2363/3049 77% [================================================ ] 2364/3049 77% [================================================ ] 2365/3049 77% [================================================ ] 2366/3049 77% [================================================ ] 2367/3049 77% [================================================ ] 2368/3049 77% [================================================ ] 2369/3049 77% [================================================ ] 2370/3049 77% [================================================ ] 2371/3049 77% [================================================ ] 2372/3049 77% [================================================ ] 2373/3049 77% [================================================ ] 2374/3049 77% [================================================ ] 2375/3049 77% [================================================ ] 2376/3049 77% [================================================ ] 2377/3049 77% [================================================ ] 2378/3049 77% [================================================ ] 2379/3049 78% [================================================ ] 2380/3049 78% [================================================ ] 2381/3049 78% [================================================ ] 2382/3049 78% [================================================ ] 2383/3049 78% [================================================ ] 2384/3049 78% [================================================ ] 2385/3049 78% [================================================ ] 2386/3049 78% [================================================ ] 2387/3049 78% [================================================ ] 2388/3049 78% [================================================ ] 2389/3049 78% [================================================ ] 2390/3049 78% [================================================ ] 2391/3049 78% [================================================ ] 2392/3049 78% [================================================ ] 2393/3049 78% [================================================ ] 2394/3049 78% [================================================ ] 2395/3049 78% [================================================ ] 2396/3049 78% [================================================ ] 2397/3049 78% [================================================ ] 2398/3049 78% [================================================ ] 2399/3049 78% [================================================ ] 2400/3049 78% [================================================ ] 2401/3049 78% [================================================ ] 2402/3049 78% [================================================ ] 2403/3049 78% [================================================ ] 2404/3049 78% [================================================ ] 2405/3049 78% [================================================ ] 2406/3049 78% [================================================ ] 2407/3049 78% [================================================ ] 2408/3049 78% [================================================ ] 2409/3049 79% [================================================= ] 2410/3049 79% [================================================= ] 2411/3049 79% [================================================= ] 2412/3049 79% [================================================= ] 2413/3049 79% [================================================= ] 2414/3049 79% [================================================= ] 2415/3049 79% [================================================= ] 2416/3049 79% [================================================= ] 2417/3049 79% [================================================= ] 2418/3049 79% [================================================= ] 2419/3049 79% [================================================= ] 2420/3049 79% [================================================= ] 2421/3049 79% [================================================= ] 2422/3049 79% [================================================= ] 2423/3049 79% [================================================= ] 2424/3049 79% [================================================= ] 2425/3049 79% [================================================= ] 2426/3049 79% [================================================= ] 2427/3049 79% [================================================= ] 2428/3049 79% [================================================= ] 2429/3049 79% [================================================= ] 2430/3049 79% [================================================= ] 2431/3049 79% [================================================= ] 2432/3049 79% [================================================= ] 2433/3049 79% [================================================= ] 2434/3049 79% [================================================= ] 2435/3049 79% [================================================= ] 2436/3049 79% [================================================= ] 2437/3049 79% [================================================= ] 2438/3049 79% [================================================= ] 2439/3049 79% [================================================= ] 2440/3049 80% [================================================= ] 2441/3049 80% [================================================= ] 2442/3049 80% [================================================= ] 2443/3049 80% [================================================= ] 2444/3049 80% [================================================= ] 2445/3049 80% [================================================= ] 2446/3049 80% [================================================= ] 2447/3049 80% [================================================= ] 2448/3049 80% [================================================= ] 2449/3049 80% [================================================= ] 2450/3049 80% [================================================= ] 2451/3049 80% [================================================= ] 2452/3049 80% [================================================= ] 2453/3049 80% [================================================= ] 2454/3049 80% [================================================= ] 2455/3049 80% [================================================= ] 2456/3049 80% [================================================= ] 2457/3049 80% [================================================= ] 2458/3049 80% [================================================== ] 2459/3049 80% [================================================== ] 2460/3049 80% [================================================== ] 2461/3049 80% [================================================== ] 2462/3049 80% [================================================== ] 2463/3049 80% [================================================== ] 2464/3049 80% [================================================== ] 2465/3049 80% [================================================== ] 2466/3049 80% [================================================== ] 2467/3049 80% [================================================== ] 2468/3049 80% [================================================== ] 2469/3049 80% [================================================== ] 2470/3049 81% [================================================== ] 2471/3049 81% [================================================== ] 2472/3049 81% [================================================== ] 2473/3049 81% [================================================== ] 2474/3049 81% [================================================== ] 2475/3049 81% [================================================== ] 2476/3049 81% [================================================== ] 2477/3049 81% [================================================== ] 2478/3049 81% [================================================== ] 2479/3049 81% [================================================== ] 2480/3049 81% [================================================== ] 2481/3049 81% [================================================== ] 2482/3049 81% [================================================== ] 2483/3049 81% [================================================== ] 2484/3049 81% [================================================== ] 2485/3049 81% [================================================== ] 2486/3049 81% [================================================== ] 2487/3049 81% [================================================== ] 2488/3049 81% [================================================== ] 2489/3049 81% [================================================== ] 2490/3049 81% [================================================== ] 2491/3049 81% [================================================== ] 2492/3049 81% [================================================== ] 2493/3049 81% [================================================== ] 2494/3049 81% [================================================== ] 2495/3049 81% [================================================== ] 2496/3049 81% [================================================== ] 2497/3049 81% [================================================== ] 2498/3049 81% [================================================== ] 2499/3049 81% [================================================== ] 2500/3049 81% [================================================== ] 2501/3049 82% [================================================== ] 2502/3049 82% [================================================== ] 2503/3049 82% [================================================== ] 2504/3049 82% [================================================== ] 2505/3049 82% [================================================== ] 2506/3049 82% [================================================== ] 2507/3049 82% [================================================== ] 2508/3049 82% [=================================================== ] 2509/3049 82% [=================================================== ] 2510/3049 82% [=================================================== ] 2511/3049 82% [=================================================== ] 2512/3049 82% [=================================================== ] 2513/3049 82% [=================================================== ] 2514/3049 82% [=================================================== ] 2515/3049 82% [=================================================== ] 2516/3049 82% [=================================================== ] 2517/3049 82% [=================================================== ] 2518/3049 82% [=================================================== ] 2519/3049 82% [=================================================== ] 2520/3049 82% [=================================================== ] 2521/3049 82% [=================================================== ] 2522/3049 82% [=================================================== ] 2523/3049 82% [=================================================== ] 2524/3049 82% [=================================================== ] 2525/3049 82% [=================================================== ] 2526/3049 82% [=================================================== ] 2527/3049 82% [=================================================== ] 2528/3049 82% [=================================================== ] 2529/3049 82% [=================================================== ] 2530/3049 82% [=================================================== ] 2531/3049 83% [=================================================== ] 2532/3049 83% [=================================================== ] 2533/3049 83% [=================================================== ] 2534/3049 83% [=================================================== ] 2535/3049 83% [=================================================== ] 2536/3049 83% [=================================================== ] 2537/3049 83% [=================================================== ] 2538/3049 83% [=================================================== ] 2539/3049 83% [=================================================== ] 2540/3049 83% [=================================================== ] 2541/3049 83% [=================================================== ] 2542/3049 83% [=================================================== ] 2543/3049 83% [=================================================== ] 2544/3049 83% [=================================================== ] 2545/3049 83% [=================================================== ] 2546/3049 83% [=================================================== ] 2547/3049 83% [=================================================== ] 2548/3049 83% [=================================================== ] 2549/3049 83% [=================================================== ] 2550/3049 83% [=================================================== ] 2551/3049 83% [=================================================== ] 2552/3049 83% [=================================================== ] 2553/3049 83% [=================================================== ] 2554/3049 83% [=================================================== ] 2555/3049 83% [=================================================== ] 2556/3049 83% [=================================================== ] 2557/3049 83% [==================================================== ] 2558/3049 83% [==================================================== ] 2559/3049 83% [==================================================== ] 2560/3049 83% [==================================================== ] 2561/3049 83% [==================================================== ] 2562/3049 84% [==================================================== ] 2563/3049 84% [==================================================== ] 2564/3049 84% [==================================================== ] 2565/3049 84% [==================================================== ] 2566/3049 84% [==================================================== ] 2567/3049 84% [==================================================== ] 2568/3049 84% [==================================================== ] 2569/3049 84% [==================================================== ] 2570/3049 84% [==================================================== ] 2571/3049 84% [==================================================== ] 2572/3049 84% [==================================================== ] 2573/3049 84% [==================================================== ] 2574/3049 84% [==================================================== ] 2575/3049 84% [==================================================== ] 2576/3049 84% [==================================================== ] 2577/3049 84% [==================================================== ] 2578/3049 84% [==================================================== ] 2579/3049 84% [==================================================== ] 2580/3049 84% [==================================================== ] 2581/3049 84% [==================================================== ] 2582/3049 84% [==================================================== ] 2583/3049 84% [==================================================== ] 2584/3049 84% [==================================================== ] 2585/3049 84% [==================================================== ] 2586/3049 84% [==================================================== ] 2587/3049 84% [==================================================== ] 2588/3049 84% [==================================================== ] 2589/3049 84% [==================================================== ] 2590/3049 84% [==================================================== ] 2591/3049 84% [==================================================== ] 2592/3049 85% [==================================================== ] 2593/3049 85% [==================================================== ] 2594/3049 85% [==================================================== ] 2595/3049 85% [==================================================== ] 2596/3049 85% [==================================================== ] 2597/3049 85% [==================================================== ] 2598/3049 85% [==================================================== ] 2599/3049 85% [==================================================== ] 2600/3049 85% [==================================================== ] 2601/3049 85% [==================================================== ] 2602/3049 85% [==================================================== ] 2603/3049 85% [==================================================== ] 2604/3049 85% [==================================================== ] 2605/3049 85% [==================================================== ] 2606/3049 85% [===================================================== ] 2607/3049 85% [===================================================== ] 2608/3049 85% [===================================================== ] 2609/3049 85% [===================================================== ] 2610/3049 85% [===================================================== ] 2611/3049 85% [===================================================== ] 2612/3049 85% [===================================================== ] 2613/3049 85% [===================================================== ] 2614/3049 85% [===================================================== ] 2615/3049 85% [===================================================== ] 2616/3049 85% [===================================================== ] 2617/3049 85% [===================================================== ] 2618/3049 85% [===================================================== ] 2619/3049 85% [===================================================== ] 2620/3049 85% [===================================================== ] 2621/3049 85% [===================================================== ] 2622/3049 85% [===================================================== ] 2623/3049 86% [===================================================== ] 2624/3049 86% [===================================================== ] 2625/3049 86% [===================================================== ] 2626/3049 86% [===================================================== ] 2627/3049 86% [===================================================== ] 2628/3049 86% [===================================================== ] 2629/3049 86% [===================================================== ] 2630/3049 86% [===================================================== ] 2631/3049 86% [===================================================== ] 2632/3049 86% [===================================================== ] 2633/3049 86% [===================================================== ] 2634/3049 86% [===================================================== ] 2635/3049 86% [===================================================== ] 2636/3049 86% [===================================================== ] 2637/3049 86% [===================================================== ] 2638/3049 86% [===================================================== ] 2639/3049 86% [===================================================== ] 2640/3049 86% [===================================================== ] 2641/3049 86% [===================================================== ] 2642/3049 86% [===================================================== ] 2643/3049 86% [===================================================== ] 2644/3049 86% [===================================================== ] 2645/3049 86% [===================================================== ] 2646/3049 86% [===================================================== ] 2647/3049 86% [===================================================== ] 2648/3049 86% [===================================================== ] 2649/3049 86% [===================================================== ] 2650/3049 86% [===================================================== ] 2651/3049 86% [===================================================== ] 2652/3049 86% [===================================================== ] 2653/3049 87% [===================================================== ] 2654/3049 87% [===================================================== ] 2655/3049 87% [====================================================== ] 2656/3049 87% [====================================================== ] 2657/3049 87% [====================================================== ] 2658/3049 87% [====================================================== ] 2659/3049 87% [====================================================== ] 2660/3049 87% [====================================================== ] 2661/3049 87% [====================================================== ] 2662/3049 87% [====================================================== ] 2663/3049 87% [====================================================== ] 2664/3049 87% [====================================================== ] 2665/3049 87% [====================================================== ] 2666/3049 87% [====================================================== ] 2667/3049 87% [====================================================== ] 2668/3049 87% [====================================================== ] 2669/3049 87% [====================================================== ] 2670/3049 87% [====================================================== ] 2671/3049 87% [====================================================== ] 2672/3049 87% [====================================================== ] 2673/3049 87% [====================================================== ] 2674/3049 87% [====================================================== ] 2675/3049 87% [====================================================== ] 2676/3049 87% [====================================================== ] 2677/3049 87% [====================================================== ] 2678/3049 87% [====================================================== ] 2679/3049 87% [====================================================== ] 2680/3049 87% [====================================================== ] 2681/3049 87% [====================================================== ] 2682/3049 87% [====================================================== ] 2683/3049 87% [====================================================== ] 2684/3049 88% [====================================================== ] 2685/3049 88% [====================================================== ] 2686/3049 88% [====================================================== ] 2687/3049 88% [====================================================== ] 2688/3049 88% [====================================================== ] 2689/3049 88% [====================================================== ] 2690/3049 88% [====================================================== ] 2691/3049 88% [====================================================== ] 2692/3049 88% [====================================================== ] 2693/3049 88% [====================================================== ] 2694/3049 88% [====================================================== ] 2695/3049 88% [====================================================== ] 2696/3049 88% [====================================================== ] 2697/3049 88% [====================================================== ] 2698/3049 88% [====================================================== ] 2699/3049 88% [====================================================== ] 2700/3049 88% [====================================================== ] 2701/3049 88% [====================================================== ] 2702/3049 88% [====================================================== ] 2703/3049 88% [====================================================== ] 2704/3049 88% [======================================================= ] 2705/3049 88% [======================================================= ] 2706/3049 88% [======================================================= ] 2707/3049 88% [======================================================= ] 2708/3049 88% [======================================================= ] 2709/3049 88% [======================================================= ] 2710/3049 88% [======================================================= ] 2711/3049 88% [======================================================= ] 2712/3049 88% [======================================================= ] 2713/3049 88% [======================================================= ] 2714/3049 89% [======================================================= ] 2715/3049 89% [======================================================= ] 2716/3049 89% [======================================================= ] 2717/3049 89% [======================================================= ] 2718/3049 89% [======================================================= ] 2719/3049 89% [======================================================= ] 2720/3049 89% [======================================================= ] 2721/3049 89% [======================================================= ] 2722/3049 89% [======================================================= ] 2723/3049 89% [======================================================= ] 2724/3049 89% [======================================================= ] 2725/3049 89% [======================================================= ] 2726/3049 89% [======================================================= ] 2727/3049 89% [======================================================= ] 2728/3049 89% [======================================================= ] 2729/3049 89% [======================================================= ] 2730/3049 89% [======================================================= ] 2731/3049 89% [======================================================= ] 2732/3049 89% [======================================================= ] 2733/3049 89% [======================================================= ] 2734/3049 89% [======================================================= ] 2735/3049 89% [======================================================= ] 2736/3049 89% [======================================================= ] 2737/3049 89% [======================================================= ] 2738/3049 89% [======================================================= ] 2739/3049 89% [======================================================= ] 2740/3049 89% [======================================================= ] 2741/3049 89% [======================================================= ] 2742/3049 89% [======================================================= ] 2743/3049 89% [======================================================= ] 2744/3049 89% [======================================================= ] 2745/3049 90% [======================================================= ] 2746/3049 90% [======================================================= ] 2747/3049 90% [======================================================= ] 2748/3049 90% [======================================================= ] 2749/3049 90% [======================================================= ] 2750/3049 90% [======================================================= ] 2751/3049 90% [======================================================= ] 2752/3049 90% [======================================================= ] 2753/3049 90% [======================================================== ] 2754/3049 90% [======================================================== ] 2755/3049 90% [======================================================== ] 2756/3049 90% [======================================================== ] 2757/3049 90% [======================================================== ] 2758/3049 90% [======================================================== ] 2759/3049 90% [======================================================== ] 2760/3049 90% [======================================================== ] 2761/3049 90% [======================================================== ] 2762/3049 90% [======================================================== ] 2763/3049 90% [======================================================== ] 2764/3049 90% [======================================================== ] 2765/3049 90% [======================================================== ] 2766/3049 90% [======================================================== ] 2767/3049 90% [======================================================== ] 2768/3049 90% [======================================================== ] 2769/3049 90% [======================================================== ] 2770/3049 90% [======================================================== ] 2771/3049 90% [======================================================== ] 2772/3049 90% [======================================================== ] 2773/3049 90% [======================================================== ] 2774/3049 90% [======================================================== ] 2775/3049 91% [======================================================== ] 2776/3049 91% [======================================================== ] 2777/3049 91% [======================================================== ] 2778/3049 91% [======================================================== ] 2779/3049 91% [======================================================== ] 2780/3049 91% [======================================================== ] 2781/3049 91% [======================================================== ] 2782/3049 91% [======================================================== ] 2783/3049 91% [======================================================== ] 2784/3049 91% [======================================================== ] 2785/3049 91% [======================================================== ] 2786/3049 91% [======================================================== ] 2787/3049 91% [======================================================== ] 2788/3049 91% [======================================================== ] 2789/3049 91% [======================================================== ] 2790/3049 91% [======================================================== ] 2791/3049 91% [======================================================== ] 2792/3049 91% [======================================================== ] 2793/3049 91% [======================================================== ] 2794/3049 91% [======================================================== ] 2795/3049 91% [======================================================== ] 2796/3049 91% [======================================================== ] 2797/3049 91% [======================================================== ] 2798/3049 91% [======================================================== ] 2799/3049 91% [======================================================== ] 2800/3049 91% [======================================================== ] 2801/3049 91% [======================================================== ] 2802/3049 91% [======================================================== ] 2803/3049 91% [========================================================= ] 2804/3049 91% [========================================================= ] 2805/3049 91% [========================================================= ] 2806/3049 92% [========================================================= ] 2807/3049 92% [========================================================= ] 2808/3049 92% [========================================================= ] 2809/3049 92% [========================================================= ] 2810/3049 92% [========================================================= ] 2811/3049 92% [========================================================= ] 2812/3049 92% [========================================================= ] 2813/3049 92% [========================================================= ] 2814/3049 92% [========================================================= ] 2815/3049 92% [========================================================= ] 2816/3049 92% [========================================================= ] 2817/3049 92% [========================================================= ] 2818/3049 92% [========================================================= ] 2819/3049 92% [========================================================= ] 2820/3049 92% [========================================================= ] 2821/3049 92% [========================================================= ] 2822/3049 92% [========================================================= ] 2823/3049 92% [========================================================= ] 2824/3049 92% [========================================================= ] 2825/3049 92% [========================================================= ] 2826/3049 92% [========================================================= ] 2827/3049 92% [========================================================= ] 2828/3049 92% [========================================================= ] 2829/3049 92% [========================================================= ] 2830/3049 92% [========================================================= ] 2831/3049 92% [========================================================= ] 2832/3049 92% [========================================================= ] 2833/3049 92% [========================================================= ] 2834/3049 92% [========================================================= ] 2835/3049 92% [========================================================= ] 2836/3049 93% [========================================================= ] 2837/3049 93% [========================================================= ] 2838/3049 93% [========================================================= ] 2839/3049 93% [========================================================= ] 2840/3049 93% [========================================================= ] 2841/3049 93% [========================================================= ] 2842/3049 93% [========================================================= ] 2843/3049 93% [========================================================= ] 2844/3049 93% [========================================================= ] 2845/3049 93% [========================================================= ] 2846/3049 93% [========================================================= ] 2847/3049 93% [========================================================= ] 2848/3049 93% [========================================================= ] 2849/3049 93% [========================================================= ] 2850/3049 93% [========================================================= ] 2851/3049 93% [========================================================= ] 2852/3049 93% [========================================================== ] 2853/3049 93% [========================================================== ] 2854/3049 93% [========================================================== ] 2855/3049 93% [========================================================== ] 2856/3049 93% [========================================================== ] 2857/3049 93% [========================================================== ] 2858/3049 93% [========================================================== ] 2859/3049 93% [========================================================== ] 2860/3049 93% [========================================================== ] 2861/3049 93% [========================================================== ] 2862/3049 93% [========================================================== ] 2863/3049 93% [========================================================== ] 2864/3049 93% [========================================================== ] 2865/3049 93% [========================================================== ] 2866/3049 93% [========================================================== ] 2867/3049 94% [========================================================== ] 2868/3049 94% [========================================================== ] 2869/3049 94% [========================================================== ] 2870/3049 94% [========================================================== ] 2871/3049 94% [========================================================== ] 2872/3049 94% [========================================================== ] 2873/3049 94% [========================================================== ] 2874/3049 94% [========================================================== ] 2875/3049 94% [========================================================== ] 2876/3049 94% [========================================================== ] 2877/3049 94% [========================================================== ] 2878/3049 94% [========================================================== ] 2879/3049 94% [========================================================== ] 2880/3049 94% [========================================================== ] 2881/3049 94% [========================================================== ] 2882/3049 94% [========================================================== ] 2883/3049 94% [========================================================== ] 2884/3049 94% [========================================================== ] 2885/3049 94% [========================================================== ] 2886/3049 94% [========================================================== ] 2887/3049 94% [========================================================== ] 2888/3049 94% [========================================================== ] 2889/3049 94% [========================================================== ] 2890/3049 94% [========================================================== ] 2891/3049 94% [========================================================== ] 2892/3049 94% [========================================================== ] 2893/3049 94% [========================================================== ] 2894/3049 94% [========================================================== ] 2895/3049 94% [========================================================== ] 2896/3049 94% [========================================================== ] 2897/3049 95% [========================================================== ] 2898/3049 95% [========================================================== ] 2899/3049 95% [========================================================== ] 2900/3049 95% [========================================================== ] 2901/3049 95% [=========================================================== ] 2902/3049 95% [=========================================================== ] 2903/3049 95% [=========================================================== ] 2904/3049 95% [=========================================================== ] 2905/3049 95% [=========================================================== ] 2906/3049 95% [=========================================================== ] 2907/3049 95% [=========================================================== ] 2908/3049 95% [=========================================================== ] 2909/3049 95% [=========================================================== ] 2910/3049 95% [=========================================================== ] 2911/3049 95% [=========================================================== ] 2912/3049 95% [=========================================================== ] 2913/3049 95% [=========================================================== ] 2914/3049 95% [=========================================================== ] 2915/3049 95% [=========================================================== ] 2916/3049 95% [=========================================================== ] 2917/3049 95% [=========================================================== ] 2918/3049 95% [=========================================================== ] 2919/3049 95% [=========================================================== ] 2920/3049 95% [=========================================================== ] 2921/3049 95% [=========================================================== ] 2922/3049 95% [=========================================================== ] 2923/3049 95% [=========================================================== ] 2924/3049 95% [=========================================================== ] 2925/3049 95% [=========================================================== ] 2926/3049 95% [=========================================================== ] 2927/3049 95% [=========================================================== ] 2928/3049 96% [=========================================================== ] 2929/3049 96% [=========================================================== ] 2930/3049 96% [=========================================================== ] 2931/3049 96% [=========================================================== ] 2932/3049 96% [=========================================================== ] 2933/3049 96% [=========================================================== ] 2934/3049 96% [=========================================================== ] 2935/3049 96% [=========================================================== ] 2936/3049 96% [=========================================================== ] 2937/3049 96% [=========================================================== ] 2938/3049 96% [=========================================================== ] 2939/3049 96% [=========================================================== ] 2940/3049 96% [=========================================================== ] 2941/3049 96% [=========================================================== ] 2942/3049 96% [=========================================================== ] 2943/3049 96% [=========================================================== ] 2944/3049 96% [=========================================================== ] 2945/3049 96% [=========================================================== ] 2946/3049 96% [=========================================================== ] 2947/3049 96% [=========================================================== ] 2948/3049 96% [=========================================================== ] 2949/3049 96% [=========================================================== ] 2950/3049 96% [============================================================ ] 2951/3049 96% [============================================================ ] 2952/3049 96% [============================================================ ] 2953/3049 96% [============================================================ ] 2954/3049 96% [============================================================ ] 2955/3049 96% [============================================================ ] 2956/3049 96% [============================================================ ] 2957/3049 96% [============================================================ ] 2958/3049 97% [============================================================ ] 2959/3049 97% [============================================================ ] 2960/3049 97% [============================================================ ] 2961/3049 97% [============================================================ ] 2962/3049 97% [============================================================ ] 2963/3049 97% [============================================================ ] 2964/3049 97% [============================================================ ] 2965/3049 97% [============================================================ ] 2966/3049 97% [============================================================ ] 2967/3049 97% [============================================================ ] 2968/3049 97% [============================================================ ] 2969/3049 97% [============================================================ ] 2970/3049 97% [============================================================ ] 2971/3049 97% [============================================================ ] 2972/3049 97% [============================================================ ] 2973/3049 97% [============================================================ ] 2974/3049 97% [============================================================ ] 2975/3049 97% [============================================================ ] 2976/3049 97% [============================================================ ] 2977/3049 97% [============================================================ ] 2978/3049 97% [============================================================ ] 2979/3049 97% [============================================================ ] 2980/3049 97% [============================================================ ] 2981/3049 97% [============================================================ ] 2982/3049 97% [============================================================ ] 2983/3049 97% [============================================================ ] 2984/3049 97% [============================================================ ] 2985/3049 97% [============================================================ ] 2986/3049 97% [============================================================ ] 2987/3049 97% [============================================================ ] 2988/3049 97% [============================================================ ] 2989/3049 98% [============================================================ ] 2990/3049 98% [============================================================ ] 2991/3049 98% [============================================================ ] 2992/3049 98% [============================================================ ] 2993/3049 98% [============================================================ ] 2994/3049 98% [============================================================ ] 2995/3049 98% [============================================================ ] 2996/3049 98% [============================================================ ] 2997/3049 98% [============================================================ ] 2998/3049 98% [============================================================ ] 2999/3049 98% [============================================================= ] 3000/3049 98% [============================================================= ] 3001/3049 98% [============================================================= ] 3002/3049 98% [============================================================= ] 3003/3049 98% [============================================================= ] 3004/3049 98% [============================================================= ] 3005/3049 98% [============================================================= ] 3006/3049 98% [============================================================= ] 3007/3049 98% [============================================================= ] 3008/3049 98% [============================================================= ] 3009/3049 98% [============================================================= ] 3010/3049 98% [============================================================= ] 3011/3049 98% [============================================================= ] 3012/3049 98% [============================================================= ] 3013/3049 98% [============================================================= ] 3014/3049 98% [============================================================= ] 3015/3049 98% [============================================================= ] 3016/3049 98% [============================================================= ] 3017/3049 98% [============================================================= ] 3018/3049 98% [============================================================= ] 3019/3049 99% [============================================================= ] 3020/3049 99% [============================================================= ] 3021/3049 99% [============================================================= ] 3022/3049 99% [============================================================= ] 3023/3049 99% [============================================================= ] 3024/3049 99% [============================================================= ] 3025/3049 99% [============================================================= ] 3026/3049 99% [============================================================= ] 3027/3049 99% [============================================================= ] 3028/3049 99% [============================================================= ] 3029/3049 99% [============================================================= ] 3030/3049 99% [============================================================= ] 3031/3049 99% [============================================================= ] 3032/3049 99% [============================================================= ] 3033/3049 99% [============================================================= ] 3034/3049 99% [============================================================= ] 3035/3049 99% [============================================================= ] 3036/3049 99% [============================================================= ] 3037/3049 99% [============================================================= ] 3038/3049 99% [============================================================= ] 3039/3049 99% [============================================================= ] 3040/3049 99% [============================================================= ] 3041/3049 99% [============================================================= ] 3042/3049 99% [============================================================= ] 3043/3049 99% [============================================================= ] 3044/3049 99% [============================================================= ] 3045/3049 99% [============================================================= ] 3046/3049 99% [============================================================= ] 3047/3049 99% [============================================================= ] 3048/3049 99% [==============================================================] 3049/3049 100% operation complete, 3049 objects in 40816 NAND pages. ln -snf /home/thomas/autobuild/instance-0/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-0/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot' make: Entering directory '/home/thomas/autobuild/instance-0/buildroot' >>> Buildroot 2022.08-rc1-1194-g43899226b2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT=y >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gmp 6.2.1 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-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.0.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-aespipe 2.4f Collecting legal info >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> chrony 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-gdb 11.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.56.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hiredis 1.0.2 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> host-imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jquery-datetimepicker 2.4.5 Collecting legal info MIT-LICENSE.txt: OK (sha256: 491add640b4678b78571d3b4c0840422b48a5b397e47e2104c1942ff1fce1a68) >>> jquery-mobile 1.4.3 Collecting legal info >>> jquery-sparkline 2.1.2 Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libminiupnpc 2.2.4 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> host-odb 2.4.0 Collecting legal info LICENSE: OK (sha256: 7983b82cb1f1686ac2b55420ded9c0f348f93dd17bf3e048ae3b25c1da51b80e) >>> host-libcutl 1.10.0 Collecting legal info LICENSE: OK (sha256: c7aa98c5af3b67174f16b12a1fed4332a51cd524b82c69e85baa4c2c412da239) >>> host-libodb 2.4.0 Collecting legal info LICENSE: OK (sha256: 841105a470fc283851c63941510ffd403c726d1910b688f7df95914ab8b1b5a3) >>> open62541 v1.3.3 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> host-rauc 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: jquery-mobile-1.4.3: cannot save license (JQUERY_MOBILE_LICENSE_FILES not defined) WARNING: jquery-sparkline-2.1.2: cannot save license (JQUERY_SPARKLINE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'