mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/bin/mkfs.axfs -s -a /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target /home/thomas/autobuild/instance-0/output-1/images/rootfs.axfs\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 2359 number of 4KB nodes: 36584 Total image size: 124394088 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2359 objects. stage 2: creating image '/home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2359 0% [ ] 2/2359 0% [ ] 3/2359 0% [ ] 4/2359 0% [ ] 5/2359 0% [ ] 6/2359 0% [ ] 7/2359 0% [ ] 8/2359 0% [ ] 9/2359 0% [ ] 10/2359 0% [ ] 11/2359 0% [ ] 12/2359 0% [ ] 13/2359 0% [ ] 14/2359 0% [ ] 15/2359 0% [ ] 16/2359 0% [ ] 17/2359 0% [ ] 18/2359 0% [ ] 19/2359 0% [ ] 20/2359 0% [ ] 21/2359 0% [ ] 22/2359 0% [ ] 23/2359 0% [ ] 24/2359 1% [ ] 25/2359 1% [ ] 26/2359 1% [ ] 27/2359 1% [ ] 28/2359 1% [ ] 29/2359 1% [ ] 30/2359 1% [ ] 31/2359 1% [ ] 32/2359 1% [ ] 33/2359 1% [ ] 34/2359 1% [ ] 35/2359 1% [ ] 36/2359 1% [ ] 37/2359 1% [ ] 38/2359 1% [= ] 39/2359 1% [= ] 40/2359 1% [= ] 41/2359 1% [= ] 42/2359 1% [= ] 43/2359 1% [= ] 44/2359 1% [= ] 45/2359 1% [= ] 46/2359 1% [= ] 47/2359 1% [= ] 48/2359 2% [= ] 49/2359 2% [= ] 50/2359 2% [= ] 51/2359 2% [= ] 52/2359 2% [= ] 53/2359 2% [= ] 54/2359 2% [= ] 55/2359 2% [= ] 56/2359 2% [= ] 57/2359 2% [= ] 58/2359 2% [= ] 59/2359 2% [= ] 60/2359 2% [= ] 61/2359 2% [= ] 62/2359 2% [= ] 63/2359 2% [= ] 64/2359 2% [= ] 65/2359 2% [= ] 66/2359 2% [= ] 67/2359 2% [= ] 68/2359 2% [= ] 69/2359 2% [= ] 70/2359 2% [= ] 71/2359 3% [= ] 72/2359 3% [= ] 73/2359 3% [= ] 74/2359 3% [= ] 75/2359 3% [= ] 76/2359 3% [== ] 77/2359 3% [== ] 78/2359 3% [== ] 79/2359 3% [== ] 80/2359 3% [== ] 81/2359 3% [== ] 82/2359 3% [== ] 83/2359 3% [== ] 84/2359 3% [== ] 85/2359 3% [== ] 86/2359 3% [== ] 87/2359 3% [== ] 88/2359 3% [== ] 89/2359 3% [== ] 90/2359 3% [== ] 91/2359 3% [== ] 92/2359 3% [== ] 93/2359 3% [== ] 94/2359 3% [== ] 95/2359 4% [== ] 96/2359 4% [== ] 97/2359 4% [== ] 98/2359 4% [== ] 99/2359 4% [== ] 100/2359 4% [== ] 101/2359 4% [== ] 102/2359 4% [== ] 103/2359 4% [== ] 104/2359 4% [== ] 105/2359 4% [== ] 106/2359 4% [== ] 107/2359 4% [== ] 108/2359 4% [== ] 109/2359 4% [== ] 110/2359 4% [== ] 111/2359 4% [== ] 112/2359 4% [== ] 113/2359 4% [== ] 114/2359 4% [=== ] 115/2359 4% [=== ] 116/2359 4% [=== ] 117/2359 4% [=== ] 118/2359 5% [=== ] 119/2359 5% [=== ] 120/2359 5% [=== ] 121/2359 5% [=== ] 122/2359 5% [=== ] 123/2359 5% [=== ] 124/2359 5% [=== ] 125/2359 5% [=== ] 126/2359 5% [=== ] 127/2359 5% [=== ] 128/2359 5% [=== ] 129/2359 5% [=== ] 130/2359 5% [=== ] 131/2359 5% [=== ] 132/2359 5% [=== ] 133/2359 5% [=== ] 134/2359 5% [=== ] 135/2359 5% [=== ] 136/2359 5% [=== ] 137/2359 5% [=== ] 138/2359 5% [=== ] 139/2359 5% [=== ] 140/2359 5% [=== ] 141/2359 5% [=== ] 142/2359 6% [=== ] 143/2359 6% [=== ] 144/2359 6% [=== ] 145/2359 6% [=== ] 146/2359 6% [=== ] 147/2359 6% [=== ] 148/2359 6% [=== ] 149/2359 6% [=== ] 150/2359 6% [=== ] 151/2359 6% [=== ] 152/2359 6% [==== ] 153/2359 6% [==== ] 154/2359 6% [==== ] 155/2359 6% [==== ] 156/2359 6% [==== ] 157/2359 6% [==== ] 158/2359 6% [==== ] 159/2359 6% [==== ] 160/2359 6% [==== ] 161/2359 6% [==== ] 162/2359 6% [==== ] 163/2359 6% [==== ] 164/2359 6% [==== ] 165/2359 6% [==== ] 166/2359 7% [==== ] 167/2359 7% [==== ] 168/2359 7% [==== ] 169/2359 7% [==== ] 170/2359 7% [==== ] 171/2359 7% [==== ] 172/2359 7% [==== ] 173/2359 7% [==== ] 174/2359 7% [==== ] 175/2359 7% [==== ] 176/2359 7% [==== ] 177/2359 7% [==== ] 178/2359 7% [==== ] 179/2359 7% [==== ] 180/2359 7% [==== ] 181/2359 7% [==== ] 182/2359 7% [==== ] 183/2359 7% [==== ] 184/2359 7% [==== ] 185/2359 7% [==== ] 186/2359 7% [==== ] 187/2359 7% [==== ] 188/2359 7% [==== ] 189/2359 8% [==== ] 190/2359 8% [===== ] 191/2359 8% [===== ] 192/2359 8% [===== ] 193/2359 8% [===== ] 194/2359 8% [===== ] 195/2359 8% [===== ] 196/2359 8% [===== ] 197/2359 8% [===== ] 198/2359 8% [===== ] 199/2359 8% [===== ] 200/2359 8% [===== ] 201/2359 8% [===== ] 202/2359 8% [===== ] 203/2359 8% [===== ] 204/2359 8% [===== ] 205/2359 8% [===== ] 206/2359 8% [===== ] 207/2359 8% [===== ] 208/2359 8% [===== ] 209/2359 8% [===== ] 210/2359 8% [===== ] 211/2359 8% [===== ] 212/2359 8% [===== ] 213/2359 9% [===== ] 214/2359 9% [===== ] 215/2359 9% [===== ] 216/2359 9% [===== ] 217/2359 9% [===== ] 218/2359 9% [===== ] 219/2359 9% [===== ] 220/2359 9% [===== ] 221/2359 9% [===== ] 222/2359 9% [===== ] 223/2359 9% [===== ] 224/2359 9% [===== ] 225/2359 9% [===== ] 226/2359 9% [===== ] 227/2359 9% [===== ] 228/2359 9% [====== ] 229/2359 9% [====== ] 230/2359 9% [====== ] 231/2359 9% [====== ] 232/2359 9% [====== ] 233/2359 9% [====== ] 234/2359 9% [====== ] 235/2359 9% [====== ] 236/2359 10% [====== ] 237/2359 10% [====== ] 238/2359 10% [====== ] 239/2359 10% [====== ] 240/2359 10% [====== ] 241/2359 10% [====== ] 242/2359 10% [====== ] 243/2359 10% [====== ] 244/2359 10% [====== ] 245/2359 10% [====== ] 246/2359 10% [====== ] 247/2359 10% [====== ] 248/2359 10% [====== ] 249/2359 10% [====== ] 250/2359 10% [====== ] 251/2359 10% [====== ] 252/2359 10% [====== ] 253/2359 10% [====== ] 254/2359 10% [====== ] 255/2359 10% [====== ] 256/2359 10% [====== ] 257/2359 10% [====== ] 258/2359 10% [====== ] 259/2359 10% [====== ] 260/2359 11% [====== ] 261/2359 11% [====== ] 262/2359 11% [====== ] 263/2359 11% [====== ] 264/2359 11% [====== ] 265/2359 11% [====== ] 266/2359 11% [======= ] 267/2359 11% [======= ] 268/2359 11% [======= ] 269/2359 11% [======= ] 270/2359 11% [======= ] 271/2359 11% [======= ] 272/2359 11% [======= ] 273/2359 11% [======= ] 274/2359 11% [======= ] 275/2359 11% [======= ] 276/2359 11% [======= ] 277/2359 11% [======= ] 278/2359 11% [======= ] 279/2359 11% [======= ] 280/2359 11% [======= ] 281/2359 11% [======= ] 282/2359 11% [======= ] 283/2359 11% [======= ] 284/2359 12% [======= ] 285/2359 12% [======= ] 286/2359 12% [======= ] 287/2359 12% [======= ] 288/2359 12% [======= ] 289/2359 12% [======= ] 290/2359 12% [======= ] 291/2359 12% [======= ] 292/2359 12% [======= ] 293/2359 12% [======= ] 294/2359 12% [======= ] 295/2359 12% [======= ] 296/2359 12% [======= ] 297/2359 12% [======= ] 298/2359 12% [======= ] 299/2359 12% [======= ] 300/2359 12% [======= ] 301/2359 12% [======= ] 302/2359 12% [======= ] 303/2359 12% [======= ] 304/2359 12% [======== ] 305/2359 12% [======== ] 306/2359 12% [======== ] 307/2359 13% [======== ] 308/2359 13% [======== ] 309/2359 13% [======== ] 310/2359 13% [======== ] 311/2359 13% [======== ] 312/2359 13% [======== ] 313/2359 13% [======== ] 314/2359 13% [======== ] 315/2359 13% [======== ] 316/2359 13% [======== ] 317/2359 13% [======== ] 318/2359 13% [======== ] 319/2359 13% [======== ] 320/2359 13% [======== ] 321/2359 13% [======== ] 322/2359 13% [======== ] 323/2359 13% [======== ] 324/2359 13% [======== ] 325/2359 13% [======== ] 326/2359 13% [======== ] 327/2359 13% [======== ] 328/2359 13% [======== ] 329/2359 13% [======== ] 330/2359 13% [======== ] 331/2359 14% [======== ] 332/2359 14% [======== ] 333/2359 14% [======== ] 334/2359 14% [======== ] 335/2359 14% [======== ] 336/2359 14% [======== ] 337/2359 14% [======== ] 338/2359 14% [======== ] 339/2359 14% [======== ] 340/2359 14% [======== ] 341/2359 14% [======== ] 342/2359 14% [========= ] 343/2359 14% [========= ] 344/2359 14% [========= ] 345/2359 14% [========= ] 346/2359 14% [========= ] 347/2359 14% [========= ] 348/2359 14% [========= ] 349/2359 14% [========= ] 350/2359 14% [========= ] 351/2359 14% [========= ] 352/2359 14% [========= ] 353/2359 14% [========= ] 354/2359 15% [========= ] 355/2359 15% [========= ] 356/2359 15% [========= ] 357/2359 15% [========= ] 358/2359 15% [========= ] 359/2359 15% [========= ] 360/2359 15% [========= ] 361/2359 15% [========= ] 362/2359 15% [========= ] 363/2359 15% [========= ] 364/2359 15% [========= ] 365/2359 15% [========= ] 366/2359 15% [========= ] 367/2359 15% [========= ] 368/2359 15% [========= ] 369/2359 15% [========= ] 370/2359 15% [========= ] 371/2359 15% [========= ] 372/2359 15% [========= ] 373/2359 15% [========= ] 374/2359 15% [========= ] 375/2359 15% [========= ] 376/2359 15% [========= ] 377/2359 15% [========= ] 378/2359 16% [========= ] 379/2359 16% [========= ] 380/2359 16% [========== ] 381/2359 16% [========== ] 382/2359 16% [========== ] 383/2359 16% [========== ] 384/2359 16% [========== ] 385/2359 16% [========== ] 386/2359 16% [========== ] 387/2359 16% [========== ] 388/2359 16% [========== ] 389/2359 16% [========== ] 390/2359 16% [========== ] 391/2359 16% [========== ] 392/2359 16% [========== ] 393/2359 16% [========== ] 394/2359 16% [========== ] 395/2359 16% [========== ] 396/2359 16% [========== ] 397/2359 16% [========== ] 398/2359 16% [========== ] 399/2359 16% [========== ] 400/2359 16% [========== ] 401/2359 16% [========== ] 402/2359 17% [========== ] 403/2359 17% [========== ] 404/2359 17% [========== ] 405/2359 17% [========== ] 406/2359 17% [========== ] 407/2359 17% [========== ] 408/2359 17% [========== ] 409/2359 17% [========== ] 410/2359 17% [========== ] 411/2359 17% [========== ] 412/2359 17% [========== ] 413/2359 17% [========== ] 414/2359 17% [========== ] 415/2359 17% [========== ] 416/2359 17% [========== ] 417/2359 17% [========== ] 418/2359 17% [=========== ] 419/2359 17% [=========== ] 420/2359 17% [=========== ] 421/2359 17% [=========== ] 422/2359 17% [=========== ] 423/2359 17% [=========== ] 424/2359 17% [=========== ] 425/2359 18% [=========== ] 426/2359 18% [=========== ] 427/2359 18% [=========== ] 428/2359 18% [=========== ] 429/2359 18% [=========== ] 430/2359 18% [=========== ] 431/2359 18% [=========== ] 432/2359 18% [=========== ] 433/2359 18% [=========== ] 434/2359 18% [=========== ] 435/2359 18% [=========== ] 436/2359 18% [=========== ] 437/2359 18% [=========== ] 438/2359 18% [=========== ] 439/2359 18% [=========== ] 440/2359 18% [=========== ] 441/2359 18% [=========== ] 442/2359 18% [=========== ] 443/2359 18% [=========== ] 444/2359 18% [=========== ] 445/2359 18% [=========== ] 446/2359 18% [=========== ] 447/2359 18% [=========== ] 448/2359 18% [=========== ] 449/2359 19% [=========== ] 450/2359 19% [=========== ] 451/2359 19% [=========== ] 452/2359 19% [=========== ] 453/2359 19% [=========== ] 454/2359 19% [=========== ] 455/2359 19% [=========== ] 456/2359 19% [============ ] 457/2359 19% [============ ] 458/2359 19% [============ ] 459/2359 19% [============ ] 460/2359 19% [============ ] 461/2359 19% [============ ] 462/2359 19% [============ ] 463/2359 19% [============ ] 464/2359 19% [============ ] 465/2359 19% [============ ] 466/2359 19% [============ ] 467/2359 19% [============ ] 468/2359 19% [============ ] 469/2359 19% [============ ] 470/2359 19% [============ ] 471/2359 19% [============ ] 472/2359 20% [============ ] 473/2359 20% [============ ] 474/2359 20% [============ ] 475/2359 20% [============ ] 476/2359 20% [============ ] 477/2359 20% [============ ] 478/2359 20% [============ ] 479/2359 20% [============ ] 480/2359 20% [============ ] 481/2359 20% [============ ] 482/2359 20% [============ ] 483/2359 20% [============ ] 484/2359 20% [============ ] 485/2359 20% [============ ] 486/2359 20% [============ ] 487/2359 20% [============ ] 488/2359 20% [============ ] 489/2359 20% [============ ] 490/2359 20% [============ ] 491/2359 20% [============ ] 492/2359 20% [============ ] 493/2359 20% [============ ] 494/2359 20% [============= ] 495/2359 20% [============= ] 496/2359 21% [============= ] 497/2359 21% [============= ] 498/2359 21% [============= ] 499/2359 21% [============= ] 500/2359 21% [============= ] 501/2359 21% [============= ] 502/2359 21% [============= ] 503/2359 21% [============= ] 504/2359 21% [============= ] 505/2359 21% [============= ] 506/2359 21% [============= ] 507/2359 21% [============= ] 508/2359 21% [============= ] 509/2359 21% [============= ] 510/2359 21% [============= ] 511/2359 21% [============= ] 512/2359 21% [============= ] 513/2359 21% [============= ] 514/2359 21% [============= ] 515/2359 21% [============= ] 516/2359 21% [============= ] 517/2359 21% [============= ] 518/2359 21% [============= ] 519/2359 22% [============= ] 520/2359 22% [============= ] 521/2359 22% [============= ] 522/2359 22% [============= ] 523/2359 22% [============= ] 524/2359 22% [============= ] 525/2359 22% [============= ] 526/2359 22% [============= ] 527/2359 22% [============= ] 528/2359 22% [============= ] 529/2359 22% [============= ] 530/2359 22% [============= ] 531/2359 22% [============= ] 532/2359 22% [============== ] 533/2359 22% [============== ] 534/2359 22% [============== ] 535/2359 22% [============== ] 536/2359 22% [============== ] 537/2359 22% [============== ] 538/2359 22% [============== ] 539/2359 22% [============== ] 540/2359 22% [============== ] 541/2359 22% [============== ] 542/2359 22% [============== ] 543/2359 23% [============== ] 544/2359 23% [============== ] 545/2359 23% [============== ] 546/2359 23% [============== ] 547/2359 23% [============== ] 548/2359 23% [============== ] 549/2359 23% [============== ] 550/2359 23% [============== ] 551/2359 23% [============== ] 552/2359 23% [============== ] 553/2359 23% [============== ] 554/2359 23% [============== ] 555/2359 23% [============== ] 556/2359 23% [============== ] 557/2359 23% [============== ] 558/2359 23% [============== ] 559/2359 23% [============== ] 560/2359 23% [============== ] 561/2359 23% [============== ] 562/2359 23% [============== ] 563/2359 23% [============== ] 564/2359 23% [============== ] 565/2359 23% [============== ] 566/2359 23% [============== ] 567/2359 24% [============== ] 568/2359 24% [============== ] 569/2359 24% [============== ] 570/2359 24% [=============== ] 571/2359 24% [=============== ] 572/2359 24% [=============== ] 573/2359 24% [=============== ] 574/2359 24% [=============== ] 575/2359 24% [=============== ] 576/2359 24% [=============== ] 577/2359 24% [=============== ] 578/2359 24% [=============== ] 579/2359 24% [=============== ] 580/2359 24% [=============== ] 581/2359 24% [=============== ] 582/2359 24% [=============== ] 583/2359 24% [=============== ] 584/2359 24% [=============== ] 585/2359 24% [=============== ] 586/2359 24% [=============== ] 587/2359 24% [=============== ] 588/2359 24% [=============== ] 589/2359 24% [=============== ] 590/2359 25% [=============== ] 591/2359 25% [=============== ] 592/2359 25% [=============== ] 593/2359 25% [=============== ] 594/2359 25% [=============== ] 595/2359 25% [=============== ] 596/2359 25% [=============== ] 597/2359 25% [=============== ] 598/2359 25% [=============== ] 599/2359 25% [=============== ] 600/2359 25% [=============== ] 601/2359 25% [=============== ] 602/2359 25% [=============== ] 603/2359 25% [=============== ] 604/2359 25% [=============== ] 605/2359 25% [=============== ] 606/2359 25% [=============== ] 607/2359 25% [=============== ] 608/2359 25% [================ ] 609/2359 25% [================ ] 610/2359 25% [================ ] 611/2359 25% [================ ] 612/2359 25% [================ ] 613/2359 25% [================ ] 614/2359 26% [================ ] 615/2359 26% [================ ] 616/2359 26% [================ ] 617/2359 26% [================ ] 618/2359 26% [================ ] 619/2359 26% [================ ] 620/2359 26% [================ ] 621/2359 26% [================ ] 622/2359 26% [================ ] 623/2359 26% [================ ] 624/2359 26% [================ ] 625/2359 26% [================ ] 626/2359 26% [================ ] 627/2359 26% [================ ] 628/2359 26% [================ ] 629/2359 26% [================ ] 630/2359 26% [================ ] 631/2359 26% [================ ] 632/2359 26% [================ ] 633/2359 26% [================ ] 634/2359 26% [================ ] 635/2359 26% [================ ] 636/2359 26% [================ ] 637/2359 27% [================ ] 638/2359 27% [================ ] 639/2359 27% [================ ] 640/2359 27% [================ ] 641/2359 27% [================ ] 642/2359 27% [================ ] 643/2359 27% [================ ] 644/2359 27% [================ ] 645/2359 27% [================ ] 646/2359 27% [================= ] 647/2359 27% [================= ] 648/2359 27% [================= ] 649/2359 27% [================= ] 650/2359 27% [================= ] 651/2359 27% [================= ] 652/2359 27% [================= ] 653/2359 27% [================= ] 654/2359 27% [================= ] 655/2359 27% [================= ] 656/2359 27% [================= ] 657/2359 27% [================= ] 658/2359 27% [================= ] 659/2359 27% [================= ] 660/2359 27% [================= ] 661/2359 28% [================= ] 662/2359 28% [================= ] 663/2359 28% [================= ] 664/2359 28% [================= ] 665/2359 28% [================= ] 666/2359 28% [================= ] 667/2359 28% [================= ] 668/2359 28% [================= ] 669/2359 28% [================= ] 670/2359 28% [================= ] 671/2359 28% [================= ] 672/2359 28% [================= ] 673/2359 28% [================= ] 674/2359 28% [================= ] 675/2359 28% [================= ] 676/2359 28% [================= ] 677/2359 28% [================= ] 678/2359 28% [================= ] 679/2359 28% [================= ] 680/2359 28% [================= ] 681/2359 28% [================= ] 682/2359 28% [================= ] 683/2359 28% [================= ] 684/2359 28% [================== ] 685/2359 29% [================== ] 686/2359 29% [================== ] 687/2359 29% [================== ] 688/2359 29% [================== ] 689/2359 29% [================== ] 690/2359 29% [================== ] 691/2359 29% [================== ] 692/2359 29% [================== ] 693/2359 29% [================== ] 694/2359 29% [================== ] 695/2359 29% [================== ] 696/2359 29% [================== ] 697/2359 29% [================== ] 698/2359 29% [================== ] 699/2359 29% [================== ] 700/2359 29% [================== ] 701/2359 29% [================== ] 702/2359 29% [================== ] 703/2359 29% [================== ] 704/2359 29% [================== ] 705/2359 29% [================== ] 706/2359 29% [================== ] 707/2359 29% [================== ] 708/2359 30% [================== ] 709/2359 30% [================== ] 710/2359 30% [================== ] 711/2359 30% [================== ] 712/2359 30% [================== ] 713/2359 30% [================== ] 714/2359 30% [================== ] 715/2359 30% [================== ] 716/2359 30% [================== ] 717/2359 30% [================== ] 718/2359 30% [================== ] 719/2359 30% [================== ] 720/2359 30% [================== ] 721/2359 30% [================== ] 722/2359 30% [=================== ] 723/2359 30% [=================== ] 724/2359 30% [=================== ] 725/2359 30% [=================== ] 726/2359 30% [=================== ] 727/2359 30% [=================== ] 728/2359 30% [=================== ] 729/2359 30% [=================== ] 730/2359 30% [=================== ] 731/2359 30% [=================== ] 732/2359 31% [=================== ] 733/2359 31% [=================== ] 734/2359 31% [=================== ] 735/2359 31% [=================== ] 736/2359 31% [=================== ] 737/2359 31% [=================== ] 738/2359 31% [=================== ] 739/2359 31% [=================== ] 740/2359 31% [=================== ] 741/2359 31% [=================== ] 742/2359 31% [=================== ] 743/2359 31% [=================== ] 744/2359 31% [=================== ] 745/2359 31% [=================== ] 746/2359 31% [=================== ] 747/2359 31% [=================== ] 748/2359 31% [=================== ] 749/2359 31% [=================== ] 750/2359 31% [=================== ] 751/2359 31% [=================== ] 752/2359 31% [=================== ] 753/2359 31% [=================== ] 754/2359 31% [=================== ] 755/2359 32% [=================== ] 756/2359 32% [=================== ] 757/2359 32% [=================== ] 758/2359 32% [=================== ] 759/2359 32% [=================== ] 760/2359 32% [==================== ] 761/2359 32% [==================== ] 762/2359 32% [==================== ] 763/2359 32% [==================== ] 764/2359 32% [==================== ] 765/2359 32% [==================== ] 766/2359 32% [==================== ] 767/2359 32% [==================== ] 768/2359 32% [==================== ] 769/2359 32% [==================== ] 770/2359 32% [==================== ] 771/2359 32% [==================== ] 772/2359 32% [==================== ] 773/2359 32% [==================== ] 774/2359 32% [==================== ] 775/2359 32% [==================== ] 776/2359 32% [==================== ] 777/2359 32% [==================== ] 778/2359 32% [==================== ] 779/2359 33% [==================== ] 780/2359 33% [==================== ] 781/2359 33% [==================== ] 782/2359 33% [==================== ] 783/2359 33% [==================== ] 784/2359 33% [==================== ] 785/2359 33% [==================== ] 786/2359 33% [==================== ] 787/2359 33% [==================== ] 788/2359 33% [==================== ] 789/2359 33% [==================== ] 790/2359 33% [==================== ] 791/2359 33% [==================== ] 792/2359 33% [==================== ] 793/2359 33% [==================== ] 794/2359 33% [==================== ] 795/2359 33% [==================== ] 796/2359 33% [==================== ] 797/2359 33% [==================== ] 798/2359 33% [==================== ] 799/2359 33% [===================== ] 800/2359 33% [===================== ] 801/2359 33% [===================== ] 802/2359 33% [===================== ] 803/2359 34% [===================== ] 804/2359 34% [===================== ] 805/2359 34% [===================== ] 806/2359 34% [===================== ] 807/2359 34% [===================== ] 808/2359 34% [===================== ] 809/2359 34% [===================== ] 810/2359 34% [===================== ] 811/2359 34% [===================== ] 812/2359 34% [===================== ] 813/2359 34% [===================== ] 814/2359 34% [===================== ] 815/2359 34% [===================== ] 816/2359 34% [===================== ] 817/2359 34% [===================== ] 818/2359 34% [===================== ] 819/2359 34% [===================== ] 820/2359 34% [===================== ] 821/2359 34% [===================== ] 822/2359 34% [===================== ] 823/2359 34% [===================== ] 824/2359 34% [===================== ] 825/2359 34% [===================== ] 826/2359 35% [===================== ] 827/2359 35% [===================== ] 828/2359 35% [===================== ] 829/2359 35% [===================== ] 830/2359 35% [===================== ] 831/2359 35% [===================== ] 832/2359 35% [===================== ] 833/2359 35% [===================== ] 834/2359 35% [===================== ] 835/2359 35% [===================== ] 836/2359 35% [===================== ] 837/2359 35% [====================== ] 838/2359 35% [====================== ] 839/2359 35% [====================== ] 840/2359 35% [====================== ] 841/2359 35% [====================== ] 842/2359 35% [====================== ] 843/2359 35% [====================== ] 844/2359 35% [====================== ] 845/2359 35% [====================== ] 846/2359 35% [====================== ] 847/2359 35% [====================== ] 848/2359 35% [====================== ] 849/2359 35% [====================== ] 850/2359 36% [====================== ] 851/2359 36% [====================== ] 852/2359 36% [====================== ] 853/2359 36% [====================== ] 854/2359 36% [====================== ] 855/2359 36% [====================== ] 856/2359 36% [====================== ] 857/2359 36% [====================== ] 858/2359 36% [====================== ] 859/2359 36% [====================== ] 860/2359 36% [====================== ] 861/2359 36% [====================== ] 862/2359 36% [====================== ] 863/2359 36% [====================== ] 864/2359 36% [====================== ] 865/2359 36% [====================== ] 866/2359 36% [====================== ] 867/2359 36% [====================== ] 868/2359 36% [====================== ] 869/2359 36% [====================== ] 870/2359 36% [====================== ] 871/2359 36% [====================== ] 872/2359 36% [====================== ] 873/2359 37% [====================== ] 874/2359 37% [====================== ] 875/2359 37% [======================= ] 876/2359 37% [======================= ] 877/2359 37% [======================= ] 878/2359 37% [======================= ] 879/2359 37% [======================= ] 880/2359 37% [======================= ] 881/2359 37% [======================= ] 882/2359 37% [======================= ] 883/2359 37% [======================= ] 884/2359 37% [======================= ] 885/2359 37% [======================= ] 886/2359 37% [======================= ] 887/2359 37% [======================= ] 888/2359 37% [======================= ] 889/2359 37% [======================= ] 890/2359 37% [======================= ] 891/2359 37% [======================= ] 892/2359 37% [======================= ] 893/2359 37% [======================= ] 894/2359 37% [======================= ] 895/2359 37% [======================= ] 896/2359 37% [======================= ] 897/2359 38% [======================= ] 898/2359 38% [======================= ] 899/2359 38% [======================= ] 900/2359 38% [======================= ] 901/2359 38% [======================= ] 902/2359 38% [======================= ] 903/2359 38% [======================= ] 904/2359 38% [======================= ] 905/2359 38% [======================= ] 906/2359 38% [======================= ] 907/2359 38% [======================= ] 908/2359 38% [======================= ] 909/2359 38% [======================= ] 910/2359 38% [======================= ] 911/2359 38% [======================= ] 912/2359 38% [======================= ] 913/2359 38% [======================== ] 914/2359 38% [======================== ] 915/2359 38% [======================== ] 916/2359 38% [======================== ] 917/2359 38% [======================== ] 918/2359 38% [======================== ] 919/2359 38% [======================== ] 920/2359 38% [======================== ] 921/2359 39% [======================== ] 922/2359 39% [======================== ] 923/2359 39% [======================== ] 924/2359 39% [======================== ] 925/2359 39% [======================== ] 926/2359 39% [======================== ] 927/2359 39% [======================== ] 928/2359 39% [======================== ] 929/2359 39% [======================== ] 930/2359 39% [======================== ] 931/2359 39% [======================== ] 932/2359 39% [======================== ] 933/2359 39% [======================== ] 934/2359 39% [======================== ] 935/2359 39% [======================== ] 936/2359 39% [======================== ] 937/2359 39% [======================== ] 938/2359 39% [======================== ] 939/2359 39% [======================== ] 940/2359 39% [======================== ] 941/2359 39% [======================== ] 942/2359 39% [======================== ] 943/2359 39% [======================== ] 944/2359 40% [======================== ] 945/2359 40% [======================== ] 946/2359 40% [======================== ] 947/2359 40% [======================== ] 948/2359 40% [======================== ] 949/2359 40% [======================== ] 950/2359 40% [======================== ] 951/2359 40% [========================= ] 952/2359 40% [========================= ] 953/2359 40% [========================= ] 954/2359 40% [========================= ] 955/2359 40% [========================= ] 956/2359 40% [========================= ] 957/2359 40% [========================= ] 958/2359 40% [========================= ] 959/2359 40% [========================= ] 960/2359 40% [========================= ] 961/2359 40% [========================= ] 962/2359 40% [========================= ] 963/2359 40% [========================= ] 964/2359 40% [========================= ] 965/2359 40% [========================= ] 966/2359 40% [========================= ] 967/2359 40% [========================= ] 968/2359 41% [========================= ] 969/2359 41% [========================= ] 970/2359 41% [========================= ] 971/2359 41% [========================= ] 972/2359 41% [========================= ] 973/2359 41% [========================= ] 974/2359 41% [========================= ] 975/2359 41% [========================= ] 976/2359 41% [========================= ] 977/2359 41% [========================= ] 978/2359 41% [========================= ] 979/2359 41% [========================= ] 980/2359 41% [========================= ] 981/2359 41% [========================= ] 982/2359 41% [========================= ] 983/2359 41% [========================= ] 984/2359 41% [========================= ] 985/2359 41% [========================= ] 986/2359 41% [========================= ] 987/2359 41% [========================= ] 988/2359 41% [========================= ] 989/2359 41% [========================== ] 990/2359 41% [========================== ] 991/2359 42% [========================== ] 992/2359 42% [========================== ] 993/2359 42% [========================== ] 994/2359 42% [========================== ] 995/2359 42% [========================== ] 996/2359 42% [========================== ] 997/2359 42% [========================== ] 998/2359 42% [========================== ] 999/2359 42% [========================== ] 1000/2359 42% [========================== ] 1001/2359 42% [========================== ] 1002/2359 42% [========================== ] 1003/2359 42% [========================== ] 1004/2359 42% [========================== ] 1005/2359 42% [========================== ] 1006/2359 42% [========================== ] 1007/2359 42% [========================== ] 1008/2359 42% [========================== ] 1009/2359 42% [========================== ] 1010/2359 42% [========================== ] 1011/2359 42% [========================== ] 1012/2359 42% [========================== ] 1013/2359 42% [========================== ] 1014/2359 42% [========================== ] 1015/2359 43% [========================== ] 1016/2359 43% [========================== ] 1017/2359 43% [========================== ] 1018/2359 43% [========================== ] 1019/2359 43% [========================== ] 1020/2359 43% [========================== ] 1021/2359 43% [========================== ] 1022/2359 43% [========================== ] 1023/2359 43% [========================== ] 1024/2359 43% [========================== ] 1025/2359 43% [========================== ] 1026/2359 43% [========================== ] 1027/2359 43% [=========================== ] 1028/2359 43% [=========================== ] 1029/2359 43% [=========================== ] 1030/2359 43% [=========================== ] 1031/2359 43% [=========================== ] 1032/2359 43% [=========================== ] 1033/2359 43% [=========================== ] 1034/2359 43% [=========================== ] 1035/2359 43% [=========================== ] 1036/2359 43% [=========================== ] 1037/2359 43% [=========================== ] 1038/2359 44% [=========================== ] 1039/2359 44% [=========================== ] 1040/2359 44% [=========================== ] 1041/2359 44% [=========================== ] 1042/2359 44% [=========================== ] 1043/2359 44% [=========================== ] 1044/2359 44% [=========================== ] 1045/2359 44% [=========================== ] 1046/2359 44% [=========================== ] 1047/2359 44% [=========================== ] 1048/2359 44% [=========================== ] 1049/2359 44% [=========================== ] 1050/2359 44% [=========================== ] 1051/2359 44% [=========================== ] 1052/2359 44% [=========================== ] 1053/2359 44% [=========================== ] 1054/2359 44% [=========================== ] 1055/2359 44% [=========================== ] 1056/2359 44% [=========================== ] 1057/2359 44% [=========================== ] 1058/2359 44% [=========================== ] 1059/2359 44% [=========================== ] 1060/2359 44% [=========================== ] 1061/2359 44% [=========================== ] 1062/2359 45% [=========================== ] 1063/2359 45% [=========================== ] 1064/2359 45% [=========================== ] 1065/2359 45% [============================ ] 1066/2359 45% [============================ ] 1067/2359 45% [============================ ] 1068/2359 45% [============================ ] 1069/2359 45% [============================ ] 1070/2359 45% [============================ ] 1071/2359 45% [============================ ] 1072/2359 45% [============================ ] 1073/2359 45% [============================ ] 1074/2359 45% [============================ ] 1075/2359 45% [============================ ] 1076/2359 45% [============================ ] 1077/2359 45% [============================ ] 1078/2359 45% [============================ ] 1079/2359 45% [============================ ] 1080/2359 45% [============================ ] 1081/2359 45% [============================ ] 1082/2359 45% [============================ ] 1083/2359 45% [============================ ] 1084/2359 45% [============================ ] 1085/2359 45% [============================ ] 1086/2359 46% [============================ ] 1087/2359 46% [============================ ] 1088/2359 46% [============================ ] 1089/2359 46% [============================ ] 1090/2359 46% [============================ ] 1091/2359 46% [============================ ] 1092/2359 46% [============================ ] 1093/2359 46% [============================ ] 1094/2359 46% [============================ ] 1095/2359 46% [============================ ] 1096/2359 46% [============================ ] 1097/2359 46% [============================ ] 1098/2359 46% [============================ ] 1099/2359 46% [============================ ] 1100/2359 46% [============================ ] 1101/2359 46% [============================ ] 1102/2359 46% [============================ ] 1103/2359 46% [============================= ] 1104/2359 46% [============================= ] 1105/2359 46% [============================= ] 1106/2359 46% [============================= ] 1107/2359 46% [============================= ] 1108/2359 46% [============================= ] 1109/2359 47% [============================= ] 1110/2359 47% [============================= ] 1111/2359 47% [============================= ] 1112/2359 47% [============================= ] 1113/2359 47% [============================= ] 1114/2359 47% [============================= ] 1115/2359 47% [============================= ] 1116/2359 47% [============================= ] 1117/2359 47% [============================= ] 1118/2359 47% [============================= ] 1119/2359 47% [============================= ] 1120/2359 47% [============================= ] 1121/2359 47% [============================= ] 1122/2359 47% [============================= ] 1123/2359 47% [============================= ] 1124/2359 47% [============================= ] 1125/2359 47% [============================= ] 1126/2359 47% [============================= ] 1127/2359 47% [============================= ] 1128/2359 47% [============================= ] 1129/2359 47% [============================= ] 1130/2359 47% [============================= ] 1131/2359 47% [============================= ] 1132/2359 47% [============================= ] 1133/2359 48% [============================= ] 1134/2359 48% [============================= ] 1135/2359 48% [============================= ] 1136/2359 48% [============================= ] 1137/2359 48% [============================= ] 1138/2359 48% [============================= ] 1139/2359 48% [============================= ] 1140/2359 48% [============================= ] 1141/2359 48% [============================== ] 1142/2359 48% [============================== ] 1143/2359 48% [============================== ] 1144/2359 48% [============================== ] 1145/2359 48% [============================== ] 1146/2359 48% [============================== ] 1147/2359 48% [============================== ] 1148/2359 48% [============================== ] 1149/2359 48% [============================== ] 1150/2359 48% [============================== ] 1151/2359 48% [============================== ] 1152/2359 48% [============================== ] 1153/2359 48% [============================== ] 1154/2359 48% [============================== ] 1155/2359 48% [============================== ] 1156/2359 49% [============================== ] 1157/2359 49% [============================== ] 1158/2359 49% [============================== ] 1159/2359 49% [============================== ] 1160/2359 49% [============================== ] 1161/2359 49% [============================== ] 1162/2359 49% [============================== ] 1163/2359 49% [============================== ] 1164/2359 49% [============================== ] 1165/2359 49% [============================== ] 1166/2359 49% [============================== ] 1167/2359 49% [============================== ] 1168/2359 49% [============================== ] 1169/2359 49% [============================== ] 1170/2359 49% [============================== ] 1171/2359 49% [============================== ] 1172/2359 49% [============================== ] 1173/2359 49% [============================== ] 1174/2359 49% [============================== ] 1175/2359 49% [============================== ] 1176/2359 49% [============================== ] 1177/2359 49% [============================== ] 1178/2359 49% [============================== ] 1179/2359 49% [=============================== ] 1180/2359 50% [=============================== ] 1181/2359 50% [=============================== ] 1182/2359 50% [=============================== ] 1183/2359 50% [=============================== ] 1184/2359 50% [=============================== ] 1185/2359 50% [=============================== ] 1186/2359 50% [=============================== ] 1187/2359 50% [=============================== ] 1188/2359 50% [=============================== ] 1189/2359 50% [=============================== ] 1190/2359 50% [=============================== ] 1191/2359 50% [=============================== ] 1192/2359 50% [=============================== ] 1193/2359 50% [=============================== ] 1194/2359 50% [=============================== ] 1195/2359 50% [=============================== ] 1196/2359 50% [=============================== ] 1197/2359 50% [=============================== ] 1198/2359 50% [=============================== ] 1199/2359 50% [=============================== ] 1200/2359 50% [=============================== ] 1201/2359 50% [=============================== ] 1202/2359 50% [=============================== ] 1203/2359 50% [=============================== ] 1204/2359 51% [=============================== ] 1205/2359 51% [=============================== ] 1206/2359 51% [=============================== ] 1207/2359 51% [=============================== ] 1208/2359 51% [=============================== ] 1209/2359 51% [=============================== ] 1210/2359 51% [=============================== ] 1211/2359 51% [=============================== ] 1212/2359 51% [=============================== ] 1213/2359 51% [=============================== ] 1214/2359 51% [=============================== ] 1215/2359 51% [=============================== ] 1216/2359 51% [=============================== ] 1217/2359 51% [================================ ] 1218/2359 51% [================================ ] 1219/2359 51% [================================ ] 1220/2359 51% [================================ ] 1221/2359 51% [================================ ] 1222/2359 51% [================================ ] 1223/2359 51% [================================ ] 1224/2359 51% [================================ ] 1225/2359 51% [================================ ] 1226/2359 51% [================================ ] 1227/2359 52% [================================ ] 1228/2359 52% [================================ ] 1229/2359 52% [================================ ] 1230/2359 52% [================================ ] 1231/2359 52% [================================ ] 1232/2359 52% [================================ ] 1233/2359 52% [================================ ] 1234/2359 52% [================================ ] 1235/2359 52% [================================ ] 1236/2359 52% [================================ ] 1237/2359 52% [================================ ] 1238/2359 52% [================================ ] 1239/2359 52% [================================ ] 1240/2359 52% [================================ ] 1241/2359 52% [================================ ] 1242/2359 52% [================================ ] 1243/2359 52% [================================ ] 1244/2359 52% [================================ ] 1245/2359 52% [================================ ] 1246/2359 52% [================================ ] 1247/2359 52% [================================ ] 1248/2359 52% [================================ ] 1249/2359 52% [================================ ] 1250/2359 52% [================================ ] 1251/2359 53% [================================ ] 1252/2359 53% [================================ ] 1253/2359 53% [================================ ] 1254/2359 53% [================================ ] 1255/2359 53% [================================= ] 1256/2359 53% [================================= ] 1257/2359 53% [================================= ] 1258/2359 53% [================================= ] 1259/2359 53% [================================= ] 1260/2359 53% [================================= ] 1261/2359 53% [================================= ] 1262/2359 53% [================================= ] 1263/2359 53% [================================= ] 1264/2359 53% [================================= ] 1265/2359 53% [================================= ] 1266/2359 53% [================================= ] 1267/2359 53% [================================= ] 1268/2359 53% [================================= ] 1269/2359 53% [================================= ] 1270/2359 53% [================================= ] 1271/2359 53% [================================= ] 1272/2359 53% [================================= ] 1273/2359 53% [================================= ] 1274/2359 54% [================================= ] 1275/2359 54% [================================= ] 1276/2359 54% [================================= ] 1277/2359 54% [================================= ] 1278/2359 54% [================================= ] 1279/2359 54% [================================= ] 1280/2359 54% [================================= ] 1281/2359 54% [================================= ] 1282/2359 54% [================================= ] 1283/2359 54% [================================= ] 1284/2359 54% [================================= ] 1285/2359 54% [================================= ] 1286/2359 54% [================================= ] 1287/2359 54% [================================= ] 1288/2359 54% [================================= ] 1289/2359 54% [================================= ] 1290/2359 54% [================================= ] 1291/2359 54% [================================= ] 1292/2359 54% [================================= ] 1293/2359 54% [================================== ] 1294/2359 54% [================================== ] 1295/2359 54% [================================== ] 1296/2359 54% [================================== ] 1297/2359 54% [================================== ] 1298/2359 55% [================================== ] 1299/2359 55% [================================== ] 1300/2359 55% [================================== ] 1301/2359 55% [================================== ] 1302/2359 55% [================================== ] 1303/2359 55% [================================== ] 1304/2359 55% [================================== ] 1305/2359 55% [================================== ] 1306/2359 55% [================================== ] 1307/2359 55% [================================== ] 1308/2359 55% [================================== ] 1309/2359 55% [================================== ] 1310/2359 55% [================================== ] 1311/2359 55% [================================== ] 1312/2359 55% [================================== ] 1313/2359 55% [================================== ] 1314/2359 55% [================================== ] 1315/2359 55% [================================== ] 1316/2359 55% [================================== ] 1317/2359 55% [================================== ] 1318/2359 55% [================================== ] 1319/2359 55% [================================== ] 1320/2359 55% [================================== ] 1321/2359 55% [================================== ] 1322/2359 56% [================================== ] 1323/2359 56% [================================== ] 1324/2359 56% [================================== ] 1325/2359 56% [================================== ] 1326/2359 56% [================================== ] 1327/2359 56% [================================== ] 1328/2359 56% [================================== ] 1329/2359 56% [================================== ] 1330/2359 56% [================================== ] 1331/2359 56% [=================================== ] 1332/2359 56% [=================================== ] 1333/2359 56% [=================================== ] 1334/2359 56% [=================================== ] 1335/2359 56% [=================================== ] 1336/2359 56% [=================================== ] 1337/2359 56% [=================================== ] 1338/2359 56% [=================================== ] 1339/2359 56% [=================================== ] 1340/2359 56% [=================================== ] 1341/2359 56% [=================================== ] 1342/2359 56% [=================================== ] 1343/2359 56% [=================================== ] 1344/2359 56% [=================================== ] 1345/2359 57% [=================================== ] 1346/2359 57% [=================================== ] 1347/2359 57% [=================================== ] 1348/2359 57% [=================================== ] 1349/2359 57% [=================================== ] 1350/2359 57% [=================================== ] 1351/2359 57% [=================================== ] 1352/2359 57% [=================================== ] 1353/2359 57% [=================================== ] 1354/2359 57% [=================================== ] 1355/2359 57% [=================================== ] 1356/2359 57% [=================================== ] 1357/2359 57% [=================================== ] 1358/2359 57% [=================================== ] 1359/2359 57% [=================================== ] 1360/2359 57% [=================================== ] 1361/2359 57% [=================================== ] 1362/2359 57% [=================================== ] 1363/2359 57% [=================================== ] 1364/2359 57% [=================================== ] 1365/2359 57% [=================================== ] 1366/2359 57% [=================================== ] 1367/2359 57% [=================================== ] 1368/2359 57% [=================================== ] 1369/2359 58% [==================================== ] 1370/2359 58% [==================================== ] 1371/2359 58% [==================================== ] 1372/2359 58% [==================================== ] 1373/2359 58% [==================================== ] 1374/2359 58% [==================================== ] 1375/2359 58% [==================================== ] 1376/2359 58% [==================================== ] 1377/2359 58% [==================================== ] 1378/2359 58% [==================================== ] 1379/2359 58% [==================================== ] 1380/2359 58% [==================================== ] 1381/2359 58% [==================================== ] 1382/2359 58% [==================================== ] 1383/2359 58% [==================================== ] 1384/2359 58% [==================================== ] 1385/2359 58% [==================================== ] 1386/2359 58% [==================================== ] 1387/2359 58% [==================================== ] 1388/2359 58% [==================================== ] 1389/2359 58% [==================================== ] 1390/2359 58% [==================================== ] 1391/2359 58% [==================================== ] 1392/2359 59% [==================================== ] 1393/2359 59% [==================================== ] 1394/2359 59% [==================================== ] 1395/2359 59% [==================================== ] 1396/2359 59% [==================================== ] 1397/2359 59% [==================================== ] 1398/2359 59% [==================================== ] 1399/2359 59% [==================================== ] 1400/2359 59% [==================================== ] 1401/2359 59% [==================================== ] 1402/2359 59% [==================================== ] 1403/2359 59% [==================================== ] 1404/2359 59% [==================================== ] 1405/2359 59% [==================================== ] 1406/2359 59% [==================================== ] 1407/2359 59% [===================================== ] 1408/2359 59% [===================================== ] 1409/2359 59% [===================================== ] 1410/2359 59% [===================================== ] 1411/2359 59% [===================================== ] 1412/2359 59% [===================================== ] 1413/2359 59% [===================================== ] 1414/2359 59% [===================================== ] 1415/2359 59% [===================================== ] 1416/2359 60% [===================================== ] 1417/2359 60% [===================================== ] 1418/2359 60% [===================================== ] 1419/2359 60% [===================================== ] 1420/2359 60% [===================================== ] 1421/2359 60% [===================================== ] 1422/2359 60% [===================================== ] 1423/2359 60% [===================================== ] 1424/2359 60% [===================================== ] 1425/2359 60% [===================================== ] 1426/2359 60% [===================================== ] 1427/2359 60% [===================================== ] 1428/2359 60% [===================================== ] 1429/2359 60% [===================================== ] 1430/2359 60% [===================================== ] 1431/2359 60% [===================================== ] 1432/2359 60% [===================================== ] 1433/2359 60% [===================================== ] 1434/2359 60% [===================================== ] 1435/2359 60% [===================================== ] 1436/2359 60% [===================================== ] 1437/2359 60% [===================================== ] 1438/2359 60% [===================================== ] 1439/2359 61% [===================================== ] 1440/2359 61% [===================================== ] 1441/2359 61% [===================================== ] 1442/2359 61% [===================================== ] 1443/2359 61% [===================================== ] 1444/2359 61% [===================================== ] 1445/2359 61% [====================================== ] 1446/2359 61% [====================================== ] 1447/2359 61% [====================================== ] 1448/2359 61% [====================================== ] 1449/2359 61% [====================================== ] 1450/2359 61% [====================================== ] 1451/2359 61% [====================================== ] 1452/2359 61% [====================================== ] 1453/2359 61% [====================================== ] 1454/2359 61% [====================================== ] 1455/2359 61% [====================================== ] 1456/2359 61% [====================================== ] 1457/2359 61% [====================================== ] 1458/2359 61% [====================================== ] 1459/2359 61% [====================================== ] 1460/2359 61% [====================================== ] 1461/2359 61% [====================================== ] 1462/2359 61% [====================================== ] 1463/2359 62% [====================================== ] 1464/2359 62% [====================================== ] 1465/2359 62% [====================================== ] 1466/2359 62% [====================================== ] 1467/2359 62% [====================================== ] 1468/2359 62% [====================================== ] 1469/2359 62% [====================================== ] 1470/2359 62% [====================================== ] 1471/2359 62% [====================================== ] 1472/2359 62% [====================================== ] 1473/2359 62% [====================================== ] 1474/2359 62% [====================================== ] 1475/2359 62% [====================================== ] 1476/2359 62% [====================================== ] 1477/2359 62% [====================================== ] 1478/2359 62% [====================================== ] 1479/2359 62% [====================================== ] 1480/2359 62% [====================================== ] 1481/2359 62% [====================================== ] 1482/2359 62% [====================================== ] 1483/2359 62% [======================================= ] 1484/2359 62% [======================================= ] 1485/2359 62% [======================================= ] 1486/2359 62% [======================================= ] 1487/2359 63% [======================================= ] 1488/2359 63% [======================================= ] 1489/2359 63% [======================================= ] 1490/2359 63% [======================================= ] 1491/2359 63% [======================================= ] 1492/2359 63% [======================================= ] 1493/2359 63% [======================================= ] 1494/2359 63% [======================================= ] 1495/2359 63% [======================================= ] 1496/2359 63% [======================================= ] 1497/2359 63% [======================================= ] 1498/2359 63% [======================================= ] 1499/2359 63% [======================================= ] 1500/2359 63% [======================================= ] 1501/2359 63% [======================================= ] 1502/2359 63% [======================================= ] 1503/2359 63% [======================================= ] 1504/2359 63% [======================================= ] 1505/2359 63% [======================================= ] 1506/2359 63% [======================================= ] 1507/2359 63% [======================================= ] 1508/2359 63% [======================================= ] 1509/2359 63% [======================================= ] 1510/2359 64% [======================================= ] 1511/2359 64% [======================================= ] 1512/2359 64% [======================================= ] 1513/2359 64% [======================================= ] 1514/2359 64% [======================================= ] 1515/2359 64% [======================================= ] 1516/2359 64% [======================================= ] 1517/2359 64% [======================================= ] 1518/2359 64% [======================================= ] 1519/2359 64% [======================================= ] 1520/2359 64% [======================================= ] 1521/2359 64% [======================================== ] 1522/2359 64% [======================================== ] 1523/2359 64% [======================================== ] 1524/2359 64% [======================================== ] 1525/2359 64% [======================================== ] 1526/2359 64% [======================================== ] 1527/2359 64% [======================================== ] 1528/2359 64% [======================================== ] 1529/2359 64% [======================================== ] 1530/2359 64% [======================================== ] 1531/2359 64% [======================================== ] 1532/2359 64% [======================================== ] 1533/2359 64% [======================================== ] 1534/2359 65% [======================================== ] 1535/2359 65% [======================================== ] 1536/2359 65% [======================================== ] 1537/2359 65% [======================================== ] 1538/2359 65% [======================================== ] 1539/2359 65% [======================================== ] 1540/2359 65% [======================================== ] 1541/2359 65% [======================================== ] 1542/2359 65% [======================================== ] 1543/2359 65% [======================================== ] 1544/2359 65% [======================================== ] 1545/2359 65% [======================================== ] 1546/2359 65% [======================================== ] 1547/2359 65% [======================================== ] 1548/2359 65% [======================================== ] 1549/2359 65% [======================================== ] 1550/2359 65% [======================================== ] 1551/2359 65% [======================================== ] 1552/2359 65% [======================================== ] 1553/2359 65% [======================================== ] 1554/2359 65% [======================================== ] 1555/2359 65% [======================================== ] 1556/2359 65% [======================================== ] 1557/2359 66% [======================================== ] 1558/2359 66% [======================================== ] 1559/2359 66% [========================================= ] 1560/2359 66% [========================================= ] 1561/2359 66% [========================================= ] 1562/2359 66% [========================================= ] 1563/2359 66% [========================================= ] 1564/2359 66% [========================================= ] 1565/2359 66% [========================================= ] 1566/2359 66% [========================================= ] 1567/2359 66% [========================================= ] 1568/2359 66% [========================================= ] 1569/2359 66% [========================================= ] 1570/2359 66% [========================================= ] 1571/2359 66% [========================================= ] 1572/2359 66% [========================================= ] 1573/2359 66% [========================================= ] 1574/2359 66% [========================================= ] 1575/2359 66% [========================================= ] 1576/2359 66% [========================================= ] 1577/2359 66% [========================================= ] 1578/2359 66% [========================================= ] 1579/2359 66% [========================================= ] 1580/2359 66% [========================================= ] 1581/2359 67% [========================================= ] 1582/2359 67% [========================================= ] 1583/2359 67% [========================================= ] 1584/2359 67% [========================================= ] 1585/2359 67% [========================================= ] 1586/2359 67% [========================================= ] 1587/2359 67% [========================================= ] 1588/2359 67% [========================================= ] 1589/2359 67% [========================================= ] 1590/2359 67% [========================================= ] 1591/2359 67% [========================================= ] 1592/2359 67% [========================================= ] 1593/2359 67% [========================================= ] 1594/2359 67% [========================================= ] 1595/2359 67% [========================================= ] 1596/2359 67% [========================================= ] 1597/2359 67% [========================================= ] 1598/2359 67% [========================================== ] 1599/2359 67% [========================================== ] 1600/2359 67% [========================================== ] 1601/2359 67% [========================================== ] 1602/2359 67% [========================================== ] 1603/2359 67% [========================================== ] 1604/2359 67% [========================================== ] 1605/2359 68% [========================================== ] 1606/2359 68% [========================================== ] 1607/2359 68% [========================================== ] 1608/2359 68% [========================================== ] 1609/2359 68% [========================================== ] 1610/2359 68% [========================================== ] 1611/2359 68% [========================================== ] 1612/2359 68% [========================================== ] 1613/2359 68% [========================================== ] 1614/2359 68% [========================================== ] 1615/2359 68% [========================================== ] 1616/2359 68% [========================================== ] 1617/2359 68% [========================================== ] 1618/2359 68% [========================================== ] 1619/2359 68% [========================================== ] 1620/2359 68% [========================================== ] 1621/2359 68% [========================================== ] 1622/2359 68% [========================================== ] 1623/2359 68% [========================================== ] 1624/2359 68% [========================================== ] 1625/2359 68% [========================================== ] 1626/2359 68% [========================================== ] 1627/2359 68% [========================================== ] 1628/2359 69% [========================================== ] 1629/2359 69% [========================================== ] 1630/2359 69% [========================================== ] 1631/2359 69% [========================================== ] 1632/2359 69% [========================================== ] 1633/2359 69% [========================================== ] 1634/2359 69% [========================================== ] 1635/2359 69% [========================================== ] 1636/2359 69% [=========================================== ] 1637/2359 69% [=========================================== ] 1638/2359 69% [=========================================== ] 1639/2359 69% [=========================================== ] 1640/2359 69% [=========================================== ] 1641/2359 69% [=========================================== ] 1642/2359 69% [=========================================== ] 1643/2359 69% [=========================================== ] 1644/2359 69% [=========================================== ] 1645/2359 69% [=========================================== ] 1646/2359 69% [=========================================== ] 1647/2359 69% [=========================================== ] 1648/2359 69% [=========================================== ] 1649/2359 69% [=========================================== ] 1650/2359 69% [=========================================== ] 1651/2359 69% [=========================================== ] 1652/2359 70% [=========================================== ] 1653/2359 70% [=========================================== ] 1654/2359 70% [=========================================== ] 1655/2359 70% [=========================================== ] 1656/2359 70% [=========================================== ] 1657/2359 70% [=========================================== ] 1658/2359 70% [=========================================== ] 1659/2359 70% [=========================================== ] 1660/2359 70% [=========================================== ] 1661/2359 70% [=========================================== ] 1662/2359 70% [=========================================== ] 1663/2359 70% [=========================================== ] 1664/2359 70% [=========================================== ] 1665/2359 70% [=========================================== ] 1666/2359 70% [=========================================== ] 1667/2359 70% [=========================================== ] 1668/2359 70% [=========================================== ] 1669/2359 70% [=========================================== ] 1670/2359 70% [=========================================== ] 1671/2359 70% [=========================================== ] 1672/2359 70% [=========================================== ] 1673/2359 70% [=========================================== ] 1674/2359 70% [============================================ ] 1675/2359 71% [============================================ ] 1676/2359 71% [============================================ ] 1677/2359 71% [============================================ ] 1678/2359 71% [============================================ ] 1679/2359 71% [============================================ ] 1680/2359 71% [============================================ ] 1681/2359 71% [============================================ ] 1682/2359 71% [============================================ ] 1683/2359 71% [============================================ ] 1684/2359 71% [============================================ ] 1685/2359 71% [============================================ ] 1686/2359 71% [============================================ ] 1687/2359 71% [============================================ ] 1688/2359 71% [============================================ ] 1689/2359 71% [============================================ ] 1690/2359 71% [============================================ ] 1691/2359 71% [============================================ ] 1692/2359 71% [============================================ ] 1693/2359 71% [============================================ ] 1694/2359 71% [============================================ ] 1695/2359 71% [============================================ ] 1696/2359 71% [============================================ ] 1697/2359 71% [============================================ ] 1698/2359 71% [============================================ ] 1699/2359 72% [============================================ ] 1700/2359 72% [============================================ ] 1701/2359 72% [============================================ ] 1702/2359 72% [============================================ ] 1703/2359 72% [============================================ ] 1704/2359 72% [============================================ ] 1705/2359 72% [============================================ ] 1706/2359 72% [============================================ ] 1707/2359 72% [============================================ ] 1708/2359 72% [============================================ ] 1709/2359 72% [============================================ ] 1710/2359 72% [============================================ ] 1711/2359 72% [============================================ ] 1712/2359 72% [============================================= ] 1713/2359 72% [============================================= ] 1714/2359 72% [============================================= ] 1715/2359 72% [============================================= ] 1716/2359 72% [============================================= ] 1717/2359 72% [============================================= ] 1718/2359 72% [============================================= ] 1719/2359 72% [============================================= ] 1720/2359 72% [============================================= ] 1721/2359 72% [============================================= ] 1722/2359 72% [============================================= ] 1723/2359 73% [============================================= ] 1724/2359 73% [============================================= ] 1725/2359 73% [============================================= ] 1726/2359 73% [============================================= ] 1727/2359 73% [============================================= ] 1728/2359 73% [============================================= ] 1729/2359 73% [============================================= ] 1730/2359 73% [============================================= ] 1731/2359 73% [============================================= ] 1732/2359 73% [============================================= ] 1733/2359 73% [============================================= ] 1734/2359 73% [============================================= ] 1735/2359 73% [============================================= ] 1736/2359 73% [============================================= ] 1737/2359 73% [============================================= ] 1738/2359 73% [============================================= ] 1739/2359 73% [============================================= ] 1740/2359 73% [============================================= ] 1741/2359 73% [============================================= ] 1742/2359 73% [============================================= ] 1743/2359 73% [============================================= ] 1744/2359 73% [============================================= ] 1745/2359 73% [============================================= ] 1746/2359 74% [============================================= ] 1747/2359 74% [============================================= ] 1748/2359 74% [============================================= ] 1749/2359 74% [============================================= ] 1750/2359 74% [============================================== ] 1751/2359 74% [============================================== ] 1752/2359 74% [============================================== ] 1753/2359 74% [============================================== ] 1754/2359 74% [============================================== ] 1755/2359 74% [============================================== ] 1756/2359 74% [============================================== ] 1757/2359 74% [============================================== ] 1758/2359 74% [============================================== ] 1759/2359 74% [============================================== ] 1760/2359 74% [============================================== ] 1761/2359 74% [============================================== ] 1762/2359 74% [============================================== ] 1763/2359 74% [============================================== ] 1764/2359 74% [============================================== ] 1765/2359 74% [============================================== ] 1766/2359 74% [============================================== ] 1767/2359 74% [============================================== ] 1768/2359 74% [============================================== ] 1769/2359 74% [============================================== ] 1770/2359 75% [============================================== ] 1771/2359 75% [============================================== ] 1772/2359 75% [============================================== ] 1773/2359 75% [============================================== ] 1774/2359 75% [============================================== ] 1775/2359 75% [============================================== ] 1776/2359 75% [============================================== ] 1777/2359 75% [============================================== ] 1778/2359 75% [============================================== ] 1779/2359 75% [============================================== ] 1780/2359 75% [============================================== ] 1781/2359 75% [============================================== ] 1782/2359 75% [============================================== ] 1783/2359 75% [============================================== ] 1784/2359 75% [============================================== ] 1785/2359 75% [============================================== ] 1786/2359 75% [============================================== ] 1787/2359 75% [============================================== ] 1788/2359 75% [=============================================== ] 1789/2359 75% [=============================================== ] 1790/2359 75% [=============================================== ] 1791/2359 75% [=============================================== ] 1792/2359 75% [=============================================== ] 1793/2359 76% [=============================================== ] 1794/2359 76% [=============================================== ] 1795/2359 76% [=============================================== ] 1796/2359 76% [=============================================== ] 1797/2359 76% [=============================================== ] 1798/2359 76% [=============================================== ] 1799/2359 76% [=============================================== ] 1800/2359 76% [=============================================== ] 1801/2359 76% [=============================================== ] 1802/2359 76% [=============================================== ] 1803/2359 76% [=============================================== ] 1804/2359 76% [=============================================== ] 1805/2359 76% [=============================================== ] 1806/2359 76% [=============================================== ] 1807/2359 76% [=============================================== ] 1808/2359 76% [=============================================== ] 1809/2359 76% [=============================================== ] 1810/2359 76% [=============================================== ] 1811/2359 76% [=============================================== ] 1812/2359 76% [=============================================== ] 1813/2359 76% [=============================================== ] 1814/2359 76% [=============================================== ] 1815/2359 76% [=============================================== ] 1816/2359 76% [=============================================== ] 1817/2359 77% [=============================================== ] 1818/2359 77% [=============================================== ] 1819/2359 77% [=============================================== ] 1820/2359 77% [=============================================== ] 1821/2359 77% [=============================================== ] 1822/2359 77% [=============================================== ] 1823/2359 77% [=============================================== ] 1824/2359 77% [=============================================== ] 1825/2359 77% [=============================================== ] 1826/2359 77% [================================================ ] 1827/2359 77% [================================================ ] 1828/2359 77% [================================================ ] 1829/2359 77% [================================================ ] 1830/2359 77% [================================================ ] 1831/2359 77% [================================================ ] 1832/2359 77% [================================================ ] 1833/2359 77% [================================================ ] 1834/2359 77% [================================================ ] 1835/2359 77% [================================================ ] 1836/2359 77% [================================================ ] 1837/2359 77% [================================================ ] 1838/2359 77% [================================================ ] 1839/2359 77% [================================================ ] 1840/2359 77% [================================================ ] 1841/2359 78% [================================================ ] 1842/2359 78% [================================================ ] 1843/2359 78% [================================================ ] 1844/2359 78% [================================================ ] 1845/2359 78% [================================================ ] 1846/2359 78% [================================================ ] 1847/2359 78% [================================================ ] 1848/2359 78% [================================================ ] 1849/2359 78% [================================================ ] 1850/2359 78% [================================================ ] 1851/2359 78% [================================================ ] 1852/2359 78% [================================================ ] 1853/2359 78% [================================================ ] 1854/2359 78% [================================================ ] 1855/2359 78% [================================================ ] 1856/2359 78% [================================================ ] 1857/2359 78% [================================================ ] 1858/2359 78% [================================================ ] 1859/2359 78% [================================================ ] 1860/2359 78% [================================================ ] 1861/2359 78% [================================================ ] 1862/2359 78% [================================================ ] 1863/2359 78% [================================================ ] 1864/2359 79% [================================================= ] 1865/2359 79% [================================================= ] 1866/2359 79% [================================================= ] 1867/2359 79% [================================================= ] 1868/2359 79% [================================================= ] 1869/2359 79% [================================================= ] 1870/2359 79% [================================================= ] 1871/2359 79% [================================================= ] 1872/2359 79% [================================================= ] 1873/2359 79% [================================================= ] 1874/2359 79% [================================================= ] 1875/2359 79% [================================================= ] 1876/2359 79% [================================================= ] 1877/2359 79% [================================================= ] 1878/2359 79% [================================================= ] 1879/2359 79% [================================================= ] 1880/2359 79% [================================================= ] 1881/2359 79% [================================================= ] 1882/2359 79% [================================================= ] 1883/2359 79% [================================================= ] 1884/2359 79% [================================================= ] 1885/2359 79% [================================================= ] 1886/2359 79% [================================================= ] 1887/2359 79% [================================================= ] 1888/2359 80% [================================================= ] 1889/2359 80% [================================================= ] 1890/2359 80% [================================================= ] 1891/2359 80% [================================================= ] 1892/2359 80% [================================================= ] 1893/2359 80% [================================================= ] 1894/2359 80% [================================================= ] 1895/2359 80% [================================================= ] 1896/2359 80% [================================================= ] 1897/2359 80% [================================================= ] 1898/2359 80% [================================================= ] 1899/2359 80% [================================================= ] 1900/2359 80% [================================================= ] 1901/2359 80% [================================================= ] 1902/2359 80% [================================================== ] 1903/2359 80% [================================================== ] 1904/2359 80% [================================================== ] 1905/2359 80% [================================================== ] 1906/2359 80% [================================================== ] 1907/2359 80% [================================================== ] 1908/2359 80% [================================================== ] 1909/2359 80% [================================================== ] 1910/2359 80% [================================================== ] 1911/2359 81% [================================================== ] 1912/2359 81% [================================================== ] 1913/2359 81% [================================================== ] 1914/2359 81% [================================================== ] 1915/2359 81% [================================================== ] 1916/2359 81% [================================================== ] 1917/2359 81% [================================================== ] 1918/2359 81% [================================================== ] 1919/2359 81% [================================================== ] 1920/2359 81% [================================================== ] 1921/2359 81% [================================================== ] 1922/2359 81% [================================================== ] 1923/2359 81% [================================================== ] 1924/2359 81% [================================================== ] 1925/2359 81% [================================================== ] 1926/2359 81% [================================================== ] 1927/2359 81% [================================================== ] 1928/2359 81% [================================================== ] 1929/2359 81% [================================================== ] 1930/2359 81% [================================================== ] 1931/2359 81% [================================================== ] 1932/2359 81% [================================================== ] 1933/2359 81% [================================================== ] 1934/2359 81% [================================================== ] 1935/2359 82% [================================================== ] 1936/2359 82% [================================================== ] 1937/2359 82% [================================================== ] 1938/2359 82% [================================================== ] 1939/2359 82% [================================================== ] 1940/2359 82% [=================================================== ] 1941/2359 82% [=================================================== ] 1942/2359 82% [=================================================== ] 1943/2359 82% [=================================================== ] 1944/2359 82% [=================================================== ] 1945/2359 82% [=================================================== ] 1946/2359 82% [=================================================== ] 1947/2359 82% [=================================================== ] 1948/2359 82% [=================================================== ] 1949/2359 82% [=================================================== ] 1950/2359 82% [=================================================== ] 1951/2359 82% [=================================================== ] 1952/2359 82% [=================================================== ] 1953/2359 82% [=================================================== ] 1954/2359 82% [=================================================== ] 1955/2359 82% [=================================================== ] 1956/2359 82% [=================================================== ] 1957/2359 82% [=================================================== ] 1958/2359 83% [=================================================== ] 1959/2359 83% [=================================================== ] 1960/2359 83% [=================================================== ] 1961/2359 83% [=================================================== ] 1962/2359 83% [=================================================== ] 1963/2359 83% [=================================================== ] 1964/2359 83% [=================================================== ] 1965/2359 83% [=================================================== ] 1966/2359 83% [=================================================== ] 1967/2359 83% [=================================================== ] 1968/2359 83% [=================================================== ] 1969/2359 83% [=================================================== ] 1970/2359 83% [=================================================== ] 1971/2359 83% [=================================================== ] 1972/2359 83% [=================================================== ] 1973/2359 83% [=================================================== ] 1974/2359 83% [=================================================== ] 1975/2359 83% [=================================================== ] 1976/2359 83% [=================================================== ] 1977/2359 83% [=================================================== ] 1978/2359 83% [==================================================== ] 1979/2359 83% [==================================================== ] 1980/2359 83% [==================================================== ] 1981/2359 83% [==================================================== ] 1982/2359 84% [==================================================== ] 1983/2359 84% [==================================================== ] 1984/2359 84% [==================================================== ] 1985/2359 84% [==================================================== ] 1986/2359 84% [==================================================== ] 1987/2359 84% [==================================================== ] 1988/2359 84% [==================================================== ] 1989/2359 84% [==================================================== ] 1990/2359 84% [==================================================== ] 1991/2359 84% [==================================================== ] 1992/2359 84% [==================================================== ] 1993/2359 84% [==================================================== ] 1994/2359 84% [==================================================== ] 1995/2359 84% [==================================================== ] 1996/2359 84% [==================================================== ] 1997/2359 84% [==================================================== ] 1998/2359 84% [==================================================== ] 1999/2359 84% [==================================================== ] 2000/2359 84% [==================================================== ] 2001/2359 84% [==================================================== ] 2002/2359 84% [==================================================== ] 2003/2359 84% [==================================================== ] 2004/2359 84% [==================================================== ] 2005/2359 84% [==================================================== ] 2006/2359 85% [==================================================== ] 2007/2359 85% [==================================================== ] 2008/2359 85% [==================================================== ] 2009/2359 85% [==================================================== ] 2010/2359 85% [==================================================== ] 2011/2359 85% [==================================================== ] 2012/2359 85% [==================================================== ] 2013/2359 85% [==================================================== ] 2014/2359 85% [==================================================== ] 2015/2359 85% [==================================================== ] 2016/2359 85% [===================================================== ] 2017/2359 85% [===================================================== ] 2018/2359 85% [===================================================== ] 2019/2359 85% [===================================================== ] 2020/2359 85% [===================================================== ] 2021/2359 85% [===================================================== ] 2022/2359 85% [===================================================== ] 2023/2359 85% [===================================================== ] 2024/2359 85% [===================================================== ] 2025/2359 85% [===================================================== ] 2026/2359 85% [===================================================== ] 2027/2359 85% [===================================================== ] 2028/2359 85% [===================================================== ] 2029/2359 86% [===================================================== ] 2030/2359 86% [===================================================== ] 2031/2359 86% [===================================================== ] 2032/2359 86% [===================================================== ] 2033/2359 86% [===================================================== ] 2034/2359 86% [===================================================== ] 2035/2359 86% [===================================================== ] 2036/2359 86% [===================================================== ] 2037/2359 86% [===================================================== ] 2038/2359 86% [===================================================== ] 2039/2359 86% [===================================================== ] 2040/2359 86% [===================================================== ] 2041/2359 86% [===================================================== ] 2042/2359 86% [===================================================== ] 2043/2359 86% [===================================================== ] 2044/2359 86% [===================================================== ] 2045/2359 86% [===================================================== ] 2046/2359 86% [===================================================== ] 2047/2359 86% [===================================================== ] 2048/2359 86% [===================================================== ] 2049/2359 86% [===================================================== ] 2050/2359 86% [===================================================== ] 2051/2359 86% [===================================================== ] 2052/2359 86% [===================================================== ] 2053/2359 87% [===================================================== ] 2054/2359 87% [====================================================== ] 2055/2359 87% [====================================================== ] 2056/2359 87% [====================================================== ] 2057/2359 87% [====================================================== ] 2058/2359 87% [====================================================== ] 2059/2359 87% [====================================================== ] 2060/2359 87% [====================================================== ] 2061/2359 87% [====================================================== ] 2062/2359 87% [====================================================== ] 2063/2359 87% [====================================================== ] 2064/2359 87% [====================================================== ] 2065/2359 87% [====================================================== ] 2066/2359 87% [====================================================== ] 2067/2359 87% [====================================================== ] 2068/2359 87% [====================================================== ] 2069/2359 87% [====================================================== ] 2070/2359 87% [====================================================== ] 2071/2359 87% [====================================================== ] 2072/2359 87% [====================================================== ] 2073/2359 87% [====================================================== ] 2074/2359 87% [====================================================== ] 2075/2359 87% [====================================================== ] 2076/2359 88% [====================================================== ] 2077/2359 88% [====================================================== ] 2078/2359 88% [====================================================== ] 2079/2359 88% [====================================================== ] 2080/2359 88% [====================================================== ] 2081/2359 88% [====================================================== ] 2082/2359 88% [====================================================== ] 2083/2359 88% [====================================================== ] 2084/2359 88% [====================================================== ] 2085/2359 88% [====================================================== ] 2086/2359 88% [====================================================== ] 2087/2359 88% [====================================================== ] 2088/2359 88% [====================================================== ] 2089/2359 88% [====================================================== ] 2090/2359 88% [====================================================== ] 2091/2359 88% [====================================================== ] 2092/2359 88% [======================================================= ] 2093/2359 88% [======================================================= ] 2094/2359 88% [======================================================= ] 2095/2359 88% [======================================================= ] 2096/2359 88% [======================================================= ] 2097/2359 88% [======================================================= ] 2098/2359 88% [======================================================= ] 2099/2359 88% [======================================================= ] 2100/2359 89% [======================================================= ] 2101/2359 89% [======================================================= ] 2102/2359 89% [======================================================= ] 2103/2359 89% [======================================================= ] 2104/2359 89% [======================================================= ] 2105/2359 89% [======================================================= ] 2106/2359 89% [======================================================= ] 2107/2359 89% [======================================================= ] 2108/2359 89% [======================================================= ] 2109/2359 89% [======================================================= ] 2110/2359 89% [======================================================= ] 2111/2359 89% [======================================================= ] 2112/2359 89% [======================================================= ] 2113/2359 89% [======================================================= ] 2114/2359 89% [======================================================= ] 2115/2359 89% [======================================================= ] 2116/2359 89% [======================================================= ] 2117/2359 89% [======================================================= ] 2118/2359 89% [======================================================= ] 2119/2359 89% [======================================================= ] 2120/2359 89% [======================================================= ] 2121/2359 89% [======================================================= ] 2122/2359 89% [======================================================= ] 2123/2359 89% [======================================================= ] 2124/2359 90% [======================================================= ] 2125/2359 90% [======================================================= ] 2126/2359 90% [======================================================= ] 2127/2359 90% [======================================================= ] 2128/2359 90% [======================================================= ] 2129/2359 90% [======================================================= ] 2130/2359 90% [======================================================== ] 2131/2359 90% [======================================================== ] 2132/2359 90% [======================================================== ] 2133/2359 90% [======================================================== ] 2134/2359 90% [======================================================== ] 2135/2359 90% [======================================================== ] 2136/2359 90% [======================================================== ] 2137/2359 90% [======================================================== ] 2138/2359 90% [======================================================== ] 2139/2359 90% [======================================================== ] 2140/2359 90% [======================================================== ] 2141/2359 90% [======================================================== ] 2142/2359 90% [======================================================== ] 2143/2359 90% [======================================================== ] 2144/2359 90% [======================================================== ] 2145/2359 90% [======================================================== ] 2146/2359 90% [======================================================== ] 2147/2359 91% [======================================================== ] 2148/2359 91% [======================================================== ] 2149/2359 91% [======================================================== ] 2150/2359 91% [======================================================== ] 2151/2359 91% [======================================================== ] 2152/2359 91% [======================================================== ] 2153/2359 91% [======================================================== ] 2154/2359 91% [======================================================== ] 2155/2359 91% [======================================================== ] 2156/2359 91% [======================================================== ] 2157/2359 91% [======================================================== ] 2158/2359 91% [======================================================== ] 2159/2359 91% [======================================================== ] 2160/2359 91% [======================================================== ] 2161/2359 91% [======================================================== ] 2162/2359 91% [======================================================== ] 2163/2359 91% [======================================================== ] 2164/2359 91% [======================================================== ] 2165/2359 91% [======================================================== ] 2166/2359 91% [======================================================== ] 2167/2359 91% [======================================================== ] 2168/2359 91% [========================================================= ] 2169/2359 91% [========================================================= ] 2170/2359 91% [========================================================= ] 2171/2359 92% [========================================================= ] 2172/2359 92% [========================================================= ] 2173/2359 92% [========================================================= ] 2174/2359 92% [========================================================= ] 2175/2359 92% [========================================================= ] 2176/2359 92% [========================================================= ] 2177/2359 92% [========================================================= ] 2178/2359 92% [========================================================= ] 2179/2359 92% [========================================================= ] 2180/2359 92% [========================================================= ] 2181/2359 92% [========================================================= ] 2182/2359 92% [========================================================= ] 2183/2359 92% [========================================================= ] 2184/2359 92% [========================================================= ] 2185/2359 92% [========================================================= ] 2186/2359 92% [========================================================= ] 2187/2359 92% [========================================================= ] 2188/2359 92% [========================================================= ] 2189/2359 92% [========================================================= ] 2190/2359 92% [========================================================= ] 2191/2359 92% [========================================================= ] 2192/2359 92% [========================================================= ] 2193/2359 92% [========================================================= ] 2194/2359 93% [========================================================= ] 2195/2359 93% [========================================================= ] 2196/2359 93% [========================================================= ] 2197/2359 93% [========================================================= ] 2198/2359 93% [========================================================= ] 2199/2359 93% [========================================================= ] 2200/2359 93% [========================================================= ] 2201/2359 93% [========================================================= ] 2202/2359 93% [========================================================= ] 2203/2359 93% [========================================================= ] 2204/2359 93% [========================================================= ] 2205/2359 93% [========================================================= ] 2206/2359 93% [========================================================== ] 2207/2359 93% [========================================================== ] 2208/2359 93% [========================================================== ] 2209/2359 93% [========================================================== ] 2210/2359 93% [========================================================== ] 2211/2359 93% [========================================================== ] 2212/2359 93% [========================================================== ] 2213/2359 93% [========================================================== ] 2214/2359 93% [========================================================== ] 2215/2359 93% [========================================================== ] 2216/2359 93% [========================================================== ] 2217/2359 93% [========================================================== ] 2218/2359 94% [========================================================== ] 2219/2359 94% [========================================================== ] 2220/2359 94% [========================================================== ] 2221/2359 94% [========================================================== ] 2222/2359 94% [========================================================== ] 2223/2359 94% [========================================================== ] 2224/2359 94% [========================================================== ] 2225/2359 94% [========================================================== ] 2226/2359 94% [========================================================== ] 2227/2359 94% [========================================================== ] 2228/2359 94% [========================================================== ] 2229/2359 94% [========================================================== ] 2230/2359 94% [========================================================== ] 2231/2359 94% [========================================================== ] 2232/2359 94% [========================================================== ] 2233/2359 94% [========================================================== ] 2234/2359 94% [========================================================== ] 2235/2359 94% [========================================================== ] 2236/2359 94% [========================================================== ] 2237/2359 94% [========================================================== ] 2238/2359 94% [========================================================== ] 2239/2359 94% [========================================================== ] 2240/2359 94% [========================================================== ] 2241/2359 94% [========================================================== ] 2242/2359 95% [========================================================== ] 2243/2359 95% [========================================================== ] 2244/2359 95% [=========================================================== ] 2245/2359 95% [=========================================================== ] 2246/2359 95% [=========================================================== ] 2247/2359 95% [=========================================================== ] 2248/2359 95% [=========================================================== ] 2249/2359 95% [=========================================================== ] 2250/2359 95% [=========================================================== ] 2251/2359 95% [=========================================================== ] 2252/2359 95% [=========================================================== ] 2253/2359 95% [=========================================================== ] 2254/2359 95% [=========================================================== ] 2255/2359 95% [=========================================================== ] 2256/2359 95% [=========================================================== ] 2257/2359 95% [=========================================================== ] 2258/2359 95% [=========================================================== ] 2259/2359 95% [=========================================================== ] 2260/2359 95% [=========================================================== ] 2261/2359 95% [=========================================================== ] 2262/2359 95% [=========================================================== ] 2263/2359 95% [=========================================================== ] 2264/2359 95% [=========================================================== ] 2265/2359 96% [=========================================================== ] 2266/2359 96% [=========================================================== ] 2267/2359 96% [=========================================================== ] 2268/2359 96% [=========================================================== ] 2269/2359 96% [=========================================================== ] 2270/2359 96% [=========================================================== ] 2271/2359 96% [=========================================================== ] 2272/2359 96% [=========================================================== ] 2273/2359 96% [=========================================================== ] 2274/2359 96% [=========================================================== ] 2275/2359 96% [=========================================================== ] 2276/2359 96% [=========================================================== ] 2277/2359 96% [=========================================================== ] 2278/2359 96% [=========================================================== ] 2279/2359 96% [=========================================================== ] 2280/2359 96% [=========================================================== ] 2281/2359 96% [=========================================================== ] 2282/2359 96% [============================================================ ] 2283/2359 96% [============================================================ ] 2284/2359 96% [============================================================ ] 2285/2359 96% [============================================================ ] 2286/2359 96% [============================================================ ] 2287/2359 96% [============================================================ ] 2288/2359 96% [============================================================ ] 2289/2359 97% [============================================================ ] 2290/2359 97% [============================================================ ] 2291/2359 97% [============================================================ ] 2292/2359 97% [============================================================ ] 2293/2359 97% [============================================================ ] 2294/2359 97% [============================================================ ] 2295/2359 97% [============================================================ ] 2296/2359 97% [============================================================ ] 2297/2359 97% [============================================================ ] 2298/2359 97% [============================================================ ] 2299/2359 97% [============================================================ ] 2300/2359 97% [============================================================ ] 2301/2359 97% [============================================================ ] 2302/2359 97% [============================================================ ] 2303/2359 97% [============================================================ ] 2304/2359 97% [============================================================ ] 2305/2359 97% [============================================================ ] 2306/2359 97% [============================================================ ] 2307/2359 97% [============================================================ ] 2308/2359 97% [============================================================ ] 2309/2359 97% [============================================================ ] 2310/2359 97% [============================================================ ] 2311/2359 97% [============================================================ ] 2312/2359 98% [============================================================ ] 2313/2359 98% [============================================================ ] 2314/2359 98% [============================================================ ] 2315/2359 98% [============================================================ ] 2316/2359 98% [============================================================ ] 2317/2359 98% [============================================================ ] 2318/2359 98% [============================================================ ] 2319/2359 98% [============================================================ ] 2320/2359 98% [============================================================= ] 2321/2359 98% [============================================================= ] 2322/2359 98% [============================================================= ] 2323/2359 98% [============================================================= ] 2324/2359 98% [============================================================= ] 2325/2359 98% [============================================================= ] 2326/2359 98% [============================================================= ] 2327/2359 98% [============================================================= ] 2328/2359 98% [============================================================= ] 2329/2359 98% [============================================================= ] 2330/2359 98% [============================================================= ] 2331/2359 98% [============================================================= ] 2332/2359 98% [============================================================= ] 2333/2359 98% [============================================================= ] 2334/2359 98% [============================================================= ] 2335/2359 98% [============================================================= ] 2336/2359 99% [============================================================= ] 2337/2359 99% [============================================================= ] 2338/2359 99% [============================================================= ] 2339/2359 99% [============================================================= ] 2340/2359 99% [============================================================= ] 2341/2359 99% [============================================================= ] 2342/2359 99% [============================================================= ] 2343/2359 99% [============================================================= ] 2344/2359 99% [============================================================= ] 2345/2359 99% [============================================================= ] 2346/2359 99% [============================================================= ] 2347/2359 99% [============================================================= ] 2348/2359 99% [============================================================= ] 2349/2359 99% [============================================================= ] 2350/2359 99% [============================================================= ] 2351/2359 99% [============================================================= ] 2352/2359 99% [============================================================= ] 2353/2359 99% [============================================================= ] 2354/2359 99% [============================================================= ] 2355/2359 99% [============================================================= ] 2356/2359 99% [============================================================= ] 2357/2359 99% [============================================================= ] 2358/2359 99% [==============================================================] 2359/2359 100% operation complete, 2359 objects in 73897 NAND pages. ln -snf /home/thomas/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-0/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot' make: Entering directory '/home/thomas/autobuild/instance-0/buildroot' >>> Buildroot 2022.08-rc1-2645-g89710c804e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.2.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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) >>> linux-headers 5.15.91 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpica 20220331 Collecting legal info source/include/acpi.h: OK (sha256: 40d8e351f8dfdf5340ec76ac28f0c201b825077d7060bb3686ca1112cb26985d) >>> 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) >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-pam 1.5.2 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> avrdude 6.4 Collecting legal info COPYING: OK (sha256: 201babc7da198873304a77a30dbfc7ca449c9bba52df2dffa4cca0009dbdfcb2) >>> elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bat 0.19.0 Collecting legal info LICENSE-APACHE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) LICENSE-MIT: OK (sha256: 64de710b6309a7db5e44ad0af382300c7fb6f6d116d8ae32f0164e05db033068) >>> host-rustc Collecting legal info >>> host-rust-bin 1.67.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bind 9.16.33 Collecting legal info COPYRIGHT: OK (sha256: daf6f1eddf5983ed664a2d125b619e56e2e93917c19d0d41c7586ea153ba2155) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> bubblewrap 0.7.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> ccid 1.5.0 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> cpulimit 0.2 Collecting legal info LICENSE: OK (sha256: 920489ca9da706d842870701155e70a101315ba0783cff39765d7e15e0916a4a) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> dav1d 1.0.0 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> exim 4.96 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-genpart 1.0.2 Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnutls 3.7.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htpdate 1.3.6 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> iozone 3.493 Collecting legal info >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> jack1 0.126.0 Collecting legal info COPYING: OK (sha256: 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LGPL: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpam-nfc 64a8b30ba2cfd634342ded8c096c7cfc5c8fa22a Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> liburcu 0.13.2 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> linux-firmware 20221214 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.qat_firmware: OK (sha256: 2051d5bf0755a0668f8c3d9a0d1c41d4b8cc411aba70f720fda71ae9e3b4d25c) LICENCE.qla2xxx: OK (sha256: 4071a11d878dbc0ac6d9e71203d03b151638f9d7a8bc47a54c3cb964100d5822) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) LICENSE.dib0700: OK (sha256: 630fd46c95d3ac6544590c2265ba7348fbc930fb386261a1c04dcd9f403645b8) LICENSE.ice_enhanced: OK (sha256: 8c45a83562a69f7ac4207e4cb5c0063af2e545791b3947bc81dc82305481c15c) WHENCE: OK (sha256: 744babd4eae138ccfb5bd343b1589912b9839274f8a794af0b6c9b451df73579) >>> logrotate 3.20.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lttng-libust 2.13.1 Collecting legal info LICENSE: OK (sha256: 5b52242fd2045d62dd664c8358137b46c1e08efdba674c91cbfc06585efe1ce7) LICENSES/BSD-3-Clause: OK (sha256: f206ce02ddf94d03120b58381064702729a0e6cbb03cafc84dc0e434ce5689fa) LICENSES/GPL-2.0: OK (sha256: 6841c85b94f9dab319356e3aaf9e969fcedad51d3aaadf665bf86f34f4186b62) LICENSES/LGPL-2.1: OK (sha256: d72921266bc8452a8789f8a04a82755373990d00b7e0b0f1a8edb8f854e94d1c) LICENSES/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> mc 4.8.28 Collecting legal info COPYING: OK (sha256: 5576bbec76296e1c8e081f7037ebd01bdada388635f58d844a2f20d37bbe4284) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> network-manager 1.40.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) CONTRIBUTING.md: OK (sha256: f3c5ae3cafa27c24590cf89e732581cbeb4d25d950fe49ce7e4042963012b105) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> nginx 1.22.1 Collecting legal info LICENSE: OK (sha256: ececed0b0e7243a4766cbc62b26df4bd3513b41de3a07425da1679c836d06320) >>> nss-myhostname 0.3 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> openipmi 2.0.32 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.BSD: OK (sha256: 185323a62589e7ee80f86bf2ea29caad9a09fdda0ea3f1c00db8b778c7edf60e) >>> patch 2.7.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> proftpd 1.3.8 Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> psmisc 23.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rhash 1.4.3 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rsyslog 8.2204.1 Collecting legal info COPYING: OK (sha256: 054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f083) COPYING.LESSER: OK (sha256: 4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed) COPYING.ASL20: OK (sha256: 8743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> host-sam-ba 3.7 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sed 4.9 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> spidev_test 5.8 Collecting legal info >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> tpm2-abrmd 2.3.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> uacme 1.7.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> xdg-dbus-proxy 0.1.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.91: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: iozone-3.493: cannot save license (IOZONE_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'