>>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs printf ' redis -1 redis -1 * /var/lib/redis /bin/false - Redis Server\n\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-13/output-1/host/sbin/mkfs.ext3 -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-13/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/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: d479668e-5564-49eb-b1e3-2ce24feb718a Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" xz -9 -C crc32 -c -T 1 /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ext2.xz ln -sf rootfs.ext2.xz /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ext3.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-13/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2074 objects. stage 2: creating image '/home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2' [ ] 1/2074 0% [ ] 2/2074 0% [ ] 3/2074 0% [ ] 4/2074 0% [ ] 5/2074 0% [ ] 6/2074 0% [ ] 7/2074 0% [ ] 8/2074 0% [ ] 9/2074 0% [ ] 10/2074 0% [ ] 11/2074 0% [ ] 12/2074 0% [ ] 13/2074 0% [ ] 14/2074 0% [ ] 15/2074 0% [ ] 16/2074 0% [ ] 17/2074 0% [ ] 18/2074 0% [ ] 19/2074 0% [ ] 20/2074 0% [ ] 21/2074 1% [ ] 22/2074 1% [ ] 23/2074 1% [ ] 24/2074 1% [ ] 25/2074 1% [ ] 26/2074 1% [ ] 27/2074 1% [ ] 28/2074 1% [ ] 29/2074 1% [ ] 30/2074 1% [ ] 31/2074 1% [ ] 32/2074 1% [ ] 33/2074 1% [= ] 34/2074 1% [= ] 35/2074 1% [= ] 36/2074 1% [= ] 37/2074 1% [= ] 38/2074 1% [= ] 39/2074 1% [= ] 40/2074 1% [= ] 41/2074 1% [= ] 42/2074 2% [= ] 43/2074 2% [= ] 44/2074 2% [= ] 45/2074 2% [= ] 46/2074 2% [= ] 47/2074 2% [= ] 48/2074 2% [= ] 49/2074 2% [= ] 50/2074 2% [= ] 51/2074 2% [= ] 52/2074 2% [= ] 53/2074 2% [= ] 54/2074 2% [= ] 55/2074 2% [= ] 56/2074 2% [= ] 57/2074 2% [= ] 58/2074 2% [= ] 59/2074 2% [= ] 60/2074 2% [= ] 61/2074 2% [= ] 62/2074 2% [= ] 63/2074 3% [= ] 64/2074 3% [= ] 65/2074 3% [= ] 66/2074 3% [== ] 67/2074 3% [== ] 68/2074 3% [== ] 69/2074 3% [== ] 70/2074 3% [== ] 71/2074 3% [== ] 72/2074 3% [== ] 73/2074 3% [== ] 74/2074 3% [== ] 75/2074 3% [== ] 76/2074 3% [== ] 77/2074 3% [== ] 78/2074 3% [== ] 79/2074 3% [== ] 80/2074 3% [== ] 81/2074 3% [== ] 82/2074 3% [== ] 83/2074 4% [== ] 84/2074 4% [== ] 85/2074 4% [== ] 86/2074 4% [== ] 87/2074 4% [== ] 88/2074 4% [== ] 89/2074 4% [== ] 90/2074 4% [== ] 91/2074 4% [== ] 92/2074 4% [== ] 93/2074 4% [== ] 94/2074 4% [== ] 95/2074 4% [== ] 96/2074 4% [== ] 97/2074 4% [== ] 98/2074 4% [== ] 99/2074 4% [== ] 100/2074 4% [=== ] 101/2074 4% [=== ] 102/2074 4% [=== ] 103/2074 4% [=== ] 104/2074 5% [=== ] 105/2074 5% [=== ] 106/2074 5% [=== ] 107/2074 5% [=== ] 108/2074 5% [=== ] 109/2074 5% [=== ] 110/2074 5% [=== ] 111/2074 5% [=== ] 112/2074 5% [=== ] 113/2074 5% [=== ] 114/2074 5% [=== ] 115/2074 5% [=== ] 116/2074 5% [=== ] 117/2074 5% [=== ] 118/2074 5% [=== ] 119/2074 5% [=== ] 120/2074 5% [=== ] 121/2074 5% [=== ] 122/2074 5% [=== ] 123/2074 5% [=== ] 124/2074 5% [=== ] 125/2074 6% [=== ] 126/2074 6% [=== ] 127/2074 6% [=== ] 128/2074 6% [=== ] 129/2074 6% [=== ] 130/2074 6% [=== ] 131/2074 6% [=== ] 132/2074 6% [=== ] 133/2074 6% [==== ] 134/2074 6% [==== ] 135/2074 6% [==== ] 136/2074 6% [==== ] 137/2074 6% [==== ] 138/2074 6% [==== ] 139/2074 6% [==== ] 140/2074 6% [==== ] 141/2074 6% [==== ] 142/2074 6% [==== ] 143/2074 6% [==== ] 144/2074 6% [==== ] 145/2074 6% [==== ] 146/2074 7% [==== ] 147/2074 7% [==== ] 148/2074 7% [==== ] 149/2074 7% [==== ] 150/2074 7% [==== ] 151/2074 7% [==== ] 152/2074 7% [==== ] 153/2074 7% [==== ] 154/2074 7% [==== ] 155/2074 7% [==== ] 156/2074 7% [==== ] 157/2074 7% [==== ] 158/2074 7% [==== ] 159/2074 7% [==== ] 160/2074 7% [==== ] 161/2074 7% [==== ] 162/2074 7% [==== ] 163/2074 7% [==== ] 164/2074 7% [==== ] 165/2074 7% [==== ] 166/2074 8% [==== ] 167/2074 8% [===== ] 168/2074 8% [===== ] 169/2074 8% [===== ] 170/2074 8% [===== ] 171/2074 8% [===== ] 172/2074 8% [===== ] 173/2074 8% [===== ] 174/2074 8% [===== ] 175/2074 8% [===== ] 176/2074 8% [===== ] 177/2074 8% [===== ] 178/2074 8% [===== ] 179/2074 8% [===== ] 180/2074 8% [===== ] 181/2074 8% [===== ] 182/2074 8% [===== ] 183/2074 8% [===== ] 184/2074 8% [===== ] 185/2074 8% [===== ] 186/2074 8% [===== ] 187/2074 9% [===== ] 188/2074 9% [===== ] 189/2074 9% [===== ] 190/2074 9% [===== ] 191/2074 9% [===== ] 192/2074 9% [===== ] 193/2074 9% [===== ] 194/2074 9% [===== ] 195/2074 9% [===== ] 196/2074 9% [===== ] 197/2074 9% [===== ] 198/2074 9% [===== ] 199/2074 9% [===== ] 200/2074 9% [====== ] 201/2074 9% [====== ] 202/2074 9% [====== ] 203/2074 9% [====== ] 204/2074 9% [====== ] 205/2074 9% [====== ] 206/2074 9% [====== ] 207/2074 9% [====== ] 208/2074 10% [====== ] 209/2074 10% [====== ] 210/2074 10% [====== ] 211/2074 10% [====== ] 212/2074 10% [====== ] 213/2074 10% [====== ] 214/2074 10% [====== ] 215/2074 10% [====== ] 216/2074 10% [====== ] 217/2074 10% [====== ] 218/2074 10% [====== ] 219/2074 10% [====== ] 220/2074 10% [====== ] 221/2074 10% [====== ] 222/2074 10% [====== ] 223/2074 10% [====== ] 224/2074 10% [====== ] 225/2074 10% [====== ] 226/2074 10% [====== ] 227/2074 10% [====== ] 228/2074 10% [====== ] 229/2074 11% [====== ] 230/2074 11% [====== ] 231/2074 11% [====== ] 232/2074 11% [====== ] 233/2074 11% [====== ] 234/2074 11% [======= ] 235/2074 11% [======= ] 236/2074 11% [======= ] 237/2074 11% [======= ] 238/2074 11% [======= ] 239/2074 11% [======= ] 240/2074 11% [======= ] 241/2074 11% [======= ] 242/2074 11% [======= ] 243/2074 11% [======= ] 244/2074 11% [======= ] 245/2074 11% [======= ] 246/2074 11% [======= ] 247/2074 11% [======= ] 248/2074 11% [======= ] 249/2074 12% [======= ] 250/2074 12% [======= ] 251/2074 12% [======= ] 252/2074 12% [======= ] 253/2074 12% [======= ] 254/2074 12% [======= ] 255/2074 12% [======= ] 256/2074 12% [======= ] 257/2074 12% [======= ] 258/2074 12% [======= ] 259/2074 12% [======= ] 260/2074 12% [======= ] 261/2074 12% [======= ] 262/2074 12% [======= ] 263/2074 12% [======= ] 264/2074 12% [======= ] 265/2074 12% [======= ] 266/2074 12% [======= ] 267/2074 12% [======== ] 268/2074 12% [======== ] 269/2074 12% [======== ] 270/2074 13% [======== ] 271/2074 13% [======== ] 272/2074 13% [======== ] 273/2074 13% [======== ] 274/2074 13% [======== ] 275/2074 13% [======== ] 276/2074 13% [======== ] 277/2074 13% [======== ] 278/2074 13% [======== ] 279/2074 13% [======== ] 280/2074 13% [======== ] 281/2074 13% [======== ] 282/2074 13% [======== ] 283/2074 13% [======== ] 284/2074 13% [======== ] 285/2074 13% [======== ] 286/2074 13% [======== ] 287/2074 13% [======== ] 288/2074 13% [======== ] 289/2074 13% [======== ] 290/2074 13% [======== ] 291/2074 14% [======== ] 292/2074 14% [======== ] 293/2074 14% [======== ] 294/2074 14% [======== ] 295/2074 14% [======== ] 296/2074 14% [======== ] 297/2074 14% [======== ] 298/2074 14% [======== ] 299/2074 14% [======== ] 300/2074 14% [======== ] 301/2074 14% [========= ] 302/2074 14% [========= ] 303/2074 14% [========= ] 304/2074 14% [========= ] 305/2074 14% [========= ] 306/2074 14% [========= ] 307/2074 14% [========= ] 308/2074 14% [========= ] 309/2074 14% [========= ] 310/2074 14% [========= ] 311/2074 14% [========= ] 312/2074 15% [========= ] 313/2074 15% [========= ] 314/2074 15% [========= ] 315/2074 15% [========= ] 316/2074 15% [========= ] 317/2074 15% [========= ] 318/2074 15% [========= ] 319/2074 15% [========= ] 320/2074 15% [========= ] 321/2074 15% [========= ] 322/2074 15% [========= ] 323/2074 15% [========= ] 324/2074 15% [========= ] 325/2074 15% [========= ] 326/2074 15% [========= ] 327/2074 15% [========= ] 328/2074 15% [========= ] 329/2074 15% [========= ] 330/2074 15% [========= ] 331/2074 15% [========= ] 332/2074 16% [========= ] 333/2074 16% [========= ] 334/2074 16% [========== ] 335/2074 16% [========== ] 336/2074 16% [========== ] 337/2074 16% [========== ] 338/2074 16% [========== ] 339/2074 16% [========== ] 340/2074 16% [========== ] 341/2074 16% [========== ] 342/2074 16% [========== ] 343/2074 16% [========== ] 344/2074 16% [========== ] 345/2074 16% [========== ] 346/2074 16% [========== ] 347/2074 16% [========== ] 348/2074 16% [========== ] 349/2074 16% [========== ] 350/2074 16% [========== ] 351/2074 16% [========== ] 352/2074 16% [========== ] 353/2074 17% [========== ] 354/2074 17% [========== ] 355/2074 17% [========== ] 356/2074 17% [========== ] 357/2074 17% [========== ] 358/2074 17% [========== ] 359/2074 17% [========== ] 360/2074 17% [========== ] 361/2074 17% [========== ] 362/2074 17% [========== ] 363/2074 17% [========== ] 364/2074 17% [========== ] 365/2074 17% [========== ] 366/2074 17% [========== ] 367/2074 17% [=========== ] 368/2074 17% [=========== ] 369/2074 17% [=========== ] 370/2074 17% [=========== ] 371/2074 17% [=========== ] 372/2074 17% [=========== ] 373/2074 17% [=========== ] 374/2074 18% [=========== ] 375/2074 18% [=========== ] 376/2074 18% [=========== ] 377/2074 18% [=========== ] 378/2074 18% [=========== ] 379/2074 18% [=========== ] 380/2074 18% [=========== ] 381/2074 18% [=========== ] 382/2074 18% [=========== ] 383/2074 18% [=========== ] 384/2074 18% [=========== ] 385/2074 18% [=========== ] 386/2074 18% [=========== ] 387/2074 18% [=========== ] 388/2074 18% [=========== ] 389/2074 18% [=========== ] 390/2074 18% [=========== ] 391/2074 18% [=========== ] 392/2074 18% [=========== ] 393/2074 18% [=========== ] 394/2074 18% [=========== ] 395/2074 19% [=========== ] 396/2074 19% [=========== ] 397/2074 19% [=========== ] 398/2074 19% [=========== ] 399/2074 19% [=========== ] 400/2074 19% [=========== ] 401/2074 19% [============ ] 402/2074 19% [============ ] 403/2074 19% [============ ] 404/2074 19% [============ ] 405/2074 19% [============ ] 406/2074 19% [============ ] 407/2074 19% [============ ] 408/2074 19% [============ ] 409/2074 19% [============ ] 410/2074 19% [============ ] 411/2074 19% [============ ] 412/2074 19% [============ ] 413/2074 19% [============ ] 414/2074 19% [============ ] 415/2074 20% [============ ] 416/2074 20% [============ ] 417/2074 20% [============ ] 418/2074 20% [============ ] 419/2074 20% [============ ] 420/2074 20% [============ ] 421/2074 20% [============ ] 422/2074 20% [============ ] 423/2074 20% [============ ] 424/2074 20% [============ ] 425/2074 20% [============ ] 426/2074 20% [============ ] 427/2074 20% [============ ] 428/2074 20% [============ ] 429/2074 20% [============ ] 430/2074 20% [============ ] 431/2074 20% [============ ] 432/2074 20% [============ ] 433/2074 20% [============ ] 434/2074 20% [============= ] 435/2074 20% [============= ] 436/2074 21% [============= ] 437/2074 21% [============= ] 438/2074 21% [============= ] 439/2074 21% [============= ] 440/2074 21% [============= ] 441/2074 21% [============= ] 442/2074 21% [============= ] 443/2074 21% [============= ] 444/2074 21% [============= ] 445/2074 21% [============= ] 446/2074 21% [============= ] 447/2074 21% [============= ] 448/2074 21% [============= ] 449/2074 21% [============= ] 450/2074 21% [============= ] 451/2074 21% [============= ] 452/2074 21% [============= ] 453/2074 21% [============= ] 454/2074 21% [============= ] 455/2074 21% [============= ] 456/2074 21% [============= ] 457/2074 22% [============= ] 458/2074 22% [============= ] 459/2074 22% [============= ] 460/2074 22% [============= ] 461/2074 22% [============= ] 462/2074 22% [============= ] 463/2074 22% [============= ] 464/2074 22% [============= ] 465/2074 22% [============= ] 466/2074 22% [============= ] 467/2074 22% [============= ] 468/2074 22% [============== ] 469/2074 22% [============== ] 470/2074 22% [============== ] 471/2074 22% [============== ] 472/2074 22% [============== ] 473/2074 22% [============== ] 474/2074 22% [============== ] 475/2074 22% [============== ] 476/2074 22% [============== ] 477/2074 22% [============== ] 478/2074 23% [============== ] 479/2074 23% [============== ] 480/2074 23% [============== ] 481/2074 23% [============== ] 482/2074 23% [============== ] 483/2074 23% [============== ] 484/2074 23% [============== ] 485/2074 23% [============== ] 486/2074 23% [============== ] 487/2074 23% [============== ] 488/2074 23% [============== ] 489/2074 23% [============== ] 490/2074 23% [============== ] 491/2074 23% [============== ] 492/2074 23% [============== ] 493/2074 23% [============== ] 494/2074 23% [============== ] 495/2074 23% [============== ] 496/2074 23% [============== ] 497/2074 23% [============== ] 498/2074 24% [============== ] 499/2074 24% [============== ] 500/2074 24% [============== ] 501/2074 24% [=============== ] 502/2074 24% [=============== ] 503/2074 24% [=============== ] 504/2074 24% [=============== ] 505/2074 24% [=============== ] 506/2074 24% [=============== ] 507/2074 24% [=============== ] 508/2074 24% [=============== ] 509/2074 24% [=============== ] 510/2074 24% [=============== ] 511/2074 24% [=============== ] 512/2074 24% [=============== ] 513/2074 24% [=============== ] 514/2074 24% [=============== ] 515/2074 24% [=============== ] 516/2074 24% [=============== ] 517/2074 24% [=============== ] 518/2074 24% [=============== ] 519/2074 25% [=============== ] 520/2074 25% [=============== ] 521/2074 25% [=============== ] 522/2074 25% [=============== ] 523/2074 25% [=============== ] 524/2074 25% [=============== ] 525/2074 25% [=============== ] 526/2074 25% [=============== ] 527/2074 25% [=============== ] 528/2074 25% [=============== ] 529/2074 25% [=============== ] 530/2074 25% [=============== ] 531/2074 25% [=============== ] 532/2074 25% [=============== ] 533/2074 25% [=============== ] 534/2074 25% [=============== ] 535/2074 25% [================ ] 536/2074 25% [================ ] 537/2074 25% [================ ] 538/2074 25% [================ ] 539/2074 25% [================ ] 540/2074 26% [================ ] 541/2074 26% [================ ] 542/2074 26% [================ ] 543/2074 26% [================ ] 544/2074 26% [================ ] 545/2074 26% [================ ] 546/2074 26% [================ ] 547/2074 26% [================ ] 548/2074 26% [================ ] 549/2074 26% [================ ] 550/2074 26% [================ ] 551/2074 26% [================ ] 552/2074 26% [================ ] 553/2074 26% [================ ] 554/2074 26% [================ ] 555/2074 26% [================ ] 556/2074 26% [================ ] 557/2074 26% [================ ] 558/2074 26% [================ ] 559/2074 26% [================ ] 560/2074 27% [================ ] 561/2074 27% [================ ] 562/2074 27% [================ ] 563/2074 27% [================ ] 564/2074 27% [================ ] 565/2074 27% [================ ] 566/2074 27% [================ ] 567/2074 27% [================ ] 568/2074 27% [================= ] 569/2074 27% [================= ] 570/2074 27% [================= ] 571/2074 27% [================= ] 572/2074 27% [================= ] 573/2074 27% [================= ] 574/2074 27% [================= ] 575/2074 27% [================= ] 576/2074 27% [================= ] 577/2074 27% [================= ] 578/2074 27% [================= ] 579/2074 27% [================= ] 580/2074 27% [================= ] 581/2074 28% [================= ] 582/2074 28% [================= ] 583/2074 28% [================= ] 584/2074 28% [================= ] 585/2074 28% [================= ] 586/2074 28% [================= ] 587/2074 28% [================= ] 588/2074 28% [================= ] 589/2074 28% [================= ] 590/2074 28% [================= ] 591/2074 28% [================= ] 592/2074 28% [================= ] 593/2074 28% [================= ] 594/2074 28% [================= ] 595/2074 28% [================= ] 596/2074 28% [================= ] 597/2074 28% [================= ] 598/2074 28% [================= ] 599/2074 28% [================= ] 600/2074 28% [================= ] 601/2074 28% [================= ] 602/2074 29% [================== ] 603/2074 29% [================== ] 604/2074 29% [================== ] 605/2074 29% [================== ] 606/2074 29% [================== ] 607/2074 29% [================== ] 608/2074 29% [================== ] 609/2074 29% [================== ] 610/2074 29% [================== ] 611/2074 29% [================== ] 612/2074 29% [================== ] 613/2074 29% [================== ] 614/2074 29% [================== ] 615/2074 29% [================== ] 616/2074 29% [================== ] 617/2074 29% [================== ] 618/2074 29% [================== ] 619/2074 29% [================== ] 620/2074 29% [================== ] 621/2074 29% [================== ] 622/2074 29% [================== ] 623/2074 30% [================== ] 624/2074 30% [================== ] 625/2074 30% [================== ] 626/2074 30% [================== ] 627/2074 30% [================== ] 628/2074 30% [================== ] 629/2074 30% [================== ] 630/2074 30% [================== ] 631/2074 30% [================== ] 632/2074 30% [================== ] 633/2074 30% [================== ] 634/2074 30% [================== ] 635/2074 30% [=================== ] 636/2074 30% [=================== ] 637/2074 30% [=================== ] 638/2074 30% [=================== ] 639/2074 30% [=================== ] 640/2074 30% [=================== ] 641/2074 30% [=================== ] 642/2074 30% [=================== ] 643/2074 31% [=================== ] 644/2074 31% [=================== ] 645/2074 31% [=================== ] 646/2074 31% [=================== ] 647/2074 31% [=================== ] 648/2074 31% [=================== ] 649/2074 31% [=================== ] 650/2074 31% [=================== ] 651/2074 31% [=================== ] 652/2074 31% [=================== ] 653/2074 31% [=================== ] 654/2074 31% [=================== ] 655/2074 31% [=================== ] 656/2074 31% [=================== ] 657/2074 31% [=================== ] 658/2074 31% [=================== ] 659/2074 31% [=================== ] 660/2074 31% [=================== ] 661/2074 31% [=================== ] 662/2074 31% [=================== ] 663/2074 31% [=================== ] 664/2074 32% [=================== ] 665/2074 32% [=================== ] 666/2074 32% [=================== ] 667/2074 32% [=================== ] 668/2074 32% [=================== ] 669/2074 32% [==================== ] 670/2074 32% [==================== ] 671/2074 32% [==================== ] 672/2074 32% [==================== ] 673/2074 32% [==================== ] 674/2074 32% [==================== ] 675/2074 32% [==================== ] 676/2074 32% [==================== ] 677/2074 32% [==================== ] 678/2074 32% [==================== ] 679/2074 32% [==================== ] 680/2074 32% [==================== ] 681/2074 32% [==================== ] 682/2074 32% [==================== ] 683/2074 32% [==================== ] 684/2074 32% [==================== ] 685/2074 33% [==================== ] 686/2074 33% [==================== ] 687/2074 33% [==================== ] 688/2074 33% [==================== ] 689/2074 33% [==================== ] 690/2074 33% [==================== ] 691/2074 33% [==================== ] 692/2074 33% [==================== ] 693/2074 33% [==================== ] 694/2074 33% [==================== ] 695/2074 33% [==================== ] 696/2074 33% [==================== ] 697/2074 33% [==================== ] 698/2074 33% [==================== ] 699/2074 33% [==================== ] 700/2074 33% [==================== ] 701/2074 33% [==================== ] 702/2074 33% [===================== ] 703/2074 33% [===================== ] 704/2074 33% [===================== ] 705/2074 33% [===================== ] 706/2074 34% [===================== ] 707/2074 34% [===================== ] 708/2074 34% [===================== ] 709/2074 34% [===================== ] 710/2074 34% [===================== ] 711/2074 34% [===================== ] 712/2074 34% [===================== ] 713/2074 34% [===================== ] 714/2074 34% [===================== ] 715/2074 34% [===================== ] 716/2074 34% [===================== ] 717/2074 34% [===================== ] 718/2074 34% [===================== ] 719/2074 34% [===================== ] 720/2074 34% [===================== ] 721/2074 34% [===================== ] 722/2074 34% [===================== ] 723/2074 34% [===================== ] 724/2074 34% [===================== ] 725/2074 34% [===================== ] 726/2074 35% [===================== ] 727/2074 35% [===================== ] 728/2074 35% [===================== ] 729/2074 35% [===================== ] 730/2074 35% [===================== ] 731/2074 35% [===================== ] 732/2074 35% [===================== ] 733/2074 35% [===================== ] 734/2074 35% [===================== ] 735/2074 35% [====================== ] 736/2074 35% [====================== ] 737/2074 35% [====================== ] 738/2074 35% [====================== ] 739/2074 35% [====================== ] 740/2074 35% [====================== ] 741/2074 35% [====================== ] 742/2074 35% [====================== ] 743/2074 35% [====================== ] 744/2074 35% [====================== ] 745/2074 35% [====================== ] 746/2074 35% [====================== ] 747/2074 36% [====================== ] 748/2074 36% [====================== ] 749/2074 36% [====================== ] 750/2074 36% [====================== ] 751/2074 36% [====================== ] 752/2074 36% [====================== ] 753/2074 36% [====================== ] 754/2074 36% [====================== ] 755/2074 36% [====================== ] 756/2074 36% [====================== ] 757/2074 36% [====================== ] 758/2074 36% [====================== ] 759/2074 36% [====================== ] 760/2074 36% [====================== ] 761/2074 36% [====================== ] 762/2074 36% [====================== ] 763/2074 36% [====================== ] 764/2074 36% [====================== ] 765/2074 36% [====================== ] 766/2074 36% [====================== ] 767/2074 36% [====================== ] 768/2074 37% [====================== ] 769/2074 37% [======================= ] 770/2074 37% [======================= ] 771/2074 37% [======================= ] 772/2074 37% [======================= ] 773/2074 37% [======================= ] 774/2074 37% [======================= ] 775/2074 37% [======================= ] 776/2074 37% [======================= ] 777/2074 37% [======================= ] 778/2074 37% [======================= ] 779/2074 37% [======================= ] 780/2074 37% [======================= ] 781/2074 37% [======================= ] 782/2074 37% [======================= ] 783/2074 37% [======================= ] 784/2074 37% [======================= ] 785/2074 37% [======================= ] 786/2074 37% [======================= ] 787/2074 37% [======================= ] 788/2074 37% [======================= ] 789/2074 38% [======================= ] 790/2074 38% [======================= ] 791/2074 38% [======================= ] 792/2074 38% [======================= ] 793/2074 38% [======================= ] 794/2074 38% [======================= ] 795/2074 38% [======================= ] 796/2074 38% [======================= ] 797/2074 38% [======================= ] 798/2074 38% [======================= ] 799/2074 38% [======================= ] 800/2074 38% [======================= ] 801/2074 38% [======================= ] 802/2074 38% [======================== ] 803/2074 38% [======================== ] 804/2074 38% [======================== ] 805/2074 38% [======================== ] 806/2074 38% [======================== ] 807/2074 38% [======================== ] 808/2074 38% [======================== ] 809/2074 39% [======================== ] 810/2074 39% [======================== ] 811/2074 39% [======================== ] 812/2074 39% [======================== ] 813/2074 39% [======================== ] 814/2074 39% [======================== ] 815/2074 39% [======================== ] 816/2074 39% [======================== ] 817/2074 39% [======================== ] 818/2074 39% [======================== ] 819/2074 39% [======================== ] 820/2074 39% [======================== ] 821/2074 39% [======================== ] 822/2074 39% [======================== ] 823/2074 39% [======================== ] 824/2074 39% [======================== ] 825/2074 39% [======================== ] 826/2074 39% [======================== ] 827/2074 39% [======================== ] 828/2074 39% [======================== ] 829/2074 39% [======================== ] 830/2074 40% [======================== ] 831/2074 40% [======================== ] 832/2074 40% [======================== ] 833/2074 40% [======================== ] 834/2074 40% [======================== ] 835/2074 40% [======================== ] 836/2074 40% [========================= ] 837/2074 40% [========================= ] 838/2074 40% [========================= ] 839/2074 40% [========================= ] 840/2074 40% [========================= ] 841/2074 40% [========================= ] 842/2074 40% [========================= ] 843/2074 40% [========================= ] 844/2074 40% [========================= ] 845/2074 40% [========================= ] 846/2074 40% [========================= ] 847/2074 40% [========================= ] 848/2074 40% [========================= ] 849/2074 40% [========================= ] 850/2074 40% [========================= ] 851/2074 41% [========================= ] 852/2074 41% [========================= ] 853/2074 41% [========================= ] 854/2074 41% [========================= ] 855/2074 41% [========================= ] 856/2074 41% [========================= ] 857/2074 41% [========================= ] 858/2074 41% [========================= ] 859/2074 41% [========================= ] 860/2074 41% [========================= ] 861/2074 41% [========================= ] 862/2074 41% [========================= ] 863/2074 41% [========================= ] 864/2074 41% [========================= ] 865/2074 41% [========================= ] 866/2074 41% [========================= ] 867/2074 41% [========================= ] 868/2074 41% [========================= ] 869/2074 41% [========================== ] 870/2074 41% [========================== ] 871/2074 41% [========================== ] 872/2074 42% [========================== ] 873/2074 42% [========================== ] 874/2074 42% [========================== ] 875/2074 42% [========================== ] 876/2074 42% [========================== ] 877/2074 42% [========================== ] 878/2074 42% [========================== ] 879/2074 42% [========================== ] 880/2074 42% [========================== ] 881/2074 42% [========================== ] 882/2074 42% [========================== ] 883/2074 42% [========================== ] 884/2074 42% [========================== ] 885/2074 42% [========================== ] 886/2074 42% [========================== ] 887/2074 42% [========================== ] 888/2074 42% [========================== ] 889/2074 42% [========================== ] 890/2074 42% [========================== ] 891/2074 42% [========================== ] 892/2074 43% [========================== ] 893/2074 43% [========================== ] 894/2074 43% [========================== ] 895/2074 43% [========================== ] 896/2074 43% [========================== ] 897/2074 43% [========================== ] 898/2074 43% [========================== ] 899/2074 43% [========================== ] 900/2074 43% [========================== ] 901/2074 43% [========================== ] 902/2074 43% [========================== ] 903/2074 43% [=========================== ] 904/2074 43% [=========================== ] 905/2074 43% [=========================== ] 906/2074 43% [=========================== ] 907/2074 43% [=========================== ] 908/2074 43% [=========================== ] 909/2074 43% [=========================== ] 910/2074 43% [=========================== ] 911/2074 43% [=========================== ] 912/2074 43% [=========================== ] 913/2074 44% [=========================== ] 914/2074 44% [=========================== ] 915/2074 44% [=========================== ] 916/2074 44% [=========================== ] 917/2074 44% [=========================== ] 918/2074 44% [=========================== ] 919/2074 44% [=========================== ] 920/2074 44% [=========================== ] 921/2074 44% [=========================== ] 922/2074 44% [=========================== ] 923/2074 44% [=========================== ] 924/2074 44% [=========================== ] 925/2074 44% [=========================== ] 926/2074 44% [=========================== ] 927/2074 44% [=========================== ] 928/2074 44% [=========================== ] 929/2074 44% [=========================== ] 930/2074 44% [=========================== ] 931/2074 44% [=========================== ] 932/2074 44% [=========================== ] 933/2074 44% [=========================== ] 934/2074 45% [=========================== ] 935/2074 45% [=========================== ] 936/2074 45% [============================ ] 937/2074 45% [============================ ] 938/2074 45% [============================ ] 939/2074 45% [============================ ] 940/2074 45% [============================ ] 941/2074 45% [============================ ] 942/2074 45% [============================ ] 943/2074 45% [============================ ] 944/2074 45% [============================ ] 945/2074 45% [============================ ] 946/2074 45% [============================ ] 947/2074 45% [============================ ] 948/2074 45% [============================ ] 949/2074 45% [============================ ] 950/2074 45% [============================ ] 951/2074 45% [============================ ] 952/2074 45% [============================ ] 953/2074 45% [============================ ] 954/2074 45% [============================ ] 955/2074 46% [============================ ] 956/2074 46% [============================ ] 957/2074 46% [============================ ] 958/2074 46% [============================ ] 959/2074 46% [============================ ] 960/2074 46% [============================ ] 961/2074 46% [============================ ] 962/2074 46% [============================ ] 963/2074 46% [============================ ] 964/2074 46% [============================ ] 965/2074 46% [============================ ] 966/2074 46% [============================ ] 967/2074 46% [============================ ] 968/2074 46% [============================ ] 969/2074 46% [============================ ] 970/2074 46% [============================= ] 971/2074 46% [============================= ] 972/2074 46% [============================= ] 973/2074 46% [============================= ] 974/2074 46% [============================= ] 975/2074 47% [============================= ] 976/2074 47% [============================= ] 977/2074 47% [============================= ] 978/2074 47% [============================= ] 979/2074 47% [============================= ] 980/2074 47% [============================= ] 981/2074 47% [============================= ] 982/2074 47% [============================= ] 983/2074 47% [============================= ] 984/2074 47% [============================= ] 985/2074 47% [============================= ] 986/2074 47% [============================= ] 987/2074 47% [============================= ] 988/2074 47% [============================= ] 989/2074 47% [============================= ] 990/2074 47% [============================= ] 991/2074 47% [============================= ] 992/2074 47% [============================= ] 993/2074 47% [============================= ] 994/2074 47% [============================= ] 995/2074 47% [============================= ] 996/2074 48% [============================= ] 997/2074 48% [============================= ] 998/2074 48% [============================= ] 999/2074 48% [============================= ] 1000/2074 48% [============================= ] 1001/2074 48% [============================= ] 1002/2074 48% [============================= ] 1003/2074 48% [============================== ] 1004/2074 48% [============================== ] 1005/2074 48% [============================== ] 1006/2074 48% [============================== ] 1007/2074 48% [============================== ] 1008/2074 48% [============================== ] 1009/2074 48% [============================== ] 1010/2074 48% [============================== ] 1011/2074 48% [============================== ] 1012/2074 48% [============================== ] 1013/2074 48% [============================== ] 1014/2074 48% [============================== ] 1015/2074 48% [============================== ] 1016/2074 48% [============================== ] 1017/2074 49% [============================== ] 1018/2074 49% [============================== ] 1019/2074 49% [============================== ] 1020/2074 49% [============================== ] 1021/2074 49% [============================== ] 1022/2074 49% [============================== ] 1023/2074 49% [============================== ] 1024/2074 49% [============================== ] 1025/2074 49% [============================== ] 1026/2074 49% [============================== ] 1027/2074 49% [============================== ] 1028/2074 49% [============================== ] 1029/2074 49% [============================== ] 1030/2074 49% [============================== ] 1031/2074 49% [============================== ] 1032/2074 49% [============================== ] 1033/2074 49% [============================== ] 1034/2074 49% [============================== ] 1035/2074 49% [============================== ] 1036/2074 49% [=============================== ] 1037/2074 50% [=============================== ] 1038/2074 50% [=============================== ] 1039/2074 50% [=============================== ] 1040/2074 50% [=============================== ] 1041/2074 50% [=============================== ] 1042/2074 50% [=============================== ] 1043/2074 50% [=============================== ] 1044/2074 50% [=============================== ] 1045/2074 50% [=============================== ] 1046/2074 50% [=============================== ] 1047/2074 50% [=============================== ] 1048/2074 50% [=============================== ] 1049/2074 50% [=============================== ] 1050/2074 50% [=============================== ] 1051/2074 50% [=============================== ] 1052/2074 50% [=============================== ] 1053/2074 50% [=============================== ] 1054/2074 50% [=============================== ] 1055/2074 50% [=============================== ] 1056/2074 50% [=============================== ] 1057/2074 50% [=============================== ] 1058/2074 51% [=============================== ] 1059/2074 51% [=============================== ] 1060/2074 51% [=============================== ] 1061/2074 51% [=============================== ] 1062/2074 51% [=============================== ] 1063/2074 51% [=============================== ] 1064/2074 51% [=============================== ] 1065/2074 51% [=============================== ] 1066/2074 51% [=============================== ] 1067/2074 51% [=============================== ] 1068/2074 51% [=============================== ] 1069/2074 51% [=============================== ] 1070/2074 51% [================================ ] 1071/2074 51% [================================ ] 1072/2074 51% [================================ ] 1073/2074 51% [================================ ] 1074/2074 51% [================================ ] 1075/2074 51% [================================ ] 1076/2074 51% [================================ ] 1077/2074 51% [================================ ] 1078/2074 51% [================================ ] 1079/2074 52% [================================ ] 1080/2074 52% [================================ ] 1081/2074 52% [================================ ] 1082/2074 52% [================================ ] 1083/2074 52% [================================ ] 1084/2074 52% [================================ ] 1085/2074 52% [================================ ] 1086/2074 52% [================================ ] 1087/2074 52% [================================ ] 1088/2074 52% [================================ ] 1089/2074 52% [================================ ] 1090/2074 52% [================================ ] 1091/2074 52% [================================ ] 1092/2074 52% [================================ ] 1093/2074 52% [================================ ] 1094/2074 52% [================================ ] 1095/2074 52% [================================ ] 1096/2074 52% [================================ ] 1097/2074 52% [================================ ] 1098/2074 52% [================================ ] 1099/2074 52% [================================ ] 1100/2074 53% [================================ ] 1101/2074 53% [================================ ] 1102/2074 53% [================================ ] 1103/2074 53% [================================= ] 1104/2074 53% [================================= ] 1105/2074 53% [================================= ] 1106/2074 53% [================================= ] 1107/2074 53% [================================= ] 1108/2074 53% [================================= ] 1109/2074 53% [================================= ] 1110/2074 53% [================================= ] 1111/2074 53% [================================= ] 1112/2074 53% [================================= ] 1113/2074 53% [================================= ] 1114/2074 53% [================================= ] 1115/2074 53% [================================= ] 1116/2074 53% [================================= ] 1117/2074 53% [================================= ] 1118/2074 53% [================================= ] 1119/2074 53% [================================= ] 1120/2074 54% [================================= ] 1121/2074 54% [================================= ] 1122/2074 54% [================================= ] 1123/2074 54% [================================= ] 1124/2074 54% [================================= ] 1125/2074 54% [================================= ] 1126/2074 54% [================================= ] 1127/2074 54% [================================= ] 1128/2074 54% [================================= ] 1129/2074 54% [================================= ] 1130/2074 54% [================================= ] 1131/2074 54% [================================= ] 1132/2074 54% [================================= ] 1133/2074 54% [================================= ] 1134/2074 54% [================================= ] 1135/2074 54% [================================= ] 1136/2074 54% [================================= ] 1137/2074 54% [================================== ] 1138/2074 54% [================================== ] 1139/2074 54% [================================== ] 1140/2074 54% [================================== ] 1141/2074 55% [================================== ] 1142/2074 55% [================================== ] 1143/2074 55% [================================== ] 1144/2074 55% [================================== ] 1145/2074 55% [================================== ] 1146/2074 55% [================================== ] 1147/2074 55% [================================== ] 1148/2074 55% [================================== ] 1149/2074 55% [================================== ] 1150/2074 55% [================================== ] 1151/2074 55% [================================== ] 1152/2074 55% [================================== ] 1153/2074 55% [================================== ] 1154/2074 55% [================================== ] 1155/2074 55% [================================== ] 1156/2074 55% [================================== ] 1157/2074 55% [================================== ] 1158/2074 55% [================================== ] 1159/2074 55% [================================== ] 1160/2074 55% [================================== ] 1161/2074 55% [================================== ] 1162/2074 56% [================================== ] 1163/2074 56% [================================== ] 1164/2074 56% [================================== ] 1165/2074 56% [================================== ] 1166/2074 56% [================================== ] 1167/2074 56% [================================== ] 1168/2074 56% [================================== ] 1169/2074 56% [================================== ] 1170/2074 56% [=================================== ] 1171/2074 56% [=================================== ] 1172/2074 56% [=================================== ] 1173/2074 56% [=================================== ] 1174/2074 56% [=================================== ] 1175/2074 56% [=================================== ] 1176/2074 56% [=================================== ] 1177/2074 56% [=================================== ] 1178/2074 56% [=================================== ] 1179/2074 56% [=================================== ] 1180/2074 56% [=================================== ] 1181/2074 56% [=================================== ] 1182/2074 56% [=================================== ] 1183/2074 57% [=================================== ] 1184/2074 57% [=================================== ] 1185/2074 57% [=================================== ] 1186/2074 57% [=================================== ] 1187/2074 57% [=================================== ] 1188/2074 57% [=================================== ] 1189/2074 57% [=================================== ] 1190/2074 57% [=================================== ] 1191/2074 57% [=================================== ] 1192/2074 57% [=================================== ] 1193/2074 57% [=================================== ] 1194/2074 57% [=================================== ] 1195/2074 57% [=================================== ] 1196/2074 57% [=================================== ] 1197/2074 57% [=================================== ] 1198/2074 57% [=================================== ] 1199/2074 57% [=================================== ] 1200/2074 57% [=================================== ] 1201/2074 57% [=================================== ] 1202/2074 57% [=================================== ] 1203/2074 58% [=================================== ] 1204/2074 58% [==================================== ] 1205/2074 58% [==================================== ] 1206/2074 58% [==================================== ] 1207/2074 58% [==================================== ] 1208/2074 58% [==================================== ] 1209/2074 58% [==================================== ] 1210/2074 58% [==================================== ] 1211/2074 58% [==================================== ] 1212/2074 58% [==================================== ] 1213/2074 58% [==================================== ] 1214/2074 58% [==================================== ] 1215/2074 58% [==================================== ] 1216/2074 58% [==================================== ] 1217/2074 58% [==================================== ] 1218/2074 58% [==================================== ] 1219/2074 58% [==================================== ] 1220/2074 58% [==================================== ] 1221/2074 58% [==================================== ] 1222/2074 58% [==================================== ] 1223/2074 58% [==================================== ] 1224/2074 59% [==================================== ] 1225/2074 59% [==================================== ] 1226/2074 59% [==================================== ] 1227/2074 59% [==================================== ] 1228/2074 59% [==================================== ] 1229/2074 59% [==================================== ] 1230/2074 59% [==================================== ] 1231/2074 59% [==================================== ] 1232/2074 59% [==================================== ] 1233/2074 59% [==================================== ] 1234/2074 59% [==================================== ] 1235/2074 59% [==================================== ] 1236/2074 59% [==================================== ] 1237/2074 59% [===================================== ] 1238/2074 59% [===================================== ] 1239/2074 59% [===================================== ] 1240/2074 59% [===================================== ] 1241/2074 59% [===================================== ] 1242/2074 59% [===================================== ] 1243/2074 59% [===================================== ] 1244/2074 59% [===================================== ] 1245/2074 60% [===================================== ] 1246/2074 60% [===================================== ] 1247/2074 60% [===================================== ] 1248/2074 60% [===================================== ] 1249/2074 60% [===================================== ] 1250/2074 60% [===================================== ] 1251/2074 60% [===================================== ] 1252/2074 60% [===================================== ] 1253/2074 60% [===================================== ] 1254/2074 60% [===================================== ] 1255/2074 60% [===================================== ] 1256/2074 60% [===================================== ] 1257/2074 60% [===================================== ] 1258/2074 60% [===================================== ] 1259/2074 60% [===================================== ] 1260/2074 60% [===================================== ] 1261/2074 60% [===================================== ] 1262/2074 60% [===================================== ] 1263/2074 60% [===================================== ] 1264/2074 60% [===================================== ] 1265/2074 60% [===================================== ] 1266/2074 61% [===================================== ] 1267/2074 61% [===================================== ] 1268/2074 61% [===================================== ] 1269/2074 61% [===================================== ] 1270/2074 61% [===================================== ] 1271/2074 61% [====================================== ] 1272/2074 61% [====================================== ] 1273/2074 61% [====================================== ] 1274/2074 61% [====================================== ] 1275/2074 61% [====================================== ] 1276/2074 61% [====================================== ] 1277/2074 61% [====================================== ] 1278/2074 61% [====================================== ] 1279/2074 61% [====================================== ] 1280/2074 61% [====================================== ] 1281/2074 61% [====================================== ] 1282/2074 61% [====================================== ] 1283/2074 61% [====================================== ] 1284/2074 61% [====================================== ] 1285/2074 61% [====================================== ] 1286/2074 62% [====================================== ] 1287/2074 62% [====================================== ] 1288/2074 62% [====================================== ] 1289/2074 62% [====================================== ] 1290/2074 62% [====================================== ] 1291/2074 62% [====================================== ] 1292/2074 62% [====================================== ] 1293/2074 62% [====================================== ] 1294/2074 62% [====================================== ] 1295/2074 62% [====================================== ] 1296/2074 62% [====================================== ] 1297/2074 62% [====================================== ] 1298/2074 62% [====================================== ] 1299/2074 62% [====================================== ] 1300/2074 62% [====================================== ] 1301/2074 62% [====================================== ] 1302/2074 62% [====================================== ] 1303/2074 62% [====================================== ] 1304/2074 62% [======================================= ] 1305/2074 62% [======================================= ] 1306/2074 62% [======================================= ] 1307/2074 63% [======================================= ] 1308/2074 63% [======================================= ] 1309/2074 63% [======================================= ] 1310/2074 63% [======================================= ] 1311/2074 63% [======================================= ] 1312/2074 63% [======================================= ] 1313/2074 63% [======================================= ] 1314/2074 63% [======================================= ] 1315/2074 63% [======================================= ] 1316/2074 63% [======================================= ] 1317/2074 63% [======================================= ] 1318/2074 63% [======================================= ] 1319/2074 63% [======================================= ] 1320/2074 63% [======================================= ] 1321/2074 63% [======================================= ] 1322/2074 63% [======================================= ] 1323/2074 63% [======================================= ] 1324/2074 63% [======================================= ] 1325/2074 63% [======================================= ] 1326/2074 63% [======================================= ] 1327/2074 63% [======================================= ] 1328/2074 64% [======================================= ] 1329/2074 64% [======================================= ] 1330/2074 64% [======================================= ] 1331/2074 64% [======================================= ] 1332/2074 64% [======================================= ] 1333/2074 64% [======================================= ] 1334/2074 64% [======================================= ] 1335/2074 64% [======================================= ] 1336/2074 64% [======================================= ] 1337/2074 64% [======================================= ] 1338/2074 64% [======================================== ] 1339/2074 64% [======================================== ] 1340/2074 64% [======================================== ] 1341/2074 64% [======================================== ] 1342/2074 64% [======================================== ] 1343/2074 64% [======================================== ] 1344/2074 64% [======================================== ] 1345/2074 64% [======================================== ] 1346/2074 64% [======================================== ] 1347/2074 64% [======================================== ] 1348/2074 64% [======================================== ] 1349/2074 65% [======================================== ] 1350/2074 65% [======================================== ] 1351/2074 65% [======================================== ] 1352/2074 65% [======================================== ] 1353/2074 65% [======================================== ] 1354/2074 65% [======================================== ] 1355/2074 65% [======================================== ] 1356/2074 65% [======================================== ] 1357/2074 65% [======================================== ] 1358/2074 65% [======================================== ] 1359/2074 65% [======================================== ] 1360/2074 65% [======================================== ] 1361/2074 65% [======================================== ] 1362/2074 65% [======================================== ] 1363/2074 65% [======================================== ] 1364/2074 65% [======================================== ] 1365/2074 65% [======================================== ] 1366/2074 65% [======================================== ] 1367/2074 65% [======================================== ] 1368/2074 65% [======================================== ] 1369/2074 66% [======================================== ] 1370/2074 66% [======================================== ] 1371/2074 66% [========================================= ] 1372/2074 66% [========================================= ] 1373/2074 66% [========================================= ] 1374/2074 66% [========================================= ] 1375/2074 66% [========================================= ] 1376/2074 66% [========================================= ] 1377/2074 66% [========================================= ] 1378/2074 66% [========================================= ] 1379/2074 66% [========================================= ] 1380/2074 66% [========================================= ] 1381/2074 66% [========================================= ] 1382/2074 66% [========================================= ] 1383/2074 66% [========================================= ] 1384/2074 66% [========================================= ] 1385/2074 66% [========================================= ] 1386/2074 66% [========================================= ] 1387/2074 66% [========================================= ] 1388/2074 66% [========================================= ] 1389/2074 66% [========================================= ] 1390/2074 67% [========================================= ] 1391/2074 67% [========================================= ] 1392/2074 67% [========================================= ] 1393/2074 67% [========================================= ] 1394/2074 67% [========================================= ] 1395/2074 67% [========================================= ] 1396/2074 67% [========================================= ] 1397/2074 67% [========================================= ] 1398/2074 67% [========================================= ] 1399/2074 67% [========================================= ] 1400/2074 67% [========================================= ] 1401/2074 67% [========================================= ] 1402/2074 67% [========================================= ] 1403/2074 67% [========================================= ] 1404/2074 67% [========================================== ] 1405/2074 67% [========================================== ] 1406/2074 67% [========================================== ] 1407/2074 67% [========================================== ] 1408/2074 67% [========================================== ] 1409/2074 67% [========================================== ] 1410/2074 67% [========================================== ] 1411/2074 68% [========================================== ] 1412/2074 68% [========================================== ] 1413/2074 68% [========================================== ] 1414/2074 68% [========================================== ] 1415/2074 68% [========================================== ] 1416/2074 68% [========================================== ] 1417/2074 68% [========================================== ] 1418/2074 68% [========================================== ] 1419/2074 68% [========================================== ] 1420/2074 68% [========================================== ] 1421/2074 68% [========================================== ] 1422/2074 68% [========================================== ] 1423/2074 68% [========================================== ] 1424/2074 68% [========================================== ] 1425/2074 68% [========================================== ] 1426/2074 68% [========================================== ] 1427/2074 68% [========================================== ] 1428/2074 68% [========================================== ] 1429/2074 68% [========================================== ] 1430/2074 68% [========================================== ] 1431/2074 68% [========================================== ] 1432/2074 69% [========================================== ] 1433/2074 69% [========================================== ] 1434/2074 69% [========================================== ] 1435/2074 69% [========================================== ] 1436/2074 69% [========================================== ] 1437/2074 69% [========================================== ] 1438/2074 69% [=========================================== ] 1439/2074 69% [=========================================== ] 1440/2074 69% [=========================================== ] 1441/2074 69% [=========================================== ] 1442/2074 69% [=========================================== ] 1443/2074 69% [=========================================== ] 1444/2074 69% [=========================================== ] 1445/2074 69% [=========================================== ] 1446/2074 69% [=========================================== ] 1447/2074 69% [=========================================== ] 1448/2074 69% [=========================================== ] 1449/2074 69% [=========================================== ] 1450/2074 69% [=========================================== ] 1451/2074 69% [=========================================== ] 1452/2074 70% [=========================================== ] 1453/2074 70% [=========================================== ] 1454/2074 70% [=========================================== ] 1455/2074 70% [=========================================== ] 1456/2074 70% [=========================================== ] 1457/2074 70% [=========================================== ] 1458/2074 70% [=========================================== ] 1459/2074 70% [=========================================== ] 1460/2074 70% [=========================================== ] 1461/2074 70% [=========================================== ] 1462/2074 70% [=========================================== ] 1463/2074 70% [=========================================== ] 1464/2074 70% [=========================================== ] 1465/2074 70% [=========================================== ] 1466/2074 70% [=========================================== ] 1467/2074 70% [=========================================== ] 1468/2074 70% [=========================================== ] 1469/2074 70% [=========================================== ] 1470/2074 70% [=========================================== ] 1471/2074 70% [============================================ ] 1472/2074 70% [============================================ ] 1473/2074 71% [============================================ ] 1474/2074 71% [============================================ ] 1475/2074 71% [============================================ ] 1476/2074 71% [============================================ ] 1477/2074 71% [============================================ ] 1478/2074 71% [============================================ ] 1479/2074 71% [============================================ ] 1480/2074 71% [============================================ ] 1481/2074 71% [============================================ ] 1482/2074 71% [============================================ ] 1483/2074 71% [============================================ ] 1484/2074 71% [============================================ ] 1485/2074 71% [============================================ ] 1486/2074 71% [============================================ ] 1487/2074 71% [============================================ ] 1488/2074 71% [============================================ ] 1489/2074 71% [============================================ ] 1490/2074 71% [============================================ ] 1491/2074 71% [============================================ ] 1492/2074 71% [============================================ ] 1493/2074 71% [============================================ ] 1494/2074 72% [============================================ ] 1495/2074 72% [============================================ ] 1496/2074 72% [============================================ ] 1497/2074 72% [============================================ ] 1498/2074 72% [============================================ ] 1499/2074 72% [============================================ ] 1500/2074 72% [============================================ ] 1501/2074 72% [============================================ ] 1502/2074 72% [============================================ ] 1503/2074 72% [============================================ ] 1504/2074 72% [============================================ ] 1505/2074 72% [============================================= ] 1506/2074 72% [============================================= ] 1507/2074 72% [============================================= ] 1508/2074 72% [============================================= ] 1509/2074 72% [============================================= ] 1510/2074 72% [============================================= ] 1511/2074 72% [============================================= ] 1512/2074 72% [============================================= ] 1513/2074 72% [============================================= ] 1514/2074 72% [============================================= ] 1515/2074 73% [============================================= ] 1516/2074 73% [============================================= ] 1517/2074 73% [============================================= ] 1518/2074 73% [============================================= ] 1519/2074 73% [============================================= ] 1520/2074 73% [============================================= ] 1521/2074 73% [============================================= ] 1522/2074 73% [============================================= ] 1523/2074 73% [============================================= ] 1524/2074 73% [============================================= ] 1525/2074 73% [============================================= ] 1526/2074 73% [============================================= ] 1527/2074 73% [============================================= ] 1528/2074 73% [============================================= ] 1529/2074 73% [============================================= ] 1530/2074 73% [============================================= ] 1531/2074 73% [============================================= ] 1532/2074 73% [============================================= ] 1533/2074 73% [============================================= ] 1534/2074 73% [============================================= ] 1535/2074 74% [============================================= ] 1536/2074 74% [============================================= ] 1537/2074 74% [============================================= ] 1538/2074 74% [============================================== ] 1539/2074 74% [============================================== ] 1540/2074 74% [============================================== ] 1541/2074 74% [============================================== ] 1542/2074 74% [============================================== ] 1543/2074 74% [============================================== ] 1544/2074 74% [============================================== ] 1545/2074 74% [============================================== ] 1546/2074 74% [============================================== ] 1547/2074 74% [============================================== ] 1548/2074 74% [============================================== ] 1549/2074 74% [============================================== ] 1550/2074 74% [============================================== ] 1551/2074 74% [============================================== ] 1552/2074 74% [============================================== ] 1553/2074 74% [============================================== ] 1554/2074 74% [============================================== ] 1555/2074 74% [============================================== ] 1556/2074 75% [============================================== ] 1557/2074 75% [============================================== ] 1558/2074 75% [============================================== ] 1559/2074 75% [============================================== ] 1560/2074 75% [============================================== ] 1561/2074 75% [============================================== ] 1562/2074 75% [============================================== ] 1563/2074 75% [============================================== ] 1564/2074 75% [============================================== ] 1565/2074 75% [============================================== ] 1566/2074 75% [============================================== ] 1567/2074 75% [============================================== ] 1568/2074 75% [============================================== ] 1569/2074 75% [============================================== ] 1570/2074 75% [============================================== ] 1571/2074 75% [============================================== ] 1572/2074 75% [=============================================== ] 1573/2074 75% [=============================================== ] 1574/2074 75% [=============================================== ] 1575/2074 75% [=============================================== ] 1576/2074 75% [=============================================== ] 1577/2074 76% [=============================================== ] 1578/2074 76% [=============================================== ] 1579/2074 76% [=============================================== ] 1580/2074 76% [=============================================== ] 1581/2074 76% [=============================================== ] 1582/2074 76% [=============================================== ] 1583/2074 76% [=============================================== ] 1584/2074 76% [=============================================== ] 1585/2074 76% [=============================================== ] 1586/2074 76% [=============================================== ] 1587/2074 76% [=============================================== ] 1588/2074 76% [=============================================== ] 1589/2074 76% [=============================================== ] 1590/2074 76% [=============================================== ] 1591/2074 76% [=============================================== ] 1592/2074 76% [=============================================== ] 1593/2074 76% [=============================================== ] 1594/2074 76% [=============================================== ] 1595/2074 76% [=============================================== ] 1596/2074 76% [=============================================== ] 1597/2074 77% [=============================================== ] 1598/2074 77% [=============================================== ] 1599/2074 77% [=============================================== ] 1600/2074 77% [=============================================== ] 1601/2074 77% [=============================================== ] 1602/2074 77% [=============================================== ] 1603/2074 77% [=============================================== ] 1604/2074 77% [=============================================== ] 1605/2074 77% [================================================ ] 1606/2074 77% [================================================ ] 1607/2074 77% [================================================ ] 1608/2074 77% [================================================ ] 1609/2074 77% [================================================ ] 1610/2074 77% [================================================ ] 1611/2074 77% [================================================ ] 1612/2074 77% [================================================ ] 1613/2074 77% [================================================ ] 1614/2074 77% [================================================ ] 1615/2074 77% [================================================ ] 1616/2074 77% [================================================ ] 1617/2074 77% [================================================ ] 1618/2074 78% [================================================ ] 1619/2074 78% [================================================ ] 1620/2074 78% [================================================ ] 1621/2074 78% [================================================ ] 1622/2074 78% [================================================ ] 1623/2074 78% [================================================ ] 1624/2074 78% [================================================ ] 1625/2074 78% [================================================ ] 1626/2074 78% [================================================ ] 1627/2074 78% [================================================ ] 1628/2074 78% [================================================ ] 1629/2074 78% [================================================ ] 1630/2074 78% [================================================ ] 1631/2074 78% [================================================ ] 1632/2074 78% [================================================ ] 1633/2074 78% [================================================ ] 1634/2074 78% [================================================ ] 1635/2074 78% [================================================ ] 1636/2074 78% [================================================ ] 1637/2074 78% [================================================ ] 1638/2074 78% [================================================ ] 1639/2074 79% [================================================= ] 1640/2074 79% [================================================= ] 1641/2074 79% [================================================= ] 1642/2074 79% [================================================= ] 1643/2074 79% [================================================= ] 1644/2074 79% [================================================= ] 1645/2074 79% [================================================= ] 1646/2074 79% [================================================= ] 1647/2074 79% [================================================= ] 1648/2074 79% [================================================= ] 1649/2074 79% [================================================= ] 1650/2074 79% [================================================= ] 1651/2074 79% [================================================= ] 1652/2074 79% [================================================= ] 1653/2074 79% [================================================= ] 1654/2074 79% [================================================= ] 1655/2074 79% [================================================= ] 1656/2074 79% [================================================= ] 1657/2074 79% [================================================= ] 1658/2074 79% [================================================= ] 1659/2074 79% [================================================= ] 1660/2074 80% [================================================= ] 1661/2074 80% [================================================= ] 1662/2074 80% [================================================= ] 1663/2074 80% [================================================= ] 1664/2074 80% [================================================= ] 1665/2074 80% [================================================= ] 1666/2074 80% [================================================= ] 1667/2074 80% [================================================= ] 1668/2074 80% [================================================= ] 1669/2074 80% [================================================= ] 1670/2074 80% [================================================= ] 1671/2074 80% [================================================= ] 1672/2074 80% [================================================== ] 1673/2074 80% [================================================== ] 1674/2074 80% [================================================== ] 1675/2074 80% [================================================== ] 1676/2074 80% [================================================== ] 1677/2074 80% [================================================== ] 1678/2074 80% [================================================== ] 1679/2074 80% [================================================== ] 1680/2074 81% [================================================== ] 1681/2074 81% [================================================== ] 1682/2074 81% [================================================== ] 1683/2074 81% [================================================== ] 1684/2074 81% [================================================== ] 1685/2074 81% [================================================== ] 1686/2074 81% [================================================== ] 1687/2074 81% [================================================== ] 1688/2074 81% [================================================== ] 1689/2074 81% [================================================== ] 1690/2074 81% [================================================== ] 1691/2074 81% [================================================== ] 1692/2074 81% [================================================== ] 1693/2074 81% [================================================== ] 1694/2074 81% [================================================== ] 1695/2074 81% [================================================== ] 1696/2074 81% [================================================== ] 1697/2074 81% [================================================== ] 1698/2074 81% [================================================== ] 1699/2074 81% [================================================== ] 1700/2074 81% [================================================== ] 1701/2074 82% [================================================== ] 1702/2074 82% [================================================== ] 1703/2074 82% [================================================== ] 1704/2074 82% [================================================== ] 1705/2074 82% [================================================== ] 1706/2074 82% [=================================================== ] 1707/2074 82% [=================================================== ] 1708/2074 82% [=================================================== ] 1709/2074 82% [=================================================== ] 1710/2074 82% [=================================================== ] 1711/2074 82% [=================================================== ] 1712/2074 82% [=================================================== ] 1713/2074 82% [=================================================== ] 1714/2074 82% [=================================================== ] 1715/2074 82% [=================================================== ] 1716/2074 82% [=================================================== ] 1717/2074 82% [=================================================== ] 1718/2074 82% [=================================================== ] 1719/2074 82% [=================================================== ] 1720/2074 82% [=================================================== ] 1721/2074 82% [=================================================== ] 1722/2074 83% [=================================================== ] 1723/2074 83% [=================================================== ] 1724/2074 83% [=================================================== ] 1725/2074 83% [=================================================== ] 1726/2074 83% [=================================================== ] 1727/2074 83% [=================================================== ] 1728/2074 83% [=================================================== ] 1729/2074 83% [=================================================== ] 1730/2074 83% [=================================================== ] 1731/2074 83% [=================================================== ] 1732/2074 83% [=================================================== ] 1733/2074 83% [=================================================== ] 1734/2074 83% [=================================================== ] 1735/2074 83% [=================================================== ] 1736/2074 83% [=================================================== ] 1737/2074 83% [=================================================== ] 1738/2074 83% [=================================================== ] 1739/2074 83% [==================================================== ] 1740/2074 83% [==================================================== ] 1741/2074 83% [==================================================== ] 1742/2074 83% [==================================================== ] 1743/2074 84% [==================================================== ] 1744/2074 84% [==================================================== ] 1745/2074 84% [==================================================== ] 1746/2074 84% [==================================================== ] 1747/2074 84% [==================================================== ] 1748/2074 84% [==================================================== ] 1749/2074 84% [==================================================== ] 1750/2074 84% [==================================================== ] 1751/2074 84% [==================================================== ] 1752/2074 84% [==================================================== ] 1753/2074 84% [==================================================== ] 1754/2074 84% [==================================================== ] 1755/2074 84% [==================================================== ] 1756/2074 84% [==================================================== ] 1757/2074 84% [==================================================== ] 1758/2074 84% [==================================================== ] 1759/2074 84% [==================================================== ] 1760/2074 84% [==================================================== ] 1761/2074 84% [==================================================== ] 1762/2074 84% [==================================================== ] 1763/2074 85% [==================================================== ] 1764/2074 85% [==================================================== ] 1765/2074 85% [==================================================== ] 1766/2074 85% [==================================================== ] 1767/2074 85% [==================================================== ] 1768/2074 85% [==================================================== ] 1769/2074 85% [==================================================== ] 1770/2074 85% [==================================================== ] 1771/2074 85% [==================================================== ] 1772/2074 85% [===================================================== ] 1773/2074 85% [===================================================== ] 1774/2074 85% [===================================================== ] 1775/2074 85% [===================================================== ] 1776/2074 85% [===================================================== ] 1777/2074 85% [===================================================== ] 1778/2074 85% [===================================================== ] 1779/2074 85% [===================================================== ] 1780/2074 85% [===================================================== ] 1781/2074 85% [===================================================== ] 1782/2074 85% [===================================================== ] 1783/2074 85% [===================================================== ] 1784/2074 86% [===================================================== ] 1785/2074 86% [===================================================== ] 1786/2074 86% [===================================================== ] 1787/2074 86% [===================================================== ] 1788/2074 86% [===================================================== ] 1789/2074 86% [===================================================== ] 1790/2074 86% [===================================================== ] 1791/2074 86% [===================================================== ] 1792/2074 86% [===================================================== ] 1793/2074 86% [===================================================== ] 1794/2074 86% [===================================================== ] 1795/2074 86% [===================================================== ] 1796/2074 86% [===================================================== ] 1797/2074 86% [===================================================== ] 1798/2074 86% [===================================================== ] 1799/2074 86% [===================================================== ] 1800/2074 86% [===================================================== ] 1801/2074 86% [===================================================== ] 1802/2074 86% [===================================================== ] 1803/2074 86% [===================================================== ] 1804/2074 86% [===================================================== ] 1805/2074 87% [===================================================== ] 1806/2074 87% [====================================================== ] 1807/2074 87% [====================================================== ] 1808/2074 87% [====================================================== ] 1809/2074 87% [====================================================== ] 1810/2074 87% [====================================================== ] 1811/2074 87% [====================================================== ] 1812/2074 87% [====================================================== ] 1813/2074 87% [====================================================== ] 1814/2074 87% [====================================================== ] 1815/2074 87% [====================================================== ] 1816/2074 87% [====================================================== ] 1817/2074 87% [====================================================== ] 1818/2074 87% [====================================================== ] 1819/2074 87% [====================================================== ] 1820/2074 87% [====================================================== ] 1821/2074 87% [====================================================== ] 1822/2074 87% [====================================================== ] 1823/2074 87% [====================================================== ] 1824/2074 87% [====================================================== ] 1825/2074 87% [====================================================== ] 1826/2074 88% [====================================================== ] 1827/2074 88% [====================================================== ] 1828/2074 88% [====================================================== ] 1829/2074 88% [====================================================== ] 1830/2074 88% [====================================================== ] 1831/2074 88% [====================================================== ] 1832/2074 88% [====================================================== ] 1833/2074 88% [====================================================== ] 1834/2074 88% [====================================================== ] 1835/2074 88% [====================================================== ] 1836/2074 88% [====================================================== ] 1837/2074 88% [====================================================== ] 1838/2074 88% [====================================================== ] 1839/2074 88% [======================================================= ] 1840/2074 88% [======================================================= ] 1841/2074 88% [======================================================= ] 1842/2074 88% [======================================================= ] 1843/2074 88% [======================================================= ] 1844/2074 88% [======================================================= ] 1845/2074 88% [======================================================= ] 1846/2074 89% [======================================================= ] 1847/2074 89% [======================================================= ] 1848/2074 89% [======================================================= ] 1849/2074 89% [======================================================= ] 1850/2074 89% [======================================================= ] 1851/2074 89% [======================================================= ] 1852/2074 89% [======================================================= ] 1853/2074 89% [======================================================= ] 1854/2074 89% [======================================================= ] 1855/2074 89% [======================================================= ] 1856/2074 89% [======================================================= ] 1857/2074 89% [======================================================= ] 1858/2074 89% [======================================================= ] 1859/2074 89% [======================================================= ] 1860/2074 89% [======================================================= ] 1861/2074 89% [======================================================= ] 1862/2074 89% [======================================================= ] 1863/2074 89% [======================================================= ] 1864/2074 89% [======================================================= ] 1865/2074 89% [======================================================= ] 1866/2074 89% [======================================================= ] 1867/2074 90% [======================================================= ] 1868/2074 90% [======================================================= ] 1869/2074 90% [======================================================= ] 1870/2074 90% [======================================================= ] 1871/2074 90% [======================================================= ] 1872/2074 90% [======================================================= ] 1873/2074 90% [======================================================== ] 1874/2074 90% [======================================================== ] 1875/2074 90% [======================================================== ] 1876/2074 90% [======================================================== ] 1877/2074 90% [======================================================== ] 1878/2074 90% [======================================================== ] 1879/2074 90% [======================================================== ] 1880/2074 90% [======================================================== ] 1881/2074 90% [======================================================== ] 1882/2074 90% [======================================================== ] 1883/2074 90% [======================================================== ] 1884/2074 90% [======================================================== ] 1885/2074 90% [======================================================== ] 1886/2074 90% [======================================================== ] 1887/2074 90% [======================================================== ] 1888/2074 91% [======================================================== ] 1889/2074 91% [======================================================== ] 1890/2074 91% [======================================================== ] 1891/2074 91% [======================================================== ] 1892/2074 91% [======================================================== ] 1893/2074 91% [======================================================== ] 1894/2074 91% [======================================================== ] 1895/2074 91% [======================================================== ] 1896/2074 91% [======================================================== ] 1897/2074 91% [======================================================== ] 1898/2074 91% [======================================================== ] 1899/2074 91% [======================================================== ] 1900/2074 91% [======================================================== ] 1901/2074 91% [======================================================== ] 1902/2074 91% [======================================================== ] 1903/2074 91% [======================================================== ] 1904/2074 91% [======================================================== ] 1905/2074 91% [======================================================== ] 1906/2074 91% [========================================================= ] 1907/2074 91% [========================================================= ] 1908/2074 91% [========================================================= ] 1909/2074 92% [========================================================= ] 1910/2074 92% [========================================================= ] 1911/2074 92% [========================================================= ] 1912/2074 92% [========================================================= ] 1913/2074 92% [========================================================= ] 1914/2074 92% [========================================================= ] 1915/2074 92% [========================================================= ] 1916/2074 92% [========================================================= ] 1917/2074 92% [========================================================= ] 1918/2074 92% [========================================================= ] 1919/2074 92% [========================================================= ] 1920/2074 92% [========================================================= ] 1921/2074 92% [========================================================= ] 1922/2074 92% [========================================================= ] 1923/2074 92% [========================================================= ] 1924/2074 92% [========================================================= ] 1925/2074 92% [========================================================= ] 1926/2074 92% [========================================================= ] 1927/2074 92% [========================================================= ] 1928/2074 92% [========================================================= ] 1929/2074 93% [========================================================= ] 1930/2074 93% [========================================================= ] 1931/2074 93% [========================================================= ] 1932/2074 93% [========================================================= ] 1933/2074 93% [========================================================= ] 1934/2074 93% [========================================================= ] 1935/2074 93% [========================================================= ] 1936/2074 93% [========================================================= ] 1937/2074 93% [========================================================= ] 1938/2074 93% [========================================================= ] 1939/2074 93% [========================================================= ] 1940/2074 93% [========================================================== ] 1941/2074 93% [========================================================== ] 1942/2074 93% [========================================================== ] 1943/2074 93% [========================================================== ] 1944/2074 93% [========================================================== ] 1945/2074 93% [========================================================== ] 1946/2074 93% [========================================================== ] 1947/2074 93% [========================================================== ] 1948/2074 93% [========================================================== ] 1949/2074 93% [========================================================== ] 1950/2074 94% [========================================================== ] 1951/2074 94% [========================================================== ] 1952/2074 94% [========================================================== ] 1953/2074 94% [========================================================== ] 1954/2074 94% [========================================================== ] 1955/2074 94% [========================================================== ] 1956/2074 94% [========================================================== ] 1957/2074 94% [========================================================== ] 1958/2074 94% [========================================================== ] 1959/2074 94% [========================================================== ] 1960/2074 94% [========================================================== ] 1961/2074 94% [========================================================== ] 1962/2074 94% [========================================================== ] 1963/2074 94% [========================================================== ] 1964/2074 94% [========================================================== ] 1965/2074 94% [========================================================== ] 1966/2074 94% [========================================================== ] 1967/2074 94% [========================================================== ] 1968/2074 94% [========================================================== ] 1969/2074 94% [========================================================== ] 1970/2074 94% [========================================================== ] 1971/2074 95% [========================================================== ] 1972/2074 95% [========================================================== ] 1973/2074 95% [=========================================================== ] 1974/2074 95% [=========================================================== ] 1975/2074 95% [=========================================================== ] 1976/2074 95% [=========================================================== ] 1977/2074 95% [=========================================================== ] 1978/2074 95% [=========================================================== ] 1979/2074 95% [=========================================================== ] 1980/2074 95% [=========================================================== ] 1981/2074 95% [=========================================================== ] 1982/2074 95% [=========================================================== ] 1983/2074 95% [=========================================================== ] 1984/2074 95% [=========================================================== ] 1985/2074 95% [=========================================================== ] 1986/2074 95% [=========================================================== ] 1987/2074 95% [=========================================================== ] 1988/2074 95% [=========================================================== ] 1989/2074 95% [=========================================================== ] 1990/2074 95% [=========================================================== ] 1991/2074 95% [=========================================================== ] 1992/2074 96% [=========================================================== ] 1993/2074 96% [=========================================================== ] 1994/2074 96% [=========================================================== ] 1995/2074 96% [=========================================================== ] 1996/2074 96% [=========================================================== ] 1997/2074 96% [=========================================================== ] 1998/2074 96% [=========================================================== ] 1999/2074 96% [=========================================================== ] 2000/2074 96% [=========================================================== ] 2001/2074 96% [=========================================================== ] 2002/2074 96% [=========================================================== ] 2003/2074 96% [=========================================================== ] 2004/2074 96% [=========================================================== ] 2005/2074 96% [=========================================================== ] 2006/2074 96% [=========================================================== ] 2007/2074 96% [============================================================ ] 2008/2074 96% [============================================================ ] 2009/2074 96% [============================================================ ] 2010/2074 96% [============================================================ ] 2011/2074 96% [============================================================ ] 2012/2074 97% [============================================================ ] 2013/2074 97% [============================================================ ] 2014/2074 97% [============================================================ ] 2015/2074 97% [============================================================ ] 2016/2074 97% [============================================================ ] 2017/2074 97% [============================================================ ] 2018/2074 97% [============================================================ ] 2019/2074 97% [============================================================ ] 2020/2074 97% [============================================================ ] 2021/2074 97% [============================================================ ] 2022/2074 97% [============================================================ ] 2023/2074 97% [============================================================ ] 2024/2074 97% [============================================================ ] 2025/2074 97% [============================================================ ] 2026/2074 97% [============================================================ ] 2027/2074 97% [============================================================ ] 2028/2074 97% [============================================================ ] 2029/2074 97% [============================================================ ] 2030/2074 97% [============================================================ ] 2031/2074 97% [============================================================ ] 2032/2074 97% [============================================================ ] 2033/2074 98% [============================================================ ] 2034/2074 98% [============================================================ ] 2035/2074 98% [============================================================ ] 2036/2074 98% [============================================================ ] 2037/2074 98% [============================================================ ] 2038/2074 98% [============================================================ ] 2039/2074 98% [============================================================ ] 2040/2074 98% [============================================================= ] 2041/2074 98% [============================================================= ] 2042/2074 98% [============================================================= ] 2043/2074 98% [============================================================= ] 2044/2074 98% [============================================================= ] 2045/2074 98% [============================================================= ] 2046/2074 98% [============================================================= ] 2047/2074 98% [============================================================= ] 2048/2074 98% [============================================================= ] 2049/2074 98% [============================================================= ] 2050/2074 98% [============================================================= ] 2051/2074 98% [============================================================= ] 2052/2074 98% [============================================================= ] 2053/2074 98% [============================================================= ] 2054/2074 99% [============================================================= ] 2055/2074 99% [============================================================= ] 2056/2074 99% [============================================================= ] 2057/2074 99% [============================================================= ] 2058/2074 99% [============================================================= ] 2059/2074 99% [============================================================= ] 2060/2074 99% [============================================================= ] 2061/2074 99% [============================================================= ] 2062/2074 99% [============================================================= ] 2063/2074 99% [============================================================= ] 2064/2074 99% [============================================================= ] 2065/2074 99% [============================================================= ] 2066/2074 99% [============================================================= ] 2067/2074 99% [============================================================= ] 2068/2074 99% [============================================================= ] 2069/2074 99% [============================================================= ] 2070/2074 99% [============================================================= ] 2071/2074 99% [============================================================= ] 2072/2074 99% [============================================================= ] 2073/2074 99% [==============================================================] 2074/2074 100% operation complete, 2074 objects in 67044 NAND pages. ln -snf /home/autobuild/autobuild/instance-13/output-1/host/mips-buildroot-linux-musl/sysroot /home/autobuild/autobuild/instance-13/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-13/buildroot' >>> Buildroot 2023.08-rc1-52-g35d97842a2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 13.2.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.4 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 13.2.0 Collecting legal info >>> linux-headers 5.15.124 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 6.2.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> linux-pam 1.5.3 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> openssl Collecting legal info >>> libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> wget 1.21.4 Collecting legal info COPYING: OK (sha256: f7dc7522e7e1be9227f3dc8de8b39a4d1d2471968c893af15f00c1a2076a0eec) >>> gnutls 3.8.0 Collecting legal info doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.9.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> dfu-programmer 1.0.0 Collecting legal info COPYING: OK (sha256: d8fb44c26fecbb2b8a368a6c0ed4f5478a401fab03744325407736a80383af76) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-dos2unix 7.5.0 Collecting legal info COPYING.txt: OK (sha256: 6009a35c7aaee9888fd4844972c37b84bce22e7407893727c70f4f3560ae3eac) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> 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) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> empty 0.6.22b Collecting legal info COPYRIGHT: OK (sha256: db6b65f5eaf782a92715887ac107f3477d64016301a66194a92312b13ff89be1) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> fstrcmp 0.7.D001 Collecting legal info LICENSE: OK (sha256: 5352e426b563eda9252d76be92337b49f7b5cfdd1302a1e8d99389840c0e46be) >>> host-genpart 1.0.2 Collecting legal info >>> gnupg2 2.4.2 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgcrypt 1.10.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> haproxy 2.6.14 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> ibm-sw-tpm2 5452af422edeff70fcae8ea99dd28a0922051d7b Collecting legal info LICENSE: OK (sha256: dd2d31b560011ea673e197251e710e52669d911367d83cd3cfd018f8ed58bde9) >>> igd2-for-linux 2.2 Collecting legal info linuxigd2/doc/LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) linuxigd2/src/threadutil/COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 8.2.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdeflate 1.18 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libdrm 2.4.115 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> host-meson 1.2.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 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-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libpthread-stubs 0.5 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libgpgme 1.20.0 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libite 2.5.3 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmanette 0.2.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnftnl 1.2.5 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuv 1.46.0 Collecting legal info LICENSE: OK (sha256: 16de0c32b265cb7d46a6d3bd614f259dd4d693a5e26b3407b04aae8d73041f0c) LICENSE-extra: OK (sha256: 262c44bd2cdba037e6d2a82fba15f5800d292bc993a6f5d6b6ea487744d02836) >>> libva 2.19.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> nanomsg 1.1.5 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> newt 0.52.21 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qlibc 2.4.7 Collecting legal info LICENSE: OK (sha256: 7c9d03656af4c0acf0a35e29459086498dd64080eac6d2945bc1c064aaf18132) >>> rauc 1.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-rauc 1.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rdma-core 47.0 Collecting legal info COPYING.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.BSD_MIT: OK (sha256: 99e0df1d009a21d0dfb031600c550fd8f4efc0c6b2a4ef8b34a995aa6f79c9f4) COPYING.md: OK (sha256: c46a557f25b8ef9bec76526c4e593fc13e6cba27e7ba30d73b6497a689cf06f6) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> redis 7.0.11 Collecting legal info COPYING: OK (sha256: 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.2.4 Collecting legal info LICENSE: OK (sha256: 760f22b3e9ea4a50eb99201bd8dd118869f28108cfb64ccce6d1b305cf9ae9fa) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> syslog-ng 4.2.0 Collecting legal info COPYING: OK (sha256: c75dcbfc17ccf742f12042a370f825a40951085d2352dfc9d07e715dae3ca9bd) GPL.txt: OK (sha256: ce3324c9f22299cfc7c281e5a6ab40fbe9c2ea1a67cee87226cb8cd39db1e1d2) LGPL.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tinyproxy 1.11.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tmux 3.3a Collecting legal info COPYING: OK (sha256: c031bd37f464c534277814f6aa38686fa023d094261d57fd2545ad592bb53ccd) >>> trinity 1.9 Collecting legal info COPYING: OK (sha256: 35e3fc68c89fd7b8f72fd910b521cb3292f859e9181f3c26bd0df84d144bc1d4) >>> ttyd 1.7.3 Collecting legal info LICENSE: OK (sha256: 8b7e100f8311cb428c57609164d93099bada2599f948359045d1ac876a7a625b) >>> ulogd 2.0.8 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vpnc 0.5.3r550-2jnpr1 Collecting legal info COPYING: OK (sha256: bf3ec1bd1dec31a6ab8980bfd04569f506432f35ee01e88a3910847784bc2de1) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-13.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-13.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.124: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-13/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot'