test -d /home/autobuild/autobuild/instance-14/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-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-2-g56c674e155"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-14/output-1/per-package /home/autobuild/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-14/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-14/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-14/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2094 objects. stage 2: creating image '/home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2' [ ] 1/2094 0% [ ] 2/2094 0% [ ] 3/2094 0% [ ] 4/2094 0% [ ] 5/2094 0% [ ] 6/2094 0% [ ] 7/2094 0% [ ] 8/2094 0% [ ] 9/2094 0% [ ] 10/2094 0% [ ] 11/2094 0% [ ] 12/2094 0% [ ] 13/2094 0% [ ] 14/2094 0% [ ] 15/2094 0% [ ] 16/2094 0% [ ] 17/2094 0% [ ] 18/2094 0% [ ] 19/2094 0% [ ] 20/2094 0% [ ] 21/2094 1% [ ] 22/2094 1% [ ] 23/2094 1% [ ] 24/2094 1% [ ] 25/2094 1% [ ] 26/2094 1% [ ] 27/2094 1% [ ] 28/2094 1% [ ] 29/2094 1% [ ] 30/2094 1% [ ] 31/2094 1% [ ] 32/2094 1% [ ] 33/2094 1% [= ] 34/2094 1% [= ] 35/2094 1% [= ] 36/2094 1% [= ] 37/2094 1% [= ] 38/2094 1% [= ] 39/2094 1% [= ] 40/2094 1% [= ] 41/2094 1% [= ] 42/2094 2% [= ] 43/2094 2% [= ] 44/2094 2% [= ] 45/2094 2% [= ] 46/2094 2% [= ] 47/2094 2% [= ] 48/2094 2% [= ] 49/2094 2% [= ] 50/2094 2% [= ] 51/2094 2% [= ] 52/2094 2% [= ] 53/2094 2% [= ] 54/2094 2% [= ] 55/2094 2% [= ] 56/2094 2% [= ] 57/2094 2% [= ] 58/2094 2% [= ] 59/2094 2% [= ] 60/2094 2% [= ] 61/2094 2% [= ] 62/2094 2% [= ] 63/2094 3% [= ] 64/2094 3% [= ] 65/2094 3% [= ] 66/2094 3% [= ] 67/2094 3% [== ] 68/2094 3% [== ] 69/2094 3% [== ] 70/2094 3% [== ] 71/2094 3% [== ] 72/2094 3% [== ] 73/2094 3% [== ] 74/2094 3% [== ] 75/2094 3% [== ] 76/2094 3% [== ] 77/2094 3% [== ] 78/2094 3% [== ] 79/2094 3% [== ] 80/2094 3% [== ] 81/2094 3% [== ] 82/2094 3% [== ] 83/2094 3% [== ] 84/2094 4% [== ] 85/2094 4% [== ] 86/2094 4% [== ] 87/2094 4% [== ] 88/2094 4% [== ] 89/2094 4% [== ] 90/2094 4% [== ] 91/2094 4% [== ] 92/2094 4% [== ] 93/2094 4% [== ] 94/2094 4% [== ] 95/2094 4% [== ] 96/2094 4% [== ] 97/2094 4% [== ] 98/2094 4% [== ] 99/2094 4% [== ] 100/2094 4% [== ] 101/2094 4% [=== ] 102/2094 4% [=== ] 103/2094 4% [=== ] 104/2094 4% [=== ] 105/2094 5% [=== ] 106/2094 5% [=== ] 107/2094 5% [=== ] 108/2094 5% [=== ] 109/2094 5% [=== ] 110/2094 5% [=== ] 111/2094 5% [=== ] 112/2094 5% [=== ] 113/2094 5% [=== ] 114/2094 5% [=== ] 115/2094 5% [=== ] 116/2094 5% [=== ] 117/2094 5% [=== ] 118/2094 5% [=== ] 119/2094 5% [=== ] 120/2094 5% [=== ] 121/2094 5% [=== ] 122/2094 5% [=== ] 123/2094 5% [=== ] 124/2094 5% [=== ] 125/2094 5% [=== ] 126/2094 6% [=== ] 127/2094 6% [=== ] 128/2094 6% [=== ] 129/2094 6% [=== ] 130/2094 6% [=== ] 131/2094 6% [=== ] 132/2094 6% [=== ] 133/2094 6% [=== ] 134/2094 6% [=== ] 135/2094 6% [==== ] 136/2094 6% [==== ] 137/2094 6% [==== ] 138/2094 6% [==== ] 139/2094 6% [==== ] 140/2094 6% [==== ] 141/2094 6% [==== ] 142/2094 6% [==== ] 143/2094 6% [==== ] 144/2094 6% [==== ] 145/2094 6% [==== ] 146/2094 6% [==== ] 147/2094 7% [==== ] 148/2094 7% [==== ] 149/2094 7% [==== ] 150/2094 7% [==== ] 151/2094 7% [==== ] 152/2094 7% [==== ] 153/2094 7% [==== ] 154/2094 7% [==== ] 155/2094 7% [==== ] 156/2094 7% [==== ] 157/2094 7% [==== ] 158/2094 7% [==== ] 159/2094 7% [==== ] 160/2094 7% [==== ] 161/2094 7% [==== ] 162/2094 7% [==== ] 163/2094 7% [==== ] 164/2094 7% [==== ] 165/2094 7% [==== ] 166/2094 7% [==== ] 167/2094 7% [==== ] 168/2094 8% [===== ] 169/2094 8% [===== ] 170/2094 8% [===== ] 171/2094 8% [===== ] 172/2094 8% [===== ] 173/2094 8% [===== ] 174/2094 8% [===== ] 175/2094 8% [===== ] 176/2094 8% [===== ] 177/2094 8% [===== ] 178/2094 8% [===== ] 179/2094 8% [===== ] 180/2094 8% [===== ] 181/2094 8% [===== ] 182/2094 8% [===== ] 183/2094 8% [===== ] 184/2094 8% [===== ] 185/2094 8% [===== ] 186/2094 8% [===== ] 187/2094 8% [===== ] 188/2094 8% [===== ] 189/2094 9% [===== ] 190/2094 9% [===== ] 191/2094 9% [===== ] 192/2094 9% [===== ] 193/2094 9% [===== ] 194/2094 9% [===== ] 195/2094 9% [===== ] 196/2094 9% [===== ] 197/2094 9% [===== ] 198/2094 9% [===== ] 199/2094 9% [===== ] 200/2094 9% [===== ] 201/2094 9% [===== ] 202/2094 9% [====== ] 203/2094 9% [====== ] 204/2094 9% [====== ] 205/2094 9% [====== ] 206/2094 9% [====== ] 207/2094 9% [====== ] 208/2094 9% [====== ] 209/2094 9% [====== ] 210/2094 10% [====== ] 211/2094 10% [====== ] 212/2094 10% [====== ] 213/2094 10% [====== ] 214/2094 10% [====== ] 215/2094 10% [====== ] 216/2094 10% [====== ] 217/2094 10% [====== ] 218/2094 10% [====== ] 219/2094 10% [====== ] 220/2094 10% [====== ] 221/2094 10% [====== ] 222/2094 10% [====== ] 223/2094 10% [====== ] 224/2094 10% [====== ] 225/2094 10% [====== ] 226/2094 10% [====== ] 227/2094 10% [====== ] 228/2094 10% [====== ] 229/2094 10% [====== ] 230/2094 10% [====== ] 231/2094 11% [====== ] 232/2094 11% [====== ] 233/2094 11% [====== ] 234/2094 11% [====== ] 235/2094 11% [====== ] 236/2094 11% [======= ] 237/2094 11% [======= ] 238/2094 11% [======= ] 239/2094 11% [======= ] 240/2094 11% [======= ] 241/2094 11% [======= ] 242/2094 11% [======= ] 243/2094 11% [======= ] 244/2094 11% [======= ] 245/2094 11% [======= ] 246/2094 11% [======= ] 247/2094 11% [======= ] 248/2094 11% [======= ] 249/2094 11% [======= ] 250/2094 11% [======= ] 251/2094 11% [======= ] 252/2094 12% [======= ] 253/2094 12% [======= ] 254/2094 12% [======= ] 255/2094 12% [======= ] 256/2094 12% [======= ] 257/2094 12% [======= ] 258/2094 12% [======= ] 259/2094 12% [======= ] 260/2094 12% [======= ] 261/2094 12% [======= ] 262/2094 12% [======= ] 263/2094 12% [======= ] 264/2094 12% [======= ] 265/2094 12% [======= ] 266/2094 12% [======= ] 267/2094 12% [======= ] 268/2094 12% [======= ] 269/2094 12% [======= ] 270/2094 12% [======== ] 271/2094 12% [======== ] 272/2094 12% [======== ] 273/2094 13% [======== ] 274/2094 13% [======== ] 275/2094 13% [======== ] 276/2094 13% [======== ] 277/2094 13% [======== ] 278/2094 13% [======== ] 279/2094 13% [======== ] 280/2094 13% [======== ] 281/2094 13% [======== ] 282/2094 13% [======== ] 283/2094 13% [======== ] 284/2094 13% [======== ] 285/2094 13% [======== ] 286/2094 13% [======== ] 287/2094 13% [======== ] 288/2094 13% [======== ] 289/2094 13% [======== ] 290/2094 13% [======== ] 291/2094 13% [======== ] 292/2094 13% [======== ] 293/2094 13% [======== ] 294/2094 14% [======== ] 295/2094 14% [======== ] 296/2094 14% [======== ] 297/2094 14% [======== ] 298/2094 14% [======== ] 299/2094 14% [======== ] 300/2094 14% [======== ] 301/2094 14% [======== ] 302/2094 14% [======== ] 303/2094 14% [========= ] 304/2094 14% [========= ] 305/2094 14% [========= ] 306/2094 14% [========= ] 307/2094 14% [========= ] 308/2094 14% [========= ] 309/2094 14% [========= ] 310/2094 14% [========= ] 311/2094 14% [========= ] 312/2094 14% [========= ] 313/2094 14% [========= ] 314/2094 14% [========= ] 315/2094 15% [========= ] 316/2094 15% [========= ] 317/2094 15% [========= ] 318/2094 15% [========= ] 319/2094 15% [========= ] 320/2094 15% [========= ] 321/2094 15% [========= ] 322/2094 15% [========= ] 323/2094 15% [========= ] 324/2094 15% [========= ] 325/2094 15% [========= ] 326/2094 15% [========= ] 327/2094 15% [========= ] 328/2094 15% [========= ] 329/2094 15% [========= ] 330/2094 15% [========= ] 331/2094 15% [========= ] 332/2094 15% [========= ] 333/2094 15% [========= ] 334/2094 15% [========= ] 335/2094 15% [========= ] 336/2094 16% [========= ] 337/2094 16% [========== ] 338/2094 16% [========== ] 339/2094 16% [========== ] 340/2094 16% [========== ] 341/2094 16% [========== ] 342/2094 16% [========== ] 343/2094 16% [========== ] 344/2094 16% [========== ] 345/2094 16% [========== ] 346/2094 16% [========== ] 347/2094 16% [========== ] 348/2094 16% [========== ] 349/2094 16% [========== ] 350/2094 16% [========== ] 351/2094 16% [========== ] 352/2094 16% [========== ] 353/2094 16% [========== ] 354/2094 16% [========== ] 355/2094 16% [========== ] 356/2094 17% [========== ] 357/2094 17% [========== ] 358/2094 17% [========== ] 359/2094 17% [========== ] 360/2094 17% [========== ] 361/2094 17% [========== ] 362/2094 17% [========== ] 363/2094 17% [========== ] 364/2094 17% [========== ] 365/2094 17% [========== ] 366/2094 17% [========== ] 367/2094 17% [========== ] 368/2094 17% [========== ] 369/2094 17% [========== ] 370/2094 17% [========== ] 371/2094 17% [=========== ] 372/2094 17% [=========== ] 373/2094 17% [=========== ] 374/2094 17% [=========== ] 375/2094 17% [=========== ] 376/2094 17% [=========== ] 377/2094 18% [=========== ] 378/2094 18% [=========== ] 379/2094 18% [=========== ] 380/2094 18% [=========== ] 381/2094 18% [=========== ] 382/2094 18% [=========== ] 383/2094 18% [=========== ] 384/2094 18% [=========== ] 385/2094 18% [=========== ] 386/2094 18% [=========== ] 387/2094 18% [=========== ] 388/2094 18% [=========== ] 389/2094 18% [=========== ] 390/2094 18% [=========== ] 391/2094 18% [=========== ] 392/2094 18% [=========== ] 393/2094 18% [=========== ] 394/2094 18% [=========== ] 395/2094 18% [=========== ] 396/2094 18% [=========== ] 397/2094 18% [=========== ] 398/2094 19% [=========== ] 399/2094 19% [=========== ] 400/2094 19% [=========== ] 401/2094 19% [=========== ] 402/2094 19% [=========== ] 403/2094 19% [=========== ] 404/2094 19% [=========== ] 405/2094 19% [============ ] 406/2094 19% [============ ] 407/2094 19% [============ ] 408/2094 19% [============ ] 409/2094 19% [============ ] 410/2094 19% [============ ] 411/2094 19% [============ ] 412/2094 19% [============ ] 413/2094 19% [============ ] 414/2094 19% [============ ] 415/2094 19% [============ ] 416/2094 19% [============ ] 417/2094 19% [============ ] 418/2094 19% [============ ] 419/2094 20% [============ ] 420/2094 20% [============ ] 421/2094 20% [============ ] 422/2094 20% [============ ] 423/2094 20% [============ ] 424/2094 20% [============ ] 425/2094 20% [============ ] 426/2094 20% [============ ] 427/2094 20% [============ ] 428/2094 20% [============ ] 429/2094 20% [============ ] 430/2094 20% [============ ] 431/2094 20% [============ ] 432/2094 20% [============ ] 433/2094 20% [============ ] 434/2094 20% [============ ] 435/2094 20% [============ ] 436/2094 20% [============ ] 437/2094 20% [============ ] 438/2094 20% [============ ] 439/2094 20% [============= ] 440/2094 21% [============= ] 441/2094 21% [============= ] 442/2094 21% [============= ] 443/2094 21% [============= ] 444/2094 21% [============= ] 445/2094 21% [============= ] 446/2094 21% [============= ] 447/2094 21% [============= ] 448/2094 21% [============= ] 449/2094 21% [============= ] 450/2094 21% [============= ] 451/2094 21% [============= ] 452/2094 21% [============= ] 453/2094 21% [============= ] 454/2094 21% [============= ] 455/2094 21% [============= ] 456/2094 21% [============= ] 457/2094 21% [============= ] 458/2094 21% [============= ] 459/2094 21% [============= ] 460/2094 21% [============= ] 461/2094 22% [============= ] 462/2094 22% [============= ] 463/2094 22% [============= ] 464/2094 22% [============= ] 465/2094 22% [============= ] 466/2094 22% [============= ] 467/2094 22% [============= ] 468/2094 22% [============= ] 469/2094 22% [============= ] 470/2094 22% [============= ] 471/2094 22% [============= ] 472/2094 22% [============== ] 473/2094 22% [============== ] 474/2094 22% [============== ] 475/2094 22% [============== ] 476/2094 22% [============== ] 477/2094 22% [============== ] 478/2094 22% [============== ] 479/2094 22% [============== ] 480/2094 22% [============== ] 481/2094 22% [============== ] 482/2094 23% [============== ] 483/2094 23% [============== ] 484/2094 23% [============== ] 485/2094 23% [============== ] 486/2094 23% [============== ] 487/2094 23% [============== ] 488/2094 23% [============== ] 489/2094 23% [============== ] 490/2094 23% [============== ] 491/2094 23% [============== ] 492/2094 23% [============== ] 493/2094 23% [============== ] 494/2094 23% [============== ] 495/2094 23% [============== ] 496/2094 23% [============== ] 497/2094 23% [============== ] 498/2094 23% [============== ] 499/2094 23% [============== ] 500/2094 23% [============== ] 501/2094 23% [============== ] 502/2094 23% [============== ] 503/2094 24% [============== ] 504/2094 24% [============== ] 505/2094 24% [============== ] 506/2094 24% [=============== ] 507/2094 24% [=============== ] 508/2094 24% [=============== ] 509/2094 24% [=============== ] 510/2094 24% [=============== ] 511/2094 24% [=============== ] 512/2094 24% [=============== ] 513/2094 24% [=============== ] 514/2094 24% [=============== ] 515/2094 24% [=============== ] 516/2094 24% [=============== ] 517/2094 24% [=============== ] 518/2094 24% [=============== ] 519/2094 24% [=============== ] 520/2094 24% [=============== ] 521/2094 24% [=============== ] 522/2094 24% [=============== ] 523/2094 24% [=============== ] 524/2094 25% [=============== ] 525/2094 25% [=============== ] 526/2094 25% [=============== ] 527/2094 25% [=============== ] 528/2094 25% [=============== ] 529/2094 25% [=============== ] 530/2094 25% [=============== ] 531/2094 25% [=============== ] 532/2094 25% [=============== ] 533/2094 25% [=============== ] 534/2094 25% [=============== ] 535/2094 25% [=============== ] 536/2094 25% [=============== ] 537/2094 25% [=============== ] 538/2094 25% [=============== ] 539/2094 25% [=============== ] 540/2094 25% [================ ] 541/2094 25% [================ ] 542/2094 25% [================ ] 543/2094 25% [================ ] 544/2094 25% [================ ] 545/2094 26% [================ ] 546/2094 26% [================ ] 547/2094 26% [================ ] 548/2094 26% [================ ] 549/2094 26% [================ ] 550/2094 26% [================ ] 551/2094 26% [================ ] 552/2094 26% [================ ] 553/2094 26% [================ ] 554/2094 26% [================ ] 555/2094 26% [================ ] 556/2094 26% [================ ] 557/2094 26% [================ ] 558/2094 26% [================ ] 559/2094 26% [================ ] 560/2094 26% [================ ] 561/2094 26% [================ ] 562/2094 26% [================ ] 563/2094 26% [================ ] 564/2094 26% [================ ] 565/2094 26% [================ ] 566/2094 27% [================ ] 567/2094 27% [================ ] 568/2094 27% [================ ] 569/2094 27% [================ ] 570/2094 27% [================ ] 571/2094 27% [================ ] 572/2094 27% [================ ] 573/2094 27% [================ ] 574/2094 27% [================= ] 575/2094 27% [================= ] 576/2094 27% [================= ] 577/2094 27% [================= ] 578/2094 27% [================= ] 579/2094 27% [================= ] 580/2094 27% [================= ] 581/2094 27% [================= ] 582/2094 27% [================= ] 583/2094 27% [================= ] 584/2094 27% [================= ] 585/2094 27% [================= ] 586/2094 27% [================= ] 587/2094 28% [================= ] 588/2094 28% [================= ] 589/2094 28% [================= ] 590/2094 28% [================= ] 591/2094 28% [================= ] 592/2094 28% [================= ] 593/2094 28% [================= ] 594/2094 28% [================= ] 595/2094 28% [================= ] 596/2094 28% [================= ] 597/2094 28% [================= ] 598/2094 28% [================= ] 599/2094 28% [================= ] 600/2094 28% [================= ] 601/2094 28% [================= ] 602/2094 28% [================= ] 603/2094 28% [================= ] 604/2094 28% [================= ] 605/2094 28% [================= ] 606/2094 28% [================= ] 607/2094 28% [================== ] 608/2094 29% [================== ] 609/2094 29% [================== ] 610/2094 29% [================== ] 611/2094 29% [================== ] 612/2094 29% [================== ] 613/2094 29% [================== ] 614/2094 29% [================== ] 615/2094 29% [================== ] 616/2094 29% [================== ] 617/2094 29% [================== ] 618/2094 29% [================== ] 619/2094 29% [================== ] 620/2094 29% [================== ] 621/2094 29% [================== ] 622/2094 29% [================== ] 623/2094 29% [================== ] 624/2094 29% [================== ] 625/2094 29% [================== ] 626/2094 29% [================== ] 627/2094 29% [================== ] 628/2094 29% [================== ] 629/2094 30% [================== ] 630/2094 30% [================== ] 631/2094 30% [================== ] 632/2094 30% [================== ] 633/2094 30% [================== ] 634/2094 30% [================== ] 635/2094 30% [================== ] 636/2094 30% [================== ] 637/2094 30% [================== ] 638/2094 30% [================== ] 639/2094 30% [================== ] 640/2094 30% [================== ] 641/2094 30% [=================== ] 642/2094 30% [=================== ] 643/2094 30% [=================== ] 644/2094 30% [=================== ] 645/2094 30% [=================== ] 646/2094 30% [=================== ] 647/2094 30% [=================== ] 648/2094 30% [=================== ] 649/2094 30% [=================== ] 650/2094 31% [=================== ] 651/2094 31% [=================== ] 652/2094 31% [=================== ] 653/2094 31% [=================== ] 654/2094 31% [=================== ] 655/2094 31% [=================== ] 656/2094 31% [=================== ] 657/2094 31% [=================== ] 658/2094 31% [=================== ] 659/2094 31% [=================== ] 660/2094 31% [=================== ] 661/2094 31% [=================== ] 662/2094 31% [=================== ] 663/2094 31% [=================== ] 664/2094 31% [=================== ] 665/2094 31% [=================== ] 666/2094 31% [=================== ] 667/2094 31% [=================== ] 668/2094 31% [=================== ] 669/2094 31% [=================== ] 670/2094 31% [=================== ] 671/2094 32% [=================== ] 672/2094 32% [=================== ] 673/2094 32% [=================== ] 674/2094 32% [=================== ] 675/2094 32% [==================== ] 676/2094 32% [==================== ] 677/2094 32% [==================== ] 678/2094 32% [==================== ] 679/2094 32% [==================== ] 680/2094 32% [==================== ] 681/2094 32% [==================== ] 682/2094 32% [==================== ] 683/2094 32% [==================== ] 684/2094 32% [==================== ] 685/2094 32% [==================== ] 686/2094 32% [==================== ] 687/2094 32% [==================== ] 688/2094 32% [==================== ] 689/2094 32% [==================== ] 690/2094 32% [==================== ] 691/2094 32% [==================== ] 692/2094 33% [==================== ] 693/2094 33% [==================== ] 694/2094 33% [==================== ] 695/2094 33% [==================== ] 696/2094 33% [==================== ] 697/2094 33% [==================== ] 698/2094 33% [==================== ] 699/2094 33% [==================== ] 700/2094 33% [==================== ] 701/2094 33% [==================== ] 702/2094 33% [==================== ] 703/2094 33% [==================== ] 704/2094 33% [==================== ] 705/2094 33% [==================== ] 706/2094 33% [==================== ] 707/2094 33% [==================== ] 708/2094 33% [==================== ] 709/2094 33% [===================== ] 710/2094 33% [===================== ] 711/2094 33% [===================== ] 712/2094 34% [===================== ] 713/2094 34% [===================== ] 714/2094 34% [===================== ] 715/2094 34% [===================== ] 716/2094 34% [===================== ] 717/2094 34% [===================== ] 718/2094 34% [===================== ] 719/2094 34% [===================== ] 720/2094 34% [===================== ] 721/2094 34% [===================== ] 722/2094 34% [===================== ] 723/2094 34% [===================== ] 724/2094 34% [===================== ] 725/2094 34% [===================== ] 726/2094 34% [===================== ] 727/2094 34% [===================== ] 728/2094 34% [===================== ] 729/2094 34% [===================== ] 730/2094 34% [===================== ] 731/2094 34% [===================== ] 732/2094 34% [===================== ] 733/2094 35% [===================== ] 734/2094 35% [===================== ] 735/2094 35% [===================== ] 736/2094 35% [===================== ] 737/2094 35% [===================== ] 738/2094 35% [===================== ] 739/2094 35% [===================== ] 740/2094 35% [===================== ] 741/2094 35% [===================== ] 742/2094 35% [===================== ] 743/2094 35% [====================== ] 744/2094 35% [====================== ] 745/2094 35% [====================== ] 746/2094 35% [====================== ] 747/2094 35% [====================== ] 748/2094 35% [====================== ] 749/2094 35% [====================== ] 750/2094 35% [====================== ] 751/2094 35% [====================== ] 752/2094 35% [====================== ] 753/2094 35% [====================== ] 754/2094 36% [====================== ] 755/2094 36% [====================== ] 756/2094 36% [====================== ] 757/2094 36% [====================== ] 758/2094 36% [====================== ] 759/2094 36% [====================== ] 760/2094 36% [====================== ] 761/2094 36% [====================== ] 762/2094 36% [====================== ] 763/2094 36% [====================== ] 764/2094 36% [====================== ] 765/2094 36% [====================== ] 766/2094 36% [====================== ] 767/2094 36% [====================== ] 768/2094 36% [====================== ] 769/2094 36% [====================== ] 770/2094 36% [====================== ] 771/2094 36% [====================== ] 772/2094 36% [====================== ] 773/2094 36% [====================== ] 774/2094 36% [====================== ] 775/2094 37% [====================== ] 776/2094 37% [======================= ] 777/2094 37% [======================= ] 778/2094 37% [======================= ] 779/2094 37% [======================= ] 780/2094 37% [======================= ] 781/2094 37% [======================= ] 782/2094 37% [======================= ] 783/2094 37% [======================= ] 784/2094 37% [======================= ] 785/2094 37% [======================= ] 786/2094 37% [======================= ] 787/2094 37% [======================= ] 788/2094 37% [======================= ] 789/2094 37% [======================= ] 790/2094 37% [======================= ] 791/2094 37% [======================= ] 792/2094 37% [======================= ] 793/2094 37% [======================= ] 794/2094 37% [======================= ] 795/2094 37% [======================= ] 796/2094 38% [======================= ] 797/2094 38% [======================= ] 798/2094 38% [======================= ] 799/2094 38% [======================= ] 800/2094 38% [======================= ] 801/2094 38% [======================= ] 802/2094 38% [======================= ] 803/2094 38% [======================= ] 804/2094 38% [======================= ] 805/2094 38% [======================= ] 806/2094 38% [======================= ] 807/2094 38% [======================= ] 808/2094 38% [======================= ] 809/2094 38% [======================= ] 810/2094 38% [======================== ] 811/2094 38% [======================== ] 812/2094 38% [======================== ] 813/2094 38% [======================== ] 814/2094 38% [======================== ] 815/2094 38% [======================== ] 816/2094 38% [======================== ] 817/2094 39% [======================== ] 818/2094 39% [======================== ] 819/2094 39% [======================== ] 820/2094 39% [======================== ] 821/2094 39% [======================== ] 822/2094 39% [======================== ] 823/2094 39% [======================== ] 824/2094 39% [======================== ] 825/2094 39% [======================== ] 826/2094 39% [======================== ] 827/2094 39% [======================== ] 828/2094 39% [======================== ] 829/2094 39% [======================== ] 830/2094 39% [======================== ] 831/2094 39% [======================== ] 832/2094 39% [======================== ] 833/2094 39% [======================== ] 834/2094 39% [======================== ] 835/2094 39% [======================== ] 836/2094 39% [======================== ] 837/2094 39% [======================== ] 838/2094 40% [======================== ] 839/2094 40% [======================== ] 840/2094 40% [======================== ] 841/2094 40% [======================== ] 842/2094 40% [======================== ] 843/2094 40% [======================== ] 844/2094 40% [========================= ] 845/2094 40% [========================= ] 846/2094 40% [========================= ] 847/2094 40% [========================= ] 848/2094 40% [========================= ] 849/2094 40% [========================= ] 850/2094 40% [========================= ] 851/2094 40% [========================= ] 852/2094 40% [========================= ] 853/2094 40% [========================= ] 854/2094 40% [========================= ] 855/2094 40% [========================= ] 856/2094 40% [========================= ] 857/2094 40% [========================= ] 858/2094 40% [========================= ] 859/2094 41% [========================= ] 860/2094 41% [========================= ] 861/2094 41% [========================= ] 862/2094 41% [========================= ] 863/2094 41% [========================= ] 864/2094 41% [========================= ] 865/2094 41% [========================= ] 866/2094 41% [========================= ] 867/2094 41% [========================= ] 868/2094 41% [========================= ] 869/2094 41% [========================= ] 870/2094 41% [========================= ] 871/2094 41% [========================= ] 872/2094 41% [========================= ] 873/2094 41% [========================= ] 874/2094 41% [========================= ] 875/2094 41% [========================= ] 876/2094 41% [========================= ] 877/2094 41% [========================= ] 878/2094 41% [========================== ] 879/2094 41% [========================== ] 880/2094 42% [========================== ] 881/2094 42% [========================== ] 882/2094 42% [========================== ] 883/2094 42% [========================== ] 884/2094 42% [========================== ] 885/2094 42% [========================== ] 886/2094 42% [========================== ] 887/2094 42% [========================== ] 888/2094 42% [========================== ] 889/2094 42% [========================== ] 890/2094 42% [========================== ] 891/2094 42% [========================== ] 892/2094 42% [========================== ] 893/2094 42% [========================== ] 894/2094 42% [========================== ] 895/2094 42% [========================== ] 896/2094 42% [========================== ] 897/2094 42% [========================== ] 898/2094 42% [========================== ] 899/2094 42% [========================== ] 900/2094 42% [========================== ] 901/2094 43% [========================== ] 902/2094 43% [========================== ] 903/2094 43% [========================== ] 904/2094 43% [========================== ] 905/2094 43% [========================== ] 906/2094 43% [========================== ] 907/2094 43% [========================== ] 908/2094 43% [========================== ] 909/2094 43% [========================== ] 910/2094 43% [========================== ] 911/2094 43% [=========================== ] 912/2094 43% [=========================== ] 913/2094 43% [=========================== ] 914/2094 43% [=========================== ] 915/2094 43% [=========================== ] 916/2094 43% [=========================== ] 917/2094 43% [=========================== ] 918/2094 43% [=========================== ] 919/2094 43% [=========================== ] 920/2094 43% [=========================== ] 921/2094 43% [=========================== ] 922/2094 44% [=========================== ] 923/2094 44% [=========================== ] 924/2094 44% [=========================== ] 925/2094 44% [=========================== ] 926/2094 44% [=========================== ] 927/2094 44% [=========================== ] 928/2094 44% [=========================== ] 929/2094 44% [=========================== ] 930/2094 44% [=========================== ] 931/2094 44% [=========================== ] 932/2094 44% [=========================== ] 933/2094 44% [=========================== ] 934/2094 44% [=========================== ] 935/2094 44% [=========================== ] 936/2094 44% [=========================== ] 937/2094 44% [=========================== ] 938/2094 44% [=========================== ] 939/2094 44% [=========================== ] 940/2094 44% [=========================== ] 941/2094 44% [=========================== ] 942/2094 44% [=========================== ] 943/2094 45% [=========================== ] 944/2094 45% [=========================== ] 945/2094 45% [============================ ] 946/2094 45% [============================ ] 947/2094 45% [============================ ] 948/2094 45% [============================ ] 949/2094 45% [============================ ] 950/2094 45% [============================ ] 951/2094 45% [============================ ] 952/2094 45% [============================ ] 953/2094 45% [============================ ] 954/2094 45% [============================ ] 955/2094 45% [============================ ] 956/2094 45% [============================ ] 957/2094 45% [============================ ] 958/2094 45% [============================ ] 959/2094 45% [============================ ] 960/2094 45% [============================ ] 961/2094 45% [============================ ] 962/2094 45% [============================ ] 963/2094 45% [============================ ] 964/2094 46% [============================ ] 965/2094 46% [============================ ] 966/2094 46% [============================ ] 967/2094 46% [============================ ] 968/2094 46% [============================ ] 969/2094 46% [============================ ] 970/2094 46% [============================ ] 971/2094 46% [============================ ] 972/2094 46% [============================ ] 973/2094 46% [============================ ] 974/2094 46% [============================ ] 975/2094 46% [============================ ] 976/2094 46% [============================ ] 977/2094 46% [============================ ] 978/2094 46% [============================ ] 979/2094 46% [============================= ] 980/2094 46% [============================= ] 981/2094 46% [============================= ] 982/2094 46% [============================= ] 983/2094 46% [============================= ] 984/2094 46% [============================= ] 985/2094 47% [============================= ] 986/2094 47% [============================= ] 987/2094 47% [============================= ] 988/2094 47% [============================= ] 989/2094 47% [============================= ] 990/2094 47% [============================= ] 991/2094 47% [============================= ] 992/2094 47% [============================= ] 993/2094 47% [============================= ] 994/2094 47% [============================= ] 995/2094 47% [============================= ] 996/2094 47% [============================= ] 997/2094 47% [============================= ] 998/2094 47% [============================= ] 999/2094 47% [============================= ] 1000/2094 47% [============================= ] 1001/2094 47% [============================= ] 1002/2094 47% [============================= ] 1003/2094 47% [============================= ] 1004/2094 47% [============================= ] 1005/2094 47% [============================= ] 1006/2094 48% [============================= ] 1007/2094 48% [============================= ] 1008/2094 48% [============================= ] 1009/2094 48% [============================= ] 1010/2094 48% [============================= ] 1011/2094 48% [============================= ] 1012/2094 48% [============================= ] 1013/2094 48% [============================== ] 1014/2094 48% [============================== ] 1015/2094 48% [============================== ] 1016/2094 48% [============================== ] 1017/2094 48% [============================== ] 1018/2094 48% [============================== ] 1019/2094 48% [============================== ] 1020/2094 48% [============================== ] 1021/2094 48% [============================== ] 1022/2094 48% [============================== ] 1023/2094 48% [============================== ] 1024/2094 48% [============================== ] 1025/2094 48% [============================== ] 1026/2094 48% [============================== ] 1027/2094 49% [============================== ] 1028/2094 49% [============================== ] 1029/2094 49% [============================== ] 1030/2094 49% [============================== ] 1031/2094 49% [============================== ] 1032/2094 49% [============================== ] 1033/2094 49% [============================== ] 1034/2094 49% [============================== ] 1035/2094 49% [============================== ] 1036/2094 49% [============================== ] 1037/2094 49% [============================== ] 1038/2094 49% [============================== ] 1039/2094 49% [============================== ] 1040/2094 49% [============================== ] 1041/2094 49% [============================== ] 1042/2094 49% [============================== ] 1043/2094 49% [============================== ] 1044/2094 49% [============================== ] 1045/2094 49% [============================== ] 1046/2094 49% [=============================== ] 1047/2094 50% [=============================== ] 1048/2094 50% [=============================== ] 1049/2094 50% [=============================== ] 1050/2094 50% [=============================== ] 1051/2094 50% [=============================== ] 1052/2094 50% [=============================== ] 1053/2094 50% [=============================== ] 1054/2094 50% [=============================== ] 1055/2094 50% [=============================== ] 1056/2094 50% [=============================== ] 1057/2094 50% [=============================== ] 1058/2094 50% [=============================== ] 1059/2094 50% [=============================== ] 1060/2094 50% [=============================== ] 1061/2094 50% [=============================== ] 1062/2094 50% [=============================== ] 1063/2094 50% [=============================== ] 1064/2094 50% [=============================== ] 1065/2094 50% [=============================== ] 1066/2094 50% [=============================== ] 1067/2094 50% [=============================== ] 1068/2094 51% [=============================== ] 1069/2094 51% [=============================== ] 1070/2094 51% [=============================== ] 1071/2094 51% [=============================== ] 1072/2094 51% [=============================== ] 1073/2094 51% [=============================== ] 1074/2094 51% [=============================== ] 1075/2094 51% [=============================== ] 1076/2094 51% [=============================== ] 1077/2094 51% [=============================== ] 1078/2094 51% [=============================== ] 1079/2094 51% [=============================== ] 1080/2094 51% [================================ ] 1081/2094 51% [================================ ] 1082/2094 51% [================================ ] 1083/2094 51% [================================ ] 1084/2094 51% [================================ ] 1085/2094 51% [================================ ] 1086/2094 51% [================================ ] 1087/2094 51% [================================ ] 1088/2094 51% [================================ ] 1089/2094 52% [================================ ] 1090/2094 52% [================================ ] 1091/2094 52% [================================ ] 1092/2094 52% [================================ ] 1093/2094 52% [================================ ] 1094/2094 52% [================================ ] 1095/2094 52% [================================ ] 1096/2094 52% [================================ ] 1097/2094 52% [================================ ] 1098/2094 52% [================================ ] 1099/2094 52% [================================ ] 1100/2094 52% [================================ ] 1101/2094 52% [================================ ] 1102/2094 52% [================================ ] 1103/2094 52% [================================ ] 1104/2094 52% [================================ ] 1105/2094 52% [================================ ] 1106/2094 52% [================================ ] 1107/2094 52% [================================ ] 1108/2094 52% [================================ ] 1109/2094 52% [================================ ] 1110/2094 53% [================================ ] 1111/2094 53% [================================ ] 1112/2094 53% [================================ ] 1113/2094 53% [================================ ] 1114/2094 53% [================================= ] 1115/2094 53% [================================= ] 1116/2094 53% [================================= ] 1117/2094 53% [================================= ] 1118/2094 53% [================================= ] 1119/2094 53% [================================= ] 1120/2094 53% [================================= ] 1121/2094 53% [================================= ] 1122/2094 53% [================================= ] 1123/2094 53% [================================= ] 1124/2094 53% [================================= ] 1125/2094 53% [================================= ] 1126/2094 53% [================================= ] 1127/2094 53% [================================= ] 1128/2094 53% [================================= ] 1129/2094 53% [================================= ] 1130/2094 53% [================================= ] 1131/2094 54% [================================= ] 1132/2094 54% [================================= ] 1133/2094 54% [================================= ] 1134/2094 54% [================================= ] 1135/2094 54% [================================= ] 1136/2094 54% [================================= ] 1137/2094 54% [================================= ] 1138/2094 54% [================================= ] 1139/2094 54% [================================= ] 1140/2094 54% [================================= ] 1141/2094 54% [================================= ] 1142/2094 54% [================================= ] 1143/2094 54% [================================= ] 1144/2094 54% [================================= ] 1145/2094 54% [================================= ] 1146/2094 54% [================================= ] 1147/2094 54% [================================= ] 1148/2094 54% [================================== ] 1149/2094 54% [================================== ] 1150/2094 54% [================================== ] 1151/2094 54% [================================== ] 1152/2094 55% [================================== ] 1153/2094 55% [================================== ] 1154/2094 55% [================================== ] 1155/2094 55% [================================== ] 1156/2094 55% [================================== ] 1157/2094 55% [================================== ] 1158/2094 55% [================================== ] 1159/2094 55% [================================== ] 1160/2094 55% [================================== ] 1161/2094 55% [================================== ] 1162/2094 55% [================================== ] 1163/2094 55% [================================== ] 1164/2094 55% [================================== ] 1165/2094 55% [================================== ] 1166/2094 55% [================================== ] 1167/2094 55% [================================== ] 1168/2094 55% [================================== ] 1169/2094 55% [================================== ] 1170/2094 55% [================================== ] 1171/2094 55% [================================== ] 1172/2094 55% [================================== ] 1173/2094 56% [================================== ] 1174/2094 56% [================================== ] 1175/2094 56% [================================== ] 1176/2094 56% [================================== ] 1177/2094 56% [================================== ] 1178/2094 56% [================================== ] 1179/2094 56% [================================== ] 1180/2094 56% [================================== ] 1181/2094 56% [================================== ] 1182/2094 56% [=================================== ] 1183/2094 56% [=================================== ] 1184/2094 56% [=================================== ] 1185/2094 56% [=================================== ] 1186/2094 56% [=================================== ] 1187/2094 56% [=================================== ] 1188/2094 56% [=================================== ] 1189/2094 56% [=================================== ] 1190/2094 56% [=================================== ] 1191/2094 56% [=================================== ] 1192/2094 56% [=================================== ] 1193/2094 56% [=================================== ] 1194/2094 57% [=================================== ] 1195/2094 57% [=================================== ] 1196/2094 57% [=================================== ] 1197/2094 57% [=================================== ] 1198/2094 57% [=================================== ] 1199/2094 57% [=================================== ] 1200/2094 57% [=================================== ] 1201/2094 57% [=================================== ] 1202/2094 57% [=================================== ] 1203/2094 57% [=================================== ] 1204/2094 57% [=================================== ] 1205/2094 57% [=================================== ] 1206/2094 57% [=================================== ] 1207/2094 57% [=================================== ] 1208/2094 57% [=================================== ] 1209/2094 57% [=================================== ] 1210/2094 57% [=================================== ] 1211/2094 57% [=================================== ] 1212/2094 57% [=================================== ] 1213/2094 57% [=================================== ] 1214/2094 57% [=================================== ] 1215/2094 58% [==================================== ] 1216/2094 58% [==================================== ] 1217/2094 58% [==================================== ] 1218/2094 58% [==================================== ] 1219/2094 58% [==================================== ] 1220/2094 58% [==================================== ] 1221/2094 58% [==================================== ] 1222/2094 58% [==================================== ] 1223/2094 58% [==================================== ] 1224/2094 58% [==================================== ] 1225/2094 58% [==================================== ] 1226/2094 58% [==================================== ] 1227/2094 58% [==================================== ] 1228/2094 58% [==================================== ] 1229/2094 58% [==================================== ] 1230/2094 58% [==================================== ] 1231/2094 58% [==================================== ] 1232/2094 58% [==================================== ] 1233/2094 58% [==================================== ] 1234/2094 58% [==================================== ] 1235/2094 58% [==================================== ] 1236/2094 59% [==================================== ] 1237/2094 59% [==================================== ] 1238/2094 59% [==================================== ] 1239/2094 59% [==================================== ] 1240/2094 59% [==================================== ] 1241/2094 59% [==================================== ] 1242/2094 59% [==================================== ] 1243/2094 59% [==================================== ] 1244/2094 59% [==================================== ] 1245/2094 59% [==================================== ] 1246/2094 59% [==================================== ] 1247/2094 59% [==================================== ] 1248/2094 59% [==================================== ] 1249/2094 59% [===================================== ] 1250/2094 59% [===================================== ] 1251/2094 59% [===================================== ] 1252/2094 59% [===================================== ] 1253/2094 59% [===================================== ] 1254/2094 59% [===================================== ] 1255/2094 59% [===================================== ] 1256/2094 59% [===================================== ] 1257/2094 60% [===================================== ] 1258/2094 60% [===================================== ] 1259/2094 60% [===================================== ] 1260/2094 60% [===================================== ] 1261/2094 60% [===================================== ] 1262/2094 60% [===================================== ] 1263/2094 60% [===================================== ] 1264/2094 60% [===================================== ] 1265/2094 60% [===================================== ] 1266/2094 60% [===================================== ] 1267/2094 60% [===================================== ] 1268/2094 60% [===================================== ] 1269/2094 60% [===================================== ] 1270/2094 60% [===================================== ] 1271/2094 60% [===================================== ] 1272/2094 60% [===================================== ] 1273/2094 60% [===================================== ] 1274/2094 60% [===================================== ] 1275/2094 60% [===================================== ] 1276/2094 60% [===================================== ] 1277/2094 60% [===================================== ] 1278/2094 61% [===================================== ] 1279/2094 61% [===================================== ] 1280/2094 61% [===================================== ] 1281/2094 61% [===================================== ] 1282/2094 61% [===================================== ] 1283/2094 61% [====================================== ] 1284/2094 61% [====================================== ] 1285/2094 61% [====================================== ] 1286/2094 61% [====================================== ] 1287/2094 61% [====================================== ] 1288/2094 61% [====================================== ] 1289/2094 61% [====================================== ] 1290/2094 61% [====================================== ] 1291/2094 61% [====================================== ] 1292/2094 61% [====================================== ] 1293/2094 61% [====================================== ] 1294/2094 61% [====================================== ] 1295/2094 61% [====================================== ] 1296/2094 61% [====================================== ] 1297/2094 61% [====================================== ] 1298/2094 61% [====================================== ] 1299/2094 62% [====================================== ] 1300/2094 62% [====================================== ] 1301/2094 62% [====================================== ] 1302/2094 62% [====================================== ] 1303/2094 62% [====================================== ] 1304/2094 62% [====================================== ] 1305/2094 62% [====================================== ] 1306/2094 62% [====================================== ] 1307/2094 62% [====================================== ] 1308/2094 62% [====================================== ] 1309/2094 62% [====================================== ] 1310/2094 62% [====================================== ] 1311/2094 62% [====================================== ] 1312/2094 62% [====================================== ] 1313/2094 62% [====================================== ] 1314/2094 62% [====================================== ] 1315/2094 62% [====================================== ] 1316/2094 62% [====================================== ] 1317/2094 62% [======================================= ] 1318/2094 62% [======================================= ] 1319/2094 62% [======================================= ] 1320/2094 63% [======================================= ] 1321/2094 63% [======================================= ] 1322/2094 63% [======================================= ] 1323/2094 63% [======================================= ] 1324/2094 63% [======================================= ] 1325/2094 63% [======================================= ] 1326/2094 63% [======================================= ] 1327/2094 63% [======================================= ] 1328/2094 63% [======================================= ] 1329/2094 63% [======================================= ] 1330/2094 63% [======================================= ] 1331/2094 63% [======================================= ] 1332/2094 63% [======================================= ] 1333/2094 63% [======================================= ] 1334/2094 63% [======================================= ] 1335/2094 63% [======================================= ] 1336/2094 63% [======================================= ] 1337/2094 63% [======================================= ] 1338/2094 63% [======================================= ] 1339/2094 63% [======================================= ] 1340/2094 63% [======================================= ] 1341/2094 64% [======================================= ] 1342/2094 64% [======================================= ] 1343/2094 64% [======================================= ] 1344/2094 64% [======================================= ] 1345/2094 64% [======================================= ] 1346/2094 64% [======================================= ] 1347/2094 64% [======================================= ] 1348/2094 64% [======================================= ] 1349/2094 64% [======================================= ] 1350/2094 64% [======================================== ] 1351/2094 64% [======================================== ] 1352/2094 64% [======================================== ] 1353/2094 64% [======================================== ] 1354/2094 64% [======================================== ] 1355/2094 64% [======================================== ] 1356/2094 64% [======================================== ] 1357/2094 64% [======================================== ] 1358/2094 64% [======================================== ] 1359/2094 64% [======================================== ] 1360/2094 64% [======================================== ] 1361/2094 64% [======================================== ] 1362/2094 65% [======================================== ] 1363/2094 65% [======================================== ] 1364/2094 65% [======================================== ] 1365/2094 65% [======================================== ] 1366/2094 65% [======================================== ] 1367/2094 65% [======================================== ] 1368/2094 65% [======================================== ] 1369/2094 65% [======================================== ] 1370/2094 65% [======================================== ] 1371/2094 65% [======================================== ] 1372/2094 65% [======================================== ] 1373/2094 65% [======================================== ] 1374/2094 65% [======================================== ] 1375/2094 65% [======================================== ] 1376/2094 65% [======================================== ] 1377/2094 65% [======================================== ] 1378/2094 65% [======================================== ] 1379/2094 65% [======================================== ] 1380/2094 65% [======================================== ] 1381/2094 65% [======================================== ] 1382/2094 65% [======================================== ] 1383/2094 66% [======================================== ] 1384/2094 66% [========================================= ] 1385/2094 66% [========================================= ] 1386/2094 66% [========================================= ] 1387/2094 66% [========================================= ] 1388/2094 66% [========================================= ] 1389/2094 66% [========================================= ] 1390/2094 66% [========================================= ] 1391/2094 66% [========================================= ] 1392/2094 66% [========================================= ] 1393/2094 66% [========================================= ] 1394/2094 66% [========================================= ] 1395/2094 66% [========================================= ] 1396/2094 66% [========================================= ] 1397/2094 66% [========================================= ] 1398/2094 66% [========================================= ] 1399/2094 66% [========================================= ] 1400/2094 66% [========================================= ] 1401/2094 66% [========================================= ] 1402/2094 66% [========================================= ] 1403/2094 67% [========================================= ] 1404/2094 67% [========================================= ] 1405/2094 67% [========================================= ] 1406/2094 67% [========================================= ] 1407/2094 67% [========================================= ] 1408/2094 67% [========================================= ] 1409/2094 67% [========================================= ] 1410/2094 67% [========================================= ] 1411/2094 67% [========================================= ] 1412/2094 67% [========================================= ] 1413/2094 67% [========================================= ] 1414/2094 67% [========================================= ] 1415/2094 67% [========================================= ] 1416/2094 67% [========================================= ] 1417/2094 67% [========================================= ] 1418/2094 67% [========================================== ] 1419/2094 67% [========================================== ] 1420/2094 67% [========================================== ] 1421/2094 67% [========================================== ] 1422/2094 67% [========================================== ] 1423/2094 67% [========================================== ] 1424/2094 68% [========================================== ] 1425/2094 68% [========================================== ] 1426/2094 68% [========================================== ] 1427/2094 68% [========================================== ] 1428/2094 68% [========================================== ] 1429/2094 68% [========================================== ] 1430/2094 68% [========================================== ] 1431/2094 68% [========================================== ] 1432/2094 68% [========================================== ] 1433/2094 68% [========================================== ] 1434/2094 68% [========================================== ] 1435/2094 68% [========================================== ] 1436/2094 68% [========================================== ] 1437/2094 68% [========================================== ] 1438/2094 68% [========================================== ] 1439/2094 68% [========================================== ] 1440/2094 68% [========================================== ] 1441/2094 68% [========================================== ] 1442/2094 68% [========================================== ] 1443/2094 68% [========================================== ] 1444/2094 68% [========================================== ] 1445/2094 69% [========================================== ] 1446/2094 69% [========================================== ] 1447/2094 69% [========================================== ] 1448/2094 69% [========================================== ] 1449/2094 69% [========================================== ] 1450/2094 69% [========================================== ] 1451/2094 69% [========================================== ] 1452/2094 69% [=========================================== ] 1453/2094 69% [=========================================== ] 1454/2094 69% [=========================================== ] 1455/2094 69% [=========================================== ] 1456/2094 69% [=========================================== ] 1457/2094 69% [=========================================== ] 1458/2094 69% [=========================================== ] 1459/2094 69% [=========================================== ] 1460/2094 69% [=========================================== ] 1461/2094 69% [=========================================== ] 1462/2094 69% [=========================================== ] 1463/2094 69% [=========================================== ] 1464/2094 69% [=========================================== ] 1465/2094 69% [=========================================== ] 1466/2094 70% [=========================================== ] 1467/2094 70% [=========================================== ] 1468/2094 70% [=========================================== ] 1469/2094 70% [=========================================== ] 1470/2094 70% [=========================================== ] 1471/2094 70% [=========================================== ] 1472/2094 70% [=========================================== ] 1473/2094 70% [=========================================== ] 1474/2094 70% [=========================================== ] 1475/2094 70% [=========================================== ] 1476/2094 70% [=========================================== ] 1477/2094 70% [=========================================== ] 1478/2094 70% [=========================================== ] 1479/2094 70% [=========================================== ] 1480/2094 70% [=========================================== ] 1481/2094 70% [=========================================== ] 1482/2094 70% [=========================================== ] 1483/2094 70% [=========================================== ] 1484/2094 70% [=========================================== ] 1485/2094 70% [=========================================== ] 1486/2094 70% [============================================ ] 1487/2094 71% [============================================ ] 1488/2094 71% [============================================ ] 1489/2094 71% [============================================ ] 1490/2094 71% [============================================ ] 1491/2094 71% [============================================ ] 1492/2094 71% [============================================ ] 1493/2094 71% [============================================ ] 1494/2094 71% [============================================ ] 1495/2094 71% [============================================ ] 1496/2094 71% [============================================ ] 1497/2094 71% [============================================ ] 1498/2094 71% [============================================ ] 1499/2094 71% [============================================ ] 1500/2094 71% [============================================ ] 1501/2094 71% [============================================ ] 1502/2094 71% [============================================ ] 1503/2094 71% [============================================ ] 1504/2094 71% [============================================ ] 1505/2094 71% [============================================ ] 1506/2094 71% [============================================ ] 1507/2094 71% [============================================ ] 1508/2094 72% [============================================ ] 1509/2094 72% [============================================ ] 1510/2094 72% [============================================ ] 1511/2094 72% [============================================ ] 1512/2094 72% [============================================ ] 1513/2094 72% [============================================ ] 1514/2094 72% [============================================ ] 1515/2094 72% [============================================ ] 1516/2094 72% [============================================ ] 1517/2094 72% [============================================ ] 1518/2094 72% [============================================ ] 1519/2094 72% [============================================= ] 1520/2094 72% [============================================= ] 1521/2094 72% [============================================= ] 1522/2094 72% [============================================= ] 1523/2094 72% [============================================= ] 1524/2094 72% [============================================= ] 1525/2094 72% [============================================= ] 1526/2094 72% [============================================= ] 1527/2094 72% [============================================= ] 1528/2094 72% [============================================= ] 1529/2094 73% [============================================= ] 1530/2094 73% [============================================= ] 1531/2094 73% [============================================= ] 1532/2094 73% [============================================= ] 1533/2094 73% [============================================= ] 1534/2094 73% [============================================= ] 1535/2094 73% [============================================= ] 1536/2094 73% [============================================= ] 1537/2094 73% [============================================= ] 1538/2094 73% [============================================= ] 1539/2094 73% [============================================= ] 1540/2094 73% [============================================= ] 1541/2094 73% [============================================= ] 1542/2094 73% [============================================= ] 1543/2094 73% [============================================= ] 1544/2094 73% [============================================= ] 1545/2094 73% [============================================= ] 1546/2094 73% [============================================= ] 1547/2094 73% [============================================= ] 1548/2094 73% [============================================= ] 1549/2094 73% [============================================= ] 1550/2094 74% [============================================= ] 1551/2094 74% [============================================= ] 1552/2094 74% [============================================= ] 1553/2094 74% [============================================== ] 1554/2094 74% [============================================== ] 1555/2094 74% [============================================== ] 1556/2094 74% [============================================== ] 1557/2094 74% [============================================== ] 1558/2094 74% [============================================== ] 1559/2094 74% [============================================== ] 1560/2094 74% [============================================== ] 1561/2094 74% [============================================== ] 1562/2094 74% [============================================== ] 1563/2094 74% [============================================== ] 1564/2094 74% [============================================== ] 1565/2094 74% [============================================== ] 1566/2094 74% [============================================== ] 1567/2094 74% [============================================== ] 1568/2094 74% [============================================== ] 1569/2094 74% [============================================== ] 1570/2094 74% [============================================== ] 1571/2094 75% [============================================== ] 1572/2094 75% [============================================== ] 1573/2094 75% [============================================== ] 1574/2094 75% [============================================== ] 1575/2094 75% [============================================== ] 1576/2094 75% [============================================== ] 1577/2094 75% [============================================== ] 1578/2094 75% [============================================== ] 1579/2094 75% [============================================== ] 1580/2094 75% [============================================== ] 1581/2094 75% [============================================== ] 1582/2094 75% [============================================== ] 1583/2094 75% [============================================== ] 1584/2094 75% [============================================== ] 1585/2094 75% [============================================== ] 1586/2094 75% [============================================== ] 1587/2094 75% [=============================================== ] 1588/2094 75% [=============================================== ] 1589/2094 75% [=============================================== ] 1590/2094 75% [=============================================== ] 1591/2094 75% [=============================================== ] 1592/2094 76% [=============================================== ] 1593/2094 76% [=============================================== ] 1594/2094 76% [=============================================== ] 1595/2094 76% [=============================================== ] 1596/2094 76% [=============================================== ] 1597/2094 76% [=============================================== ] 1598/2094 76% [=============================================== ] 1599/2094 76% [=============================================== ] 1600/2094 76% [=============================================== ] 1601/2094 76% [=============================================== ] 1602/2094 76% [=============================================== ] 1603/2094 76% [=============================================== ] 1604/2094 76% [=============================================== ] 1605/2094 76% [=============================================== ] 1606/2094 76% [=============================================== ] 1607/2094 76% [=============================================== ] 1608/2094 76% [=============================================== ] 1609/2094 76% [=============================================== ] 1610/2094 76% [=============================================== ] 1611/2094 76% [=============================================== ] 1612/2094 76% [=============================================== ] 1613/2094 77% [=============================================== ] 1614/2094 77% [=============================================== ] 1615/2094 77% [=============================================== ] 1616/2094 77% [=============================================== ] 1617/2094 77% [=============================================== ] 1618/2094 77% [=============================================== ] 1619/2094 77% [=============================================== ] 1620/2094 77% [=============================================== ] 1621/2094 77% [================================================ ] 1622/2094 77% [================================================ ] 1623/2094 77% [================================================ ] 1624/2094 77% [================================================ ] 1625/2094 77% [================================================ ] 1626/2094 77% [================================================ ] 1627/2094 77% [================================================ ] 1628/2094 77% [================================================ ] 1629/2094 77% [================================================ ] 1630/2094 77% [================================================ ] 1631/2094 77% [================================================ ] 1632/2094 77% [================================================ ] 1633/2094 77% [================================================ ] 1634/2094 78% [================================================ ] 1635/2094 78% [================================================ ] 1636/2094 78% [================================================ ] 1637/2094 78% [================================================ ] 1638/2094 78% [================================================ ] 1639/2094 78% [================================================ ] 1640/2094 78% [================================================ ] 1641/2094 78% [================================================ ] 1642/2094 78% [================================================ ] 1643/2094 78% [================================================ ] 1644/2094 78% [================================================ ] 1645/2094 78% [================================================ ] 1646/2094 78% [================================================ ] 1647/2094 78% [================================================ ] 1648/2094 78% [================================================ ] 1649/2094 78% [================================================ ] 1650/2094 78% [================================================ ] 1651/2094 78% [================================================ ] 1652/2094 78% [================================================ ] 1653/2094 78% [================================================ ] 1654/2094 78% [================================================= ] 1655/2094 79% [================================================= ] 1656/2094 79% [================================================= ] 1657/2094 79% [================================================= ] 1658/2094 79% [================================================= ] 1659/2094 79% [================================================= ] 1660/2094 79% [================================================= ] 1661/2094 79% [================================================= ] 1662/2094 79% [================================================= ] 1663/2094 79% [================================================= ] 1664/2094 79% [================================================= ] 1665/2094 79% [================================================= ] 1666/2094 79% [================================================= ] 1667/2094 79% [================================================= ] 1668/2094 79% [================================================= ] 1669/2094 79% [================================================= ] 1670/2094 79% [================================================= ] 1671/2094 79% [================================================= ] 1672/2094 79% [================================================= ] 1673/2094 79% [================================================= ] 1674/2094 79% [================================================= ] 1675/2094 79% [================================================= ] 1676/2094 80% [================================================= ] 1677/2094 80% [================================================= ] 1678/2094 80% [================================================= ] 1679/2094 80% [================================================= ] 1680/2094 80% [================================================= ] 1681/2094 80% [================================================= ] 1682/2094 80% [================================================= ] 1683/2094 80% [================================================= ] 1684/2094 80% [================================================= ] 1685/2094 80% [================================================= ] 1686/2094 80% [================================================= ] 1687/2094 80% [================================================= ] 1688/2094 80% [================================================== ] 1689/2094 80% [================================================== ] 1690/2094 80% [================================================== ] 1691/2094 80% [================================================== ] 1692/2094 80% [================================================== ] 1693/2094 80% [================================================== ] 1694/2094 80% [================================================== ] 1695/2094 80% [================================================== ] 1696/2094 80% [================================================== ] 1697/2094 81% [================================================== ] 1698/2094 81% [================================================== ] 1699/2094 81% [================================================== ] 1700/2094 81% [================================================== ] 1701/2094 81% [================================================== ] 1702/2094 81% [================================================== ] 1703/2094 81% [================================================== ] 1704/2094 81% [================================================== ] 1705/2094 81% [================================================== ] 1706/2094 81% [================================================== ] 1707/2094 81% [================================================== ] 1708/2094 81% [================================================== ] 1709/2094 81% [================================================== ] 1710/2094 81% [================================================== ] 1711/2094 81% [================================================== ] 1712/2094 81% [================================================== ] 1713/2094 81% [================================================== ] 1714/2094 81% [================================================== ] 1715/2094 81% [================================================== ] 1716/2094 81% [================================================== ] 1717/2094 81% [================================================== ] 1718/2094 82% [================================================== ] 1719/2094 82% [================================================== ] 1720/2094 82% [================================================== ] 1721/2094 82% [================================================== ] 1722/2094 82% [=================================================== ] 1723/2094 82% [=================================================== ] 1724/2094 82% [=================================================== ] 1725/2094 82% [=================================================== ] 1726/2094 82% [=================================================== ] 1727/2094 82% [=================================================== ] 1728/2094 82% [=================================================== ] 1729/2094 82% [=================================================== ] 1730/2094 82% [=================================================== ] 1731/2094 82% [=================================================== ] 1732/2094 82% [=================================================== ] 1733/2094 82% [=================================================== ] 1734/2094 82% [=================================================== ] 1735/2094 82% [=================================================== ] 1736/2094 82% [=================================================== ] 1737/2094 82% [=================================================== ] 1738/2094 82% [=================================================== ] 1739/2094 83% [=================================================== ] 1740/2094 83% [=================================================== ] 1741/2094 83% [=================================================== ] 1742/2094 83% [=================================================== ] 1743/2094 83% [=================================================== ] 1744/2094 83% [=================================================== ] 1745/2094 83% [=================================================== ] 1746/2094 83% [=================================================== ] 1747/2094 83% [=================================================== ] 1748/2094 83% [=================================================== ] 1749/2094 83% [=================================================== ] 1750/2094 83% [=================================================== ] 1751/2094 83% [=================================================== ] 1752/2094 83% [=================================================== ] 1753/2094 83% [=================================================== ] 1754/2094 83% [=================================================== ] 1755/2094 83% [=================================================== ] 1756/2094 83% [==================================================== ] 1757/2094 83% [==================================================== ] 1758/2094 83% [==================================================== ] 1759/2094 84% [==================================================== ] 1760/2094 84% [==================================================== ] 1761/2094 84% [==================================================== ] 1762/2094 84% [==================================================== ] 1763/2094 84% [==================================================== ] 1764/2094 84% [==================================================== ] 1765/2094 84% [==================================================== ] 1766/2094 84% [==================================================== ] 1767/2094 84% [==================================================== ] 1768/2094 84% [==================================================== ] 1769/2094 84% [==================================================== ] 1770/2094 84% [==================================================== ] 1771/2094 84% [==================================================== ] 1772/2094 84% [==================================================== ] 1773/2094 84% [==================================================== ] 1774/2094 84% [==================================================== ] 1775/2094 84% [==================================================== ] 1776/2094 84% [==================================================== ] 1777/2094 84% [==================================================== ] 1778/2094 84% [==================================================== ] 1779/2094 84% [==================================================== ] 1780/2094 85% [==================================================== ] 1781/2094 85% [==================================================== ] 1782/2094 85% [==================================================== ] 1783/2094 85% [==================================================== ] 1784/2094 85% [==================================================== ] 1785/2094 85% [==================================================== ] 1786/2094 85% [==================================================== ] 1787/2094 85% [==================================================== ] 1788/2094 85% [==================================================== ] 1789/2094 85% [==================================================== ] 1790/2094 85% [===================================================== ] 1791/2094 85% [===================================================== ] 1792/2094 85% [===================================================== ] 1793/2094 85% [===================================================== ] 1794/2094 85% [===================================================== ] 1795/2094 85% [===================================================== ] 1796/2094 85% [===================================================== ] 1797/2094 85% [===================================================== ] 1798/2094 85% [===================================================== ] 1799/2094 85% [===================================================== ] 1800/2094 85% [===================================================== ] 1801/2094 86% [===================================================== ] 1802/2094 86% [===================================================== ] 1803/2094 86% [===================================================== ] 1804/2094 86% [===================================================== ] 1805/2094 86% [===================================================== ] 1806/2094 86% [===================================================== ] 1807/2094 86% [===================================================== ] 1808/2094 86% [===================================================== ] 1809/2094 86% [===================================================== ] 1810/2094 86% [===================================================== ] 1811/2094 86% [===================================================== ] 1812/2094 86% [===================================================== ] 1813/2094 86% [===================================================== ] 1814/2094 86% [===================================================== ] 1815/2094 86% [===================================================== ] 1816/2094 86% [===================================================== ] 1817/2094 86% [===================================================== ] 1818/2094 86% [===================================================== ] 1819/2094 86% [===================================================== ] 1820/2094 86% [===================================================== ] 1821/2094 86% [===================================================== ] 1822/2094 87% [===================================================== ] 1823/2094 87% [====================================================== ] 1824/2094 87% [====================================================== ] 1825/2094 87% [====================================================== ] 1826/2094 87% [====================================================== ] 1827/2094 87% [====================================================== ] 1828/2094 87% [====================================================== ] 1829/2094 87% [====================================================== ] 1830/2094 87% [====================================================== ] 1831/2094 87% [====================================================== ] 1832/2094 87% [====================================================== ] 1833/2094 87% [====================================================== ] 1834/2094 87% [====================================================== ] 1835/2094 87% [====================================================== ] 1836/2094 87% [====================================================== ] 1837/2094 87% [====================================================== ] 1838/2094 87% [====================================================== ] 1839/2094 87% [====================================================== ] 1840/2094 87% [====================================================== ] 1841/2094 87% [====================================================== ] 1842/2094 87% [====================================================== ] 1843/2094 88% [====================================================== ] 1844/2094 88% [====================================================== ] 1845/2094 88% [====================================================== ] 1846/2094 88% [====================================================== ] 1847/2094 88% [====================================================== ] 1848/2094 88% [====================================================== ] 1849/2094 88% [====================================================== ] 1850/2094 88% [====================================================== ] 1851/2094 88% [====================================================== ] 1852/2094 88% [====================================================== ] 1853/2094 88% [====================================================== ] 1854/2094 88% [====================================================== ] 1855/2094 88% [====================================================== ] 1856/2094 88% [====================================================== ] 1857/2094 88% [======================================================= ] 1858/2094 88% [======================================================= ] 1859/2094 88% [======================================================= ] 1860/2094 88% [======================================================= ] 1861/2094 88% [======================================================= ] 1862/2094 88% [======================================================= ] 1863/2094 88% [======================================================= ] 1864/2094 89% [======================================================= ] 1865/2094 89% [======================================================= ] 1866/2094 89% [======================================================= ] 1867/2094 89% [======================================================= ] 1868/2094 89% [======================================================= ] 1869/2094 89% [======================================================= ] 1870/2094 89% [======================================================= ] 1871/2094 89% [======================================================= ] 1872/2094 89% [======================================================= ] 1873/2094 89% [======================================================= ] 1874/2094 89% [======================================================= ] 1875/2094 89% [======================================================= ] 1876/2094 89% [======================================================= ] 1877/2094 89% [======================================================= ] 1878/2094 89% [======================================================= ] 1879/2094 89% [======================================================= ] 1880/2094 89% [======================================================= ] 1881/2094 89% [======================================================= ] 1882/2094 89% [======================================================= ] 1883/2094 89% [======================================================= ] 1884/2094 89% [======================================================= ] 1885/2094 90% [======================================================= ] 1886/2094 90% [======================================================= ] 1887/2094 90% [======================================================= ] 1888/2094 90% [======================================================= ] 1889/2094 90% [======================================================= ] 1890/2094 90% [======================================================= ] 1891/2094 90% [======================================================== ] 1892/2094 90% [======================================================== ] 1893/2094 90% [======================================================== ] 1894/2094 90% [======================================================== ] 1895/2094 90% [======================================================== ] 1896/2094 90% [======================================================== ] 1897/2094 90% [======================================================== ] 1898/2094 90% [======================================================== ] 1899/2094 90% [======================================================== ] 1900/2094 90% [======================================================== ] 1901/2094 90% [======================================================== ] 1902/2094 90% [======================================================== ] 1903/2094 90% [======================================================== ] 1904/2094 90% [======================================================== ] 1905/2094 90% [======================================================== ] 1906/2094 91% [======================================================== ] 1907/2094 91% [======================================================== ] 1908/2094 91% [======================================================== ] 1909/2094 91% [======================================================== ] 1910/2094 91% [======================================================== ] 1911/2094 91% [======================================================== ] 1912/2094 91% [======================================================== ] 1913/2094 91% [======================================================== ] 1914/2094 91% [======================================================== ] 1915/2094 91% [======================================================== ] 1916/2094 91% [======================================================== ] 1917/2094 91% [======================================================== ] 1918/2094 91% [======================================================== ] 1919/2094 91% [======================================================== ] 1920/2094 91% [======================================================== ] 1921/2094 91% [======================================================== ] 1922/2094 91% [======================================================== ] 1923/2094 91% [======================================================== ] 1924/2094 91% [======================================================== ] 1925/2094 91% [========================================================= ] 1926/2094 91% [========================================================= ] 1927/2094 92% [========================================================= ] 1928/2094 92% [========================================================= ] 1929/2094 92% [========================================================= ] 1930/2094 92% [========================================================= ] 1931/2094 92% [========================================================= ] 1932/2094 92% [========================================================= ] 1933/2094 92% [========================================================= ] 1934/2094 92% [========================================================= ] 1935/2094 92% [========================================================= ] 1936/2094 92% [========================================================= ] 1937/2094 92% [========================================================= ] 1938/2094 92% [========================================================= ] 1939/2094 92% [========================================================= ] 1940/2094 92% [========================================================= ] 1941/2094 92% [========================================================= ] 1942/2094 92% [========================================================= ] 1943/2094 92% [========================================================= ] 1944/2094 92% [========================================================= ] 1945/2094 92% [========================================================= ] 1946/2094 92% [========================================================= ] 1947/2094 92% [========================================================= ] 1948/2094 93% [========================================================= ] 1949/2094 93% [========================================================= ] 1950/2094 93% [========================================================= ] 1951/2094 93% [========================================================= ] 1952/2094 93% [========================================================= ] 1953/2094 93% [========================================================= ] 1954/2094 93% [========================================================= ] 1955/2094 93% [========================================================= ] 1956/2094 93% [========================================================= ] 1957/2094 93% [========================================================= ] 1958/2094 93% [========================================================== ] 1959/2094 93% [========================================================== ] 1960/2094 93% [========================================================== ] 1961/2094 93% [========================================================== ] 1962/2094 93% [========================================================== ] 1963/2094 93% [========================================================== ] 1964/2094 93% [========================================================== ] 1965/2094 93% [========================================================== ] 1966/2094 93% [========================================================== ] 1967/2094 93% [========================================================== ] 1968/2094 93% [========================================================== ] 1969/2094 94% [========================================================== ] 1970/2094 94% [========================================================== ] 1971/2094 94% [========================================================== ] 1972/2094 94% [========================================================== ] 1973/2094 94% [========================================================== ] 1974/2094 94% [========================================================== ] 1975/2094 94% [========================================================== ] 1976/2094 94% [========================================================== ] 1977/2094 94% [========================================================== ] 1978/2094 94% [========================================================== ] 1979/2094 94% [========================================================== ] 1980/2094 94% [========================================================== ] 1981/2094 94% [========================================================== ] 1982/2094 94% [========================================================== ] 1983/2094 94% [========================================================== ] 1984/2094 94% [========================================================== ] 1985/2094 94% [========================================================== ] 1986/2094 94% [========================================================== ] 1987/2094 94% [========================================================== ] 1988/2094 94% [========================================================== ] 1989/2094 94% [========================================================== ] 1990/2094 95% [========================================================== ] 1991/2094 95% [========================================================== ] 1992/2094 95% [=========================================================== ] 1993/2094 95% [=========================================================== ] 1994/2094 95% [=========================================================== ] 1995/2094 95% [=========================================================== ] 1996/2094 95% [=========================================================== ] 1997/2094 95% [=========================================================== ] 1998/2094 95% [=========================================================== ] 1999/2094 95% [=========================================================== ] 2000/2094 95% [=========================================================== ] 2001/2094 95% [=========================================================== ] 2002/2094 95% [=========================================================== ] 2003/2094 95% [=========================================================== ] 2004/2094 95% [=========================================================== ] 2005/2094 95% [=========================================================== ] 2006/2094 95% [=========================================================== ] 2007/2094 95% [=========================================================== ] 2008/2094 95% [=========================================================== ] 2009/2094 95% [=========================================================== ] 2010/2094 95% [=========================================================== ] 2011/2094 96% [=========================================================== ] 2012/2094 96% [=========================================================== ] 2013/2094 96% [=========================================================== ] 2014/2094 96% [=========================================================== ] 2015/2094 96% [=========================================================== ] 2016/2094 96% [=========================================================== ] 2017/2094 96% [=========================================================== ] 2018/2094 96% [=========================================================== ] 2019/2094 96% [=========================================================== ] 2020/2094 96% [=========================================================== ] 2021/2094 96% [=========================================================== ] 2022/2094 96% [=========================================================== ] 2023/2094 96% [=========================================================== ] 2024/2094 96% [=========================================================== ] 2025/2094 96% [=========================================================== ] 2026/2094 96% [============================================================ ] 2027/2094 96% [============================================================ ] 2028/2094 96% [============================================================ ] 2029/2094 96% [============================================================ ] 2030/2094 96% [============================================================ ] 2031/2094 96% [============================================================ ] 2032/2094 97% [============================================================ ] 2033/2094 97% [============================================================ ] 2034/2094 97% [============================================================ ] 2035/2094 97% [============================================================ ] 2036/2094 97% [============================================================ ] 2037/2094 97% [============================================================ ] 2038/2094 97% [============================================================ ] 2039/2094 97% [============================================================ ] 2040/2094 97% [============================================================ ] 2041/2094 97% [============================================================ ] 2042/2094 97% [============================================================ ] 2043/2094 97% [============================================================ ] 2044/2094 97% [============================================================ ] 2045/2094 97% [============================================================ ] 2046/2094 97% [============================================================ ] 2047/2094 97% [============================================================ ] 2048/2094 97% [============================================================ ] 2049/2094 97% [============================================================ ] 2050/2094 97% [============================================================ ] 2051/2094 97% [============================================================ ] 2052/2094 97% [============================================================ ] 2053/2094 98% [============================================================ ] 2054/2094 98% [============================================================ ] 2055/2094 98% [============================================================ ] 2056/2094 98% [============================================================ ] 2057/2094 98% [============================================================ ] 2058/2094 98% [============================================================ ] 2059/2094 98% [============================================================ ] 2060/2094 98% [============================================================= ] 2061/2094 98% [============================================================= ] 2062/2094 98% [============================================================= ] 2063/2094 98% [============================================================= ] 2064/2094 98% [============================================================= ] 2065/2094 98% [============================================================= ] 2066/2094 98% [============================================================= ] 2067/2094 98% [============================================================= ] 2068/2094 98% [============================================================= ] 2069/2094 98% [============================================================= ] 2070/2094 98% [============================================================= ] 2071/2094 98% [============================================================= ] 2072/2094 98% [============================================================= ] 2073/2094 98% [============================================================= ] 2074/2094 99% [============================================================= ] 2075/2094 99% [============================================================= ] 2076/2094 99% [============================================================= ] 2077/2094 99% [============================================================= ] 2078/2094 99% [============================================================= ] 2079/2094 99% [============================================================= ] 2080/2094 99% [============================================================= ] 2081/2094 99% [============================================================= ] 2082/2094 99% [============================================================= ] 2083/2094 99% [============================================================= ] 2084/2094 99% [============================================================= ] 2085/2094 99% [============================================================= ] 2086/2094 99% [============================================================= ] 2087/2094 99% [============================================================= ] 2088/2094 99% [============================================================= ] 2089/2094 99% [============================================================= ] 2090/2094 99% [============================================================= ] 2091/2094 99% [============================================================= ] 2092/2094 99% [============================================================= ] 2093/2094 99% [==============================================================] 2094/2094 100% operation complete, 2094 objects in 37068 NAND pages. ln -snf /home/autobuild/autobuild/instance-14/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-14/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-14/buildroot' >>> Buildroot 2023.08-2-g56c674e155 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.4.0 Collecting legal info >>> linux-headers 6.1.51 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-aespipe 2.4f Collecting legal info >>> alsa-lib 1.2.9 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> atftp 0.8.0 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> axel 2.17.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bubblewrap 0.8.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.1.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-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> fbset 2.1 Collecting legal info fbset.c: OK (sha256: c3285709a0840899a789faefae1704e87f96f757e905a38a1931a9d4fde95ddd) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dav1d 1.2.1 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> davici 1.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> strongswan 5.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-dos2unix 7.5.0 Collecting legal info COPYING.txt: OK (sha256: 6009a35c7aaee9888fd4844972c37b84bce22e7407893727c70f4f3560ae3eac) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> 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) >>> ethtool 6.3 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> faifa 0.1 Collecting legal info COPYING: OK (sha256: 9b62e4601b2b9cd5719a393e88ed71a8304048862502db765ed9d6ff8cf38c5e) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> htop 3.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htpdate 1.3.7 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> iperf3 3.14 Collecting legal info LICENSE: OK (sha256: 35aa7c4618b9884d6faa9b43a4e70291b35ea9f89329d5d33becd852e85221b0) >>> iw 5.19 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jquery-mobile 1.4.3 Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> libbluray 1.3.4 Collecting legal info COPYING: OK (sha256: b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9d) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libhdhomerun 20210624 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libqb 2.0.6 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libteam 1.31 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.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.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> micropython 1.19.1 Collecting legal info LICENSE: OK (sha256: 0f678c2abd7fe2cfca36693630506bbcbdfc219bd04bf4a02fe3b094ae4c666f) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpg123 1.31.3 Collecting legal info COPYING: OK (sha256: c22482728a634a8dfdb4ff72a96d4c1ed64cd8f3e79335c401751ac591609366) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> nilfs-utils 2.2.9 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> host-rust-bin 1.71.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> ser2net 4.3.8 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> sqlcipher 4.5.1 Collecting legal info LICENSE: OK (sha256: 3eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8) >>> host-tcl 8.6.12 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> ssdp-responder 2.1 Collecting legal info LICENSE: OK (sha256: b66025f1e568a8d80264550d7bd7683780ac248f2baa1e85b4da4b15e28d55a7) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tinyssh 20220801 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> whetstone 1.2 Collecting legal info >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-6.1.51: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: jquery-mobile-1.4.3: cannot save license (JQUERY_MOBILE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-14/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'