{ echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-7460-ge78bcf27d42"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' quagga -1 quagga -1 * - - - Quagga priv drop user\n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.squashfs -noappend -processors 4 -b 1024K -nopad -comp xz\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-3/output-1/images/rootfs.squashfs, block size 1048576. [=============================================================|] 1166/1166 100% Exportable Squashfs 4.0 filesystem, xz compressed, data block size 1048576 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 14978.94 Kbytes (14.63 Mbytes) 13.79% of uncompressed filesystem size (108642.96 Kbytes) Inode table size 17548 bytes (17.14 Kbytes) 21.85% of uncompressed inode table size (80301 bytes) Directory table size 19346 bytes (18.89 Kbytes) 35.36% of uncompressed directory table size (54711 bytes) Number of duplicate files found 47 Number of inodes 2444 Number of files 1141 Number of fragments 84 Number of symbolic links 1187 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 116 Number of ids (unique uids + gids) 4 Number of uids 3 root (0) systemd-timesync (100) www-data (33) Number of gids 3 root (0) systemd-journal (101) www-data (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2444 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2444 0% [ ] 2/2444 0% [ ] 3/2444 0% [ ] 4/2444 0% [ ] 5/2444 0% [ ] 6/2444 0% [ ] 7/2444 0% [ ] 8/2444 0% [ ] 9/2444 0% [ ] 10/2444 0% [ ] 11/2444 0% [ ] 12/2444 0% [ ] 13/2444 0% [ ] 14/2444 0% [ ] 15/2444 0% [ ] 16/2444 0% [ ] 17/2444 0% [ ] 18/2444 0% [ ] 19/2444 0% [ ] 20/2444 0% [ ] 21/2444 0% [ ] 22/2444 0% [ ] 23/2444 0% [ ] 24/2444 0% [ ] 25/2444 1% [ ] 26/2444 1% [ ] 27/2444 1% [ ] 28/2444 1% [ ] 29/2444 1% [ ] 30/2444 1% [ ] 31/2444 1% [ ] 32/2444 1% [ ] 33/2444 1% [ ] 34/2444 1% [ ] 35/2444 1% [ ] 36/2444 1% [ ] 37/2444 1% [ ] 38/2444 1% [ ] 39/2444 1% [= ] 40/2444 1% [= ] 41/2444 1% [= ] 42/2444 1% [= ] 43/2444 1% [= ] 44/2444 1% [= ] 45/2444 1% [= ] 46/2444 1% [= ] 47/2444 1% [= ] 48/2444 1% [= ] 49/2444 2% [= ] 50/2444 2% [= ] 51/2444 2% [= ] 52/2444 2% [= ] 53/2444 2% [= ] 54/2444 2% [= ] 55/2444 2% [= ] 56/2444 2% [= ] 57/2444 2% [= ] 58/2444 2% [= ] 59/2444 2% [= ] 60/2444 2% [= ] 61/2444 2% [= ] 62/2444 2% [= ] 63/2444 2% [= ] 64/2444 2% [= ] 65/2444 2% [= ] 66/2444 2% [= ] 67/2444 2% [= ] 68/2444 2% [= ] 69/2444 2% [= ] 70/2444 2% [= ] 71/2444 2% [= ] 72/2444 2% [= ] 73/2444 2% [= ] 74/2444 3% [= ] 75/2444 3% [= ] 76/2444 3% [= ] 77/2444 3% [= ] 78/2444 3% [== ] 79/2444 3% [== ] 80/2444 3% [== ] 81/2444 3% [== ] 82/2444 3% [== ] 83/2444 3% [== ] 84/2444 3% [== ] 85/2444 3% [== ] 86/2444 3% [== ] 87/2444 3% [== ] 88/2444 3% [== ] 89/2444 3% [== ] 90/2444 3% [== ] 91/2444 3% [== ] 92/2444 3% [== ] 93/2444 3% [== ] 94/2444 3% [== ] 95/2444 3% [== ] 96/2444 3% [== ] 97/2444 3% [== ] 98/2444 4% [== ] 99/2444 4% [== ] 100/2444 4% [== ] 101/2444 4% [== ] 102/2444 4% [== ] 103/2444 4% [== ] 104/2444 4% [== ] 105/2444 4% [== ] 106/2444 4% [== ] 107/2444 4% [== ] 108/2444 4% [== ] 109/2444 4% [== ] 110/2444 4% [== ] 111/2444 4% [== ] 112/2444 4% [== ] 113/2444 4% [== ] 114/2444 4% [== ] 115/2444 4% [== ] 116/2444 4% [== ] 117/2444 4% [== ] 118/2444 4% [=== ] 119/2444 4% [=== ] 120/2444 4% [=== ] 121/2444 4% [=== ] 122/2444 4% [=== ] 123/2444 5% [=== ] 124/2444 5% [=== ] 125/2444 5% [=== ] 126/2444 5% [=== ] 127/2444 5% [=== ] 128/2444 5% [=== ] 129/2444 5% [=== ] 130/2444 5% [=== ] 131/2444 5% [=== ] 132/2444 5% [=== ] 133/2444 5% [=== ] 134/2444 5% [=== ] 135/2444 5% [=== ] 136/2444 5% [=== ] 137/2444 5% [=== ] 138/2444 5% [=== ] 139/2444 5% [=== ] 140/2444 5% [=== ] 141/2444 5% [=== ] 142/2444 5% [=== ] 143/2444 5% [=== ] 144/2444 5% [=== ] 145/2444 5% [=== ] 146/2444 5% [=== ] 147/2444 6% [=== ] 148/2444 6% [=== ] 149/2444 6% [=== ] 150/2444 6% [=== ] 151/2444 6% [=== ] 152/2444 6% [=== ] 153/2444 6% [=== ] 154/2444 6% [=== ] 155/2444 6% [=== ] 156/2444 6% [=== ] 157/2444 6% [==== ] 158/2444 6% [==== ] 159/2444 6% [==== ] 160/2444 6% [==== ] 161/2444 6% [==== ] 162/2444 6% [==== ] 163/2444 6% [==== ] 164/2444 6% [==== ] 165/2444 6% [==== ] 166/2444 6% [==== ] 167/2444 6% [==== ] 168/2444 6% [==== ] 169/2444 6% [==== ] 170/2444 6% [==== ] 171/2444 6% [==== ] 172/2444 7% [==== ] 173/2444 7% [==== ] 174/2444 7% [==== ] 175/2444 7% [==== ] 176/2444 7% [==== ] 177/2444 7% [==== ] 178/2444 7% [==== ] 179/2444 7% [==== ] 180/2444 7% [==== ] 181/2444 7% [==== ] 182/2444 7% [==== ] 183/2444 7% [==== ] 184/2444 7% [==== ] 185/2444 7% [==== ] 186/2444 7% [==== ] 187/2444 7% [==== ] 188/2444 7% [==== ] 189/2444 7% [==== ] 190/2444 7% [==== ] 191/2444 7% [==== ] 192/2444 7% [==== ] 193/2444 7% [==== ] 194/2444 7% [==== ] 195/2444 7% [==== ] 196/2444 8% [==== ] 197/2444 8% [===== ] 198/2444 8% [===== ] 199/2444 8% [===== ] 200/2444 8% [===== ] 201/2444 8% [===== ] 202/2444 8% [===== ] 203/2444 8% [===== ] 204/2444 8% [===== ] 205/2444 8% [===== ] 206/2444 8% [===== ] 207/2444 8% [===== ] 208/2444 8% [===== ] 209/2444 8% [===== ] 210/2444 8% [===== ] 211/2444 8% [===== ] 212/2444 8% [===== ] 213/2444 8% [===== ] 214/2444 8% [===== ] 215/2444 8% [===== ] 216/2444 8% [===== ] 217/2444 8% [===== ] 218/2444 8% [===== ] 219/2444 8% [===== ] 220/2444 9% [===== ] 221/2444 9% [===== ] 222/2444 9% [===== ] 223/2444 9% [===== ] 224/2444 9% [===== ] 225/2444 9% [===== ] 226/2444 9% [===== ] 227/2444 9% [===== ] 228/2444 9% [===== ] 229/2444 9% [===== ] 230/2444 9% [===== ] 231/2444 9% [===== ] 232/2444 9% [===== ] 233/2444 9% [===== ] 234/2444 9% [===== ] 235/2444 9% [===== ] 236/2444 9% [====== ] 237/2444 9% [====== ] 238/2444 9% [====== ] 239/2444 9% [====== ] 240/2444 9% [====== ] 241/2444 9% [====== ] 242/2444 9% [====== ] 243/2444 9% [====== ] 244/2444 9% [====== ] 245/2444 10% [====== ] 246/2444 10% [====== ] 247/2444 10% [====== ] 248/2444 10% [====== ] 249/2444 10% [====== ] 250/2444 10% [====== ] 251/2444 10% [====== ] 252/2444 10% [====== ] 253/2444 10% [====== ] 254/2444 10% [====== ] 255/2444 10% [====== ] 256/2444 10% [====== ] 257/2444 10% [====== ] 258/2444 10% [====== ] 259/2444 10% [====== ] 260/2444 10% [====== ] 261/2444 10% [====== ] 262/2444 10% [====== ] 263/2444 10% [====== ] 264/2444 10% [====== ] 265/2444 10% [====== ] 266/2444 10% [====== ] 267/2444 10% [====== ] 268/2444 10% [====== ] 269/2444 11% [====== ] 270/2444 11% [====== ] 271/2444 11% [====== ] 272/2444 11% [====== ] 273/2444 11% [====== ] 274/2444 11% [====== ] 275/2444 11% [======= ] 276/2444 11% [======= ] 277/2444 11% [======= ] 278/2444 11% [======= ] 279/2444 11% [======= ] 280/2444 11% [======= ] 281/2444 11% [======= ] 282/2444 11% [======= ] 283/2444 11% [======= ] 284/2444 11% [======= ] 285/2444 11% [======= ] 286/2444 11% [======= ] 287/2444 11% [======= ] 288/2444 11% [======= ] 289/2444 11% [======= ] 290/2444 11% [======= ] 291/2444 11% [======= ] 292/2444 11% [======= ] 293/2444 11% [======= ] 294/2444 12% [======= ] 295/2444 12% [======= ] 296/2444 12% [======= ] 297/2444 12% [======= ] 298/2444 12% [======= ] 299/2444 12% [======= ] 300/2444 12% [======= ] 301/2444 12% [======= ] 302/2444 12% [======= ] 303/2444 12% [======= ] 304/2444 12% [======= ] 305/2444 12% [======= ] 306/2444 12% [======= ] 307/2444 12% [======= ] 308/2444 12% [======= ] 309/2444 12% [======= ] 310/2444 12% [======= ] 311/2444 12% [======= ] 312/2444 12% [======= ] 313/2444 12% [======= ] 314/2444 12% [======= ] 315/2444 12% [======== ] 316/2444 12% [======== ] 317/2444 12% [======== ] 318/2444 13% [======== ] 319/2444 13% [======== ] 320/2444 13% [======== ] 321/2444 13% [======== ] 322/2444 13% [======== ] 323/2444 13% [======== ] 324/2444 13% [======== ] 325/2444 13% [======== ] 326/2444 13% [======== ] 327/2444 13% [======== ] 328/2444 13% [======== ] 329/2444 13% [======== ] 330/2444 13% [======== ] 331/2444 13% [======== ] 332/2444 13% [======== ] 333/2444 13% [======== ] 334/2444 13% [======== ] 335/2444 13% [======== ] 336/2444 13% [======== ] 337/2444 13% [======== ] 338/2444 13% [======== ] 339/2444 13% [======== ] 340/2444 13% [======== ] 341/2444 13% [======== ] 342/2444 13% [======== ] 343/2444 14% [======== ] 344/2444 14% [======== ] 345/2444 14% [======== ] 346/2444 14% [======== ] 347/2444 14% [======== ] 348/2444 14% [======== ] 349/2444 14% [======== ] 350/2444 14% [======== ] 351/2444 14% [======== ] 352/2444 14% [======== ] 353/2444 14% [======== ] 354/2444 14% [========= ] 355/2444 14% [========= ] 356/2444 14% [========= ] 357/2444 14% [========= ] 358/2444 14% [========= ] 359/2444 14% [========= ] 360/2444 14% [========= ] 361/2444 14% [========= ] 362/2444 14% [========= ] 363/2444 14% [========= ] 364/2444 14% [========= ] 365/2444 14% [========= ] 366/2444 14% [========= ] 367/2444 15% [========= ] 368/2444 15% [========= ] 369/2444 15% [========= ] 370/2444 15% [========= ] 371/2444 15% [========= ] 372/2444 15% [========= ] 373/2444 15% [========= ] 374/2444 15% [========= ] 375/2444 15% [========= ] 376/2444 15% [========= ] 377/2444 15% [========= ] 378/2444 15% [========= ] 379/2444 15% [========= ] 380/2444 15% [========= ] 381/2444 15% [========= ] 382/2444 15% [========= ] 383/2444 15% [========= ] 384/2444 15% [========= ] 385/2444 15% [========= ] 386/2444 15% [========= ] 387/2444 15% [========= ] 388/2444 15% [========= ] 389/2444 15% [========= ] 390/2444 15% [========= ] 391/2444 15% [========= ] 392/2444 16% [========= ] 393/2444 16% [========= ] 394/2444 16% [========== ] 395/2444 16% [========== ] 396/2444 16% [========== ] 397/2444 16% [========== ] 398/2444 16% [========== ] 399/2444 16% [========== ] 400/2444 16% [========== ] 401/2444 16% [========== ] 402/2444 16% [========== ] 403/2444 16% [========== ] 404/2444 16% [========== ] 405/2444 16% [========== ] 406/2444 16% [========== ] 407/2444 16% [========== ] 408/2444 16% [========== ] 409/2444 16% [========== ] 410/2444 16% [========== ] 411/2444 16% [========== ] 412/2444 16% [========== ] 413/2444 16% [========== ] 414/2444 16% [========== ] 415/2444 16% [========== ] 416/2444 17% [========== ] 417/2444 17% [========== ] 418/2444 17% [========== ] 419/2444 17% [========== ] 420/2444 17% [========== ] 421/2444 17% [========== ] 422/2444 17% [========== ] 423/2444 17% [========== ] 424/2444 17% [========== ] 425/2444 17% [========== ] 426/2444 17% [========== ] 427/2444 17% [========== ] 428/2444 17% [========== ] 429/2444 17% [========== ] 430/2444 17% [========== ] 431/2444 17% [========== ] 432/2444 17% [========== ] 433/2444 17% [=========== ] 434/2444 17% [=========== ] 435/2444 17% [=========== ] 436/2444 17% [=========== ] 437/2444 17% [=========== ] 438/2444 17% [=========== ] 439/2444 17% [=========== ] 440/2444 18% [=========== ] 441/2444 18% [=========== ] 442/2444 18% [=========== ] 443/2444 18% [=========== ] 444/2444 18% [=========== ] 445/2444 18% [=========== ] 446/2444 18% [=========== ] 447/2444 18% [=========== ] 448/2444 18% [=========== ] 449/2444 18% [=========== ] 450/2444 18% [=========== ] 451/2444 18% [=========== ] 452/2444 18% [=========== ] 453/2444 18% [=========== ] 454/2444 18% [=========== ] 455/2444 18% [=========== ] 456/2444 18% [=========== ] 457/2444 18% [=========== ] 458/2444 18% [=========== ] 459/2444 18% [=========== ] 460/2444 18% [=========== ] 461/2444 18% [=========== ] 462/2444 18% [=========== ] 463/2444 18% [=========== ] 464/2444 18% [=========== ] 465/2444 19% [=========== ] 466/2444 19% [=========== ] 467/2444 19% [=========== ] 468/2444 19% [=========== ] 469/2444 19% [=========== ] 470/2444 19% [=========== ] 471/2444 19% [=========== ] 472/2444 19% [=========== ] 473/2444 19% [============ ] 474/2444 19% [============ ] 475/2444 19% [============ ] 476/2444 19% [============ ] 477/2444 19% [============ ] 478/2444 19% [============ ] 479/2444 19% [============ ] 480/2444 19% [============ ] 481/2444 19% [============ ] 482/2444 19% [============ ] 483/2444 19% [============ ] 484/2444 19% [============ ] 485/2444 19% [============ ] 486/2444 19% [============ ] 487/2444 19% [============ ] 488/2444 19% [============ ] 489/2444 20% [============ ] 490/2444 20% [============ ] 491/2444 20% [============ ] 492/2444 20% [============ ] 493/2444 20% [============ ] 494/2444 20% [============ ] 495/2444 20% [============ ] 496/2444 20% [============ ] 497/2444 20% [============ ] 498/2444 20% [============ ] 499/2444 20% [============ ] 500/2444 20% [============ ] 501/2444 20% [============ ] 502/2444 20% [============ ] 503/2444 20% [============ ] 504/2444 20% [============ ] 505/2444 20% [============ ] 506/2444 20% [============ ] 507/2444 20% [============ ] 508/2444 20% [============ ] 509/2444 20% [============ ] 510/2444 20% [============ ] 511/2444 20% [============ ] 512/2444 20% [============= ] 513/2444 20% [============= ] 514/2444 21% [============= ] 515/2444 21% [============= ] 516/2444 21% [============= ] 517/2444 21% [============= ] 518/2444 21% [============= ] 519/2444 21% [============= ] 520/2444 21% [============= ] 521/2444 21% [============= ] 522/2444 21% [============= ] 523/2444 21% [============= ] 524/2444 21% [============= ] 525/2444 21% [============= ] 526/2444 21% [============= ] 527/2444 21% [============= ] 528/2444 21% [============= ] 529/2444 21% [============= ] 530/2444 21% [============= ] 531/2444 21% [============= ] 532/2444 21% [============= ] 533/2444 21% [============= ] 534/2444 21% [============= ] 535/2444 21% [============= ] 536/2444 21% [============= ] 537/2444 21% [============= ] 538/2444 22% [============= ] 539/2444 22% [============= ] 540/2444 22% [============= ] 541/2444 22% [============= ] 542/2444 22% [============= ] 543/2444 22% [============= ] 544/2444 22% [============= ] 545/2444 22% [============= ] 546/2444 22% [============= ] 547/2444 22% [============= ] 548/2444 22% [============= ] 549/2444 22% [============= ] 550/2444 22% [============= ] 551/2444 22% [============== ] 552/2444 22% [============== ] 553/2444 22% [============== ] 554/2444 22% [============== ] 555/2444 22% [============== ] 556/2444 22% [============== ] 557/2444 22% [============== ] 558/2444 22% [============== ] 559/2444 22% [============== ] 560/2444 22% [============== ] 561/2444 22% [============== ] 562/2444 22% [============== ] 563/2444 23% [============== ] 564/2444 23% [============== ] 565/2444 23% [============== ] 566/2444 23% [============== ] 567/2444 23% [============== ] 568/2444 23% [============== ] 569/2444 23% [============== ] 570/2444 23% [============== ] 571/2444 23% [============== ] 572/2444 23% [============== ] 573/2444 23% [============== ] 574/2444 23% [============== ] 575/2444 23% [============== ] 576/2444 23% [============== ] 577/2444 23% [============== ] 578/2444 23% [============== ] 579/2444 23% [============== ] 580/2444 23% [============== ] 581/2444 23% [============== ] 582/2444 23% [============== ] 583/2444 23% [============== ] 584/2444 23% [============== ] 585/2444 23% [============== ] 586/2444 23% [============== ] 587/2444 24% [============== ] 588/2444 24% [============== ] 589/2444 24% [============== ] 590/2444 24% [============== ] 591/2444 24% [=============== ] 592/2444 24% [=============== ] 593/2444 24% [=============== ] 594/2444 24% [=============== ] 595/2444 24% [=============== ] 596/2444 24% [=============== ] 597/2444 24% [=============== ] 598/2444 24% [=============== ] 599/2444 24% [=============== ] 600/2444 24% [=============== ] 601/2444 24% [=============== ] 602/2444 24% [=============== ] 603/2444 24% [=============== ] 604/2444 24% [=============== ] 605/2444 24% [=============== ] 606/2444 24% [=============== ] 607/2444 24% [=============== ] 608/2444 24% [=============== ] 609/2444 24% [=============== ] 610/2444 24% [=============== ] 611/2444 25% [=============== ] 612/2444 25% [=============== ] 613/2444 25% [=============== ] 614/2444 25% [=============== ] 615/2444 25% [=============== ] 616/2444 25% [=============== ] 617/2444 25% [=============== ] 618/2444 25% [=============== ] 619/2444 25% [=============== ] 620/2444 25% [=============== ] 621/2444 25% [=============== ] 622/2444 25% [=============== ] 623/2444 25% [=============== ] 624/2444 25% [=============== ] 625/2444 25% [=============== ] 626/2444 25% [=============== ] 627/2444 25% [=============== ] 628/2444 25% [=============== ] 629/2444 25% [=============== ] 630/2444 25% [================ ] 631/2444 25% [================ ] 632/2444 25% [================ ] 633/2444 25% [================ ] 634/2444 25% [================ ] 635/2444 25% [================ ] 636/2444 26% [================ ] 637/2444 26% [================ ] 638/2444 26% [================ ] 639/2444 26% [================ ] 640/2444 26% [================ ] 641/2444 26% [================ ] 642/2444 26% [================ ] 643/2444 26% [================ ] 644/2444 26% [================ ] 645/2444 26% [================ ] 646/2444 26% [================ ] 647/2444 26% [================ ] 648/2444 26% [================ ] 649/2444 26% [================ ] 650/2444 26% [================ ] 651/2444 26% [================ ] 652/2444 26% [================ ] 653/2444 26% [================ ] 654/2444 26% [================ ] 655/2444 26% [================ ] 656/2444 26% [================ ] 657/2444 26% [================ ] 658/2444 26% [================ ] 659/2444 26% [================ ] 660/2444 27% [================ ] 661/2444 27% [================ ] 662/2444 27% [================ ] 663/2444 27% [================ ] 664/2444 27% [================ ] 665/2444 27% [================ ] 666/2444 27% [================ ] 667/2444 27% [================ ] 668/2444 27% [================ ] 669/2444 27% [================ ] 670/2444 27% [================= ] 671/2444 27% [================= ] 672/2444 27% [================= ] 673/2444 27% [================= ] 674/2444 27% [================= ] 675/2444 27% [================= ] 676/2444 27% [================= ] 677/2444 27% [================= ] 678/2444 27% [================= ] 679/2444 27% [================= ] 680/2444 27% [================= ] 681/2444 27% [================= ] 682/2444 27% [================= ] 683/2444 27% [================= ] 684/2444 27% [================= ] 685/2444 28% [================= ] 686/2444 28% [================= ] 687/2444 28% [================= ] 688/2444 28% [================= ] 689/2444 28% [================= ] 690/2444 28% [================= ] 691/2444 28% [================= ] 692/2444 28% [================= ] 693/2444 28% [================= ] 694/2444 28% [================= ] 695/2444 28% [================= ] 696/2444 28% [================= ] 697/2444 28% [================= ] 698/2444 28% [================= ] 699/2444 28% [================= ] 700/2444 28% [================= ] 701/2444 28% [================= ] 702/2444 28% [================= ] 703/2444 28% [================= ] 704/2444 28% [================= ] 705/2444 28% [================= ] 706/2444 28% [================= ] 707/2444 28% [================= ] 708/2444 28% [================= ] 709/2444 29% [================== ] 710/2444 29% [================== ] 711/2444 29% [================== ] 712/2444 29% [================== ] 713/2444 29% [================== ] 714/2444 29% [================== ] 715/2444 29% [================== ] 716/2444 29% [================== ] 717/2444 29% [================== ] 718/2444 29% [================== ] 719/2444 29% [================== ] 720/2444 29% [================== ] 721/2444 29% [================== ] 722/2444 29% [================== ] 723/2444 29% [================== ] 724/2444 29% [================== ] 725/2444 29% [================== ] 726/2444 29% [================== ] 727/2444 29% [================== ] 728/2444 29% [================== ] 729/2444 29% [================== ] 730/2444 29% [================== ] 731/2444 29% [================== ] 732/2444 29% [================== ] 733/2444 29% [================== ] 734/2444 30% [================== ] 735/2444 30% [================== ] 736/2444 30% [================== ] 737/2444 30% [================== ] 738/2444 30% [================== ] 739/2444 30% [================== ] 740/2444 30% [================== ] 741/2444 30% [================== ] 742/2444 30% [================== ] 743/2444 30% [================== ] 744/2444 30% [================== ] 745/2444 30% [================== ] 746/2444 30% [================== ] 747/2444 30% [================== ] 748/2444 30% [=================== ] 749/2444 30% [=================== ] 750/2444 30% [=================== ] 751/2444 30% [=================== ] 752/2444 30% [=================== ] 753/2444 30% [=================== ] 754/2444 30% [=================== ] 755/2444 30% [=================== ] 756/2444 30% [=================== ] 757/2444 30% [=================== ] 758/2444 31% [=================== ] 759/2444 31% [=================== ] 760/2444 31% [=================== ] 761/2444 31% [=================== ] 762/2444 31% [=================== ] 763/2444 31% [=================== ] 764/2444 31% [=================== ] 765/2444 31% [=================== ] 766/2444 31% [=================== ] 767/2444 31% [=================== ] 768/2444 31% [=================== ] 769/2444 31% [=================== ] 770/2444 31% [=================== ] 771/2444 31% [=================== ] 772/2444 31% [=================== ] 773/2444 31% [=================== ] 774/2444 31% [=================== ] 775/2444 31% [=================== ] 776/2444 31% [=================== ] 777/2444 31% [=================== ] 778/2444 31% [=================== ] 779/2444 31% [=================== ] 780/2444 31% [=================== ] 781/2444 31% [=================== ] 782/2444 31% [=================== ] 783/2444 32% [=================== ] 784/2444 32% [=================== ] 785/2444 32% [=================== ] 786/2444 32% [=================== ] 787/2444 32% [=================== ] 788/2444 32% [==================== ] 789/2444 32% [==================== ] 790/2444 32% [==================== ] 791/2444 32% [==================== ] 792/2444 32% [==================== ] 793/2444 32% [==================== ] 794/2444 32% [==================== ] 795/2444 32% [==================== ] 796/2444 32% [==================== ] 797/2444 32% [==================== ] 798/2444 32% [==================== ] 799/2444 32% [==================== ] 800/2444 32% [==================== ] 801/2444 32% [==================== ] 802/2444 32% [==================== ] 803/2444 32% [==================== ] 804/2444 32% [==================== ] 805/2444 32% [==================== ] 806/2444 32% [==================== ] 807/2444 33% [==================== ] 808/2444 33% [==================== ] 809/2444 33% [==================== ] 810/2444 33% [==================== ] 811/2444 33% [==================== ] 812/2444 33% [==================== ] 813/2444 33% [==================== ] 814/2444 33% [==================== ] 815/2444 33% [==================== ] 816/2444 33% [==================== ] 817/2444 33% [==================== ] 818/2444 33% [==================== ] 819/2444 33% [==================== ] 820/2444 33% [==================== ] 821/2444 33% [==================== ] 822/2444 33% [==================== ] 823/2444 33% [==================== ] 824/2444 33% [==================== ] 825/2444 33% [==================== ] 826/2444 33% [==================== ] 827/2444 33% [===================== ] 828/2444 33% [===================== ] 829/2444 33% [===================== ] 830/2444 33% [===================== ] 831/2444 34% [===================== ] 832/2444 34% [===================== ] 833/2444 34% [===================== ] 834/2444 34% [===================== ] 835/2444 34% [===================== ] 836/2444 34% [===================== ] 837/2444 34% [===================== ] 838/2444 34% [===================== ] 839/2444 34% [===================== ] 840/2444 34% [===================== ] 841/2444 34% [===================== ] 842/2444 34% [===================== ] 843/2444 34% [===================== ] 844/2444 34% [===================== ] 845/2444 34% [===================== ] 846/2444 34% [===================== ] 847/2444 34% [===================== ] 848/2444 34% [===================== ] 849/2444 34% [===================== ] 850/2444 34% [===================== ] 851/2444 34% [===================== ] 852/2444 34% [===================== ] 853/2444 34% [===================== ] 854/2444 34% [===================== ] 855/2444 34% [===================== ] 856/2444 35% [===================== ] 857/2444 35% [===================== ] 858/2444 35% [===================== ] 859/2444 35% [===================== ] 860/2444 35% [===================== ] 861/2444 35% [===================== ] 862/2444 35% [===================== ] 863/2444 35% [===================== ] 864/2444 35% [===================== ] 865/2444 35% [===================== ] 866/2444 35% [===================== ] 867/2444 35% [====================== ] 868/2444 35% [====================== ] 869/2444 35% [====================== ] 870/2444 35% [====================== ] 871/2444 35% [====================== ] 872/2444 35% [====================== ] 873/2444 35% [====================== ] 874/2444 35% [====================== ] 875/2444 35% [====================== ] 876/2444 35% [====================== ] 877/2444 35% [====================== ] 878/2444 35% [====================== ] 879/2444 35% [====================== ] 880/2444 36% [====================== ] 881/2444 36% [====================== ] 882/2444 36% [====================== ] 883/2444 36% [====================== ] 884/2444 36% [====================== ] 885/2444 36% [====================== ] 886/2444 36% [====================== ] 887/2444 36% [====================== ] 888/2444 36% [====================== ] 889/2444 36% [====================== ] 890/2444 36% [====================== ] 891/2444 36% [====================== ] 892/2444 36% [====================== ] 893/2444 36% [====================== ] 894/2444 36% [====================== ] 895/2444 36% [====================== ] 896/2444 36% [====================== ] 897/2444 36% [====================== ] 898/2444 36% [====================== ] 899/2444 36% [====================== ] 900/2444 36% [====================== ] 901/2444 36% [====================== ] 902/2444 36% [====================== ] 903/2444 36% [====================== ] 904/2444 36% [====================== ] 905/2444 37% [====================== ] 906/2444 37% [======================= ] 907/2444 37% [======================= ] 908/2444 37% [======================= ] 909/2444 37% [======================= ] 910/2444 37% [======================= ] 911/2444 37% [======================= ] 912/2444 37% [======================= ] 913/2444 37% [======================= ] 914/2444 37% [======================= ] 915/2444 37% [======================= ] 916/2444 37% [======================= ] 917/2444 37% [======================= ] 918/2444 37% [======================= ] 919/2444 37% [======================= ] 920/2444 37% [======================= ] 921/2444 37% [======================= ] 922/2444 37% [======================= ] 923/2444 37% [======================= ] 924/2444 37% [======================= ] 925/2444 37% [======================= ] 926/2444 37% [======================= ] 927/2444 37% [======================= ] 928/2444 37% [======================= ] 929/2444 38% [======================= ] 930/2444 38% [======================= ] 931/2444 38% [======================= ] 932/2444 38% [======================= ] 933/2444 38% [======================= ] 934/2444 38% [======================= ] 935/2444 38% [======================= ] 936/2444 38% [======================= ] 937/2444 38% [======================= ] 938/2444 38% [======================= ] 939/2444 38% [======================= ] 940/2444 38% [======================= ] 941/2444 38% [======================= ] 942/2444 38% [======================= ] 943/2444 38% [======================= ] 944/2444 38% [======================= ] 945/2444 38% [======================= ] 946/2444 38% [======================== ] 947/2444 38% [======================== ] 948/2444 38% [======================== ] 949/2444 38% [======================== ] 950/2444 38% [======================== ] 951/2444 38% [======================== ] 952/2444 38% [======================== ] 953/2444 38% [======================== ] 954/2444 39% [======================== ] 955/2444 39% [======================== ] 956/2444 39% [======================== ] 957/2444 39% [======================== ] 958/2444 39% [======================== ] 959/2444 39% [======================== ] 960/2444 39% [======================== ] 961/2444 39% [======================== ] 962/2444 39% [======================== ] 963/2444 39% [======================== ] 964/2444 39% [======================== ] 965/2444 39% [======================== ] 966/2444 39% [======================== ] 967/2444 39% [======================== ] 968/2444 39% [======================== ] 969/2444 39% [======================== ] 970/2444 39% [======================== ] 971/2444 39% [======================== ] 972/2444 39% [======================== ] 973/2444 39% [======================== ] 974/2444 39% [======================== ] 975/2444 39% [======================== ] 976/2444 39% [======================== ] 977/2444 39% [======================== ] 978/2444 40% [======================== ] 979/2444 40% [======================== ] 980/2444 40% [======================== ] 981/2444 40% [======================== ] 982/2444 40% [======================== ] 983/2444 40% [======================== ] 984/2444 40% [======================== ] 985/2444 40% [========================= ] 986/2444 40% [========================= ] 987/2444 40% [========================= ] 988/2444 40% [========================= ] 989/2444 40% [========================= ] 990/2444 40% [========================= ] 991/2444 40% [========================= ] 992/2444 40% [========================= ] 993/2444 40% [========================= ] 994/2444 40% [========================= ] 995/2444 40% [========================= ] 996/2444 40% [========================= ] 997/2444 40% [========================= ] 998/2444 40% [========================= ] 999/2444 40% [========================= ] 1000/2444 40% [========================= ] 1001/2444 40% [========================= ] 1002/2444 40% [========================= ] 1003/2444 41% [========================= ] 1004/2444 41% [========================= ] 1005/2444 41% [========================= ] 1006/2444 41% [========================= ] 1007/2444 41% [========================= ] 1008/2444 41% [========================= ] 1009/2444 41% [========================= ] 1010/2444 41% [========================= ] 1011/2444 41% [========================= ] 1012/2444 41% [========================= ] 1013/2444 41% [========================= ] 1014/2444 41% [========================= ] 1015/2444 41% [========================= ] 1016/2444 41% [========================= ] 1017/2444 41% [========================= ] 1018/2444 41% [========================= ] 1019/2444 41% [========================= ] 1020/2444 41% [========================= ] 1021/2444 41% [========================= ] 1022/2444 41% [========================= ] 1023/2444 41% [========================= ] 1024/2444 41% [========================== ] 1025/2444 41% [========================== ] 1026/2444 41% [========================== ] 1027/2444 42% [========================== ] 1028/2444 42% [========================== ] 1029/2444 42% [========================== ] 1030/2444 42% [========================== ] 1031/2444 42% [========================== ] 1032/2444 42% [========================== ] 1033/2444 42% [========================== ] 1034/2444 42% [========================== ] 1035/2444 42% [========================== ] 1036/2444 42% [========================== ] 1037/2444 42% [========================== ] 1038/2444 42% [========================== ] 1039/2444 42% [========================== ] 1040/2444 42% [========================== ] 1041/2444 42% [========================== ] 1042/2444 42% [========================== ] 1043/2444 42% [========================== ] 1044/2444 42% [========================== ] 1045/2444 42% [========================== ] 1046/2444 42% [========================== ] 1047/2444 42% [========================== ] 1048/2444 42% [========================== ] 1049/2444 42% [========================== ] 1050/2444 42% [========================== ] 1051/2444 43% [========================== ] 1052/2444 43% [========================== ] 1053/2444 43% [========================== ] 1054/2444 43% [========================== ] 1055/2444 43% [========================== ] 1056/2444 43% [========================== ] 1057/2444 43% [========================== ] 1058/2444 43% [========================== ] 1059/2444 43% [========================== ] 1060/2444 43% [========================== ] 1061/2444 43% [========================== ] 1062/2444 43% [========================== ] 1063/2444 43% [========================== ] 1064/2444 43% [=========================== ] 1065/2444 43% [=========================== ] 1066/2444 43% [=========================== ] 1067/2444 43% [=========================== ] 1068/2444 43% [=========================== ] 1069/2444 43% [=========================== ] 1070/2444 43% [=========================== ] 1071/2444 43% [=========================== ] 1072/2444 43% [=========================== ] 1073/2444 43% [=========================== ] 1074/2444 43% [=========================== ] 1075/2444 43% [=========================== ] 1076/2444 44% [=========================== ] 1077/2444 44% [=========================== ] 1078/2444 44% [=========================== ] 1079/2444 44% [=========================== ] 1080/2444 44% [=========================== ] 1081/2444 44% [=========================== ] 1082/2444 44% [=========================== ] 1083/2444 44% [=========================== ] 1084/2444 44% [=========================== ] 1085/2444 44% [=========================== ] 1086/2444 44% [=========================== ] 1087/2444 44% [=========================== ] 1088/2444 44% [=========================== ] 1089/2444 44% [=========================== ] 1090/2444 44% [=========================== ] 1091/2444 44% [=========================== ] 1092/2444 44% [=========================== ] 1093/2444 44% [=========================== ] 1094/2444 44% [=========================== ] 1095/2444 44% [=========================== ] 1096/2444 44% [=========================== ] 1097/2444 44% [=========================== ] 1098/2444 44% [=========================== ] 1099/2444 44% [=========================== ] 1100/2444 45% [=========================== ] 1101/2444 45% [=========================== ] 1102/2444 45% [=========================== ] 1103/2444 45% [============================ ] 1104/2444 45% [============================ ] 1105/2444 45% [============================ ] 1106/2444 45% [============================ ] 1107/2444 45% [============================ ] 1108/2444 45% [============================ ] 1109/2444 45% [============================ ] 1110/2444 45% [============================ ] 1111/2444 45% [============================ ] 1112/2444 45% [============================ ] 1113/2444 45% [============================ ] 1114/2444 45% [============================ ] 1115/2444 45% [============================ ] 1116/2444 45% [============================ ] 1117/2444 45% [============================ ] 1118/2444 45% [============================ ] 1119/2444 45% [============================ ] 1120/2444 45% [============================ ] 1121/2444 45% [============================ ] 1122/2444 45% [============================ ] 1123/2444 45% [============================ ] 1124/2444 45% [============================ ] 1125/2444 46% [============================ ] 1126/2444 46% [============================ ] 1127/2444 46% [============================ ] 1128/2444 46% [============================ ] 1129/2444 46% [============================ ] 1130/2444 46% [============================ ] 1131/2444 46% [============================ ] 1132/2444 46% [============================ ] 1133/2444 46% [============================ ] 1134/2444 46% [============================ ] 1135/2444 46% [============================ ] 1136/2444 46% [============================ ] 1137/2444 46% [============================ ] 1138/2444 46% [============================ ] 1139/2444 46% [============================ ] 1140/2444 46% [============================ ] 1141/2444 46% [============================ ] 1142/2444 46% [============================ ] 1143/2444 46% [============================= ] 1144/2444 46% [============================= ] 1145/2444 46% [============================= ] 1146/2444 46% [============================= ] 1147/2444 46% [============================= ] 1148/2444 46% [============================= ] 1149/2444 47% [============================= ] 1150/2444 47% [============================= ] 1151/2444 47% [============================= ] 1152/2444 47% [============================= ] 1153/2444 47% [============================= ] 1154/2444 47% [============================= ] 1155/2444 47% [============================= ] 1156/2444 47% [============================= ] 1157/2444 47% [============================= ] 1158/2444 47% [============================= ] 1159/2444 47% [============================= ] 1160/2444 47% [============================= ] 1161/2444 47% [============================= ] 1162/2444 47% [============================= ] 1163/2444 47% [============================= ] 1164/2444 47% [============================= ] 1165/2444 47% [============================= ] 1166/2444 47% [============================= ] 1167/2444 47% [============================= ] 1168/2444 47% [============================= ] 1169/2444 47% [============================= ] 1170/2444 47% [============================= ] 1171/2444 47% [============================= ] 1172/2444 47% [============================= ] 1173/2444 47% [============================= ] 1174/2444 48% [============================= ] 1175/2444 48% [============================= ] 1176/2444 48% [============================= ] 1177/2444 48% [============================= ] 1178/2444 48% [============================= ] 1179/2444 48% [============================= ] 1180/2444 48% [============================= ] 1181/2444 48% [============================= ] 1182/2444 48% [============================== ] 1183/2444 48% [============================== ] 1184/2444 48% [============================== ] 1185/2444 48% [============================== ] 1186/2444 48% [============================== ] 1187/2444 48% [============================== ] 1188/2444 48% [============================== ] 1189/2444 48% [============================== ] 1190/2444 48% [============================== ] 1191/2444 48% [============================== ] 1192/2444 48% [============================== ] 1193/2444 48% [============================== ] 1194/2444 48% [============================== ] 1195/2444 48% [============================== ] 1196/2444 48% [============================== ] 1197/2444 48% [============================== ] 1198/2444 49% [============================== ] 1199/2444 49% [============================== ] 1200/2444 49% [============================== ] 1201/2444 49% [============================== ] 1202/2444 49% [============================== ] 1203/2444 49% [============================== ] 1204/2444 49% [============================== ] 1205/2444 49% [============================== ] 1206/2444 49% [============================== ] 1207/2444 49% [============================== ] 1208/2444 49% [============================== ] 1209/2444 49% [============================== ] 1210/2444 49% [============================== ] 1211/2444 49% [============================== ] 1212/2444 49% [============================== ] 1213/2444 49% [============================== ] 1214/2444 49% [============================== ] 1215/2444 49% [============================== ] 1216/2444 49% [============================== ] 1217/2444 49% [============================== ] 1218/2444 49% [============================== ] 1219/2444 49% [============================== ] 1220/2444 49% [============================== ] 1221/2444 49% [=============================== ] 1222/2444 50% [=============================== ] 1223/2444 50% [=============================== ] 1224/2444 50% [=============================== ] 1225/2444 50% [=============================== ] 1226/2444 50% [=============================== ] 1227/2444 50% [=============================== ] 1228/2444 50% [=============================== ] 1229/2444 50% [=============================== ] 1230/2444 50% [=============================== ] 1231/2444 50% [=============================== ] 1232/2444 50% [=============================== ] 1233/2444 50% [=============================== ] 1234/2444 50% [=============================== ] 1235/2444 50% [=============================== ] 1236/2444 50% [=============================== ] 1237/2444 50% [=============================== ] 1238/2444 50% [=============================== ] 1239/2444 50% [=============================== ] 1240/2444 50% [=============================== ] 1241/2444 50% [=============================== ] 1242/2444 50% [=============================== ] 1243/2444 50% [=============================== ] 1244/2444 50% [=============================== ] 1245/2444 50% [=============================== ] 1246/2444 50% [=============================== ] 1247/2444 51% [=============================== ] 1248/2444 51% [=============================== ] 1249/2444 51% [=============================== ] 1250/2444 51% [=============================== ] 1251/2444 51% [=============================== ] 1252/2444 51% [=============================== ] 1253/2444 51% [=============================== ] 1254/2444 51% [=============================== ] 1255/2444 51% [=============================== ] 1256/2444 51% [=============================== ] 1257/2444 51% [=============================== ] 1258/2444 51% [=============================== ] 1259/2444 51% [=============================== ] 1260/2444 51% [=============================== ] 1261/2444 51% [================================ ] 1262/2444 51% [================================ ] 1263/2444 51% [================================ ] 1264/2444 51% [================================ ] 1265/2444 51% [================================ ] 1266/2444 51% [================================ ] 1267/2444 51% [================================ ] 1268/2444 51% [================================ ] 1269/2444 51% [================================ ] 1270/2444 51% [================================ ] 1271/2444 52% [================================ ] 1272/2444 52% [================================ ] 1273/2444 52% [================================ ] 1274/2444 52% [================================ ] 1275/2444 52% [================================ ] 1276/2444 52% [================================ ] 1277/2444 52% [================================ ] 1278/2444 52% [================================ ] 1279/2444 52% [================================ ] 1280/2444 52% [================================ ] 1281/2444 52% [================================ ] 1282/2444 52% [================================ ] 1283/2444 52% [================================ ] 1284/2444 52% [================================ ] 1285/2444 52% [================================ ] 1286/2444 52% [================================ ] 1287/2444 52% [================================ ] 1288/2444 52% [================================ ] 1289/2444 52% [================================ ] 1290/2444 52% [================================ ] 1291/2444 52% [================================ ] 1292/2444 52% [================================ ] 1293/2444 52% [================================ ] 1294/2444 52% [================================ ] 1295/2444 52% [================================ ] 1296/2444 53% [================================ ] 1297/2444 53% [================================ ] 1298/2444 53% [================================ ] 1299/2444 53% [================================ ] 1300/2444 53% [================================= ] 1301/2444 53% [================================= ] 1302/2444 53% [================================= ] 1303/2444 53% [================================= ] 1304/2444 53% [================================= ] 1305/2444 53% [================================= ] 1306/2444 53% [================================= ] 1307/2444 53% [================================= ] 1308/2444 53% [================================= ] 1309/2444 53% [================================= ] 1310/2444 53% [================================= ] 1311/2444 53% [================================= ] 1312/2444 53% [================================= ] 1313/2444 53% [================================= ] 1314/2444 53% [================================= ] 1315/2444 53% [================================= ] 1316/2444 53% [================================= ] 1317/2444 53% [================================= ] 1318/2444 53% [================================= ] 1319/2444 53% [================================= ] 1320/2444 54% [================================= ] 1321/2444 54% [================================= ] 1322/2444 54% [================================= ] 1323/2444 54% [================================= ] 1324/2444 54% [================================= ] 1325/2444 54% [================================= ] 1326/2444 54% [================================= ] 1327/2444 54% [================================= ] 1328/2444 54% [================================= ] 1329/2444 54% [================================= ] 1330/2444 54% [================================= ] 1331/2444 54% [================================= ] 1332/2444 54% [================================= ] 1333/2444 54% [================================= ] 1334/2444 54% [================================= ] 1335/2444 54% [================================= ] 1336/2444 54% [================================= ] 1337/2444 54% [================================= ] 1338/2444 54% [================================= ] 1339/2444 54% [================================= ] 1340/2444 54% [================================== ] 1341/2444 54% [================================== ] 1342/2444 54% [================================== ] 1343/2444 54% [================================== ] 1344/2444 54% [================================== ] 1345/2444 55% [================================== ] 1346/2444 55% [================================== ] 1347/2444 55% [================================== ] 1348/2444 55% [================================== ] 1349/2444 55% [================================== ] 1350/2444 55% [================================== ] 1351/2444 55% [================================== ] 1352/2444 55% [================================== ] 1353/2444 55% [================================== ] 1354/2444 55% [================================== ] 1355/2444 55% [================================== ] 1356/2444 55% [================================== ] 1357/2444 55% [================================== ] 1358/2444 55% [================================== ] 1359/2444 55% [================================== ] 1360/2444 55% [================================== ] 1361/2444 55% [================================== ] 1362/2444 55% [================================== ] 1363/2444 55% [================================== ] 1364/2444 55% [================================== ] 1365/2444 55% [================================== ] 1366/2444 55% [================================== ] 1367/2444 55% [================================== ] 1368/2444 55% [================================== ] 1369/2444 56% [================================== ] 1370/2444 56% [================================== ] 1371/2444 56% [================================== ] 1372/2444 56% [================================== ] 1373/2444 56% [================================== ] 1374/2444 56% [================================== ] 1375/2444 56% [================================== ] 1376/2444 56% [================================== ] 1377/2444 56% [================================== ] 1378/2444 56% [================================== ] 1379/2444 56% [=================================== ] 1380/2444 56% [=================================== ] 1381/2444 56% [=================================== ] 1382/2444 56% [=================================== ] 1383/2444 56% [=================================== ] 1384/2444 56% [=================================== ] 1385/2444 56% [=================================== ] 1386/2444 56% [=================================== ] 1387/2444 56% [=================================== ] 1388/2444 56% [=================================== ] 1389/2444 56% [=================================== ] 1390/2444 56% [=================================== ] 1391/2444 56% [=================================== ] 1392/2444 56% [=================================== ] 1393/2444 56% [=================================== ] 1394/2444 57% [=================================== ] 1395/2444 57% [=================================== ] 1396/2444 57% [=================================== ] 1397/2444 57% [=================================== ] 1398/2444 57% [=================================== ] 1399/2444 57% [=================================== ] 1400/2444 57% [=================================== ] 1401/2444 57% [=================================== ] 1402/2444 57% [=================================== ] 1403/2444 57% [=================================== ] 1404/2444 57% [=================================== ] 1405/2444 57% [=================================== ] 1406/2444 57% [=================================== ] 1407/2444 57% [=================================== ] 1408/2444 57% [=================================== ] 1409/2444 57% [=================================== ] 1410/2444 57% [=================================== ] 1411/2444 57% [=================================== ] 1412/2444 57% [=================================== ] 1413/2444 57% [=================================== ] 1414/2444 57% [=================================== ] 1415/2444 57% [=================================== ] 1416/2444 57% [=================================== ] 1417/2444 57% [=================================== ] 1418/2444 58% [=================================== ] 1419/2444 58% [==================================== ] 1420/2444 58% [==================================== ] 1421/2444 58% [==================================== ] 1422/2444 58% [==================================== ] 1423/2444 58% [==================================== ] 1424/2444 58% [==================================== ] 1425/2444 58% [==================================== ] 1426/2444 58% [==================================== ] 1427/2444 58% [==================================== ] 1428/2444 58% [==================================== ] 1429/2444 58% [==================================== ] 1430/2444 58% [==================================== ] 1431/2444 58% [==================================== ] 1432/2444 58% [==================================== ] 1433/2444 58% [==================================== ] 1434/2444 58% [==================================== ] 1435/2444 58% [==================================== ] 1436/2444 58% [==================================== ] 1437/2444 58% [==================================== ] 1438/2444 58% [==================================== ] 1439/2444 58% [==================================== ] 1440/2444 58% [==================================== ] 1441/2444 58% [==================================== ] 1442/2444 59% [==================================== ] 1443/2444 59% [==================================== ] 1444/2444 59% [==================================== ] 1445/2444 59% [==================================== ] 1446/2444 59% [==================================== ] 1447/2444 59% [==================================== ] 1448/2444 59% [==================================== ] 1449/2444 59% [==================================== ] 1450/2444 59% [==================================== ] 1451/2444 59% [==================================== ] 1452/2444 59% [==================================== ] 1453/2444 59% [==================================== ] 1454/2444 59% [==================================== ] 1455/2444 59% [==================================== ] 1456/2444 59% [==================================== ] 1457/2444 59% [==================================== ] 1458/2444 59% [===================================== ] 1459/2444 59% [===================================== ] 1460/2444 59% [===================================== ] 1461/2444 59% [===================================== ] 1462/2444 59% [===================================== ] 1463/2444 59% [===================================== ] 1464/2444 59% [===================================== ] 1465/2444 59% [===================================== ] 1466/2444 59% [===================================== ] 1467/2444 60% [===================================== ] 1468/2444 60% [===================================== ] 1469/2444 60% [===================================== ] 1470/2444 60% [===================================== ] 1471/2444 60% [===================================== ] 1472/2444 60% [===================================== ] 1473/2444 60% [===================================== ] 1474/2444 60% [===================================== ] 1475/2444 60% [===================================== ] 1476/2444 60% [===================================== ] 1477/2444 60% [===================================== ] 1478/2444 60% [===================================== ] 1479/2444 60% [===================================== ] 1480/2444 60% [===================================== ] 1481/2444 60% [===================================== ] 1482/2444 60% [===================================== ] 1483/2444 60% [===================================== ] 1484/2444 60% [===================================== ] 1485/2444 60% [===================================== ] 1486/2444 60% [===================================== ] 1487/2444 60% [===================================== ] 1488/2444 60% [===================================== ] 1489/2444 60% [===================================== ] 1490/2444 60% [===================================== ] 1491/2444 61% [===================================== ] 1492/2444 61% [===================================== ] 1493/2444 61% [===================================== ] 1494/2444 61% [===================================== ] 1495/2444 61% [===================================== ] 1496/2444 61% [===================================== ] 1497/2444 61% [====================================== ] 1498/2444 61% [====================================== ] 1499/2444 61% [====================================== ] 1500/2444 61% [====================================== ] 1501/2444 61% [====================================== ] 1502/2444 61% [====================================== ] 1503/2444 61% [====================================== ] 1504/2444 61% [====================================== ] 1505/2444 61% [====================================== ] 1506/2444 61% [====================================== ] 1507/2444 61% [====================================== ] 1508/2444 61% [====================================== ] 1509/2444 61% [====================================== ] 1510/2444 61% [====================================== ] 1511/2444 61% [====================================== ] 1512/2444 61% [====================================== ] 1513/2444 61% [====================================== ] 1514/2444 61% [====================================== ] 1515/2444 61% [====================================== ] 1516/2444 62% [====================================== ] 1517/2444 62% [====================================== ] 1518/2444 62% [====================================== ] 1519/2444 62% [====================================== ] 1520/2444 62% [====================================== ] 1521/2444 62% [====================================== ] 1522/2444 62% [====================================== ] 1523/2444 62% [====================================== ] 1524/2444 62% [====================================== ] 1525/2444 62% [====================================== ] 1526/2444 62% [====================================== ] 1527/2444 62% [====================================== ] 1528/2444 62% [====================================== ] 1529/2444 62% [====================================== ] 1530/2444 62% [====================================== ] 1531/2444 62% [====================================== ] 1532/2444 62% [====================================== ] 1533/2444 62% [====================================== ] 1534/2444 62% [====================================== ] 1535/2444 62% [====================================== ] 1536/2444 62% [====================================== ] 1537/2444 62% [======================================= ] 1538/2444 62% [======================================= ] 1539/2444 62% [======================================= ] 1540/2444 63% [======================================= ] 1541/2444 63% [======================================= ] 1542/2444 63% [======================================= ] 1543/2444 63% [======================================= ] 1544/2444 63% [======================================= ] 1545/2444 63% [======================================= ] 1546/2444 63% [======================================= ] 1547/2444 63% [======================================= ] 1548/2444 63% [======================================= ] 1549/2444 63% [======================================= ] 1550/2444 63% [======================================= ] 1551/2444 63% [======================================= ] 1552/2444 63% [======================================= ] 1553/2444 63% [======================================= ] 1554/2444 63% [======================================= ] 1555/2444 63% [======================================= ] 1556/2444 63% [======================================= ] 1557/2444 63% [======================================= ] 1558/2444 63% [======================================= ] 1559/2444 63% [======================================= ] 1560/2444 63% [======================================= ] 1561/2444 63% [======================================= ] 1562/2444 63% [======================================= ] 1563/2444 63% [======================================= ] 1564/2444 63% [======================================= ] 1565/2444 64% [======================================= ] 1566/2444 64% [======================================= ] 1567/2444 64% [======================================= ] 1568/2444 64% [======================================= ] 1569/2444 64% [======================================= ] 1570/2444 64% [======================================= ] 1571/2444 64% [======================================= ] 1572/2444 64% [======================================= ] 1573/2444 64% [======================================= ] 1574/2444 64% [======================================= ] 1575/2444 64% [======================================= ] 1576/2444 64% [======================================== ] 1577/2444 64% [======================================== ] 1578/2444 64% [======================================== ] 1579/2444 64% [======================================== ] 1580/2444 64% [======================================== ] 1581/2444 64% [======================================== ] 1582/2444 64% [======================================== ] 1583/2444 64% [======================================== ] 1584/2444 64% [======================================== ] 1585/2444 64% [======================================== ] 1586/2444 64% [======================================== ] 1587/2444 64% [======================================== ] 1588/2444 64% [======================================== ] 1589/2444 65% [======================================== ] 1590/2444 65% [======================================== ] 1591/2444 65% [======================================== ] 1592/2444 65% [======================================== ] 1593/2444 65% [======================================== ] 1594/2444 65% [======================================== ] 1595/2444 65% [======================================== ] 1596/2444 65% [======================================== ] 1597/2444 65% [======================================== ] 1598/2444 65% [======================================== ] 1599/2444 65% [======================================== ] 1600/2444 65% [======================================== ] 1601/2444 65% [======================================== ] 1602/2444 65% [======================================== ] 1603/2444 65% [======================================== ] 1604/2444 65% [======================================== ] 1605/2444 65% [======================================== ] 1606/2444 65% [======================================== ] 1607/2444 65% [======================================== ] 1608/2444 65% [======================================== ] 1609/2444 65% [======================================== ] 1610/2444 65% [======================================== ] 1611/2444 65% [======================================== ] 1612/2444 65% [======================================== ] 1613/2444 65% [======================================== ] 1614/2444 66% [======================================== ] 1615/2444 66% [======================================== ] 1616/2444 66% [========================================= ] 1617/2444 66% [========================================= ] 1618/2444 66% [========================================= ] 1619/2444 66% [========================================= ] 1620/2444 66% [========================================= ] 1621/2444 66% [========================================= ] 1622/2444 66% [========================================= ] 1623/2444 66% [========================================= ] 1624/2444 66% [========================================= ] 1625/2444 66% [========================================= ] 1626/2444 66% [========================================= ] 1627/2444 66% [========================================= ] 1628/2444 66% [========================================= ] 1629/2444 66% [========================================= ] 1630/2444 66% [========================================= ] 1631/2444 66% [========================================= ] 1632/2444 66% [========================================= ] 1633/2444 66% [========================================= ] 1634/2444 66% [========================================= ] 1635/2444 66% [========================================= ] 1636/2444 66% [========================================= ] 1637/2444 66% [========================================= ] 1638/2444 67% [========================================= ] 1639/2444 67% [========================================= ] 1640/2444 67% [========================================= ] 1641/2444 67% [========================================= ] 1642/2444 67% [========================================= ] 1643/2444 67% [========================================= ] 1644/2444 67% [========================================= ] 1645/2444 67% [========================================= ] 1646/2444 67% [========================================= ] 1647/2444 67% [========================================= ] 1648/2444 67% [========================================= ] 1649/2444 67% [========================================= ] 1650/2444 67% [========================================= ] 1651/2444 67% [========================================= ] 1652/2444 67% [========================================= ] 1653/2444 67% [========================================= ] 1654/2444 67% [========================================= ] 1655/2444 67% [========================================== ] 1656/2444 67% [========================================== ] 1657/2444 67% [========================================== ] 1658/2444 67% [========================================== ] 1659/2444 67% [========================================== ] 1660/2444 67% [========================================== ] 1661/2444 67% [========================================== ] 1662/2444 68% [========================================== ] 1663/2444 68% [========================================== ] 1664/2444 68% [========================================== ] 1665/2444 68% [========================================== ] 1666/2444 68% [========================================== ] 1667/2444 68% [========================================== ] 1668/2444 68% [========================================== ] 1669/2444 68% [========================================== ] 1670/2444 68% [========================================== ] 1671/2444 68% [========================================== ] 1672/2444 68% [========================================== ] 1673/2444 68% [========================================== ] 1674/2444 68% [========================================== ] 1675/2444 68% [========================================== ] 1676/2444 68% [========================================== ] 1677/2444 68% [========================================== ] 1678/2444 68% [========================================== ] 1679/2444 68% [========================================== ] 1680/2444 68% [========================================== ] 1681/2444 68% [========================================== ] 1682/2444 68% [========================================== ] 1683/2444 68% [========================================== ] 1684/2444 68% [========================================== ] 1685/2444 68% [========================================== ] 1686/2444 68% [========================================== ] 1687/2444 69% [========================================== ] 1688/2444 69% [========================================== ] 1689/2444 69% [========================================== ] 1690/2444 69% [========================================== ] 1691/2444 69% [========================================== ] 1692/2444 69% [========================================== ] 1693/2444 69% [========================================== ] 1694/2444 69% [========================================== ] 1695/2444 69% [=========================================== ] 1696/2444 69% [=========================================== ] 1697/2444 69% [=========================================== ] 1698/2444 69% [=========================================== ] 1699/2444 69% [=========================================== ] 1700/2444 69% [=========================================== ] 1701/2444 69% [=========================================== ] 1702/2444 69% [=========================================== ] 1703/2444 69% [=========================================== ] 1704/2444 69% [=========================================== ] 1705/2444 69% [=========================================== ] 1706/2444 69% [=========================================== ] 1707/2444 69% [=========================================== ] 1708/2444 69% [=========================================== ] 1709/2444 69% [=========================================== ] 1710/2444 69% [=========================================== ] 1711/2444 70% [=========================================== ] 1712/2444 70% [=========================================== ] 1713/2444 70% [=========================================== ] 1714/2444 70% [=========================================== ] 1715/2444 70% [=========================================== ] 1716/2444 70% [=========================================== ] 1717/2444 70% [=========================================== ] 1718/2444 70% [=========================================== ] 1719/2444 70% [=========================================== ] 1720/2444 70% [=========================================== ] 1721/2444 70% [=========================================== ] 1722/2444 70% [=========================================== ] 1723/2444 70% [=========================================== ] 1724/2444 70% [=========================================== ] 1725/2444 70% [=========================================== ] 1726/2444 70% [=========================================== ] 1727/2444 70% [=========================================== ] 1728/2444 70% [=========================================== ] 1729/2444 70% [=========================================== ] 1730/2444 70% [=========================================== ] 1731/2444 70% [=========================================== ] 1732/2444 70% [=========================================== ] 1733/2444 70% [=========================================== ] 1734/2444 70% [============================================ ] 1735/2444 70% [============================================ ] 1736/2444 71% [============================================ ] 1737/2444 71% [============================================ ] 1738/2444 71% [============================================ ] 1739/2444 71% [============================================ ] 1740/2444 71% [============================================ ] 1741/2444 71% [============================================ ] 1742/2444 71% [============================================ ] 1743/2444 71% [============================================ ] 1744/2444 71% [============================================ ] 1745/2444 71% [============================================ ] 1746/2444 71% [============================================ ] 1747/2444 71% [============================================ ] 1748/2444 71% [============================================ ] 1749/2444 71% [============================================ ] 1750/2444 71% [============================================ ] 1751/2444 71% [============================================ ] 1752/2444 71% [============================================ ] 1753/2444 71% [============================================ ] 1754/2444 71% [============================================ ] 1755/2444 71% [============================================ ] 1756/2444 71% [============================================ ] 1757/2444 71% [============================================ ] 1758/2444 71% [============================================ ] 1759/2444 71% [============================================ ] 1760/2444 72% [============================================ ] 1761/2444 72% [============================================ ] 1762/2444 72% [============================================ ] 1763/2444 72% [============================================ ] 1764/2444 72% [============================================ ] 1765/2444 72% [============================================ ] 1766/2444 72% [============================================ ] 1767/2444 72% [============================================ ] 1768/2444 72% [============================================ ] 1769/2444 72% [============================================ ] 1770/2444 72% [============================================ ] 1771/2444 72% [============================================ ] 1772/2444 72% [============================================ ] 1773/2444 72% [============================================= ] 1774/2444 72% [============================================= ] 1775/2444 72% [============================================= ] 1776/2444 72% [============================================= ] 1777/2444 72% [============================================= ] 1778/2444 72% [============================================= ] 1779/2444 72% [============================================= ] 1780/2444 72% [============================================= ] 1781/2444 72% [============================================= ] 1782/2444 72% [============================================= ] 1783/2444 72% [============================================= ] 1784/2444 72% [============================================= ] 1785/2444 73% [============================================= ] 1786/2444 73% [============================================= ] 1787/2444 73% [============================================= ] 1788/2444 73% [============================================= ] 1789/2444 73% [============================================= ] 1790/2444 73% [============================================= ] 1791/2444 73% [============================================= ] 1792/2444 73% [============================================= ] 1793/2444 73% [============================================= ] 1794/2444 73% [============================================= ] 1795/2444 73% [============================================= ] 1796/2444 73% [============================================= ] 1797/2444 73% [============================================= ] 1798/2444 73% [============================================= ] 1799/2444 73% [============================================= ] 1800/2444 73% [============================================= ] 1801/2444 73% [============================================= ] 1802/2444 73% [============================================= ] 1803/2444 73% [============================================= ] 1804/2444 73% [============================================= ] 1805/2444 73% [============================================= ] 1806/2444 73% [============================================= ] 1807/2444 73% [============================================= ] 1808/2444 73% [============================================= ] 1809/2444 74% [============================================= ] 1810/2444 74% [============================================= ] 1811/2444 74% [============================================= ] 1812/2444 74% [============================================= ] 1813/2444 74% [============================================== ] 1814/2444 74% [============================================== ] 1815/2444 74% [============================================== ] 1816/2444 74% [============================================== ] 1817/2444 74% [============================================== ] 1818/2444 74% [============================================== ] 1819/2444 74% [============================================== ] 1820/2444 74% [============================================== ] 1821/2444 74% [============================================== ] 1822/2444 74% [============================================== ] 1823/2444 74% [============================================== ] 1824/2444 74% [============================================== ] 1825/2444 74% [============================================== ] 1826/2444 74% [============================================== ] 1827/2444 74% [============================================== ] 1828/2444 74% [============================================== ] 1829/2444 74% [============================================== ] 1830/2444 74% [============================================== ] 1831/2444 74% [============================================== ] 1832/2444 74% [============================================== ] 1833/2444 75% [============================================== ] 1834/2444 75% [============================================== ] 1835/2444 75% [============================================== ] 1836/2444 75% [============================================== ] 1837/2444 75% [============================================== ] 1838/2444 75% [============================================== ] 1839/2444 75% [============================================== ] 1840/2444 75% [============================================== ] 1841/2444 75% [============================================== ] 1842/2444 75% [============================================== ] 1843/2444 75% [============================================== ] 1844/2444 75% [============================================== ] 1845/2444 75% [============================================== ] 1846/2444 75% [============================================== ] 1847/2444 75% [============================================== ] 1848/2444 75% [============================================== ] 1849/2444 75% [============================================== ] 1850/2444 75% [============================================== ] 1851/2444 75% [============================================== ] 1852/2444 75% [=============================================== ] 1853/2444 75% [=============================================== ] 1854/2444 75% [=============================================== ] 1855/2444 75% [=============================================== ] 1856/2444 75% [=============================================== ] 1857/2444 75% [=============================================== ] 1858/2444 76% [=============================================== ] 1859/2444 76% [=============================================== ] 1860/2444 76% [=============================================== ] 1861/2444 76% [=============================================== ] 1862/2444 76% [=============================================== ] 1863/2444 76% [=============================================== ] 1864/2444 76% [=============================================== ] 1865/2444 76% [=============================================== ] 1866/2444 76% [=============================================== ] 1867/2444 76% [=============================================== ] 1868/2444 76% [=============================================== ] 1869/2444 76% [=============================================== ] 1870/2444 76% [=============================================== ] 1871/2444 76% [=============================================== ] 1872/2444 76% [=============================================== ] 1873/2444 76% [=============================================== ] 1874/2444 76% [=============================================== ] 1875/2444 76% [=============================================== ] 1876/2444 76% [=============================================== ] 1877/2444 76% [=============================================== ] 1878/2444 76% [=============================================== ] 1879/2444 76% [=============================================== ] 1880/2444 76% [=============================================== ] 1881/2444 76% [=============================================== ] 1882/2444 77% [=============================================== ] 1883/2444 77% [=============================================== ] 1884/2444 77% [=============================================== ] 1885/2444 77% [=============================================== ] 1886/2444 77% [=============================================== ] 1887/2444 77% [=============================================== ] 1888/2444 77% [=============================================== ] 1889/2444 77% [=============================================== ] 1890/2444 77% [=============================================== ] 1891/2444 77% [=============================================== ] 1892/2444 77% [================================================ ] 1893/2444 77% [================================================ ] 1894/2444 77% [================================================ ] 1895/2444 77% [================================================ ] 1896/2444 77% [================================================ ] 1897/2444 77% [================================================ ] 1898/2444 77% [================================================ ] 1899/2444 77% [================================================ ] 1900/2444 77% [================================================ ] 1901/2444 77% [================================================ ] 1902/2444 77% [================================================ ] 1903/2444 77% [================================================ ] 1904/2444 77% [================================================ ] 1905/2444 77% [================================================ ] 1906/2444 77% [================================================ ] 1907/2444 78% [================================================ ] 1908/2444 78% [================================================ ] 1909/2444 78% [================================================ ] 1910/2444 78% [================================================ ] 1911/2444 78% [================================================ ] 1912/2444 78% [================================================ ] 1913/2444 78% [================================================ ] 1914/2444 78% [================================================ ] 1915/2444 78% [================================================ ] 1916/2444 78% [================================================ ] 1917/2444 78% [================================================ ] 1918/2444 78% [================================================ ] 1919/2444 78% [================================================ ] 1920/2444 78% [================================================ ] 1921/2444 78% [================================================ ] 1922/2444 78% [================================================ ] 1923/2444 78% [================================================ ] 1924/2444 78% [================================================ ] 1925/2444 78% [================================================ ] 1926/2444 78% [================================================ ] 1927/2444 78% [================================================ ] 1928/2444 78% [================================================ ] 1929/2444 78% [================================================ ] 1930/2444 78% [================================================ ] 1931/2444 79% [================================================= ] 1932/2444 79% [================================================= ] 1933/2444 79% [================================================= ] 1934/2444 79% [================================================= ] 1935/2444 79% [================================================= ] 1936/2444 79% [================================================= ] 1937/2444 79% [================================================= ] 1938/2444 79% [================================================= ] 1939/2444 79% [================================================= ] 1940/2444 79% [================================================= ] 1941/2444 79% [================================================= ] 1942/2444 79% [================================================= ] 1943/2444 79% [================================================= ] 1944/2444 79% [================================================= ] 1945/2444 79% [================================================= ] 1946/2444 79% [================================================= ] 1947/2444 79% [================================================= ] 1948/2444 79% [================================================= ] 1949/2444 79% [================================================= ] 1950/2444 79% [================================================= ] 1951/2444 79% [================================================= ] 1952/2444 79% [================================================= ] 1953/2444 79% [================================================= ] 1954/2444 79% [================================================= ] 1955/2444 79% [================================================= ] 1956/2444 80% [================================================= ] 1957/2444 80% [================================================= ] 1958/2444 80% [================================================= ] 1959/2444 80% [================================================= ] 1960/2444 80% [================================================= ] 1961/2444 80% [================================================= ] 1962/2444 80% [================================================= ] 1963/2444 80% [================================================= ] 1964/2444 80% [================================================= ] 1965/2444 80% [================================================= ] 1966/2444 80% [================================================= ] 1967/2444 80% [================================================= ] 1968/2444 80% [================================================= ] 1969/2444 80% [================================================= ] 1970/2444 80% [================================================== ] 1971/2444 80% [================================================== ] 1972/2444 80% [================================================== ] 1973/2444 80% [================================================== ] 1974/2444 80% [================================================== ] 1975/2444 80% [================================================== ] 1976/2444 80% [================================================== ] 1977/2444 80% [================================================== ] 1978/2444 80% [================================================== ] 1979/2444 80% [================================================== ] 1980/2444 81% [================================================== ] 1981/2444 81% [================================================== ] 1982/2444 81% [================================================== ] 1983/2444 81% [================================================== ] 1984/2444 81% [================================================== ] 1985/2444 81% [================================================== ] 1986/2444 81% [================================================== ] 1987/2444 81% [================================================== ] 1988/2444 81% [================================================== ] 1989/2444 81% [================================================== ] 1990/2444 81% [================================================== ] 1991/2444 81% [================================================== ] 1992/2444 81% [================================================== ] 1993/2444 81% [================================================== ] 1994/2444 81% [================================================== ] 1995/2444 81% [================================================== ] 1996/2444 81% [================================================== ] 1997/2444 81% [================================================== ] 1998/2444 81% [================================================== ] 1999/2444 81% [================================================== ] 2000/2444 81% [================================================== ] 2001/2444 81% [================================================== ] 2002/2444 81% [================================================== ] 2003/2444 81% [================================================== ] 2004/2444 81% [================================================== ] 2005/2444 82% [================================================== ] 2006/2444 82% [================================================== ] 2007/2444 82% [================================================== ] 2008/2444 82% [================================================== ] 2009/2444 82% [================================================== ] 2010/2444 82% [=================================================== ] 2011/2444 82% [=================================================== ] 2012/2444 82% [=================================================== ] 2013/2444 82% [=================================================== ] 2014/2444 82% [=================================================== ] 2015/2444 82% [=================================================== ] 2016/2444 82% [=================================================== ] 2017/2444 82% [=================================================== ] 2018/2444 82% [=================================================== ] 2019/2444 82% [=================================================== ] 2020/2444 82% [=================================================== ] 2021/2444 82% [=================================================== ] 2022/2444 82% [=================================================== ] 2023/2444 82% [=================================================== ] 2024/2444 82% [=================================================== ] 2025/2444 82% [=================================================== ] 2026/2444 82% [=================================================== ] 2027/2444 82% [=================================================== ] 2028/2444 82% [=================================================== ] 2029/2444 83% [=================================================== ] 2030/2444 83% [=================================================== ] 2031/2444 83% [=================================================== ] 2032/2444 83% [=================================================== ] 2033/2444 83% [=================================================== ] 2034/2444 83% [=================================================== ] 2035/2444 83% [=================================================== ] 2036/2444 83% [=================================================== ] 2037/2444 83% [=================================================== ] 2038/2444 83% [=================================================== ] 2039/2444 83% [=================================================== ] 2040/2444 83% [=================================================== ] 2041/2444 83% [=================================================== ] 2042/2444 83% [=================================================== ] 2043/2444 83% [=================================================== ] 2044/2444 83% [=================================================== ] 2045/2444 83% [=================================================== ] 2046/2444 83% [=================================================== ] 2047/2444 83% [=================================================== ] 2048/2444 83% [=================================================== ] 2049/2444 83% [==================================================== ] 2050/2444 83% [==================================================== ] 2051/2444 83% [==================================================== ] 2052/2444 83% [==================================================== ] 2053/2444 84% [==================================================== ] 2054/2444 84% [==================================================== ] 2055/2444 84% [==================================================== ] 2056/2444 84% [==================================================== ] 2057/2444 84% [==================================================== ] 2058/2444 84% [==================================================== ] 2059/2444 84% [==================================================== ] 2060/2444 84% [==================================================== ] 2061/2444 84% [==================================================== ] 2062/2444 84% [==================================================== ] 2063/2444 84% [==================================================== ] 2064/2444 84% [==================================================== ] 2065/2444 84% [==================================================== ] 2066/2444 84% [==================================================== ] 2067/2444 84% [==================================================== ] 2068/2444 84% [==================================================== ] 2069/2444 84% [==================================================== ] 2070/2444 84% [==================================================== ] 2071/2444 84% [==================================================== ] 2072/2444 84% [==================================================== ] 2073/2444 84% [==================================================== ] 2074/2444 84% [==================================================== ] 2075/2444 84% [==================================================== ] 2076/2444 84% [==================================================== ] 2077/2444 84% [==================================================== ] 2078/2444 85% [==================================================== ] 2079/2444 85% [==================================================== ] 2080/2444 85% [==================================================== ] 2081/2444 85% [==================================================== ] 2082/2444 85% [==================================================== ] 2083/2444 85% [==================================================== ] 2084/2444 85% [==================================================== ] 2085/2444 85% [==================================================== ] 2086/2444 85% [==================================================== ] 2087/2444 85% [==================================================== ] 2088/2444 85% [==================================================== ] 2089/2444 85% [===================================================== ] 2090/2444 85% [===================================================== ] 2091/2444 85% [===================================================== ] 2092/2444 85% [===================================================== ] 2093/2444 85% [===================================================== ] 2094/2444 85% [===================================================== ] 2095/2444 85% [===================================================== ] 2096/2444 85% [===================================================== ] 2097/2444 85% [===================================================== ] 2098/2444 85% [===================================================== ] 2099/2444 85% [===================================================== ] 2100/2444 85% [===================================================== ] 2101/2444 85% [===================================================== ] 2102/2444 86% [===================================================== ] 2103/2444 86% [===================================================== ] 2104/2444 86% [===================================================== ] 2105/2444 86% [===================================================== ] 2106/2444 86% [===================================================== ] 2107/2444 86% [===================================================== ] 2108/2444 86% [===================================================== ] 2109/2444 86% [===================================================== ] 2110/2444 86% [===================================================== ] 2111/2444 86% [===================================================== ] 2112/2444 86% [===================================================== ] 2113/2444 86% [===================================================== ] 2114/2444 86% [===================================================== ] 2115/2444 86% [===================================================== ] 2116/2444 86% [===================================================== ] 2117/2444 86% [===================================================== ] 2118/2444 86% [===================================================== ] 2119/2444 86% [===================================================== ] 2120/2444 86% [===================================================== ] 2121/2444 86% [===================================================== ] 2122/2444 86% [===================================================== ] 2123/2444 86% [===================================================== ] 2124/2444 86% [===================================================== ] 2125/2444 86% [===================================================== ] 2126/2444 86% [===================================================== ] 2127/2444 87% [===================================================== ] 2128/2444 87% [====================================================== ] 2129/2444 87% [====================================================== ] 2130/2444 87% [====================================================== ] 2131/2444 87% [====================================================== ] 2132/2444 87% [====================================================== ] 2133/2444 87% [====================================================== ] 2134/2444 87% [====================================================== ] 2135/2444 87% [====================================================== ] 2136/2444 87% [====================================================== ] 2137/2444 87% [====================================================== ] 2138/2444 87% [====================================================== ] 2139/2444 87% [====================================================== ] 2140/2444 87% [====================================================== ] 2141/2444 87% [====================================================== ] 2142/2444 87% [====================================================== ] 2143/2444 87% [====================================================== ] 2144/2444 87% [====================================================== ] 2145/2444 87% [====================================================== ] 2146/2444 87% [====================================================== ] 2147/2444 87% [====================================================== ] 2148/2444 87% [====================================================== ] 2149/2444 87% [====================================================== ] 2150/2444 87% [====================================================== ] 2151/2444 88% [====================================================== ] 2152/2444 88% [====================================================== ] 2153/2444 88% [====================================================== ] 2154/2444 88% [====================================================== ] 2155/2444 88% [====================================================== ] 2156/2444 88% [====================================================== ] 2157/2444 88% [====================================================== ] 2158/2444 88% [====================================================== ] 2159/2444 88% [====================================================== ] 2160/2444 88% [====================================================== ] 2161/2444 88% [====================================================== ] 2162/2444 88% [====================================================== ] 2163/2444 88% [====================================================== ] 2164/2444 88% [====================================================== ] 2165/2444 88% [====================================================== ] 2166/2444 88% [====================================================== ] 2167/2444 88% [====================================================== ] 2168/2444 88% [======================================================= ] 2169/2444 88% [======================================================= ] 2170/2444 88% [======================================================= ] 2171/2444 88% [======================================================= ] 2172/2444 88% [======================================================= ] 2173/2444 88% [======================================================= ] 2174/2444 88% [======================================================= ] 2175/2444 88% [======================================================= ] 2176/2444 89% [======================================================= ] 2177/2444 89% [======================================================= ] 2178/2444 89% [======================================================= ] 2179/2444 89% [======================================================= ] 2180/2444 89% [======================================================= ] 2181/2444 89% [======================================================= ] 2182/2444 89% [======================================================= ] 2183/2444 89% [======================================================= ] 2184/2444 89% [======================================================= ] 2185/2444 89% [======================================================= ] 2186/2444 89% [======================================================= ] 2187/2444 89% [======================================================= ] 2188/2444 89% [======================================================= ] 2189/2444 89% [======================================================= ] 2190/2444 89% [======================================================= ] 2191/2444 89% [======================================================= ] 2192/2444 89% [======================================================= ] 2193/2444 89% [======================================================= ] 2194/2444 89% [======================================================= ] 2195/2444 89% [======================================================= ] 2196/2444 89% [======================================================= ] 2197/2444 89% [======================================================= ] 2198/2444 89% [======================================================= ] 2199/2444 89% [======================================================= ] 2200/2444 90% [======================================================= ] 2201/2444 90% [======================================================= ] 2202/2444 90% [======================================================= ] 2203/2444 90% [======================================================= ] 2204/2444 90% [======================================================= ] 2205/2444 90% [======================================================= ] 2206/2444 90% [======================================================= ] 2207/2444 90% [======================================================== ] 2208/2444 90% [======================================================== ] 2209/2444 90% [======================================================== ] 2210/2444 90% [======================================================== ] 2211/2444 90% [======================================================== ] 2212/2444 90% [======================================================== ] 2213/2444 90% [======================================================== ] 2214/2444 90% [======================================================== ] 2215/2444 90% [======================================================== ] 2216/2444 90% [======================================================== ] 2217/2444 90% [======================================================== ] 2218/2444 90% [======================================================== ] 2219/2444 90% [======================================================== ] 2220/2444 90% [======================================================== ] 2221/2444 90% [======================================================== ] 2222/2444 90% [======================================================== ] 2223/2444 90% [======================================================== ] 2224/2444 90% [======================================================== ] 2225/2444 91% [======================================================== ] 2226/2444 91% [======================================================== ] 2227/2444 91% [======================================================== ] 2228/2444 91% [======================================================== ] 2229/2444 91% [======================================================== ] 2230/2444 91% [======================================================== ] 2231/2444 91% [======================================================== ] 2232/2444 91% [======================================================== ] 2233/2444 91% [======================================================== ] 2234/2444 91% [======================================================== ] 2235/2444 91% [======================================================== ] 2236/2444 91% [======================================================== ] 2237/2444 91% [======================================================== ] 2238/2444 91% [======================================================== ] 2239/2444 91% [======================================================== ] 2240/2444 91% [======================================================== ] 2241/2444 91% [======================================================== ] 2242/2444 91% [======================================================== ] 2243/2444 91% [======================================================== ] 2244/2444 91% [======================================================== ] 2245/2444 91% [======================================================== ] 2246/2444 91% [========================================================= ] 2247/2444 91% [========================================================= ] 2248/2444 91% [========================================================= ] 2249/2444 92% [========================================================= ] 2250/2444 92% [========================================================= ] 2251/2444 92% [========================================================= ] 2252/2444 92% [========================================================= ] 2253/2444 92% [========================================================= ] 2254/2444 92% [========================================================= ] 2255/2444 92% [========================================================= ] 2256/2444 92% [========================================================= ] 2257/2444 92% [========================================================= ] 2258/2444 92% [========================================================= ] 2259/2444 92% [========================================================= ] 2260/2444 92% [========================================================= ] 2261/2444 92% [========================================================= ] 2262/2444 92% [========================================================= ] 2263/2444 92% [========================================================= ] 2264/2444 92% [========================================================= ] 2265/2444 92% [========================================================= ] 2266/2444 92% [========================================================= ] 2267/2444 92% [========================================================= ] 2268/2444 92% [========================================================= ] 2269/2444 92% [========================================================= ] 2270/2444 92% [========================================================= ] 2271/2444 92% [========================================================= ] 2272/2444 92% [========================================================= ] 2273/2444 93% [========================================================= ] 2274/2444 93% [========================================================= ] 2275/2444 93% [========================================================= ] 2276/2444 93% [========================================================= ] 2277/2444 93% [========================================================= ] 2278/2444 93% [========================================================= ] 2279/2444 93% [========================================================= ] 2280/2444 93% [========================================================= ] 2281/2444 93% [========================================================= ] 2282/2444 93% [========================================================= ] 2283/2444 93% [========================================================= ] 2284/2444 93% [========================================================= ] 2285/2444 93% [========================================================= ] 2286/2444 93% [========================================================== ] 2287/2444 93% [========================================================== ] 2288/2444 93% [========================================================== ] 2289/2444 93% [========================================================== ] 2290/2444 93% [========================================================== ] 2291/2444 93% [========================================================== ] 2292/2444 93% [========================================================== ] 2293/2444 93% [========================================================== ] 2294/2444 93% [========================================================== ] 2295/2444 93% [========================================================== ] 2296/2444 93% [========================================================== ] 2297/2444 93% [========================================================== ] 2298/2444 94% [========================================================== ] 2299/2444 94% [========================================================== ] 2300/2444 94% [========================================================== ] 2301/2444 94% [========================================================== ] 2302/2444 94% [========================================================== ] 2303/2444 94% [========================================================== ] 2304/2444 94% [========================================================== ] 2305/2444 94% [========================================================== ] 2306/2444 94% [========================================================== ] 2307/2444 94% [========================================================== ] 2308/2444 94% [========================================================== ] 2309/2444 94% [========================================================== ] 2310/2444 94% [========================================================== ] 2311/2444 94% [========================================================== ] 2312/2444 94% [========================================================== ] 2313/2444 94% [========================================================== ] 2314/2444 94% [========================================================== ] 2315/2444 94% [========================================================== ] 2316/2444 94% [========================================================== ] 2317/2444 94% [========================================================== ] 2318/2444 94% [========================================================== ] 2319/2444 94% [========================================================== ] 2320/2444 94% [========================================================== ] 2321/2444 94% [========================================================== ] 2322/2444 95% [========================================================== ] 2323/2444 95% [========================================================== ] 2324/2444 95% [========================================================== ] 2325/2444 95% [=========================================================== ] 2326/2444 95% [=========================================================== ] 2327/2444 95% [=========================================================== ] 2328/2444 95% [=========================================================== ] 2329/2444 95% [=========================================================== ] 2330/2444 95% [=========================================================== ] 2331/2444 95% [=========================================================== ] 2332/2444 95% [=========================================================== ] 2333/2444 95% [=========================================================== ] 2334/2444 95% [=========================================================== ] 2335/2444 95% [=========================================================== ] 2336/2444 95% [=========================================================== ] 2337/2444 95% [=========================================================== ] 2338/2444 95% [=========================================================== ] 2339/2444 95% [=========================================================== ] 2340/2444 95% [=========================================================== ] 2341/2444 95% [=========================================================== ] 2342/2444 95% [=========================================================== ] 2343/2444 95% [=========================================================== ] 2344/2444 95% [=========================================================== ] 2345/2444 95% [=========================================================== ] 2346/2444 95% [=========================================================== ] 2347/2444 96% [=========================================================== ] 2348/2444 96% [=========================================================== ] 2349/2444 96% [=========================================================== ] 2350/2444 96% [=========================================================== ] 2351/2444 96% [=========================================================== ] 2352/2444 96% [=========================================================== ] 2353/2444 96% [=========================================================== ] 2354/2444 96% [=========================================================== ] 2355/2444 96% [=========================================================== ] 2356/2444 96% [=========================================================== ] 2357/2444 96% [=========================================================== ] 2358/2444 96% [=========================================================== ] 2359/2444 96% [=========================================================== ] 2360/2444 96% [=========================================================== ] 2361/2444 96% [=========================================================== ] 2362/2444 96% [=========================================================== ] 2363/2444 96% [=========================================================== ] 2364/2444 96% [=========================================================== ] 2365/2444 96% [============================================================ ] 2366/2444 96% [============================================================ ] 2367/2444 96% [============================================================ ] 2368/2444 96% [============================================================ ] 2369/2444 96% [============================================================ ] 2370/2444 96% [============================================================ ] 2371/2444 97% [============================================================ ] 2372/2444 97% [============================================================ ] 2373/2444 97% [============================================================ ] 2374/2444 97% [============================================================ ] 2375/2444 97% [============================================================ ] 2376/2444 97% [============================================================ ] 2377/2444 97% [============================================================ ] 2378/2444 97% [============================================================ ] 2379/2444 97% [============================================================ ] 2380/2444 97% [============================================================ ] 2381/2444 97% [============================================================ ] 2382/2444 97% [============================================================ ] 2383/2444 97% [============================================================ ] 2384/2444 97% [============================================================ ] 2385/2444 97% [============================================================ ] 2386/2444 97% [============================================================ ] 2387/2444 97% [============================================================ ] 2388/2444 97% [============================================================ ] 2389/2444 97% [============================================================ ] 2390/2444 97% [============================================================ ] 2391/2444 97% [============================================================ ] 2392/2444 97% [============================================================ ] 2393/2444 97% [============================================================ ] 2394/2444 97% [============================================================ ] 2395/2444 97% [============================================================ ] 2396/2444 98% [============================================================ ] 2397/2444 98% [============================================================ ] 2398/2444 98% [============================================================ ] 2399/2444 98% [============================================================ ] 2400/2444 98% [============================================================ ] 2401/2444 98% [============================================================ ] 2402/2444 98% [============================================================ ] 2403/2444 98% [============================================================ ] 2404/2444 98% [============================================================= ] 2405/2444 98% [============================================================= ] 2406/2444 98% [============================================================= ] 2407/2444 98% [============================================================= ] 2408/2444 98% [============================================================= ] 2409/2444 98% [============================================================= ] 2410/2444 98% [============================================================= ] 2411/2444 98% [============================================================= ] 2412/2444 98% [============================================================= ] 2413/2444 98% [============================================================= ] 2414/2444 98% [============================================================= ] 2415/2444 98% [============================================================= ] 2416/2444 98% [============================================================= ] 2417/2444 98% [============================================================= ] 2418/2444 98% [============================================================= ] 2419/2444 98% [============================================================= ] 2420/2444 99% [============================================================= ] 2421/2444 99% [============================================================= ] 2422/2444 99% [============================================================= ] 2423/2444 99% [============================================================= ] 2424/2444 99% [============================================================= ] 2425/2444 99% [============================================================= ] 2426/2444 99% [============================================================= ] 2427/2444 99% [============================================================= ] 2428/2444 99% [============================================================= ] 2429/2444 99% [============================================================= ] 2430/2444 99% [============================================================= ] 2431/2444 99% [============================================================= ] 2432/2444 99% [============================================================= ] 2433/2444 99% [============================================================= ] 2434/2444 99% [============================================================= ] 2435/2444 99% [============================================================= ] 2436/2444 99% [============================================================= ] 2437/2444 99% [============================================================= ] 2438/2444 99% [============================================================= ] 2439/2444 99% [============================================================= ] 2440/2444 99% [============================================================= ] 2441/2444 99% [============================================================= ] 2442/2444 99% [============================================================= ] 2443/2444 99% [==============================================================] 2444/2444 100% operation complete, 2444 objects in 57206 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2021.05-7460-ge78bcf27d42 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 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-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> sdl2 2.24.0 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> 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 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> 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) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> sdl2_net 2.0.1 Collecting legal info COPYING.txt: OK (sha256: f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594) >>> comix-cursors 0.9.1 Collecting legal info >>> coreutils 9.1 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dnsmasq 2.86 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> font-awesome 4.7.0 Collecting legal info >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gnutls 3.7.7 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> htop 3.2.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-imagemagick 7.1.0-45 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> minizip-zlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> ncdu 1.17 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.80.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> sed 4.8 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> host-meson 0.63.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> usbmount 0.0.22 Collecting legal info debian/copyright: OK (sha256: 797a416c87923338aa3ed05cce3cfdac6101f0142e72d5ab05c7bd76af5e527b) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-uuu 1.4.243 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> vpnc 0.5.3r550-2jnpr1 Collecting legal info COPYING: OK (sha256: bf3ec1bd1dec31a6ab8980bfd04569f506432f35ee01e88a3910847784bc2de1) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wolfssl 5.5.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 2.4.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'