echo "VERSION=2021.05-6332-g5645990b882"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n _ntp -1 _ntp -1 * - - - Network Time Protocol daemon\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2\n /home/buildroot/autobuild/instance-3/output-1/host/sbin/mkfs.ext2 -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -O ^64bit /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 82d4087a-58c7-4c44-8b48-6eea446ca398 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" lz4 -l -9 -c /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2 > /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2.lz4 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2020 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2020 0% [ ] 2/2020 0% [ ] 3/2020 0% [ ] 4/2020 0% [ ] 5/2020 0% [ ] 6/2020 0% [ ] 7/2020 0% [ ] 8/2020 0% [ ] 9/2020 0% [ ] 10/2020 0% [ ] 11/2020 0% [ ] 12/2020 0% [ ] 13/2020 0% [ ] 14/2020 0% [ ] 15/2020 0% [ ] 16/2020 0% [ ] 17/2020 0% [ ] 18/2020 0% [ ] 19/2020 0% [ ] 20/2020 0% [ ] 21/2020 1% [ ] 22/2020 1% [ ] 23/2020 1% [ ] 24/2020 1% [ ] 25/2020 1% [ ] 26/2020 1% [ ] 27/2020 1% [ ] 28/2020 1% [ ] 29/2020 1% [ ] 30/2020 1% [ ] 31/2020 1% [ ] 32/2020 1% [= ] 33/2020 1% [= ] 34/2020 1% [= ] 35/2020 1% [= ] 36/2020 1% [= ] 37/2020 1% [= ] 38/2020 1% [= ] 39/2020 1% [= ] 40/2020 1% [= ] 41/2020 2% [= ] 42/2020 2% [= ] 43/2020 2% [= ] 44/2020 2% [= ] 45/2020 2% [= ] 46/2020 2% [= ] 47/2020 2% [= ] 48/2020 2% [= ] 49/2020 2% [= ] 50/2020 2% [= ] 51/2020 2% [= ] 52/2020 2% [= ] 53/2020 2% [= ] 54/2020 2% [= ] 55/2020 2% [= ] 56/2020 2% [= ] 57/2020 2% [= ] 58/2020 2% [= ] 59/2020 2% [= ] 60/2020 2% [= ] 61/2020 3% [= ] 62/2020 3% [= ] 63/2020 3% [= ] 64/2020 3% [= ] 65/2020 3% [== ] 66/2020 3% [== ] 67/2020 3% [== ] 68/2020 3% [== ] 69/2020 3% [== ] 70/2020 3% [== ] 71/2020 3% [== ] 72/2020 3% [== ] 73/2020 3% [== ] 74/2020 3% [== ] 75/2020 3% [== ] 76/2020 3% [== ] 77/2020 3% [== ] 78/2020 3% [== ] 79/2020 3% [== ] 80/2020 3% [== ] 81/2020 4% [== ] 82/2020 4% [== ] 83/2020 4% [== ] 84/2020 4% [== ] 85/2020 4% [== ] 86/2020 4% [== ] 87/2020 4% [== ] 88/2020 4% [== ] 89/2020 4% [== ] 90/2020 4% [== ] 91/2020 4% [== ] 92/2020 4% [== ] 93/2020 4% [== ] 94/2020 4% [== ] 95/2020 4% [== ] 96/2020 4% [== ] 97/2020 4% [=== ] 98/2020 4% [=== ] 99/2020 4% [=== ] 100/2020 4% [=== ] 101/2020 5% [=== ] 102/2020 5% [=== ] 103/2020 5% [=== ] 104/2020 5% [=== ] 105/2020 5% [=== ] 106/2020 5% [=== ] 107/2020 5% [=== ] 108/2020 5% [=== ] 109/2020 5% [=== ] 110/2020 5% [=== ] 111/2020 5% [=== ] 112/2020 5% [=== ] 113/2020 5% [=== ] 114/2020 5% [=== ] 115/2020 5% [=== ] 116/2020 5% [=== ] 117/2020 5% [=== ] 118/2020 5% [=== ] 119/2020 5% [=== ] 120/2020 5% [=== ] 121/2020 5% [=== ] 122/2020 6% [=== ] 123/2020 6% [=== ] 124/2020 6% [=== ] 125/2020 6% [=== ] 126/2020 6% [=== ] 127/2020 6% [=== ] 128/2020 6% [=== ] 129/2020 6% [=== ] 130/2020 6% [==== ] 131/2020 6% [==== ] 132/2020 6% [==== ] 133/2020 6% [==== ] 134/2020 6% [==== ] 135/2020 6% [==== ] 136/2020 6% [==== ] 137/2020 6% [==== ] 138/2020 6% [==== ] 139/2020 6% [==== ] 140/2020 6% [==== ] 141/2020 6% [==== ] 142/2020 7% [==== ] 143/2020 7% [==== ] 144/2020 7% [==== ] 145/2020 7% [==== ] 146/2020 7% [==== ] 147/2020 7% [==== ] 148/2020 7% [==== ] 149/2020 7% [==== ] 150/2020 7% [==== ] 151/2020 7% [==== ] 152/2020 7% [==== ] 153/2020 7% [==== ] 154/2020 7% [==== ] 155/2020 7% [==== ] 156/2020 7% [==== ] 157/2020 7% [==== ] 158/2020 7% [==== ] 159/2020 7% [==== ] 160/2020 7% [==== ] 161/2020 7% [==== ] 162/2020 8% [===== ] 163/2020 8% [===== ] 164/2020 8% [===== ] 165/2020 8% [===== ] 166/2020 8% [===== ] 167/2020 8% [===== ] 168/2020 8% [===== ] 169/2020 8% [===== ] 170/2020 8% [===== ] 171/2020 8% [===== ] 172/2020 8% [===== ] 173/2020 8% [===== ] 174/2020 8% [===== ] 175/2020 8% [===== ] 176/2020 8% [===== ] 177/2020 8% [===== ] 178/2020 8% [===== ] 179/2020 8% [===== ] 180/2020 8% [===== ] 181/2020 8% [===== ] 182/2020 9% [===== ] 183/2020 9% [===== ] 184/2020 9% [===== ] 185/2020 9% [===== ] 186/2020 9% [===== ] 187/2020 9% [===== ] 188/2020 9% [===== ] 189/2020 9% [===== ] 190/2020 9% [===== ] 191/2020 9% [===== ] 192/2020 9% [===== ] 193/2020 9% [===== ] 194/2020 9% [===== ] 195/2020 9% [====== ] 196/2020 9% [====== ] 197/2020 9% [====== ] 198/2020 9% [====== ] 199/2020 9% [====== ] 200/2020 9% [====== ] 201/2020 9% [====== ] 202/2020 10% [====== ] 203/2020 10% [====== ] 204/2020 10% [====== ] 205/2020 10% [====== ] 206/2020 10% [====== ] 207/2020 10% [====== ] 208/2020 10% [====== ] 209/2020 10% [====== ] 210/2020 10% [====== ] 211/2020 10% [====== ] 212/2020 10% [====== ] 213/2020 10% [====== ] 214/2020 10% [====== ] 215/2020 10% [====== ] 216/2020 10% [====== ] 217/2020 10% [====== ] 218/2020 10% [====== ] 219/2020 10% [====== ] 220/2020 10% [====== ] 221/2020 10% [====== ] 222/2020 10% [====== ] 223/2020 11% [====== ] 224/2020 11% [====== ] 225/2020 11% [====== ] 226/2020 11% [====== ] 227/2020 11% [====== ] 228/2020 11% [======= ] 229/2020 11% [======= ] 230/2020 11% [======= ] 231/2020 11% [======= ] 232/2020 11% [======= ] 233/2020 11% [======= ] 234/2020 11% [======= ] 235/2020 11% [======= ] 236/2020 11% [======= ] 237/2020 11% [======= ] 238/2020 11% [======= ] 239/2020 11% [======= ] 240/2020 11% [======= ] 241/2020 11% [======= ] 242/2020 11% [======= ] 243/2020 12% [======= ] 244/2020 12% [======= ] 245/2020 12% [======= ] 246/2020 12% [======= ] 247/2020 12% [======= ] 248/2020 12% [======= ] 249/2020 12% [======= ] 250/2020 12% [======= ] 251/2020 12% [======= ] 252/2020 12% [======= ] 253/2020 12% [======= ] 254/2020 12% [======= ] 255/2020 12% [======= ] 256/2020 12% [======= ] 257/2020 12% [======= ] 258/2020 12% [======= ] 259/2020 12% [======= ] 260/2020 12% [======== ] 261/2020 12% [======== ] 262/2020 12% [======== ] 263/2020 13% [======== ] 264/2020 13% [======== ] 265/2020 13% [======== ] 266/2020 13% [======== ] 267/2020 13% [======== ] 268/2020 13% [======== ] 269/2020 13% [======== ] 270/2020 13% [======== ] 271/2020 13% [======== ] 272/2020 13% [======== ] 273/2020 13% [======== ] 274/2020 13% [======== ] 275/2020 13% [======== ] 276/2020 13% [======== ] 277/2020 13% [======== ] 278/2020 13% [======== ] 279/2020 13% [======== ] 280/2020 13% [======== ] 281/2020 13% [======== ] 282/2020 13% [======== ] 283/2020 14% [======== ] 284/2020 14% [======== ] 285/2020 14% [======== ] 286/2020 14% [======== ] 287/2020 14% [======== ] 288/2020 14% [======== ] 289/2020 14% [======== ] 290/2020 14% [======== ] 291/2020 14% [======== ] 292/2020 14% [======== ] 293/2020 14% [========= ] 294/2020 14% [========= ] 295/2020 14% [========= ] 296/2020 14% [========= ] 297/2020 14% [========= ] 298/2020 14% [========= ] 299/2020 14% [========= ] 300/2020 14% [========= ] 301/2020 14% [========= ] 302/2020 14% [========= ] 303/2020 15% [========= ] 304/2020 15% [========= ] 305/2020 15% [========= ] 306/2020 15% [========= ] 307/2020 15% [========= ] 308/2020 15% [========= ] 309/2020 15% [========= ] 310/2020 15% [========= ] 311/2020 15% [========= ] 312/2020 15% [========= ] 313/2020 15% [========= ] 314/2020 15% [========= ] 315/2020 15% [========= ] 316/2020 15% [========= ] 317/2020 15% [========= ] 318/2020 15% [========= ] 319/2020 15% [========= ] 320/2020 15% [========= ] 321/2020 15% [========= ] 322/2020 15% [========= ] 323/2020 15% [========= ] 324/2020 16% [========= ] 325/2020 16% [========== ] 326/2020 16% [========== ] 327/2020 16% [========== ] 328/2020 16% [========== ] 329/2020 16% [========== ] 330/2020 16% [========== ] 331/2020 16% [========== ] 332/2020 16% [========== ] 333/2020 16% [========== ] 334/2020 16% [========== ] 335/2020 16% [========== ] 336/2020 16% [========== ] 337/2020 16% [========== ] 338/2020 16% [========== ] 339/2020 16% [========== ] 340/2020 16% [========== ] 341/2020 16% [========== ] 342/2020 16% [========== ] 343/2020 16% [========== ] 344/2020 17% [========== ] 345/2020 17% [========== ] 346/2020 17% [========== ] 347/2020 17% [========== ] 348/2020 17% [========== ] 349/2020 17% [========== ] 350/2020 17% [========== ] 351/2020 17% [========== ] 352/2020 17% [========== ] 353/2020 17% [========== ] 354/2020 17% [========== ] 355/2020 17% [========== ] 356/2020 17% [========== ] 357/2020 17% [========== ] 358/2020 17% [=========== ] 359/2020 17% [=========== ] 360/2020 17% [=========== ] 361/2020 17% [=========== ] 362/2020 17% [=========== ] 363/2020 17% [=========== ] 364/2020 18% [=========== ] 365/2020 18% [=========== ] 366/2020 18% [=========== ] 367/2020 18% [=========== ] 368/2020 18% [=========== ] 369/2020 18% [=========== ] 370/2020 18% [=========== ] 371/2020 18% [=========== ] 372/2020 18% [=========== ] 373/2020 18% [=========== ] 374/2020 18% [=========== ] 375/2020 18% [=========== ] 376/2020 18% [=========== ] 377/2020 18% [=========== ] 378/2020 18% [=========== ] 379/2020 18% [=========== ] 380/2020 18% [=========== ] 381/2020 18% [=========== ] 382/2020 18% [=========== ] 383/2020 18% [=========== ] 384/2020 19% [=========== ] 385/2020 19% [=========== ] 386/2020 19% [=========== ] 387/2020 19% [=========== ] 388/2020 19% [=========== ] 389/2020 19% [=========== ] 390/2020 19% [============ ] 391/2020 19% [============ ] 392/2020 19% [============ ] 393/2020 19% [============ ] 394/2020 19% [============ ] 395/2020 19% [============ ] 396/2020 19% [============ ] 397/2020 19% [============ ] 398/2020 19% [============ ] 399/2020 19% [============ ] 400/2020 19% [============ ] 401/2020 19% [============ ] 402/2020 19% [============ ] 403/2020 19% [============ ] 404/2020 20% [============ ] 405/2020 20% [============ ] 406/2020 20% [============ ] 407/2020 20% [============ ] 408/2020 20% [============ ] 409/2020 20% [============ ] 410/2020 20% [============ ] 411/2020 20% [============ ] 412/2020 20% [============ ] 413/2020 20% [============ ] 414/2020 20% [============ ] 415/2020 20% [============ ] 416/2020 20% [============ ] 417/2020 20% [============ ] 418/2020 20% [============ ] 419/2020 20% [============ ] 420/2020 20% [============ ] 421/2020 20% [============ ] 422/2020 20% [============ ] 423/2020 20% [============= ] 424/2020 20% [============= ] 425/2020 21% [============= ] 426/2020 21% [============= ] 427/2020 21% [============= ] 428/2020 21% [============= ] 429/2020 21% [============= ] 430/2020 21% [============= ] 431/2020 21% [============= ] 432/2020 21% [============= ] 433/2020 21% [============= ] 434/2020 21% [============= ] 435/2020 21% [============= ] 436/2020 21% [============= ] 437/2020 21% [============= ] 438/2020 21% [============= ] 439/2020 21% [============= ] 440/2020 21% [============= ] 441/2020 21% [============= ] 442/2020 21% [============= ] 443/2020 21% [============= ] 444/2020 21% [============= ] 445/2020 22% [============= ] 446/2020 22% [============= ] 447/2020 22% [============= ] 448/2020 22% [============= ] 449/2020 22% [============= ] 450/2020 22% [============= ] 451/2020 22% [============= ] 452/2020 22% [============= ] 453/2020 22% [============= ] 454/2020 22% [============= ] 455/2020 22% [============= ] 456/2020 22% [============== ] 457/2020 22% [============== ] 458/2020 22% [============== ] 459/2020 22% [============== ] 460/2020 22% [============== ] 461/2020 22% [============== ] 462/2020 22% [============== ] 463/2020 22% [============== ] 464/2020 22% [============== ] 465/2020 23% [============== ] 466/2020 23% [============== ] 467/2020 23% [============== ] 468/2020 23% [============== ] 469/2020 23% [============== ] 470/2020 23% [============== ] 471/2020 23% [============== ] 472/2020 23% [============== ] 473/2020 23% [============== ] 474/2020 23% [============== ] 475/2020 23% [============== ] 476/2020 23% [============== ] 477/2020 23% [============== ] 478/2020 23% [============== ] 479/2020 23% [============== ] 480/2020 23% [============== ] 481/2020 23% [============== ] 482/2020 23% [============== ] 483/2020 23% [============== ] 484/2020 23% [============== ] 485/2020 24% [============== ] 486/2020 24% [============== ] 487/2020 24% [============== ] 488/2020 24% [=============== ] 489/2020 24% [=============== ] 490/2020 24% [=============== ] 491/2020 24% [=============== ] 492/2020 24% [=============== ] 493/2020 24% [=============== ] 494/2020 24% [=============== ] 495/2020 24% [=============== ] 496/2020 24% [=============== ] 497/2020 24% [=============== ] 498/2020 24% [=============== ] 499/2020 24% [=============== ] 500/2020 24% [=============== ] 501/2020 24% [=============== ] 502/2020 24% [=============== ] 503/2020 24% [=============== ] 504/2020 24% [=============== ] 505/2020 25% [=============== ] 506/2020 25% [=============== ] 507/2020 25% [=============== ] 508/2020 25% [=============== ] 509/2020 25% [=============== ] 510/2020 25% [=============== ] 511/2020 25% [=============== ] 512/2020 25% [=============== ] 513/2020 25% [=============== ] 514/2020 25% [=============== ] 515/2020 25% [=============== ] 516/2020 25% [=============== ] 517/2020 25% [=============== ] 518/2020 25% [=============== ] 519/2020 25% [=============== ] 520/2020 25% [=============== ] 521/2020 25% [================ ] 522/2020 25% [================ ] 523/2020 25% [================ ] 524/2020 25% [================ ] 525/2020 25% [================ ] 526/2020 26% [================ ] 527/2020 26% [================ ] 528/2020 26% [================ ] 529/2020 26% [================ ] 530/2020 26% [================ ] 531/2020 26% [================ ] 532/2020 26% [================ ] 533/2020 26% [================ ] 534/2020 26% [================ ] 535/2020 26% [================ ] 536/2020 26% [================ ] 537/2020 26% [================ ] 538/2020 26% [================ ] 539/2020 26% [================ ] 540/2020 26% [================ ] 541/2020 26% [================ ] 542/2020 26% [================ ] 543/2020 26% [================ ] 544/2020 26% [================ ] 545/2020 26% [================ ] 546/2020 27% [================ ] 547/2020 27% [================ ] 548/2020 27% [================ ] 549/2020 27% [================ ] 550/2020 27% [================ ] 551/2020 27% [================ ] 552/2020 27% [================ ] 553/2020 27% [================= ] 554/2020 27% [================= ] 555/2020 27% [================= ] 556/2020 27% [================= ] 557/2020 27% [================= ] 558/2020 27% [================= ] 559/2020 27% [================= ] 560/2020 27% [================= ] 561/2020 27% [================= ] 562/2020 27% [================= ] 563/2020 27% [================= ] 564/2020 27% [================= ] 565/2020 27% [================= ] 566/2020 28% [================= ] 567/2020 28% [================= ] 568/2020 28% [================= ] 569/2020 28% [================= ] 570/2020 28% [================= ] 571/2020 28% [================= ] 572/2020 28% [================= ] 573/2020 28% [================= ] 574/2020 28% [================= ] 575/2020 28% [================= ] 576/2020 28% [================= ] 577/2020 28% [================= ] 578/2020 28% [================= ] 579/2020 28% [================= ] 580/2020 28% [================= ] 581/2020 28% [================= ] 582/2020 28% [================= ] 583/2020 28% [================= ] 584/2020 28% [================= ] 585/2020 28% [================= ] 586/2020 29% [================== ] 587/2020 29% [================== ] 588/2020 29% [================== ] 589/2020 29% [================== ] 590/2020 29% [================== ] 591/2020 29% [================== ] 592/2020 29% [================== ] 593/2020 29% [================== ] 594/2020 29% [================== ] 595/2020 29% [================== ] 596/2020 29% [================== ] 597/2020 29% [================== ] 598/2020 29% [================== ] 599/2020 29% [================== ] 600/2020 29% [================== ] 601/2020 29% [================== ] 602/2020 29% [================== ] 603/2020 29% [================== ] 604/2020 29% [================== ] 605/2020 29% [================== ] 606/2020 30% [================== ] 607/2020 30% [================== ] 608/2020 30% [================== ] 609/2020 30% [================== ] 610/2020 30% [================== ] 611/2020 30% [================== ] 612/2020 30% [================== ] 613/2020 30% [================== ] 614/2020 30% [================== ] 615/2020 30% [================== ] 616/2020 30% [================== ] 617/2020 30% [================== ] 618/2020 30% [================== ] 619/2020 30% [=================== ] 620/2020 30% [=================== ] 621/2020 30% [=================== ] 622/2020 30% [=================== ] 623/2020 30% [=================== ] 624/2020 30% [=================== ] 625/2020 30% [=================== ] 626/2020 30% [=================== ] 627/2020 31% [=================== ] 628/2020 31% [=================== ] 629/2020 31% [=================== ] 630/2020 31% [=================== ] 631/2020 31% [=================== ] 632/2020 31% [=================== ] 633/2020 31% [=================== ] 634/2020 31% [=================== ] 635/2020 31% [=================== ] 636/2020 31% [=================== ] 637/2020 31% [=================== ] 638/2020 31% [=================== ] 639/2020 31% [=================== ] 640/2020 31% [=================== ] 641/2020 31% [=================== ] 642/2020 31% [=================== ] 643/2020 31% [=================== ] 644/2020 31% [=================== ] 645/2020 31% [=================== ] 646/2020 31% [=================== ] 647/2020 32% [=================== ] 648/2020 32% [=================== ] 649/2020 32% [=================== ] 650/2020 32% [=================== ] 651/2020 32% [==================== ] 652/2020 32% [==================== ] 653/2020 32% [==================== ] 654/2020 32% [==================== ] 655/2020 32% [==================== ] 656/2020 32% [==================== ] 657/2020 32% [==================== ] 658/2020 32% [==================== ] 659/2020 32% [==================== ] 660/2020 32% [==================== ] 661/2020 32% [==================== ] 662/2020 32% [==================== ] 663/2020 32% [==================== ] 664/2020 32% [==================== ] 665/2020 32% [==================== ] 666/2020 32% [==================== ] 667/2020 33% [==================== ] 668/2020 33% [==================== ] 669/2020 33% [==================== ] 670/2020 33% [==================== ] 671/2020 33% [==================== ] 672/2020 33% [==================== ] 673/2020 33% [==================== ] 674/2020 33% [==================== ] 675/2020 33% [==================== ] 676/2020 33% [==================== ] 677/2020 33% [==================== ] 678/2020 33% [==================== ] 679/2020 33% [==================== ] 680/2020 33% [==================== ] 681/2020 33% [==================== ] 682/2020 33% [==================== ] 683/2020 33% [==================== ] 684/2020 33% [===================== ] 685/2020 33% [===================== ] 686/2020 33% [===================== ] 687/2020 34% [===================== ] 688/2020 34% [===================== ] 689/2020 34% [===================== ] 690/2020 34% [===================== ] 691/2020 34% [===================== ] 692/2020 34% [===================== ] 693/2020 34% [===================== ] 694/2020 34% [===================== ] 695/2020 34% [===================== ] 696/2020 34% [===================== ] 697/2020 34% [===================== ] 698/2020 34% [===================== ] 699/2020 34% [===================== ] 700/2020 34% [===================== ] 701/2020 34% [===================== ] 702/2020 34% [===================== ] 703/2020 34% [===================== ] 704/2020 34% [===================== ] 705/2020 34% [===================== ] 706/2020 34% [===================== ] 707/2020 35% [===================== ] 708/2020 35% [===================== ] 709/2020 35% [===================== ] 710/2020 35% [===================== ] 711/2020 35% [===================== ] 712/2020 35% [===================== ] 713/2020 35% [===================== ] 714/2020 35% [===================== ] 715/2020 35% [===================== ] 716/2020 35% [====================== ] 717/2020 35% [====================== ] 718/2020 35% [====================== ] 719/2020 35% [====================== ] 720/2020 35% [====================== ] 721/2020 35% [====================== ] 722/2020 35% [====================== ] 723/2020 35% [====================== ] 724/2020 35% [====================== ] 725/2020 35% [====================== ] 726/2020 35% [====================== ] 727/2020 35% [====================== ] 728/2020 36% [====================== ] 729/2020 36% [====================== ] 730/2020 36% [====================== ] 731/2020 36% [====================== ] 732/2020 36% [====================== ] 733/2020 36% [====================== ] 734/2020 36% [====================== ] 735/2020 36% [====================== ] 736/2020 36% [====================== ] 737/2020 36% [====================== ] 738/2020 36% [====================== ] 739/2020 36% [====================== ] 740/2020 36% [====================== ] 741/2020 36% [====================== ] 742/2020 36% [====================== ] 743/2020 36% [====================== ] 744/2020 36% [====================== ] 745/2020 36% [====================== ] 746/2020 36% [====================== ] 747/2020 36% [====================== ] 748/2020 37% [====================== ] 749/2020 37% [======================= ] 750/2020 37% [======================= ] 751/2020 37% [======================= ] 752/2020 37% [======================= ] 753/2020 37% [======================= ] 754/2020 37% [======================= ] 755/2020 37% [======================= ] 756/2020 37% [======================= ] 757/2020 37% [======================= ] 758/2020 37% [======================= ] 759/2020 37% [======================= ] 760/2020 37% [======================= ] 761/2020 37% [======================= ] 762/2020 37% [======================= ] 763/2020 37% [======================= ] 764/2020 37% [======================= ] 765/2020 37% [======================= ] 766/2020 37% [======================= ] 767/2020 37% [======================= ] 768/2020 38% [======================= ] 769/2020 38% [======================= ] 770/2020 38% [======================= ] 771/2020 38% [======================= ] 772/2020 38% [======================= ] 773/2020 38% [======================= ] 774/2020 38% [======================= ] 775/2020 38% [======================= ] 776/2020 38% [======================= ] 777/2020 38% [======================= ] 778/2020 38% [======================= ] 779/2020 38% [======================= ] 780/2020 38% [======================= ] 781/2020 38% [======================== ] 782/2020 38% [======================== ] 783/2020 38% [======================== ] 784/2020 38% [======================== ] 785/2020 38% [======================== ] 786/2020 38% [======================== ] 787/2020 38% [======================== ] 788/2020 39% [======================== ] 789/2020 39% [======================== ] 790/2020 39% [======================== ] 791/2020 39% [======================== ] 792/2020 39% [======================== ] 793/2020 39% [======================== ] 794/2020 39% [======================== ] 795/2020 39% [======================== ] 796/2020 39% [======================== ] 797/2020 39% [======================== ] 798/2020 39% [======================== ] 799/2020 39% [======================== ] 800/2020 39% [======================== ] 801/2020 39% [======================== ] 802/2020 39% [======================== ] 803/2020 39% [======================== ] 804/2020 39% [======================== ] 805/2020 39% [======================== ] 806/2020 39% [======================== ] 807/2020 39% [======================== ] 808/2020 40% [======================== ] 809/2020 40% [======================== ] 810/2020 40% [======================== ] 811/2020 40% [======================== ] 812/2020 40% [======================== ] 813/2020 40% [======================== ] 814/2020 40% [========================= ] 815/2020 40% [========================= ] 816/2020 40% [========================= ] 817/2020 40% [========================= ] 818/2020 40% [========================= ] 819/2020 40% [========================= ] 820/2020 40% [========================= ] 821/2020 40% [========================= ] 822/2020 40% [========================= ] 823/2020 40% [========================= ] 824/2020 40% [========================= ] 825/2020 40% [========================= ] 826/2020 40% [========================= ] 827/2020 40% [========================= ] 828/2020 40% [========================= ] 829/2020 41% [========================= ] 830/2020 41% [========================= ] 831/2020 41% [========================= ] 832/2020 41% [========================= ] 833/2020 41% [========================= ] 834/2020 41% [========================= ] 835/2020 41% [========================= ] 836/2020 41% [========================= ] 837/2020 41% [========================= ] 838/2020 41% [========================= ] 839/2020 41% [========================= ] 840/2020 41% [========================= ] 841/2020 41% [========================= ] 842/2020 41% [========================= ] 843/2020 41% [========================= ] 844/2020 41% [========================= ] 845/2020 41% [========================= ] 846/2020 41% [========================= ] 847/2020 41% [========================== ] 848/2020 41% [========================== ] 849/2020 42% [========================== ] 850/2020 42% [========================== ] 851/2020 42% [========================== ] 852/2020 42% [========================== ] 853/2020 42% [========================== ] 854/2020 42% [========================== ] 855/2020 42% [========================== ] 856/2020 42% [========================== ] 857/2020 42% [========================== ] 858/2020 42% [========================== ] 859/2020 42% [========================== ] 860/2020 42% [========================== ] 861/2020 42% [========================== ] 862/2020 42% [========================== ] 863/2020 42% [========================== ] 864/2020 42% [========================== ] 865/2020 42% [========================== ] 866/2020 42% [========================== ] 867/2020 42% [========================== ] 868/2020 42% [========================== ] 869/2020 43% [========================== ] 870/2020 43% [========================== ] 871/2020 43% [========================== ] 872/2020 43% [========================== ] 873/2020 43% [========================== ] 874/2020 43% [========================== ] 875/2020 43% [========================== ] 876/2020 43% [========================== ] 877/2020 43% [========================== ] 878/2020 43% [========================== ] 879/2020 43% [=========================== ] 880/2020 43% [=========================== ] 881/2020 43% [=========================== ] 882/2020 43% [=========================== ] 883/2020 43% [=========================== ] 884/2020 43% [=========================== ] 885/2020 43% [=========================== ] 886/2020 43% [=========================== ] 887/2020 43% [=========================== ] 888/2020 43% [=========================== ] 889/2020 44% [=========================== ] 890/2020 44% [=========================== ] 891/2020 44% [=========================== ] 892/2020 44% [=========================== ] 893/2020 44% [=========================== ] 894/2020 44% [=========================== ] 895/2020 44% [=========================== ] 896/2020 44% [=========================== ] 897/2020 44% [=========================== ] 898/2020 44% [=========================== ] 899/2020 44% [=========================== ] 900/2020 44% [=========================== ] 901/2020 44% [=========================== ] 902/2020 44% [=========================== ] 903/2020 44% [=========================== ] 904/2020 44% [=========================== ] 905/2020 44% [=========================== ] 906/2020 44% [=========================== ] 907/2020 44% [=========================== ] 908/2020 44% [=========================== ] 909/2020 45% [=========================== ] 910/2020 45% [=========================== ] 911/2020 45% [=========================== ] 912/2020 45% [============================ ] 913/2020 45% [============================ ] 914/2020 45% [============================ ] 915/2020 45% [============================ ] 916/2020 45% [============================ ] 917/2020 45% [============================ ] 918/2020 45% [============================ ] 919/2020 45% [============================ ] 920/2020 45% [============================ ] 921/2020 45% [============================ ] 922/2020 45% [============================ ] 923/2020 45% [============================ ] 924/2020 45% [============================ ] 925/2020 45% [============================ ] 926/2020 45% [============================ ] 927/2020 45% [============================ ] 928/2020 45% [============================ ] 929/2020 45% [============================ ] 930/2020 46% [============================ ] 931/2020 46% [============================ ] 932/2020 46% [============================ ] 933/2020 46% [============================ ] 934/2020 46% [============================ ] 935/2020 46% [============================ ] 936/2020 46% [============================ ] 937/2020 46% [============================ ] 938/2020 46% [============================ ] 939/2020 46% [============================ ] 940/2020 46% [============================ ] 941/2020 46% [============================ ] 942/2020 46% [============================ ] 943/2020 46% [============================ ] 944/2020 46% [============================= ] 945/2020 46% [============================= ] 946/2020 46% [============================= ] 947/2020 46% [============================= ] 948/2020 46% [============================= ] 949/2020 46% [============================= ] 950/2020 47% [============================= ] 951/2020 47% [============================= ] 952/2020 47% [============================= ] 953/2020 47% [============================= ] 954/2020 47% [============================= ] 955/2020 47% [============================= ] 956/2020 47% [============================= ] 957/2020 47% [============================= ] 958/2020 47% [============================= ] 959/2020 47% [============================= ] 960/2020 47% [============================= ] 961/2020 47% [============================= ] 962/2020 47% [============================= ] 963/2020 47% [============================= ] 964/2020 47% [============================= ] 965/2020 47% [============================= ] 966/2020 47% [============================= ] 967/2020 47% [============================= ] 968/2020 47% [============================= ] 969/2020 47% [============================= ] 970/2020 48% [============================= ] 971/2020 48% [============================= ] 972/2020 48% [============================= ] 973/2020 48% [============================= ] 974/2020 48% [============================= ] 975/2020 48% [============================= ] 976/2020 48% [============================= ] 977/2020 48% [============================== ] 978/2020 48% [============================== ] 979/2020 48% [============================== ] 980/2020 48% [============================== ] 981/2020 48% [============================== ] 982/2020 48% [============================== ] 983/2020 48% [============================== ] 984/2020 48% [============================== ] 985/2020 48% [============================== ] 986/2020 48% [============================== ] 987/2020 48% [============================== ] 988/2020 48% [============================== ] 989/2020 48% [============================== ] 990/2020 49% [============================== ] 991/2020 49% [============================== ] 992/2020 49% [============================== ] 993/2020 49% [============================== ] 994/2020 49% [============================== ] 995/2020 49% [============================== ] 996/2020 49% [============================== ] 997/2020 49% [============================== ] 998/2020 49% [============================== ] 999/2020 49% [============================== ] 1000/2020 49% [============================== ] 1001/2020 49% [============================== ] 1002/2020 49% [============================== ] 1003/2020 49% [============================== ] 1004/2020 49% [============================== ] 1005/2020 49% [============================== ] 1006/2020 49% [============================== ] 1007/2020 49% [============================== ] 1008/2020 49% [============================== ] 1009/2020 49% [=============================== ] 1010/2020 50% [=============================== ] 1011/2020 50% [=============================== ] 1012/2020 50% [=============================== ] 1013/2020 50% [=============================== ] 1014/2020 50% [=============================== ] 1015/2020 50% [=============================== ] 1016/2020 50% [=============================== ] 1017/2020 50% [=============================== ] 1018/2020 50% [=============================== ] 1019/2020 50% [=============================== ] 1020/2020 50% [=============================== ] 1021/2020 50% [=============================== ] 1022/2020 50% [=============================== ] 1023/2020 50% [=============================== ] 1024/2020 50% [=============================== ] 1025/2020 50% [=============================== ] 1026/2020 50% [=============================== ] 1027/2020 50% [=============================== ] 1028/2020 50% [=============================== ] 1029/2020 50% [=============================== ] 1030/2020 50% [=============================== ] 1031/2020 51% [=============================== ] 1032/2020 51% [=============================== ] 1033/2020 51% [=============================== ] 1034/2020 51% [=============================== ] 1035/2020 51% [=============================== ] 1036/2020 51% [=============================== ] 1037/2020 51% [=============================== ] 1038/2020 51% [=============================== ] 1039/2020 51% [=============================== ] 1040/2020 51% [=============================== ] 1041/2020 51% [=============================== ] 1042/2020 51% [================================ ] 1043/2020 51% [================================ ] 1044/2020 51% [================================ ] 1045/2020 51% [================================ ] 1046/2020 51% [================================ ] 1047/2020 51% [================================ ] 1048/2020 51% [================================ ] 1049/2020 51% [================================ ] 1050/2020 51% [================================ ] 1051/2020 52% [================================ ] 1052/2020 52% [================================ ] 1053/2020 52% [================================ ] 1054/2020 52% [================================ ] 1055/2020 52% [================================ ] 1056/2020 52% [================================ ] 1057/2020 52% [================================ ] 1058/2020 52% [================================ ] 1059/2020 52% [================================ ] 1060/2020 52% [================================ ] 1061/2020 52% [================================ ] 1062/2020 52% [================================ ] 1063/2020 52% [================================ ] 1064/2020 52% [================================ ] 1065/2020 52% [================================ ] 1066/2020 52% [================================ ] 1067/2020 52% [================================ ] 1068/2020 52% [================================ ] 1069/2020 52% [================================ ] 1070/2020 52% [================================ ] 1071/2020 53% [================================ ] 1072/2020 53% [================================ ] 1073/2020 53% [================================ ] 1074/2020 53% [================================ ] 1075/2020 53% [================================= ] 1076/2020 53% [================================= ] 1077/2020 53% [================================= ] 1078/2020 53% [================================= ] 1079/2020 53% [================================= ] 1080/2020 53% [================================= ] 1081/2020 53% [================================= ] 1082/2020 53% [================================= ] 1083/2020 53% [================================= ] 1084/2020 53% [================================= ] 1085/2020 53% [================================= ] 1086/2020 53% [================================= ] 1087/2020 53% [================================= ] 1088/2020 53% [================================= ] 1089/2020 53% [================================= ] 1090/2020 53% [================================= ] 1091/2020 54% [================================= ] 1092/2020 54% [================================= ] 1093/2020 54% [================================= ] 1094/2020 54% [================================= ] 1095/2020 54% [================================= ] 1096/2020 54% [================================= ] 1097/2020 54% [================================= ] 1098/2020 54% [================================= ] 1099/2020 54% [================================= ] 1100/2020 54% [================================= ] 1101/2020 54% [================================= ] 1102/2020 54% [================================= ] 1103/2020 54% [================================= ] 1104/2020 54% [================================= ] 1105/2020 54% [================================= ] 1106/2020 54% [================================= ] 1107/2020 54% [================================== ] 1108/2020 54% [================================== ] 1109/2020 54% [================================== ] 1110/2020 54% [================================== ] 1111/2020 55% [================================== ] 1112/2020 55% [================================== ] 1113/2020 55% [================================== ] 1114/2020 55% [================================== ] 1115/2020 55% [================================== ] 1116/2020 55% [================================== ] 1117/2020 55% [================================== ] 1118/2020 55% [================================== ] 1119/2020 55% [================================== ] 1120/2020 55% [================================== ] 1121/2020 55% [================================== ] 1122/2020 55% [================================== ] 1123/2020 55% [================================== ] 1124/2020 55% [================================== ] 1125/2020 55% [================================== ] 1126/2020 55% [================================== ] 1127/2020 55% [================================== ] 1128/2020 55% [================================== ] 1129/2020 55% [================================== ] 1130/2020 55% [================================== ] 1131/2020 55% [================================== ] 1132/2020 56% [================================== ] 1133/2020 56% [================================== ] 1134/2020 56% [================================== ] 1135/2020 56% [================================== ] 1136/2020 56% [================================== ] 1137/2020 56% [================================== ] 1138/2020 56% [================================== ] 1139/2020 56% [================================== ] 1140/2020 56% [=================================== ] 1141/2020 56% [=================================== ] 1142/2020 56% [=================================== ] 1143/2020 56% [=================================== ] 1144/2020 56% [=================================== ] 1145/2020 56% [=================================== ] 1146/2020 56% [=================================== ] 1147/2020 56% [=================================== ] 1148/2020 56% [=================================== ] 1149/2020 56% [=================================== ] 1150/2020 56% [=================================== ] 1151/2020 56% [=================================== ] 1152/2020 57% [=================================== ] 1153/2020 57% [=================================== ] 1154/2020 57% [=================================== ] 1155/2020 57% [=================================== ] 1156/2020 57% [=================================== ] 1157/2020 57% [=================================== ] 1158/2020 57% [=================================== ] 1159/2020 57% [=================================== ] 1160/2020 57% [=================================== ] 1161/2020 57% [=================================== ] 1162/2020 57% [=================================== ] 1163/2020 57% [=================================== ] 1164/2020 57% [=================================== ] 1165/2020 57% [=================================== ] 1166/2020 57% [=================================== ] 1167/2020 57% [=================================== ] 1168/2020 57% [=================================== ] 1169/2020 57% [=================================== ] 1170/2020 57% [=================================== ] 1171/2020 57% [=================================== ] 1172/2020 58% [==================================== ] 1173/2020 58% [==================================== ] 1174/2020 58% [==================================== ] 1175/2020 58% [==================================== ] 1176/2020 58% [==================================== ] 1177/2020 58% [==================================== ] 1178/2020 58% [==================================== ] 1179/2020 58% [==================================== ] 1180/2020 58% [==================================== ] 1181/2020 58% [==================================== ] 1182/2020 58% [==================================== ] 1183/2020 58% [==================================== ] 1184/2020 58% [==================================== ] 1185/2020 58% [==================================== ] 1186/2020 58% [==================================== ] 1187/2020 58% [==================================== ] 1188/2020 58% [==================================== ] 1189/2020 58% [==================================== ] 1190/2020 58% [==================================== ] 1191/2020 58% [==================================== ] 1192/2020 59% [==================================== ] 1193/2020 59% [==================================== ] 1194/2020 59% [==================================== ] 1195/2020 59% [==================================== ] 1196/2020 59% [==================================== ] 1197/2020 59% [==================================== ] 1198/2020 59% [==================================== ] 1199/2020 59% [==================================== ] 1200/2020 59% [==================================== ] 1201/2020 59% [==================================== ] 1202/2020 59% [==================================== ] 1203/2020 59% [==================================== ] 1204/2020 59% [==================================== ] 1205/2020 59% [===================================== ] 1206/2020 59% [===================================== ] 1207/2020 59% [===================================== ] 1208/2020 59% [===================================== ] 1209/2020 59% [===================================== ] 1210/2020 59% [===================================== ] 1211/2020 59% [===================================== ] 1212/2020 60% [===================================== ] 1213/2020 60% [===================================== ] 1214/2020 60% [===================================== ] 1215/2020 60% [===================================== ] 1216/2020 60% [===================================== ] 1217/2020 60% [===================================== ] 1218/2020 60% [===================================== ] 1219/2020 60% [===================================== ] 1220/2020 60% [===================================== ] 1221/2020 60% [===================================== ] 1222/2020 60% [===================================== ] 1223/2020 60% [===================================== ] 1224/2020 60% [===================================== ] 1225/2020 60% [===================================== ] 1226/2020 60% [===================================== ] 1227/2020 60% [===================================== ] 1228/2020 60% [===================================== ] 1229/2020 60% [===================================== ] 1230/2020 60% [===================================== ] 1231/2020 60% [===================================== ] 1232/2020 60% [===================================== ] 1233/2020 61% [===================================== ] 1234/2020 61% [===================================== ] 1235/2020 61% [===================================== ] 1236/2020 61% [===================================== ] 1237/2020 61% [===================================== ] 1238/2020 61% [====================================== ] 1239/2020 61% [====================================== ] 1240/2020 61% [====================================== ] 1241/2020 61% [====================================== ] 1242/2020 61% [====================================== ] 1243/2020 61% [====================================== ] 1244/2020 61% [====================================== ] 1245/2020 61% [====================================== ] 1246/2020 61% [====================================== ] 1247/2020 61% [====================================== ] 1248/2020 61% [====================================== ] 1249/2020 61% [====================================== ] 1250/2020 61% [====================================== ] 1251/2020 61% [====================================== ] 1252/2020 61% [====================================== ] 1253/2020 62% [====================================== ] 1254/2020 62% [====================================== ] 1255/2020 62% [====================================== ] 1256/2020 62% [====================================== ] 1257/2020 62% [====================================== ] 1258/2020 62% [====================================== ] 1259/2020 62% [====================================== ] 1260/2020 62% [====================================== ] 1261/2020 62% [====================================== ] 1262/2020 62% [====================================== ] 1263/2020 62% [====================================== ] 1264/2020 62% [====================================== ] 1265/2020 62% [====================================== ] 1266/2020 62% [====================================== ] 1267/2020 62% [====================================== ] 1268/2020 62% [====================================== ] 1269/2020 62% [====================================== ] 1270/2020 62% [======================================= ] 1271/2020 62% [======================================= ] 1272/2020 62% [======================================= ] 1273/2020 63% [======================================= ] 1274/2020 63% [======================================= ] 1275/2020 63% [======================================= ] 1276/2020 63% [======================================= ] 1277/2020 63% [======================================= ] 1278/2020 63% [======================================= ] 1279/2020 63% [======================================= ] 1280/2020 63% [======================================= ] 1281/2020 63% [======================================= ] 1282/2020 63% [======================================= ] 1283/2020 63% [======================================= ] 1284/2020 63% [======================================= ] 1285/2020 63% [======================================= ] 1286/2020 63% [======================================= ] 1287/2020 63% [======================================= ] 1288/2020 63% [======================================= ] 1289/2020 63% [======================================= ] 1290/2020 63% [======================================= ] 1291/2020 63% [======================================= ] 1292/2020 63% [======================================= ] 1293/2020 64% [======================================= ] 1294/2020 64% [======================================= ] 1295/2020 64% [======================================= ] 1296/2020 64% [======================================= ] 1297/2020 64% [======================================= ] 1298/2020 64% [======================================= ] 1299/2020 64% [======================================= ] 1300/2020 64% [======================================= ] 1301/2020 64% [======================================= ] 1302/2020 64% [======================================= ] 1303/2020 64% [======================================== ] 1304/2020 64% [======================================== ] 1305/2020 64% [======================================== ] 1306/2020 64% [======================================== ] 1307/2020 64% [======================================== ] 1308/2020 64% [======================================== ] 1309/2020 64% [======================================== ] 1310/2020 64% [======================================== ] 1311/2020 64% [======================================== ] 1312/2020 64% [======================================== ] 1313/2020 65% [======================================== ] 1314/2020 65% [======================================== ] 1315/2020 65% [======================================== ] 1316/2020 65% [======================================== ] 1317/2020 65% [======================================== ] 1318/2020 65% [======================================== ] 1319/2020 65% [======================================== ] 1320/2020 65% [======================================== ] 1321/2020 65% [======================================== ] 1322/2020 65% [======================================== ] 1323/2020 65% [======================================== ] 1324/2020 65% [======================================== ] 1325/2020 65% [======================================== ] 1326/2020 65% [======================================== ] 1327/2020 65% [======================================== ] 1328/2020 65% [======================================== ] 1329/2020 65% [======================================== ] 1330/2020 65% [======================================== ] 1331/2020 65% [======================================== ] 1332/2020 65% [======================================== ] 1333/2020 65% [======================================== ] 1334/2020 66% [======================================== ] 1335/2020 66% [========================================= ] 1336/2020 66% [========================================= ] 1337/2020 66% [========================================= ] 1338/2020 66% [========================================= ] 1339/2020 66% [========================================= ] 1340/2020 66% [========================================= ] 1341/2020 66% [========================================= ] 1342/2020 66% [========================================= ] 1343/2020 66% [========================================= ] 1344/2020 66% [========================================= ] 1345/2020 66% [========================================= ] 1346/2020 66% [========================================= ] 1347/2020 66% [========================================= ] 1348/2020 66% [========================================= ] 1349/2020 66% [========================================= ] 1350/2020 66% [========================================= ] 1351/2020 66% [========================================= ] 1352/2020 66% [========================================= ] 1353/2020 66% [========================================= ] 1354/2020 67% [========================================= ] 1355/2020 67% [========================================= ] 1356/2020 67% [========================================= ] 1357/2020 67% [========================================= ] 1358/2020 67% [========================================= ] 1359/2020 67% [========================================= ] 1360/2020 67% [========================================= ] 1361/2020 67% [========================================= ] 1362/2020 67% [========================================= ] 1363/2020 67% [========================================= ] 1364/2020 67% [========================================= ] 1365/2020 67% [========================================= ] 1366/2020 67% [========================================= ] 1367/2020 67% [========================================= ] 1368/2020 67% [========================================== ] 1369/2020 67% [========================================== ] 1370/2020 67% [========================================== ] 1371/2020 67% [========================================== ] 1372/2020 67% [========================================== ] 1373/2020 67% [========================================== ] 1374/2020 68% [========================================== ] 1375/2020 68% [========================================== ] 1376/2020 68% [========================================== ] 1377/2020 68% [========================================== ] 1378/2020 68% [========================================== ] 1379/2020 68% [========================================== ] 1380/2020 68% [========================================== ] 1381/2020 68% [========================================== ] 1382/2020 68% [========================================== ] 1383/2020 68% [========================================== ] 1384/2020 68% [========================================== ] 1385/2020 68% [========================================== ] 1386/2020 68% [========================================== ] 1387/2020 68% [========================================== ] 1388/2020 68% [========================================== ] 1389/2020 68% [========================================== ] 1390/2020 68% [========================================== ] 1391/2020 68% [========================================== ] 1392/2020 68% [========================================== ] 1393/2020 68% [========================================== ] 1394/2020 69% [========================================== ] 1395/2020 69% [========================================== ] 1396/2020 69% [========================================== ] 1397/2020 69% [========================================== ] 1398/2020 69% [========================================== ] 1399/2020 69% [========================================== ] 1400/2020 69% [=========================================== ] 1401/2020 69% [=========================================== ] 1402/2020 69% [=========================================== ] 1403/2020 69% [=========================================== ] 1404/2020 69% [=========================================== ] 1405/2020 69% [=========================================== ] 1406/2020 69% [=========================================== ] 1407/2020 69% [=========================================== ] 1408/2020 69% [=========================================== ] 1409/2020 69% [=========================================== ] 1410/2020 69% [=========================================== ] 1411/2020 69% [=========================================== ] 1412/2020 69% [=========================================== ] 1413/2020 69% [=========================================== ] 1414/2020 70% [=========================================== ] 1415/2020 70% [=========================================== ] 1416/2020 70% [=========================================== ] 1417/2020 70% [=========================================== ] 1418/2020 70% [=========================================== ] 1419/2020 70% [=========================================== ] 1420/2020 70% [=========================================== ] 1421/2020 70% [=========================================== ] 1422/2020 70% [=========================================== ] 1423/2020 70% [=========================================== ] 1424/2020 70% [=========================================== ] 1425/2020 70% [=========================================== ] 1426/2020 70% [=========================================== ] 1427/2020 70% [=========================================== ] 1428/2020 70% [=========================================== ] 1429/2020 70% [=========================================== ] 1430/2020 70% [=========================================== ] 1431/2020 70% [=========================================== ] 1432/2020 70% [=========================================== ] 1433/2020 70% [============================================ ] 1434/2020 70% [============================================ ] 1435/2020 71% [============================================ ] 1436/2020 71% [============================================ ] 1437/2020 71% [============================================ ] 1438/2020 71% [============================================ ] 1439/2020 71% [============================================ ] 1440/2020 71% [============================================ ] 1441/2020 71% [============================================ ] 1442/2020 71% [============================================ ] 1443/2020 71% [============================================ ] 1444/2020 71% [============================================ ] 1445/2020 71% [============================================ ] 1446/2020 71% [============================================ ] 1447/2020 71% [============================================ ] 1448/2020 71% [============================================ ] 1449/2020 71% [============================================ ] 1450/2020 71% [============================================ ] 1451/2020 71% [============================================ ] 1452/2020 71% [============================================ ] 1453/2020 71% [============================================ ] 1454/2020 71% [============================================ ] 1455/2020 72% [============================================ ] 1456/2020 72% [============================================ ] 1457/2020 72% [============================================ ] 1458/2020 72% [============================================ ] 1459/2020 72% [============================================ ] 1460/2020 72% [============================================ ] 1461/2020 72% [============================================ ] 1462/2020 72% [============================================ ] 1463/2020 72% [============================================ ] 1464/2020 72% [============================================ ] 1465/2020 72% [============================================ ] 1466/2020 72% [============================================= ] 1467/2020 72% [============================================= ] 1468/2020 72% [============================================= ] 1469/2020 72% [============================================= ] 1470/2020 72% [============================================= ] 1471/2020 72% [============================================= ] 1472/2020 72% [============================================= ] 1473/2020 72% [============================================= ] 1474/2020 72% [============================================= ] 1475/2020 73% [============================================= ] 1476/2020 73% [============================================= ] 1477/2020 73% [============================================= ] 1478/2020 73% [============================================= ] 1479/2020 73% [============================================= ] 1480/2020 73% [============================================= ] 1481/2020 73% [============================================= ] 1482/2020 73% [============================================= ] 1483/2020 73% [============================================= ] 1484/2020 73% [============================================= ] 1485/2020 73% [============================================= ] 1486/2020 73% [============================================= ] 1487/2020 73% [============================================= ] 1488/2020 73% [============================================= ] 1489/2020 73% [============================================= ] 1490/2020 73% [============================================= ] 1491/2020 73% [============================================= ] 1492/2020 73% [============================================= ] 1493/2020 73% [============================================= ] 1494/2020 73% [============================================= ] 1495/2020 74% [============================================= ] 1496/2020 74% [============================================= ] 1497/2020 74% [============================================= ] 1498/2020 74% [============================================== ] 1499/2020 74% [============================================== ] 1500/2020 74% [============================================== ] 1501/2020 74% [============================================== ] 1502/2020 74% [============================================== ] 1503/2020 74% [============================================== ] 1504/2020 74% [============================================== ] 1505/2020 74% [============================================== ] 1506/2020 74% [============================================== ] 1507/2020 74% [============================================== ] 1508/2020 74% [============================================== ] 1509/2020 74% [============================================== ] 1510/2020 74% [============================================== ] 1511/2020 74% [============================================== ] 1512/2020 74% [============================================== ] 1513/2020 74% [============================================== ] 1514/2020 74% [============================================== ] 1515/2020 75% [============================================== ] 1516/2020 75% [============================================== ] 1517/2020 75% [============================================== ] 1518/2020 75% [============================================== ] 1519/2020 75% [============================================== ] 1520/2020 75% [============================================== ] 1521/2020 75% [============================================== ] 1522/2020 75% [============================================== ] 1523/2020 75% [============================================== ] 1524/2020 75% [============================================== ] 1525/2020 75% [============================================== ] 1526/2020 75% [============================================== ] 1527/2020 75% [============================================== ] 1528/2020 75% [============================================== ] 1529/2020 75% [============================================== ] 1530/2020 75% [============================================== ] 1531/2020 75% [=============================================== ] 1532/2020 75% [=============================================== ] 1533/2020 75% [=============================================== ] 1534/2020 75% [=============================================== ] 1535/2020 75% [=============================================== ] 1536/2020 76% [=============================================== ] 1537/2020 76% [=============================================== ] 1538/2020 76% [=============================================== ] 1539/2020 76% [=============================================== ] 1540/2020 76% [=============================================== ] 1541/2020 76% [=============================================== ] 1542/2020 76% [=============================================== ] 1543/2020 76% [=============================================== ] 1544/2020 76% [=============================================== ] 1545/2020 76% [=============================================== ] 1546/2020 76% [=============================================== ] 1547/2020 76% [=============================================== ] 1548/2020 76% [=============================================== ] 1549/2020 76% [=============================================== ] 1550/2020 76% [=============================================== ] 1551/2020 76% [=============================================== ] 1552/2020 76% [=============================================== ] 1553/2020 76% [=============================================== ] 1554/2020 76% [=============================================== ] 1555/2020 76% [=============================================== ] 1556/2020 77% [=============================================== ] 1557/2020 77% [=============================================== ] 1558/2020 77% [=============================================== ] 1559/2020 77% [=============================================== ] 1560/2020 77% [=============================================== ] 1561/2020 77% [=============================================== ] 1562/2020 77% [=============================================== ] 1563/2020 77% [================================================ ] 1564/2020 77% [================================================ ] 1565/2020 77% [================================================ ] 1566/2020 77% [================================================ ] 1567/2020 77% [================================================ ] 1568/2020 77% [================================================ ] 1569/2020 77% [================================================ ] 1570/2020 77% [================================================ ] 1571/2020 77% [================================================ ] 1572/2020 77% [================================================ ] 1573/2020 77% [================================================ ] 1574/2020 77% [================================================ ] 1575/2020 77% [================================================ ] 1576/2020 78% [================================================ ] 1577/2020 78% [================================================ ] 1578/2020 78% [================================================ ] 1579/2020 78% [================================================ ] 1580/2020 78% [================================================ ] 1581/2020 78% [================================================ ] 1582/2020 78% [================================================ ] 1583/2020 78% [================================================ ] 1584/2020 78% [================================================ ] 1585/2020 78% [================================================ ] 1586/2020 78% [================================================ ] 1587/2020 78% [================================================ ] 1588/2020 78% [================================================ ] 1589/2020 78% [================================================ ] 1590/2020 78% [================================================ ] 1591/2020 78% [================================================ ] 1592/2020 78% [================================================ ] 1593/2020 78% [================================================ ] 1594/2020 78% [================================================ ] 1595/2020 78% [================================================ ] 1596/2020 79% [================================================= ] 1597/2020 79% [================================================= ] 1598/2020 79% [================================================= ] 1599/2020 79% [================================================= ] 1600/2020 79% [================================================= ] 1601/2020 79% [================================================= ] 1602/2020 79% [================================================= ] 1603/2020 79% [================================================= ] 1604/2020 79% [================================================= ] 1605/2020 79% [================================================= ] 1606/2020 79% [================================================= ] 1607/2020 79% [================================================= ] 1608/2020 79% [================================================= ] 1609/2020 79% [================================================= ] 1610/2020 79% [================================================= ] 1611/2020 79% [================================================= ] 1612/2020 79% [================================================= ] 1613/2020 79% [================================================= ] 1614/2020 79% [================================================= ] 1615/2020 79% [================================================= ] 1616/2020 80% [================================================= ] 1617/2020 80% [================================================= ] 1618/2020 80% [================================================= ] 1619/2020 80% [================================================= ] 1620/2020 80% [================================================= ] 1621/2020 80% [================================================= ] 1622/2020 80% [================================================= ] 1623/2020 80% [================================================= ] 1624/2020 80% [================================================= ] 1625/2020 80% [================================================= ] 1626/2020 80% [================================================= ] 1627/2020 80% [================================================= ] 1628/2020 80% [================================================= ] 1629/2020 80% [================================================== ] 1630/2020 80% [================================================== ] 1631/2020 80% [================================================== ] 1632/2020 80% [================================================== ] 1633/2020 80% [================================================== ] 1634/2020 80% [================================================== ] 1635/2020 80% [================================================== ] 1636/2020 80% [================================================== ] 1637/2020 81% [================================================== ] 1638/2020 81% [================================================== ] 1639/2020 81% [================================================== ] 1640/2020 81% [================================================== ] 1641/2020 81% [================================================== ] 1642/2020 81% [================================================== ] 1643/2020 81% [================================================== ] 1644/2020 81% [================================================== ] 1645/2020 81% [================================================== ] 1646/2020 81% [================================================== ] 1647/2020 81% [================================================== ] 1648/2020 81% [================================================== ] 1649/2020 81% [================================================== ] 1650/2020 81% [================================================== ] 1651/2020 81% [================================================== ] 1652/2020 81% [================================================== ] 1653/2020 81% [================================================== ] 1654/2020 81% [================================================== ] 1655/2020 81% [================================================== ] 1656/2020 81% [================================================== ] 1657/2020 82% [================================================== ] 1658/2020 82% [================================================== ] 1659/2020 82% [================================================== ] 1660/2020 82% [================================================== ] 1661/2020 82% [=================================================== ] 1662/2020 82% [=================================================== ] 1663/2020 82% [=================================================== ] 1664/2020 82% [=================================================== ] 1665/2020 82% [=================================================== ] 1666/2020 82% [=================================================== ] 1667/2020 82% [=================================================== ] 1668/2020 82% [=================================================== ] 1669/2020 82% [=================================================== ] 1670/2020 82% [=================================================== ] 1671/2020 82% [=================================================== ] 1672/2020 82% [=================================================== ] 1673/2020 82% [=================================================== ] 1674/2020 82% [=================================================== ] 1675/2020 82% [=================================================== ] 1676/2020 82% [=================================================== ] 1677/2020 83% [=================================================== ] 1678/2020 83% [=================================================== ] 1679/2020 83% [=================================================== ] 1680/2020 83% [=================================================== ] 1681/2020 83% [=================================================== ] 1682/2020 83% [=================================================== ] 1683/2020 83% [=================================================== ] 1684/2020 83% [=================================================== ] 1685/2020 83% [=================================================== ] 1686/2020 83% [=================================================== ] 1687/2020 83% [=================================================== ] 1688/2020 83% [=================================================== ] 1689/2020 83% [=================================================== ] 1690/2020 83% [=================================================== ] 1691/2020 83% [=================================================== ] 1692/2020 83% [=================================================== ] 1693/2020 83% [=================================================== ] 1694/2020 83% [==================================================== ] 1695/2020 83% [==================================================== ] 1696/2020 83% [==================================================== ] 1697/2020 84% [==================================================== ] 1698/2020 84% [==================================================== ] 1699/2020 84% [==================================================== ] 1700/2020 84% [==================================================== ] 1701/2020 84% [==================================================== ] 1702/2020 84% [==================================================== ] 1703/2020 84% [==================================================== ] 1704/2020 84% [==================================================== ] 1705/2020 84% [==================================================== ] 1706/2020 84% [==================================================== ] 1707/2020 84% [==================================================== ] 1708/2020 84% [==================================================== ] 1709/2020 84% [==================================================== ] 1710/2020 84% [==================================================== ] 1711/2020 84% [==================================================== ] 1712/2020 84% [==================================================== ] 1713/2020 84% [==================================================== ] 1714/2020 84% [==================================================== ] 1715/2020 84% [==================================================== ] 1716/2020 84% [==================================================== ] 1717/2020 85% [==================================================== ] 1718/2020 85% [==================================================== ] 1719/2020 85% [==================================================== ] 1720/2020 85% [==================================================== ] 1721/2020 85% [==================================================== ] 1722/2020 85% [==================================================== ] 1723/2020 85% [==================================================== ] 1724/2020 85% [==================================================== ] 1725/2020 85% [==================================================== ] 1726/2020 85% [===================================================== ] 1727/2020 85% [===================================================== ] 1728/2020 85% [===================================================== ] 1729/2020 85% [===================================================== ] 1730/2020 85% [===================================================== ] 1731/2020 85% [===================================================== ] 1732/2020 85% [===================================================== ] 1733/2020 85% [===================================================== ] 1734/2020 85% [===================================================== ] 1735/2020 85% [===================================================== ] 1736/2020 85% [===================================================== ] 1737/2020 85% [===================================================== ] 1738/2020 86% [===================================================== ] 1739/2020 86% [===================================================== ] 1740/2020 86% [===================================================== ] 1741/2020 86% [===================================================== ] 1742/2020 86% [===================================================== ] 1743/2020 86% [===================================================== ] 1744/2020 86% [===================================================== ] 1745/2020 86% [===================================================== ] 1746/2020 86% [===================================================== ] 1747/2020 86% [===================================================== ] 1748/2020 86% [===================================================== ] 1749/2020 86% [===================================================== ] 1750/2020 86% [===================================================== ] 1751/2020 86% [===================================================== ] 1752/2020 86% [===================================================== ] 1753/2020 86% [===================================================== ] 1754/2020 86% [===================================================== ] 1755/2020 86% [===================================================== ] 1756/2020 86% [===================================================== ] 1757/2020 86% [===================================================== ] 1758/2020 87% [===================================================== ] 1759/2020 87% [====================================================== ] 1760/2020 87% [====================================================== ] 1761/2020 87% [====================================================== ] 1762/2020 87% [====================================================== ] 1763/2020 87% [====================================================== ] 1764/2020 87% [====================================================== ] 1765/2020 87% [====================================================== ] 1766/2020 87% [====================================================== ] 1767/2020 87% [====================================================== ] 1768/2020 87% [====================================================== ] 1769/2020 87% [====================================================== ] 1770/2020 87% [====================================================== ] 1771/2020 87% [====================================================== ] 1772/2020 87% [====================================================== ] 1773/2020 87% [====================================================== ] 1774/2020 87% [====================================================== ] 1775/2020 87% [====================================================== ] 1776/2020 87% [====================================================== ] 1777/2020 87% [====================================================== ] 1778/2020 88% [====================================================== ] 1779/2020 88% [====================================================== ] 1780/2020 88% [====================================================== ] 1781/2020 88% [====================================================== ] 1782/2020 88% [====================================================== ] 1783/2020 88% [====================================================== ] 1784/2020 88% [====================================================== ] 1785/2020 88% [====================================================== ] 1786/2020 88% [====================================================== ] 1787/2020 88% [====================================================== ] 1788/2020 88% [====================================================== ] 1789/2020 88% [====================================================== ] 1790/2020 88% [====================================================== ] 1791/2020 88% [======================================================= ] 1792/2020 88% [======================================================= ] 1793/2020 88% [======================================================= ] 1794/2020 88% [======================================================= ] 1795/2020 88% [======================================================= ] 1796/2020 88% [======================================================= ] 1797/2020 88% [======================================================= ] 1798/2020 89% [======================================================= ] 1799/2020 89% [======================================================= ] 1800/2020 89% [======================================================= ] 1801/2020 89% [======================================================= ] 1802/2020 89% [======================================================= ] 1803/2020 89% [======================================================= ] 1804/2020 89% [======================================================= ] 1805/2020 89% [======================================================= ] 1806/2020 89% [======================================================= ] 1807/2020 89% [======================================================= ] 1808/2020 89% [======================================================= ] 1809/2020 89% [======================================================= ] 1810/2020 89% [======================================================= ] 1811/2020 89% [======================================================= ] 1812/2020 89% [======================================================= ] 1813/2020 89% [======================================================= ] 1814/2020 89% [======================================================= ] 1815/2020 89% [======================================================= ] 1816/2020 89% [======================================================= ] 1817/2020 89% [======================================================= ] 1818/2020 90% [======================================================= ] 1819/2020 90% [======================================================= ] 1820/2020 90% [======================================================= ] 1821/2020 90% [======================================================= ] 1822/2020 90% [======================================================= ] 1823/2020 90% [======================================================= ] 1824/2020 90% [======================================================== ] 1825/2020 90% [======================================================== ] 1826/2020 90% [======================================================== ] 1827/2020 90% [======================================================== ] 1828/2020 90% [======================================================== ] 1829/2020 90% [======================================================== ] 1830/2020 90% [======================================================== ] 1831/2020 90% [======================================================== ] 1832/2020 90% [======================================================== ] 1833/2020 90% [======================================================== ] 1834/2020 90% [======================================================== ] 1835/2020 90% [======================================================== ] 1836/2020 90% [======================================================== ] 1837/2020 90% [======================================================== ] 1838/2020 90% [======================================================== ] 1839/2020 91% [======================================================== ] 1840/2020 91% [======================================================== ] 1841/2020 91% [======================================================== ] 1842/2020 91% [======================================================== ] 1843/2020 91% [======================================================== ] 1844/2020 91% [======================================================== ] 1845/2020 91% [======================================================== ] 1846/2020 91% [======================================================== ] 1847/2020 91% [======================================================== ] 1848/2020 91% [======================================================== ] 1849/2020 91% [======================================================== ] 1850/2020 91% [======================================================== ] 1851/2020 91% [======================================================== ] 1852/2020 91% [======================================================== ] 1853/2020 91% [======================================================== ] 1854/2020 91% [======================================================== ] 1855/2020 91% [======================================================== ] 1856/2020 91% [======================================================== ] 1857/2020 91% [========================================================= ] 1858/2020 91% [========================================================= ] 1859/2020 92% [========================================================= ] 1860/2020 92% [========================================================= ] 1861/2020 92% [========================================================= ] 1862/2020 92% [========================================================= ] 1863/2020 92% [========================================================= ] 1864/2020 92% [========================================================= ] 1865/2020 92% [========================================================= ] 1866/2020 92% [========================================================= ] 1867/2020 92% [========================================================= ] 1868/2020 92% [========================================================= ] 1869/2020 92% [========================================================= ] 1870/2020 92% [========================================================= ] 1871/2020 92% [========================================================= ] 1872/2020 92% [========================================================= ] 1873/2020 92% [========================================================= ] 1874/2020 92% [========================================================= ] 1875/2020 92% [========================================================= ] 1876/2020 92% [========================================================= ] 1877/2020 92% [========================================================= ] 1878/2020 92% [========================================================= ] 1879/2020 93% [========================================================= ] 1880/2020 93% [========================================================= ] 1881/2020 93% [========================================================= ] 1882/2020 93% [========================================================= ] 1883/2020 93% [========================================================= ] 1884/2020 93% [========================================================= ] 1885/2020 93% [========================================================= ] 1886/2020 93% [========================================================= ] 1887/2020 93% [========================================================= ] 1888/2020 93% [========================================================= ] 1889/2020 93% [========================================================== ] 1890/2020 93% [========================================================== ] 1891/2020 93% [========================================================== ] 1892/2020 93% [========================================================== ] 1893/2020 93% [========================================================== ] 1894/2020 93% [========================================================== ] 1895/2020 93% [========================================================== ] 1896/2020 93% [========================================================== ] 1897/2020 93% [========================================================== ] 1898/2020 93% [========================================================== ] 1899/2020 94% [========================================================== ] 1900/2020 94% [========================================================== ] 1901/2020 94% [========================================================== ] 1902/2020 94% [========================================================== ] 1903/2020 94% [========================================================== ] 1904/2020 94% [========================================================== ] 1905/2020 94% [========================================================== ] 1906/2020 94% [========================================================== ] 1907/2020 94% [========================================================== ] 1908/2020 94% [========================================================== ] 1909/2020 94% [========================================================== ] 1910/2020 94% [========================================================== ] 1911/2020 94% [========================================================== ] 1912/2020 94% [========================================================== ] 1913/2020 94% [========================================================== ] 1914/2020 94% [========================================================== ] 1915/2020 94% [========================================================== ] 1916/2020 94% [========================================================== ] 1917/2020 94% [========================================================== ] 1918/2020 94% [========================================================== ] 1919/2020 95% [========================================================== ] 1920/2020 95% [========================================================== ] 1921/2020 95% [========================================================== ] 1922/2020 95% [=========================================================== ] 1923/2020 95% [=========================================================== ] 1924/2020 95% [=========================================================== ] 1925/2020 95% [=========================================================== ] 1926/2020 95% [=========================================================== ] 1927/2020 95% [=========================================================== ] 1928/2020 95% [=========================================================== ] 1929/2020 95% [=========================================================== ] 1930/2020 95% [=========================================================== ] 1931/2020 95% [=========================================================== ] 1932/2020 95% [=========================================================== ] 1933/2020 95% [=========================================================== ] 1934/2020 95% [=========================================================== ] 1935/2020 95% [=========================================================== ] 1936/2020 95% [=========================================================== ] 1937/2020 95% [=========================================================== ] 1938/2020 95% [=========================================================== ] 1939/2020 95% [=========================================================== ] 1940/2020 96% [=========================================================== ] 1941/2020 96% [=========================================================== ] 1942/2020 96% [=========================================================== ] 1943/2020 96% [=========================================================== ] 1944/2020 96% [=========================================================== ] 1945/2020 96% [=========================================================== ] 1946/2020 96% [=========================================================== ] 1947/2020 96% [=========================================================== ] 1948/2020 96% [=========================================================== ] 1949/2020 96% [=========================================================== ] 1950/2020 96% [=========================================================== ] 1951/2020 96% [=========================================================== ] 1952/2020 96% [=========================================================== ] 1953/2020 96% [=========================================================== ] 1954/2020 96% [============================================================ ] 1955/2020 96% [============================================================ ] 1956/2020 96% [============================================================ ] 1957/2020 96% [============================================================ ] 1958/2020 96% [============================================================ ] 1959/2020 96% [============================================================ ] 1960/2020 97% [============================================================ ] 1961/2020 97% [============================================================ ] 1962/2020 97% [============================================================ ] 1963/2020 97% [============================================================ ] 1964/2020 97% [============================================================ ] 1965/2020 97% [============================================================ ] 1966/2020 97% [============================================================ ] 1967/2020 97% [============================================================ ] 1968/2020 97% [============================================================ ] 1969/2020 97% [============================================================ ] 1970/2020 97% [============================================================ ] 1971/2020 97% [============================================================ ] 1972/2020 97% [============================================================ ] 1973/2020 97% [============================================================ ] 1974/2020 97% [============================================================ ] 1975/2020 97% [============================================================ ] 1976/2020 97% [============================================================ ] 1977/2020 97% [============================================================ ] 1978/2020 97% [============================================================ ] 1979/2020 97% [============================================================ ] 1980/2020 98% [============================================================ ] 1981/2020 98% [============================================================ ] 1982/2020 98% [============================================================ ] 1983/2020 98% [============================================================ ] 1984/2020 98% [============================================================ ] 1985/2020 98% [============================================================ ] 1986/2020 98% [============================================================ ] 1987/2020 98% [============================================================= ] 1988/2020 98% [============================================================= ] 1989/2020 98% [============================================================= ] 1990/2020 98% [============================================================= ] 1991/2020 98% [============================================================= ] 1992/2020 98% [============================================================= ] 1993/2020 98% [============================================================= ] 1994/2020 98% [============================================================= ] 1995/2020 98% [============================================================= ] 1996/2020 98% [============================================================= ] 1997/2020 98% [============================================================= ] 1998/2020 98% [============================================================= ] 1999/2020 98% [============================================================= ] 2000/2020 99% [============================================================= ] 2001/2020 99% [============================================================= ] 2002/2020 99% [============================================================= ] 2003/2020 99% [============================================================= ] 2004/2020 99% [============================================================= ] 2005/2020 99% [============================================================= ] 2006/2020 99% [============================================================= ] 2007/2020 99% [============================================================= ] 2008/2020 99% [============================================================= ] 2009/2020 99% [============================================================= ] 2010/2020 99% [============================================================= ] 2011/2020 99% [============================================================= ] 2012/2020 99% [============================================================= ] 2013/2020 99% [============================================================= ] 2014/2020 99% [============================================================= ] 2015/2020 99% [============================================================= ] 2016/2020 99% [============================================================= ] 2017/2020 99% [============================================================= ] 2018/2020 99% [============================================================= ] 2019/2020 99% [==============================================================] 2020/2020 100% operation complete, 2020 objects in 43248 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2021.05-6332-g5645990b882 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 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) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 4.14.287 Collecting legal info >>> altera-stapl 0.3.3 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> axel 2.17.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openssl Collecting legal info >>> libressl 3.5.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> procps-ng 3.3.17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-delve 1.8.0 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.18.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> dhrystone 2 Collecting legal info >>> drbd-utils 9.19.0 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> dropbear 2022.82 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freeipmi 1.6.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.bmc-watchdog: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiconsole: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-dcmi: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmidetect: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-fru: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmimonitoring: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiping: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmipower: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiseld: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.pstdout: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.sunbmc: OK (sha256: 48f44386b3f359e70d7e4a5d7f1d529d8591a7c64c47df3f4abdf2ad45a6d537) COPYING.ZRESEARCH: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> git 2.31.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jquery-mobile 1.4.3 Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> lapack 3.10.0 Collecting legal info LICENSE: OK (sha256: 66246b7d3e6736aea46e63fd5e087659474d07edfe2f9b051d085d9b42aaac61) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libstrophe 0.12.1 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.6.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mkpasswd Collecting legal info >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> nanomsg 1.1.5 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openlayers 6.14.1 Collecting legal info >>> openntpd 6.8p1 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-diffutils 3.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> s6-linux-init 1.0.6.3 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> tinyssh 20210601 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> w_scan 20170107 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> wilc-firmware wilc_linux_15_6 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.14.287: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: jquery-mobile-1.4.3: cannot save license (JQUERY_MOBILE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: openlayers-6.14.1: cannot save license (OPENLAYERS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'