{ echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-1/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/autobuild/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-rc2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-rc2\"" \ ) > /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-1/output-1/per-package \ /home/autobuild/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-1/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 2080 number of 4KB nodes: 225197 Total image size: 878021852 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2080 objects. stage 2: creating image '/home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2080 0% [ ] 2/2080 0% [ ] 3/2080 0% [ ] 4/2080 0% [ ] 5/2080 0% [ ] 6/2080 0% [ ] 7/2080 0% [ ] 8/2080 0% [ ] 9/2080 0% [ ] 10/2080 0% [ ] 11/2080 0% [ ] 12/2080 0% [ ] 13/2080 0% [ ] 14/2080 0% [ ] 15/2080 0% [ ] 16/2080 0% [ ] 17/2080 0% [ ] 18/2080 0% [ ] 19/2080 0% [ ] 20/2080 0% [ ] 21/2080 1% [ ] 22/2080 1% [ ] 23/2080 1% [ ] 24/2080 1% [ ] 25/2080 1% [ ] 26/2080 1% [ ] 27/2080 1% [ ] 28/2080 1% [ ] 29/2080 1% [ ] 30/2080 1% [ ] 31/2080 1% [ ] 32/2080 1% [ ] 33/2080 1% [= ] 34/2080 1% [= ] 35/2080 1% [= ] 36/2080 1% [= ] 37/2080 1% [= ] 38/2080 1% [= ] 39/2080 1% [= ] 40/2080 1% [= ] 41/2080 1% [= ] 42/2080 2% [= ] 43/2080 2% [= ] 44/2080 2% [= ] 45/2080 2% [= ] 46/2080 2% [= ] 47/2080 2% [= ] 48/2080 2% [= ] 49/2080 2% [= ] 50/2080 2% [= ] 51/2080 2% [= ] 52/2080 2% [= ] 53/2080 2% [= ] 54/2080 2% [= ] 55/2080 2% [= ] 56/2080 2% [= ] 57/2080 2% [= ] 58/2080 2% [= ] 59/2080 2% [= ] 60/2080 2% [= ] 61/2080 2% [= ] 62/2080 2% [= ] 63/2080 3% [= ] 64/2080 3% [= ] 65/2080 3% [= ] 66/2080 3% [= ] 67/2080 3% [== ] 68/2080 3% [== ] 69/2080 3% [== ] 70/2080 3% [== ] 71/2080 3% [== ] 72/2080 3% [== ] 73/2080 3% [== ] 74/2080 3% [== ] 75/2080 3% [== ] 76/2080 3% [== ] 77/2080 3% [== ] 78/2080 3% [== ] 79/2080 3% [== ] 80/2080 3% [== ] 81/2080 3% [== ] 82/2080 3% [== ] 83/2080 3% [== ] 84/2080 4% [== ] 85/2080 4% [== ] 86/2080 4% [== ] 87/2080 4% [== ] 88/2080 4% [== ] 89/2080 4% [== ] 90/2080 4% [== ] 91/2080 4% [== ] 92/2080 4% [== ] 93/2080 4% [== ] 94/2080 4% [== ] 95/2080 4% [== ] 96/2080 4% [== ] 97/2080 4% [== ] 98/2080 4% [== ] 99/2080 4% [== ] 100/2080 4% [=== ] 101/2080 4% [=== ] 102/2080 4% [=== ] 103/2080 4% [=== ] 104/2080 5% [=== ] 105/2080 5% [=== ] 106/2080 5% [=== ] 107/2080 5% [=== ] 108/2080 5% [=== ] 109/2080 5% [=== ] 110/2080 5% [=== ] 111/2080 5% [=== ] 112/2080 5% [=== ] 113/2080 5% [=== ] 114/2080 5% [=== ] 115/2080 5% [=== ] 116/2080 5% [=== ] 117/2080 5% [=== ] 118/2080 5% [=== ] 119/2080 5% [=== ] 120/2080 5% [=== ] 121/2080 5% [=== ] 122/2080 5% [=== ] 123/2080 5% [=== ] 124/2080 5% [=== ] 125/2080 6% [=== ] 126/2080 6% [=== ] 127/2080 6% [=== ] 128/2080 6% [=== ] 129/2080 6% [=== ] 130/2080 6% [=== ] 131/2080 6% [=== ] 132/2080 6% [=== ] 133/2080 6% [=== ] 134/2080 6% [==== ] 135/2080 6% [==== ] 136/2080 6% [==== ] 137/2080 6% [==== ] 138/2080 6% [==== ] 139/2080 6% [==== ] 140/2080 6% [==== ] 141/2080 6% [==== ] 142/2080 6% [==== ] 143/2080 6% [==== ] 144/2080 6% [==== ] 145/2080 6% [==== ] 146/2080 7% [==== ] 147/2080 7% [==== ] 148/2080 7% [==== ] 149/2080 7% [==== ] 150/2080 7% [==== ] 151/2080 7% [==== ] 152/2080 7% [==== ] 153/2080 7% [==== ] 154/2080 7% [==== ] 155/2080 7% [==== ] 156/2080 7% [==== ] 157/2080 7% [==== ] 158/2080 7% [==== ] 159/2080 7% [==== ] 160/2080 7% [==== ] 161/2080 7% [==== ] 162/2080 7% [==== ] 163/2080 7% [==== ] 164/2080 7% [==== ] 165/2080 7% [==== ] 166/2080 7% [==== ] 167/2080 8% [===== ] 168/2080 8% [===== ] 169/2080 8% [===== ] 170/2080 8% [===== ] 171/2080 8% [===== ] 172/2080 8% [===== ] 173/2080 8% [===== ] 174/2080 8% [===== ] 175/2080 8% [===== ] 176/2080 8% [===== ] 177/2080 8% [===== ] 178/2080 8% [===== ] 179/2080 8% [===== ] 180/2080 8% [===== ] 181/2080 8% [===== ] 182/2080 8% [===== ] 183/2080 8% [===== ] 184/2080 8% [===== ] 185/2080 8% [===== ] 186/2080 8% [===== ] 187/2080 8% [===== ] 188/2080 9% [===== ] 189/2080 9% [===== ] 190/2080 9% [===== ] 191/2080 9% [===== ] 192/2080 9% [===== ] 193/2080 9% [===== ] 194/2080 9% [===== ] 195/2080 9% [===== ] 196/2080 9% [===== ] 197/2080 9% [===== ] 198/2080 9% [===== ] 199/2080 9% [===== ] 200/2080 9% [===== ] 201/2080 9% [====== ] 202/2080 9% [====== ] 203/2080 9% [====== ] 204/2080 9% [====== ] 205/2080 9% [====== ] 206/2080 9% [====== ] 207/2080 9% [====== ] 208/2080 10% [====== ] 209/2080 10% [====== ] 210/2080 10% [====== ] 211/2080 10% [====== ] 212/2080 10% [====== ] 213/2080 10% [====== ] 214/2080 10% [====== ] 215/2080 10% [====== ] 216/2080 10% [====== ] 217/2080 10% [====== ] 218/2080 10% [====== ] 219/2080 10% [====== ] 220/2080 10% [====== ] 221/2080 10% [====== ] 222/2080 10% [====== ] 223/2080 10% [====== ] 224/2080 10% [====== ] 225/2080 10% [====== ] 226/2080 10% [====== ] 227/2080 10% [====== ] 228/2080 10% [====== ] 229/2080 11% [====== ] 230/2080 11% [====== ] 231/2080 11% [====== ] 232/2080 11% [====== ] 233/2080 11% [====== ] 234/2080 11% [======= ] 235/2080 11% [======= ] 236/2080 11% [======= ] 237/2080 11% [======= ] 238/2080 11% [======= ] 239/2080 11% [======= ] 240/2080 11% [======= ] 241/2080 11% [======= ] 242/2080 11% [======= ] 243/2080 11% [======= ] 244/2080 11% [======= ] 245/2080 11% [======= ] 246/2080 11% [======= ] 247/2080 11% [======= ] 248/2080 11% [======= ] 249/2080 11% [======= ] 250/2080 12% [======= ] 251/2080 12% [======= ] 252/2080 12% [======= ] 253/2080 12% [======= ] 254/2080 12% [======= ] 255/2080 12% [======= ] 256/2080 12% [======= ] 257/2080 12% [======= ] 258/2080 12% [======= ] 259/2080 12% [======= ] 260/2080 12% [======= ] 261/2080 12% [======= ] 262/2080 12% [======= ] 263/2080 12% [======= ] 264/2080 12% [======= ] 265/2080 12% [======= ] 266/2080 12% [======= ] 267/2080 12% [======= ] 268/2080 12% [======== ] 269/2080 12% [======== ] 270/2080 12% [======== ] 271/2080 13% [======== ] 272/2080 13% [======== ] 273/2080 13% [======== ] 274/2080 13% [======== ] 275/2080 13% [======== ] 276/2080 13% [======== ] 277/2080 13% [======== ] 278/2080 13% [======== ] 279/2080 13% [======== ] 280/2080 13% [======== ] 281/2080 13% [======== ] 282/2080 13% [======== ] 283/2080 13% [======== ] 284/2080 13% [======== ] 285/2080 13% [======== ] 286/2080 13% [======== ] 287/2080 13% [======== ] 288/2080 13% [======== ] 289/2080 13% [======== ] 290/2080 13% [======== ] 291/2080 13% [======== ] 292/2080 14% [======== ] 293/2080 14% [======== ] 294/2080 14% [======== ] 295/2080 14% [======== ] 296/2080 14% [======== ] 297/2080 14% [======== ] 298/2080 14% [======== ] 299/2080 14% [======== ] 300/2080 14% [======== ] 301/2080 14% [========= ] 302/2080 14% [========= ] 303/2080 14% [========= ] 304/2080 14% [========= ] 305/2080 14% [========= ] 306/2080 14% [========= ] 307/2080 14% [========= ] 308/2080 14% [========= ] 309/2080 14% [========= ] 310/2080 14% [========= ] 311/2080 14% [========= ] 312/2080 15% [========= ] 313/2080 15% [========= ] 314/2080 15% [========= ] 315/2080 15% [========= ] 316/2080 15% [========= ] 317/2080 15% [========= ] 318/2080 15% [========= ] 319/2080 15% [========= ] 320/2080 15% [========= ] 321/2080 15% [========= ] 322/2080 15% [========= ] 323/2080 15% [========= ] 324/2080 15% [========= ] 325/2080 15% [========= ] 326/2080 15% [========= ] 327/2080 15% [========= ] 328/2080 15% [========= ] 329/2080 15% [========= ] 330/2080 15% [========= ] 331/2080 15% [========= ] 332/2080 15% [========= ] 333/2080 16% [========= ] 334/2080 16% [========= ] 335/2080 16% [========== ] 336/2080 16% [========== ] 337/2080 16% [========== ] 338/2080 16% [========== ] 339/2080 16% [========== ] 340/2080 16% [========== ] 341/2080 16% [========== ] 342/2080 16% [========== ] 343/2080 16% [========== ] 344/2080 16% [========== ] 345/2080 16% [========== ] 346/2080 16% [========== ] 347/2080 16% [========== ] 348/2080 16% [========== ] 349/2080 16% [========== ] 350/2080 16% [========== ] 351/2080 16% [========== ] 352/2080 16% [========== ] 353/2080 16% [========== ] 354/2080 17% [========== ] 355/2080 17% [========== ] 356/2080 17% [========== ] 357/2080 17% [========== ] 358/2080 17% [========== ] 359/2080 17% [========== ] 360/2080 17% [========== ] 361/2080 17% [========== ] 362/2080 17% [========== ] 363/2080 17% [========== ] 364/2080 17% [========== ] 365/2080 17% [========== ] 366/2080 17% [========== ] 367/2080 17% [========== ] 368/2080 17% [========== ] 369/2080 17% [=========== ] 370/2080 17% [=========== ] 371/2080 17% [=========== ] 372/2080 17% [=========== ] 373/2080 17% [=========== ] 374/2080 17% [=========== ] 375/2080 18% [=========== ] 376/2080 18% [=========== ] 377/2080 18% [=========== ] 378/2080 18% [=========== ] 379/2080 18% [=========== ] 380/2080 18% [=========== ] 381/2080 18% [=========== ] 382/2080 18% [=========== ] 383/2080 18% [=========== ] 384/2080 18% [=========== ] 385/2080 18% [=========== ] 386/2080 18% [=========== ] 387/2080 18% [=========== ] 388/2080 18% [=========== ] 389/2080 18% [=========== ] 390/2080 18% [=========== ] 391/2080 18% [=========== ] 392/2080 18% [=========== ] 393/2080 18% [=========== ] 394/2080 18% [=========== ] 395/2080 18% [=========== ] 396/2080 19% [=========== ] 397/2080 19% [=========== ] 398/2080 19% [=========== ] 399/2080 19% [=========== ] 400/2080 19% [=========== ] 401/2080 19% [=========== ] 402/2080 19% [============ ] 403/2080 19% [============ ] 404/2080 19% [============ ] 405/2080 19% [============ ] 406/2080 19% [============ ] 407/2080 19% [============ ] 408/2080 19% [============ ] 409/2080 19% [============ ] 410/2080 19% [============ ] 411/2080 19% [============ ] 412/2080 19% [============ ] 413/2080 19% [============ ] 414/2080 19% [============ ] 415/2080 19% [============ ] 416/2080 20% [============ ] 417/2080 20% [============ ] 418/2080 20% [============ ] 419/2080 20% [============ ] 420/2080 20% [============ ] 421/2080 20% [============ ] 422/2080 20% [============ ] 423/2080 20% [============ ] 424/2080 20% [============ ] 425/2080 20% [============ ] 426/2080 20% [============ ] 427/2080 20% [============ ] 428/2080 20% [============ ] 429/2080 20% [============ ] 430/2080 20% [============ ] 431/2080 20% [============ ] 432/2080 20% [============ ] 433/2080 20% [============ ] 434/2080 20% [============ ] 435/2080 20% [============ ] 436/2080 20% [============= ] 437/2080 21% [============= ] 438/2080 21% [============= ] 439/2080 21% [============= ] 440/2080 21% [============= ] 441/2080 21% [============= ] 442/2080 21% [============= ] 443/2080 21% [============= ] 444/2080 21% [============= ] 445/2080 21% [============= ] 446/2080 21% [============= ] 447/2080 21% [============= ] 448/2080 21% [============= ] 449/2080 21% [============= ] 450/2080 21% [============= ] 451/2080 21% [============= ] 452/2080 21% [============= ] 453/2080 21% [============= ] 454/2080 21% [============= ] 455/2080 21% [============= ] 456/2080 21% [============= ] 457/2080 21% [============= ] 458/2080 22% [============= ] 459/2080 22% [============= ] 460/2080 22% [============= ] 461/2080 22% [============= ] 462/2080 22% [============= ] 463/2080 22% [============= ] 464/2080 22% [============= ] 465/2080 22% [============= ] 466/2080 22% [============= ] 467/2080 22% [============= ] 468/2080 22% [============= ] 469/2080 22% [============== ] 470/2080 22% [============== ] 471/2080 22% [============== ] 472/2080 22% [============== ] 473/2080 22% [============== ] 474/2080 22% [============== ] 475/2080 22% [============== ] 476/2080 22% [============== ] 477/2080 22% [============== ] 478/2080 22% [============== ] 479/2080 23% [============== ] 480/2080 23% [============== ] 481/2080 23% [============== ] 482/2080 23% [============== ] 483/2080 23% [============== ] 484/2080 23% [============== ] 485/2080 23% [============== ] 486/2080 23% [============== ] 487/2080 23% [============== ] 488/2080 23% [============== ] 489/2080 23% [============== ] 490/2080 23% [============== ] 491/2080 23% [============== ] 492/2080 23% [============== ] 493/2080 23% [============== ] 494/2080 23% [============== ] 495/2080 23% [============== ] 496/2080 23% [============== ] 497/2080 23% [============== ] 498/2080 23% [============== ] 499/2080 23% [============== ] 500/2080 24% [============== ] 501/2080 24% [============== ] 502/2080 24% [============== ] 503/2080 24% [=============== ] 504/2080 24% [=============== ] 505/2080 24% [=============== ] 506/2080 24% [=============== ] 507/2080 24% [=============== ] 508/2080 24% [=============== ] 509/2080 24% [=============== ] 510/2080 24% [=============== ] 511/2080 24% [=============== ] 512/2080 24% [=============== ] 513/2080 24% [=============== ] 514/2080 24% [=============== ] 515/2080 24% [=============== ] 516/2080 24% [=============== ] 517/2080 24% [=============== ] 518/2080 24% [=============== ] 519/2080 24% [=============== ] 520/2080 25% [=============== ] 521/2080 25% [=============== ] 522/2080 25% [=============== ] 523/2080 25% [=============== ] 524/2080 25% [=============== ] 525/2080 25% [=============== ] 526/2080 25% [=============== ] 527/2080 25% [=============== ] 528/2080 25% [=============== ] 529/2080 25% [=============== ] 530/2080 25% [=============== ] 531/2080 25% [=============== ] 532/2080 25% [=============== ] 533/2080 25% [=============== ] 534/2080 25% [=============== ] 535/2080 25% [=============== ] 536/2080 25% [================ ] 537/2080 25% [================ ] 538/2080 25% [================ ] 539/2080 25% [================ ] 540/2080 25% [================ ] 541/2080 26% [================ ] 542/2080 26% [================ ] 543/2080 26% [================ ] 544/2080 26% [================ ] 545/2080 26% [================ ] 546/2080 26% [================ ] 547/2080 26% [================ ] 548/2080 26% [================ ] 549/2080 26% [================ ] 550/2080 26% [================ ] 551/2080 26% [================ ] 552/2080 26% [================ ] 553/2080 26% [================ ] 554/2080 26% [================ ] 555/2080 26% [================ ] 556/2080 26% [================ ] 557/2080 26% [================ ] 558/2080 26% [================ ] 559/2080 26% [================ ] 560/2080 26% [================ ] 561/2080 26% [================ ] 562/2080 27% [================ ] 563/2080 27% [================ ] 564/2080 27% [================ ] 565/2080 27% [================ ] 566/2080 27% [================ ] 567/2080 27% [================ ] 568/2080 27% [================ ] 569/2080 27% [================ ] 570/2080 27% [================= ] 571/2080 27% [================= ] 572/2080 27% [================= ] 573/2080 27% [================= ] 574/2080 27% [================= ] 575/2080 27% [================= ] 576/2080 27% [================= ] 577/2080 27% [================= ] 578/2080 27% [================= ] 579/2080 27% [================= ] 580/2080 27% [================= ] 581/2080 27% [================= ] 582/2080 27% [================= ] 583/2080 28% [================= ] 584/2080 28% [================= ] 585/2080 28% [================= ] 586/2080 28% [================= ] 587/2080 28% [================= ] 588/2080 28% [================= ] 589/2080 28% [================= ] 590/2080 28% [================= ] 591/2080 28% [================= ] 592/2080 28% [================= ] 593/2080 28% [================= ] 594/2080 28% [================= ] 595/2080 28% [================= ] 596/2080 28% [================= ] 597/2080 28% [================= ] 598/2080 28% [================= ] 599/2080 28% [================= ] 600/2080 28% [================= ] 601/2080 28% [================= ] 602/2080 28% [================= ] 603/2080 28% [================== ] 604/2080 29% [================== ] 605/2080 29% [================== ] 606/2080 29% [================== ] 607/2080 29% [================== ] 608/2080 29% [================== ] 609/2080 29% [================== ] 610/2080 29% [================== ] 611/2080 29% [================== ] 612/2080 29% [================== ] 613/2080 29% [================== ] 614/2080 29% [================== ] 615/2080 29% [================== ] 616/2080 29% [================== ] 617/2080 29% [================== ] 618/2080 29% [================== ] 619/2080 29% [================== ] 620/2080 29% [================== ] 621/2080 29% [================== ] 622/2080 29% [================== ] 623/2080 29% [================== ] 624/2080 30% [================== ] 625/2080 30% [================== ] 626/2080 30% [================== ] 627/2080 30% [================== ] 628/2080 30% [================== ] 629/2080 30% [================== ] 630/2080 30% [================== ] 631/2080 30% [================== ] 632/2080 30% [================== ] 633/2080 30% [================== ] 634/2080 30% [================== ] 635/2080 30% [================== ] 636/2080 30% [================== ] 637/2080 30% [=================== ] 638/2080 30% [=================== ] 639/2080 30% [=================== ] 640/2080 30% [=================== ] 641/2080 30% [=================== ] 642/2080 30% [=================== ] 643/2080 30% [=================== ] 644/2080 30% [=================== ] 645/2080 31% [=================== ] 646/2080 31% [=================== ] 647/2080 31% [=================== ] 648/2080 31% [=================== ] 649/2080 31% [=================== ] 650/2080 31% [=================== ] 651/2080 31% [=================== ] 652/2080 31% [=================== ] 653/2080 31% [=================== ] 654/2080 31% [=================== ] 655/2080 31% [=================== ] 656/2080 31% [=================== ] 657/2080 31% [=================== ] 658/2080 31% [=================== ] 659/2080 31% [=================== ] 660/2080 31% [=================== ] 661/2080 31% [=================== ] 662/2080 31% [=================== ] 663/2080 31% [=================== ] 664/2080 31% [=================== ] 665/2080 31% [=================== ] 666/2080 32% [=================== ] 667/2080 32% [=================== ] 668/2080 32% [=================== ] 669/2080 32% [=================== ] 670/2080 32% [==================== ] 671/2080 32% [==================== ] 672/2080 32% [==================== ] 673/2080 32% [==================== ] 674/2080 32% [==================== ] 675/2080 32% [==================== ] 676/2080 32% [==================== ] 677/2080 32% [==================== ] 678/2080 32% [==================== ] 679/2080 32% [==================== ] 680/2080 32% [==================== ] 681/2080 32% [==================== ] 682/2080 32% [==================== ] 683/2080 32% [==================== ] 684/2080 32% [==================== ] 685/2080 32% [==================== ] 686/2080 32% [==================== ] 687/2080 33% [==================== ] 688/2080 33% [==================== ] 689/2080 33% [==================== ] 690/2080 33% [==================== ] 691/2080 33% [==================== ] 692/2080 33% [==================== ] 693/2080 33% [==================== ] 694/2080 33% [==================== ] 695/2080 33% [==================== ] 696/2080 33% [==================== ] 697/2080 33% [==================== ] 698/2080 33% [==================== ] 699/2080 33% [==================== ] 700/2080 33% [==================== ] 701/2080 33% [==================== ] 702/2080 33% [==================== ] 703/2080 33% [==================== ] 704/2080 33% [===================== ] 705/2080 33% [===================== ] 706/2080 33% [===================== ] 707/2080 33% [===================== ] 708/2080 34% [===================== ] 709/2080 34% [===================== ] 710/2080 34% [===================== ] 711/2080 34% [===================== ] 712/2080 34% [===================== ] 713/2080 34% [===================== ] 714/2080 34% [===================== ] 715/2080 34% [===================== ] 716/2080 34% [===================== ] 717/2080 34% [===================== ] 718/2080 34% [===================== ] 719/2080 34% [===================== ] 720/2080 34% [===================== ] 721/2080 34% [===================== ] 722/2080 34% [===================== ] 723/2080 34% [===================== ] 724/2080 34% [===================== ] 725/2080 34% [===================== ] 726/2080 34% [===================== ] 727/2080 34% [===================== ] 728/2080 35% [===================== ] 729/2080 35% [===================== ] 730/2080 35% [===================== ] 731/2080 35% [===================== ] 732/2080 35% [===================== ] 733/2080 35% [===================== ] 734/2080 35% [===================== ] 735/2080 35% [===================== ] 736/2080 35% [===================== ] 737/2080 35% [===================== ] 738/2080 35% [====================== ] 739/2080 35% [====================== ] 740/2080 35% [====================== ] 741/2080 35% [====================== ] 742/2080 35% [====================== ] 743/2080 35% [====================== ] 744/2080 35% [====================== ] 745/2080 35% [====================== ] 746/2080 35% [====================== ] 747/2080 35% [====================== ] 748/2080 35% [====================== ] 749/2080 36% [====================== ] 750/2080 36% [====================== ] 751/2080 36% [====================== ] 752/2080 36% [====================== ] 753/2080 36% [====================== ] 754/2080 36% [====================== ] 755/2080 36% [====================== ] 756/2080 36% [====================== ] 757/2080 36% [====================== ] 758/2080 36% [====================== ] 759/2080 36% [====================== ] 760/2080 36% [====================== ] 761/2080 36% [====================== ] 762/2080 36% [====================== ] 763/2080 36% [====================== ] 764/2080 36% [====================== ] 765/2080 36% [====================== ] 766/2080 36% [====================== ] 767/2080 36% [====================== ] 768/2080 36% [====================== ] 769/2080 36% [====================== ] 770/2080 37% [====================== ] 771/2080 37% [======================= ] 772/2080 37% [======================= ] 773/2080 37% [======================= ] 774/2080 37% [======================= ] 775/2080 37% [======================= ] 776/2080 37% [======================= ] 777/2080 37% [======================= ] 778/2080 37% [======================= ] 779/2080 37% [======================= ] 780/2080 37% [======================= ] 781/2080 37% [======================= ] 782/2080 37% [======================= ] 783/2080 37% [======================= ] 784/2080 37% [======================= ] 785/2080 37% [======================= ] 786/2080 37% [======================= ] 787/2080 37% [======================= ] 788/2080 37% [======================= ] 789/2080 37% [======================= ] 790/2080 37% [======================= ] 791/2080 38% [======================= ] 792/2080 38% [======================= ] 793/2080 38% [======================= ] 794/2080 38% [======================= ] 795/2080 38% [======================= ] 796/2080 38% [======================= ] 797/2080 38% [======================= ] 798/2080 38% [======================= ] 799/2080 38% [======================= ] 800/2080 38% [======================= ] 801/2080 38% [======================= ] 802/2080 38% [======================= ] 803/2080 38% [======================= ] 804/2080 38% [======================= ] 805/2080 38% [======================== ] 806/2080 38% [======================== ] 807/2080 38% [======================== ] 808/2080 38% [======================== ] 809/2080 38% [======================== ] 810/2080 38% [======================== ] 811/2080 38% [======================== ] 812/2080 39% [======================== ] 813/2080 39% [======================== ] 814/2080 39% [======================== ] 815/2080 39% [======================== ] 816/2080 39% [======================== ] 817/2080 39% [======================== ] 818/2080 39% [======================== ] 819/2080 39% [======================== ] 820/2080 39% [======================== ] 821/2080 39% [======================== ] 822/2080 39% [======================== ] 823/2080 39% [======================== ] 824/2080 39% [======================== ] 825/2080 39% [======================== ] 826/2080 39% [======================== ] 827/2080 39% [======================== ] 828/2080 39% [======================== ] 829/2080 39% [======================== ] 830/2080 39% [======================== ] 831/2080 39% [======================== ] 832/2080 40% [======================== ] 833/2080 40% [======================== ] 834/2080 40% [======================== ] 835/2080 40% [======================== ] 836/2080 40% [======================== ] 837/2080 40% [======================== ] 838/2080 40% [========================= ] 839/2080 40% [========================= ] 840/2080 40% [========================= ] 841/2080 40% [========================= ] 842/2080 40% [========================= ] 843/2080 40% [========================= ] 844/2080 40% [========================= ] 845/2080 40% [========================= ] 846/2080 40% [========================= ] 847/2080 40% [========================= ] 848/2080 40% [========================= ] 849/2080 40% [========================= ] 850/2080 40% [========================= ] 851/2080 40% [========================= ] 852/2080 40% [========================= ] 853/2080 41% [========================= ] 854/2080 41% [========================= ] 855/2080 41% [========================= ] 856/2080 41% [========================= ] 857/2080 41% [========================= ] 858/2080 41% [========================= ] 859/2080 41% [========================= ] 860/2080 41% [========================= ] 861/2080 41% [========================= ] 862/2080 41% [========================= ] 863/2080 41% [========================= ] 864/2080 41% [========================= ] 865/2080 41% [========================= ] 866/2080 41% [========================= ] 867/2080 41% [========================= ] 868/2080 41% [========================= ] 869/2080 41% [========================= ] 870/2080 41% [========================= ] 871/2080 41% [========================= ] 872/2080 41% [========================== ] 873/2080 41% [========================== ] 874/2080 42% [========================== ] 875/2080 42% [========================== ] 876/2080 42% [========================== ] 877/2080 42% [========================== ] 878/2080 42% [========================== ] 879/2080 42% [========================== ] 880/2080 42% [========================== ] 881/2080 42% [========================== ] 882/2080 42% [========================== ] 883/2080 42% [========================== ] 884/2080 42% [========================== ] 885/2080 42% [========================== ] 886/2080 42% [========================== ] 887/2080 42% [========================== ] 888/2080 42% [========================== ] 889/2080 42% [========================== ] 890/2080 42% [========================== ] 891/2080 42% [========================== ] 892/2080 42% [========================== ] 893/2080 42% [========================== ] 894/2080 42% [========================== ] 895/2080 43% [========================== ] 896/2080 43% [========================== ] 897/2080 43% [========================== ] 898/2080 43% [========================== ] 899/2080 43% [========================== ] 900/2080 43% [========================== ] 901/2080 43% [========================== ] 902/2080 43% [========================== ] 903/2080 43% [========================== ] 904/2080 43% [========================== ] 905/2080 43% [=========================== ] 906/2080 43% [=========================== ] 907/2080 43% [=========================== ] 908/2080 43% [=========================== ] 909/2080 43% [=========================== ] 910/2080 43% [=========================== ] 911/2080 43% [=========================== ] 912/2080 43% [=========================== ] 913/2080 43% [=========================== ] 914/2080 43% [=========================== ] 915/2080 43% [=========================== ] 916/2080 44% [=========================== ] 917/2080 44% [=========================== ] 918/2080 44% [=========================== ] 919/2080 44% [=========================== ] 920/2080 44% [=========================== ] 921/2080 44% [=========================== ] 922/2080 44% [=========================== ] 923/2080 44% [=========================== ] 924/2080 44% [=========================== ] 925/2080 44% [=========================== ] 926/2080 44% [=========================== ] 927/2080 44% [=========================== ] 928/2080 44% [=========================== ] 929/2080 44% [=========================== ] 930/2080 44% [=========================== ] 931/2080 44% [=========================== ] 932/2080 44% [=========================== ] 933/2080 44% [=========================== ] 934/2080 44% [=========================== ] 935/2080 44% [=========================== ] 936/2080 45% [=========================== ] 937/2080 45% [=========================== ] 938/2080 45% [=========================== ] 939/2080 45% [============================ ] 940/2080 45% [============================ ] 941/2080 45% [============================ ] 942/2080 45% [============================ ] 943/2080 45% [============================ ] 944/2080 45% [============================ ] 945/2080 45% [============================ ] 946/2080 45% [============================ ] 947/2080 45% [============================ ] 948/2080 45% [============================ ] 949/2080 45% [============================ ] 950/2080 45% [============================ ] 951/2080 45% [============================ ] 952/2080 45% [============================ ] 953/2080 45% [============================ ] 954/2080 45% [============================ ] 955/2080 45% [============================ ] 956/2080 45% [============================ ] 957/2080 46% [============================ ] 958/2080 46% [============================ ] 959/2080 46% [============================ ] 960/2080 46% [============================ ] 961/2080 46% [============================ ] 962/2080 46% [============================ ] 963/2080 46% [============================ ] 964/2080 46% [============================ ] 965/2080 46% [============================ ] 966/2080 46% [============================ ] 967/2080 46% [============================ ] 968/2080 46% [============================ ] 969/2080 46% [============================ ] 970/2080 46% [============================ ] 971/2080 46% [============================ ] 972/2080 46% [============================= ] 973/2080 46% [============================= ] 974/2080 46% [============================= ] 975/2080 46% [============================= ] 976/2080 46% [============================= ] 977/2080 46% [============================= ] 978/2080 47% [============================= ] 979/2080 47% [============================= ] 980/2080 47% [============================= ] 981/2080 47% [============================= ] 982/2080 47% [============================= ] 983/2080 47% [============================= ] 984/2080 47% [============================= ] 985/2080 47% [============================= ] 986/2080 47% [============================= ] 987/2080 47% [============================= ] 988/2080 47% [============================= ] 989/2080 47% [============================= ] 990/2080 47% [============================= ] 991/2080 47% [============================= ] 992/2080 47% [============================= ] 993/2080 47% [============================= ] 994/2080 47% [============================= ] 995/2080 47% [============================= ] 996/2080 47% [============================= ] 997/2080 47% [============================= ] 998/2080 47% [============================= ] 999/2080 48% [============================= ] 1000/2080 48% [============================= ] 1001/2080 48% [============================= ] 1002/2080 48% [============================= ] 1003/2080 48% [============================= ] 1004/2080 48% [============================= ] 1005/2080 48% [============================= ] 1006/2080 48% [============================== ] 1007/2080 48% [============================== ] 1008/2080 48% [============================== ] 1009/2080 48% [============================== ] 1010/2080 48% [============================== ] 1011/2080 48% [============================== ] 1012/2080 48% [============================== ] 1013/2080 48% [============================== ] 1014/2080 48% [============================== ] 1015/2080 48% [============================== ] 1016/2080 48% [============================== ] 1017/2080 48% [============================== ] 1018/2080 48% [============================== ] 1019/2080 48% [============================== ] 1020/2080 49% [============================== ] 1021/2080 49% [============================== ] 1022/2080 49% [============================== ] 1023/2080 49% [============================== ] 1024/2080 49% [============================== ] 1025/2080 49% [============================== ] 1026/2080 49% [============================== ] 1027/2080 49% [============================== ] 1028/2080 49% [============================== ] 1029/2080 49% [============================== ] 1030/2080 49% [============================== ] 1031/2080 49% [============================== ] 1032/2080 49% [============================== ] 1033/2080 49% [============================== ] 1034/2080 49% [============================== ] 1035/2080 49% [============================== ] 1036/2080 49% [============================== ] 1037/2080 49% [============================== ] 1038/2080 49% [============================== ] 1039/2080 49% [=============================== ] 1040/2080 50% [=============================== ] 1041/2080 50% [=============================== ] 1042/2080 50% [=============================== ] 1043/2080 50% [=============================== ] 1044/2080 50% [=============================== ] 1045/2080 50% [=============================== ] 1046/2080 50% [=============================== ] 1047/2080 50% [=============================== ] 1048/2080 50% [=============================== ] 1049/2080 50% [=============================== ] 1050/2080 50% [=============================== ] 1051/2080 50% [=============================== ] 1052/2080 50% [=============================== ] 1053/2080 50% [=============================== ] 1054/2080 50% [=============================== ] 1055/2080 50% [=============================== ] 1056/2080 50% [=============================== ] 1057/2080 50% [=============================== ] 1058/2080 50% [=============================== ] 1059/2080 50% [=============================== ] 1060/2080 50% [=============================== ] 1061/2080 51% [=============================== ] 1062/2080 51% [=============================== ] 1063/2080 51% [=============================== ] 1064/2080 51% [=============================== ] 1065/2080 51% [=============================== ] 1066/2080 51% [=============================== ] 1067/2080 51% [=============================== ] 1068/2080 51% [=============================== ] 1069/2080 51% [=============================== ] 1070/2080 51% [=============================== ] 1071/2080 51% [=============================== ] 1072/2080 51% [=============================== ] 1073/2080 51% [================================ ] 1074/2080 51% [================================ ] 1075/2080 51% [================================ ] 1076/2080 51% [================================ ] 1077/2080 51% [================================ ] 1078/2080 51% [================================ ] 1079/2080 51% [================================ ] 1080/2080 51% [================================ ] 1081/2080 51% [================================ ] 1082/2080 52% [================================ ] 1083/2080 52% [================================ ] 1084/2080 52% [================================ ] 1085/2080 52% [================================ ] 1086/2080 52% [================================ ] 1087/2080 52% [================================ ] 1088/2080 52% [================================ ] 1089/2080 52% [================================ ] 1090/2080 52% [================================ ] 1091/2080 52% [================================ ] 1092/2080 52% [================================ ] 1093/2080 52% [================================ ] 1094/2080 52% [================================ ] 1095/2080 52% [================================ ] 1096/2080 52% [================================ ] 1097/2080 52% [================================ ] 1098/2080 52% [================================ ] 1099/2080 52% [================================ ] 1100/2080 52% [================================ ] 1101/2080 52% [================================ ] 1102/2080 52% [================================ ] 1103/2080 53% [================================ ] 1104/2080 53% [================================ ] 1105/2080 53% [================================ ] 1106/2080 53% [================================ ] 1107/2080 53% [================================= ] 1108/2080 53% [================================= ] 1109/2080 53% [================================= ] 1110/2080 53% [================================= ] 1111/2080 53% [================================= ] 1112/2080 53% [================================= ] 1113/2080 53% [================================= ] 1114/2080 53% [================================= ] 1115/2080 53% [================================= ] 1116/2080 53% [================================= ] 1117/2080 53% [================================= ] 1118/2080 53% [================================= ] 1119/2080 53% [================================= ] 1120/2080 53% [================================= ] 1121/2080 53% [================================= ] 1122/2080 53% [================================= ] 1123/2080 53% [================================= ] 1124/2080 54% [================================= ] 1125/2080 54% [================================= ] 1126/2080 54% [================================= ] 1127/2080 54% [================================= ] 1128/2080 54% [================================= ] 1129/2080 54% [================================= ] 1130/2080 54% [================================= ] 1131/2080 54% [================================= ] 1132/2080 54% [================================= ] 1133/2080 54% [================================= ] 1134/2080 54% [================================= ] 1135/2080 54% [================================= ] 1136/2080 54% [================================= ] 1137/2080 54% [================================= ] 1138/2080 54% [================================= ] 1139/2080 54% [================================= ] 1140/2080 54% [================================== ] 1141/2080 54% [================================== ] 1142/2080 54% [================================== ] 1143/2080 54% [================================== ] 1144/2080 55% [================================== ] 1145/2080 55% [================================== ] 1146/2080 55% [================================== ] 1147/2080 55% [================================== ] 1148/2080 55% [================================== ] 1149/2080 55% [================================== ] 1150/2080 55% [================================== ] 1151/2080 55% [================================== ] 1152/2080 55% [================================== ] 1153/2080 55% [================================== ] 1154/2080 55% [================================== ] 1155/2080 55% [================================== ] 1156/2080 55% [================================== ] 1157/2080 55% [================================== ] 1158/2080 55% [================================== ] 1159/2080 55% [================================== ] 1160/2080 55% [================================== ] 1161/2080 55% [================================== ] 1162/2080 55% [================================== ] 1163/2080 55% [================================== ] 1164/2080 55% [================================== ] 1165/2080 56% [================================== ] 1166/2080 56% [================================== ] 1167/2080 56% [================================== ] 1168/2080 56% [================================== ] 1169/2080 56% [================================== ] 1170/2080 56% [================================== ] 1171/2080 56% [================================== ] 1172/2080 56% [================================== ] 1173/2080 56% [================================== ] 1174/2080 56% [=================================== ] 1175/2080 56% [=================================== ] 1176/2080 56% [=================================== ] 1177/2080 56% [=================================== ] 1178/2080 56% [=================================== ] 1179/2080 56% [=================================== ] 1180/2080 56% [=================================== ] 1181/2080 56% [=================================== ] 1182/2080 56% [=================================== ] 1183/2080 56% [=================================== ] 1184/2080 56% [=================================== ] 1185/2080 56% [=================================== ] 1186/2080 57% [=================================== ] 1187/2080 57% [=================================== ] 1188/2080 57% [=================================== ] 1189/2080 57% [=================================== ] 1190/2080 57% [=================================== ] 1191/2080 57% [=================================== ] 1192/2080 57% [=================================== ] 1193/2080 57% [=================================== ] 1194/2080 57% [=================================== ] 1195/2080 57% [=================================== ] 1196/2080 57% [=================================== ] 1197/2080 57% [=================================== ] 1198/2080 57% [=================================== ] 1199/2080 57% [=================================== ] 1200/2080 57% [=================================== ] 1201/2080 57% [=================================== ] 1202/2080 57% [=================================== ] 1203/2080 57% [=================================== ] 1204/2080 57% [=================================== ] 1205/2080 57% [=================================== ] 1206/2080 57% [=================================== ] 1207/2080 58% [==================================== ] 1208/2080 58% [==================================== ] 1209/2080 58% [==================================== ] 1210/2080 58% [==================================== ] 1211/2080 58% [==================================== ] 1212/2080 58% [==================================== ] 1213/2080 58% [==================================== ] 1214/2080 58% [==================================== ] 1215/2080 58% [==================================== ] 1216/2080 58% [==================================== ] 1217/2080 58% [==================================== ] 1218/2080 58% [==================================== ] 1219/2080 58% [==================================== ] 1220/2080 58% [==================================== ] 1221/2080 58% [==================================== ] 1222/2080 58% [==================================== ] 1223/2080 58% [==================================== ] 1224/2080 58% [==================================== ] 1225/2080 58% [==================================== ] 1226/2080 58% [==================================== ] 1227/2080 58% [==================================== ] 1228/2080 59% [==================================== ] 1229/2080 59% [==================================== ] 1230/2080 59% [==================================== ] 1231/2080 59% [==================================== ] 1232/2080 59% [==================================== ] 1233/2080 59% [==================================== ] 1234/2080 59% [==================================== ] 1235/2080 59% [==================================== ] 1236/2080 59% [==================================== ] 1237/2080 59% [==================================== ] 1238/2080 59% [==================================== ] 1239/2080 59% [==================================== ] 1240/2080 59% [==================================== ] 1241/2080 59% [===================================== ] 1242/2080 59% [===================================== ] 1243/2080 59% [===================================== ] 1244/2080 59% [===================================== ] 1245/2080 59% [===================================== ] 1246/2080 59% [===================================== ] 1247/2080 59% [===================================== ] 1248/2080 60% [===================================== ] 1249/2080 60% [===================================== ] 1250/2080 60% [===================================== ] 1251/2080 60% [===================================== ] 1252/2080 60% [===================================== ] 1253/2080 60% [===================================== ] 1254/2080 60% [===================================== ] 1255/2080 60% [===================================== ] 1256/2080 60% [===================================== ] 1257/2080 60% [===================================== ] 1258/2080 60% [===================================== ] 1259/2080 60% [===================================== ] 1260/2080 60% [===================================== ] 1261/2080 60% [===================================== ] 1262/2080 60% [===================================== ] 1263/2080 60% [===================================== ] 1264/2080 60% [===================================== ] 1265/2080 60% [===================================== ] 1266/2080 60% [===================================== ] 1267/2080 60% [===================================== ] 1268/2080 60% [===================================== ] 1269/2080 61% [===================================== ] 1270/2080 61% [===================================== ] 1271/2080 61% [===================================== ] 1272/2080 61% [===================================== ] 1273/2080 61% [===================================== ] 1274/2080 61% [====================================== ] 1275/2080 61% [====================================== ] 1276/2080 61% [====================================== ] 1277/2080 61% [====================================== ] 1278/2080 61% [====================================== ] 1279/2080 61% [====================================== ] 1280/2080 61% [====================================== ] 1281/2080 61% [====================================== ] 1282/2080 61% [====================================== ] 1283/2080 61% [====================================== ] 1284/2080 61% [====================================== ] 1285/2080 61% [====================================== ] 1286/2080 61% [====================================== ] 1287/2080 61% [====================================== ] 1288/2080 61% [====================================== ] 1289/2080 61% [====================================== ] 1290/2080 62% [====================================== ] 1291/2080 62% [====================================== ] 1292/2080 62% [====================================== ] 1293/2080 62% [====================================== ] 1294/2080 62% [====================================== ] 1295/2080 62% [====================================== ] 1296/2080 62% [====================================== ] 1297/2080 62% [====================================== ] 1298/2080 62% [====================================== ] 1299/2080 62% [====================================== ] 1300/2080 62% [====================================== ] 1301/2080 62% [====================================== ] 1302/2080 62% [====================================== ] 1303/2080 62% [====================================== ] 1304/2080 62% [====================================== ] 1305/2080 62% [====================================== ] 1306/2080 62% [====================================== ] 1307/2080 62% [====================================== ] 1308/2080 62% [======================================= ] 1309/2080 62% [======================================= ] 1310/2080 62% [======================================= ] 1311/2080 63% [======================================= ] 1312/2080 63% [======================================= ] 1313/2080 63% [======================================= ] 1314/2080 63% [======================================= ] 1315/2080 63% [======================================= ] 1316/2080 63% [======================================= ] 1317/2080 63% [======================================= ] 1318/2080 63% [======================================= ] 1319/2080 63% [======================================= ] 1320/2080 63% [======================================= ] 1321/2080 63% [======================================= ] 1322/2080 63% [======================================= ] 1323/2080 63% [======================================= ] 1324/2080 63% [======================================= ] 1325/2080 63% [======================================= ] 1326/2080 63% [======================================= ] 1327/2080 63% [======================================= ] 1328/2080 63% [======================================= ] 1329/2080 63% [======================================= ] 1330/2080 63% [======================================= ] 1331/2080 63% [======================================= ] 1332/2080 64% [======================================= ] 1333/2080 64% [======================================= ] 1334/2080 64% [======================================= ] 1335/2080 64% [======================================= ] 1336/2080 64% [======================================= ] 1337/2080 64% [======================================= ] 1338/2080 64% [======================================= ] 1339/2080 64% [======================================= ] 1340/2080 64% [======================================= ] 1341/2080 64% [======================================== ] 1342/2080 64% [======================================== ] 1343/2080 64% [======================================== ] 1344/2080 64% [======================================== ] 1345/2080 64% [======================================== ] 1346/2080 64% [======================================== ] 1347/2080 64% [======================================== ] 1348/2080 64% [======================================== ] 1349/2080 64% [======================================== ] 1350/2080 64% [======================================== ] 1351/2080 64% [======================================== ] 1352/2080 65% [======================================== ] 1353/2080 65% [======================================== ] 1354/2080 65% [======================================== ] 1355/2080 65% [======================================== ] 1356/2080 65% [======================================== ] 1357/2080 65% [======================================== ] 1358/2080 65% [======================================== ] 1359/2080 65% [======================================== ] 1360/2080 65% [======================================== ] 1361/2080 65% [======================================== ] 1362/2080 65% [======================================== ] 1363/2080 65% [======================================== ] 1364/2080 65% [======================================== ] 1365/2080 65% [======================================== ] 1366/2080 65% [======================================== ] 1367/2080 65% [======================================== ] 1368/2080 65% [======================================== ] 1369/2080 65% [======================================== ] 1370/2080 65% [======================================== ] 1371/2080 65% [======================================== ] 1372/2080 65% [======================================== ] 1373/2080 66% [======================================== ] 1374/2080 66% [======================================== ] 1375/2080 66% [========================================= ] 1376/2080 66% [========================================= ] 1377/2080 66% [========================================= ] 1378/2080 66% [========================================= ] 1379/2080 66% [========================================= ] 1380/2080 66% [========================================= ] 1381/2080 66% [========================================= ] 1382/2080 66% [========================================= ] 1383/2080 66% [========================================= ] 1384/2080 66% [========================================= ] 1385/2080 66% [========================================= ] 1386/2080 66% [========================================= ] 1387/2080 66% [========================================= ] 1388/2080 66% [========================================= ] 1389/2080 66% [========================================= ] 1390/2080 66% [========================================= ] 1391/2080 66% [========================================= ] 1392/2080 66% [========================================= ] 1393/2080 66% [========================================= ] 1394/2080 67% [========================================= ] 1395/2080 67% [========================================= ] 1396/2080 67% [========================================= ] 1397/2080 67% [========================================= ] 1398/2080 67% [========================================= ] 1399/2080 67% [========================================= ] 1400/2080 67% [========================================= ] 1401/2080 67% [========================================= ] 1402/2080 67% [========================================= ] 1403/2080 67% [========================================= ] 1404/2080 67% [========================================= ] 1405/2080 67% [========================================= ] 1406/2080 67% [========================================= ] 1407/2080 67% [========================================= ] 1408/2080 67% [========================================= ] 1409/2080 67% [========================================== ] 1410/2080 67% [========================================== ] 1411/2080 67% [========================================== ] 1412/2080 67% [========================================== ] 1413/2080 67% [========================================== ] 1414/2080 67% [========================================== ] 1415/2080 68% [========================================== ] 1416/2080 68% [========================================== ] 1417/2080 68% [========================================== ] 1418/2080 68% [========================================== ] 1419/2080 68% [========================================== ] 1420/2080 68% [========================================== ] 1421/2080 68% [========================================== ] 1422/2080 68% [========================================== ] 1423/2080 68% [========================================== ] 1424/2080 68% [========================================== ] 1425/2080 68% [========================================== ] 1426/2080 68% [========================================== ] 1427/2080 68% [========================================== ] 1428/2080 68% [========================================== ] 1429/2080 68% [========================================== ] 1430/2080 68% [========================================== ] 1431/2080 68% [========================================== ] 1432/2080 68% [========================================== ] 1433/2080 68% [========================================== ] 1434/2080 68% [========================================== ] 1435/2080 68% [========================================== ] 1436/2080 69% [========================================== ] 1437/2080 69% [========================================== ] 1438/2080 69% [========================================== ] 1439/2080 69% [========================================== ] 1440/2080 69% [========================================== ] 1441/2080 69% [========================================== ] 1442/2080 69% [=========================================== ] 1443/2080 69% [=========================================== ] 1444/2080 69% [=========================================== ] 1445/2080 69% [=========================================== ] 1446/2080 69% [=========================================== ] 1447/2080 69% [=========================================== ] 1448/2080 69% [=========================================== ] 1449/2080 69% [=========================================== ] 1450/2080 69% [=========================================== ] 1451/2080 69% [=========================================== ] 1452/2080 69% [=========================================== ] 1453/2080 69% [=========================================== ] 1454/2080 69% [=========================================== ] 1455/2080 69% [=========================================== ] 1456/2080 70% [=========================================== ] 1457/2080 70% [=========================================== ] 1458/2080 70% [=========================================== ] 1459/2080 70% [=========================================== ] 1460/2080 70% [=========================================== ] 1461/2080 70% [=========================================== ] 1462/2080 70% [=========================================== ] 1463/2080 70% [=========================================== ] 1464/2080 70% [=========================================== ] 1465/2080 70% [=========================================== ] 1466/2080 70% [=========================================== ] 1467/2080 70% [=========================================== ] 1468/2080 70% [=========================================== ] 1469/2080 70% [=========================================== ] 1470/2080 70% [=========================================== ] 1471/2080 70% [=========================================== ] 1472/2080 70% [=========================================== ] 1473/2080 70% [=========================================== ] 1474/2080 70% [=========================================== ] 1475/2080 70% [=========================================== ] 1476/2080 70% [============================================ ] 1477/2080 71% [============================================ ] 1478/2080 71% [============================================ ] 1479/2080 71% [============================================ ] 1480/2080 71% [============================================ ] 1481/2080 71% [============================================ ] 1482/2080 71% [============================================ ] 1483/2080 71% [============================================ ] 1484/2080 71% [============================================ ] 1485/2080 71% [============================================ ] 1486/2080 71% [============================================ ] 1487/2080 71% [============================================ ] 1488/2080 71% [============================================ ] 1489/2080 71% [============================================ ] 1490/2080 71% [============================================ ] 1491/2080 71% [============================================ ] 1492/2080 71% [============================================ ] 1493/2080 71% [============================================ ] 1494/2080 71% [============================================ ] 1495/2080 71% [============================================ ] 1496/2080 71% [============================================ ] 1497/2080 71% [============================================ ] 1498/2080 72% [============================================ ] 1499/2080 72% [============================================ ] 1500/2080 72% [============================================ ] 1501/2080 72% [============================================ ] 1502/2080 72% [============================================ ] 1503/2080 72% [============================================ ] 1504/2080 72% [============================================ ] 1505/2080 72% [============================================ ] 1506/2080 72% [============================================ ] 1507/2080 72% [============================================ ] 1508/2080 72% [============================================ ] 1509/2080 72% [============================================= ] 1510/2080 72% [============================================= ] 1511/2080 72% [============================================= ] 1512/2080 72% [============================================= ] 1513/2080 72% [============================================= ] 1514/2080 72% [============================================= ] 1515/2080 72% [============================================= ] 1516/2080 72% [============================================= ] 1517/2080 72% [============================================= ] 1518/2080 72% [============================================= ] 1519/2080 73% [============================================= ] 1520/2080 73% [============================================= ] 1521/2080 73% [============================================= ] 1522/2080 73% [============================================= ] 1523/2080 73% [============================================= ] 1524/2080 73% [============================================= ] 1525/2080 73% [============================================= ] 1526/2080 73% [============================================= ] 1527/2080 73% [============================================= ] 1528/2080 73% [============================================= ] 1529/2080 73% [============================================= ] 1530/2080 73% [============================================= ] 1531/2080 73% [============================================= ] 1532/2080 73% [============================================= ] 1533/2080 73% [============================================= ] 1534/2080 73% [============================================= ] 1535/2080 73% [============================================= ] 1536/2080 73% [============================================= ] 1537/2080 73% [============================================= ] 1538/2080 73% [============================================= ] 1539/2080 73% [============================================= ] 1540/2080 74% [============================================= ] 1541/2080 74% [============================================= ] 1542/2080 74% [============================================= ] 1543/2080 74% [============================================== ] 1544/2080 74% [============================================== ] 1545/2080 74% [============================================== ] 1546/2080 74% [============================================== ] 1547/2080 74% [============================================== ] 1548/2080 74% [============================================== ] 1549/2080 74% [============================================== ] 1550/2080 74% [============================================== ] 1551/2080 74% [============================================== ] 1552/2080 74% [============================================== ] 1553/2080 74% [============================================== ] 1554/2080 74% [============================================== ] 1555/2080 74% [============================================== ] 1556/2080 74% [============================================== ] 1557/2080 74% [============================================== ] 1558/2080 74% [============================================== ] 1559/2080 74% [============================================== ] 1560/2080 75% [============================================== ] 1561/2080 75% [============================================== ] 1562/2080 75% [============================================== ] 1563/2080 75% [============================================== ] 1564/2080 75% [============================================== ] 1565/2080 75% [============================================== ] 1566/2080 75% [============================================== ] 1567/2080 75% [============================================== ] 1568/2080 75% [============================================== ] 1569/2080 75% [============================================== ] 1570/2080 75% [============================================== ] 1571/2080 75% [============================================== ] 1572/2080 75% [============================================== ] 1573/2080 75% [============================================== ] 1574/2080 75% [============================================== ] 1575/2080 75% [============================================== ] 1576/2080 75% [=============================================== ] 1577/2080 75% [=============================================== ] 1578/2080 75% [=============================================== ] 1579/2080 75% [=============================================== ] 1580/2080 75% [=============================================== ] 1581/2080 76% [=============================================== ] 1582/2080 76% [=============================================== ] 1583/2080 76% [=============================================== ] 1584/2080 76% [=============================================== ] 1585/2080 76% [=============================================== ] 1586/2080 76% [=============================================== ] 1587/2080 76% [=============================================== ] 1588/2080 76% [=============================================== ] 1589/2080 76% [=============================================== ] 1590/2080 76% [=============================================== ] 1591/2080 76% [=============================================== ] 1592/2080 76% [=============================================== ] 1593/2080 76% [=============================================== ] 1594/2080 76% [=============================================== ] 1595/2080 76% [=============================================== ] 1596/2080 76% [=============================================== ] 1597/2080 76% [=============================================== ] 1598/2080 76% [=============================================== ] 1599/2080 76% [=============================================== ] 1600/2080 76% [=============================================== ] 1601/2080 76% [=============================================== ] 1602/2080 77% [=============================================== ] 1603/2080 77% [=============================================== ] 1604/2080 77% [=============================================== ] 1605/2080 77% [=============================================== ] 1606/2080 77% [=============================================== ] 1607/2080 77% [=============================================== ] 1608/2080 77% [=============================================== ] 1609/2080 77% [=============================================== ] 1610/2080 77% [================================================ ] 1611/2080 77% [================================================ ] 1612/2080 77% [================================================ ] 1613/2080 77% [================================================ ] 1614/2080 77% [================================================ ] 1615/2080 77% [================================================ ] 1616/2080 77% [================================================ ] 1617/2080 77% [================================================ ] 1618/2080 77% [================================================ ] 1619/2080 77% [================================================ ] 1620/2080 77% [================================================ ] 1621/2080 77% [================================================ ] 1622/2080 77% [================================================ ] 1623/2080 78% [================================================ ] 1624/2080 78% [================================================ ] 1625/2080 78% [================================================ ] 1626/2080 78% [================================================ ] 1627/2080 78% [================================================ ] 1628/2080 78% [================================================ ] 1629/2080 78% [================================================ ] 1630/2080 78% [================================================ ] 1631/2080 78% [================================================ ] 1632/2080 78% [================================================ ] 1633/2080 78% [================================================ ] 1634/2080 78% [================================================ ] 1635/2080 78% [================================================ ] 1636/2080 78% [================================================ ] 1637/2080 78% [================================================ ] 1638/2080 78% [================================================ ] 1639/2080 78% [================================================ ] 1640/2080 78% [================================================ ] 1641/2080 78% [================================================ ] 1642/2080 78% [================================================ ] 1643/2080 78% [================================================= ] 1644/2080 79% [================================================= ] 1645/2080 79% [================================================= ] 1646/2080 79% [================================================= ] 1647/2080 79% [================================================= ] 1648/2080 79% [================================================= ] 1649/2080 79% [================================================= ] 1650/2080 79% [================================================= ] 1651/2080 79% [================================================= ] 1652/2080 79% [================================================= ] 1653/2080 79% [================================================= ] 1654/2080 79% [================================================= ] 1655/2080 79% [================================================= ] 1656/2080 79% [================================================= ] 1657/2080 79% [================================================= ] 1658/2080 79% [================================================= ] 1659/2080 79% [================================================= ] 1660/2080 79% [================================================= ] 1661/2080 79% [================================================= ] 1662/2080 79% [================================================= ] 1663/2080 79% [================================================= ] 1664/2080 80% [================================================= ] 1665/2080 80% [================================================= ] 1666/2080 80% [================================================= ] 1667/2080 80% [================================================= ] 1668/2080 80% [================================================= ] 1669/2080 80% [================================================= ] 1670/2080 80% [================================================= ] 1671/2080 80% [================================================= ] 1672/2080 80% [================================================= ] 1673/2080 80% [================================================= ] 1674/2080 80% [================================================= ] 1675/2080 80% [================================================= ] 1676/2080 80% [================================================= ] 1677/2080 80% [================================================== ] 1678/2080 80% [================================================== ] 1679/2080 80% [================================================== ] 1680/2080 80% [================================================== ] 1681/2080 80% [================================================== ] 1682/2080 80% [================================================== ] 1683/2080 80% [================================================== ] 1684/2080 80% [================================================== ] 1685/2080 81% [================================================== ] 1686/2080 81% [================================================== ] 1687/2080 81% [================================================== ] 1688/2080 81% [================================================== ] 1689/2080 81% [================================================== ] 1690/2080 81% [================================================== ] 1691/2080 81% [================================================== ] 1692/2080 81% [================================================== ] 1693/2080 81% [================================================== ] 1694/2080 81% [================================================== ] 1695/2080 81% [================================================== ] 1696/2080 81% [================================================== ] 1697/2080 81% [================================================== ] 1698/2080 81% [================================================== ] 1699/2080 81% [================================================== ] 1700/2080 81% [================================================== ] 1701/2080 81% [================================================== ] 1702/2080 81% [================================================== ] 1703/2080 81% [================================================== ] 1704/2080 81% [================================================== ] 1705/2080 81% [================================================== ] 1706/2080 82% [================================================== ] 1707/2080 82% [================================================== ] 1708/2080 82% [================================================== ] 1709/2080 82% [================================================== ] 1710/2080 82% [=================================================== ] 1711/2080 82% [=================================================== ] 1712/2080 82% [=================================================== ] 1713/2080 82% [=================================================== ] 1714/2080 82% [=================================================== ] 1715/2080 82% [=================================================== ] 1716/2080 82% [=================================================== ] 1717/2080 82% [=================================================== ] 1718/2080 82% [=================================================== ] 1719/2080 82% [=================================================== ] 1720/2080 82% [=================================================== ] 1721/2080 82% [=================================================== ] 1722/2080 82% [=================================================== ] 1723/2080 82% [=================================================== ] 1724/2080 82% [=================================================== ] 1725/2080 82% [=================================================== ] 1726/2080 82% [=================================================== ] 1727/2080 83% [=================================================== ] 1728/2080 83% [=================================================== ] 1729/2080 83% [=================================================== ] 1730/2080 83% [=================================================== ] 1731/2080 83% [=================================================== ] 1732/2080 83% [=================================================== ] 1733/2080 83% [=================================================== ] 1734/2080 83% [=================================================== ] 1735/2080 83% [=================================================== ] 1736/2080 83% [=================================================== ] 1737/2080 83% [=================================================== ] 1738/2080 83% [=================================================== ] 1739/2080 83% [=================================================== ] 1740/2080 83% [=================================================== ] 1741/2080 83% [=================================================== ] 1742/2080 83% [=================================================== ] 1743/2080 83% [=================================================== ] 1744/2080 83% [==================================================== ] 1745/2080 83% [==================================================== ] 1746/2080 83% [==================================================== ] 1747/2080 83% [==================================================== ] 1748/2080 84% [==================================================== ] 1749/2080 84% [==================================================== ] 1750/2080 84% [==================================================== ] 1751/2080 84% [==================================================== ] 1752/2080 84% [==================================================== ] 1753/2080 84% [==================================================== ] 1754/2080 84% [==================================================== ] 1755/2080 84% [==================================================== ] 1756/2080 84% [==================================================== ] 1757/2080 84% [==================================================== ] 1758/2080 84% [==================================================== ] 1759/2080 84% [==================================================== ] 1760/2080 84% [==================================================== ] 1761/2080 84% [==================================================== ] 1762/2080 84% [==================================================== ] 1763/2080 84% [==================================================== ] 1764/2080 84% [==================================================== ] 1765/2080 84% [==================================================== ] 1766/2080 84% [==================================================== ] 1767/2080 84% [==================================================== ] 1768/2080 85% [==================================================== ] 1769/2080 85% [==================================================== ] 1770/2080 85% [==================================================== ] 1771/2080 85% [==================================================== ] 1772/2080 85% [==================================================== ] 1773/2080 85% [==================================================== ] 1774/2080 85% [==================================================== ] 1775/2080 85% [==================================================== ] 1776/2080 85% [==================================================== ] 1777/2080 85% [==================================================== ] 1778/2080 85% [===================================================== ] 1779/2080 85% [===================================================== ] 1780/2080 85% [===================================================== ] 1781/2080 85% [===================================================== ] 1782/2080 85% [===================================================== ] 1783/2080 85% [===================================================== ] 1784/2080 85% [===================================================== ] 1785/2080 85% [===================================================== ] 1786/2080 85% [===================================================== ] 1787/2080 85% [===================================================== ] 1788/2080 85% [===================================================== ] 1789/2080 86% [===================================================== ] 1790/2080 86% [===================================================== ] 1791/2080 86% [===================================================== ] 1792/2080 86% [===================================================== ] 1793/2080 86% [===================================================== ] 1794/2080 86% [===================================================== ] 1795/2080 86% [===================================================== ] 1796/2080 86% [===================================================== ] 1797/2080 86% [===================================================== ] 1798/2080 86% [===================================================== ] 1799/2080 86% [===================================================== ] 1800/2080 86% [===================================================== ] 1801/2080 86% [===================================================== ] 1802/2080 86% [===================================================== ] 1803/2080 86% [===================================================== ] 1804/2080 86% [===================================================== ] 1805/2080 86% [===================================================== ] 1806/2080 86% [===================================================== ] 1807/2080 86% [===================================================== ] 1808/2080 86% [===================================================== ] 1809/2080 86% [===================================================== ] 1810/2080 87% [===================================================== ] 1811/2080 87% [====================================================== ] 1812/2080 87% [====================================================== ] 1813/2080 87% [====================================================== ] 1814/2080 87% [====================================================== ] 1815/2080 87% [====================================================== ] 1816/2080 87% [====================================================== ] 1817/2080 87% [====================================================== ] 1818/2080 87% [====================================================== ] 1819/2080 87% [====================================================== ] 1820/2080 87% [====================================================== ] 1821/2080 87% [====================================================== ] 1822/2080 87% [====================================================== ] 1823/2080 87% [====================================================== ] 1824/2080 87% [====================================================== ] 1825/2080 87% [====================================================== ] 1826/2080 87% [====================================================== ] 1827/2080 87% [====================================================== ] 1828/2080 87% [====================================================== ] 1829/2080 87% [====================================================== ] 1830/2080 87% [====================================================== ] 1831/2080 88% [====================================================== ] 1832/2080 88% [====================================================== ] 1833/2080 88% [====================================================== ] 1834/2080 88% [====================================================== ] 1835/2080 88% [====================================================== ] 1836/2080 88% [====================================================== ] 1837/2080 88% [====================================================== ] 1838/2080 88% [====================================================== ] 1839/2080 88% [====================================================== ] 1840/2080 88% [====================================================== ] 1841/2080 88% [====================================================== ] 1842/2080 88% [====================================================== ] 1843/2080 88% [====================================================== ] 1844/2080 88% [====================================================== ] 1845/2080 88% [======================================================= ] 1846/2080 88% [======================================================= ] 1847/2080 88% [======================================================= ] 1848/2080 88% [======================================================= ] 1849/2080 88% [======================================================= ] 1850/2080 88% [======================================================= ] 1851/2080 88% [======================================================= ] 1852/2080 89% [======================================================= ] 1853/2080 89% [======================================================= ] 1854/2080 89% [======================================================= ] 1855/2080 89% [======================================================= ] 1856/2080 89% [======================================================= ] 1857/2080 89% [======================================================= ] 1858/2080 89% [======================================================= ] 1859/2080 89% [======================================================= ] 1860/2080 89% [======================================================= ] 1861/2080 89% [======================================================= ] 1862/2080 89% [======================================================= ] 1863/2080 89% [======================================================= ] 1864/2080 89% [======================================================= ] 1865/2080 89% [======================================================= ] 1866/2080 89% [======================================================= ] 1867/2080 89% [======================================================= ] 1868/2080 89% [======================================================= ] 1869/2080 89% [======================================================= ] 1870/2080 89% [======================================================= ] 1871/2080 89% [======================================================= ] 1872/2080 90% [======================================================= ] 1873/2080 90% [======================================================= ] 1874/2080 90% [======================================================= ] 1875/2080 90% [======================================================= ] 1876/2080 90% [======================================================= ] 1877/2080 90% [======================================================= ] 1878/2080 90% [======================================================== ] 1879/2080 90% [======================================================== ] 1880/2080 90% [======================================================== ] 1881/2080 90% [======================================================== ] 1882/2080 90% [======================================================== ] 1883/2080 90% [======================================================== ] 1884/2080 90% [======================================================== ] 1885/2080 90% [======================================================== ] 1886/2080 90% [======================================================== ] 1887/2080 90% [======================================================== ] 1888/2080 90% [======================================================== ] 1889/2080 90% [======================================================== ] 1890/2080 90% [======================================================== ] 1891/2080 90% [======================================================== ] 1892/2080 90% [======================================================== ] 1893/2080 91% [======================================================== ] 1894/2080 91% [======================================================== ] 1895/2080 91% [======================================================== ] 1896/2080 91% [======================================================== ] 1897/2080 91% [======================================================== ] 1898/2080 91% [======================================================== ] 1899/2080 91% [======================================================== ] 1900/2080 91% [======================================================== ] 1901/2080 91% [======================================================== ] 1902/2080 91% [======================================================== ] 1903/2080 91% [======================================================== ] 1904/2080 91% [======================================================== ] 1905/2080 91% [======================================================== ] 1906/2080 91% [======================================================== ] 1907/2080 91% [======================================================== ] 1908/2080 91% [======================================================== ] 1909/2080 91% [======================================================== ] 1910/2080 91% [======================================================== ] 1911/2080 91% [======================================================== ] 1912/2080 91% [========================================================= ] 1913/2080 91% [========================================================= ] 1914/2080 92% [========================================================= ] 1915/2080 92% [========================================================= ] 1916/2080 92% [========================================================= ] 1917/2080 92% [========================================================= ] 1918/2080 92% [========================================================= ] 1919/2080 92% [========================================================= ] 1920/2080 92% [========================================================= ] 1921/2080 92% [========================================================= ] 1922/2080 92% [========================================================= ] 1923/2080 92% [========================================================= ] 1924/2080 92% [========================================================= ] 1925/2080 92% [========================================================= ] 1926/2080 92% [========================================================= ] 1927/2080 92% [========================================================= ] 1928/2080 92% [========================================================= ] 1929/2080 92% [========================================================= ] 1930/2080 92% [========================================================= ] 1931/2080 92% [========================================================= ] 1932/2080 92% [========================================================= ] 1933/2080 92% [========================================================= ] 1934/2080 92% [========================================================= ] 1935/2080 93% [========================================================= ] 1936/2080 93% [========================================================= ] 1937/2080 93% [========================================================= ] 1938/2080 93% [========================================================= ] 1939/2080 93% [========================================================= ] 1940/2080 93% [========================================================= ] 1941/2080 93% [========================================================= ] 1942/2080 93% [========================================================= ] 1943/2080 93% [========================================================= ] 1944/2080 93% [========================================================= ] 1945/2080 93% [========================================================== ] 1946/2080 93% [========================================================== ] 1947/2080 93% [========================================================== ] 1948/2080 93% [========================================================== ] 1949/2080 93% [========================================================== ] 1950/2080 93% [========================================================== ] 1951/2080 93% [========================================================== ] 1952/2080 93% [========================================================== ] 1953/2080 93% [========================================================== ] 1954/2080 93% [========================================================== ] 1955/2080 93% [========================================================== ] 1956/2080 94% [========================================================== ] 1957/2080 94% [========================================================== ] 1958/2080 94% [========================================================== ] 1959/2080 94% [========================================================== ] 1960/2080 94% [========================================================== ] 1961/2080 94% [========================================================== ] 1962/2080 94% [========================================================== ] 1963/2080 94% [========================================================== ] 1964/2080 94% [========================================================== ] 1965/2080 94% [========================================================== ] 1966/2080 94% [========================================================== ] 1967/2080 94% [========================================================== ] 1968/2080 94% [========================================================== ] 1969/2080 94% [========================================================== ] 1970/2080 94% [========================================================== ] 1971/2080 94% [========================================================== ] 1972/2080 94% [========================================================== ] 1973/2080 94% [========================================================== ] 1974/2080 94% [========================================================== ] 1975/2080 94% [========================================================== ] 1976/2080 95% [========================================================== ] 1977/2080 95% [========================================================== ] 1978/2080 95% [========================================================== ] 1979/2080 95% [=========================================================== ] 1980/2080 95% [=========================================================== ] 1981/2080 95% [=========================================================== ] 1982/2080 95% [=========================================================== ] 1983/2080 95% [=========================================================== ] 1984/2080 95% [=========================================================== ] 1985/2080 95% [=========================================================== ] 1986/2080 95% [=========================================================== ] 1987/2080 95% [=========================================================== ] 1988/2080 95% [=========================================================== ] 1989/2080 95% [=========================================================== ] 1990/2080 95% [=========================================================== ] 1991/2080 95% [=========================================================== ] 1992/2080 95% [=========================================================== ] 1993/2080 95% [=========================================================== ] 1994/2080 95% [=========================================================== ] 1995/2080 95% [=========================================================== ] 1996/2080 95% [=========================================================== ] 1997/2080 96% [=========================================================== ] 1998/2080 96% [=========================================================== ] 1999/2080 96% [=========================================================== ] 2000/2080 96% [=========================================================== ] 2001/2080 96% [=========================================================== ] 2002/2080 96% [=========================================================== ] 2003/2080 96% [=========================================================== ] 2004/2080 96% [=========================================================== ] 2005/2080 96% [=========================================================== ] 2006/2080 96% [=========================================================== ] 2007/2080 96% [=========================================================== ] 2008/2080 96% [=========================================================== ] 2009/2080 96% [=========================================================== ] 2010/2080 96% [=========================================================== ] 2011/2080 96% [=========================================================== ] 2012/2080 96% [============================================================ ] 2013/2080 96% [============================================================ ] 2014/2080 96% [============================================================ ] 2015/2080 96% [============================================================ ] 2016/2080 96% [============================================================ ] 2017/2080 96% [============================================================ ] 2018/2080 97% [============================================================ ] 2019/2080 97% [============================================================ ] 2020/2080 97% [============================================================ ] 2021/2080 97% [============================================================ ] 2022/2080 97% [============================================================ ] 2023/2080 97% [============================================================ ] 2024/2080 97% [============================================================ ] 2025/2080 97% [============================================================ ] 2026/2080 97% [============================================================ ] 2027/2080 97% [============================================================ ] 2028/2080 97% [============================================================ ] 2029/2080 97% [============================================================ ] 2030/2080 97% [============================================================ ] 2031/2080 97% [============================================================ ] 2032/2080 97% [============================================================ ] 2033/2080 97% [============================================================ ] 2034/2080 97% [============================================================ ] 2035/2080 97% [============================================================ ] 2036/2080 97% [============================================================ ] 2037/2080 97% [============================================================ ] 2038/2080 97% [============================================================ ] 2039/2080 98% [============================================================ ] 2040/2080 98% [============================================================ ] 2041/2080 98% [============================================================ ] 2042/2080 98% [============================================================ ] 2043/2080 98% [============================================================ ] 2044/2080 98% [============================================================ ] 2045/2080 98% [============================================================ ] 2046/2080 98% [============================================================= ] 2047/2080 98% [============================================================= ] 2048/2080 98% [============================================================= ] 2049/2080 98% [============================================================= ] 2050/2080 98% [============================================================= ] 2051/2080 98% [============================================================= ] 2052/2080 98% [============================================================= ] 2053/2080 98% [============================================================= ] 2054/2080 98% [============================================================= ] 2055/2080 98% [============================================================= ] 2056/2080 98% [============================================================= ] 2057/2080 98% [============================================================= ] 2058/2080 98% [============================================================= ] 2059/2080 98% [============================================================= ] 2060/2080 99% [============================================================= ] 2061/2080 99% [============================================================= ] 2062/2080 99% [============================================================= ] 2063/2080 99% [============================================================= ] 2064/2080 99% [============================================================= ] 2065/2080 99% [============================================================= ] 2066/2080 99% [============================================================= ] 2067/2080 99% [============================================================= ] 2068/2080 99% [============================================================= ] 2069/2080 99% [============================================================= ] 2070/2080 99% [============================================================= ] 2071/2080 99% [============================================================= ] 2072/2080 99% [============================================================= ] 2073/2080 99% [============================================================= ] 2074/2080 99% [============================================================= ] 2075/2080 99% [============================================================= ] 2076/2080 99% [============================================================= ] 2077/2080 99% [============================================================= ] 2078/2080 99% [============================================================= ] 2079/2080 99% [==============================================================] 2080/2080 100% operation complete, 2080 objects in 71601 NAND pages. ln -snf /home/autobuild/autobuild/instance-1/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-1/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-1/buildroot' >>> Buildroot 2024.05-rc2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-5-ge0910f1d3278f05439fb434ee528fc9be1b6bd5e Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.8.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> c-periphery 2.4.2 Collecting legal info LICENSE: OK (sha256: 2c29e38ac4d393558522c5fa671bd03f9d6f7d751c899a3482b20ab2a0ba5122) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> zlib Collecting legal info >>> zlib-ng 2.1.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> darkhttpd 1.15 Collecting legal info COPYING: OK (sha256: 1ecf63e8f84fd60ac7215e04195b9a61dcb47176ea65df26547582027f6c1dee) >>> dieharder 3.31.1.4 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropbear 2024.85 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.3.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> emlog 0.70 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> linux 6.8.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.7.4 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-gdb 12.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libiberty 2.41 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> git 2.45.1 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> openssl Collecting legal info >>> libopenssl 3.3.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> hddtemp 0.4.3 Collecting legal info GPL-2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-imagemagick 7.1.1-31 Collecting legal info LICENSE: OK (sha256: a556c5292c87c9a6ac795c80669b0c3660f9f729de8c476bf2b10f83ab1b34ec) >>> host-libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> host-libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-imx-mkimage lf-6.1.36_2.1.0 Collecting legal info LICENSE: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jquery-sidebar 3.3.2 Collecting legal info LICENSE: OK (sha256: f3522370f4b6accf9c1344f520bdea35f2388f1cbb124c0c179d2ca2a6a94c76) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tslib 1.23 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> libassuan 2.5.7 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.48 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcue 2.3.0 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libfastjson 0.99.9.1 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libhtp 0.5.48 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libjwt 1.17.0 Collecting legal info LICENSE: OK (sha256: 3f3d9e0024b1921b067d6f7f88deb4a60cbe7a78e76c64e3f1d7fc3b779b9d04) >>> libkcapi 1.5.0 Collecting legal info COPYING: OK (sha256: 00e0a844d67b190580a9dc5943e555a3d0b2158e21d01a25526762c619979326) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libminiupnpc 2.2.7 Collecting legal info LICENSE: OK (sha256: 7480ae23b082c05ad9823896163d78f3a96f1beadce51f29c96cf898545c27e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.3 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> liburiparser 0.9.8 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libwebsockets 4.3.3 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbw 2.0 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> openssh 9.7p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-pahole 1.25 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pinentry 1.2.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rtl8189es eb51e021b0e1b6f94a4b49da3f4ee5c5fb20b715 Collecting legal info >>> rtl8821cu 0b505f382ea67bd8bdc9288ba5dbe7f4c9de33c0 Collecting legal info LICENSE: OK (sha256: 22cdb0a9cf492dbf05c5b27381a5c0e73ae0d4622427b522b0ba92b7495e5fb0) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> 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.3.0 Collecting legal info LICENSE: OK (sha256: 0a326e448dd22f220dd30796677ddbdf3ddaa6427a9744fea9deaa51d9d74fd9) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-python-cython 0.29.36 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> sdl_ttf 70b2940cc75e92aab02a67d2f827caf2836a2c74 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> sslh 2.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> sysstat 12.7.5 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tcping 2.1.0 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> whetstone 1.2 Collecting legal info >>> wilc-firmware wilc_linux_16_1_2 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wolfssl 5.7.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 3.1.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zchunk 1.3.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> zziplib 0.13.74 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm.md: OK (sha256: 9418aca218090f0bebfa91298c8145c7342de095eced3d72ea241c178df59368) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: rtl8189es-eb51e021b0e1b6f94a4b49da3f4ee5c5fb20b715: cannot save license (RTL8189ES_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot'