mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ext2\n /home/buildroot/autobuild/instance-0/output-1/host/sbin/mkfs.ext2 -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 1c6f9bfc-7a49-4a94-9798-caecba7597bb Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" bzip2 -9 -c /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ext2 > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ext2.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/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/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2028 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2028 0% [ ] 2/2028 0% [ ] 3/2028 0% [ ] 4/2028 0% [ ] 5/2028 0% [ ] 6/2028 0% [ ] 7/2028 0% [ ] 8/2028 0% [ ] 9/2028 0% [ ] 10/2028 0% [ ] 11/2028 0% [ ] 12/2028 0% [ ] 13/2028 0% [ ] 14/2028 0% [ ] 15/2028 0% [ ] 16/2028 0% [ ] 17/2028 0% [ ] 18/2028 0% [ ] 19/2028 0% [ ] 20/2028 0% [ ] 21/2028 1% [ ] 22/2028 1% [ ] 23/2028 1% [ ] 24/2028 1% [ ] 25/2028 1% [ ] 26/2028 1% [ ] 27/2028 1% [ ] 28/2028 1% [ ] 29/2028 1% [ ] 30/2028 1% [ ] 31/2028 1% [ ] 32/2028 1% [= ] 33/2028 1% [= ] 34/2028 1% [= ] 35/2028 1% [= ] 36/2028 1% [= ] 37/2028 1% [= ] 38/2028 1% [= ] 39/2028 1% [= ] 40/2028 1% [= ] 41/2028 2% [= ] 42/2028 2% [= ] 43/2028 2% [= ] 44/2028 2% [= ] 45/2028 2% [= ] 46/2028 2% [= ] 47/2028 2% [= ] 48/2028 2% [= ] 49/2028 2% [= ] 50/2028 2% [= ] 51/2028 2% [= ] 52/2028 2% [= ] 53/2028 2% [= ] 54/2028 2% [= ] 55/2028 2% [= ] 56/2028 2% [= ] 57/2028 2% [= ] 58/2028 2% [= ] 59/2028 2% [= ] 60/2028 2% [= ] 61/2028 3% [= ] 62/2028 3% [= ] 63/2028 3% [= ] 64/2028 3% [= ] 65/2028 3% [== ] 66/2028 3% [== ] 67/2028 3% [== ] 68/2028 3% [== ] 69/2028 3% [== ] 70/2028 3% [== ] 71/2028 3% [== ] 72/2028 3% [== ] 73/2028 3% [== ] 74/2028 3% [== ] 75/2028 3% [== ] 76/2028 3% [== ] 77/2028 3% [== ] 78/2028 3% [== ] 79/2028 3% [== ] 80/2028 3% [== ] 81/2028 3% [== ] 82/2028 4% [== ] 83/2028 4% [== ] 84/2028 4% [== ] 85/2028 4% [== ] 86/2028 4% [== ] 87/2028 4% [== ] 88/2028 4% [== ] 89/2028 4% [== ] 90/2028 4% [== ] 91/2028 4% [== ] 92/2028 4% [== ] 93/2028 4% [== ] 94/2028 4% [== ] 95/2028 4% [== ] 96/2028 4% [== ] 97/2028 4% [== ] 98/2028 4% [=== ] 99/2028 4% [=== ] 100/2028 4% [=== ] 101/2028 4% [=== ] 102/2028 5% [=== ] 103/2028 5% [=== ] 104/2028 5% [=== ] 105/2028 5% [=== ] 106/2028 5% [=== ] 107/2028 5% [=== ] 108/2028 5% [=== ] 109/2028 5% [=== ] 110/2028 5% [=== ] 111/2028 5% [=== ] 112/2028 5% [=== ] 113/2028 5% [=== ] 114/2028 5% [=== ] 115/2028 5% [=== ] 116/2028 5% [=== ] 117/2028 5% [=== ] 118/2028 5% [=== ] 119/2028 5% [=== ] 120/2028 5% [=== ] 121/2028 5% [=== ] 122/2028 6% [=== ] 123/2028 6% [=== ] 124/2028 6% [=== ] 125/2028 6% [=== ] 126/2028 6% [=== ] 127/2028 6% [=== ] 128/2028 6% [=== ] 129/2028 6% [=== ] 130/2028 6% [==== ] 131/2028 6% [==== ] 132/2028 6% [==== ] 133/2028 6% [==== ] 134/2028 6% [==== ] 135/2028 6% [==== ] 136/2028 6% [==== ] 137/2028 6% [==== ] 138/2028 6% [==== ] 139/2028 6% [==== ] 140/2028 6% [==== ] 141/2028 6% [==== ] 142/2028 7% [==== ] 143/2028 7% [==== ] 144/2028 7% [==== ] 145/2028 7% [==== ] 146/2028 7% [==== ] 147/2028 7% [==== ] 148/2028 7% [==== ] 149/2028 7% [==== ] 150/2028 7% [==== ] 151/2028 7% [==== ] 152/2028 7% [==== ] 153/2028 7% [==== ] 154/2028 7% [==== ] 155/2028 7% [==== ] 156/2028 7% [==== ] 157/2028 7% [==== ] 158/2028 7% [==== ] 159/2028 7% [==== ] 160/2028 7% [==== ] 161/2028 7% [==== ] 162/2028 7% [==== ] 163/2028 8% [===== ] 164/2028 8% [===== ] 165/2028 8% [===== ] 166/2028 8% [===== ] 167/2028 8% [===== ] 168/2028 8% [===== ] 169/2028 8% [===== ] 170/2028 8% [===== ] 171/2028 8% [===== ] 172/2028 8% [===== ] 173/2028 8% [===== ] 174/2028 8% [===== ] 175/2028 8% [===== ] 176/2028 8% [===== ] 177/2028 8% [===== ] 178/2028 8% [===== ] 179/2028 8% [===== ] 180/2028 8% [===== ] 181/2028 8% [===== ] 182/2028 8% [===== ] 183/2028 9% [===== ] 184/2028 9% [===== ] 185/2028 9% [===== ] 186/2028 9% [===== ] 187/2028 9% [===== ] 188/2028 9% [===== ] 189/2028 9% [===== ] 190/2028 9% [===== ] 191/2028 9% [===== ] 192/2028 9% [===== ] 193/2028 9% [===== ] 194/2028 9% [===== ] 195/2028 9% [===== ] 196/2028 9% [====== ] 197/2028 9% [====== ] 198/2028 9% [====== ] 199/2028 9% [====== ] 200/2028 9% [====== ] 201/2028 9% [====== ] 202/2028 9% [====== ] 203/2028 10% [====== ] 204/2028 10% [====== ] 205/2028 10% [====== ] 206/2028 10% [====== ] 207/2028 10% [====== ] 208/2028 10% [====== ] 209/2028 10% [====== ] 210/2028 10% [====== ] 211/2028 10% [====== ] 212/2028 10% [====== ] 213/2028 10% [====== ] 214/2028 10% [====== ] 215/2028 10% [====== ] 216/2028 10% [====== ] 217/2028 10% [====== ] 218/2028 10% [====== ] 219/2028 10% [====== ] 220/2028 10% [====== ] 221/2028 10% [====== ] 222/2028 10% [====== ] 223/2028 10% [====== ] 224/2028 11% [====== ] 225/2028 11% [====== ] 226/2028 11% [====== ] 227/2028 11% [====== ] 228/2028 11% [======= ] 229/2028 11% [======= ] 230/2028 11% [======= ] 231/2028 11% [======= ] 232/2028 11% [======= ] 233/2028 11% [======= ] 234/2028 11% [======= ] 235/2028 11% [======= ] 236/2028 11% [======= ] 237/2028 11% [======= ] 238/2028 11% [======= ] 239/2028 11% [======= ] 240/2028 11% [======= ] 241/2028 11% [======= ] 242/2028 11% [======= ] 243/2028 11% [======= ] 244/2028 12% [======= ] 245/2028 12% [======= ] 246/2028 12% [======= ] 247/2028 12% [======= ] 248/2028 12% [======= ] 249/2028 12% [======= ] 250/2028 12% [======= ] 251/2028 12% [======= ] 252/2028 12% [======= ] 253/2028 12% [======= ] 254/2028 12% [======= ] 255/2028 12% [======= ] 256/2028 12% [======= ] 257/2028 12% [======= ] 258/2028 12% [======= ] 259/2028 12% [======= ] 260/2028 12% [======= ] 261/2028 12% [======== ] 262/2028 12% [======== ] 263/2028 12% [======== ] 264/2028 13% [======== ] 265/2028 13% [======== ] 266/2028 13% [======== ] 267/2028 13% [======== ] 268/2028 13% [======== ] 269/2028 13% [======== ] 270/2028 13% [======== ] 271/2028 13% [======== ] 272/2028 13% [======== ] 273/2028 13% [======== ] 274/2028 13% [======== ] 275/2028 13% [======== ] 276/2028 13% [======== ] 277/2028 13% [======== ] 278/2028 13% [======== ] 279/2028 13% [======== ] 280/2028 13% [======== ] 281/2028 13% [======== ] 282/2028 13% [======== ] 283/2028 13% [======== ] 284/2028 14% [======== ] 285/2028 14% [======== ] 286/2028 14% [======== ] 287/2028 14% [======== ] 288/2028 14% [======== ] 289/2028 14% [======== ] 290/2028 14% [======== ] 291/2028 14% [======== ] 292/2028 14% [======== ] 293/2028 14% [======== ] 294/2028 14% [========= ] 295/2028 14% [========= ] 296/2028 14% [========= ] 297/2028 14% [========= ] 298/2028 14% [========= ] 299/2028 14% [========= ] 300/2028 14% [========= ] 301/2028 14% [========= ] 302/2028 14% [========= ] 303/2028 14% [========= ] 304/2028 14% [========= ] 305/2028 15% [========= ] 306/2028 15% [========= ] 307/2028 15% [========= ] 308/2028 15% [========= ] 309/2028 15% [========= ] 310/2028 15% [========= ] 311/2028 15% [========= ] 312/2028 15% [========= ] 313/2028 15% [========= ] 314/2028 15% [========= ] 315/2028 15% [========= ] 316/2028 15% [========= ] 317/2028 15% [========= ] 318/2028 15% [========= ] 319/2028 15% [========= ] 320/2028 15% [========= ] 321/2028 15% [========= ] 322/2028 15% [========= ] 323/2028 15% [========= ] 324/2028 15% [========= ] 325/2028 16% [========= ] 326/2028 16% [========= ] 327/2028 16% [========== ] 328/2028 16% [========== ] 329/2028 16% [========== ] 330/2028 16% [========== ] 331/2028 16% [========== ] 332/2028 16% [========== ] 333/2028 16% [========== ] 334/2028 16% [========== ] 335/2028 16% [========== ] 336/2028 16% [========== ] 337/2028 16% [========== ] 338/2028 16% [========== ] 339/2028 16% [========== ] 340/2028 16% [========== ] 341/2028 16% [========== ] 342/2028 16% [========== ] 343/2028 16% [========== ] 344/2028 16% [========== ] 345/2028 17% [========== ] 346/2028 17% [========== ] 347/2028 17% [========== ] 348/2028 17% [========== ] 349/2028 17% [========== ] 350/2028 17% [========== ] 351/2028 17% [========== ] 352/2028 17% [========== ] 353/2028 17% [========== ] 354/2028 17% [========== ] 355/2028 17% [========== ] 356/2028 17% [========== ] 357/2028 17% [========== ] 358/2028 17% [========== ] 359/2028 17% [=========== ] 360/2028 17% [=========== ] 361/2028 17% [=========== ] 362/2028 17% [=========== ] 363/2028 17% [=========== ] 364/2028 17% [=========== ] 365/2028 17% [=========== ] 366/2028 18% [=========== ] 367/2028 18% [=========== ] 368/2028 18% [=========== ] 369/2028 18% [=========== ] 370/2028 18% [=========== ] 371/2028 18% [=========== ] 372/2028 18% [=========== ] 373/2028 18% [=========== ] 374/2028 18% [=========== ] 375/2028 18% [=========== ] 376/2028 18% [=========== ] 377/2028 18% [=========== ] 378/2028 18% [=========== ] 379/2028 18% [=========== ] 380/2028 18% [=========== ] 381/2028 18% [=========== ] 382/2028 18% [=========== ] 383/2028 18% [=========== ] 384/2028 18% [=========== ] 385/2028 18% [=========== ] 386/2028 19% [=========== ] 387/2028 19% [=========== ] 388/2028 19% [=========== ] 389/2028 19% [=========== ] 390/2028 19% [=========== ] 391/2028 19% [=========== ] 392/2028 19% [============ ] 393/2028 19% [============ ] 394/2028 19% [============ ] 395/2028 19% [============ ] 396/2028 19% [============ ] 397/2028 19% [============ ] 398/2028 19% [============ ] 399/2028 19% [============ ] 400/2028 19% [============ ] 401/2028 19% [============ ] 402/2028 19% [============ ] 403/2028 19% [============ ] 404/2028 19% [============ ] 405/2028 19% [============ ] 406/2028 20% [============ ] 407/2028 20% [============ ] 408/2028 20% [============ ] 409/2028 20% [============ ] 410/2028 20% [============ ] 411/2028 20% [============ ] 412/2028 20% [============ ] 413/2028 20% [============ ] 414/2028 20% [============ ] 415/2028 20% [============ ] 416/2028 20% [============ ] 417/2028 20% [============ ] 418/2028 20% [============ ] 419/2028 20% [============ ] 420/2028 20% [============ ] 421/2028 20% [============ ] 422/2028 20% [============ ] 423/2028 20% [============ ] 424/2028 20% [============ ] 425/2028 20% [============= ] 426/2028 21% [============= ] 427/2028 21% [============= ] 428/2028 21% [============= ] 429/2028 21% [============= ] 430/2028 21% [============= ] 431/2028 21% [============= ] 432/2028 21% [============= ] 433/2028 21% [============= ] 434/2028 21% [============= ] 435/2028 21% [============= ] 436/2028 21% [============= ] 437/2028 21% [============= ] 438/2028 21% [============= ] 439/2028 21% [============= ] 440/2028 21% [============= ] 441/2028 21% [============= ] 442/2028 21% [============= ] 443/2028 21% [============= ] 444/2028 21% [============= ] 445/2028 21% [============= ] 446/2028 21% [============= ] 447/2028 22% [============= ] 448/2028 22% [============= ] 449/2028 22% [============= ] 450/2028 22% [============= ] 451/2028 22% [============= ] 452/2028 22% [============= ] 453/2028 22% [============= ] 454/2028 22% [============= ] 455/2028 22% [============= ] 456/2028 22% [============= ] 457/2028 22% [============== ] 458/2028 22% [============== ] 459/2028 22% [============== ] 460/2028 22% [============== ] 461/2028 22% [============== ] 462/2028 22% [============== ] 463/2028 22% [============== ] 464/2028 22% [============== ] 465/2028 22% [============== ] 466/2028 22% [============== ] 467/2028 23% [============== ] 468/2028 23% [============== ] 469/2028 23% [============== ] 470/2028 23% [============== ] 471/2028 23% [============== ] 472/2028 23% [============== ] 473/2028 23% [============== ] 474/2028 23% [============== ] 475/2028 23% [============== ] 476/2028 23% [============== ] 477/2028 23% [============== ] 478/2028 23% [============== ] 479/2028 23% [============== ] 480/2028 23% [============== ] 481/2028 23% [============== ] 482/2028 23% [============== ] 483/2028 23% [============== ] 484/2028 23% [============== ] 485/2028 23% [============== ] 486/2028 23% [============== ] 487/2028 24% [============== ] 488/2028 24% [============== ] 489/2028 24% [============== ] 490/2028 24% [=============== ] 491/2028 24% [=============== ] 492/2028 24% [=============== ] 493/2028 24% [=============== ] 494/2028 24% [=============== ] 495/2028 24% [=============== ] 496/2028 24% [=============== ] 497/2028 24% [=============== ] 498/2028 24% [=============== ] 499/2028 24% [=============== ] 500/2028 24% [=============== ] 501/2028 24% [=============== ] 502/2028 24% [=============== ] 503/2028 24% [=============== ] 504/2028 24% [=============== ] 505/2028 24% [=============== ] 506/2028 24% [=============== ] 507/2028 25% [=============== ] 508/2028 25% [=============== ] 509/2028 25% [=============== ] 510/2028 25% [=============== ] 511/2028 25% [=============== ] 512/2028 25% [=============== ] 513/2028 25% [=============== ] 514/2028 25% [=============== ] 515/2028 25% [=============== ] 516/2028 25% [=============== ] 517/2028 25% [=============== ] 518/2028 25% [=============== ] 519/2028 25% [=============== ] 520/2028 25% [=============== ] 521/2028 25% [=============== ] 522/2028 25% [=============== ] 523/2028 25% [================ ] 524/2028 25% [================ ] 525/2028 25% [================ ] 526/2028 25% [================ ] 527/2028 25% [================ ] 528/2028 26% [================ ] 529/2028 26% [================ ] 530/2028 26% [================ ] 531/2028 26% [================ ] 532/2028 26% [================ ] 533/2028 26% [================ ] 534/2028 26% [================ ] 535/2028 26% [================ ] 536/2028 26% [================ ] 537/2028 26% [================ ] 538/2028 26% [================ ] 539/2028 26% [================ ] 540/2028 26% [================ ] 541/2028 26% [================ ] 542/2028 26% [================ ] 543/2028 26% [================ ] 544/2028 26% [================ ] 545/2028 26% [================ ] 546/2028 26% [================ ] 547/2028 26% [================ ] 548/2028 27% [================ ] 549/2028 27% [================ ] 550/2028 27% [================ ] 551/2028 27% [================ ] 552/2028 27% [================ ] 553/2028 27% [================ ] 554/2028 27% [================ ] 555/2028 27% [================ ] 556/2028 27% [================= ] 557/2028 27% [================= ] 558/2028 27% [================= ] 559/2028 27% [================= ] 560/2028 27% [================= ] 561/2028 27% [================= ] 562/2028 27% [================= ] 563/2028 27% [================= ] 564/2028 27% [================= ] 565/2028 27% [================= ] 566/2028 27% [================= ] 567/2028 27% [================= ] 568/2028 28% [================= ] 569/2028 28% [================= ] 570/2028 28% [================= ] 571/2028 28% [================= ] 572/2028 28% [================= ] 573/2028 28% [================= ] 574/2028 28% [================= ] 575/2028 28% [================= ] 576/2028 28% [================= ] 577/2028 28% [================= ] 578/2028 28% [================= ] 579/2028 28% [================= ] 580/2028 28% [================= ] 581/2028 28% [================= ] 582/2028 28% [================= ] 583/2028 28% [================= ] 584/2028 28% [================= ] 585/2028 28% [================= ] 586/2028 28% [================= ] 587/2028 28% [================= ] 588/2028 28% [================== ] 589/2028 29% [================== ] 590/2028 29% [================== ] 591/2028 29% [================== ] 592/2028 29% [================== ] 593/2028 29% [================== ] 594/2028 29% [================== ] 595/2028 29% [================== ] 596/2028 29% [================== ] 597/2028 29% [================== ] 598/2028 29% [================== ] 599/2028 29% [================== ] 600/2028 29% [================== ] 601/2028 29% [================== ] 602/2028 29% [================== ] 603/2028 29% [================== ] 604/2028 29% [================== ] 605/2028 29% [================== ] 606/2028 29% [================== ] 607/2028 29% [================== ] 608/2028 29% [================== ] 609/2028 30% [================== ] 610/2028 30% [================== ] 611/2028 30% [================== ] 612/2028 30% [================== ] 613/2028 30% [================== ] 614/2028 30% [================== ] 615/2028 30% [================== ] 616/2028 30% [================== ] 617/2028 30% [================== ] 618/2028 30% [================== ] 619/2028 30% [================== ] 620/2028 30% [================== ] 621/2028 30% [=================== ] 622/2028 30% [=================== ] 623/2028 30% [=================== ] 624/2028 30% [=================== ] 625/2028 30% [=================== ] 626/2028 30% [=================== ] 627/2028 30% [=================== ] 628/2028 30% [=================== ] 629/2028 31% [=================== ] 630/2028 31% [=================== ] 631/2028 31% [=================== ] 632/2028 31% [=================== ] 633/2028 31% [=================== ] 634/2028 31% [=================== ] 635/2028 31% [=================== ] 636/2028 31% [=================== ] 637/2028 31% [=================== ] 638/2028 31% [=================== ] 639/2028 31% [=================== ] 640/2028 31% [=================== ] 641/2028 31% [=================== ] 642/2028 31% [=================== ] 643/2028 31% [=================== ] 644/2028 31% [=================== ] 645/2028 31% [=================== ] 646/2028 31% [=================== ] 647/2028 31% [=================== ] 648/2028 31% [=================== ] 649/2028 32% [=================== ] 650/2028 32% [=================== ] 651/2028 32% [=================== ] 652/2028 32% [=================== ] 653/2028 32% [=================== ] 654/2028 32% [==================== ] 655/2028 32% [==================== ] 656/2028 32% [==================== ] 657/2028 32% [==================== ] 658/2028 32% [==================== ] 659/2028 32% [==================== ] 660/2028 32% [==================== ] 661/2028 32% [==================== ] 662/2028 32% [==================== ] 663/2028 32% [==================== ] 664/2028 32% [==================== ] 665/2028 32% [==================== ] 666/2028 32% [==================== ] 667/2028 32% [==================== ] 668/2028 32% [==================== ] 669/2028 32% [==================== ] 670/2028 33% [==================== ] 671/2028 33% [==================== ] 672/2028 33% [==================== ] 673/2028 33% [==================== ] 674/2028 33% [==================== ] 675/2028 33% [==================== ] 676/2028 33% [==================== ] 677/2028 33% [==================== ] 678/2028 33% [==================== ] 679/2028 33% [==================== ] 680/2028 33% [==================== ] 681/2028 33% [==================== ] 682/2028 33% [==================== ] 683/2028 33% [==================== ] 684/2028 33% [==================== ] 685/2028 33% [==================== ] 686/2028 33% [===================== ] 687/2028 33% [===================== ] 688/2028 33% [===================== ] 689/2028 33% [===================== ] 690/2028 34% [===================== ] 691/2028 34% [===================== ] 692/2028 34% [===================== ] 693/2028 34% [===================== ] 694/2028 34% [===================== ] 695/2028 34% [===================== ] 696/2028 34% [===================== ] 697/2028 34% [===================== ] 698/2028 34% [===================== ] 699/2028 34% [===================== ] 700/2028 34% [===================== ] 701/2028 34% [===================== ] 702/2028 34% [===================== ] 703/2028 34% [===================== ] 704/2028 34% [===================== ] 705/2028 34% [===================== ] 706/2028 34% [===================== ] 707/2028 34% [===================== ] 708/2028 34% [===================== ] 709/2028 34% [===================== ] 710/2028 35% [===================== ] 711/2028 35% [===================== ] 712/2028 35% [===================== ] 713/2028 35% [===================== ] 714/2028 35% [===================== ] 715/2028 35% [===================== ] 716/2028 35% [===================== ] 717/2028 35% [===================== ] 718/2028 35% [===================== ] 719/2028 35% [====================== ] 720/2028 35% [====================== ] 721/2028 35% [====================== ] 722/2028 35% [====================== ] 723/2028 35% [====================== ] 724/2028 35% [====================== ] 725/2028 35% [====================== ] 726/2028 35% [====================== ] 727/2028 35% [====================== ] 728/2028 35% [====================== ] 729/2028 35% [====================== ] 730/2028 35% [====================== ] 731/2028 36% [====================== ] 732/2028 36% [====================== ] 733/2028 36% [====================== ] 734/2028 36% [====================== ] 735/2028 36% [====================== ] 736/2028 36% [====================== ] 737/2028 36% [====================== ] 738/2028 36% [====================== ] 739/2028 36% [====================== ] 740/2028 36% [====================== ] 741/2028 36% [====================== ] 742/2028 36% [====================== ] 743/2028 36% [====================== ] 744/2028 36% [====================== ] 745/2028 36% [====================== ] 746/2028 36% [====================== ] 747/2028 36% [====================== ] 748/2028 36% [====================== ] 749/2028 36% [====================== ] 750/2028 36% [====================== ] 751/2028 37% [====================== ] 752/2028 37% [======================= ] 753/2028 37% [======================= ] 754/2028 37% [======================= ] 755/2028 37% [======================= ] 756/2028 37% [======================= ] 757/2028 37% [======================= ] 758/2028 37% [======================= ] 759/2028 37% [======================= ] 760/2028 37% [======================= ] 761/2028 37% [======================= ] 762/2028 37% [======================= ] 763/2028 37% [======================= ] 764/2028 37% [======================= ] 765/2028 37% [======================= ] 766/2028 37% [======================= ] 767/2028 37% [======================= ] 768/2028 37% [======================= ] 769/2028 37% [======================= ] 770/2028 37% [======================= ] 771/2028 38% [======================= ] 772/2028 38% [======================= ] 773/2028 38% [======================= ] 774/2028 38% [======================= ] 775/2028 38% [======================= ] 776/2028 38% [======================= ] 777/2028 38% [======================= ] 778/2028 38% [======================= ] 779/2028 38% [======================= ] 780/2028 38% [======================= ] 781/2028 38% [======================= ] 782/2028 38% [======================= ] 783/2028 38% [======================= ] 784/2028 38% [======================= ] 785/2028 38% [======================== ] 786/2028 38% [======================== ] 787/2028 38% [======================== ] 788/2028 38% [======================== ] 789/2028 38% [======================== ] 790/2028 38% [======================== ] 791/2028 39% [======================== ] 792/2028 39% [======================== ] 793/2028 39% [======================== ] 794/2028 39% [======================== ] 795/2028 39% [======================== ] 796/2028 39% [======================== ] 797/2028 39% [======================== ] 798/2028 39% [======================== ] 799/2028 39% [======================== ] 800/2028 39% [======================== ] 801/2028 39% [======================== ] 802/2028 39% [======================== ] 803/2028 39% [======================== ] 804/2028 39% [======================== ] 805/2028 39% [======================== ] 806/2028 39% [======================== ] 807/2028 39% [======================== ] 808/2028 39% [======================== ] 809/2028 39% [======================== ] 810/2028 39% [======================== ] 811/2028 39% [======================== ] 812/2028 40% [======================== ] 813/2028 40% [======================== ] 814/2028 40% [======================== ] 815/2028 40% [======================== ] 816/2028 40% [======================== ] 817/2028 40% [========================= ] 818/2028 40% [========================= ] 819/2028 40% [========================= ] 820/2028 40% [========================= ] 821/2028 40% [========================= ] 822/2028 40% [========================= ] 823/2028 40% [========================= ] 824/2028 40% [========================= ] 825/2028 40% [========================= ] 826/2028 40% [========================= ] 827/2028 40% [========================= ] 828/2028 40% [========================= ] 829/2028 40% [========================= ] 830/2028 40% [========================= ] 831/2028 40% [========================= ] 832/2028 41% [========================= ] 833/2028 41% [========================= ] 834/2028 41% [========================= ] 835/2028 41% [========================= ] 836/2028 41% [========================= ] 837/2028 41% [========================= ] 838/2028 41% [========================= ] 839/2028 41% [========================= ] 840/2028 41% [========================= ] 841/2028 41% [========================= ] 842/2028 41% [========================= ] 843/2028 41% [========================= ] 844/2028 41% [========================= ] 845/2028 41% [========================= ] 846/2028 41% [========================= ] 847/2028 41% [========================= ] 848/2028 41% [========================= ] 849/2028 41% [========================= ] 850/2028 41% [========================== ] 851/2028 41% [========================== ] 852/2028 42% [========================== ] 853/2028 42% [========================== ] 854/2028 42% [========================== ] 855/2028 42% [========================== ] 856/2028 42% [========================== ] 857/2028 42% [========================== ] 858/2028 42% [========================== ] 859/2028 42% [========================== ] 860/2028 42% [========================== ] 861/2028 42% [========================== ] 862/2028 42% [========================== ] 863/2028 42% [========================== ] 864/2028 42% [========================== ] 865/2028 42% [========================== ] 866/2028 42% [========================== ] 867/2028 42% [========================== ] 868/2028 42% [========================== ] 869/2028 42% [========================== ] 870/2028 42% [========================== ] 871/2028 42% [========================== ] 872/2028 42% [========================== ] 873/2028 43% [========================== ] 874/2028 43% [========================== ] 875/2028 43% [========================== ] 876/2028 43% [========================== ] 877/2028 43% [========================== ] 878/2028 43% [========================== ] 879/2028 43% [========================== ] 880/2028 43% [========================== ] 881/2028 43% [========================== ] 882/2028 43% [========================== ] 883/2028 43% [=========================== ] 884/2028 43% [=========================== ] 885/2028 43% [=========================== ] 886/2028 43% [=========================== ] 887/2028 43% [=========================== ] 888/2028 43% [=========================== ] 889/2028 43% [=========================== ] 890/2028 43% [=========================== ] 891/2028 43% [=========================== ] 892/2028 43% [=========================== ] 893/2028 44% [=========================== ] 894/2028 44% [=========================== ] 895/2028 44% [=========================== ] 896/2028 44% [=========================== ] 897/2028 44% [=========================== ] 898/2028 44% [=========================== ] 899/2028 44% [=========================== ] 900/2028 44% [=========================== ] 901/2028 44% [=========================== ] 902/2028 44% [=========================== ] 903/2028 44% [=========================== ] 904/2028 44% [=========================== ] 905/2028 44% [=========================== ] 906/2028 44% [=========================== ] 907/2028 44% [=========================== ] 908/2028 44% [=========================== ] 909/2028 44% [=========================== ] 910/2028 44% [=========================== ] 911/2028 44% [=========================== ] 912/2028 44% [=========================== ] 913/2028 45% [=========================== ] 914/2028 45% [=========================== ] 915/2028 45% [============================ ] 916/2028 45% [============================ ] 917/2028 45% [============================ ] 918/2028 45% [============================ ] 919/2028 45% [============================ ] 920/2028 45% [============================ ] 921/2028 45% [============================ ] 922/2028 45% [============================ ] 923/2028 45% [============================ ] 924/2028 45% [============================ ] 925/2028 45% [============================ ] 926/2028 45% [============================ ] 927/2028 45% [============================ ] 928/2028 45% [============================ ] 929/2028 45% [============================ ] 930/2028 45% [============================ ] 931/2028 45% [============================ ] 932/2028 45% [============================ ] 933/2028 46% [============================ ] 934/2028 46% [============================ ] 935/2028 46% [============================ ] 936/2028 46% [============================ ] 937/2028 46% [============================ ] 938/2028 46% [============================ ] 939/2028 46% [============================ ] 940/2028 46% [============================ ] 941/2028 46% [============================ ] 942/2028 46% [============================ ] 943/2028 46% [============================ ] 944/2028 46% [============================ ] 945/2028 46% [============================ ] 946/2028 46% [============================ ] 947/2028 46% [============================ ] 948/2028 46% [============================= ] 949/2028 46% [============================= ] 950/2028 46% [============================= ] 951/2028 46% [============================= ] 952/2028 46% [============================= ] 953/2028 46% [============================= ] 954/2028 47% [============================= ] 955/2028 47% [============================= ] 956/2028 47% [============================= ] 957/2028 47% [============================= ] 958/2028 47% [============================= ] 959/2028 47% [============================= ] 960/2028 47% [============================= ] 961/2028 47% [============================= ] 962/2028 47% [============================= ] 963/2028 47% [============================= ] 964/2028 47% [============================= ] 965/2028 47% [============================= ] 966/2028 47% [============================= ] 967/2028 47% [============================= ] 968/2028 47% [============================= ] 969/2028 47% [============================= ] 970/2028 47% [============================= ] 971/2028 47% [============================= ] 972/2028 47% [============================= ] 973/2028 47% [============================= ] 974/2028 48% [============================= ] 975/2028 48% [============================= ] 976/2028 48% [============================= ] 977/2028 48% [============================= ] 978/2028 48% [============================= ] 979/2028 48% [============================= ] 980/2028 48% [============================= ] 981/2028 48% [============================== ] 982/2028 48% [============================== ] 983/2028 48% [============================== ] 984/2028 48% [============================== ] 985/2028 48% [============================== ] 986/2028 48% [============================== ] 987/2028 48% [============================== ] 988/2028 48% [============================== ] 989/2028 48% [============================== ] 990/2028 48% [============================== ] 991/2028 48% [============================== ] 992/2028 48% [============================== ] 993/2028 48% [============================== ] 994/2028 49% [============================== ] 995/2028 49% [============================== ] 996/2028 49% [============================== ] 997/2028 49% [============================== ] 998/2028 49% [============================== ] 999/2028 49% [============================== ] 1000/2028 49% [============================== ] 1001/2028 49% [============================== ] 1002/2028 49% [============================== ] 1003/2028 49% [============================== ] 1004/2028 49% [============================== ] 1005/2028 49% [============================== ] 1006/2028 49% [============================== ] 1007/2028 49% [============================== ] 1008/2028 49% [============================== ] 1009/2028 49% [============================== ] 1010/2028 49% [============================== ] 1011/2028 49% [============================== ] 1012/2028 49% [============================== ] 1013/2028 49% [=============================== ] 1014/2028 50% [=============================== ] 1015/2028 50% [=============================== ] 1016/2028 50% [=============================== ] 1017/2028 50% [=============================== ] 1018/2028 50% [=============================== ] 1019/2028 50% [=============================== ] 1020/2028 50% [=============================== ] 1021/2028 50% [=============================== ] 1022/2028 50% [=============================== ] 1023/2028 50% [=============================== ] 1024/2028 50% [=============================== ] 1025/2028 50% [=============================== ] 1026/2028 50% [=============================== ] 1027/2028 50% [=============================== ] 1028/2028 50% [=============================== ] 1029/2028 50% [=============================== ] 1030/2028 50% [=============================== ] 1031/2028 50% [=============================== ] 1032/2028 50% [=============================== ] 1033/2028 50% [=============================== ] 1034/2028 50% [=============================== ] 1035/2028 51% [=============================== ] 1036/2028 51% [=============================== ] 1037/2028 51% [=============================== ] 1038/2028 51% [=============================== ] 1039/2028 51% [=============================== ] 1040/2028 51% [=============================== ] 1041/2028 51% [=============================== ] 1042/2028 51% [=============================== ] 1043/2028 51% [=============================== ] 1044/2028 51% [=============================== ] 1045/2028 51% [=============================== ] 1046/2028 51% [================================ ] 1047/2028 51% [================================ ] 1048/2028 51% [================================ ] 1049/2028 51% [================================ ] 1050/2028 51% [================================ ] 1051/2028 51% [================================ ] 1052/2028 51% [================================ ] 1053/2028 51% [================================ ] 1054/2028 51% [================================ ] 1055/2028 52% [================================ ] 1056/2028 52% [================================ ] 1057/2028 52% [================================ ] 1058/2028 52% [================================ ] 1059/2028 52% [================================ ] 1060/2028 52% [================================ ] 1061/2028 52% [================================ ] 1062/2028 52% [================================ ] 1063/2028 52% [================================ ] 1064/2028 52% [================================ ] 1065/2028 52% [================================ ] 1066/2028 52% [================================ ] 1067/2028 52% [================================ ] 1068/2028 52% [================================ ] 1069/2028 52% [================================ ] 1070/2028 52% [================================ ] 1071/2028 52% [================================ ] 1072/2028 52% [================================ ] 1073/2028 52% [================================ ] 1074/2028 52% [================================ ] 1075/2028 53% [================================ ] 1076/2028 53% [================================ ] 1077/2028 53% [================================ ] 1078/2028 53% [================================ ] 1079/2028 53% [================================= ] 1080/2028 53% [================================= ] 1081/2028 53% [================================= ] 1082/2028 53% [================================= ] 1083/2028 53% [================================= ] 1084/2028 53% [================================= ] 1085/2028 53% [================================= ] 1086/2028 53% [================================= ] 1087/2028 53% [================================= ] 1088/2028 53% [================================= ] 1089/2028 53% [================================= ] 1090/2028 53% [================================= ] 1091/2028 53% [================================= ] 1092/2028 53% [================================= ] 1093/2028 53% [================================= ] 1094/2028 53% [================================= ] 1095/2028 53% [================================= ] 1096/2028 54% [================================= ] 1097/2028 54% [================================= ] 1098/2028 54% [================================= ] 1099/2028 54% [================================= ] 1100/2028 54% [================================= ] 1101/2028 54% [================================= ] 1102/2028 54% [================================= ] 1103/2028 54% [================================= ] 1104/2028 54% [================================= ] 1105/2028 54% [================================= ] 1106/2028 54% [================================= ] 1107/2028 54% [================================= ] 1108/2028 54% [================================= ] 1109/2028 54% [================================= ] 1110/2028 54% [================================= ] 1111/2028 54% [================================= ] 1112/2028 54% [================================== ] 1113/2028 54% [================================== ] 1114/2028 54% [================================== ] 1115/2028 54% [================================== ] 1116/2028 55% [================================== ] 1117/2028 55% [================================== ] 1118/2028 55% [================================== ] 1119/2028 55% [================================== ] 1120/2028 55% [================================== ] 1121/2028 55% [================================== ] 1122/2028 55% [================================== ] 1123/2028 55% [================================== ] 1124/2028 55% [================================== ] 1125/2028 55% [================================== ] 1126/2028 55% [================================== ] 1127/2028 55% [================================== ] 1128/2028 55% [================================== ] 1129/2028 55% [================================== ] 1130/2028 55% [================================== ] 1131/2028 55% [================================== ] 1132/2028 55% [================================== ] 1133/2028 55% [================================== ] 1134/2028 55% [================================== ] 1135/2028 55% [================================== ] 1136/2028 56% [================================== ] 1137/2028 56% [================================== ] 1138/2028 56% [================================== ] 1139/2028 56% [================================== ] 1140/2028 56% [================================== ] 1141/2028 56% [================================== ] 1142/2028 56% [================================== ] 1143/2028 56% [================================== ] 1144/2028 56% [=================================== ] 1145/2028 56% [=================================== ] 1146/2028 56% [=================================== ] 1147/2028 56% [=================================== ] 1148/2028 56% [=================================== ] 1149/2028 56% [=================================== ] 1150/2028 56% [=================================== ] 1151/2028 56% [=================================== ] 1152/2028 56% [=================================== ] 1153/2028 56% [=================================== ] 1154/2028 56% [=================================== ] 1155/2028 56% [=================================== ] 1156/2028 57% [=================================== ] 1157/2028 57% [=================================== ] 1158/2028 57% [=================================== ] 1159/2028 57% [=================================== ] 1160/2028 57% [=================================== ] 1161/2028 57% [=================================== ] 1162/2028 57% [=================================== ] 1163/2028 57% [=================================== ] 1164/2028 57% [=================================== ] 1165/2028 57% [=================================== ] 1166/2028 57% [=================================== ] 1167/2028 57% [=================================== ] 1168/2028 57% [=================================== ] 1169/2028 57% [=================================== ] 1170/2028 57% [=================================== ] 1171/2028 57% [=================================== ] 1172/2028 57% [=================================== ] 1173/2028 57% [=================================== ] 1174/2028 57% [=================================== ] 1175/2028 57% [=================================== ] 1176/2028 57% [=================================== ] 1177/2028 58% [==================================== ] 1178/2028 58% [==================================== ] 1179/2028 58% [==================================== ] 1180/2028 58% [==================================== ] 1181/2028 58% [==================================== ] 1182/2028 58% [==================================== ] 1183/2028 58% [==================================== ] 1184/2028 58% [==================================== ] 1185/2028 58% [==================================== ] 1186/2028 58% [==================================== ] 1187/2028 58% [==================================== ] 1188/2028 58% [==================================== ] 1189/2028 58% [==================================== ] 1190/2028 58% [==================================== ] 1191/2028 58% [==================================== ] 1192/2028 58% [==================================== ] 1193/2028 58% [==================================== ] 1194/2028 58% [==================================== ] 1195/2028 58% [==================================== ] 1196/2028 58% [==================================== ] 1197/2028 59% [==================================== ] 1198/2028 59% [==================================== ] 1199/2028 59% [==================================== ] 1200/2028 59% [==================================== ] 1201/2028 59% [==================================== ] 1202/2028 59% [==================================== ] 1203/2028 59% [==================================== ] 1204/2028 59% [==================================== ] 1205/2028 59% [==================================== ] 1206/2028 59% [==================================== ] 1207/2028 59% [==================================== ] 1208/2028 59% [==================================== ] 1209/2028 59% [==================================== ] 1210/2028 59% [===================================== ] 1211/2028 59% [===================================== ] 1212/2028 59% [===================================== ] 1213/2028 59% [===================================== ] 1214/2028 59% [===================================== ] 1215/2028 59% [===================================== ] 1216/2028 59% [===================================== ] 1217/2028 60% [===================================== ] 1218/2028 60% [===================================== ] 1219/2028 60% [===================================== ] 1220/2028 60% [===================================== ] 1221/2028 60% [===================================== ] 1222/2028 60% [===================================== ] 1223/2028 60% [===================================== ] 1224/2028 60% [===================================== ] 1225/2028 60% [===================================== ] 1226/2028 60% [===================================== ] 1227/2028 60% [===================================== ] 1228/2028 60% [===================================== ] 1229/2028 60% [===================================== ] 1230/2028 60% [===================================== ] 1231/2028 60% [===================================== ] 1232/2028 60% [===================================== ] 1233/2028 60% [===================================== ] 1234/2028 60% [===================================== ] 1235/2028 60% [===================================== ] 1236/2028 60% [===================================== ] 1237/2028 60% [===================================== ] 1238/2028 61% [===================================== ] 1239/2028 61% [===================================== ] 1240/2028 61% [===================================== ] 1241/2028 61% [===================================== ] 1242/2028 61% [====================================== ] 1243/2028 61% [====================================== ] 1244/2028 61% [====================================== ] 1245/2028 61% [====================================== ] 1246/2028 61% [====================================== ] 1247/2028 61% [====================================== ] 1248/2028 61% [====================================== ] 1249/2028 61% [====================================== ] 1250/2028 61% [====================================== ] 1251/2028 61% [====================================== ] 1252/2028 61% [====================================== ] 1253/2028 61% [====================================== ] 1254/2028 61% [====================================== ] 1255/2028 61% [====================================== ] 1256/2028 61% [====================================== ] 1257/2028 61% [====================================== ] 1258/2028 62% [====================================== ] 1259/2028 62% [====================================== ] 1260/2028 62% [====================================== ] 1261/2028 62% [====================================== ] 1262/2028 62% [====================================== ] 1263/2028 62% [====================================== ] 1264/2028 62% [====================================== ] 1265/2028 62% [====================================== ] 1266/2028 62% [====================================== ] 1267/2028 62% [====================================== ] 1268/2028 62% [====================================== ] 1269/2028 62% [====================================== ] 1270/2028 62% [====================================== ] 1271/2028 62% [====================================== ] 1272/2028 62% [====================================== ] 1273/2028 62% [====================================== ] 1274/2028 62% [====================================== ] 1275/2028 62% [======================================= ] 1276/2028 62% [======================================= ] 1277/2028 62% [======================================= ] 1278/2028 63% [======================================= ] 1279/2028 63% [======================================= ] 1280/2028 63% [======================================= ] 1281/2028 63% [======================================= ] 1282/2028 63% [======================================= ] 1283/2028 63% [======================================= ] 1284/2028 63% [======================================= ] 1285/2028 63% [======================================= ] 1286/2028 63% [======================================= ] 1287/2028 63% [======================================= ] 1288/2028 63% [======================================= ] 1289/2028 63% [======================================= ] 1290/2028 63% [======================================= ] 1291/2028 63% [======================================= ] 1292/2028 63% [======================================= ] 1293/2028 63% [======================================= ] 1294/2028 63% [======================================= ] 1295/2028 63% [======================================= ] 1296/2028 63% [======================================= ] 1297/2028 63% [======================================= ] 1298/2028 64% [======================================= ] 1299/2028 64% [======================================= ] 1300/2028 64% [======================================= ] 1301/2028 64% [======================================= ] 1302/2028 64% [======================================= ] 1303/2028 64% [======================================= ] 1304/2028 64% [======================================= ] 1305/2028 64% [======================================= ] 1306/2028 64% [======================================= ] 1307/2028 64% [======================================= ] 1308/2028 64% [======================================== ] 1309/2028 64% [======================================== ] 1310/2028 64% [======================================== ] 1311/2028 64% [======================================== ] 1312/2028 64% [======================================== ] 1313/2028 64% [======================================== ] 1314/2028 64% [======================================== ] 1315/2028 64% [======================================== ] 1316/2028 64% [======================================== ] 1317/2028 64% [======================================== ] 1318/2028 64% [======================================== ] 1319/2028 65% [======================================== ] 1320/2028 65% [======================================== ] 1321/2028 65% [======================================== ] 1322/2028 65% [======================================== ] 1323/2028 65% [======================================== ] 1324/2028 65% [======================================== ] 1325/2028 65% [======================================== ] 1326/2028 65% [======================================== ] 1327/2028 65% [======================================== ] 1328/2028 65% [======================================== ] 1329/2028 65% [======================================== ] 1330/2028 65% [======================================== ] 1331/2028 65% [======================================== ] 1332/2028 65% [======================================== ] 1333/2028 65% [======================================== ] 1334/2028 65% [======================================== ] 1335/2028 65% [======================================== ] 1336/2028 65% [======================================== ] 1337/2028 65% [======================================== ] 1338/2028 65% [======================================== ] 1339/2028 66% [======================================== ] 1340/2028 66% [======================================== ] 1341/2028 66% [========================================= ] 1342/2028 66% [========================================= ] 1343/2028 66% [========================================= ] 1344/2028 66% [========================================= ] 1345/2028 66% [========================================= ] 1346/2028 66% [========================================= ] 1347/2028 66% [========================================= ] 1348/2028 66% [========================================= ] 1349/2028 66% [========================================= ] 1350/2028 66% [========================================= ] 1351/2028 66% [========================================= ] 1352/2028 66% [========================================= ] 1353/2028 66% [========================================= ] 1354/2028 66% [========================================= ] 1355/2028 66% [========================================= ] 1356/2028 66% [========================================= ] 1357/2028 66% [========================================= ] 1358/2028 66% [========================================= ] 1359/2028 67% [========================================= ] 1360/2028 67% [========================================= ] 1361/2028 67% [========================================= ] 1362/2028 67% [========================================= ] 1363/2028 67% [========================================= ] 1364/2028 67% [========================================= ] 1365/2028 67% [========================================= ] 1366/2028 67% [========================================= ] 1367/2028 67% [========================================= ] 1368/2028 67% [========================================= ] 1369/2028 67% [========================================= ] 1370/2028 67% [========================================= ] 1371/2028 67% [========================================= ] 1372/2028 67% [========================================= ] 1373/2028 67% [========================================== ] 1374/2028 67% [========================================== ] 1375/2028 67% [========================================== ] 1376/2028 67% [========================================== ] 1377/2028 67% [========================================== ] 1378/2028 67% [========================================== ] 1379/2028 67% [========================================== ] 1380/2028 68% [========================================== ] 1381/2028 68% [========================================== ] 1382/2028 68% [========================================== ] 1383/2028 68% [========================================== ] 1384/2028 68% [========================================== ] 1385/2028 68% [========================================== ] 1386/2028 68% [========================================== ] 1387/2028 68% [========================================== ] 1388/2028 68% [========================================== ] 1389/2028 68% [========================================== ] 1390/2028 68% [========================================== ] 1391/2028 68% [========================================== ] 1392/2028 68% [========================================== ] 1393/2028 68% [========================================== ] 1394/2028 68% [========================================== ] 1395/2028 68% [========================================== ] 1396/2028 68% [========================================== ] 1397/2028 68% [========================================== ] 1398/2028 68% [========================================== ] 1399/2028 68% [========================================== ] 1400/2028 69% [========================================== ] 1401/2028 69% [========================================== ] 1402/2028 69% [========================================== ] 1403/2028 69% [========================================== ] 1404/2028 69% [========================================== ] 1405/2028 69% [========================================== ] 1406/2028 69% [=========================================== ] 1407/2028 69% [=========================================== ] 1408/2028 69% [=========================================== ] 1409/2028 69% [=========================================== ] 1410/2028 69% [=========================================== ] 1411/2028 69% [=========================================== ] 1412/2028 69% [=========================================== ] 1413/2028 69% [=========================================== ] 1414/2028 69% [=========================================== ] 1415/2028 69% [=========================================== ] 1416/2028 69% [=========================================== ] 1417/2028 69% [=========================================== ] 1418/2028 69% [=========================================== ] 1419/2028 69% [=========================================== ] 1420/2028 70% [=========================================== ] 1421/2028 70% [=========================================== ] 1422/2028 70% [=========================================== ] 1423/2028 70% [=========================================== ] 1424/2028 70% [=========================================== ] 1425/2028 70% [=========================================== ] 1426/2028 70% [=========================================== ] 1427/2028 70% [=========================================== ] 1428/2028 70% [=========================================== ] 1429/2028 70% [=========================================== ] 1430/2028 70% [=========================================== ] 1431/2028 70% [=========================================== ] 1432/2028 70% [=========================================== ] 1433/2028 70% [=========================================== ] 1434/2028 70% [=========================================== ] 1435/2028 70% [=========================================== ] 1436/2028 70% [=========================================== ] 1437/2028 70% [=========================================== ] 1438/2028 70% [=========================================== ] 1439/2028 70% [============================================ ] 1440/2028 71% [============================================ ] 1441/2028 71% [============================================ ] 1442/2028 71% [============================================ ] 1443/2028 71% [============================================ ] 1444/2028 71% [============================================ ] 1445/2028 71% [============================================ ] 1446/2028 71% [============================================ ] 1447/2028 71% [============================================ ] 1448/2028 71% [============================================ ] 1449/2028 71% [============================================ ] 1450/2028 71% [============================================ ] 1451/2028 71% [============================================ ] 1452/2028 71% [============================================ ] 1453/2028 71% [============================================ ] 1454/2028 71% [============================================ ] 1455/2028 71% [============================================ ] 1456/2028 71% [============================================ ] 1457/2028 71% [============================================ ] 1458/2028 71% [============================================ ] 1459/2028 71% [============================================ ] 1460/2028 71% [============================================ ] 1461/2028 72% [============================================ ] 1462/2028 72% [============================================ ] 1463/2028 72% [============================================ ] 1464/2028 72% [============================================ ] 1465/2028 72% [============================================ ] 1466/2028 72% [============================================ ] 1467/2028 72% [============================================ ] 1468/2028 72% [============================================ ] 1469/2028 72% [============================================ ] 1470/2028 72% [============================================ ] 1471/2028 72% [============================================= ] 1472/2028 72% [============================================= ] 1473/2028 72% [============================================= ] 1474/2028 72% [============================================= ] 1475/2028 72% [============================================= ] 1476/2028 72% [============================================= ] 1477/2028 72% [============================================= ] 1478/2028 72% [============================================= ] 1479/2028 72% [============================================= ] 1480/2028 72% [============================================= ] 1481/2028 73% [============================================= ] 1482/2028 73% [============================================= ] 1483/2028 73% [============================================= ] 1484/2028 73% [============================================= ] 1485/2028 73% [============================================= ] 1486/2028 73% [============================================= ] 1487/2028 73% [============================================= ] 1488/2028 73% [============================================= ] 1489/2028 73% [============================================= ] 1490/2028 73% [============================================= ] 1491/2028 73% [============================================= ] 1492/2028 73% [============================================= ] 1493/2028 73% [============================================= ] 1494/2028 73% [============================================= ] 1495/2028 73% [============================================= ] 1496/2028 73% [============================================= ] 1497/2028 73% [============================================= ] 1498/2028 73% [============================================= ] 1499/2028 73% [============================================= ] 1500/2028 73% [============================================= ] 1501/2028 74% [============================================= ] 1502/2028 74% [============================================= ] 1503/2028 74% [============================================= ] 1504/2028 74% [============================================== ] 1505/2028 74% [============================================== ] 1506/2028 74% [============================================== ] 1507/2028 74% [============================================== ] 1508/2028 74% [============================================== ] 1509/2028 74% [============================================== ] 1510/2028 74% [============================================== ] 1511/2028 74% [============================================== ] 1512/2028 74% [============================================== ] 1513/2028 74% [============================================== ] 1514/2028 74% [============================================== ] 1515/2028 74% [============================================== ] 1516/2028 74% [============================================== ] 1517/2028 74% [============================================== ] 1518/2028 74% [============================================== ] 1519/2028 74% [============================================== ] 1520/2028 74% [============================================== ] 1521/2028 75% [============================================== ] 1522/2028 75% [============================================== ] 1523/2028 75% [============================================== ] 1524/2028 75% [============================================== ] 1525/2028 75% [============================================== ] 1526/2028 75% [============================================== ] 1527/2028 75% [============================================== ] 1528/2028 75% [============================================== ] 1529/2028 75% [============================================== ] 1530/2028 75% [============================================== ] 1531/2028 75% [============================================== ] 1532/2028 75% [============================================== ] 1533/2028 75% [============================================== ] 1534/2028 75% [============================================== ] 1535/2028 75% [============================================== ] 1536/2028 75% [============================================== ] 1537/2028 75% [=============================================== ] 1538/2028 75% [=============================================== ] 1539/2028 75% [=============================================== ] 1540/2028 75% [=============================================== ] 1541/2028 75% [=============================================== ] 1542/2028 76% [=============================================== ] 1543/2028 76% [=============================================== ] 1544/2028 76% [=============================================== ] 1545/2028 76% [=============================================== ] 1546/2028 76% [=============================================== ] 1547/2028 76% [=============================================== ] 1548/2028 76% [=============================================== ] 1549/2028 76% [=============================================== ] 1550/2028 76% [=============================================== ] 1551/2028 76% [=============================================== ] 1552/2028 76% [=============================================== ] 1553/2028 76% [=============================================== ] 1554/2028 76% [=============================================== ] 1555/2028 76% [=============================================== ] 1556/2028 76% [=============================================== ] 1557/2028 76% [=============================================== ] 1558/2028 76% [=============================================== ] 1559/2028 76% [=============================================== ] 1560/2028 76% [=============================================== ] 1561/2028 76% [=============================================== ] 1562/2028 77% [=============================================== ] 1563/2028 77% [=============================================== ] 1564/2028 77% [=============================================== ] 1565/2028 77% [=============================================== ] 1566/2028 77% [=============================================== ] 1567/2028 77% [=============================================== ] 1568/2028 77% [=============================================== ] 1569/2028 77% [=============================================== ] 1570/2028 77% [================================================ ] 1571/2028 77% [================================================ ] 1572/2028 77% [================================================ ] 1573/2028 77% [================================================ ] 1574/2028 77% [================================================ ] 1575/2028 77% [================================================ ] 1576/2028 77% [================================================ ] 1577/2028 77% [================================================ ] 1578/2028 77% [================================================ ] 1579/2028 77% [================================================ ] 1580/2028 77% [================================================ ] 1581/2028 77% [================================================ ] 1582/2028 78% [================================================ ] 1583/2028 78% [================================================ ] 1584/2028 78% [================================================ ] 1585/2028 78% [================================================ ] 1586/2028 78% [================================================ ] 1587/2028 78% [================================================ ] 1588/2028 78% [================================================ ] 1589/2028 78% [================================================ ] 1590/2028 78% [================================================ ] 1591/2028 78% [================================================ ] 1592/2028 78% [================================================ ] 1593/2028 78% [================================================ ] 1594/2028 78% [================================================ ] 1595/2028 78% [================================================ ] 1596/2028 78% [================================================ ] 1597/2028 78% [================================================ ] 1598/2028 78% [================================================ ] 1599/2028 78% [================================================ ] 1600/2028 78% [================================================ ] 1601/2028 78% [================================================ ] 1602/2028 78% [================================================= ] 1603/2028 79% [================================================= ] 1604/2028 79% [================================================= ] 1605/2028 79% [================================================= ] 1606/2028 79% [================================================= ] 1607/2028 79% [================================================= ] 1608/2028 79% [================================================= ] 1609/2028 79% [================================================= ] 1610/2028 79% [================================================= ] 1611/2028 79% [================================================= ] 1612/2028 79% [================================================= ] 1613/2028 79% [================================================= ] 1614/2028 79% [================================================= ] 1615/2028 79% [================================================= ] 1616/2028 79% [================================================= ] 1617/2028 79% [================================================= ] 1618/2028 79% [================================================= ] 1619/2028 79% [================================================= ] 1620/2028 79% [================================================= ] 1621/2028 79% [================================================= ] 1622/2028 79% [================================================= ] 1623/2028 80% [================================================= ] 1624/2028 80% [================================================= ] 1625/2028 80% [================================================= ] 1626/2028 80% [================================================= ] 1627/2028 80% [================================================= ] 1628/2028 80% [================================================= ] 1629/2028 80% [================================================= ] 1630/2028 80% [================================================= ] 1631/2028 80% [================================================= ] 1632/2028 80% [================================================= ] 1633/2028 80% [================================================= ] 1634/2028 80% [================================================= ] 1635/2028 80% [================================================== ] 1636/2028 80% [================================================== ] 1637/2028 80% [================================================== ] 1638/2028 80% [================================================== ] 1639/2028 80% [================================================== ] 1640/2028 80% [================================================== ] 1641/2028 80% [================================================== ] 1642/2028 80% [================================================== ] 1643/2028 81% [================================================== ] 1644/2028 81% [================================================== ] 1645/2028 81% [================================================== ] 1646/2028 81% [================================================== ] 1647/2028 81% [================================================== ] 1648/2028 81% [================================================== ] 1649/2028 81% [================================================== ] 1650/2028 81% [================================================== ] 1651/2028 81% [================================================== ] 1652/2028 81% [================================================== ] 1653/2028 81% [================================================== ] 1654/2028 81% [================================================== ] 1655/2028 81% [================================================== ] 1656/2028 81% [================================================== ] 1657/2028 81% [================================================== ] 1658/2028 81% [================================================== ] 1659/2028 81% [================================================== ] 1660/2028 81% [================================================== ] 1661/2028 81% [================================================== ] 1662/2028 81% [================================================== ] 1663/2028 82% [================================================== ] 1664/2028 82% [================================================== ] 1665/2028 82% [================================================== ] 1666/2028 82% [================================================== ] 1667/2028 82% [================================================== ] 1668/2028 82% [=================================================== ] 1669/2028 82% [=================================================== ] 1670/2028 82% [=================================================== ] 1671/2028 82% [=================================================== ] 1672/2028 82% [=================================================== ] 1673/2028 82% [=================================================== ] 1674/2028 82% [=================================================== ] 1675/2028 82% [=================================================== ] 1676/2028 82% [=================================================== ] 1677/2028 82% [=================================================== ] 1678/2028 82% [=================================================== ] 1679/2028 82% [=================================================== ] 1680/2028 82% [=================================================== ] 1681/2028 82% [=================================================== ] 1682/2028 82% [=================================================== ] 1683/2028 82% [=================================================== ] 1684/2028 83% [=================================================== ] 1685/2028 83% [=================================================== ] 1686/2028 83% [=================================================== ] 1687/2028 83% [=================================================== ] 1688/2028 83% [=================================================== ] 1689/2028 83% [=================================================== ] 1690/2028 83% [=================================================== ] 1691/2028 83% [=================================================== ] 1692/2028 83% [=================================================== ] 1693/2028 83% [=================================================== ] 1694/2028 83% [=================================================== ] 1695/2028 83% [=================================================== ] 1696/2028 83% [=================================================== ] 1697/2028 83% [=================================================== ] 1698/2028 83% [=================================================== ] 1699/2028 83% [=================================================== ] 1700/2028 83% [==================================================== ] 1701/2028 83% [==================================================== ] 1702/2028 83% [==================================================== ] 1703/2028 83% [==================================================== ] 1704/2028 84% [==================================================== ] 1705/2028 84% [==================================================== ] 1706/2028 84% [==================================================== ] 1707/2028 84% [==================================================== ] 1708/2028 84% [==================================================== ] 1709/2028 84% [==================================================== ] 1710/2028 84% [==================================================== ] 1711/2028 84% [==================================================== ] 1712/2028 84% [==================================================== ] 1713/2028 84% [==================================================== ] 1714/2028 84% [==================================================== ] 1715/2028 84% [==================================================== ] 1716/2028 84% [==================================================== ] 1717/2028 84% [==================================================== ] 1718/2028 84% [==================================================== ] 1719/2028 84% [==================================================== ] 1720/2028 84% [==================================================== ] 1721/2028 84% [==================================================== ] 1722/2028 84% [==================================================== ] 1723/2028 84% [==================================================== ] 1724/2028 85% [==================================================== ] 1725/2028 85% [==================================================== ] 1726/2028 85% [==================================================== ] 1727/2028 85% [==================================================== ] 1728/2028 85% [==================================================== ] 1729/2028 85% [==================================================== ] 1730/2028 85% [==================================================== ] 1731/2028 85% [==================================================== ] 1732/2028 85% [==================================================== ] 1733/2028 85% [===================================================== ] 1734/2028 85% [===================================================== ] 1735/2028 85% [===================================================== ] 1736/2028 85% [===================================================== ] 1737/2028 85% [===================================================== ] 1738/2028 85% [===================================================== ] 1739/2028 85% [===================================================== ] 1740/2028 85% [===================================================== ] 1741/2028 85% [===================================================== ] 1742/2028 85% [===================================================== ] 1743/2028 85% [===================================================== ] 1744/2028 85% [===================================================== ] 1745/2028 86% [===================================================== ] 1746/2028 86% [===================================================== ] 1747/2028 86% [===================================================== ] 1748/2028 86% [===================================================== ] 1749/2028 86% [===================================================== ] 1750/2028 86% [===================================================== ] 1751/2028 86% [===================================================== ] 1752/2028 86% [===================================================== ] 1753/2028 86% [===================================================== ] 1754/2028 86% [===================================================== ] 1755/2028 86% [===================================================== ] 1756/2028 86% [===================================================== ] 1757/2028 86% [===================================================== ] 1758/2028 86% [===================================================== ] 1759/2028 86% [===================================================== ] 1760/2028 86% [===================================================== ] 1761/2028 86% [===================================================== ] 1762/2028 86% [===================================================== ] 1763/2028 86% [===================================================== ] 1764/2028 86% [===================================================== ] 1765/2028 87% [===================================================== ] 1766/2028 87% [====================================================== ] 1767/2028 87% [====================================================== ] 1768/2028 87% [====================================================== ] 1769/2028 87% [====================================================== ] 1770/2028 87% [====================================================== ] 1771/2028 87% [====================================================== ] 1772/2028 87% [====================================================== ] 1773/2028 87% [====================================================== ] 1774/2028 87% [====================================================== ] 1775/2028 87% [====================================================== ] 1776/2028 87% [====================================================== ] 1777/2028 87% [====================================================== ] 1778/2028 87% [====================================================== ] 1779/2028 87% [====================================================== ] 1780/2028 87% [====================================================== ] 1781/2028 87% [====================================================== ] 1782/2028 87% [====================================================== ] 1783/2028 87% [====================================================== ] 1784/2028 87% [====================================================== ] 1785/2028 88% [====================================================== ] 1786/2028 88% [====================================================== ] 1787/2028 88% [====================================================== ] 1788/2028 88% [====================================================== ] 1789/2028 88% [====================================================== ] 1790/2028 88% [====================================================== ] 1791/2028 88% [====================================================== ] 1792/2028 88% [====================================================== ] 1793/2028 88% [====================================================== ] 1794/2028 88% [====================================================== ] 1795/2028 88% [====================================================== ] 1796/2028 88% [====================================================== ] 1797/2028 88% [====================================================== ] 1798/2028 88% [====================================================== ] 1799/2028 88% [======================================================= ] 1800/2028 88% [======================================================= ] 1801/2028 88% [======================================================= ] 1802/2028 88% [======================================================= ] 1803/2028 88% [======================================================= ] 1804/2028 88% [======================================================= ] 1805/2028 89% [======================================================= ] 1806/2028 89% [======================================================= ] 1807/2028 89% [======================================================= ] 1808/2028 89% [======================================================= ] 1809/2028 89% [======================================================= ] 1810/2028 89% [======================================================= ] 1811/2028 89% [======================================================= ] 1812/2028 89% [======================================================= ] 1813/2028 89% [======================================================= ] 1814/2028 89% [======================================================= ] 1815/2028 89% [======================================================= ] 1816/2028 89% [======================================================= ] 1817/2028 89% [======================================================= ] 1818/2028 89% [======================================================= ] 1819/2028 89% [======================================================= ] 1820/2028 89% [======================================================= ] 1821/2028 89% [======================================================= ] 1822/2028 89% [======================================================= ] 1823/2028 89% [======================================================= ] 1824/2028 89% [======================================================= ] 1825/2028 89% [======================================================= ] 1826/2028 90% [======================================================= ] 1827/2028 90% [======================================================= ] 1828/2028 90% [======================================================= ] 1829/2028 90% [======================================================= ] 1830/2028 90% [======================================================= ] 1831/2028 90% [======================================================== ] 1832/2028 90% [======================================================== ] 1833/2028 90% [======================================================== ] 1834/2028 90% [======================================================== ] 1835/2028 90% [======================================================== ] 1836/2028 90% [======================================================== ] 1837/2028 90% [======================================================== ] 1838/2028 90% [======================================================== ] 1839/2028 90% [======================================================== ] 1840/2028 90% [======================================================== ] 1841/2028 90% [======================================================== ] 1842/2028 90% [======================================================== ] 1843/2028 90% [======================================================== ] 1844/2028 90% [======================================================== ] 1845/2028 90% [======================================================== ] 1846/2028 91% [======================================================== ] 1847/2028 91% [======================================================== ] 1848/2028 91% [======================================================== ] 1849/2028 91% [======================================================== ] 1850/2028 91% [======================================================== ] 1851/2028 91% [======================================================== ] 1852/2028 91% [======================================================== ] 1853/2028 91% [======================================================== ] 1854/2028 91% [======================================================== ] 1855/2028 91% [======================================================== ] 1856/2028 91% [======================================================== ] 1857/2028 91% [======================================================== ] 1858/2028 91% [======================================================== ] 1859/2028 91% [======================================================== ] 1860/2028 91% [======================================================== ] 1861/2028 91% [======================================================== ] 1862/2028 91% [======================================================== ] 1863/2028 91% [======================================================== ] 1864/2028 91% [========================================================= ] 1865/2028 91% [========================================================= ] 1866/2028 92% [========================================================= ] 1867/2028 92% [========================================================= ] 1868/2028 92% [========================================================= ] 1869/2028 92% [========================================================= ] 1870/2028 92% [========================================================= ] 1871/2028 92% [========================================================= ] 1872/2028 92% [========================================================= ] 1873/2028 92% [========================================================= ] 1874/2028 92% [========================================================= ] 1875/2028 92% [========================================================= ] 1876/2028 92% [========================================================= ] 1877/2028 92% [========================================================= ] 1878/2028 92% [========================================================= ] 1879/2028 92% [========================================================= ] 1880/2028 92% [========================================================= ] 1881/2028 92% [========================================================= ] 1882/2028 92% [========================================================= ] 1883/2028 92% [========================================================= ] 1884/2028 92% [========================================================= ] 1885/2028 92% [========================================================= ] 1886/2028 92% [========================================================= ] 1887/2028 93% [========================================================= ] 1888/2028 93% [========================================================= ] 1889/2028 93% [========================================================= ] 1890/2028 93% [========================================================= ] 1891/2028 93% [========================================================= ] 1892/2028 93% [========================================================= ] 1893/2028 93% [========================================================= ] 1894/2028 93% [========================================================= ] 1895/2028 93% [========================================================= ] 1896/2028 93% [========================================================= ] 1897/2028 93% [========================================================== ] 1898/2028 93% [========================================================== ] 1899/2028 93% [========================================================== ] 1900/2028 93% [========================================================== ] 1901/2028 93% [========================================================== ] 1902/2028 93% [========================================================== ] 1903/2028 93% [========================================================== ] 1904/2028 93% [========================================================== ] 1905/2028 93% [========================================================== ] 1906/2028 93% [========================================================== ] 1907/2028 94% [========================================================== ] 1908/2028 94% [========================================================== ] 1909/2028 94% [========================================================== ] 1910/2028 94% [========================================================== ] 1911/2028 94% [========================================================== ] 1912/2028 94% [========================================================== ] 1913/2028 94% [========================================================== ] 1914/2028 94% [========================================================== ] 1915/2028 94% [========================================================== ] 1916/2028 94% [========================================================== ] 1917/2028 94% [========================================================== ] 1918/2028 94% [========================================================== ] 1919/2028 94% [========================================================== ] 1920/2028 94% [========================================================== ] 1921/2028 94% [========================================================== ] 1922/2028 94% [========================================================== ] 1923/2028 94% [========================================================== ] 1924/2028 94% [========================================================== ] 1925/2028 94% [========================================================== ] 1926/2028 94% [========================================================== ] 1927/2028 95% [========================================================== ] 1928/2028 95% [========================================================== ] 1929/2028 95% [=========================================================== ] 1930/2028 95% [=========================================================== ] 1931/2028 95% [=========================================================== ] 1932/2028 95% [=========================================================== ] 1933/2028 95% [=========================================================== ] 1934/2028 95% [=========================================================== ] 1935/2028 95% [=========================================================== ] 1936/2028 95% [=========================================================== ] 1937/2028 95% [=========================================================== ] 1938/2028 95% [=========================================================== ] 1939/2028 95% [=========================================================== ] 1940/2028 95% [=========================================================== ] 1941/2028 95% [=========================================================== ] 1942/2028 95% [=========================================================== ] 1943/2028 95% [=========================================================== ] 1944/2028 95% [=========================================================== ] 1945/2028 95% [=========================================================== ] 1946/2028 95% [=========================================================== ] 1947/2028 96% [=========================================================== ] 1948/2028 96% [=========================================================== ] 1949/2028 96% [=========================================================== ] 1950/2028 96% [=========================================================== ] 1951/2028 96% [=========================================================== ] 1952/2028 96% [=========================================================== ] 1953/2028 96% [=========================================================== ] 1954/2028 96% [=========================================================== ] 1955/2028 96% [=========================================================== ] 1956/2028 96% [=========================================================== ] 1957/2028 96% [=========================================================== ] 1958/2028 96% [=========================================================== ] 1959/2028 96% [=========================================================== ] 1960/2028 96% [=========================================================== ] 1961/2028 96% [=========================================================== ] 1962/2028 96% [============================================================ ] 1963/2028 96% [============================================================ ] 1964/2028 96% [============================================================ ] 1965/2028 96% [============================================================ ] 1966/2028 96% [============================================================ ] 1967/2028 96% [============================================================ ] 1968/2028 97% [============================================================ ] 1969/2028 97% [============================================================ ] 1970/2028 97% [============================================================ ] 1971/2028 97% [============================================================ ] 1972/2028 97% [============================================================ ] 1973/2028 97% [============================================================ ] 1974/2028 97% [============================================================ ] 1975/2028 97% [============================================================ ] 1976/2028 97% [============================================================ ] 1977/2028 97% [============================================================ ] 1978/2028 97% [============================================================ ] 1979/2028 97% [============================================================ ] 1980/2028 97% [============================================================ ] 1981/2028 97% [============================================================ ] 1982/2028 97% [============================================================ ] 1983/2028 97% [============================================================ ] 1984/2028 97% [============================================================ ] 1985/2028 97% [============================================================ ] 1986/2028 97% [============================================================ ] 1987/2028 97% [============================================================ ] 1988/2028 98% [============================================================ ] 1989/2028 98% [============================================================ ] 1990/2028 98% [============================================================ ] 1991/2028 98% [============================================================ ] 1992/2028 98% [============================================================ ] 1993/2028 98% [============================================================ ] 1994/2028 98% [============================================================ ] 1995/2028 98% [============================================================= ] 1996/2028 98% [============================================================= ] 1997/2028 98% [============================================================= ] 1998/2028 98% [============================================================= ] 1999/2028 98% [============================================================= ] 2000/2028 98% [============================================================= ] 2001/2028 98% [============================================================= ] 2002/2028 98% [============================================================= ] 2003/2028 98% [============================================================= ] 2004/2028 98% [============================================================= ] 2005/2028 98% [============================================================= ] 2006/2028 98% [============================================================= ] 2007/2028 98% [============================================================= ] 2008/2028 99% [============================================================= ] 2009/2028 99% [============================================================= ] 2010/2028 99% [============================================================= ] 2011/2028 99% [============================================================= ] 2012/2028 99% [============================================================= ] 2013/2028 99% [============================================================= ] 2014/2028 99% [============================================================= ] 2015/2028 99% [============================================================= ] 2016/2028 99% [============================================================= ] 2017/2028 99% [============================================================= ] 2018/2028 99% [============================================================= ] 2019/2028 99% [============================================================= ] 2020/2028 99% [============================================================= ] 2021/2028 99% [============================================================= ] 2022/2028 99% [============================================================= ] 2023/2028 99% [============================================================= ] 2024/2028 99% [============================================================= ] 2025/2028 99% [============================================================= ] 2026/2028 99% [============================================================= ] 2027/2028 99% [==============================================================] 2028/2028 100% operation complete, 2028 objects in 116813 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2023.11-1017-g46a985eb4d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final arc-2023.09-release Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.45 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 4.19.306 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.10 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> alsa-utils 1.2.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libopenssl 3.2.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> sqlite 3.44.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> at-spi2-core 2.50.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.2.2 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libxml2 2.12.3 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> atop 2.9.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> avrdude 7.2 Collecting legal info COPYING: OK (sha256: 201babc7da198873304a77a30dbfc7ca449c9bba52df2dffa4cca0009dbdfcb2) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.5 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 6.7.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> traceroute 2.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> curlftpfs 0.9.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libcurl 8.5.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> easy-rsa 3.1.7 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-exfatprogs 1.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> exim 4.97.1 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> host-file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> host-flutter-sdk-bin 3.16.8 Collecting legal info LICENSE: OK (sha256: a598db94b6290ffbe10b5ecf911057b6a943351c727fdda9e5f2891d68700a20) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> fuse-overlayfs 1.11 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libfuse3 3.16.2 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> host-genpart 1.0.2 Collecting legal info >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> haveged 1.9.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> htop 3.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> iw 5.19 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcanberra 0.30 Collecting legal info LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libfm-extra 1.3.2 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.47 Collecting legal info README: OK (sha256: 3bedfe79fbad08a2b50e1b2b6123e40c68b58b1988d53763b63b6fd295bb0f90) >>> libfribidi 1.0.13 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libminiupnpc 2.2.6 Collecting legal info LICENSE: OK (sha256: e143c6e207d0bb874c4be76b57689ffa408063a37a735c6dcec3dc600cb522c5) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnspr 4.35 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libnss 3.97 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libssh 0.10.6 Collecting legal info COPYING: OK (sha256: 1656186e951db1c010a8485481fa94587f7e53a26d24976bef97945ad0c4df5a) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvncserver 0.9.14 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libzip 1.10.1 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> modem-manager 1.20.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libxslt 1.1.39 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.12.3 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> mrouted 4.5 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> ncdu 1.19 Collecting legal info COPYING: OK (sha256: 40372b6016a489b69a5d198526e0a1c284680900f48a8b725de440452098a97b) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> openssh 9.6p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> psplash 44afb7506d43cca15582b4c5b90ba5580344d75d Collecting legal info COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-python-greenlet 3.0.3 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.83.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rlwrap 0.46.1 Collecting legal info AUTHORS: OK (sha256: 656d25fab58016ac6ac11bb126709e4f860ea063d11795232eb55987172f78ff) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> rpcbind 1.2.6 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> sshfs 3.7.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sshguard 2.4.3 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> utf8proc 2.9.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> wavemon 0.9.5 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> whetstone 1.2 Collecting legal info >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> ytree 2.05 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.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: linux-headers-4.19.306: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'