rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n zabbix -1 zabbix -1 * /var/lib/zabbix - - zabbix user\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2\n /home/buildroot/autobuild/instance-1/output-1/host/sbin/mkfs.ext4 -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/buildroot/autobuild/instance-1/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-1/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2 64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-strength checksumming. Pass -O 64bit to rectify. Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 6d3ccc3a-7134-402f-bad3-6f8eab02b9e1 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/output-1/host/bin/lzop -9 -c /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2 > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2.lzo ln -sf rootfs.ext2.lzo /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext4.lzo >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" xz -9 -C crc32 -c -T 4 /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ubifs > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ubifs.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/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-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2798 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2798 0% [ ] 2/2798 0% [ ] 3/2798 0% [ ] 4/2798 0% [ ] 5/2798 0% [ ] 6/2798 0% [ ] 7/2798 0% [ ] 8/2798 0% [ ] 9/2798 0% [ ] 10/2798 0% [ ] 11/2798 0% [ ] 12/2798 0% [ ] 13/2798 0% [ ] 14/2798 0% [ ] 15/2798 0% [ ] 16/2798 0% [ ] 17/2798 0% [ ] 18/2798 0% [ ] 19/2798 0% [ ] 20/2798 0% [ ] 21/2798 0% [ ] 22/2798 0% [ ] 23/2798 0% [ ] 24/2798 0% [ ] 25/2798 0% [ ] 26/2798 0% [ ] 27/2798 0% [ ] 28/2798 1% [ ] 29/2798 1% [ ] 30/2798 1% [ ] 31/2798 1% [ ] 32/2798 1% [ ] 33/2798 1% [ ] 34/2798 1% [ ] 35/2798 1% [ ] 36/2798 1% [ ] 37/2798 1% [ ] 38/2798 1% [ ] 39/2798 1% [ ] 40/2798 1% [ ] 41/2798 1% [ ] 42/2798 1% [ ] 43/2798 1% [ ] 44/2798 1% [ ] 45/2798 1% [= ] 46/2798 1% [= ] 47/2798 1% [= ] 48/2798 1% [= ] 49/2798 1% [= ] 50/2798 1% [= ] 51/2798 1% [= ] 52/2798 1% [= ] 53/2798 1% [= ] 54/2798 1% [= ] 55/2798 1% [= ] 56/2798 2% [= ] 57/2798 2% [= ] 58/2798 2% [= ] 59/2798 2% [= ] 60/2798 2% [= ] 61/2798 2% [= ] 62/2798 2% [= ] 63/2798 2% [= ] 64/2798 2% [= ] 65/2798 2% [= ] 66/2798 2% [= ] 67/2798 2% [= ] 68/2798 2% [= ] 69/2798 2% [= ] 70/2798 2% [= ] 71/2798 2% [= ] 72/2798 2% [= ] 73/2798 2% [= ] 74/2798 2% [= ] 75/2798 2% [= ] 76/2798 2% [= ] 77/2798 2% [= ] 78/2798 2% [= ] 79/2798 2% [= ] 80/2798 2% [= ] 81/2798 2% [= ] 82/2798 2% [= ] 83/2798 2% [= ] 84/2798 3% [= ] 85/2798 3% [= ] 86/2798 3% [= ] 87/2798 3% [= ] 88/2798 3% [= ] 89/2798 3% [= ] 90/2798 3% [== ] 91/2798 3% [== ] 92/2798 3% [== ] 93/2798 3% [== ] 94/2798 3% [== ] 95/2798 3% [== ] 96/2798 3% [== ] 97/2798 3% [== ] 98/2798 3% [== ] 99/2798 3% [== ] 100/2798 3% [== ] 101/2798 3% [== ] 102/2798 3% [== ] 103/2798 3% [== ] 104/2798 3% [== ] 105/2798 3% [== ] 106/2798 3% [== ] 107/2798 3% [== ] 108/2798 3% [== ] 109/2798 3% [== ] 110/2798 3% [== ] 111/2798 3% [== ] 112/2798 4% [== ] 113/2798 4% [== ] 114/2798 4% [== ] 115/2798 4% [== ] 116/2798 4% [== ] 117/2798 4% [== ] 118/2798 4% [== ] 119/2798 4% [== ] 120/2798 4% [== ] 121/2798 4% [== ] 122/2798 4% [== ] 123/2798 4% [== ] 124/2798 4% [== ] 125/2798 4% [== ] 126/2798 4% [== ] 127/2798 4% [== ] 128/2798 4% [== ] 129/2798 4% [== ] 130/2798 4% [== ] 131/2798 4% [== ] 132/2798 4% [== ] 133/2798 4% [== ] 134/2798 4% [== ] 135/2798 4% [=== ] 136/2798 4% [=== ] 137/2798 4% [=== ] 138/2798 4% [=== ] 139/2798 4% [=== ] 140/2798 5% [=== ] 141/2798 5% [=== ] 142/2798 5% [=== ] 143/2798 5% [=== ] 144/2798 5% [=== ] 145/2798 5% [=== ] 146/2798 5% [=== ] 147/2798 5% [=== ] 148/2798 5% [=== ] 149/2798 5% [=== ] 150/2798 5% [=== ] 151/2798 5% [=== ] 152/2798 5% [=== ] 153/2798 5% [=== ] 154/2798 5% [=== ] 155/2798 5% [=== ] 156/2798 5% [=== ] 157/2798 5% [=== ] 158/2798 5% [=== ] 159/2798 5% [=== ] 160/2798 5% [=== ] 161/2798 5% [=== ] 162/2798 5% [=== ] 163/2798 5% [=== ] 164/2798 5% [=== ] 165/2798 5% [=== ] 166/2798 5% [=== ] 167/2798 5% [=== ] 168/2798 6% [=== ] 169/2798 6% [=== ] 170/2798 6% [=== ] 171/2798 6% [=== ] 172/2798 6% [=== ] 173/2798 6% [=== ] 174/2798 6% [=== ] 175/2798 6% [=== ] 176/2798 6% [=== ] 177/2798 6% [=== ] 178/2798 6% [=== ] 179/2798 6% [=== ] 180/2798 6% [==== ] 181/2798 6% [==== ] 182/2798 6% [==== ] 183/2798 6% [==== ] 184/2798 6% [==== ] 185/2798 6% [==== ] 186/2798 6% [==== ] 187/2798 6% [==== ] 188/2798 6% [==== ] 189/2798 6% [==== ] 190/2798 6% [==== ] 191/2798 6% [==== ] 192/2798 6% [==== ] 193/2798 6% [==== ] 194/2798 6% [==== ] 195/2798 6% [==== ] 196/2798 7% [==== ] 197/2798 7% [==== ] 198/2798 7% [==== ] 199/2798 7% [==== ] 200/2798 7% [==== ] 201/2798 7% [==== ] 202/2798 7% [==== ] 203/2798 7% [==== ] 204/2798 7% [==== ] 205/2798 7% [==== ] 206/2798 7% [==== ] 207/2798 7% [==== ] 208/2798 7% [==== ] 209/2798 7% [==== ] 210/2798 7% [==== ] 211/2798 7% [==== ] 212/2798 7% [==== ] 213/2798 7% [==== ] 214/2798 7% [==== ] 215/2798 7% [==== ] 216/2798 7% [==== ] 217/2798 7% [==== ] 218/2798 7% [==== ] 219/2798 7% [==== ] 220/2798 7% [==== ] 221/2798 7% [==== ] 222/2798 7% [==== ] 223/2798 7% [==== ] 224/2798 8% [==== ] 225/2798 8% [===== ] 226/2798 8% [===== ] 227/2798 8% [===== ] 228/2798 8% [===== ] 229/2798 8% [===== ] 230/2798 8% [===== ] 231/2798 8% [===== ] 232/2798 8% [===== ] 233/2798 8% [===== ] 234/2798 8% [===== ] 235/2798 8% [===== ] 236/2798 8% [===== ] 237/2798 8% [===== ] 238/2798 8% [===== ] 239/2798 8% [===== ] 240/2798 8% [===== ] 241/2798 8% [===== ] 242/2798 8% [===== ] 243/2798 8% [===== ] 244/2798 8% [===== ] 245/2798 8% [===== ] 246/2798 8% [===== ] 247/2798 8% [===== ] 248/2798 8% [===== ] 249/2798 8% [===== ] 250/2798 8% [===== ] 251/2798 8% [===== ] 252/2798 9% [===== ] 253/2798 9% [===== ] 254/2798 9% [===== ] 255/2798 9% [===== ] 256/2798 9% [===== ] 257/2798 9% [===== ] 258/2798 9% [===== ] 259/2798 9% [===== ] 260/2798 9% [===== ] 261/2798 9% [===== ] 262/2798 9% [===== ] 263/2798 9% [===== ] 264/2798 9% [===== ] 265/2798 9% [===== ] 266/2798 9% [===== ] 267/2798 9% [===== ] 268/2798 9% [===== ] 269/2798 9% [===== ] 270/2798 9% [====== ] 271/2798 9% [====== ] 272/2798 9% [====== ] 273/2798 9% [====== ] 274/2798 9% [====== ] 275/2798 9% [====== ] 276/2798 9% [====== ] 277/2798 9% [====== ] 278/2798 9% [====== ] 279/2798 9% [====== ] 280/2798 10% [====== ] 281/2798 10% [====== ] 282/2798 10% [====== ] 283/2798 10% [====== ] 284/2798 10% [====== ] 285/2798 10% [====== ] 286/2798 10% [====== ] 287/2798 10% [====== ] 288/2798 10% [====== ] 289/2798 10% [====== ] 290/2798 10% [====== ] 291/2798 10% [====== ] 292/2798 10% [====== ] 293/2798 10% [====== ] 294/2798 10% [====== ] 295/2798 10% [====== ] 296/2798 10% [====== ] 297/2798 10% [====== ] 298/2798 10% [====== ] 299/2798 10% [====== ] 300/2798 10% [====== ] 301/2798 10% [====== ] 302/2798 10% [====== ] 303/2798 10% [====== ] 304/2798 10% [====== ] 305/2798 10% [====== ] 306/2798 10% [====== ] 307/2798 10% [====== ] 308/2798 11% [====== ] 309/2798 11% [====== ] 310/2798 11% [====== ] 311/2798 11% [====== ] 312/2798 11% [====== ] 313/2798 11% [====== ] 314/2798 11% [====== ] 315/2798 11% [======= ] 316/2798 11% [======= ] 317/2798 11% [======= ] 318/2798 11% [======= ] 319/2798 11% [======= ] 320/2798 11% [======= ] 321/2798 11% [======= ] 322/2798 11% [======= ] 323/2798 11% [======= ] 324/2798 11% [======= ] 325/2798 11% [======= ] 326/2798 11% [======= ] 327/2798 11% [======= ] 328/2798 11% [======= ] 329/2798 11% [======= ] 330/2798 11% [======= ] 331/2798 11% [======= ] 332/2798 11% [======= ] 333/2798 11% [======= ] 334/2798 11% [======= ] 335/2798 11% [======= ] 336/2798 12% [======= ] 337/2798 12% [======= ] 338/2798 12% [======= ] 339/2798 12% [======= ] 340/2798 12% [======= ] 341/2798 12% [======= ] 342/2798 12% [======= ] 343/2798 12% [======= ] 344/2798 12% [======= ] 345/2798 12% [======= ] 346/2798 12% [======= ] 347/2798 12% [======= ] 348/2798 12% [======= ] 349/2798 12% [======= ] 350/2798 12% [======= ] 351/2798 12% [======= ] 352/2798 12% [======= ] 353/2798 12% [======= ] 354/2798 12% [======= ] 355/2798 12% [======= ] 356/2798 12% [======= ] 357/2798 12% [======= ] 358/2798 12% [======= ] 359/2798 12% [======= ] 360/2798 12% [======= ] 361/2798 12% [======== ] 362/2798 12% [======== ] 363/2798 12% [======== ] 364/2798 13% [======== ] 365/2798 13% [======== ] 366/2798 13% [======== ] 367/2798 13% [======== ] 368/2798 13% [======== ] 369/2798 13% [======== ] 370/2798 13% [======== ] 371/2798 13% [======== ] 372/2798 13% [======== ] 373/2798 13% [======== ] 374/2798 13% [======== ] 375/2798 13% [======== ] 376/2798 13% [======== ] 377/2798 13% [======== ] 378/2798 13% [======== ] 379/2798 13% [======== ] 380/2798 13% [======== ] 381/2798 13% [======== ] 382/2798 13% [======== ] 383/2798 13% [======== ] 384/2798 13% [======== ] 385/2798 13% [======== ] 386/2798 13% [======== ] 387/2798 13% [======== ] 388/2798 13% [======== ] 389/2798 13% [======== ] 390/2798 13% [======== ] 391/2798 13% [======== ] 392/2798 14% [======== ] 393/2798 14% [======== ] 394/2798 14% [======== ] 395/2798 14% [======== ] 396/2798 14% [======== ] 397/2798 14% [======== ] 398/2798 14% [======== ] 399/2798 14% [======== ] 400/2798 14% [======== ] 401/2798 14% [======== ] 402/2798 14% [======== ] 403/2798 14% [======== ] 404/2798 14% [======== ] 405/2798 14% [======== ] 406/2798 14% [========= ] 407/2798 14% [========= ] 408/2798 14% [========= ] 409/2798 14% [========= ] 410/2798 14% [========= ] 411/2798 14% [========= ] 412/2798 14% [========= ] 413/2798 14% [========= ] 414/2798 14% [========= ] 415/2798 14% [========= ] 416/2798 14% [========= ] 417/2798 14% [========= ] 418/2798 14% [========= ] 419/2798 14% [========= ] 420/2798 15% [========= ] 421/2798 15% [========= ] 422/2798 15% [========= ] 423/2798 15% [========= ] 424/2798 15% [========= ] 425/2798 15% [========= ] 426/2798 15% [========= ] 427/2798 15% [========= ] 428/2798 15% [========= ] 429/2798 15% [========= ] 430/2798 15% [========= ] 431/2798 15% [========= ] 432/2798 15% [========= ] 433/2798 15% [========= ] 434/2798 15% [========= ] 435/2798 15% [========= ] 436/2798 15% [========= ] 437/2798 15% [========= ] 438/2798 15% [========= ] 439/2798 15% [========= ] 440/2798 15% [========= ] 441/2798 15% [========= ] 442/2798 15% [========= ] 443/2798 15% [========= ] 444/2798 15% [========= ] 445/2798 15% [========= ] 446/2798 15% [========= ] 447/2798 15% [========= ] 448/2798 16% [========= ] 449/2798 16% [========= ] 450/2798 16% [========= ] 451/2798 16% [========== ] 452/2798 16% [========== ] 453/2798 16% [========== ] 454/2798 16% [========== ] 455/2798 16% [========== ] 456/2798 16% [========== ] 457/2798 16% [========== ] 458/2798 16% [========== ] 459/2798 16% [========== ] 460/2798 16% [========== ] 461/2798 16% [========== ] 462/2798 16% [========== ] 463/2798 16% [========== ] 464/2798 16% [========== ] 465/2798 16% [========== ] 466/2798 16% [========== ] 467/2798 16% [========== ] 468/2798 16% [========== ] 469/2798 16% [========== ] 470/2798 16% [========== ] 471/2798 16% [========== ] 472/2798 16% [========== ] 473/2798 16% [========== ] 474/2798 16% [========== ] 475/2798 16% [========== ] 476/2798 17% [========== ] 477/2798 17% [========== ] 478/2798 17% [========== ] 479/2798 17% [========== ] 480/2798 17% [========== ] 481/2798 17% [========== ] 482/2798 17% [========== ] 483/2798 17% [========== ] 484/2798 17% [========== ] 485/2798 17% [========== ] 486/2798 17% [========== ] 487/2798 17% [========== ] 488/2798 17% [========== ] 489/2798 17% [========== ] 490/2798 17% [========== ] 491/2798 17% [========== ] 492/2798 17% [========== ] 493/2798 17% [========== ] 494/2798 17% [========== ] 495/2798 17% [========== ] 496/2798 17% [=========== ] 497/2798 17% [=========== ] 498/2798 17% [=========== ] 499/2798 17% [=========== ] 500/2798 17% [=========== ] 501/2798 17% [=========== ] 502/2798 17% [=========== ] 503/2798 17% [=========== ] 504/2798 18% [=========== ] 505/2798 18% [=========== ] 506/2798 18% [=========== ] 507/2798 18% [=========== ] 508/2798 18% [=========== ] 509/2798 18% [=========== ] 510/2798 18% [=========== ] 511/2798 18% [=========== ] 512/2798 18% [=========== ] 513/2798 18% [=========== ] 514/2798 18% [=========== ] 515/2798 18% [=========== ] 516/2798 18% [=========== ] 517/2798 18% [=========== ] 518/2798 18% [=========== ] 519/2798 18% [=========== ] 520/2798 18% [=========== ] 521/2798 18% [=========== ] 522/2798 18% [=========== ] 523/2798 18% [=========== ] 524/2798 18% [=========== ] 525/2798 18% [=========== ] 526/2798 18% [=========== ] 527/2798 18% [=========== ] 528/2798 18% [=========== ] 529/2798 18% [=========== ] 530/2798 18% [=========== ] 531/2798 18% [=========== ] 532/2798 19% [=========== ] 533/2798 19% [=========== ] 534/2798 19% [=========== ] 535/2798 19% [=========== ] 536/2798 19% [=========== ] 537/2798 19% [=========== ] 538/2798 19% [=========== ] 539/2798 19% [=========== ] 540/2798 19% [=========== ] 541/2798 19% [============ ] 542/2798 19% [============ ] 543/2798 19% [============ ] 544/2798 19% [============ ] 545/2798 19% [============ ] 546/2798 19% [============ ] 547/2798 19% [============ ] 548/2798 19% [============ ] 549/2798 19% [============ ] 550/2798 19% [============ ] 551/2798 19% [============ ] 552/2798 19% [============ ] 553/2798 19% [============ ] 554/2798 19% [============ ] 555/2798 19% [============ ] 556/2798 19% [============ ] 557/2798 19% [============ ] 558/2798 19% [============ ] 559/2798 19% [============ ] 560/2798 20% [============ ] 561/2798 20% [============ ] 562/2798 20% [============ ] 563/2798 20% [============ ] 564/2798 20% [============ ] 565/2798 20% [============ ] 566/2798 20% [============ ] 567/2798 20% [============ ] 568/2798 20% [============ ] 569/2798 20% [============ ] 570/2798 20% [============ ] 571/2798 20% [============ ] 572/2798 20% [============ ] 573/2798 20% [============ ] 574/2798 20% [============ ] 575/2798 20% [============ ] 576/2798 20% [============ ] 577/2798 20% [============ ] 578/2798 20% [============ ] 579/2798 20% [============ ] 580/2798 20% [============ ] 581/2798 20% [============ ] 582/2798 20% [============ ] 583/2798 20% [============ ] 584/2798 20% [============ ] 585/2798 20% [============ ] 586/2798 20% [============= ] 587/2798 20% [============= ] 588/2798 21% [============= ] 589/2798 21% [============= ] 590/2798 21% [============= ] 591/2798 21% [============= ] 592/2798 21% [============= ] 593/2798 21% [============= ] 594/2798 21% [============= ] 595/2798 21% [============= ] 596/2798 21% [============= ] 597/2798 21% [============= ] 598/2798 21% [============= ] 599/2798 21% [============= ] 600/2798 21% [============= ] 601/2798 21% [============= ] 602/2798 21% [============= ] 603/2798 21% [============= ] 604/2798 21% [============= ] 605/2798 21% [============= ] 606/2798 21% [============= ] 607/2798 21% [============= ] 608/2798 21% [============= ] 609/2798 21% [============= ] 610/2798 21% [============= ] 611/2798 21% [============= ] 612/2798 21% [============= ] 613/2798 21% [============= ] 614/2798 21% [============= ] 615/2798 21% [============= ] 616/2798 22% [============= ] 617/2798 22% [============= ] 618/2798 22% [============= ] 619/2798 22% [============= ] 620/2798 22% [============= ] 621/2798 22% [============= ] 622/2798 22% [============= ] 623/2798 22% [============= ] 624/2798 22% [============= ] 625/2798 22% [============= ] 626/2798 22% [============= ] 627/2798 22% [============= ] 628/2798 22% [============= ] 629/2798 22% [============= ] 630/2798 22% [============= ] 631/2798 22% [============== ] 632/2798 22% [============== ] 633/2798 22% [============== ] 634/2798 22% [============== ] 635/2798 22% [============== ] 636/2798 22% [============== ] 637/2798 22% [============== ] 638/2798 22% [============== ] 639/2798 22% [============== ] 640/2798 22% [============== ] 641/2798 22% [============== ] 642/2798 22% [============== ] 643/2798 22% [============== ] 644/2798 23% [============== ] 645/2798 23% [============== ] 646/2798 23% [============== ] 647/2798 23% [============== ] 648/2798 23% [============== ] 649/2798 23% [============== ] 650/2798 23% [============== ] 651/2798 23% [============== ] 652/2798 23% [============== ] 653/2798 23% [============== ] 654/2798 23% [============== ] 655/2798 23% [============== ] 656/2798 23% [============== ] 657/2798 23% [============== ] 658/2798 23% [============== ] 659/2798 23% [============== ] 660/2798 23% [============== ] 661/2798 23% [============== ] 662/2798 23% [============== ] 663/2798 23% [============== ] 664/2798 23% [============== ] 665/2798 23% [============== ] 666/2798 23% [============== ] 667/2798 23% [============== ] 668/2798 23% [============== ] 669/2798 23% [============== ] 670/2798 23% [============== ] 671/2798 23% [============== ] 672/2798 24% [============== ] 673/2798 24% [============== ] 674/2798 24% [============== ] 675/2798 24% [============== ] 676/2798 24% [=============== ] 677/2798 24% [=============== ] 678/2798 24% [=============== ] 679/2798 24% [=============== ] 680/2798 24% [=============== ] 681/2798 24% [=============== ] 682/2798 24% [=============== ] 683/2798 24% [=============== ] 684/2798 24% [=============== ] 685/2798 24% [=============== ] 686/2798 24% [=============== ] 687/2798 24% [=============== ] 688/2798 24% [=============== ] 689/2798 24% [=============== ] 690/2798 24% [=============== ] 691/2798 24% [=============== ] 692/2798 24% [=============== ] 693/2798 24% [=============== ] 694/2798 24% [=============== ] 695/2798 24% [=============== ] 696/2798 24% [=============== ] 697/2798 24% [=============== ] 698/2798 24% [=============== ] 699/2798 24% [=============== ] 700/2798 25% [=============== ] 701/2798 25% [=============== ] 702/2798 25% [=============== ] 703/2798 25% [=============== ] 704/2798 25% [=============== ] 705/2798 25% [=============== ] 706/2798 25% [=============== ] 707/2798 25% [=============== ] 708/2798 25% [=============== ] 709/2798 25% [=============== ] 710/2798 25% [=============== ] 711/2798 25% [=============== ] 712/2798 25% [=============== ] 713/2798 25% [=============== ] 714/2798 25% [=============== ] 715/2798 25% [=============== ] 716/2798 25% [=============== ] 717/2798 25% [=============== ] 718/2798 25% [=============== ] 719/2798 25% [=============== ] 720/2798 25% [=============== ] 721/2798 25% [=============== ] 722/2798 25% [================ ] 723/2798 25% [================ ] 724/2798 25% [================ ] 725/2798 25% [================ ] 726/2798 25% [================ ] 727/2798 25% [================ ] 728/2798 26% [================ ] 729/2798 26% [================ ] 730/2798 26% [================ ] 731/2798 26% [================ ] 732/2798 26% [================ ] 733/2798 26% [================ ] 734/2798 26% [================ ] 735/2798 26% [================ ] 736/2798 26% [================ ] 737/2798 26% [================ ] 738/2798 26% [================ ] 739/2798 26% [================ ] 740/2798 26% [================ ] 741/2798 26% [================ ] 742/2798 26% [================ ] 743/2798 26% [================ ] 744/2798 26% [================ ] 745/2798 26% [================ ] 746/2798 26% [================ ] 747/2798 26% [================ ] 748/2798 26% [================ ] 749/2798 26% [================ ] 750/2798 26% [================ ] 751/2798 26% [================ ] 752/2798 26% [================ ] 753/2798 26% [================ ] 754/2798 26% [================ ] 755/2798 26% [================ ] 756/2798 27% [================ ] 757/2798 27% [================ ] 758/2798 27% [================ ] 759/2798 27% [================ ] 760/2798 27% [================ ] 761/2798 27% [================ ] 762/2798 27% [================ ] 763/2798 27% [================ ] 764/2798 27% [================ ] 765/2798 27% [================ ] 766/2798 27% [================ ] 767/2798 27% [================= ] 768/2798 27% [================= ] 769/2798 27% [================= ] 770/2798 27% [================= ] 771/2798 27% [================= ] 772/2798 27% [================= ] 773/2798 27% [================= ] 774/2798 27% [================= ] 775/2798 27% [================= ] 776/2798 27% [================= ] 777/2798 27% [================= ] 778/2798 27% [================= ] 779/2798 27% [================= ] 780/2798 27% [================= ] 781/2798 27% [================= ] 782/2798 27% [================= ] 783/2798 27% [================= ] 784/2798 28% [================= ] 785/2798 28% [================= ] 786/2798 28% [================= ] 787/2798 28% [================= ] 788/2798 28% [================= ] 789/2798 28% [================= ] 790/2798 28% [================= ] 791/2798 28% [================= ] 792/2798 28% [================= ] 793/2798 28% [================= ] 794/2798 28% [================= ] 795/2798 28% [================= ] 796/2798 28% [================= ] 797/2798 28% [================= ] 798/2798 28% [================= ] 799/2798 28% [================= ] 800/2798 28% [================= ] 801/2798 28% [================= ] 802/2798 28% [================= ] 803/2798 28% [================= ] 804/2798 28% [================= ] 805/2798 28% [================= ] 806/2798 28% [================= ] 807/2798 28% [================= ] 808/2798 28% [================= ] 809/2798 28% [================= ] 810/2798 28% [================= ] 811/2798 28% [================= ] 812/2798 29% [================== ] 813/2798 29% [================== ] 814/2798 29% [================== ] 815/2798 29% [================== ] 816/2798 29% [================== ] 817/2798 29% [================== ] 818/2798 29% [================== ] 819/2798 29% [================== ] 820/2798 29% [================== ] 821/2798 29% [================== ] 822/2798 29% [================== ] 823/2798 29% [================== ] 824/2798 29% [================== ] 825/2798 29% [================== ] 826/2798 29% [================== ] 827/2798 29% [================== ] 828/2798 29% [================== ] 829/2798 29% [================== ] 830/2798 29% [================== ] 831/2798 29% [================== ] 832/2798 29% [================== ] 833/2798 29% [================== ] 834/2798 29% [================== ] 835/2798 29% [================== ] 836/2798 29% [================== ] 837/2798 29% [================== ] 838/2798 29% [================== ] 839/2798 29% [================== ] 840/2798 30% [================== ] 841/2798 30% [================== ] 842/2798 30% [================== ] 843/2798 30% [================== ] 844/2798 30% [================== ] 845/2798 30% [================== ] 846/2798 30% [================== ] 847/2798 30% [================== ] 848/2798 30% [================== ] 849/2798 30% [================== ] 850/2798 30% [================== ] 851/2798 30% [================== ] 852/2798 30% [================== ] 853/2798 30% [================== ] 854/2798 30% [================== ] 855/2798 30% [================== ] 856/2798 30% [================== ] 857/2798 30% [=================== ] 858/2798 30% [=================== ] 859/2798 30% [=================== ] 860/2798 30% [=================== ] 861/2798 30% [=================== ] 862/2798 30% [=================== ] 863/2798 30% [=================== ] 864/2798 30% [=================== ] 865/2798 30% [=================== ] 866/2798 30% [=================== ] 867/2798 30% [=================== ] 868/2798 31% [=================== ] 869/2798 31% [=================== ] 870/2798 31% [=================== ] 871/2798 31% [=================== ] 872/2798 31% [=================== ] 873/2798 31% [=================== ] 874/2798 31% [=================== ] 875/2798 31% [=================== ] 876/2798 31% [=================== ] 877/2798 31% [=================== ] 878/2798 31% [=================== ] 879/2798 31% [=================== ] 880/2798 31% [=================== ] 881/2798 31% [=================== ] 882/2798 31% [=================== ] 883/2798 31% [=================== ] 884/2798 31% [=================== ] 885/2798 31% [=================== ] 886/2798 31% [=================== ] 887/2798 31% [=================== ] 888/2798 31% [=================== ] 889/2798 31% [=================== ] 890/2798 31% [=================== ] 891/2798 31% [=================== ] 892/2798 31% [=================== ] 893/2798 31% [=================== ] 894/2798 31% [=================== ] 895/2798 31% [=================== ] 896/2798 32% [=================== ] 897/2798 32% [=================== ] 898/2798 32% [=================== ] 899/2798 32% [=================== ] 900/2798 32% [=================== ] 901/2798 32% [=================== ] 902/2798 32% [==================== ] 903/2798 32% [==================== ] 904/2798 32% [==================== ] 905/2798 32% [==================== ] 906/2798 32% [==================== ] 907/2798 32% [==================== ] 908/2798 32% [==================== ] 909/2798 32% [==================== ] 910/2798 32% [==================== ] 911/2798 32% [==================== ] 912/2798 32% [==================== ] 913/2798 32% [==================== ] 914/2798 32% [==================== ] 915/2798 32% [==================== ] 916/2798 32% [==================== ] 917/2798 32% [==================== ] 918/2798 32% [==================== ] 919/2798 32% [==================== ] 920/2798 32% [==================== ] 921/2798 32% [==================== ] 922/2798 32% [==================== ] 923/2798 32% [==================== ] 924/2798 33% [==================== ] 925/2798 33% [==================== ] 926/2798 33% [==================== ] 927/2798 33% [==================== ] 928/2798 33% [==================== ] 929/2798 33% [==================== ] 930/2798 33% [==================== ] 931/2798 33% [==================== ] 932/2798 33% [==================== ] 933/2798 33% [==================== ] 934/2798 33% [==================== ] 935/2798 33% [==================== ] 936/2798 33% [==================== ] 937/2798 33% [==================== ] 938/2798 33% [==================== ] 939/2798 33% [==================== ] 940/2798 33% [==================== ] 941/2798 33% [==================== ] 942/2798 33% [==================== ] 943/2798 33% [==================== ] 944/2798 33% [==================== ] 945/2798 33% [==================== ] 946/2798 33% [==================== ] 947/2798 33% [===================== ] 948/2798 33% [===================== ] 949/2798 33% [===================== ] 950/2798 33% [===================== ] 951/2798 33% [===================== ] 952/2798 34% [===================== ] 953/2798 34% [===================== ] 954/2798 34% [===================== ] 955/2798 34% [===================== ] 956/2798 34% [===================== ] 957/2798 34% [===================== ] 958/2798 34% [===================== ] 959/2798 34% [===================== ] 960/2798 34% [===================== ] 961/2798 34% [===================== ] 962/2798 34% [===================== ] 963/2798 34% [===================== ] 964/2798 34% [===================== ] 965/2798 34% [===================== ] 966/2798 34% [===================== ] 967/2798 34% [===================== ] 968/2798 34% [===================== ] 969/2798 34% [===================== ] 970/2798 34% [===================== ] 971/2798 34% [===================== ] 972/2798 34% [===================== ] 973/2798 34% [===================== ] 974/2798 34% [===================== ] 975/2798 34% [===================== ] 976/2798 34% [===================== ] 977/2798 34% [===================== ] 978/2798 34% [===================== ] 979/2798 34% [===================== ] 980/2798 35% [===================== ] 981/2798 35% [===================== ] 982/2798 35% [===================== ] 983/2798 35% [===================== ] 984/2798 35% [===================== ] 985/2798 35% [===================== ] 986/2798 35% [===================== ] 987/2798 35% [===================== ] 988/2798 35% [===================== ] 989/2798 35% [===================== ] 990/2798 35% [===================== ] 991/2798 35% [===================== ] 992/2798 35% [====================== ] 993/2798 35% [====================== ] 994/2798 35% [====================== ] 995/2798 35% [====================== ] 996/2798 35% [====================== ] 997/2798 35% [====================== ] 998/2798 35% [====================== ] 999/2798 35% [====================== ] 1000/2798 35% [====================== ] 1001/2798 35% [====================== ] 1002/2798 35% [====================== ] 1003/2798 35% [====================== ] 1004/2798 35% [====================== ] 1005/2798 35% [====================== ] 1006/2798 35% [====================== ] 1007/2798 35% [====================== ] 1008/2798 36% [====================== ] 1009/2798 36% [====================== ] 1010/2798 36% [====================== ] 1011/2798 36% [====================== ] 1012/2798 36% [====================== ] 1013/2798 36% [====================== ] 1014/2798 36% [====================== ] 1015/2798 36% [====================== ] 1016/2798 36% [====================== ] 1017/2798 36% [====================== ] 1018/2798 36% [====================== ] 1019/2798 36% [====================== ] 1020/2798 36% [====================== ] 1021/2798 36% [====================== ] 1022/2798 36% [====================== ] 1023/2798 36% [====================== ] 1024/2798 36% [====================== ] 1025/2798 36% [====================== ] 1026/2798 36% [====================== ] 1027/2798 36% [====================== ] 1028/2798 36% [====================== ] 1029/2798 36% [====================== ] 1030/2798 36% [====================== ] 1031/2798 36% [====================== ] 1032/2798 36% [====================== ] 1033/2798 36% [====================== ] 1034/2798 36% [====================== ] 1035/2798 36% [====================== ] 1036/2798 37% [====================== ] 1037/2798 37% [======================= ] 1038/2798 37% [======================= ] 1039/2798 37% [======================= ] 1040/2798 37% [======================= ] 1041/2798 37% [======================= ] 1042/2798 37% [======================= ] 1043/2798 37% [======================= ] 1044/2798 37% [======================= ] 1045/2798 37% [======================= ] 1046/2798 37% [======================= ] 1047/2798 37% [======================= ] 1048/2798 37% [======================= ] 1049/2798 37% [======================= ] 1050/2798 37% [======================= ] 1051/2798 37% [======================= ] 1052/2798 37% [======================= ] 1053/2798 37% [======================= ] 1054/2798 37% [======================= ] 1055/2798 37% [======================= ] 1056/2798 37% [======================= ] 1057/2798 37% [======================= ] 1058/2798 37% [======================= ] 1059/2798 37% [======================= ] 1060/2798 37% [======================= ] 1061/2798 37% [======================= ] 1062/2798 37% [======================= ] 1063/2798 37% [======================= ] 1064/2798 38% [======================= ] 1065/2798 38% [======================= ] 1066/2798 38% [======================= ] 1067/2798 38% [======================= ] 1068/2798 38% [======================= ] 1069/2798 38% [======================= ] 1070/2798 38% [======================= ] 1071/2798 38% [======================= ] 1072/2798 38% [======================= ] 1073/2798 38% [======================= ] 1074/2798 38% [======================= ] 1075/2798 38% [======================= ] 1076/2798 38% [======================= ] 1077/2798 38% [======================= ] 1078/2798 38% [======================= ] 1079/2798 38% [======================= ] 1080/2798 38% [======================= ] 1081/2798 38% [======================= ] 1082/2798 38% [======================= ] 1083/2798 38% [======================== ] 1084/2798 38% [======================== ] 1085/2798 38% [======================== ] 1086/2798 38% [======================== ] 1087/2798 38% [======================== ] 1088/2798 38% [======================== ] 1089/2798 38% [======================== ] 1090/2798 38% [======================== ] 1091/2798 38% [======================== ] 1092/2798 39% [======================== ] 1093/2798 39% [======================== ] 1094/2798 39% [======================== ] 1095/2798 39% [======================== ] 1096/2798 39% [======================== ] 1097/2798 39% [======================== ] 1098/2798 39% [======================== ] 1099/2798 39% [======================== ] 1100/2798 39% [======================== ] 1101/2798 39% [======================== ] 1102/2798 39% [======================== ] 1103/2798 39% [======================== ] 1104/2798 39% [======================== ] 1105/2798 39% [======================== ] 1106/2798 39% [======================== ] 1107/2798 39% [======================== ] 1108/2798 39% [======================== ] 1109/2798 39% [======================== ] 1110/2798 39% [======================== ] 1111/2798 39% [======================== ] 1112/2798 39% [======================== ] 1113/2798 39% [======================== ] 1114/2798 39% [======================== ] 1115/2798 39% [======================== ] 1116/2798 39% [======================== ] 1117/2798 39% [======================== ] 1118/2798 39% [======================== ] 1119/2798 39% [======================== ] 1120/2798 40% [======================== ] 1121/2798 40% [======================== ] 1122/2798 40% [======================== ] 1123/2798 40% [======================== ] 1124/2798 40% [======================== ] 1125/2798 40% [======================== ] 1126/2798 40% [======================== ] 1127/2798 40% [======================== ] 1128/2798 40% [========================= ] 1129/2798 40% [========================= ] 1130/2798 40% [========================= ] 1131/2798 40% [========================= ] 1132/2798 40% [========================= ] 1133/2798 40% [========================= ] 1134/2798 40% [========================= ] 1135/2798 40% [========================= ] 1136/2798 40% [========================= ] 1137/2798 40% [========================= ] 1138/2798 40% [========================= ] 1139/2798 40% [========================= ] 1140/2798 40% [========================= ] 1141/2798 40% [========================= ] 1142/2798 40% [========================= ] 1143/2798 40% [========================= ] 1144/2798 40% [========================= ] 1145/2798 40% [========================= ] 1146/2798 40% [========================= ] 1147/2798 40% [========================= ] 1148/2798 41% [========================= ] 1149/2798 41% [========================= ] 1150/2798 41% [========================= ] 1151/2798 41% [========================= ] 1152/2798 41% [========================= ] 1153/2798 41% [========================= ] 1154/2798 41% [========================= ] 1155/2798 41% [========================= ] 1156/2798 41% [========================= ] 1157/2798 41% [========================= ] 1158/2798 41% [========================= ] 1159/2798 41% [========================= ] 1160/2798 41% [========================= ] 1161/2798 41% [========================= ] 1162/2798 41% [========================= ] 1163/2798 41% [========================= ] 1164/2798 41% [========================= ] 1165/2798 41% [========================= ] 1166/2798 41% [========================= ] 1167/2798 41% [========================= ] 1168/2798 41% [========================= ] 1169/2798 41% [========================= ] 1170/2798 41% [========================= ] 1171/2798 41% [========================= ] 1172/2798 41% [========================= ] 1173/2798 41% [========================== ] 1174/2798 41% [========================== ] 1175/2798 41% [========================== ] 1176/2798 42% [========================== ] 1177/2798 42% [========================== ] 1178/2798 42% [========================== ] 1179/2798 42% [========================== ] 1180/2798 42% [========================== ] 1181/2798 42% [========================== ] 1182/2798 42% [========================== ] 1183/2798 42% [========================== ] 1184/2798 42% [========================== ] 1185/2798 42% [========================== ] 1186/2798 42% [========================== ] 1187/2798 42% [========================== ] 1188/2798 42% [========================== ] 1189/2798 42% [========================== ] 1190/2798 42% [========================== ] 1191/2798 42% [========================== ] 1192/2798 42% [========================== ] 1193/2798 42% [========================== ] 1194/2798 42% [========================== ] 1195/2798 42% [========================== ] 1196/2798 42% [========================== ] 1197/2798 42% [========================== ] 1198/2798 42% [========================== ] 1199/2798 42% [========================== ] 1200/2798 42% [========================== ] 1201/2798 42% [========================== ] 1202/2798 42% [========================== ] 1203/2798 42% [========================== ] 1204/2798 43% [========================== ] 1205/2798 43% [========================== ] 1206/2798 43% [========================== ] 1207/2798 43% [========================== ] 1208/2798 43% [========================== ] 1209/2798 43% [========================== ] 1210/2798 43% [========================== ] 1211/2798 43% [========================== ] 1212/2798 43% [========================== ] 1213/2798 43% [========================== ] 1214/2798 43% [========================== ] 1215/2798 43% [========================== ] 1216/2798 43% [========================== ] 1217/2798 43% [========================== ] 1218/2798 43% [=========================== ] 1219/2798 43% [=========================== ] 1220/2798 43% [=========================== ] 1221/2798 43% [=========================== ] 1222/2798 43% [=========================== ] 1223/2798 43% [=========================== ] 1224/2798 43% [=========================== ] 1225/2798 43% [=========================== ] 1226/2798 43% [=========================== ] 1227/2798 43% [=========================== ] 1228/2798 43% [=========================== ] 1229/2798 43% [=========================== ] 1230/2798 43% [=========================== ] 1231/2798 43% [=========================== ] 1232/2798 44% [=========================== ] 1233/2798 44% [=========================== ] 1234/2798 44% [=========================== ] 1235/2798 44% [=========================== ] 1236/2798 44% [=========================== ] 1237/2798 44% [=========================== ] 1238/2798 44% [=========================== ] 1239/2798 44% [=========================== ] 1240/2798 44% [=========================== ] 1241/2798 44% [=========================== ] 1242/2798 44% [=========================== ] 1243/2798 44% [=========================== ] 1244/2798 44% [=========================== ] 1245/2798 44% [=========================== ] 1246/2798 44% [=========================== ] 1247/2798 44% [=========================== ] 1248/2798 44% [=========================== ] 1249/2798 44% [=========================== ] 1250/2798 44% [=========================== ] 1251/2798 44% [=========================== ] 1252/2798 44% [=========================== ] 1253/2798 44% [=========================== ] 1254/2798 44% [=========================== ] 1255/2798 44% [=========================== ] 1256/2798 44% [=========================== ] 1257/2798 44% [=========================== ] 1258/2798 44% [=========================== ] 1259/2798 44% [=========================== ] 1260/2798 45% [=========================== ] 1261/2798 45% [=========================== ] 1262/2798 45% [=========================== ] 1263/2798 45% [============================ ] 1264/2798 45% [============================ ] 1265/2798 45% [============================ ] 1266/2798 45% [============================ ] 1267/2798 45% [============================ ] 1268/2798 45% [============================ ] 1269/2798 45% [============================ ] 1270/2798 45% [============================ ] 1271/2798 45% [============================ ] 1272/2798 45% [============================ ] 1273/2798 45% [============================ ] 1274/2798 45% [============================ ] 1275/2798 45% [============================ ] 1276/2798 45% [============================ ] 1277/2798 45% [============================ ] 1278/2798 45% [============================ ] 1279/2798 45% [============================ ] 1280/2798 45% [============================ ] 1281/2798 45% [============================ ] 1282/2798 45% [============================ ] 1283/2798 45% [============================ ] 1284/2798 45% [============================ ] 1285/2798 45% [============================ ] 1286/2798 45% [============================ ] 1287/2798 45% [============================ ] 1288/2798 46% [============================ ] 1289/2798 46% [============================ ] 1290/2798 46% [============================ ] 1291/2798 46% [============================ ] 1292/2798 46% [============================ ] 1293/2798 46% [============================ ] 1294/2798 46% [============================ ] 1295/2798 46% [============================ ] 1296/2798 46% [============================ ] 1297/2798 46% [============================ ] 1298/2798 46% [============================ ] 1299/2798 46% [============================ ] 1300/2798 46% [============================ ] 1301/2798 46% [============================ ] 1302/2798 46% [============================ ] 1303/2798 46% [============================ ] 1304/2798 46% [============================ ] 1305/2798 46% [============================ ] 1306/2798 46% [============================ ] 1307/2798 46% [============================ ] 1308/2798 46% [============================= ] 1309/2798 46% [============================= ] 1310/2798 46% [============================= ] 1311/2798 46% [============================= ] 1312/2798 46% [============================= ] 1313/2798 46% [============================= ] 1314/2798 46% [============================= ] 1315/2798 46% [============================= ] 1316/2798 47% [============================= ] 1317/2798 47% [============================= ] 1318/2798 47% [============================= ] 1319/2798 47% [============================= ] 1320/2798 47% [============================= ] 1321/2798 47% [============================= ] 1322/2798 47% [============================= ] 1323/2798 47% [============================= ] 1324/2798 47% [============================= ] 1325/2798 47% [============================= ] 1326/2798 47% [============================= ] 1327/2798 47% [============================= ] 1328/2798 47% [============================= ] 1329/2798 47% [============================= ] 1330/2798 47% [============================= ] 1331/2798 47% [============================= ] 1332/2798 47% [============================= ] 1333/2798 47% [============================= ] 1334/2798 47% [============================= ] 1335/2798 47% [============================= ] 1336/2798 47% [============================= ] 1337/2798 47% [============================= ] 1338/2798 47% [============================= ] 1339/2798 47% [============================= ] 1340/2798 47% [============================= ] 1341/2798 47% [============================= ] 1342/2798 47% [============================= ] 1343/2798 47% [============================= ] 1344/2798 48% [============================= ] 1345/2798 48% [============================= ] 1346/2798 48% [============================= ] 1347/2798 48% [============================= ] 1348/2798 48% [============================= ] 1349/2798 48% [============================= ] 1350/2798 48% [============================= ] 1351/2798 48% [============================= ] 1352/2798 48% [============================= ] 1353/2798 48% [============================== ] 1354/2798 48% [============================== ] 1355/2798 48% [============================== ] 1356/2798 48% [============================== ] 1357/2798 48% [============================== ] 1358/2798 48% [============================== ] 1359/2798 48% [============================== ] 1360/2798 48% [============================== ] 1361/2798 48% [============================== ] 1362/2798 48% [============================== ] 1363/2798 48% [============================== ] 1364/2798 48% [============================== ] 1365/2798 48% [============================== ] 1366/2798 48% [============================== ] 1367/2798 48% [============================== ] 1368/2798 48% [============================== ] 1369/2798 48% [============================== ] 1370/2798 48% [============================== ] 1371/2798 48% [============================== ] 1372/2798 49% [============================== ] 1373/2798 49% [============================== ] 1374/2798 49% [============================== ] 1375/2798 49% [============================== ] 1376/2798 49% [============================== ] 1377/2798 49% [============================== ] 1378/2798 49% [============================== ] 1379/2798 49% [============================== ] 1380/2798 49% [============================== ] 1381/2798 49% [============================== ] 1382/2798 49% [============================== ] 1383/2798 49% [============================== ] 1384/2798 49% [============================== ] 1385/2798 49% [============================== ] 1386/2798 49% [============================== ] 1387/2798 49% [============================== ] 1388/2798 49% [============================== ] 1389/2798 49% [============================== ] 1390/2798 49% [============================== ] 1391/2798 49% [============================== ] 1392/2798 49% [============================== ] 1393/2798 49% [============================== ] 1394/2798 49% [============================== ] 1395/2798 49% [============================== ] 1396/2798 49% [============================== ] 1397/2798 49% [============================== ] 1398/2798 49% [=============================== ] 1399/2798 50% [=============================== ] 1400/2798 50% [=============================== ] 1401/2798 50% [=============================== ] 1402/2798 50% [=============================== ] 1403/2798 50% [=============================== ] 1404/2798 50% [=============================== ] 1405/2798 50% [=============================== ] 1406/2798 50% [=============================== ] 1407/2798 50% [=============================== ] 1408/2798 50% [=============================== ] 1409/2798 50% [=============================== ] 1410/2798 50% [=============================== ] 1411/2798 50% [=============================== ] 1412/2798 50% [=============================== ] 1413/2798 50% [=============================== ] 1414/2798 50% [=============================== ] 1415/2798 50% [=============================== ] 1416/2798 50% [=============================== ] 1417/2798 50% [=============================== ] 1418/2798 50% [=============================== ] 1419/2798 50% [=============================== ] 1420/2798 50% [=============================== ] 1421/2798 50% [=============================== ] 1422/2798 50% [=============================== ] 1423/2798 50% [=============================== ] 1424/2798 50% [=============================== ] 1425/2798 50% [=============================== ] 1426/2798 50% [=============================== ] 1427/2798 51% [=============================== ] 1428/2798 51% [=============================== ] 1429/2798 51% [=============================== ] 1430/2798 51% [=============================== ] 1431/2798 51% [=============================== ] 1432/2798 51% [=============================== ] 1433/2798 51% [=============================== ] 1434/2798 51% [=============================== ] 1435/2798 51% [=============================== ] 1436/2798 51% [=============================== ] 1437/2798 51% [=============================== ] 1438/2798 51% [=============================== ] 1439/2798 51% [=============================== ] 1440/2798 51% [=============================== ] 1441/2798 51% [=============================== ] 1442/2798 51% [=============================== ] 1443/2798 51% [=============================== ] 1444/2798 51% [================================ ] 1445/2798 51% [================================ ] 1446/2798 51% [================================ ] 1447/2798 51% [================================ ] 1448/2798 51% [================================ ] 1449/2798 51% [================================ ] 1450/2798 51% [================================ ] 1451/2798 51% [================================ ] 1452/2798 51% [================================ ] 1453/2798 51% [================================ ] 1454/2798 51% [================================ ] 1455/2798 52% [================================ ] 1456/2798 52% [================================ ] 1457/2798 52% [================================ ] 1458/2798 52% [================================ ] 1459/2798 52% [================================ ] 1460/2798 52% [================================ ] 1461/2798 52% [================================ ] 1462/2798 52% [================================ ] 1463/2798 52% [================================ ] 1464/2798 52% [================================ ] 1465/2798 52% [================================ ] 1466/2798 52% [================================ ] 1467/2798 52% [================================ ] 1468/2798 52% [================================ ] 1469/2798 52% [================================ ] 1470/2798 52% [================================ ] 1471/2798 52% [================================ ] 1472/2798 52% [================================ ] 1473/2798 52% [================================ ] 1474/2798 52% [================================ ] 1475/2798 52% [================================ ] 1476/2798 52% [================================ ] 1477/2798 52% [================================ ] 1478/2798 52% [================================ ] 1479/2798 52% [================================ ] 1480/2798 52% [================================ ] 1481/2798 52% [================================ ] 1482/2798 52% [================================ ] 1483/2798 53% [================================ ] 1484/2798 53% [================================ ] 1485/2798 53% [================================ ] 1486/2798 53% [================================ ] 1487/2798 53% [================================ ] 1488/2798 53% [================================ ] 1489/2798 53% [================================= ] 1490/2798 53% [================================= ] 1491/2798 53% [================================= ] 1492/2798 53% [================================= ] 1493/2798 53% [================================= ] 1494/2798 53% [================================= ] 1495/2798 53% [================================= ] 1496/2798 53% [================================= ] 1497/2798 53% [================================= ] 1498/2798 53% [================================= ] 1499/2798 53% [================================= ] 1500/2798 53% [================================= ] 1501/2798 53% [================================= ] 1502/2798 53% [================================= ] 1503/2798 53% [================================= ] 1504/2798 53% [================================= ] 1505/2798 53% [================================= ] 1506/2798 53% [================================= ] 1507/2798 53% [================================= ] 1508/2798 53% [================================= ] 1509/2798 53% [================================= ] 1510/2798 53% [================================= ] 1511/2798 54% [================================= ] 1512/2798 54% [================================= ] 1513/2798 54% [================================= ] 1514/2798 54% [================================= ] 1515/2798 54% [================================= ] 1516/2798 54% [================================= ] 1517/2798 54% [================================= ] 1518/2798 54% [================================= ] 1519/2798 54% [================================= ] 1520/2798 54% [================================= ] 1521/2798 54% [================================= ] 1522/2798 54% [================================= ] 1523/2798 54% [================================= ] 1524/2798 54% [================================= ] 1525/2798 54% [================================= ] 1526/2798 54% [================================= ] 1527/2798 54% [================================= ] 1528/2798 54% [================================= ] 1529/2798 54% [================================= ] 1530/2798 54% [================================= ] 1531/2798 54% [================================= ] 1532/2798 54% [================================= ] 1533/2798 54% [================================= ] 1534/2798 54% [================================== ] 1535/2798 54% [================================== ] 1536/2798 54% [================================== ] 1537/2798 54% [================================== ] 1538/2798 54% [================================== ] 1539/2798 55% [================================== ] 1540/2798 55% [================================== ] 1541/2798 55% [================================== ] 1542/2798 55% [================================== ] 1543/2798 55% [================================== ] 1544/2798 55% [================================== ] 1545/2798 55% [================================== ] 1546/2798 55% [================================== ] 1547/2798 55% [================================== ] 1548/2798 55% [================================== ] 1549/2798 55% [================================== ] 1550/2798 55% [================================== ] 1551/2798 55% [================================== ] 1552/2798 55% [================================== ] 1553/2798 55% [================================== ] 1554/2798 55% [================================== ] 1555/2798 55% [================================== ] 1556/2798 55% [================================== ] 1557/2798 55% [================================== ] 1558/2798 55% [================================== ] 1559/2798 55% [================================== ] 1560/2798 55% [================================== ] 1561/2798 55% [================================== ] 1562/2798 55% [================================== ] 1563/2798 55% [================================== ] 1564/2798 55% [================================== ] 1565/2798 55% [================================== ] 1566/2798 55% [================================== ] 1567/2798 56% [================================== ] 1568/2798 56% [================================== ] 1569/2798 56% [================================== ] 1570/2798 56% [================================== ] 1571/2798 56% [================================== ] 1572/2798 56% [================================== ] 1573/2798 56% [================================== ] 1574/2798 56% [================================== ] 1575/2798 56% [================================== ] 1576/2798 56% [================================== ] 1577/2798 56% [================================== ] 1578/2798 56% [================================== ] 1579/2798 56% [=================================== ] 1580/2798 56% [=================================== ] 1581/2798 56% [=================================== ] 1582/2798 56% [=================================== ] 1583/2798 56% [=================================== ] 1584/2798 56% [=================================== ] 1585/2798 56% [=================================== ] 1586/2798 56% [=================================== ] 1587/2798 56% [=================================== ] 1588/2798 56% [=================================== ] 1589/2798 56% [=================================== ] 1590/2798 56% [=================================== ] 1591/2798 56% [=================================== ] 1592/2798 56% [=================================== ] 1593/2798 56% [=================================== ] 1594/2798 56% [=================================== ] 1595/2798 57% [=================================== ] 1596/2798 57% [=================================== ] 1597/2798 57% [=================================== ] 1598/2798 57% [=================================== ] 1599/2798 57% [=================================== ] 1600/2798 57% [=================================== ] 1601/2798 57% [=================================== ] 1602/2798 57% [=================================== ] 1603/2798 57% [=================================== ] 1604/2798 57% [=================================== ] 1605/2798 57% [=================================== ] 1606/2798 57% [=================================== ] 1607/2798 57% [=================================== ] 1608/2798 57% [=================================== ] 1609/2798 57% [=================================== ] 1610/2798 57% [=================================== ] 1611/2798 57% [=================================== ] 1612/2798 57% [=================================== ] 1613/2798 57% [=================================== ] 1614/2798 57% [=================================== ] 1615/2798 57% [=================================== ] 1616/2798 57% [=================================== ] 1617/2798 57% [=================================== ] 1618/2798 57% [=================================== ] 1619/2798 57% [=================================== ] 1620/2798 57% [=================================== ] 1621/2798 57% [=================================== ] 1622/2798 57% [=================================== ] 1623/2798 58% [=================================== ] 1624/2798 58% [==================================== ] 1625/2798 58% [==================================== ] 1626/2798 58% [==================================== ] 1627/2798 58% [==================================== ] 1628/2798 58% [==================================== ] 1629/2798 58% [==================================== ] 1630/2798 58% [==================================== ] 1631/2798 58% [==================================== ] 1632/2798 58% [==================================== ] 1633/2798 58% [==================================== ] 1634/2798 58% [==================================== ] 1635/2798 58% [==================================== ] 1636/2798 58% [==================================== ] 1637/2798 58% [==================================== ] 1638/2798 58% [==================================== ] 1639/2798 58% [==================================== ] 1640/2798 58% [==================================== ] 1641/2798 58% [==================================== ] 1642/2798 58% [==================================== ] 1643/2798 58% [==================================== ] 1644/2798 58% [==================================== ] 1645/2798 58% [==================================== ] 1646/2798 58% [==================================== ] 1647/2798 58% [==================================== ] 1648/2798 58% [==================================== ] 1649/2798 58% [==================================== ] 1650/2798 58% [==================================== ] 1651/2798 59% [==================================== ] 1652/2798 59% [==================================== ] 1653/2798 59% [==================================== ] 1654/2798 59% [==================================== ] 1655/2798 59% [==================================== ] 1656/2798 59% [==================================== ] 1657/2798 59% [==================================== ] 1658/2798 59% [==================================== ] 1659/2798 59% [==================================== ] 1660/2798 59% [==================================== ] 1661/2798 59% [==================================== ] 1662/2798 59% [==================================== ] 1663/2798 59% [==================================== ] 1664/2798 59% [==================================== ] 1665/2798 59% [==================================== ] 1666/2798 59% [==================================== ] 1667/2798 59% [==================================== ] 1668/2798 59% [==================================== ] 1669/2798 59% [===================================== ] 1670/2798 59% [===================================== ] 1671/2798 59% [===================================== ] 1672/2798 59% [===================================== ] 1673/2798 59% [===================================== ] 1674/2798 59% [===================================== ] 1675/2798 59% [===================================== ] 1676/2798 59% [===================================== ] 1677/2798 59% [===================================== ] 1678/2798 59% [===================================== ] 1679/2798 60% [===================================== ] 1680/2798 60% [===================================== ] 1681/2798 60% [===================================== ] 1682/2798 60% [===================================== ] 1683/2798 60% [===================================== ] 1684/2798 60% [===================================== ] 1685/2798 60% [===================================== ] 1686/2798 60% [===================================== ] 1687/2798 60% [===================================== ] 1688/2798 60% [===================================== ] 1689/2798 60% [===================================== ] 1690/2798 60% [===================================== ] 1691/2798 60% [===================================== ] 1692/2798 60% [===================================== ] 1693/2798 60% [===================================== ] 1694/2798 60% [===================================== ] 1695/2798 60% [===================================== ] 1696/2798 60% [===================================== ] 1697/2798 60% [===================================== ] 1698/2798 60% [===================================== ] 1699/2798 60% [===================================== ] 1700/2798 60% [===================================== ] 1701/2798 60% [===================================== ] 1702/2798 60% [===================================== ] 1703/2798 60% [===================================== ] 1704/2798 60% [===================================== ] 1705/2798 60% [===================================== ] 1706/2798 60% [===================================== ] 1707/2798 61% [===================================== ] 1708/2798 61% [===================================== ] 1709/2798 61% [===================================== ] 1710/2798 61% [===================================== ] 1711/2798 61% [===================================== ] 1712/2798 61% [===================================== ] 1713/2798 61% [===================================== ] 1714/2798 61% [====================================== ] 1715/2798 61% [====================================== ] 1716/2798 61% [====================================== ] 1717/2798 61% [====================================== ] 1718/2798 61% [====================================== ] 1719/2798 61% [====================================== ] 1720/2798 61% [====================================== ] 1721/2798 61% [====================================== ] 1722/2798 61% [====================================== ] 1723/2798 61% [====================================== ] 1724/2798 61% [====================================== ] 1725/2798 61% [====================================== ] 1726/2798 61% [====================================== ] 1727/2798 61% [====================================== ] 1728/2798 61% [====================================== ] 1729/2798 61% [====================================== ] 1730/2798 61% [====================================== ] 1731/2798 61% [====================================== ] 1732/2798 61% [====================================== ] 1733/2798 61% [====================================== ] 1734/2798 61% [====================================== ] 1735/2798 62% [====================================== ] 1736/2798 62% [====================================== ] 1737/2798 62% [====================================== ] 1738/2798 62% [====================================== ] 1739/2798 62% [====================================== ] 1740/2798 62% [====================================== ] 1741/2798 62% [====================================== ] 1742/2798 62% [====================================== ] 1743/2798 62% [====================================== ] 1744/2798 62% [====================================== ] 1745/2798 62% [====================================== ] 1746/2798 62% [====================================== ] 1747/2798 62% [====================================== ] 1748/2798 62% [====================================== ] 1749/2798 62% [====================================== ] 1750/2798 62% [====================================== ] 1751/2798 62% [====================================== ] 1752/2798 62% [====================================== ] 1753/2798 62% [====================================== ] 1754/2798 62% [====================================== ] 1755/2798 62% [====================================== ] 1756/2798 62% [====================================== ] 1757/2798 62% [====================================== ] 1758/2798 62% [====================================== ] 1759/2798 62% [====================================== ] 1760/2798 62% [======================================= ] 1761/2798 62% [======================================= ] 1762/2798 62% [======================================= ] 1763/2798 63% [======================================= ] 1764/2798 63% [======================================= ] 1765/2798 63% [======================================= ] 1766/2798 63% [======================================= ] 1767/2798 63% [======================================= ] 1768/2798 63% [======================================= ] 1769/2798 63% [======================================= ] 1770/2798 63% [======================================= ] 1771/2798 63% [======================================= ] 1772/2798 63% [======================================= ] 1773/2798 63% [======================================= ] 1774/2798 63% [======================================= ] 1775/2798 63% [======================================= ] 1776/2798 63% [======================================= ] 1777/2798 63% [======================================= ] 1778/2798 63% [======================================= ] 1779/2798 63% [======================================= ] 1780/2798 63% [======================================= ] 1781/2798 63% [======================================= ] 1782/2798 63% [======================================= ] 1783/2798 63% [======================================= ] 1784/2798 63% [======================================= ] 1785/2798 63% [======================================= ] 1786/2798 63% [======================================= ] 1787/2798 63% [======================================= ] 1788/2798 63% [======================================= ] 1789/2798 63% [======================================= ] 1790/2798 63% [======================================= ] 1791/2798 64% [======================================= ] 1792/2798 64% [======================================= ] 1793/2798 64% [======================================= ] 1794/2798 64% [======================================= ] 1795/2798 64% [======================================= ] 1796/2798 64% [======================================= ] 1797/2798 64% [======================================= ] 1798/2798 64% [======================================= ] 1799/2798 64% [======================================= ] 1800/2798 64% [======================================= ] 1801/2798 64% [======================================= ] 1802/2798 64% [======================================= ] 1803/2798 64% [======================================= ] 1804/2798 64% [======================================= ] 1805/2798 64% [======================================== ] 1806/2798 64% [======================================== ] 1807/2798 64% [======================================== ] 1808/2798 64% [======================================== ] 1809/2798 64% [======================================== ] 1810/2798 64% [======================================== ] 1811/2798 64% [======================================== ] 1812/2798 64% [======================================== ] 1813/2798 64% [======================================== ] 1814/2798 64% [======================================== ] 1815/2798 64% [======================================== ] 1816/2798 64% [======================================== ] 1817/2798 64% [======================================== ] 1818/2798 64% [======================================== ] 1819/2798 65% [======================================== ] 1820/2798 65% [======================================== ] 1821/2798 65% [======================================== ] 1822/2798 65% [======================================== ] 1823/2798 65% [======================================== ] 1824/2798 65% [======================================== ] 1825/2798 65% [======================================== ] 1826/2798 65% [======================================== ] 1827/2798 65% [======================================== ] 1828/2798 65% [======================================== ] 1829/2798 65% [======================================== ] 1830/2798 65% [======================================== ] 1831/2798 65% [======================================== ] 1832/2798 65% [======================================== ] 1833/2798 65% [======================================== ] 1834/2798 65% [======================================== ] 1835/2798 65% [======================================== ] 1836/2798 65% [======================================== ] 1837/2798 65% [======================================== ] 1838/2798 65% [======================================== ] 1839/2798 65% [======================================== ] 1840/2798 65% [======================================== ] 1841/2798 65% [======================================== ] 1842/2798 65% [======================================== ] 1843/2798 65% [======================================== ] 1844/2798 65% [======================================== ] 1845/2798 65% [======================================== ] 1846/2798 65% [======================================== ] 1847/2798 66% [======================================== ] 1848/2798 66% [======================================== ] 1849/2798 66% [======================================== ] 1850/2798 66% [========================================= ] 1851/2798 66% [========================================= ] 1852/2798 66% [========================================= ] 1853/2798 66% [========================================= ] 1854/2798 66% [========================================= ] 1855/2798 66% [========================================= ] 1856/2798 66% [========================================= ] 1857/2798 66% [========================================= ] 1858/2798 66% [========================================= ] 1859/2798 66% [========================================= ] 1860/2798 66% [========================================= ] 1861/2798 66% [========================================= ] 1862/2798 66% [========================================= ] 1863/2798 66% [========================================= ] 1864/2798 66% [========================================= ] 1865/2798 66% [========================================= ] 1866/2798 66% [========================================= ] 1867/2798 66% [========================================= ] 1868/2798 66% [========================================= ] 1869/2798 66% [========================================= ] 1870/2798 66% [========================================= ] 1871/2798 66% [========================================= ] 1872/2798 66% [========================================= ] 1873/2798 66% [========================================= ] 1874/2798 66% [========================================= ] 1875/2798 67% [========================================= ] 1876/2798 67% [========================================= ] 1877/2798 67% [========================================= ] 1878/2798 67% [========================================= ] 1879/2798 67% [========================================= ] 1880/2798 67% [========================================= ] 1881/2798 67% [========================================= ] 1882/2798 67% [========================================= ] 1883/2798 67% [========================================= ] 1884/2798 67% [========================================= ] 1885/2798 67% [========================================= ] 1886/2798 67% [========================================= ] 1887/2798 67% [========================================= ] 1888/2798 67% [========================================= ] 1889/2798 67% [========================================= ] 1890/2798 67% [========================================= ] 1891/2798 67% [========================================= ] 1892/2798 67% [========================================= ] 1893/2798 67% [========================================= ] 1894/2798 67% [========================================= ] 1895/2798 67% [========================================== ] 1896/2798 67% [========================================== ] 1897/2798 67% [========================================== ] 1898/2798 67% [========================================== ] 1899/2798 67% [========================================== ] 1900/2798 67% [========================================== ] 1901/2798 67% [========================================== ] 1902/2798 67% [========================================== ] 1903/2798 68% [========================================== ] 1904/2798 68% [========================================== ] 1905/2798 68% [========================================== ] 1906/2798 68% [========================================== ] 1907/2798 68% [========================================== ] 1908/2798 68% [========================================== ] 1909/2798 68% [========================================== ] 1910/2798 68% [========================================== ] 1911/2798 68% [========================================== ] 1912/2798 68% [========================================== ] 1913/2798 68% [========================================== ] 1914/2798 68% [========================================== ] 1915/2798 68% [========================================== ] 1916/2798 68% [========================================== ] 1917/2798 68% [========================================== ] 1918/2798 68% [========================================== ] 1919/2798 68% [========================================== ] 1920/2798 68% [========================================== ] 1921/2798 68% [========================================== ] 1922/2798 68% [========================================== ] 1923/2798 68% [========================================== ] 1924/2798 68% [========================================== ] 1925/2798 68% [========================================== ] 1926/2798 68% [========================================== ] 1927/2798 68% [========================================== ] 1928/2798 68% [========================================== ] 1929/2798 68% [========================================== ] 1930/2798 68% [========================================== ] 1931/2798 69% [========================================== ] 1932/2798 69% [========================================== ] 1933/2798 69% [========================================== ] 1934/2798 69% [========================================== ] 1935/2798 69% [========================================== ] 1936/2798 69% [========================================== ] 1937/2798 69% [========================================== ] 1938/2798 69% [========================================== ] 1939/2798 69% [========================================== ] 1940/2798 69% [=========================================== ] 1941/2798 69% [=========================================== ] 1942/2798 69% [=========================================== ] 1943/2798 69% [=========================================== ] 1944/2798 69% [=========================================== ] 1945/2798 69% [=========================================== ] 1946/2798 69% [=========================================== ] 1947/2798 69% [=========================================== ] 1948/2798 69% [=========================================== ] 1949/2798 69% [=========================================== ] 1950/2798 69% [=========================================== ] 1951/2798 69% [=========================================== ] 1952/2798 69% [=========================================== ] 1953/2798 69% [=========================================== ] 1954/2798 69% [=========================================== ] 1955/2798 69% [=========================================== ] 1956/2798 69% [=========================================== ] 1957/2798 69% [=========================================== ] 1958/2798 69% [=========================================== ] 1959/2798 70% [=========================================== ] 1960/2798 70% [=========================================== ] 1961/2798 70% [=========================================== ] 1962/2798 70% [=========================================== ] 1963/2798 70% [=========================================== ] 1964/2798 70% [=========================================== ] 1965/2798 70% [=========================================== ] 1966/2798 70% [=========================================== ] 1967/2798 70% [=========================================== ] 1968/2798 70% [=========================================== ] 1969/2798 70% [=========================================== ] 1970/2798 70% [=========================================== ] 1971/2798 70% [=========================================== ] 1972/2798 70% [=========================================== ] 1973/2798 70% [=========================================== ] 1974/2798 70% [=========================================== ] 1975/2798 70% [=========================================== ] 1976/2798 70% [=========================================== ] 1977/2798 70% [=========================================== ] 1978/2798 70% [=========================================== ] 1979/2798 70% [=========================================== ] 1980/2798 70% [=========================================== ] 1981/2798 70% [=========================================== ] 1982/2798 70% [=========================================== ] 1983/2798 70% [=========================================== ] 1984/2798 70% [=========================================== ] 1985/2798 70% [============================================ ] 1986/2798 70% [============================================ ] 1987/2798 71% [============================================ ] 1988/2798 71% [============================================ ] 1989/2798 71% [============================================ ] 1990/2798 71% [============================================ ] 1991/2798 71% [============================================ ] 1992/2798 71% [============================================ ] 1993/2798 71% [============================================ ] 1994/2798 71% [============================================ ] 1995/2798 71% [============================================ ] 1996/2798 71% [============================================ ] 1997/2798 71% [============================================ ] 1998/2798 71% [============================================ ] 1999/2798 71% [============================================ ] 2000/2798 71% [============================================ ] 2001/2798 71% [============================================ ] 2002/2798 71% [============================================ ] 2003/2798 71% [============================================ ] 2004/2798 71% [============================================ ] 2005/2798 71% [============================================ ] 2006/2798 71% [============================================ ] 2007/2798 71% [============================================ ] 2008/2798 71% [============================================ ] 2009/2798 71% [============================================ ] 2010/2798 71% [============================================ ] 2011/2798 71% [============================================ ] 2012/2798 71% [============================================ ] 2013/2798 71% [============================================ ] 2014/2798 71% [============================================ ] 2015/2798 72% [============================================ ] 2016/2798 72% [============================================ ] 2017/2798 72% [============================================ ] 2018/2798 72% [============================================ ] 2019/2798 72% [============================================ ] 2020/2798 72% [============================================ ] 2021/2798 72% [============================================ ] 2022/2798 72% [============================================ ] 2023/2798 72% [============================================ ] 2024/2798 72% [============================================ ] 2025/2798 72% [============================================ ] 2026/2798 72% [============================================ ] 2027/2798 72% [============================================ ] 2028/2798 72% [============================================ ] 2029/2798 72% [============================================ ] 2030/2798 72% [============================================= ] 2031/2798 72% [============================================= ] 2032/2798 72% [============================================= ] 2033/2798 72% [============================================= ] 2034/2798 72% [============================================= ] 2035/2798 72% [============================================= ] 2036/2798 72% [============================================= ] 2037/2798 72% [============================================= ] 2038/2798 72% [============================================= ] 2039/2798 72% [============================================= ] 2040/2798 72% [============================================= ] 2041/2798 72% [============================================= ] 2042/2798 72% [============================================= ] 2043/2798 73% [============================================= ] 2044/2798 73% [============================================= ] 2045/2798 73% [============================================= ] 2046/2798 73% [============================================= ] 2047/2798 73% [============================================= ] 2048/2798 73% [============================================= ] 2049/2798 73% [============================================= ] 2050/2798 73% [============================================= ] 2051/2798 73% [============================================= ] 2052/2798 73% [============================================= ] 2053/2798 73% [============================================= ] 2054/2798 73% [============================================= ] 2055/2798 73% [============================================= ] 2056/2798 73% [============================================= ] 2057/2798 73% [============================================= ] 2058/2798 73% [============================================= ] 2059/2798 73% [============================================= ] 2060/2798 73% [============================================= ] 2061/2798 73% [============================================= ] 2062/2798 73% [============================================= ] 2063/2798 73% [============================================= ] 2064/2798 73% [============================================= ] 2065/2798 73% [============================================= ] 2066/2798 73% [============================================= ] 2067/2798 73% [============================================= ] 2068/2798 73% [============================================= ] 2069/2798 73% [============================================= ] 2070/2798 73% [============================================= ] 2071/2798 74% [============================================= ] 2072/2798 74% [============================================= ] 2073/2798 74% [============================================= ] 2074/2798 74% [============================================= ] 2075/2798 74% [============================================== ] 2076/2798 74% [============================================== ] 2077/2798 74% [============================================== ] 2078/2798 74% [============================================== ] 2079/2798 74% [============================================== ] 2080/2798 74% [============================================== ] 2081/2798 74% [============================================== ] 2082/2798 74% [============================================== ] 2083/2798 74% [============================================== ] 2084/2798 74% [============================================== ] 2085/2798 74% [============================================== ] 2086/2798 74% [============================================== ] 2087/2798 74% [============================================== ] 2088/2798 74% [============================================== ] 2089/2798 74% [============================================== ] 2090/2798 74% [============================================== ] 2091/2798 74% [============================================== ] 2092/2798 74% [============================================== ] 2093/2798 74% [============================================== ] 2094/2798 74% [============================================== ] 2095/2798 74% [============================================== ] 2096/2798 74% [============================================== ] 2097/2798 74% [============================================== ] 2098/2798 74% [============================================== ] 2099/2798 75% [============================================== ] 2100/2798 75% [============================================== ] 2101/2798 75% [============================================== ] 2102/2798 75% [============================================== ] 2103/2798 75% [============================================== ] 2104/2798 75% [============================================== ] 2105/2798 75% [============================================== ] 2106/2798 75% [============================================== ] 2107/2798 75% [============================================== ] 2108/2798 75% [============================================== ] 2109/2798 75% [============================================== ] 2110/2798 75% [============================================== ] 2111/2798 75% [============================================== ] 2112/2798 75% [============================================== ] 2113/2798 75% [============================================== ] 2114/2798 75% [============================================== ] 2115/2798 75% [============================================== ] 2116/2798 75% [============================================== ] 2117/2798 75% [============================================== ] 2118/2798 75% [============================================== ] 2119/2798 75% [============================================== ] 2120/2798 75% [============================================== ] 2121/2798 75% [=============================================== ] 2122/2798 75% [=============================================== ] 2123/2798 75% [=============================================== ] 2124/2798 75% [=============================================== ] 2125/2798 75% [=============================================== ] 2126/2798 75% [=============================================== ] 2127/2798 76% [=============================================== ] 2128/2798 76% [=============================================== ] 2129/2798 76% [=============================================== ] 2130/2798 76% [=============================================== ] 2131/2798 76% [=============================================== ] 2132/2798 76% [=============================================== ] 2133/2798 76% [=============================================== ] 2134/2798 76% [=============================================== ] 2135/2798 76% [=============================================== ] 2136/2798 76% [=============================================== ] 2137/2798 76% [=============================================== ] 2138/2798 76% [=============================================== ] 2139/2798 76% [=============================================== ] 2140/2798 76% [=============================================== ] 2141/2798 76% [=============================================== ] 2142/2798 76% [=============================================== ] 2143/2798 76% [=============================================== ] 2144/2798 76% [=============================================== ] 2145/2798 76% [=============================================== ] 2146/2798 76% [=============================================== ] 2147/2798 76% [=============================================== ] 2148/2798 76% [=============================================== ] 2149/2798 76% [=============================================== ] 2150/2798 76% [=============================================== ] 2151/2798 76% [=============================================== ] 2152/2798 76% [=============================================== ] 2153/2798 76% [=============================================== ] 2154/2798 76% [=============================================== ] 2155/2798 77% [=============================================== ] 2156/2798 77% [=============================================== ] 2157/2798 77% [=============================================== ] 2158/2798 77% [=============================================== ] 2159/2798 77% [=============================================== ] 2160/2798 77% [=============================================== ] 2161/2798 77% [=============================================== ] 2162/2798 77% [=============================================== ] 2163/2798 77% [=============================================== ] 2164/2798 77% [=============================================== ] 2165/2798 77% [=============================================== ] 2166/2798 77% [================================================ ] 2167/2798 77% [================================================ ] 2168/2798 77% [================================================ ] 2169/2798 77% [================================================ ] 2170/2798 77% [================================================ ] 2171/2798 77% [================================================ ] 2172/2798 77% [================================================ ] 2173/2798 77% [================================================ ] 2174/2798 77% [================================================ ] 2175/2798 77% [================================================ ] 2176/2798 77% [================================================ ] 2177/2798 77% [================================================ ] 2178/2798 77% [================================================ ] 2179/2798 77% [================================================ ] 2180/2798 77% [================================================ ] 2181/2798 77% [================================================ ] 2182/2798 77% [================================================ ] 2183/2798 78% [================================================ ] 2184/2798 78% [================================================ ] 2185/2798 78% [================================================ ] 2186/2798 78% [================================================ ] 2187/2798 78% [================================================ ] 2188/2798 78% [================================================ ] 2189/2798 78% [================================================ ] 2190/2798 78% [================================================ ] 2191/2798 78% [================================================ ] 2192/2798 78% [================================================ ] 2193/2798 78% [================================================ ] 2194/2798 78% [================================================ ] 2195/2798 78% [================================================ ] 2196/2798 78% [================================================ ] 2197/2798 78% [================================================ ] 2198/2798 78% [================================================ ] 2199/2798 78% [================================================ ] 2200/2798 78% [================================================ ] 2201/2798 78% [================================================ ] 2202/2798 78% [================================================ ] 2203/2798 78% [================================================ ] 2204/2798 78% [================================================ ] 2205/2798 78% [================================================ ] 2206/2798 78% [================================================ ] 2207/2798 78% [================================================ ] 2208/2798 78% [================================================ ] 2209/2798 78% [================================================ ] 2210/2798 78% [================================================ ] 2211/2798 79% [================================================= ] 2212/2798 79% [================================================= ] 2213/2798 79% [================================================= ] 2214/2798 79% [================================================= ] 2215/2798 79% [================================================= ] 2216/2798 79% [================================================= ] 2217/2798 79% [================================================= ] 2218/2798 79% [================================================= ] 2219/2798 79% [================================================= ] 2220/2798 79% [================================================= ] 2221/2798 79% [================================================= ] 2222/2798 79% [================================================= ] 2223/2798 79% [================================================= ] 2224/2798 79% [================================================= ] 2225/2798 79% [================================================= ] 2226/2798 79% [================================================= ] 2227/2798 79% [================================================= ] 2228/2798 79% [================================================= ] 2229/2798 79% [================================================= ] 2230/2798 79% [================================================= ] 2231/2798 79% [================================================= ] 2232/2798 79% [================================================= ] 2233/2798 79% [================================================= ] 2234/2798 79% [================================================= ] 2235/2798 79% [================================================= ] 2236/2798 79% [================================================= ] 2237/2798 79% [================================================= ] 2238/2798 79% [================================================= ] 2239/2798 80% [================================================= ] 2240/2798 80% [================================================= ] 2241/2798 80% [================================================= ] 2242/2798 80% [================================================= ] 2243/2798 80% [================================================= ] 2244/2798 80% [================================================= ] 2245/2798 80% [================================================= ] 2246/2798 80% [================================================= ] 2247/2798 80% [================================================= ] 2248/2798 80% [================================================= ] 2249/2798 80% [================================================= ] 2250/2798 80% [================================================= ] 2251/2798 80% [================================================= ] 2252/2798 80% [================================================= ] 2253/2798 80% [================================================= ] 2254/2798 80% [================================================= ] 2255/2798 80% [================================================= ] 2256/2798 80% [================================================== ] 2257/2798 80% [================================================== ] 2258/2798 80% [================================================== ] 2259/2798 80% [================================================== ] 2260/2798 80% [================================================== ] 2261/2798 80% [================================================== ] 2262/2798 80% [================================================== ] 2263/2798 80% [================================================== ] 2264/2798 80% [================================================== ] 2265/2798 80% [================================================== ] 2266/2798 80% [================================================== ] 2267/2798 81% [================================================== ] 2268/2798 81% [================================================== ] 2269/2798 81% [================================================== ] 2270/2798 81% [================================================== ] 2271/2798 81% [================================================== ] 2272/2798 81% [================================================== ] 2273/2798 81% [================================================== ] 2274/2798 81% [================================================== ] 2275/2798 81% [================================================== ] 2276/2798 81% [================================================== ] 2277/2798 81% [================================================== ] 2278/2798 81% [================================================== ] 2279/2798 81% [================================================== ] 2280/2798 81% [================================================== ] 2281/2798 81% [================================================== ] 2282/2798 81% [================================================== ] 2283/2798 81% [================================================== ] 2284/2798 81% [================================================== ] 2285/2798 81% [================================================== ] 2286/2798 81% [================================================== ] 2287/2798 81% [================================================== ] 2288/2798 81% [================================================== ] 2289/2798 81% [================================================== ] 2290/2798 81% [================================================== ] 2291/2798 81% [================================================== ] 2292/2798 81% [================================================== ] 2293/2798 81% [================================================== ] 2294/2798 81% [================================================== ] 2295/2798 82% [================================================== ] 2296/2798 82% [================================================== ] 2297/2798 82% [================================================== ] 2298/2798 82% [================================================== ] 2299/2798 82% [================================================== ] 2300/2798 82% [================================================== ] 2301/2798 82% [=================================================== ] 2302/2798 82% [=================================================== ] 2303/2798 82% [=================================================== ] 2304/2798 82% [=================================================== ] 2305/2798 82% [=================================================== ] 2306/2798 82% [=================================================== ] 2307/2798 82% [=================================================== ] 2308/2798 82% [=================================================== ] 2309/2798 82% [=================================================== ] 2310/2798 82% [=================================================== ] 2311/2798 82% [=================================================== ] 2312/2798 82% [=================================================== ] 2313/2798 82% [=================================================== ] 2314/2798 82% [=================================================== ] 2315/2798 82% [=================================================== ] 2316/2798 82% [=================================================== ] 2317/2798 82% [=================================================== ] 2318/2798 82% [=================================================== ] 2319/2798 82% [=================================================== ] 2320/2798 82% [=================================================== ] 2321/2798 82% [=================================================== ] 2322/2798 82% [=================================================== ] 2323/2798 83% [=================================================== ] 2324/2798 83% [=================================================== ] 2325/2798 83% [=================================================== ] 2326/2798 83% [=================================================== ] 2327/2798 83% [=================================================== ] 2328/2798 83% [=================================================== ] 2329/2798 83% [=================================================== ] 2330/2798 83% [=================================================== ] 2331/2798 83% [=================================================== ] 2332/2798 83% [=================================================== ] 2333/2798 83% [=================================================== ] 2334/2798 83% [=================================================== ] 2335/2798 83% [=================================================== ] 2336/2798 83% [=================================================== ] 2337/2798 83% [=================================================== ] 2338/2798 83% [=================================================== ] 2339/2798 83% [=================================================== ] 2340/2798 83% [=================================================== ] 2341/2798 83% [=================================================== ] 2342/2798 83% [=================================================== ] 2343/2798 83% [=================================================== ] 2344/2798 83% [=================================================== ] 2345/2798 83% [=================================================== ] 2346/2798 83% [==================================================== ] 2347/2798 83% [==================================================== ] 2348/2798 83% [==================================================== ] 2349/2798 83% [==================================================== ] 2350/2798 83% [==================================================== ] 2351/2798 84% [==================================================== ] 2352/2798 84% [==================================================== ] 2353/2798 84% [==================================================== ] 2354/2798 84% [==================================================== ] 2355/2798 84% [==================================================== ] 2356/2798 84% [==================================================== ] 2357/2798 84% [==================================================== ] 2358/2798 84% [==================================================== ] 2359/2798 84% [==================================================== ] 2360/2798 84% [==================================================== ] 2361/2798 84% [==================================================== ] 2362/2798 84% [==================================================== ] 2363/2798 84% [==================================================== ] 2364/2798 84% [==================================================== ] 2365/2798 84% [==================================================== ] 2366/2798 84% [==================================================== ] 2367/2798 84% [==================================================== ] 2368/2798 84% [==================================================== ] 2369/2798 84% [==================================================== ] 2370/2798 84% [==================================================== ] 2371/2798 84% [==================================================== ] 2372/2798 84% [==================================================== ] 2373/2798 84% [==================================================== ] 2374/2798 84% [==================================================== ] 2375/2798 84% [==================================================== ] 2376/2798 84% [==================================================== ] 2377/2798 84% [==================================================== ] 2378/2798 84% [==================================================== ] 2379/2798 85% [==================================================== ] 2380/2798 85% [==================================================== ] 2381/2798 85% [==================================================== ] 2382/2798 85% [==================================================== ] 2383/2798 85% [==================================================== ] 2384/2798 85% [==================================================== ] 2385/2798 85% [==================================================== ] 2386/2798 85% [==================================================== ] 2387/2798 85% [==================================================== ] 2388/2798 85% [==================================================== ] 2389/2798 85% [==================================================== ] 2390/2798 85% [==================================================== ] 2391/2798 85% [===================================================== ] 2392/2798 85% [===================================================== ] 2393/2798 85% [===================================================== ] 2394/2798 85% [===================================================== ] 2395/2798 85% [===================================================== ] 2396/2798 85% [===================================================== ] 2397/2798 85% [===================================================== ] 2398/2798 85% [===================================================== ] 2399/2798 85% [===================================================== ] 2400/2798 85% [===================================================== ] 2401/2798 85% [===================================================== ] 2402/2798 85% [===================================================== ] 2403/2798 85% [===================================================== ] 2404/2798 85% [===================================================== ] 2405/2798 85% [===================================================== ] 2406/2798 85% [===================================================== ] 2407/2798 86% [===================================================== ] 2408/2798 86% [===================================================== ] 2409/2798 86% [===================================================== ] 2410/2798 86% [===================================================== ] 2411/2798 86% [===================================================== ] 2412/2798 86% [===================================================== ] 2413/2798 86% [===================================================== ] 2414/2798 86% [===================================================== ] 2415/2798 86% [===================================================== ] 2416/2798 86% [===================================================== ] 2417/2798 86% [===================================================== ] 2418/2798 86% [===================================================== ] 2419/2798 86% [===================================================== ] 2420/2798 86% [===================================================== ] 2421/2798 86% [===================================================== ] 2422/2798 86% [===================================================== ] 2423/2798 86% [===================================================== ] 2424/2798 86% [===================================================== ] 2425/2798 86% [===================================================== ] 2426/2798 86% [===================================================== ] 2427/2798 86% [===================================================== ] 2428/2798 86% [===================================================== ] 2429/2798 86% [===================================================== ] 2430/2798 86% [===================================================== ] 2431/2798 86% [===================================================== ] 2432/2798 86% [===================================================== ] 2433/2798 86% [===================================================== ] 2434/2798 86% [===================================================== ] 2435/2798 87% [===================================================== ] 2436/2798 87% [====================================================== ] 2437/2798 87% [====================================================== ] 2438/2798 87% [====================================================== ] 2439/2798 87% [====================================================== ] 2440/2798 87% [====================================================== ] 2441/2798 87% [====================================================== ] 2442/2798 87% [====================================================== ] 2443/2798 87% [====================================================== ] 2444/2798 87% [====================================================== ] 2445/2798 87% [====================================================== ] 2446/2798 87% [====================================================== ] 2447/2798 87% [====================================================== ] 2448/2798 87% [====================================================== ] 2449/2798 87% [====================================================== ] 2450/2798 87% [====================================================== ] 2451/2798 87% [====================================================== ] 2452/2798 87% [====================================================== ] 2453/2798 87% [====================================================== ] 2454/2798 87% [====================================================== ] 2455/2798 87% [====================================================== ] 2456/2798 87% [====================================================== ] 2457/2798 87% [====================================================== ] 2458/2798 87% [====================================================== ] 2459/2798 87% [====================================================== ] 2460/2798 87% [====================================================== ] 2461/2798 87% [====================================================== ] 2462/2798 87% [====================================================== ] 2463/2798 88% [====================================================== ] 2464/2798 88% [====================================================== ] 2465/2798 88% [====================================================== ] 2466/2798 88% [====================================================== ] 2467/2798 88% [====================================================== ] 2468/2798 88% [====================================================== ] 2469/2798 88% [====================================================== ] 2470/2798 88% [====================================================== ] 2471/2798 88% [====================================================== ] 2472/2798 88% [====================================================== ] 2473/2798 88% [====================================================== ] 2474/2798 88% [====================================================== ] 2475/2798 88% [====================================================== ] 2476/2798 88% [====================================================== ] 2477/2798 88% [====================================================== ] 2478/2798 88% [====================================================== ] 2479/2798 88% [====================================================== ] 2480/2798 88% [====================================================== ] 2481/2798 88% [====================================================== ] 2482/2798 88% [======================================================= ] 2483/2798 88% [======================================================= ] 2484/2798 88% [======================================================= ] 2485/2798 88% [======================================================= ] 2486/2798 88% [======================================================= ] 2487/2798 88% [======================================================= ] 2488/2798 88% [======================================================= ] 2489/2798 88% [======================================================= ] 2490/2798 88% [======================================================= ] 2491/2798 89% [======================================================= ] 2492/2798 89% [======================================================= ] 2493/2798 89% [======================================================= ] 2494/2798 89% [======================================================= ] 2495/2798 89% [======================================================= ] 2496/2798 89% [======================================================= ] 2497/2798 89% [======================================================= ] 2498/2798 89% [======================================================= ] 2499/2798 89% [======================================================= ] 2500/2798 89% [======================================================= ] 2501/2798 89% [======================================================= ] 2502/2798 89% [======================================================= ] 2503/2798 89% [======================================================= ] 2504/2798 89% [======================================================= ] 2505/2798 89% [======================================================= ] 2506/2798 89% [======================================================= ] 2507/2798 89% [======================================================= ] 2508/2798 89% [======================================================= ] 2509/2798 89% [======================================================= ] 2510/2798 89% [======================================================= ] 2511/2798 89% [======================================================= ] 2512/2798 89% [======================================================= ] 2513/2798 89% [======================================================= ] 2514/2798 89% [======================================================= ] 2515/2798 89% [======================================================= ] 2516/2798 89% [======================================================= ] 2517/2798 89% [======================================================= ] 2518/2798 89% [======================================================= ] 2519/2798 90% [======================================================= ] 2520/2798 90% [======================================================= ] 2521/2798 90% [======================================================= ] 2522/2798 90% [======================================================= ] 2523/2798 90% [======================================================= ] 2524/2798 90% [======================================================= ] 2525/2798 90% [======================================================= ] 2526/2798 90% [======================================================= ] 2527/2798 90% [======================================================== ] 2528/2798 90% [======================================================== ] 2529/2798 90% [======================================================== ] 2530/2798 90% [======================================================== ] 2531/2798 90% [======================================================== ] 2532/2798 90% [======================================================== ] 2533/2798 90% [======================================================== ] 2534/2798 90% [======================================================== ] 2535/2798 90% [======================================================== ] 2536/2798 90% [======================================================== ] 2537/2798 90% [======================================================== ] 2538/2798 90% [======================================================== ] 2539/2798 90% [======================================================== ] 2540/2798 90% [======================================================== ] 2541/2798 90% [======================================================== ] 2542/2798 90% [======================================================== ] 2543/2798 90% [======================================================== ] 2544/2798 90% [======================================================== ] 2545/2798 90% [======================================================== ] 2546/2798 90% [======================================================== ] 2547/2798 91% [======================================================== ] 2548/2798 91% [======================================================== ] 2549/2798 91% [======================================================== ] 2550/2798 91% [======================================================== ] 2551/2798 91% [======================================================== ] 2552/2798 91% [======================================================== ] 2553/2798 91% [======================================================== ] 2554/2798 91% [======================================================== ] 2555/2798 91% [======================================================== ] 2556/2798 91% [======================================================== ] 2557/2798 91% [======================================================== ] 2558/2798 91% [======================================================== ] 2559/2798 91% [======================================================== ] 2560/2798 91% [======================================================== ] 2561/2798 91% [======================================================== ] 2562/2798 91% [======================================================== ] 2563/2798 91% [======================================================== ] 2564/2798 91% [======================================================== ] 2565/2798 91% [======================================================== ] 2566/2798 91% [======================================================== ] 2567/2798 91% [======================================================== ] 2568/2798 91% [======================================================== ] 2569/2798 91% [======================================================== ] 2570/2798 91% [======================================================== ] 2571/2798 91% [======================================================== ] 2572/2798 91% [========================================================= ] 2573/2798 91% [========================================================= ] 2574/2798 91% [========================================================= ] 2575/2798 92% [========================================================= ] 2576/2798 92% [========================================================= ] 2577/2798 92% [========================================================= ] 2578/2798 92% [========================================================= ] 2579/2798 92% [========================================================= ] 2580/2798 92% [========================================================= ] 2581/2798 92% [========================================================= ] 2582/2798 92% [========================================================= ] 2583/2798 92% [========================================================= ] 2584/2798 92% [========================================================= ] 2585/2798 92% [========================================================= ] 2586/2798 92% [========================================================= ] 2587/2798 92% [========================================================= ] 2588/2798 92% [========================================================= ] 2589/2798 92% [========================================================= ] 2590/2798 92% [========================================================= ] 2591/2798 92% [========================================================= ] 2592/2798 92% [========================================================= ] 2593/2798 92% [========================================================= ] 2594/2798 92% [========================================================= ] 2595/2798 92% [========================================================= ] 2596/2798 92% [========================================================= ] 2597/2798 92% [========================================================= ] 2598/2798 92% [========================================================= ] 2599/2798 92% [========================================================= ] 2600/2798 92% [========================================================= ] 2601/2798 92% [========================================================= ] 2602/2798 92% [========================================================= ] 2603/2798 93% [========================================================= ] 2604/2798 93% [========================================================= ] 2605/2798 93% [========================================================= ] 2606/2798 93% [========================================================= ] 2607/2798 93% [========================================================= ] 2608/2798 93% [========================================================= ] 2609/2798 93% [========================================================= ] 2610/2798 93% [========================================================= ] 2611/2798 93% [========================================================= ] 2612/2798 93% [========================================================= ] 2613/2798 93% [========================================================= ] 2614/2798 93% [========================================================= ] 2615/2798 93% [========================================================= ] 2616/2798 93% [========================================================= ] 2617/2798 93% [========================================================== ] 2618/2798 93% [========================================================== ] 2619/2798 93% [========================================================== ] 2620/2798 93% [========================================================== ] 2621/2798 93% [========================================================== ] 2622/2798 93% [========================================================== ] 2623/2798 93% [========================================================== ] 2624/2798 93% [========================================================== ] 2625/2798 93% [========================================================== ] 2626/2798 93% [========================================================== ] 2627/2798 93% [========================================================== ] 2628/2798 93% [========================================================== ] 2629/2798 93% [========================================================== ] 2630/2798 93% [========================================================== ] 2631/2798 94% [========================================================== ] 2632/2798 94% [========================================================== ] 2633/2798 94% [========================================================== ] 2634/2798 94% [========================================================== ] 2635/2798 94% [========================================================== ] 2636/2798 94% [========================================================== ] 2637/2798 94% [========================================================== ] 2638/2798 94% [========================================================== ] 2639/2798 94% [========================================================== ] 2640/2798 94% [========================================================== ] 2641/2798 94% [========================================================== ] 2642/2798 94% [========================================================== ] 2643/2798 94% [========================================================== ] 2644/2798 94% [========================================================== ] 2645/2798 94% [========================================================== ] 2646/2798 94% [========================================================== ] 2647/2798 94% [========================================================== ] 2648/2798 94% [========================================================== ] 2649/2798 94% [========================================================== ] 2650/2798 94% [========================================================== ] 2651/2798 94% [========================================================== ] 2652/2798 94% [========================================================== ] 2653/2798 94% [========================================================== ] 2654/2798 94% [========================================================== ] 2655/2798 94% [========================================================== ] 2656/2798 94% [========================================================== ] 2657/2798 94% [========================================================== ] 2658/2798 94% [========================================================== ] 2659/2798 95% [========================================================== ] 2660/2798 95% [========================================================== ] 2661/2798 95% [========================================================== ] 2662/2798 95% [=========================================================== ] 2663/2798 95% [=========================================================== ] 2664/2798 95% [=========================================================== ] 2665/2798 95% [=========================================================== ] 2666/2798 95% [=========================================================== ] 2667/2798 95% [=========================================================== ] 2668/2798 95% [=========================================================== ] 2669/2798 95% [=========================================================== ] 2670/2798 95% [=========================================================== ] 2671/2798 95% [=========================================================== ] 2672/2798 95% [=========================================================== ] 2673/2798 95% [=========================================================== ] 2674/2798 95% [=========================================================== ] 2675/2798 95% [=========================================================== ] 2676/2798 95% [=========================================================== ] 2677/2798 95% [=========================================================== ] 2678/2798 95% [=========================================================== ] 2679/2798 95% [=========================================================== ] 2680/2798 95% [=========================================================== ] 2681/2798 95% [=========================================================== ] 2682/2798 95% [=========================================================== ] 2683/2798 95% [=========================================================== ] 2684/2798 95% [=========================================================== ] 2685/2798 95% [=========================================================== ] 2686/2798 95% [=========================================================== ] 2687/2798 96% [=========================================================== ] 2688/2798 96% [=========================================================== ] 2689/2798 96% [=========================================================== ] 2690/2798 96% [=========================================================== ] 2691/2798 96% [=========================================================== ] 2692/2798 96% [=========================================================== ] 2693/2798 96% [=========================================================== ] 2694/2798 96% [=========================================================== ] 2695/2798 96% [=========================================================== ] 2696/2798 96% [=========================================================== ] 2697/2798 96% [=========================================================== ] 2698/2798 96% [=========================================================== ] 2699/2798 96% [=========================================================== ] 2700/2798 96% [=========================================================== ] 2701/2798 96% [=========================================================== ] 2702/2798 96% [=========================================================== ] 2703/2798 96% [=========================================================== ] 2704/2798 96% [=========================================================== ] 2705/2798 96% [=========================================================== ] 2706/2798 96% [=========================================================== ] 2707/2798 96% [============================================================ ] 2708/2798 96% [============================================================ ] 2709/2798 96% [============================================================ ] 2710/2798 96% [============================================================ ] 2711/2798 96% [============================================================ ] 2712/2798 96% [============================================================ ] 2713/2798 96% [============================================================ ] 2714/2798 96% [============================================================ ] 2715/2798 97% [============================================================ ] 2716/2798 97% [============================================================ ] 2717/2798 97% [============================================================ ] 2718/2798 97% [============================================================ ] 2719/2798 97% [============================================================ ] 2720/2798 97% [============================================================ ] 2721/2798 97% [============================================================ ] 2722/2798 97% [============================================================ ] 2723/2798 97% [============================================================ ] 2724/2798 97% [============================================================ ] 2725/2798 97% [============================================================ ] 2726/2798 97% [============================================================ ] 2727/2798 97% [============================================================ ] 2728/2798 97% [============================================================ ] 2729/2798 97% [============================================================ ] 2730/2798 97% [============================================================ ] 2731/2798 97% [============================================================ ] 2732/2798 97% [============================================================ ] 2733/2798 97% [============================================================ ] 2734/2798 97% [============================================================ ] 2735/2798 97% [============================================================ ] 2736/2798 97% [============================================================ ] 2737/2798 97% [============================================================ ] 2738/2798 97% [============================================================ ] 2739/2798 97% [============================================================ ] 2740/2798 97% [============================================================ ] 2741/2798 97% [============================================================ ] 2742/2798 97% [============================================================ ] 2743/2798 98% [============================================================ ] 2744/2798 98% [============================================================ ] 2745/2798 98% [============================================================ ] 2746/2798 98% [============================================================ ] 2747/2798 98% [============================================================ ] 2748/2798 98% [============================================================ ] 2749/2798 98% [============================================================ ] 2750/2798 98% [============================================================ ] 2751/2798 98% [============================================================ ] 2752/2798 98% [============================================================= ] 2753/2798 98% [============================================================= ] 2754/2798 98% [============================================================= ] 2755/2798 98% [============================================================= ] 2756/2798 98% [============================================================= ] 2757/2798 98% [============================================================= ] 2758/2798 98% [============================================================= ] 2759/2798 98% [============================================================= ] 2760/2798 98% [============================================================= ] 2761/2798 98% [============================================================= ] 2762/2798 98% [============================================================= ] 2763/2798 98% [============================================================= ] 2764/2798 98% [============================================================= ] 2765/2798 98% [============================================================= ] 2766/2798 98% [============================================================= ] 2767/2798 98% [============================================================= ] 2768/2798 98% [============================================================= ] 2769/2798 98% [============================================================= ] 2770/2798 98% [============================================================= ] 2771/2798 99% [============================================================= ] 2772/2798 99% [============================================================= ] 2773/2798 99% [============================================================= ] 2774/2798 99% [============================================================= ] 2775/2798 99% [============================================================= ] 2776/2798 99% [============================================================= ] 2777/2798 99% [============================================================= ] 2778/2798 99% [============================================================= ] 2779/2798 99% [============================================================= ] 2780/2798 99% [============================================================= ] 2781/2798 99% [============================================================= ] 2782/2798 99% [============================================================= ] 2783/2798 99% [============================================================= ] 2784/2798 99% [============================================================= ] 2785/2798 99% [============================================================= ] 2786/2798 99% [============================================================= ] 2787/2798 99% [============================================================= ] 2788/2798 99% [============================================================= ] 2789/2798 99% [============================================================= ] 2790/2798 99% [============================================================= ] 2791/2798 99% [============================================================= ] 2792/2798 99% [============================================================= ] 2793/2798 99% [============================================================= ] 2794/2798 99% [============================================================= ] 2795/2798 99% [============================================================= ] 2796/2798 99% [============================================================= ] 2797/2798 99% [==============================================================] 2798/2798 100% operation complete, 2798 objects in 71302 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/s390x-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2021.05-8842-g9abb21ab31 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.2.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> 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) >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> sqlite 3.40.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-bootgen xilinx_v2022.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> casync 0efa7abffe5fffbde8c457d3c8fafbdde0bb6e4f Collecting legal info LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gssdp 1.4.0.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsoup 2.74.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libpsl 0.21.1 Collecting legal info COPYING: OK (sha256: 7903413e7aa0bbcb77aa19150a3f1034edc0a760cff174f9a53efe4de6f056a4) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> gstreamer1 1.20.4 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> gupnp-av 0.14.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gupnp 1.4.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> hiredis 1.0.2 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> iproute2 6.1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jack1 0.126.0 Collecting legal info COPYING: OK (sha256: 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LGPL: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> ksmbd-tools 3.4.6 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmanette 0.2.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmediaart 1.9.6 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libqb 2.0.6 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libubootenv 0.3.3 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> liburcu 0.13.2 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proftpd 1.3.8 Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> spidev_test 5.8 Collecting legal info >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> stress-ng 0.13.05 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tinifier 3.4.0 Collecting legal info LICENSE: OK (sha256: 18f524914c0df04e21289c3d9ca3e27c10abe5869cc4e4d4790a1b2c56df282c) >>> host-go 1.19.4 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> uacme 1.7.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> udev-gentoo-scripts 33 Collecting legal info init.d/udev-settle: OK (sha256: 329f95829088b95650b9012ae688f09baa1637985425a7964d33683363f48702) >>> umtprd 1.6.2 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> urandom-scripts Collecting legal info >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xfsprogs 5.14.2 Collecting legal info LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> zabbix 5.4.9 Collecting legal info README: OK (sha256: 10d68ec3abacc29222c07748fc5e5cb9474fd7cd9ccdde1b92ff941ded946b78) COPYING: OK (sha256: 444fe54aecc95ac0f3314289c300afc73b3946a4dc9fbd7e022709b3e0924dd0) >>> 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.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'