Number of files 1374 Number of fragments 232 Number of symbolic links 255 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 207 Number of hard-links 0 Number of ids (unique uids + gids) 3 Number of uids 2 root (0) http (33) Number of gids 3 root (0) unknown (103) http (33) >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-13/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-13/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1836 objects. stage 2: creating image '/home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2' [ ] 1/1836 0% [ ] 2/1836 0% [ ] 3/1836 0% [ ] 4/1836 0% [ ] 5/1836 0% [ ] 6/1836 0% [ ] 7/1836 0% [ ] 8/1836 0% [ ] 9/1836 0% [ ] 10/1836 0% [ ] 11/1836 0% [ ] 12/1836 0% [ ] 13/1836 0% [ ] 14/1836 0% [ ] 15/1836 0% [ ] 16/1836 0% [ ] 17/1836 0% [ ] 18/1836 0% [ ] 19/1836 1% [ ] 20/1836 1% [ ] 21/1836 1% [ ] 22/1836 1% [ ] 23/1836 1% [ ] 24/1836 1% [ ] 25/1836 1% [ ] 26/1836 1% [ ] 27/1836 1% [ ] 28/1836 1% [ ] 29/1836 1% [= ] 30/1836 1% [= ] 31/1836 1% [= ] 32/1836 1% [= ] 33/1836 1% [= ] 34/1836 1% [= ] 35/1836 1% [= ] 36/1836 1% [= ] 37/1836 2% [= ] 38/1836 2% [= ] 39/1836 2% [= ] 40/1836 2% [= ] 41/1836 2% [= ] 42/1836 2% [= ] 43/1836 2% [= ] 44/1836 2% [= ] 45/1836 2% [= ] 46/1836 2% [= ] 47/1836 2% [= ] 48/1836 2% [= ] 49/1836 2% [= ] 50/1836 2% [= ] 51/1836 2% [= ] 52/1836 2% [= ] 53/1836 2% [= ] 54/1836 2% [= ] 55/1836 2% [= ] 56/1836 3% [= ] 57/1836 3% [= ] 58/1836 3% [= ] 59/1836 3% [== ] 60/1836 3% [== ] 61/1836 3% [== ] 62/1836 3% [== ] 63/1836 3% [== ] 64/1836 3% [== ] 65/1836 3% [== ] 66/1836 3% [== ] 67/1836 3% [== ] 68/1836 3% [== ] 69/1836 3% [== ] 70/1836 3% [== ] 71/1836 3% [== ] 72/1836 3% [== ] 73/1836 3% [== ] 74/1836 4% [== ] 75/1836 4% [== ] 76/1836 4% [== ] 77/1836 4% [== ] 78/1836 4% [== ] 79/1836 4% [== ] 80/1836 4% [== ] 81/1836 4% [== ] 82/1836 4% [== ] 83/1836 4% [== ] 84/1836 4% [== ] 85/1836 4% [== ] 86/1836 4% [== ] 87/1836 4% [== ] 88/1836 4% [=== ] 89/1836 4% [=== ] 90/1836 4% [=== ] 91/1836 4% [=== ] 92/1836 5% [=== ] 93/1836 5% [=== ] 94/1836 5% [=== ] 95/1836 5% [=== ] 96/1836 5% [=== ] 97/1836 5% [=== ] 98/1836 5% [=== ] 99/1836 5% [=== ] 100/1836 5% [=== ] 101/1836 5% [=== ] 102/1836 5% [=== ] 103/1836 5% [=== ] 104/1836 5% [=== ] 105/1836 5% [=== ] 106/1836 5% [=== ] 107/1836 5% [=== ] 108/1836 5% [=== ] 109/1836 5% [=== ] 110/1836 5% [=== ] 111/1836 6% [=== ] 112/1836 6% [=== ] 113/1836 6% [=== ] 114/1836 6% [=== ] 115/1836 6% [=== ] 116/1836 6% [=== ] 117/1836 6% [=== ] 118/1836 6% [==== ] 119/1836 6% [==== ] 120/1836 6% [==== ] 121/1836 6% [==== ] 122/1836 6% [==== ] 123/1836 6% [==== ] 124/1836 6% [==== ] 125/1836 6% [==== ] 126/1836 6% [==== ] 127/1836 6% [==== ] 128/1836 6% [==== ] 129/1836 7% [==== ] 130/1836 7% [==== ] 131/1836 7% [==== ] 132/1836 7% [==== ] 133/1836 7% [==== ] 134/1836 7% [==== ] 135/1836 7% [==== ] 136/1836 7% [==== ] 137/1836 7% [==== ] 138/1836 7% [==== ] 139/1836 7% [==== ] 140/1836 7% [==== ] 141/1836 7% [==== ] 142/1836 7% [==== ] 143/1836 7% [==== ] 144/1836 7% [==== ] 145/1836 7% [==== ] 146/1836 7% [==== ] 147/1836 8% [==== ] 148/1836 8% [===== ] 149/1836 8% [===== ] 150/1836 8% [===== ] 151/1836 8% [===== ] 152/1836 8% [===== ] 153/1836 8% [===== ] 154/1836 8% [===== ] 155/1836 8% [===== ] 156/1836 8% [===== ] 157/1836 8% [===== ] 158/1836 8% [===== ] 159/1836 8% [===== ] 160/1836 8% [===== ] 161/1836 8% [===== ] 162/1836 8% [===== ] 163/1836 8% [===== ] 164/1836 8% [===== ] 165/1836 8% [===== ] 166/1836 9% [===== ] 167/1836 9% [===== ] 168/1836 9% [===== ] 169/1836 9% [===== ] 170/1836 9% [===== ] 171/1836 9% [===== ] 172/1836 9% [===== ] 173/1836 9% [===== ] 174/1836 9% [===== ] 175/1836 9% [===== ] 176/1836 9% [===== ] 177/1836 9% [====== ] 178/1836 9% [====== ] 179/1836 9% [====== ] 180/1836 9% [====== ] 181/1836 9% [====== ] 182/1836 9% [====== ] 183/1836 9% [====== ] 184/1836 10% [====== ] 185/1836 10% [====== ] 186/1836 10% [====== ] 187/1836 10% [====== ] 188/1836 10% [====== ] 189/1836 10% [====== ] 190/1836 10% [====== ] 191/1836 10% [====== ] 192/1836 10% [====== ] 193/1836 10% [====== ] 194/1836 10% [====== ] 195/1836 10% [====== ] 196/1836 10% [====== ] 197/1836 10% [====== ] 198/1836 10% [====== ] 199/1836 10% [====== ] 200/1836 10% [====== ] 201/1836 10% [====== ] 202/1836 11% [====== ] 203/1836 11% [====== ] 204/1836 11% [====== ] 205/1836 11% [====== ] 206/1836 11% [====== ] 207/1836 11% [======= ] 208/1836 11% [======= ] 209/1836 11% [======= ] 210/1836 11% [======= ] 211/1836 11% [======= ] 212/1836 11% [======= ] 213/1836 11% [======= ] 214/1836 11% [======= ] 215/1836 11% [======= ] 216/1836 11% [======= ] 217/1836 11% [======= ] 218/1836 11% [======= ] 219/1836 11% [======= ] 220/1836 11% [======= ] 221/1836 12% [======= ] 222/1836 12% [======= ] 223/1836 12% [======= ] 224/1836 12% [======= ] 225/1836 12% [======= ] 226/1836 12% [======= ] 227/1836 12% [======= ] 228/1836 12% [======= ] 229/1836 12% [======= ] 230/1836 12% [======= ] 231/1836 12% [======= ] 232/1836 12% [======= ] 233/1836 12% [======= ] 234/1836 12% [======= ] 235/1836 12% [======= ] 236/1836 12% [======== ] 237/1836 12% [======== ] 238/1836 12% [======== ] 239/1836 13% [======== ] 240/1836 13% [======== ] 241/1836 13% [======== ] 242/1836 13% [======== ] 243/1836 13% [======== ] 244/1836 13% [======== ] 245/1836 13% [======== ] 246/1836 13% [======== ] 247/1836 13% [======== ] 248/1836 13% [======== ] 249/1836 13% [======== ] 250/1836 13% [======== ] 251/1836 13% [======== ] 252/1836 13% [======== ] 253/1836 13% [======== ] 254/1836 13% [======== ] 255/1836 13% [======== ] 256/1836 13% [======== ] 257/1836 13% [======== ] 258/1836 14% [======== ] 259/1836 14% [======== ] 260/1836 14% [======== ] 261/1836 14% [======== ] 262/1836 14% [======== ] 263/1836 14% [======== ] 264/1836 14% [======== ] 265/1836 14% [======== ] 266/1836 14% [========= ] 267/1836 14% [========= ] 268/1836 14% [========= ] 269/1836 14% [========= ] 270/1836 14% [========= ] 271/1836 14% [========= ] 272/1836 14% [========= ] 273/1836 14% [========= ] 274/1836 14% [========= ] 275/1836 14% [========= ] 276/1836 15% [========= ] 277/1836 15% [========= ] 278/1836 15% [========= ] 279/1836 15% [========= ] 280/1836 15% [========= ] 281/1836 15% [========= ] 282/1836 15% [========= ] 283/1836 15% [========= ] 284/1836 15% [========= ] 285/1836 15% [========= ] 286/1836 15% [========= ] 287/1836 15% [========= ] 288/1836 15% [========= ] 289/1836 15% [========= ] 290/1836 15% [========= ] 291/1836 15% [========= ] 292/1836 15% [========= ] 293/1836 15% [========= ] 294/1836 16% [========= ] 295/1836 16% [========= ] 296/1836 16% [========== ] 297/1836 16% [========== ] 298/1836 16% [========== ] 299/1836 16% [========== ] 300/1836 16% [========== ] 301/1836 16% [========== ] 302/1836 16% [========== ] 303/1836 16% [========== ] 304/1836 16% [========== ] 305/1836 16% [========== ] 306/1836 16% [========== ] 307/1836 16% [========== ] 308/1836 16% [========== ] 309/1836 16% [========== ] 310/1836 16% [========== ] 311/1836 16% [========== ] 312/1836 16% [========== ] 313/1836 17% [========== ] 314/1836 17% [========== ] 315/1836 17% [========== ] 316/1836 17% [========== ] 317/1836 17% [========== ] 318/1836 17% [========== ] 319/1836 17% [========== ] 320/1836 17% [========== ] 321/1836 17% [========== ] 322/1836 17% [========== ] 323/1836 17% [========== ] 324/1836 17% [========== ] 325/1836 17% [=========== ] 326/1836 17% [=========== ] 327/1836 17% [=========== ] 328/1836 17% [=========== ] 329/1836 17% [=========== ] 330/1836 17% [=========== ] 331/1836 18% [=========== ] 332/1836 18% [=========== ] 333/1836 18% [=========== ] 334/1836 18% [=========== ] 335/1836 18% [=========== ] 336/1836 18% [=========== ] 337/1836 18% [=========== ] 338/1836 18% [=========== ] 339/1836 18% [=========== ] 340/1836 18% [=========== ] 341/1836 18% [=========== ] 342/1836 18% [=========== ] 343/1836 18% [=========== ] 344/1836 18% [=========== ] 345/1836 18% [=========== ] 346/1836 18% [=========== ] 347/1836 18% [=========== ] 348/1836 18% [=========== ] 349/1836 19% [=========== ] 350/1836 19% [=========== ] 351/1836 19% [=========== ] 352/1836 19% [=========== ] 353/1836 19% [=========== ] 354/1836 19% [=========== ] 355/1836 19% [============ ] 356/1836 19% [============ ] 357/1836 19% [============ ] 358/1836 19% [============ ] 359/1836 19% [============ ] 360/1836 19% [============ ] 361/1836 19% [============ ] 362/1836 19% [============ ] 363/1836 19% [============ ] 364/1836 19% [============ ] 365/1836 19% [============ ] 366/1836 19% [============ ] 367/1836 19% [============ ] 368/1836 20% [============ ] 369/1836 20% [============ ] 370/1836 20% [============ ] 371/1836 20% [============ ] 372/1836 20% [============ ] 373/1836 20% [============ ] 374/1836 20% [============ ] 375/1836 20% [============ ] 376/1836 20% [============ ] 377/1836 20% [============ ] 378/1836 20% [============ ] 379/1836 20% [============ ] 380/1836 20% [============ ] 381/1836 20% [============ ] 382/1836 20% [============ ] 383/1836 20% [============ ] 384/1836 20% [============= ] 385/1836 20% [============= ] 386/1836 21% [============= ] 387/1836 21% [============= ] 388/1836 21% [============= ] 389/1836 21% [============= ] 390/1836 21% [============= ] 391/1836 21% [============= ] 392/1836 21% [============= ] 393/1836 21% [============= ] 394/1836 21% [============= ] 395/1836 21% [============= ] 396/1836 21% [============= ] 397/1836 21% [============= ] 398/1836 21% [============= ] 399/1836 21% [============= ] 400/1836 21% [============= ] 401/1836 21% [============= ] 402/1836 21% [============= ] 403/1836 21% [============= ] 404/1836 22% [============= ] 405/1836 22% [============= ] 406/1836 22% [============= ] 407/1836 22% [============= ] 408/1836 22% [============= ] 409/1836 22% [============= ] 410/1836 22% [============= ] 411/1836 22% [============= ] 412/1836 22% [============= ] 413/1836 22% [============= ] 414/1836 22% [============== ] 415/1836 22% [============== ] 416/1836 22% [============== ] 417/1836 22% [============== ] 418/1836 22% [============== ] 419/1836 22% [============== ] 420/1836 22% [============== ] 421/1836 22% [============== ] 422/1836 22% [============== ] 423/1836 23% [============== ] 424/1836 23% [============== ] 425/1836 23% [============== ] 426/1836 23% [============== ] 427/1836 23% [============== ] 428/1836 23% [============== ] 429/1836 23% [============== ] 430/1836 23% [============== ] 431/1836 23% [============== ] 432/1836 23% [============== ] 433/1836 23% [============== ] 434/1836 23% [============== ] 435/1836 23% [============== ] 436/1836 23% [============== ] 437/1836 23% [============== ] 438/1836 23% [============== ] 439/1836 23% [============== ] 440/1836 23% [============== ] 441/1836 24% [============== ] 442/1836 24% [============== ] 443/1836 24% [============== ] 444/1836 24% [=============== ] 445/1836 24% [=============== ] 446/1836 24% [=============== ] 447/1836 24% [=============== ] 448/1836 24% [=============== ] 449/1836 24% [=============== ] 450/1836 24% [=============== ] 451/1836 24% [=============== ] 452/1836 24% [=============== ] 453/1836 24% [=============== ] 454/1836 24% [=============== ] 455/1836 24% [=============== ] 456/1836 24% [=============== ] 457/1836 24% [=============== ] 458/1836 24% [=============== ] 459/1836 25% [=============== ] 460/1836 25% [=============== ] 461/1836 25% [=============== ] 462/1836 25% [=============== ] 463/1836 25% [=============== ] 464/1836 25% [=============== ] 465/1836 25% [=============== ] 466/1836 25% [=============== ] 467/1836 25% [=============== ] 468/1836 25% [=============== ] 469/1836 25% [=============== ] 470/1836 25% [=============== ] 471/1836 25% [=============== ] 472/1836 25% [=============== ] 473/1836 25% [================ ] 474/1836 25% [================ ] 475/1836 25% [================ ] 476/1836 25% [================ ] 477/1836 25% [================ ] 478/1836 26% [================ ] 479/1836 26% [================ ] 480/1836 26% [================ ] 481/1836 26% [================ ] 482/1836 26% [================ ] 483/1836 26% [================ ] 484/1836 26% [================ ] 485/1836 26% [================ ] 486/1836 26% [================ ] 487/1836 26% [================ ] 488/1836 26% [================ ] 489/1836 26% [================ ] 490/1836 26% [================ ] 491/1836 26% [================ ] 492/1836 26% [================ ] 493/1836 26% [================ ] 494/1836 26% [================ ] 495/1836 26% [================ ] 496/1836 27% [================ ] 497/1836 27% [================ ] 498/1836 27% [================ ] 499/1836 27% [================ ] 500/1836 27% [================ ] 501/1836 27% [================ ] 502/1836 27% [================ ] 503/1836 27% [================= ] 504/1836 27% [================= ] 505/1836 27% [================= ] 506/1836 27% [================= ] 507/1836 27% [================= ] 508/1836 27% [================= ] 509/1836 27% [================= ] 510/1836 27% [================= ] 511/1836 27% [================= ] 512/1836 27% [================= ] 513/1836 27% [================= ] 514/1836 27% [================= ] 515/1836 28% [================= ] 516/1836 28% [================= ] 517/1836 28% [================= ] 518/1836 28% [================= ] 519/1836 28% [================= ] 520/1836 28% [================= ] 521/1836 28% [================= ] 522/1836 28% [================= ] 523/1836 28% [================= ] 524/1836 28% [================= ] 525/1836 28% [================= ] 526/1836 28% [================= ] 527/1836 28% [================= ] 528/1836 28% [================= ] 529/1836 28% [================= ] 530/1836 28% [================= ] 531/1836 28% [================= ] 532/1836 28% [================= ] 533/1836 29% [================== ] 534/1836 29% [================== ] 535/1836 29% [================== ] 536/1836 29% [================== ] 537/1836 29% [================== ] 538/1836 29% [================== ] 539/1836 29% [================== ] 540/1836 29% [================== ] 541/1836 29% [================== ] 542/1836 29% [================== ] 543/1836 29% [================== ] 544/1836 29% [================== ] 545/1836 29% [================== ] 546/1836 29% [================== ] 547/1836 29% [================== ] 548/1836 29% [================== ] 549/1836 29% [================== ] 550/1836 29% [================== ] 551/1836 30% [================== ] 552/1836 30% [================== ] 553/1836 30% [================== ] 554/1836 30% [================== ] 555/1836 30% [================== ] 556/1836 30% [================== ] 557/1836 30% [================== ] 558/1836 30% [================== ] 559/1836 30% [================== ] 560/1836 30% [================== ] 561/1836 30% [================== ] 562/1836 30% [=================== ] 563/1836 30% [=================== ] 564/1836 30% [=================== ] 565/1836 30% [=================== ] 566/1836 30% [=================== ] 567/1836 30% [=================== ] 568/1836 30% [=================== ] 569/1836 30% [=================== ] 570/1836 31% [=================== ] 571/1836 31% [=================== ] 572/1836 31% [=================== ] 573/1836 31% [=================== ] 574/1836 31% [=================== ] 575/1836 31% [=================== ] 576/1836 31% [=================== ] 577/1836 31% [=================== ] 578/1836 31% [=================== ] 579/1836 31% [=================== ] 580/1836 31% [=================== ] 581/1836 31% [=================== ] 582/1836 31% [=================== ] 583/1836 31% [=================== ] 584/1836 31% [=================== ] 585/1836 31% [=================== ] 586/1836 31% [=================== ] 587/1836 31% [=================== ] 588/1836 32% [=================== ] 589/1836 32% [=================== ] 590/1836 32% [=================== ] 591/1836 32% [=================== ] 592/1836 32% [==================== ] 593/1836 32% [==================== ] 594/1836 32% [==================== ] 595/1836 32% [==================== ] 596/1836 32% [==================== ] 597/1836 32% [==================== ] 598/1836 32% [==================== ] 599/1836 32% [==================== ] 600/1836 32% [==================== ] 601/1836 32% [==================== ] 602/1836 32% [==================== ] 603/1836 32% [==================== ] 604/1836 32% [==================== ] 605/1836 32% [==================== ] 606/1836 33% [==================== ] 607/1836 33% [==================== ] 608/1836 33% [==================== ] 609/1836 33% [==================== ] 610/1836 33% [==================== ] 611/1836 33% [==================== ] 612/1836 33% [==================== ] 613/1836 33% [==================== ] 614/1836 33% [==================== ] 615/1836 33% [==================== ] 616/1836 33% [==================== ] 617/1836 33% [==================== ] 618/1836 33% [==================== ] 619/1836 33% [==================== ] 620/1836 33% [==================== ] 621/1836 33% [===================== ] 622/1836 33% [===================== ] 623/1836 33% [===================== ] 624/1836 33% [===================== ] 625/1836 34% [===================== ] 626/1836 34% [===================== ] 627/1836 34% [===================== ] 628/1836 34% [===================== ] 629/1836 34% [===================== ] 630/1836 34% [===================== ] 631/1836 34% [===================== ] 632/1836 34% [===================== ] 633/1836 34% [===================== ] 634/1836 34% [===================== ] 635/1836 34% [===================== ] 636/1836 34% [===================== ] 637/1836 34% [===================== ] 638/1836 34% [===================== ] 639/1836 34% [===================== ] 640/1836 34% [===================== ] 641/1836 34% [===================== ] 642/1836 34% [===================== ] 643/1836 35% [===================== ] 644/1836 35% [===================== ] 645/1836 35% [===================== ] 646/1836 35% [===================== ] 647/1836 35% [===================== ] 648/1836 35% [===================== ] 649/1836 35% [===================== ] 650/1836 35% [===================== ] 651/1836 35% [====================== ] 652/1836 35% [====================== ] 653/1836 35% [====================== ] 654/1836 35% [====================== ] 655/1836 35% [====================== ] 656/1836 35% [====================== ] 657/1836 35% [====================== ] 658/1836 35% [====================== ] 659/1836 35% [====================== ] 660/1836 35% [====================== ] 661/1836 36% [====================== ] 662/1836 36% [====================== ] 663/1836 36% [====================== ] 664/1836 36% [====================== ] 665/1836 36% [====================== ] 666/1836 36% [====================== ] 667/1836 36% [====================== ] 668/1836 36% [====================== ] 669/1836 36% [====================== ] 670/1836 36% [====================== ] 671/1836 36% [====================== ] 672/1836 36% [====================== ] 673/1836 36% [====================== ] 674/1836 36% [====================== ] 675/1836 36% [====================== ] 676/1836 36% [====================== ] 677/1836 36% [====================== ] 678/1836 36% [====================== ] 679/1836 36% [====================== ] 680/1836 37% [====================== ] 681/1836 37% [======================= ] 682/1836 37% [======================= ] 683/1836 37% [======================= ] 684/1836 37% [======================= ] 685/1836 37% [======================= ] 686/1836 37% [======================= ] 687/1836 37% [======================= ] 688/1836 37% [======================= ] 689/1836 37% [======================= ] 690/1836 37% [======================= ] 691/1836 37% [======================= ] 692/1836 37% [======================= ] 693/1836 37% [======================= ] 694/1836 37% [======================= ] 695/1836 37% [======================= ] 696/1836 37% [======================= ] 697/1836 37% [======================= ] 698/1836 38% [======================= ] 699/1836 38% [======================= ] 700/1836 38% [======================= ] 701/1836 38% [======================= ] 702/1836 38% [======================= ] 703/1836 38% [======================= ] 704/1836 38% [======================= ] 705/1836 38% [======================= ] 706/1836 38% [======================= ] 707/1836 38% [======================= ] 708/1836 38% [======================= ] 709/1836 38% [======================= ] 710/1836 38% [======================== ] 711/1836 38% [======================== ] 712/1836 38% [======================== ] 713/1836 38% [======================== ] 714/1836 38% [======================== ] 715/1836 38% [======================== ] 716/1836 38% [======================== ] 717/1836 39% [======================== ] 718/1836 39% [======================== ] 719/1836 39% [======================== ] 720/1836 39% [======================== ] 721/1836 39% [======================== ] 722/1836 39% [======================== ] 723/1836 39% [======================== ] 724/1836 39% [======================== ] 725/1836 39% [======================== ] 726/1836 39% [======================== ] 727/1836 39% [======================== ] 728/1836 39% [======================== ] 729/1836 39% [======================== ] 730/1836 39% [======================== ] 731/1836 39% [======================== ] 732/1836 39% [======================== ] 733/1836 39% [======================== ] 734/1836 39% [======================== ] 735/1836 40% [======================== ] 736/1836 40% [======================== ] 737/1836 40% [======================== ] 738/1836 40% [======================== ] 739/1836 40% [======================== ] 740/1836 40% [========================= ] 741/1836 40% [========================= ] 742/1836 40% [========================= ] 743/1836 40% [========================= ] 744/1836 40% [========================= ] 745/1836 40% [========================= ] 746/1836 40% [========================= ] 747/1836 40% [========================= ] 748/1836 40% [========================= ] 749/1836 40% [========================= ] 750/1836 40% [========================= ] 751/1836 40% [========================= ] 752/1836 40% [========================= ] 753/1836 41% [========================= ] 754/1836 41% [========================= ] 755/1836 41% [========================= ] 756/1836 41% [========================= ] 757/1836 41% [========================= ] 758/1836 41% [========================= ] 759/1836 41% [========================= ] 760/1836 41% [========================= ] 761/1836 41% [========================= ] 762/1836 41% [========================= ] 763/1836 41% [========================= ] 764/1836 41% [========================= ] 765/1836 41% [========================= ] 766/1836 41% [========================= ] 767/1836 41% [========================= ] 768/1836 41% [========================= ] 769/1836 41% [========================== ] 770/1836 41% [========================== ] 771/1836 41% [========================== ] 772/1836 42% [========================== ] 773/1836 42% [========================== ] 774/1836 42% [========================== ] 775/1836 42% [========================== ] 776/1836 42% [========================== ] 777/1836 42% [========================== ] 778/1836 42% [========================== ] 779/1836 42% [========================== ] 780/1836 42% [========================== ] 781/1836 42% [========================== ] 782/1836 42% [========================== ] 783/1836 42% [========================== ] 784/1836 42% [========================== ] 785/1836 42% [========================== ] 786/1836 42% [========================== ] 787/1836 42% [========================== ] 788/1836 42% [========================== ] 789/1836 42% [========================== ] 790/1836 43% [========================== ] 791/1836 43% [========================== ] 792/1836 43% [========================== ] 793/1836 43% [========================== ] 794/1836 43% [========================== ] 795/1836 43% [========================== ] 796/1836 43% [========================== ] 797/1836 43% [========================== ] 798/1836 43% [========================== ] 799/1836 43% [=========================== ] 800/1836 43% [=========================== ] 801/1836 43% [=========================== ] 802/1836 43% [=========================== ] 803/1836 43% [=========================== ] 804/1836 43% [=========================== ] 805/1836 43% [=========================== ] 806/1836 43% [=========================== ] 807/1836 43% [=========================== ] 808/1836 44% [=========================== ] 809/1836 44% [=========================== ] 810/1836 44% [=========================== ] 811/1836 44% [=========================== ] 812/1836 44% [=========================== ] 813/1836 44% [=========================== ] 814/1836 44% [=========================== ] 815/1836 44% [=========================== ] 816/1836 44% [=========================== ] 817/1836 44% [=========================== ] 818/1836 44% [=========================== ] 819/1836 44% [=========================== ] 820/1836 44% [=========================== ] 821/1836 44% [=========================== ] 822/1836 44% [=========================== ] 823/1836 44% [=========================== ] 824/1836 44% [=========================== ] 825/1836 44% [=========================== ] 826/1836 44% [=========================== ] 827/1836 45% [=========================== ] 828/1836 45% [=========================== ] 829/1836 45% [============================ ] 830/1836 45% [============================ ] 831/1836 45% [============================ ] 832/1836 45% [============================ ] 833/1836 45% [============================ ] 834/1836 45% [============================ ] 835/1836 45% [============================ ] 836/1836 45% [============================ ] 837/1836 45% [============================ ] 838/1836 45% [============================ ] 839/1836 45% [============================ ] 840/1836 45% [============================ ] 841/1836 45% [============================ ] 842/1836 45% [============================ ] 843/1836 45% [============================ ] 844/1836 45% [============================ ] 845/1836 46% [============================ ] 846/1836 46% [============================ ] 847/1836 46% [============================ ] 848/1836 46% [============================ ] 849/1836 46% [============================ ] 850/1836 46% [============================ ] 851/1836 46% [============================ ] 852/1836 46% [============================ ] 853/1836 46% [============================ ] 854/1836 46% [============================ ] 855/1836 46% [============================ ] 856/1836 46% [============================ ] 857/1836 46% [============================ ] 858/1836 46% [============================= ] 859/1836 46% [============================= ] 860/1836 46% [============================= ] 861/1836 46% [============================= ] 862/1836 46% [============================= ] 863/1836 47% [============================= ] 864/1836 47% [============================= ] 865/1836 47% [============================= ] 866/1836 47% [============================= ] 867/1836 47% [============================= ] 868/1836 47% [============================= ] 869/1836 47% [============================= ] 870/1836 47% [============================= ] 871/1836 47% [============================= ] 872/1836 47% [============================= ] 873/1836 47% [============================= ] 874/1836 47% [============================= ] 875/1836 47% [============================= ] 876/1836 47% [============================= ] 877/1836 47% [============================= ] 878/1836 47% [============================= ] 879/1836 47% [============================= ] 880/1836 47% [============================= ] 881/1836 47% [============================= ] 882/1836 48% [============================= ] 883/1836 48% [============================= ] 884/1836 48% [============================= ] 885/1836 48% [============================= ] 886/1836 48% [============================= ] 887/1836 48% [============================= ] 888/1836 48% [============================== ] 889/1836 48% [============================== ] 890/1836 48% [============================== ] 891/1836 48% [============================== ] 892/1836 48% [============================== ] 893/1836 48% [============================== ] 894/1836 48% [============================== ] 895/1836 48% [============================== ] 896/1836 48% [============================== ] 897/1836 48% [============================== ] 898/1836 48% [============================== ] 899/1836 48% [============================== ] 900/1836 49% [============================== ] 901/1836 49% [============================== ] 902/1836 49% [============================== ] 903/1836 49% [============================== ] 904/1836 49% [============================== ] 905/1836 49% [============================== ] 906/1836 49% [============================== ] 907/1836 49% [============================== ] 908/1836 49% [============================== ] 909/1836 49% [============================== ] 910/1836 49% [============================== ] 911/1836 49% [============================== ] 912/1836 49% [============================== ] 913/1836 49% [============================== ] 914/1836 49% [============================== ] 915/1836 49% [============================== ] 916/1836 49% [============================== ] 917/1836 49% [=============================== ] 918/1836 50% [=============================== ] 919/1836 50% [=============================== ] 920/1836 50% [=============================== ] 921/1836 50% [=============================== ] 922/1836 50% [=============================== ] 923/1836 50% [=============================== ] 924/1836 50% [=============================== ] 925/1836 50% [=============================== ] 926/1836 50% [=============================== ] 927/1836 50% [=============================== ] 928/1836 50% [=============================== ] 929/1836 50% [=============================== ] 930/1836 50% [=============================== ] 931/1836 50% [=============================== ] 932/1836 50% [=============================== ] 933/1836 50% [=============================== ] 934/1836 50% [=============================== ] 935/1836 50% [=============================== ] 936/1836 50% [=============================== ] 937/1836 51% [=============================== ] 938/1836 51% [=============================== ] 939/1836 51% [=============================== ] 940/1836 51% [=============================== ] 941/1836 51% [=============================== ] 942/1836 51% [=============================== ] 943/1836 51% [=============================== ] 944/1836 51% [=============================== ] 945/1836 51% [=============================== ] 946/1836 51% [=============================== ] 947/1836 51% [================================ ] 948/1836 51% [================================ ] 949/1836 51% [================================ ] 950/1836 51% [================================ ] 951/1836 51% [================================ ] 952/1836 51% [================================ ] 953/1836 51% [================================ ] 954/1836 51% [================================ ] 955/1836 52% [================================ ] 956/1836 52% [================================ ] 957/1836 52% [================================ ] 958/1836 52% [================================ ] 959/1836 52% [================================ ] 960/1836 52% [================================ ] 961/1836 52% [================================ ] 962/1836 52% [================================ ] 963/1836 52% [================================ ] 964/1836 52% [================================ ] 965/1836 52% [================================ ] 966/1836 52% [================================ ] 967/1836 52% [================================ ] 968/1836 52% [================================ ] 969/1836 52% [================================ ] 970/1836 52% [================================ ] 971/1836 52% [================================ ] 972/1836 52% [================================ ] 973/1836 52% [================================ ] 974/1836 53% [================================ ] 975/1836 53% [================================ ] 976/1836 53% [================================ ] 977/1836 53% [================================= ] 978/1836 53% [================================= ] 979/1836 53% [================================= ] 980/1836 53% [================================= ] 981/1836 53% [================================= ] 982/1836 53% [================================= ] 983/1836 53% [================================= ] 984/1836 53% [================================= ] 985/1836 53% [================================= ] 986/1836 53% [================================= ] 987/1836 53% [================================= ] 988/1836 53% [================================= ] 989/1836 53% [================================= ] 990/1836 53% [================================= ] 991/1836 53% [================================= ] 992/1836 54% [================================= ] 993/1836 54% [================================= ] 994/1836 54% [================================= ] 995/1836 54% [================================= ] 996/1836 54% [================================= ] 997/1836 54% [================================= ] 998/1836 54% [================================= ] 999/1836 54% [================================= ] 1000/1836 54% [================================= ] 1001/1836 54% [================================= ] 1002/1836 54% [================================= ] 1003/1836 54% [================================= ] 1004/1836 54% [================================= ] 1005/1836 54% [================================= ] 1006/1836 54% [================================== ] 1007/1836 54% [================================== ] 1008/1836 54% [================================== ] 1009/1836 54% [================================== ] 1010/1836 55% [================================== ] 1011/1836 55% [================================== ] 1012/1836 55% [================================== ] 1013/1836 55% [================================== ] 1014/1836 55% [================================== ] 1015/1836 55% [================================== ] 1016/1836 55% [================================== ] 1017/1836 55% [================================== ] 1018/1836 55% [================================== ] 1019/1836 55% [================================== ] 1020/1836 55% [================================== ] 1021/1836 55% [================================== ] 1022/1836 55% [================================== ] 1023/1836 55% [================================== ] 1024/1836 55% [================================== ] 1025/1836 55% [================================== ] 1026/1836 55% [================================== ] 1027/1836 55% [================================== ] 1028/1836 55% [================================== ] 1029/1836 56% [================================== ] 1030/1836 56% [================================== ] 1031/1836 56% [================================== ] 1032/1836 56% [================================== ] 1033/1836 56% [================================== ] 1034/1836 56% [================================== ] 1035/1836 56% [================================== ] 1036/1836 56% [=================================== ] 1037/1836 56% [=================================== ] 1038/1836 56% [=================================== ] 1039/1836 56% [=================================== ] 1040/1836 56% [=================================== ] 1041/1836 56% [=================================== ] 1042/1836 56% [=================================== ] 1043/1836 56% [=================================== ] 1044/1836 56% [=================================== ] 1045/1836 56% [=================================== ] 1046/1836 56% [=================================== ] 1047/1836 57% [=================================== ] 1048/1836 57% [=================================== ] 1049/1836 57% [=================================== ] 1050/1836 57% [=================================== ] 1051/1836 57% [=================================== ] 1052/1836 57% [=================================== ] 1053/1836 57% [=================================== ] 1054/1836 57% [=================================== ] 1055/1836 57% [=================================== ] 1056/1836 57% [=================================== ] 1057/1836 57% [=================================== ] 1058/1836 57% [=================================== ] 1059/1836 57% [=================================== ] 1060/1836 57% [=================================== ] 1061/1836 57% [=================================== ] 1062/1836 57% [=================================== ] 1063/1836 57% [=================================== ] 1064/1836 57% [=================================== ] 1065/1836 58% [=================================== ] 1066/1836 58% [==================================== ] 1067/1836 58% [==================================== ] 1068/1836 58% [==================================== ] 1069/1836 58% [==================================== ] 1070/1836 58% [==================================== ] 1071/1836 58% [==================================== ] 1072/1836 58% [==================================== ] 1073/1836 58% [==================================== ] 1074/1836 58% [==================================== ] 1075/1836 58% [==================================== ] 1076/1836 58% [==================================== ] 1077/1836 58% [==================================== ] 1078/1836 58% [==================================== ] 1079/1836 58% [==================================== ] 1080/1836 58% [==================================== ] 1081/1836 58% [==================================== ] 1082/1836 58% [==================================== ] 1083/1836 58% [==================================== ] 1084/1836 59% [==================================== ] 1085/1836 59% [==================================== ] 1086/1836 59% [==================================== ] 1087/1836 59% [==================================== ] 1088/1836 59% [==================================== ] 1089/1836 59% [==================================== ] 1090/1836 59% [==================================== ] 1091/1836 59% [==================================== ] 1092/1836 59% [==================================== ] 1093/1836 59% [==================================== ] 1094/1836 59% [==================================== ] 1095/1836 59% [===================================== ] 1096/1836 59% [===================================== ] 1097/1836 59% [===================================== ] 1098/1836 59% [===================================== ] 1099/1836 59% [===================================== ] 1100/1836 59% [===================================== ] 1101/1836 59% [===================================== ] 1102/1836 60% [===================================== ] 1103/1836 60% [===================================== ] 1104/1836 60% [===================================== ] 1105/1836 60% [===================================== ] 1106/1836 60% [===================================== ] 1107/1836 60% [===================================== ] 1108/1836 60% [===================================== ] 1109/1836 60% [===================================== ] 1110/1836 60% [===================================== ] 1111/1836 60% [===================================== ] 1112/1836 60% [===================================== ] 1113/1836 60% [===================================== ] 1114/1836 60% [===================================== ] 1115/1836 60% [===================================== ] 1116/1836 60% [===================================== ] 1117/1836 60% [===================================== ] 1118/1836 60% [===================================== ] 1119/1836 60% [===================================== ] 1120/1836 61% [===================================== ] 1121/1836 61% [===================================== ] 1122/1836 61% [===================================== ] 1123/1836 61% [===================================== ] 1124/1836 61% [===================================== ] 1125/1836 61% [====================================== ] 1126/1836 61% [====================================== ] 1127/1836 61% [====================================== ] 1128/1836 61% [====================================== ] 1129/1836 61% [====================================== ] 1130/1836 61% [====================================== ] 1131/1836 61% [====================================== ] 1132/1836 61% [====================================== ] 1133/1836 61% [====================================== ] 1134/1836 61% [====================================== ] 1135/1836 61% [====================================== ] 1136/1836 61% [====================================== ] 1137/1836 61% [====================================== ] 1138/1836 61% [====================================== ] 1139/1836 62% [====================================== ] 1140/1836 62% [====================================== ] 1141/1836 62% [====================================== ] 1142/1836 62% [====================================== ] 1143/1836 62% [====================================== ] 1144/1836 62% [====================================== ] 1145/1836 62% [====================================== ] 1146/1836 62% [====================================== ] 1147/1836 62% [====================================== ] 1148/1836 62% [====================================== ] 1149/1836 62% [====================================== ] 1150/1836 62% [====================================== ] 1151/1836 62% [====================================== ] 1152/1836 62% [====================================== ] 1153/1836 62% [====================================== ] 1154/1836 62% [======================================= ] 1155/1836 62% [======================================= ] 1156/1836 62% [======================================= ] 1157/1836 63% [======================================= ] 1158/1836 63% [======================================= ] 1159/1836 63% [======================================= ] 1160/1836 63% [======================================= ] 1161/1836 63% [======================================= ] 1162/1836 63% [======================================= ] 1163/1836 63% [======================================= ] 1164/1836 63% [======================================= ] 1165/1836 63% [======================================= ] 1166/1836 63% [======================================= ] 1167/1836 63% [======================================= ] 1168/1836 63% [======================================= ] 1169/1836 63% [======================================= ] 1170/1836 63% [======================================= ] 1171/1836 63% [======================================= ] 1172/1836 63% [======================================= ] 1173/1836 63% [======================================= ] 1174/1836 63% [======================================= ] 1175/1836 63% [======================================= ] 1176/1836 64% [======================================= ] 1177/1836 64% [======================================= ] 1178/1836 64% [======================================= ] 1179/1836 64% [======================================= ] 1180/1836 64% [======================================= ] 1181/1836 64% [======================================= ] 1182/1836 64% [======================================= ] 1183/1836 64% [======================================= ] 1184/1836 64% [======================================== ] 1185/1836 64% [======================================== ] 1186/1836 64% [======================================== ] 1187/1836 64% [======================================== ] 1188/1836 64% [======================================== ] 1189/1836 64% [======================================== ] 1190/1836 64% [======================================== ] 1191/1836 64% [======================================== ] 1192/1836 64% [======================================== ] 1193/1836 64% [======================================== ] 1194/1836 65% [======================================== ] 1195/1836 65% [======================================== ] 1196/1836 65% [======================================== ] 1197/1836 65% [======================================== ] 1198/1836 65% [======================================== ] 1199/1836 65% [======================================== ] 1200/1836 65% [======================================== ] 1201/1836 65% [======================================== ] 1202/1836 65% [======================================== ] 1203/1836 65% [======================================== ] 1204/1836 65% [======================================== ] 1205/1836 65% [======================================== ] 1206/1836 65% [======================================== ] 1207/1836 65% [======================================== ] 1208/1836 65% [======================================== ] 1209/1836 65% [======================================== ] 1210/1836 65% [======================================== ] 1211/1836 65% [======================================== ] 1212/1836 66% [======================================== ] 1213/1836 66% [======================================== ] 1214/1836 66% [========================================= ] 1215/1836 66% [========================================= ] 1216/1836 66% [========================================= ] 1217/1836 66% [========================================= ] 1218/1836 66% [========================================= ] 1219/1836 66% [========================================= ] 1220/1836 66% [========================================= ] 1221/1836 66% [========================================= ] 1222/1836 66% [========================================= ] 1223/1836 66% [========================================= ] 1224/1836 66% [========================================= ] 1225/1836 66% [========================================= ] 1226/1836 66% [========================================= ] 1227/1836 66% [========================================= ] 1228/1836 66% [========================================= ] 1229/1836 66% [========================================= ] 1230/1836 66% [========================================= ] 1231/1836 67% [========================================= ] 1232/1836 67% [========================================= ] 1233/1836 67% [========================================= ] 1234/1836 67% [========================================= ] 1235/1836 67% [========================================= ] 1236/1836 67% [========================================= ] 1237/1836 67% [========================================= ] 1238/1836 67% [========================================= ] 1239/1836 67% [========================================= ] 1240/1836 67% [========================================= ] 1241/1836 67% [========================================= ] 1242/1836 67% [========================================= ] 1243/1836 67% [========================================== ] 1244/1836 67% [========================================== ] 1245/1836 67% [========================================== ] 1246/1836 67% [========================================== ] 1247/1836 67% [========================================== ] 1248/1836 67% [========================================== ] 1249/1836 68% [========================================== ] 1250/1836 68% [========================================== ] 1251/1836 68% [========================================== ] 1252/1836 68% [========================================== ] 1253/1836 68% [========================================== ] 1254/1836 68% [========================================== ] 1255/1836 68% [========================================== ] 1256/1836 68% [========================================== ] 1257/1836 68% [========================================== ] 1258/1836 68% [========================================== ] 1259/1836 68% [========================================== ] 1260/1836 68% [========================================== ] 1261/1836 68% [========================================== ] 1262/1836 68% [========================================== ] 1263/1836 68% [========================================== ] 1264/1836 68% [========================================== ] 1265/1836 68% [========================================== ] 1266/1836 68% [========================================== ] 1267/1836 69% [========================================== ] 1268/1836 69% [========================================== ] 1269/1836 69% [========================================== ] 1270/1836 69% [========================================== ] 1271/1836 69% [========================================== ] 1272/1836 69% [========================================== ] 1273/1836 69% [=========================================== ] 1274/1836 69% [=========================================== ] 1275/1836 69% [=========================================== ] 1276/1836 69% [=========================================== ] 1277/1836 69% [=========================================== ] 1278/1836 69% [=========================================== ] 1279/1836 69% [=========================================== ] 1280/1836 69% [=========================================== ] 1281/1836 69% [=========================================== ] 1282/1836 69% [=========================================== ] 1283/1836 69% [=========================================== ] 1284/1836 69% [=========================================== ] 1285/1836 69% [=========================================== ] 1286/1836 70% [=========================================== ] 1287/1836 70% [=========================================== ] 1288/1836 70% [=========================================== ] 1289/1836 70% [=========================================== ] 1290/1836 70% [=========================================== ] 1291/1836 70% [=========================================== ] 1292/1836 70% [=========================================== ] 1293/1836 70% [=========================================== ] 1294/1836 70% [=========================================== ] 1295/1836 70% [=========================================== ] 1296/1836 70% [=========================================== ] 1297/1836 70% [=========================================== ] 1298/1836 70% [=========================================== ] 1299/1836 70% [=========================================== ] 1300/1836 70% [=========================================== ] 1301/1836 70% [=========================================== ] 1302/1836 70% [============================================ ] 1303/1836 70% [============================================ ] 1304/1836 71% [============================================ ] 1305/1836 71% [============================================ ] 1306/1836 71% [============================================ ] 1307/1836 71% [============================================ ] 1308/1836 71% [============================================ ] 1309/1836 71% [============================================ ] 1310/1836 71% [============================================ ] 1311/1836 71% [============================================ ] 1312/1836 71% [============================================ ] 1313/1836 71% [============================================ ] 1314/1836 71% [============================================ ] 1315/1836 71% [============================================ ] 1316/1836 71% [============================================ ] 1317/1836 71% [============================================ ] 1318/1836 71% [============================================ ] 1319/1836 71% [============================================ ] 1320/1836 71% [============================================ ] 1321/1836 71% [============================================ ] 1322/1836 72% [============================================ ] 1323/1836 72% [============================================ ] 1324/1836 72% [============================================ ] 1325/1836 72% [============================================ ] 1326/1836 72% [============================================ ] 1327/1836 72% [============================================ ] 1328/1836 72% [============================================ ] 1329/1836 72% [============================================ ] 1330/1836 72% [============================================ ] 1331/1836 72% [============================================ ] 1332/1836 72% [============================================= ] 1333/1836 72% [============================================= ] 1334/1836 72% [============================================= ] 1335/1836 72% [============================================= ] 1336/1836 72% [============================================= ] 1337/1836 72% [============================================= ] 1338/1836 72% [============================================= ] 1339/1836 72% [============================================= ] 1340/1836 72% [============================================= ] 1341/1836 73% [============================================= ] 1342/1836 73% [============================================= ] 1343/1836 73% [============================================= ] 1344/1836 73% [============================================= ] 1345/1836 73% [============================================= ] 1346/1836 73% [============================================= ] 1347/1836 73% [============================================= ] 1348/1836 73% [============================================= ] 1349/1836 73% [============================================= ] 1350/1836 73% [============================================= ] 1351/1836 73% [============================================= ] 1352/1836 73% [============================================= ] 1353/1836 73% [============================================= ] 1354/1836 73% [============================================= ] 1355/1836 73% [============================================= ] 1356/1836 73% [============================================= ] 1357/1836 73% [============================================= ] 1358/1836 73% [============================================= ] 1359/1836 74% [============================================= ] 1360/1836 74% [============================================= ] 1361/1836 74% [============================================= ] 1362/1836 74% [============================================== ] 1363/1836 74% [============================================== ] 1364/1836 74% [============================================== ] 1365/1836 74% [============================================== ] 1366/1836 74% [============================================== ] 1367/1836 74% [============================================== ] 1368/1836 74% [============================================== ] 1369/1836 74% [============================================== ] 1370/1836 74% [============================================== ] 1371/1836 74% [============================================== ] 1372/1836 74% [============================================== ] 1373/1836 74% [============================================== ] 1374/1836 74% [============================================== ] 1375/1836 74% [============================================== ] 1376/1836 74% [============================================== ] 1377/1836 75% [============================================== ] 1378/1836 75% [============================================== ] 1379/1836 75% [============================================== ] 1380/1836 75% [============================================== ] 1381/1836 75% [============================================== ] 1382/1836 75% [============================================== ] 1383/1836 75% [============================================== ] 1384/1836 75% [============================================== ] 1385/1836 75% [============================================== ] 1386/1836 75% [============================================== ] 1387/1836 75% [============================================== ] 1388/1836 75% [============================================== ] 1389/1836 75% [============================================== ] 1390/1836 75% [============================================== ] 1391/1836 75% [=============================================== ] 1392/1836 75% [=============================================== ] 1393/1836 75% [=============================================== ] 1394/1836 75% [=============================================== ] 1395/1836 75% [=============================================== ] 1396/1836 76% [=============================================== ] 1397/1836 76% [=============================================== ] 1398/1836 76% [=============================================== ] 1399/1836 76% [=============================================== ] 1400/1836 76% [=============================================== ] 1401/1836 76% [=============================================== ] 1402/1836 76% [=============================================== ] 1403/1836 76% [=============================================== ] 1404/1836 76% [=============================================== ] 1405/1836 76% [=============================================== ] 1406/1836 76% [=============================================== ] 1407/1836 76% [=============================================== ] 1408/1836 76% [=============================================== ] 1409/1836 76% [=============================================== ] 1410/1836 76% [=============================================== ] 1411/1836 76% [=============================================== ] 1412/1836 76% [=============================================== ] 1413/1836 76% [=============================================== ] 1414/1836 77% [=============================================== ] 1415/1836 77% [=============================================== ] 1416/1836 77% [=============================================== ] 1417/1836 77% [=============================================== ] 1418/1836 77% [=============================================== ] 1419/1836 77% [=============================================== ] 1420/1836 77% [=============================================== ] 1421/1836 77% [================================================ ] 1422/1836 77% [================================================ ] 1423/1836 77% [================================================ ] 1424/1836 77% [================================================ ] 1425/1836 77% [================================================ ] 1426/1836 77% [================================================ ] 1427/1836 77% [================================================ ] 1428/1836 77% [================================================ ] 1429/1836 77% [================================================ ] 1430/1836 77% [================================================ ] 1431/1836 77% [================================================ ] 1432/1836 77% [================================================ ] 1433/1836 78% [================================================ ] 1434/1836 78% [================================================ ] 1435/1836 78% [================================================ ] 1436/1836 78% [================================================ ] 1437/1836 78% [================================================ ] 1438/1836 78% [================================================ ] 1439/1836 78% [================================================ ] 1440/1836 78% [================================================ ] 1441/1836 78% [================================================ ] 1442/1836 78% [================================================ ] 1443/1836 78% [================================================ ] 1444/1836 78% [================================================ ] 1445/1836 78% [================================================ ] 1446/1836 78% [================================================ ] 1447/1836 78% [================================================ ] 1448/1836 78% [================================================ ] 1449/1836 78% [================================================ ] 1450/1836 78% [================================================ ] 1451/1836 79% [================================================= ] 1452/1836 79% [================================================= ] 1453/1836 79% [================================================= ] 1454/1836 79% [================================================= ] 1455/1836 79% [================================================= ] 1456/1836 79% [================================================= ] 1457/1836 79% [================================================= ] 1458/1836 79% [================================================= ] 1459/1836 79% [================================================= ] 1460/1836 79% [================================================= ] 1461/1836 79% [================================================= ] 1462/1836 79% [================================================= ] 1463/1836 79% [================================================= ] 1464/1836 79% [================================================= ] 1465/1836 79% [================================================= ] 1466/1836 79% [================================================= ] 1467/1836 79% [================================================= ] 1468/1836 79% [================================================= ] 1469/1836 80% [================================================= ] 1470/1836 80% [================================================= ] 1471/1836 80% [================================================= ] 1472/1836 80% [================================================= ] 1473/1836 80% [================================================= ] 1474/1836 80% [================================================= ] 1475/1836 80% [================================================= ] 1476/1836 80% [================================================= ] 1477/1836 80% [================================================= ] 1478/1836 80% [================================================= ] 1479/1836 80% [================================================= ] 1480/1836 80% [================================================== ] 1481/1836 80% [================================================== ] 1482/1836 80% [================================================== ] 1483/1836 80% [================================================== ] 1484/1836 80% [================================================== ] 1485/1836 80% [================================================== ] 1486/1836 80% [================================================== ] 1487/1836 80% [================================================== ] 1488/1836 81% [================================================== ] 1489/1836 81% [================================================== ] 1490/1836 81% [================================================== ] 1491/1836 81% [================================================== ] 1492/1836 81% [================================================== ] 1493/1836 81% [================================================== ] 1494/1836 81% [================================================== ] 1495/1836 81% [================================================== ] 1496/1836 81% [================================================== ] 1497/1836 81% [================================================== ] 1498/1836 81% [================================================== ] 1499/1836 81% [================================================== ] 1500/1836 81% [================================================== ] 1501/1836 81% [================================================== ] 1502/1836 81% [================================================== ] 1503/1836 81% [================================================== ] 1504/1836 81% [================================================== ] 1505/1836 81% [================================================== ] 1506/1836 82% [================================================== ] 1507/1836 82% [================================================== ] 1508/1836 82% [================================================== ] 1509/1836 82% [================================================== ] 1510/1836 82% [=================================================== ] 1511/1836 82% [=================================================== ] 1512/1836 82% [=================================================== ] 1513/1836 82% [=================================================== ] 1514/1836 82% [=================================================== ] 1515/1836 82% [=================================================== ] 1516/1836 82% [=================================================== ] 1517/1836 82% [=================================================== ] 1518/1836 82% [=================================================== ] 1519/1836 82% [=================================================== ] 1520/1836 82% [=================================================== ] 1521/1836 82% [=================================================== ] 1522/1836 82% [=================================================== ] 1523/1836 82% [=================================================== ] 1524/1836 83% [=================================================== ] 1525/1836 83% [=================================================== ] 1526/1836 83% [=================================================== ] 1527/1836 83% [=================================================== ] 1528/1836 83% [=================================================== ] 1529/1836 83% [=================================================== ] 1530/1836 83% [=================================================== ] 1531/1836 83% [=================================================== ] 1532/1836 83% [=================================================== ] 1533/1836 83% [=================================================== ] 1534/1836 83% [=================================================== ] 1535/1836 83% [=================================================== ] 1536/1836 83% [=================================================== ] 1537/1836 83% [=================================================== ] 1538/1836 83% [=================================================== ] 1539/1836 83% [==================================================== ] 1540/1836 83% [==================================================== ] 1541/1836 83% [==================================================== ] 1542/1836 83% [==================================================== ] 1543/1836 84% [==================================================== ] 1544/1836 84% [==================================================== ] 1545/1836 84% [==================================================== ] 1546/1836 84% [==================================================== ] 1547/1836 84% [==================================================== ] 1548/1836 84% [==================================================== ] 1549/1836 84% [==================================================== ] 1550/1836 84% [==================================================== ] 1551/1836 84% [==================================================== ] 1552/1836 84% [==================================================== ] 1553/1836 84% [==================================================== ] 1554/1836 84% [==================================================== ] 1555/1836 84% [==================================================== ] 1556/1836 84% [==================================================== ] 1557/1836 84% [==================================================== ] 1558/1836 84% [==================================================== ] 1559/1836 84% [==================================================== ] 1560/1836 84% [==================================================== ] 1561/1836 85% [==================================================== ] 1562/1836 85% [==================================================== ] 1563/1836 85% [==================================================== ] 1564/1836 85% [==================================================== ] 1565/1836 85% [==================================================== ] 1566/1836 85% [==================================================== ] 1567/1836 85% [==================================================== ] 1568/1836 85% [==================================================== ] 1569/1836 85% [===================================================== ] 1570/1836 85% [===================================================== ] 1571/1836 85% [===================================================== ] 1572/1836 85% [===================================================== ] 1573/1836 85% [===================================================== ] 1574/1836 85% [===================================================== ] 1575/1836 85% [===================================================== ] 1576/1836 85% [===================================================== ] 1577/1836 85% [===================================================== ] 1578/1836 85% [===================================================== ] 1579/1836 86% [===================================================== ] 1580/1836 86% [===================================================== ] 1581/1836 86% [===================================================== ] 1582/1836 86% [===================================================== ] 1583/1836 86% [===================================================== ] 1584/1836 86% [===================================================== ] 1585/1836 86% [===================================================== ] 1586/1836 86% [===================================================== ] 1587/1836 86% [===================================================== ] 1588/1836 86% [===================================================== ] 1589/1836 86% [===================================================== ] 1590/1836 86% [===================================================== ] 1591/1836 86% [===================================================== ] 1592/1836 86% [===================================================== ] 1593/1836 86% [===================================================== ] 1594/1836 86% [===================================================== ] 1595/1836 86% [===================================================== ] 1596/1836 86% [===================================================== ] 1597/1836 86% [===================================================== ] 1598/1836 87% [===================================================== ] 1599/1836 87% [====================================================== ] 1600/1836 87% [====================================================== ] 1601/1836 87% [====================================================== ] 1602/1836 87% [====================================================== ] 1603/1836 87% [====================================================== ] 1604/1836 87% [====================================================== ] 1605/1836 87% [====================================================== ] 1606/1836 87% [====================================================== ] 1607/1836 87% [====================================================== ] 1608/1836 87% [====================================================== ] 1609/1836 87% [====================================================== ] 1610/1836 87% [====================================================== ] 1611/1836 87% [====================================================== ] 1612/1836 87% [====================================================== ] 1613/1836 87% [====================================================== ] 1614/1836 87% [====================================================== ] 1615/1836 87% [====================================================== ] 1616/1836 88% [====================================================== ] 1617/1836 88% [====================================================== ] 1618/1836 88% [====================================================== ] 1619/1836 88% [====================================================== ] 1620/1836 88% [====================================================== ] 1621/1836 88% [====================================================== ] 1622/1836 88% [====================================================== ] 1623/1836 88% [====================================================== ] 1624/1836 88% [====================================================== ] 1625/1836 88% [====================================================== ] 1626/1836 88% [====================================================== ] 1627/1836 88% [====================================================== ] 1628/1836 88% [======================================================= ] 1629/1836 88% [======================================================= ] 1630/1836 88% [======================================================= ] 1631/1836 88% [======================================================= ] 1632/1836 88% [======================================================= ] 1633/1836 88% [======================================================= ] 1634/1836 88% [======================================================= ] 1635/1836 89% [======================================================= ] 1636/1836 89% [======================================================= ] 1637/1836 89% [======================================================= ] 1638/1836 89% [======================================================= ] 1639/1836 89% [======================================================= ] 1640/1836 89% [======================================================= ] 1641/1836 89% [======================================================= ] 1642/1836 89% [======================================================= ] 1643/1836 89% [======================================================= ] 1644/1836 89% [======================================================= ] 1645/1836 89% [======================================================= ] 1646/1836 89% [======================================================= ] 1647/1836 89% [======================================================= ] 1648/1836 89% [======================================================= ] 1649/1836 89% [======================================================= ] 1650/1836 89% [======================================================= ] 1651/1836 89% [======================================================= ] 1652/1836 89% [======================================================= ] 1653/1836 90% [======================================================= ] 1654/1836 90% [======================================================= ] 1655/1836 90% [======================================================= ] 1656/1836 90% [======================================================= ] 1657/1836 90% [======================================================= ] 1658/1836 90% [======================================================== ] 1659/1836 90% [======================================================== ] 1660/1836 90% [======================================================== ] 1661/1836 90% [======================================================== ] 1662/1836 90% [======================================================== ] 1663/1836 90% [======================================================== ] 1664/1836 90% [======================================================== ] 1665/1836 90% [======================================================== ] 1666/1836 90% [======================================================== ] 1667/1836 90% [======================================================== ] 1668/1836 90% [======================================================== ] 1669/1836 90% [======================================================== ] 1670/1836 90% [======================================================== ] 1671/1836 91% [======================================================== ] 1672/1836 91% [======================================================== ] 1673/1836 91% [======================================================== ] 1674/1836 91% [======================================================== ] 1675/1836 91% [======================================================== ] 1676/1836 91% [======================================================== ] 1677/1836 91% [======================================================== ] 1678/1836 91% [======================================================== ] 1679/1836 91% [======================================================== ] 1680/1836 91% [======================================================== ] 1681/1836 91% [======================================================== ] 1682/1836 91% [======================================================== ] 1683/1836 91% [======================================================== ] 1684/1836 91% [======================================================== ] 1685/1836 91% [======================================================== ] 1686/1836 91% [======================================================== ] 1687/1836 91% [========================================================= ] 1688/1836 91% [========================================================= ] 1689/1836 91% [========================================================= ] 1690/1836 92% [========================================================= ] 1691/1836 92% [========================================================= ] 1692/1836 92% [========================================================= ] 1693/1836 92% [========================================================= ] 1694/1836 92% [========================================================= ] 1695/1836 92% [========================================================= ] 1696/1836 92% [========================================================= ] 1697/1836 92% [========================================================= ] 1698/1836 92% [========================================================= ] 1699/1836 92% [========================================================= ] 1700/1836 92% [========================================================= ] 1701/1836 92% [========================================================= ] 1702/1836 92% [========================================================= ] 1703/1836 92% [========================================================= ] 1704/1836 92% [========================================================= ] 1705/1836 92% [========================================================= ] 1706/1836 92% [========================================================= ] 1707/1836 92% [========================================================= ] 1708/1836 93% [========================================================= ] 1709/1836 93% [========================================================= ] 1710/1836 93% [========================================================= ] 1711/1836 93% [========================================================= ] 1712/1836 93% [========================================================= ] 1713/1836 93% [========================================================= ] 1714/1836 93% [========================================================= ] 1715/1836 93% [========================================================= ] 1716/1836 93% [========================================================= ] 1717/1836 93% [========================================================== ] 1718/1836 93% [========================================================== ] 1719/1836 93% [========================================================== ] 1720/1836 93% [========================================================== ] 1721/1836 93% [========================================================== ] 1722/1836 93% [========================================================== ] 1723/1836 93% [========================================================== ] 1724/1836 93% [========================================================== ] 1725/1836 93% [========================================================== ] 1726/1836 94% [========================================================== ] 1727/1836 94% [========================================================== ] 1728/1836 94% [========================================================== ] 1729/1836 94% [========================================================== ] 1730/1836 94% [========================================================== ] 1731/1836 94% [========================================================== ] 1732/1836 94% [========================================================== ] 1733/1836 94% [========================================================== ] 1734/1836 94% [========================================================== ] 1735/1836 94% [========================================================== ] 1736/1836 94% [========================================================== ] 1737/1836 94% [========================================================== ] 1738/1836 94% [========================================================== ] 1739/1836 94% [========================================================== ] 1740/1836 94% [========================================================== ] 1741/1836 94% [========================================================== ] 1742/1836 94% [========================================================== ] 1743/1836 94% [========================================================== ] 1744/1836 94% [========================================================== ] 1745/1836 95% [========================================================== ] 1746/1836 95% [========================================================== ] 1747/1836 95% [=========================================================== ] 1748/1836 95% [=========================================================== ] 1749/1836 95% [=========================================================== ] 1750/1836 95% [=========================================================== ] 1751/1836 95% [=========================================================== ] 1752/1836 95% [=========================================================== ] 1753/1836 95% [=========================================================== ] 1754/1836 95% [=========================================================== ] 1755/1836 95% [=========================================================== ] 1756/1836 95% [=========================================================== ] 1757/1836 95% [=========================================================== ] 1758/1836 95% [=========================================================== ] 1759/1836 95% [=========================================================== ] 1760/1836 95% [=========================================================== ] 1761/1836 95% [=========================================================== ] 1762/1836 95% [=========================================================== ] 1763/1836 96% [=========================================================== ] 1764/1836 96% [=========================================================== ] 1765/1836 96% [=========================================================== ] 1766/1836 96% [=========================================================== ] 1767/1836 96% [=========================================================== ] 1768/1836 96% [=========================================================== ] 1769/1836 96% [=========================================================== ] 1770/1836 96% [=========================================================== ] 1771/1836 96% [=========================================================== ] 1772/1836 96% [=========================================================== ] 1773/1836 96% [=========================================================== ] 1774/1836 96% [=========================================================== ] 1775/1836 96% [=========================================================== ] 1776/1836 96% [============================================================ ] 1777/1836 96% [============================================================ ] 1778/1836 96% [============================================================ ] 1779/1836 96% [============================================================ ] 1780/1836 96% [============================================================ ] 1781/1836 97% [============================================================ ] 1782/1836 97% [============================================================ ] 1783/1836 97% [============================================================ ] 1784/1836 97% [============================================================ ] 1785/1836 97% [============================================================ ] 1786/1836 97% [============================================================ ] 1787/1836 97% [============================================================ ] 1788/1836 97% [============================================================ ] 1789/1836 97% [============================================================ ] 1790/1836 97% [============================================================ ] 1791/1836 97% [============================================================ ] 1792/1836 97% [============================================================ ] 1793/1836 97% [============================================================ ] 1794/1836 97% [============================================================ ] 1795/1836 97% [============================================================ ] 1796/1836 97% [============================================================ ] 1797/1836 97% [============================================================ ] 1798/1836 97% [============================================================ ] 1799/1836 97% [============================================================ ] 1800/1836 98% [============================================================ ] 1801/1836 98% [============================================================ ] 1802/1836 98% [============================================================ ] 1803/1836 98% [============================================================ ] 1804/1836 98% [============================================================ ] 1805/1836 98% [============================================================ ] 1806/1836 98% [============================================================= ] 1807/1836 98% [============================================================= ] 1808/1836 98% [============================================================= ] 1809/1836 98% [============================================================= ] 1810/1836 98% [============================================================= ] 1811/1836 98% [============================================================= ] 1812/1836 98% [============================================================= ] 1813/1836 98% [============================================================= ] 1814/1836 98% [============================================================= ] 1815/1836 98% [============================================================= ] 1816/1836 98% [============================================================= ] 1817/1836 98% [============================================================= ] 1818/1836 99% [============================================================= ] 1819/1836 99% [============================================================= ] 1820/1836 99% [============================================================= ] 1821/1836 99% [============================================================= ] 1822/1836 99% [============================================================= ] 1823/1836 99% [============================================================= ] 1824/1836 99% [============================================================= ] 1825/1836 99% [============================================================= ] 1826/1836 99% [============================================================= ] 1827/1836 99% [============================================================= ] 1828/1836 99% [============================================================= ] 1829/1836 99% [============================================================= ] 1830/1836 99% [============================================================= ] 1831/1836 99% [============================================================= ] 1832/1836 99% [============================================================= ] 1833/1836 99% [============================================================= ] 1834/1836 99% [============================================================= ] 1835/1836 99% [==============================================================] 1836/1836 100% operation complete, 1836 objects in 31468 NAND pages. ln -snf /home/autobuild/autobuild/instance-13/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-13/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-13/buildroot' >>> Buildroot 2023.08-rc3-16-gfbcc1bf533 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-ccache 4.8.2 Collecting legal info LICENSE.adoc: OK (sha256: 55ce274f2b898dad70d3695ab13f82656fd455bd8fb6d1c85d6f7c453bef0b2e) GPL-3.0.txt: OK (sha256: 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5) >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-skeleton Collecting legal info >>> host-hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 6.4.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 18xx-ti-utils 8.8 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> check 11970a7e112dfe243a2e68773f014687df2900e8 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> acsccid 1.1.8 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libselinux 3.5 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.3 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> checkpolicy 3.5 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> chrony 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libnss 3.92 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> libnspr 4.35 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> sqlite 3.42.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> dfu-programmer 1.0.0 Collecting legal info COPYING: OK (sha256: d8fb44c26fecbb2b8a368a6c0ed4f5478a401fab03744325407736a80383af76) >>> dnsmasq 2.89 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-genpart 1.0.2 Collecting legal info >>> getent Collecting legal info >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> hwloc 2.9.2 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 8.2.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnftnl 1.2.5 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> librelp 1.10.0 Collecting legal info COPYING: OK (sha256: 1ed76f935566e93e3c3c0d9f8fad22eb6d8bbe406e2eb8470a4a2764d9fd9685) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info LICENSE: OK (sha256: 0ac7d61c52aff5717c02250ca0adf0ef35019e2c0838a3479b8fce597aea6fde) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libubootenv 0.3.4 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libvncserver 0.9.14 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> mtr 0.95 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-vim 9.0.1414 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: d187aff219161f37138479257f82d687ea10b2cdd17d58b53a3ec9b79d6dc870) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tcl 8.6.12 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> unbound 1.17.1 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> 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.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-13/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot'