echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.\n# 12 Applets are pulled from applets.h using grep command :\n# grep -r -e "APPLET.*BB_SUID_REQUIRE\\|APPLET.*BB_SUID_MAYBE" # ./include/applets.h\n# These applets are added to the device table and the makedev file\n# ignores the files with type '\''F'\'' ( optional files).\n /usr/bin/wall F 4755 0 0 - - - - -\n /bin/ping F 4755 0 0 - - - - -\n /bin/ping6 F 4755 0 0 - - - - -\n /usr/bin/crontab F 4755 0 0 - - - - -\n /sbin/findfs F 4755 0 0 - - - - -\n /bin/login F 4755 0 0 - - - - -\n /bin/mount F 4755 0 0 - - - - -\n /usr/bin/passwd F 4755 0 0 - - - - -\n /bin/su F 4755 0 0 - - - - -\n /usr/bin/traceroute F 4755 0 0 - - - - -\n /usr/bin/traceroute6 F 4755 0 0 - - - - -\n /usr/bin/vlock F 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/buildroot/autobuild/instance-3/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" zstd -19 -z -f -T4 /home/buildroot/autobuild/instance-3/output-1/images/rootfs.tar > /home/buildroot/autobuild/instance-3/output-1/images/rootfs.tar.zst >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3100 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/3100 0% [ ] 2/3100 0% [ ] 3/3100 0% [ ] 4/3100 0% [ ] 5/3100 0% [ ] 6/3100 0% [ ] 7/3100 0% [ ] 8/3100 0% [ ] 9/3100 0% [ ] 10/3100 0% [ ] 11/3100 0% [ ] 12/3100 0% [ ] 13/3100 0% [ ] 14/3100 0% [ ] 15/3100 0% [ ] 16/3100 0% [ ] 17/3100 0% [ ] 18/3100 0% [ ] 19/3100 0% [ ] 20/3100 0% [ ] 21/3100 0% [ ] 22/3100 0% [ ] 23/3100 0% [ ] 24/3100 0% [ ] 25/3100 0% [ ] 26/3100 0% [ ] 27/3100 0% [ ] 28/3100 0% [ ] 29/3100 0% [ ] 30/3100 0% [ ] 31/3100 1% [ ] 32/3100 1% [ ] 33/3100 1% [ ] 34/3100 1% [ ] 35/3100 1% [ ] 36/3100 1% [ ] 37/3100 1% [ ] 38/3100 1% [ ] 39/3100 1% [ ] 40/3100 1% [ ] 41/3100 1% [ ] 42/3100 1% [ ] 43/3100 1% [ ] 44/3100 1% [ ] 45/3100 1% [ ] 46/3100 1% [ ] 47/3100 1% [ ] 48/3100 1% [ ] 49/3100 1% [= ] 50/3100 1% [= ] 51/3100 1% [= ] 52/3100 1% [= ] 53/3100 1% [= ] 54/3100 1% [= ] 55/3100 1% [= ] 56/3100 1% [= ] 57/3100 1% [= ] 58/3100 1% [= ] 59/3100 1% [= ] 60/3100 1% [= ] 61/3100 1% [= ] 62/3100 2% [= ] 63/3100 2% [= ] 64/3100 2% [= ] 65/3100 2% [= ] 66/3100 2% [= ] 67/3100 2% [= ] 68/3100 2% [= ] 69/3100 2% [= ] 70/3100 2% [= ] 71/3100 2% [= ] 72/3100 2% [= ] 73/3100 2% [= ] 74/3100 2% [= ] 75/3100 2% [= ] 76/3100 2% [= ] 77/3100 2% [= ] 78/3100 2% [= ] 79/3100 2% [= ] 80/3100 2% [= ] 81/3100 2% [= ] 82/3100 2% [= ] 83/3100 2% [= ] 84/3100 2% [= ] 85/3100 2% [= ] 86/3100 2% [= ] 87/3100 2% [= ] 88/3100 2% [= ] 89/3100 2% [= ] 90/3100 2% [= ] 91/3100 2% [= ] 92/3100 2% [= ] 93/3100 3% [= ] 94/3100 3% [= ] 95/3100 3% [= ] 96/3100 3% [= ] 97/3100 3% [= ] 98/3100 3% [= ] 99/3100 3% [== ] 100/3100 3% [== ] 101/3100 3% [== ] 102/3100 3% [== ] 103/3100 3% [== ] 104/3100 3% [== ] 105/3100 3% [== ] 106/3100 3% [== ] 107/3100 3% [== ] 108/3100 3% [== ] 109/3100 3% [== ] 110/3100 3% [== ] 111/3100 3% [== ] 112/3100 3% [== ] 113/3100 3% [== ] 114/3100 3% [== ] 115/3100 3% [== ] 116/3100 3% [== ] 117/3100 3% [== ] 118/3100 3% [== ] 119/3100 3% [== ] 120/3100 3% [== ] 121/3100 3% [== ] 122/3100 3% [== ] 123/3100 3% [== ] 124/3100 4% [== ] 125/3100 4% [== ] 126/3100 4% [== ] 127/3100 4% [== ] 128/3100 4% [== ] 129/3100 4% [== ] 130/3100 4% [== ] 131/3100 4% [== ] 132/3100 4% [== ] 133/3100 4% [== ] 134/3100 4% [== ] 135/3100 4% [== ] 136/3100 4% [== ] 137/3100 4% [== ] 138/3100 4% [== ] 139/3100 4% [== ] 140/3100 4% [== ] 141/3100 4% [== ] 142/3100 4% [== ] 143/3100 4% [== ] 144/3100 4% [== ] 145/3100 4% [== ] 146/3100 4% [== ] 147/3100 4% [== ] 148/3100 4% [== ] 149/3100 4% [=== ] 150/3100 4% [=== ] 151/3100 4% [=== ] 152/3100 4% [=== ] 153/3100 4% [=== ] 154/3100 4% [=== ] 155/3100 5% [=== ] 156/3100 5% [=== ] 157/3100 5% [=== ] 158/3100 5% [=== ] 159/3100 5% [=== ] 160/3100 5% [=== ] 161/3100 5% [=== ] 162/3100 5% [=== ] 163/3100 5% [=== ] 164/3100 5% [=== ] 165/3100 5% [=== ] 166/3100 5% [=== ] 167/3100 5% [=== ] 168/3100 5% [=== ] 169/3100 5% [=== ] 170/3100 5% [=== ] 171/3100 5% [=== ] 172/3100 5% [=== ] 173/3100 5% [=== ] 174/3100 5% [=== ] 175/3100 5% [=== ] 176/3100 5% [=== ] 177/3100 5% [=== ] 178/3100 5% [=== ] 179/3100 5% [=== ] 180/3100 5% [=== ] 181/3100 5% [=== ] 182/3100 5% [=== ] 183/3100 5% [=== ] 184/3100 5% [=== ] 185/3100 5% [=== ] 186/3100 6% [=== ] 187/3100 6% [=== ] 188/3100 6% [=== ] 189/3100 6% [=== ] 190/3100 6% [=== ] 191/3100 6% [=== ] 192/3100 6% [=== ] 193/3100 6% [=== ] 194/3100 6% [=== ] 195/3100 6% [=== ] 196/3100 6% [=== ] 197/3100 6% [=== ] 198/3100 6% [=== ] 199/3100 6% [==== ] 200/3100 6% [==== ] 201/3100 6% [==== ] 202/3100 6% [==== ] 203/3100 6% [==== ] 204/3100 6% [==== ] 205/3100 6% [==== ] 206/3100 6% [==== ] 207/3100 6% [==== ] 208/3100 6% [==== ] 209/3100 6% [==== ] 210/3100 6% [==== ] 211/3100 6% [==== ] 212/3100 6% [==== ] 213/3100 6% [==== ] 214/3100 6% [==== ] 215/3100 6% [==== ] 216/3100 6% [==== ] 217/3100 7% [==== ] 218/3100 7% [==== ] 219/3100 7% [==== ] 220/3100 7% [==== ] 221/3100 7% [==== ] 222/3100 7% [==== ] 223/3100 7% [==== ] 224/3100 7% [==== ] 225/3100 7% [==== ] 226/3100 7% [==== ] 227/3100 7% [==== ] 228/3100 7% [==== ] 229/3100 7% [==== ] 230/3100 7% [==== ] 231/3100 7% [==== ] 232/3100 7% [==== ] 233/3100 7% [==== ] 234/3100 7% [==== ] 235/3100 7% [==== ] 236/3100 7% [==== ] 237/3100 7% [==== ] 238/3100 7% [==== ] 239/3100 7% [==== ] 240/3100 7% [==== ] 241/3100 7% [==== ] 242/3100 7% [==== ] 243/3100 7% [==== ] 244/3100 7% [==== ] 245/3100 7% [==== ] 246/3100 7% [==== ] 247/3100 7% [==== ] 248/3100 8% [==== ] 249/3100 8% [===== ] 250/3100 8% [===== ] 251/3100 8% [===== ] 252/3100 8% [===== ] 253/3100 8% [===== ] 254/3100 8% [===== ] 255/3100 8% [===== ] 256/3100 8% [===== ] 257/3100 8% [===== ] 258/3100 8% [===== ] 259/3100 8% [===== ] 260/3100 8% [===== ] 261/3100 8% [===== ] 262/3100 8% [===== ] 263/3100 8% [===== ] 264/3100 8% [===== ] 265/3100 8% [===== ] 266/3100 8% [===== ] 267/3100 8% [===== ] 268/3100 8% [===== ] 269/3100 8% [===== ] 270/3100 8% [===== ] 271/3100 8% [===== ] 272/3100 8% [===== ] 273/3100 8% [===== ] 274/3100 8% [===== ] 275/3100 8% [===== ] 276/3100 8% [===== ] 277/3100 8% [===== ] 278/3100 8% [===== ] 279/3100 9% [===== ] 280/3100 9% [===== ] 281/3100 9% [===== ] 282/3100 9% [===== ] 283/3100 9% [===== ] 284/3100 9% [===== ] 285/3100 9% [===== ] 286/3100 9% [===== ] 287/3100 9% [===== ] 288/3100 9% [===== ] 289/3100 9% [===== ] 290/3100 9% [===== ] 291/3100 9% [===== ] 292/3100 9% [===== ] 293/3100 9% [===== ] 294/3100 9% [===== ] 295/3100 9% [===== ] 296/3100 9% [===== ] 297/3100 9% [===== ] 298/3100 9% [===== ] 299/3100 9% [====== ] 300/3100 9% [====== ] 301/3100 9% [====== ] 302/3100 9% [====== ] 303/3100 9% [====== ] 304/3100 9% [====== ] 305/3100 9% [====== ] 306/3100 9% [====== ] 307/3100 9% [====== ] 308/3100 9% [====== ] 309/3100 9% [====== ] 310/3100 10% [====== ] 311/3100 10% [====== ] 312/3100 10% [====== ] 313/3100 10% [====== ] 314/3100 10% [====== ] 315/3100 10% [====== ] 316/3100 10% [====== ] 317/3100 10% [====== ] 318/3100 10% [====== ] 319/3100 10% [====== ] 320/3100 10% [====== ] 321/3100 10% [====== ] 322/3100 10% [====== ] 323/3100 10% [====== ] 324/3100 10% [====== ] 325/3100 10% [====== ] 326/3100 10% [====== ] 327/3100 10% [====== ] 328/3100 10% [====== ] 329/3100 10% [====== ] 330/3100 10% [====== ] 331/3100 10% [====== ] 332/3100 10% [====== ] 333/3100 10% [====== ] 334/3100 10% [====== ] 335/3100 10% [====== ] 336/3100 10% [====== ] 337/3100 10% [====== ] 338/3100 10% [====== ] 339/3100 10% [====== ] 340/3100 10% [====== ] 341/3100 11% [====== ] 342/3100 11% [====== ] 343/3100 11% [====== ] 344/3100 11% [====== ] 345/3100 11% [====== ] 346/3100 11% [====== ] 347/3100 11% [====== ] 348/3100 11% [====== ] 349/3100 11% [======= ] 350/3100 11% [======= ] 351/3100 11% [======= ] 352/3100 11% [======= ] 353/3100 11% [======= ] 354/3100 11% [======= ] 355/3100 11% [======= ] 356/3100 11% [======= ] 357/3100 11% [======= ] 358/3100 11% [======= ] 359/3100 11% [======= ] 360/3100 11% [======= ] 361/3100 11% [======= ] 362/3100 11% [======= ] 363/3100 11% [======= ] 364/3100 11% [======= ] 365/3100 11% [======= ] 366/3100 11% [======= ] 367/3100 11% [======= ] 368/3100 11% [======= ] 369/3100 11% [======= ] 370/3100 11% [======= ] 371/3100 11% [======= ] 372/3100 12% [======= ] 373/3100 12% [======= ] 374/3100 12% [======= ] 375/3100 12% [======= ] 376/3100 12% [======= ] 377/3100 12% [======= ] 378/3100 12% [======= ] 379/3100 12% [======= ] 380/3100 12% [======= ] 381/3100 12% [======= ] 382/3100 12% [======= ] 383/3100 12% [======= ] 384/3100 12% [======= ] 385/3100 12% [======= ] 386/3100 12% [======= ] 387/3100 12% [======= ] 388/3100 12% [======= ] 389/3100 12% [======= ] 390/3100 12% [======= ] 391/3100 12% [======= ] 392/3100 12% [======= ] 393/3100 12% [======= ] 394/3100 12% [======= ] 395/3100 12% [======= ] 396/3100 12% [======= ] 397/3100 12% [======= ] 398/3100 12% [======= ] 399/3100 12% [======== ] 400/3100 12% [======== ] 401/3100 12% [======== ] 402/3100 12% [======== ] 403/3100 13% [======== ] 404/3100 13% [======== ] 405/3100 13% [======== ] 406/3100 13% [======== ] 407/3100 13% [======== ] 408/3100 13% [======== ] 409/3100 13% [======== ] 410/3100 13% [======== ] 411/3100 13% [======== ] 412/3100 13% [======== ] 413/3100 13% [======== ] 414/3100 13% [======== ] 415/3100 13% [======== ] 416/3100 13% [======== ] 417/3100 13% [======== ] 418/3100 13% [======== ] 419/3100 13% [======== ] 420/3100 13% [======== ] 421/3100 13% [======== ] 422/3100 13% [======== ] 423/3100 13% [======== ] 424/3100 13% [======== ] 425/3100 13% [======== ] 426/3100 13% [======== ] 427/3100 13% [======== ] 428/3100 13% [======== ] 429/3100 13% [======== ] 430/3100 13% [======== ] 431/3100 13% [======== ] 432/3100 13% [======== ] 433/3100 13% [======== ] 434/3100 14% [======== ] 435/3100 14% [======== ] 436/3100 14% [======== ] 437/3100 14% [======== ] 438/3100 14% [======== ] 439/3100 14% [======== ] 440/3100 14% [======== ] 441/3100 14% [======== ] 442/3100 14% [======== ] 443/3100 14% [======== ] 444/3100 14% [======== ] 445/3100 14% [======== ] 446/3100 14% [======== ] 447/3100 14% [======== ] 448/3100 14% [======== ] 449/3100 14% [========= ] 450/3100 14% [========= ] 451/3100 14% [========= ] 452/3100 14% [========= ] 453/3100 14% [========= ] 454/3100 14% [========= ] 455/3100 14% [========= ] 456/3100 14% [========= ] 457/3100 14% [========= ] 458/3100 14% [========= ] 459/3100 14% [========= ] 460/3100 14% [========= ] 461/3100 14% [========= ] 462/3100 14% [========= ] 463/3100 14% [========= ] 464/3100 14% [========= ] 465/3100 15% [========= ] 466/3100 15% [========= ] 467/3100 15% [========= ] 468/3100 15% [========= ] 469/3100 15% [========= ] 470/3100 15% [========= ] 471/3100 15% [========= ] 472/3100 15% [========= ] 473/3100 15% [========= ] 474/3100 15% [========= ] 475/3100 15% [========= ] 476/3100 15% [========= ] 477/3100 15% [========= ] 478/3100 15% [========= ] 479/3100 15% [========= ] 480/3100 15% [========= ] 481/3100 15% [========= ] 482/3100 15% [========= ] 483/3100 15% [========= ] 484/3100 15% [========= ] 485/3100 15% [========= ] 486/3100 15% [========= ] 487/3100 15% [========= ] 488/3100 15% [========= ] 489/3100 15% [========= ] 490/3100 15% [========= ] 491/3100 15% [========= ] 492/3100 15% [========= ] 493/3100 15% [========= ] 494/3100 15% [========= ] 495/3100 15% [========= ] 496/3100 16% [========= ] 497/3100 16% [========= ] 498/3100 16% [========= ] 499/3100 16% [========== ] 500/3100 16% [========== ] 501/3100 16% [========== ] 502/3100 16% [========== ] 503/3100 16% [========== ] 504/3100 16% [========== ] 505/3100 16% [========== ] 506/3100 16% [========== ] 507/3100 16% [========== ] 508/3100 16% [========== ] 509/3100 16% [========== ] 510/3100 16% [========== ] 511/3100 16% [========== ] 512/3100 16% [========== ] 513/3100 16% [========== ] 514/3100 16% [========== ] 515/3100 16% [========== ] 516/3100 16% [========== ] 517/3100 16% [========== ] 518/3100 16% [========== ] 519/3100 16% [========== ] 520/3100 16% [========== ] 521/3100 16% [========== ] 522/3100 16% [========== ] 523/3100 16% [========== ] 524/3100 16% [========== ] 525/3100 16% [========== ] 526/3100 16% [========== ] 527/3100 17% [========== ] 528/3100 17% [========== ] 529/3100 17% [========== ] 530/3100 17% [========== ] 531/3100 17% [========== ] 532/3100 17% [========== ] 533/3100 17% [========== ] 534/3100 17% [========== ] 535/3100 17% [========== ] 536/3100 17% [========== ] 537/3100 17% [========== ] 538/3100 17% [========== ] 539/3100 17% [========== ] 540/3100 17% [========== ] 541/3100 17% [========== ] 542/3100 17% [========== ] 543/3100 17% [========== ] 544/3100 17% [========== ] 545/3100 17% [========== ] 546/3100 17% [========== ] 547/3100 17% [========== ] 548/3100 17% [========== ] 549/3100 17% [=========== ] 550/3100 17% [=========== ] 551/3100 17% [=========== ] 552/3100 17% [=========== ] 553/3100 17% [=========== ] 554/3100 17% [=========== ] 555/3100 17% [=========== ] 556/3100 17% [=========== ] 557/3100 17% [=========== ] 558/3100 18% [=========== ] 559/3100 18% [=========== ] 560/3100 18% [=========== ] 561/3100 18% [=========== ] 562/3100 18% [=========== ] 563/3100 18% [=========== ] 564/3100 18% [=========== ] 565/3100 18% [=========== ] 566/3100 18% [=========== ] 567/3100 18% [=========== ] 568/3100 18% [=========== ] 569/3100 18% [=========== ] 570/3100 18% [=========== ] 571/3100 18% [=========== ] 572/3100 18% [=========== ] 573/3100 18% [=========== ] 574/3100 18% [=========== ] 575/3100 18% [=========== ] 576/3100 18% [=========== ] 577/3100 18% [=========== ] 578/3100 18% [=========== ] 579/3100 18% [=========== ] 580/3100 18% [=========== ] 581/3100 18% [=========== ] 582/3100 18% [=========== ] 583/3100 18% [=========== ] 584/3100 18% [=========== ] 585/3100 18% [=========== ] 586/3100 18% [=========== ] 587/3100 18% [=========== ] 588/3100 18% [=========== ] 589/3100 19% [=========== ] 590/3100 19% [=========== ] 591/3100 19% [=========== ] 592/3100 19% [=========== ] 593/3100 19% [=========== ] 594/3100 19% [=========== ] 595/3100 19% [=========== ] 596/3100 19% [=========== ] 597/3100 19% [=========== ] 598/3100 19% [=========== ] 599/3100 19% [============ ] 600/3100 19% [============ ] 601/3100 19% [============ ] 602/3100 19% [============ ] 603/3100 19% [============ ] 604/3100 19% [============ ] 605/3100 19% [============ ] 606/3100 19% [============ ] 607/3100 19% [============ ] 608/3100 19% [============ ] 609/3100 19% [============ ] 610/3100 19% [============ ] 611/3100 19% [============ ] 612/3100 19% [============ ] 613/3100 19% [============ ] 614/3100 19% [============ ] 615/3100 19% [============ ] 616/3100 19% [============ ] 617/3100 19% [============ ] 618/3100 19% [============ ] 619/3100 19% [============ ] 620/3100 20% [============ ] 621/3100 20% [============ ] 622/3100 20% [============ ] 623/3100 20% [============ ] 624/3100 20% [============ ] 625/3100 20% [============ ] 626/3100 20% [============ ] 627/3100 20% [============ ] 628/3100 20% [============ ] 629/3100 20% [============ ] 630/3100 20% [============ ] 631/3100 20% [============ ] 632/3100 20% [============ ] 633/3100 20% [============ ] 634/3100 20% [============ ] 635/3100 20% [============ ] 636/3100 20% [============ ] 637/3100 20% [============ ] 638/3100 20% [============ ] 639/3100 20% [============ ] 640/3100 20% [============ ] 641/3100 20% [============ ] 642/3100 20% [============ ] 643/3100 20% [============ ] 644/3100 20% [============ ] 645/3100 20% [============ ] 646/3100 20% [============ ] 647/3100 20% [============ ] 648/3100 20% [============ ] 649/3100 20% [============= ] 650/3100 20% [============= ] 651/3100 21% [============= ] 652/3100 21% [============= ] 653/3100 21% [============= ] 654/3100 21% [============= ] 655/3100 21% [============= ] 656/3100 21% [============= ] 657/3100 21% [============= ] 658/3100 21% [============= ] 659/3100 21% [============= ] 660/3100 21% [============= ] 661/3100 21% [============= ] 662/3100 21% [============= ] 663/3100 21% [============= ] 664/3100 21% [============= ] 665/3100 21% [============= ] 666/3100 21% [============= ] 667/3100 21% [============= ] 668/3100 21% [============= ] 669/3100 21% [============= ] 670/3100 21% [============= ] 671/3100 21% [============= ] 672/3100 21% [============= ] 673/3100 21% [============= ] 674/3100 21% [============= ] 675/3100 21% [============= ] 676/3100 21% [============= ] 677/3100 21% [============= ] 678/3100 21% [============= ] 679/3100 21% [============= ] 680/3100 21% [============= ] 681/3100 21% [============= ] 682/3100 22% [============= ] 683/3100 22% [============= ] 684/3100 22% [============= ] 685/3100 22% [============= ] 686/3100 22% [============= ] 687/3100 22% [============= ] 688/3100 22% [============= ] 689/3100 22% [============= ] 690/3100 22% [============= ] 691/3100 22% [============= ] 692/3100 22% [============= ] 693/3100 22% [============= ] 694/3100 22% [============= ] 695/3100 22% [============= ] 696/3100 22% [============= ] 697/3100 22% [============= ] 698/3100 22% [============= ] 699/3100 22% [============== ] 700/3100 22% [============== ] 701/3100 22% [============== ] 702/3100 22% [============== ] 703/3100 22% [============== ] 704/3100 22% [============== ] 705/3100 22% [============== ] 706/3100 22% [============== ] 707/3100 22% [============== ] 708/3100 22% [============== ] 709/3100 22% [============== ] 710/3100 22% [============== ] 711/3100 22% [============== ] 712/3100 22% [============== ] 713/3100 23% [============== ] 714/3100 23% [============== ] 715/3100 23% [============== ] 716/3100 23% [============== ] 717/3100 23% [============== ] 718/3100 23% [============== ] 719/3100 23% [============== ] 720/3100 23% [============== ] 721/3100 23% [============== ] 722/3100 23% [============== ] 723/3100 23% [============== ] 724/3100 23% [============== ] 725/3100 23% [============== ] 726/3100 23% [============== ] 727/3100 23% [============== ] 728/3100 23% [============== ] 729/3100 23% [============== ] 730/3100 23% [============== ] 731/3100 23% [============== ] 732/3100 23% [============== ] 733/3100 23% [============== ] 734/3100 23% [============== ] 735/3100 23% [============== ] 736/3100 23% [============== ] 737/3100 23% [============== ] 738/3100 23% [============== ] 739/3100 23% [============== ] 740/3100 23% [============== ] 741/3100 23% [============== ] 742/3100 23% [============== ] 743/3100 23% [============== ] 744/3100 24% [============== ] 745/3100 24% [============== ] 746/3100 24% [============== ] 747/3100 24% [============== ] 748/3100 24% [============== ] 749/3100 24% [=============== ] 750/3100 24% [=============== ] 751/3100 24% [=============== ] 752/3100 24% [=============== ] 753/3100 24% [=============== ] 754/3100 24% [=============== ] 755/3100 24% [=============== ] 756/3100 24% [=============== ] 757/3100 24% [=============== ] 758/3100 24% [=============== ] 759/3100 24% [=============== ] 760/3100 24% [=============== ] 761/3100 24% [=============== ] 762/3100 24% [=============== ] 763/3100 24% [=============== ] 764/3100 24% [=============== ] 765/3100 24% [=============== ] 766/3100 24% [=============== ] 767/3100 24% [=============== ] 768/3100 24% [=============== ] 769/3100 24% [=============== ] 770/3100 24% [=============== ] 771/3100 24% [=============== ] 772/3100 24% [=============== ] 773/3100 24% [=============== ] 774/3100 24% [=============== ] 775/3100 25% [=============== ] 776/3100 25% [=============== ] 777/3100 25% [=============== ] 778/3100 25% [=============== ] 779/3100 25% [=============== ] 780/3100 25% [=============== ] 781/3100 25% [=============== ] 782/3100 25% [=============== ] 783/3100 25% [=============== ] 784/3100 25% [=============== ] 785/3100 25% [=============== ] 786/3100 25% [=============== ] 787/3100 25% [=============== ] 788/3100 25% [=============== ] 789/3100 25% [=============== ] 790/3100 25% [=============== ] 791/3100 25% [=============== ] 792/3100 25% [=============== ] 793/3100 25% [=============== ] 794/3100 25% [=============== ] 795/3100 25% [=============== ] 796/3100 25% [=============== ] 797/3100 25% [=============== ] 798/3100 25% [=============== ] 799/3100 25% [================ ] 800/3100 25% [================ ] 801/3100 25% [================ ] 802/3100 25% [================ ] 803/3100 25% [================ ] 804/3100 25% [================ ] 805/3100 25% [================ ] 806/3100 26% [================ ] 807/3100 26% [================ ] 808/3100 26% [================ ] 809/3100 26% [================ ] 810/3100 26% [================ ] 811/3100 26% [================ ] 812/3100 26% [================ ] 813/3100 26% [================ ] 814/3100 26% [================ ] 815/3100 26% [================ ] 816/3100 26% [================ ] 817/3100 26% [================ ] 818/3100 26% [================ ] 819/3100 26% [================ ] 820/3100 26% [================ ] 821/3100 26% [================ ] 822/3100 26% [================ ] 823/3100 26% [================ ] 824/3100 26% [================ ] 825/3100 26% [================ ] 826/3100 26% [================ ] 827/3100 26% [================ ] 828/3100 26% [================ ] 829/3100 26% [================ ] 830/3100 26% [================ ] 831/3100 26% [================ ] 832/3100 26% [================ ] 833/3100 26% [================ ] 834/3100 26% [================ ] 835/3100 26% [================ ] 836/3100 26% [================ ] 837/3100 27% [================ ] 838/3100 27% [================ ] 839/3100 27% [================ ] 840/3100 27% [================ ] 841/3100 27% [================ ] 842/3100 27% [================ ] 843/3100 27% [================ ] 844/3100 27% [================ ] 845/3100 27% [================ ] 846/3100 27% [================ ] 847/3100 27% [================ ] 848/3100 27% [================ ] 849/3100 27% [================= ] 850/3100 27% [================= ] 851/3100 27% [================= ] 852/3100 27% [================= ] 853/3100 27% [================= ] 854/3100 27% [================= ] 855/3100 27% [================= ] 856/3100 27% [================= ] 857/3100 27% [================= ] 858/3100 27% [================= ] 859/3100 27% [================= ] 860/3100 27% [================= ] 861/3100 27% [================= ] 862/3100 27% [================= ] 863/3100 27% [================= ] 864/3100 27% [================= ] 865/3100 27% [================= ] 866/3100 27% [================= ] 867/3100 27% [================= ] 868/3100 28% [================= ] 869/3100 28% [================= ] 870/3100 28% [================= ] 871/3100 28% [================= ] 872/3100 28% [================= ] 873/3100 28% [================= ] 874/3100 28% [================= ] 875/3100 28% [================= ] 876/3100 28% [================= ] 877/3100 28% [================= ] 878/3100 28% [================= ] 879/3100 28% [================= ] 880/3100 28% [================= ] 881/3100 28% [================= ] 882/3100 28% [================= ] 883/3100 28% [================= ] 884/3100 28% [================= ] 885/3100 28% [================= ] 886/3100 28% [================= ] 887/3100 28% [================= ] 888/3100 28% [================= ] 889/3100 28% [================= ] 890/3100 28% [================= ] 891/3100 28% [================= ] 892/3100 28% [================= ] 893/3100 28% [================= ] 894/3100 28% [================= ] 895/3100 28% [================= ] 896/3100 28% [================= ] 897/3100 28% [================= ] 898/3100 28% [================= ] 899/3100 29% [================== ] 900/3100 29% [================== ] 901/3100 29% [================== ] 902/3100 29% [================== ] 903/3100 29% [================== ] 904/3100 29% [================== ] 905/3100 29% [================== ] 906/3100 29% [================== ] 907/3100 29% [================== ] 908/3100 29% [================== ] 909/3100 29% [================== ] 910/3100 29% [================== ] 911/3100 29% [================== ] 912/3100 29% [================== ] 913/3100 29% [================== ] 914/3100 29% [================== ] 915/3100 29% [================== ] 916/3100 29% [================== ] 917/3100 29% [================== ] 918/3100 29% [================== ] 919/3100 29% [================== ] 920/3100 29% [================== ] 921/3100 29% [================== ] 922/3100 29% [================== ] 923/3100 29% [================== ] 924/3100 29% [================== ] 925/3100 29% [================== ] 926/3100 29% [================== ] 927/3100 29% [================== ] 928/3100 29% [================== ] 929/3100 29% [================== ] 930/3100 30% [================== ] 931/3100 30% [================== ] 932/3100 30% [================== ] 933/3100 30% [================== ] 934/3100 30% [================== ] 935/3100 30% [================== ] 936/3100 30% [================== ] 937/3100 30% [================== ] 938/3100 30% [================== ] 939/3100 30% [================== ] 940/3100 30% [================== ] 941/3100 30% [================== ] 942/3100 30% [================== ] 943/3100 30% [================== ] 944/3100 30% [================== ] 945/3100 30% [================== ] 946/3100 30% [================== ] 947/3100 30% [================== ] 948/3100 30% [================== ] 949/3100 30% [=================== ] 950/3100 30% [=================== ] 951/3100 30% [=================== ] 952/3100 30% [=================== ] 953/3100 30% [=================== ] 954/3100 30% [=================== ] 955/3100 30% [=================== ] 956/3100 30% [=================== ] 957/3100 30% [=================== ] 958/3100 30% [=================== ] 959/3100 30% [=================== ] 960/3100 30% [=================== ] 961/3100 31% [=================== ] 962/3100 31% [=================== ] 963/3100 31% [=================== ] 964/3100 31% [=================== ] 965/3100 31% [=================== ] 966/3100 31% [=================== ] 967/3100 31% [=================== ] 968/3100 31% [=================== ] 969/3100 31% [=================== ] 970/3100 31% [=================== ] 971/3100 31% [=================== ] 972/3100 31% [=================== ] 973/3100 31% [=================== ] 974/3100 31% [=================== ] 975/3100 31% [=================== ] 976/3100 31% [=================== ] 977/3100 31% [=================== ] 978/3100 31% [=================== ] 979/3100 31% [=================== ] 980/3100 31% [=================== ] 981/3100 31% [=================== ] 982/3100 31% [=================== ] 983/3100 31% [=================== ] 984/3100 31% [=================== ] 985/3100 31% [=================== ] 986/3100 31% [=================== ] 987/3100 31% [=================== ] 988/3100 31% [=================== ] 989/3100 31% [=================== ] 990/3100 31% [=================== ] 991/3100 31% [=================== ] 992/3100 32% [=================== ] 993/3100 32% [=================== ] 994/3100 32% [=================== ] 995/3100 32% [=================== ] 996/3100 32% [=================== ] 997/3100 32% [=================== ] 998/3100 32% [=================== ] 999/3100 32% [==================== ] 1000/3100 32% [==================== ] 1001/3100 32% [==================== ] 1002/3100 32% [==================== ] 1003/3100 32% [==================== ] 1004/3100 32% [==================== ] 1005/3100 32% [==================== ] 1006/3100 32% [==================== ] 1007/3100 32% [==================== ] 1008/3100 32% [==================== ] 1009/3100 32% [==================== ] 1010/3100 32% [==================== ] 1011/3100 32% [==================== ] 1012/3100 32% [==================== ] 1013/3100 32% [==================== ] 1014/3100 32% [==================== ] 1015/3100 32% [==================== ] 1016/3100 32% [==================== ] 1017/3100 32% [==================== ] 1018/3100 32% [==================== ] 1019/3100 32% [==================== ] 1020/3100 32% [==================== ] 1021/3100 32% [==================== ] 1022/3100 32% [==================== ] 1023/3100 33% [==================== ] 1024/3100 33% [==================== ] 1025/3100 33% [==================== ] 1026/3100 33% [==================== ] 1027/3100 33% [==================== ] 1028/3100 33% [==================== ] 1029/3100 33% [==================== ] 1030/3100 33% [==================== ] 1031/3100 33% [==================== ] 1032/3100 33% [==================== ] 1033/3100 33% [==================== ] 1034/3100 33% [==================== ] 1035/3100 33% [==================== ] 1036/3100 33% [==================== ] 1037/3100 33% [==================== ] 1038/3100 33% [==================== ] 1039/3100 33% [==================== ] 1040/3100 33% [==================== ] 1041/3100 33% [==================== ] 1042/3100 33% [==================== ] 1043/3100 33% [==================== ] 1044/3100 33% [==================== ] 1045/3100 33% [==================== ] 1046/3100 33% [==================== ] 1047/3100 33% [==================== ] 1048/3100 33% [==================== ] 1049/3100 33% [===================== ] 1050/3100 33% [===================== ] 1051/3100 33% [===================== ] 1052/3100 33% [===================== ] 1053/3100 33% [===================== ] 1054/3100 34% [===================== ] 1055/3100 34% [===================== ] 1056/3100 34% [===================== ] 1057/3100 34% [===================== ] 1058/3100 34% [===================== ] 1059/3100 34% [===================== ] 1060/3100 34% [===================== ] 1061/3100 34% [===================== ] 1062/3100 34% [===================== ] 1063/3100 34% [===================== ] 1064/3100 34% [===================== ] 1065/3100 34% [===================== ] 1066/3100 34% [===================== ] 1067/3100 34% [===================== ] 1068/3100 34% [===================== ] 1069/3100 34% [===================== ] 1070/3100 34% [===================== ] 1071/3100 34% [===================== ] 1072/3100 34% [===================== ] 1073/3100 34% [===================== ] 1074/3100 34% [===================== ] 1075/3100 34% [===================== ] 1076/3100 34% [===================== ] 1077/3100 34% [===================== ] 1078/3100 34% [===================== ] 1079/3100 34% [===================== ] 1080/3100 34% [===================== ] 1081/3100 34% [===================== ] 1082/3100 34% [===================== ] 1083/3100 34% [===================== ] 1084/3100 34% [===================== ] 1085/3100 35% [===================== ] 1086/3100 35% [===================== ] 1087/3100 35% [===================== ] 1088/3100 35% [===================== ] 1089/3100 35% [===================== ] 1090/3100 35% [===================== ] 1091/3100 35% [===================== ] 1092/3100 35% [===================== ] 1093/3100 35% [===================== ] 1094/3100 35% [===================== ] 1095/3100 35% [===================== ] 1096/3100 35% [===================== ] 1097/3100 35% [===================== ] 1098/3100 35% [===================== ] 1099/3100 35% [====================== ] 1100/3100 35% [====================== ] 1101/3100 35% [====================== ] 1102/3100 35% [====================== ] 1103/3100 35% [====================== ] 1104/3100 35% [====================== ] 1105/3100 35% [====================== ] 1106/3100 35% [====================== ] 1107/3100 35% [====================== ] 1108/3100 35% [====================== ] 1109/3100 35% [====================== ] 1110/3100 35% [====================== ] 1111/3100 35% [====================== ] 1112/3100 35% [====================== ] 1113/3100 35% [====================== ] 1114/3100 35% [====================== ] 1115/3100 35% [====================== ] 1116/3100 36% [====================== ] 1117/3100 36% [====================== ] 1118/3100 36% [====================== ] 1119/3100 36% [====================== ] 1120/3100 36% [====================== ] 1121/3100 36% [====================== ] 1122/3100 36% [====================== ] 1123/3100 36% [====================== ] 1124/3100 36% [====================== ] 1125/3100 36% [====================== ] 1126/3100 36% [====================== ] 1127/3100 36% [====================== ] 1128/3100 36% [====================== ] 1129/3100 36% [====================== ] 1130/3100 36% [====================== ] 1131/3100 36% [====================== ] 1132/3100 36% [====================== ] 1133/3100 36% [====================== ] 1134/3100 36% [====================== ] 1135/3100 36% [====================== ] 1136/3100 36% [====================== ] 1137/3100 36% [====================== ] 1138/3100 36% [====================== ] 1139/3100 36% [====================== ] 1140/3100 36% [====================== ] 1141/3100 36% [====================== ] 1142/3100 36% [====================== ] 1143/3100 36% [====================== ] 1144/3100 36% [====================== ] 1145/3100 36% [====================== ] 1146/3100 36% [====================== ] 1147/3100 37% [====================== ] 1148/3100 37% [====================== ] 1149/3100 37% [======================= ] 1150/3100 37% [======================= ] 1151/3100 37% [======================= ] 1152/3100 37% [======================= ] 1153/3100 37% [======================= ] 1154/3100 37% [======================= ] 1155/3100 37% [======================= ] 1156/3100 37% [======================= ] 1157/3100 37% [======================= ] 1158/3100 37% [======================= ] 1159/3100 37% [======================= ] 1160/3100 37% [======================= ] 1161/3100 37% [======================= ] 1162/3100 37% [======================= ] 1163/3100 37% [======================= ] 1164/3100 37% [======================= ] 1165/3100 37% [======================= ] 1166/3100 37% [======================= ] 1167/3100 37% [======================= ] 1168/3100 37% [======================= ] 1169/3100 37% [======================= ] 1170/3100 37% [======================= ] 1171/3100 37% [======================= ] 1172/3100 37% [======================= ] 1173/3100 37% [======================= ] 1174/3100 37% [======================= ] 1175/3100 37% [======================= ] 1176/3100 37% [======================= ] 1177/3100 37% [======================= ] 1178/3100 38% [======================= ] 1179/3100 38% [======================= ] 1180/3100 38% [======================= ] 1181/3100 38% [======================= ] 1182/3100 38% [======================= ] 1183/3100 38% [======================= ] 1184/3100 38% [======================= ] 1185/3100 38% [======================= ] 1186/3100 38% [======================= ] 1187/3100 38% [======================= ] 1188/3100 38% [======================= ] 1189/3100 38% [======================= ] 1190/3100 38% [======================= ] 1191/3100 38% [======================= ] 1192/3100 38% [======================= ] 1193/3100 38% [======================= ] 1194/3100 38% [======================= ] 1195/3100 38% [======================= ] 1196/3100 38% [======================= ] 1197/3100 38% [======================= ] 1198/3100 38% [======================= ] 1199/3100 38% [======================== ] 1200/3100 38% [======================== ] 1201/3100 38% [======================== ] 1202/3100 38% [======================== ] 1203/3100 38% [======================== ] 1204/3100 38% [======================== ] 1205/3100 38% [======================== ] 1206/3100 38% [======================== ] 1207/3100 38% [======================== ] 1208/3100 38% [======================== ] 1209/3100 39% [======================== ] 1210/3100 39% [======================== ] 1211/3100 39% [======================== ] 1212/3100 39% [======================== ] 1213/3100 39% [======================== ] 1214/3100 39% [======================== ] 1215/3100 39% [======================== ] 1216/3100 39% [======================== ] 1217/3100 39% [======================== ] 1218/3100 39% [======================== ] 1219/3100 39% [======================== ] 1220/3100 39% [======================== ] 1221/3100 39% [======================== ] 1222/3100 39% [======================== ] 1223/3100 39% [======================== ] 1224/3100 39% [======================== ] 1225/3100 39% [======================== ] 1226/3100 39% [======================== ] 1227/3100 39% [======================== ] 1228/3100 39% [======================== ] 1229/3100 39% [======================== ] 1230/3100 39% [======================== ] 1231/3100 39% [======================== ] 1232/3100 39% [======================== ] 1233/3100 39% [======================== ] 1234/3100 39% [======================== ] 1235/3100 39% [======================== ] 1236/3100 39% [======================== ] 1237/3100 39% [======================== ] 1238/3100 39% [======================== ] 1239/3100 39% [======================== ] 1240/3100 40% [======================== ] 1241/3100 40% [======================== ] 1242/3100 40% [======================== ] 1243/3100 40% [======================== ] 1244/3100 40% [======================== ] 1245/3100 40% [======================== ] 1246/3100 40% [======================== ] 1247/3100 40% [======================== ] 1248/3100 40% [======================== ] 1249/3100 40% [========================= ] 1250/3100 40% [========================= ] 1251/3100 40% [========================= ] 1252/3100 40% [========================= ] 1253/3100 40% [========================= ] 1254/3100 40% [========================= ] 1255/3100 40% [========================= ] 1256/3100 40% [========================= ] 1257/3100 40% [========================= ] 1258/3100 40% [========================= ] 1259/3100 40% [========================= ] 1260/3100 40% [========================= ] 1261/3100 40% [========================= ] 1262/3100 40% [========================= ] 1263/3100 40% [========================= ] 1264/3100 40% [========================= ] 1265/3100 40% [========================= ] 1266/3100 40% [========================= ] 1267/3100 40% [========================= ] 1268/3100 40% [========================= ] 1269/3100 40% [========================= ] 1270/3100 40% [========================= ] 1271/3100 41% [========================= ] 1272/3100 41% [========================= ] 1273/3100 41% [========================= ] 1274/3100 41% [========================= ] 1275/3100 41% [========================= ] 1276/3100 41% [========================= ] 1277/3100 41% [========================= ] 1278/3100 41% [========================= ] 1279/3100 41% [========================= ] 1280/3100 41% [========================= ] 1281/3100 41% [========================= ] 1282/3100 41% [========================= ] 1283/3100 41% [========================= ] 1284/3100 41% [========================= ] 1285/3100 41% [========================= ] 1286/3100 41% [========================= ] 1287/3100 41% [========================= ] 1288/3100 41% [========================= ] 1289/3100 41% [========================= ] 1290/3100 41% [========================= ] 1291/3100 41% [========================= ] 1292/3100 41% [========================= ] 1293/3100 41% [========================= ] 1294/3100 41% [========================= ] 1295/3100 41% [========================= ] 1296/3100 41% [========================= ] 1297/3100 41% [========================= ] 1298/3100 41% [========================= ] 1299/3100 41% [========================== ] 1300/3100 41% [========================== ] 1301/3100 41% [========================== ] 1302/3100 42% [========================== ] 1303/3100 42% [========================== ] 1304/3100 42% [========================== ] 1305/3100 42% [========================== ] 1306/3100 42% [========================== ] 1307/3100 42% [========================== ] 1308/3100 42% [========================== ] 1309/3100 42% [========================== ] 1310/3100 42% [========================== ] 1311/3100 42% [========================== ] 1312/3100 42% [========================== ] 1313/3100 42% [========================== ] 1314/3100 42% [========================== ] 1315/3100 42% [========================== ] 1316/3100 42% [========================== ] 1317/3100 42% [========================== ] 1318/3100 42% [========================== ] 1319/3100 42% [========================== ] 1320/3100 42% [========================== ] 1321/3100 42% [========================== ] 1322/3100 42% [========================== ] 1323/3100 42% [========================== ] 1324/3100 42% [========================== ] 1325/3100 42% [========================== ] 1326/3100 42% [========================== ] 1327/3100 42% [========================== ] 1328/3100 42% [========================== ] 1329/3100 42% [========================== ] 1330/3100 42% [========================== ] 1331/3100 42% [========================== ] 1332/3100 42% [========================== ] 1333/3100 43% [========================== ] 1334/3100 43% [========================== ] 1335/3100 43% [========================== ] 1336/3100 43% [========================== ] 1337/3100 43% [========================== ] 1338/3100 43% [========================== ] 1339/3100 43% [========================== ] 1340/3100 43% [========================== ] 1341/3100 43% [========================== ] 1342/3100 43% [========================== ] 1343/3100 43% [========================== ] 1344/3100 43% [========================== ] 1345/3100 43% [========================== ] 1346/3100 43% [========================== ] 1347/3100 43% [========================== ] 1348/3100 43% [========================== ] 1349/3100 43% [=========================== ] 1350/3100 43% [=========================== ] 1351/3100 43% [=========================== ] 1352/3100 43% [=========================== ] 1353/3100 43% [=========================== ] 1354/3100 43% [=========================== ] 1355/3100 43% [=========================== ] 1356/3100 43% [=========================== ] 1357/3100 43% [=========================== ] 1358/3100 43% [=========================== ] 1359/3100 43% [=========================== ] 1360/3100 43% [=========================== ] 1361/3100 43% [=========================== ] 1362/3100 43% [=========================== ] 1363/3100 43% [=========================== ] 1364/3100 44% [=========================== ] 1365/3100 44% [=========================== ] 1366/3100 44% [=========================== ] 1367/3100 44% [=========================== ] 1368/3100 44% [=========================== ] 1369/3100 44% [=========================== ] 1370/3100 44% [=========================== ] 1371/3100 44% [=========================== ] 1372/3100 44% [=========================== ] 1373/3100 44% [=========================== ] 1374/3100 44% [=========================== ] 1375/3100 44% [=========================== ] 1376/3100 44% [=========================== ] 1377/3100 44% [=========================== ] 1378/3100 44% [=========================== ] 1379/3100 44% [=========================== ] 1380/3100 44% [=========================== ] 1381/3100 44% [=========================== ] 1382/3100 44% [=========================== ] 1383/3100 44% [=========================== ] 1384/3100 44% [=========================== ] 1385/3100 44% [=========================== ] 1386/3100 44% [=========================== ] 1387/3100 44% [=========================== ] 1388/3100 44% [=========================== ] 1389/3100 44% [=========================== ] 1390/3100 44% [=========================== ] 1391/3100 44% [=========================== ] 1392/3100 44% [=========================== ] 1393/3100 44% [=========================== ] 1394/3100 44% [=========================== ] 1395/3100 45% [=========================== ] 1396/3100 45% [=========================== ] 1397/3100 45% [=========================== ] 1398/3100 45% [=========================== ] 1399/3100 45% [============================ ] 1400/3100 45% [============================ ] 1401/3100 45% [============================ ] 1402/3100 45% [============================ ] 1403/3100 45% [============================ ] 1404/3100 45% [============================ ] 1405/3100 45% [============================ ] 1406/3100 45% [============================ ] 1407/3100 45% [============================ ] 1408/3100 45% [============================ ] 1409/3100 45% [============================ ] 1410/3100 45% [============================ ] 1411/3100 45% [============================ ] 1412/3100 45% [============================ ] 1413/3100 45% [============================ ] 1414/3100 45% [============================ ] 1415/3100 45% [============================ ] 1416/3100 45% [============================ ] 1417/3100 45% [============================ ] 1418/3100 45% [============================ ] 1419/3100 45% [============================ ] 1420/3100 45% [============================ ] 1421/3100 45% [============================ ] 1422/3100 45% [============================ ] 1423/3100 45% [============================ ] 1424/3100 45% [============================ ] 1425/3100 45% [============================ ] 1426/3100 46% [============================ ] 1427/3100 46% [============================ ] 1428/3100 46% [============================ ] 1429/3100 46% [============================ ] 1430/3100 46% [============================ ] 1431/3100 46% [============================ ] 1432/3100 46% [============================ ] 1433/3100 46% [============================ ] 1434/3100 46% [============================ ] 1435/3100 46% [============================ ] 1436/3100 46% [============================ ] 1437/3100 46% [============================ ] 1438/3100 46% [============================ ] 1439/3100 46% [============================ ] 1440/3100 46% [============================ ] 1441/3100 46% [============================ ] 1442/3100 46% [============================ ] 1443/3100 46% [============================ ] 1444/3100 46% [============================ ] 1445/3100 46% [============================ ] 1446/3100 46% [============================ ] 1447/3100 46% [============================ ] 1448/3100 46% [============================ ] 1449/3100 46% [============================= ] 1450/3100 46% [============================= ] 1451/3100 46% [============================= ] 1452/3100 46% [============================= ] 1453/3100 46% [============================= ] 1454/3100 46% [============================= ] 1455/3100 46% [============================= ] 1456/3100 46% [============================= ] 1457/3100 47% [============================= ] 1458/3100 47% [============================= ] 1459/3100 47% [============================= ] 1460/3100 47% [============================= ] 1461/3100 47% [============================= ] 1462/3100 47% [============================= ] 1463/3100 47% [============================= ] 1464/3100 47% [============================= ] 1465/3100 47% [============================= ] 1466/3100 47% [============================= ] 1467/3100 47% [============================= ] 1468/3100 47% [============================= ] 1469/3100 47% [============================= ] 1470/3100 47% [============================= ] 1471/3100 47% [============================= ] 1472/3100 47% [============================= ] 1473/3100 47% [============================= ] 1474/3100 47% [============================= ] 1475/3100 47% [============================= ] 1476/3100 47% [============================= ] 1477/3100 47% [============================= ] 1478/3100 47% [============================= ] 1479/3100 47% [============================= ] 1480/3100 47% [============================= ] 1481/3100 47% [============================= ] 1482/3100 47% [============================= ] 1483/3100 47% [============================= ] 1484/3100 47% [============================= ] 1485/3100 47% [============================= ] 1486/3100 47% [============================= ] 1487/3100 47% [============================= ] 1488/3100 48% [============================= ] 1489/3100 48% [============================= ] 1490/3100 48% [============================= ] 1491/3100 48% [============================= ] 1492/3100 48% [============================= ] 1493/3100 48% [============================= ] 1494/3100 48% [============================= ] 1495/3100 48% [============================= ] 1496/3100 48% [============================= ] 1497/3100 48% [============================= ] 1498/3100 48% [============================= ] 1499/3100 48% [============================== ] 1500/3100 48% [============================== ] 1501/3100 48% [============================== ] 1502/3100 48% [============================== ] 1503/3100 48% [============================== ] 1504/3100 48% [============================== ] 1505/3100 48% [============================== ] 1506/3100 48% [============================== ] 1507/3100 48% [============================== ] 1508/3100 48% [============================== ] 1509/3100 48% [============================== ] 1510/3100 48% [============================== ] 1511/3100 48% [============================== ] 1512/3100 48% [============================== ] 1513/3100 48% [============================== ] 1514/3100 48% [============================== ] 1515/3100 48% [============================== ] 1516/3100 48% [============================== ] 1517/3100 48% [============================== ] 1518/3100 48% [============================== ] 1519/3100 49% [============================== ] 1520/3100 49% [============================== ] 1521/3100 49% [============================== ] 1522/3100 49% [============================== ] 1523/3100 49% [============================== ] 1524/3100 49% [============================== ] 1525/3100 49% [============================== ] 1526/3100 49% [============================== ] 1527/3100 49% [============================== ] 1528/3100 49% [============================== ] 1529/3100 49% [============================== ] 1530/3100 49% [============================== ] 1531/3100 49% [============================== ] 1532/3100 49% [============================== ] 1533/3100 49% [============================== ] 1534/3100 49% [============================== ] 1535/3100 49% [============================== ] 1536/3100 49% [============================== ] 1537/3100 49% [============================== ] 1538/3100 49% [============================== ] 1539/3100 49% [============================== ] 1540/3100 49% [============================== ] 1541/3100 49% [============================== ] 1542/3100 49% [============================== ] 1543/3100 49% [============================== ] 1544/3100 49% [============================== ] 1545/3100 49% [============================== ] 1546/3100 49% [============================== ] 1547/3100 49% [============================== ] 1548/3100 49% [============================== ] 1549/3100 49% [=============================== ] 1550/3100 50% [=============================== ] 1551/3100 50% [=============================== ] 1552/3100 50% [=============================== ] 1553/3100 50% [=============================== ] 1554/3100 50% [=============================== ] 1555/3100 50% [=============================== ] 1556/3100 50% [=============================== ] 1557/3100 50% [=============================== ] 1558/3100 50% [=============================== ] 1559/3100 50% [=============================== ] 1560/3100 50% [=============================== ] 1561/3100 50% [=============================== ] 1562/3100 50% [=============================== ] 1563/3100 50% [=============================== ] 1564/3100 50% [=============================== ] 1565/3100 50% [=============================== ] 1566/3100 50% [=============================== ] 1567/3100 50% [=============================== ] 1568/3100 50% [=============================== ] 1569/3100 50% [=============================== ] 1570/3100 50% [=============================== ] 1571/3100 50% [=============================== ] 1572/3100 50% [=============================== ] 1573/3100 50% [=============================== ] 1574/3100 50% [=============================== ] 1575/3100 50% [=============================== ] 1576/3100 50% [=============================== ] 1577/3100 50% [=============================== ] 1578/3100 50% [=============================== ] 1579/3100 50% [=============================== ] 1580/3100 50% [=============================== ] 1581/3100 51% [=============================== ] 1582/3100 51% [=============================== ] 1583/3100 51% [=============================== ] 1584/3100 51% [=============================== ] 1585/3100 51% [=============================== ] 1586/3100 51% [=============================== ] 1587/3100 51% [=============================== ] 1588/3100 51% [=============================== ] 1589/3100 51% [=============================== ] 1590/3100 51% [=============================== ] 1591/3100 51% [=============================== ] 1592/3100 51% [=============================== ] 1593/3100 51% [=============================== ] 1594/3100 51% [=============================== ] 1595/3100 51% [=============================== ] 1596/3100 51% [=============================== ] 1597/3100 51% [=============================== ] 1598/3100 51% [=============================== ] 1599/3100 51% [================================ ] 1600/3100 51% [================================ ] 1601/3100 51% [================================ ] 1602/3100 51% [================================ ] 1603/3100 51% [================================ ] 1604/3100 51% [================================ ] 1605/3100 51% [================================ ] 1606/3100 51% [================================ ] 1607/3100 51% [================================ ] 1608/3100 51% [================================ ] 1609/3100 51% [================================ ] 1610/3100 51% [================================ ] 1611/3100 51% [================================ ] 1612/3100 52% [================================ ] 1613/3100 52% [================================ ] 1614/3100 52% [================================ ] 1615/3100 52% [================================ ] 1616/3100 52% [================================ ] 1617/3100 52% [================================ ] 1618/3100 52% [================================ ] 1619/3100 52% [================================ ] 1620/3100 52% [================================ ] 1621/3100 52% [================================ ] 1622/3100 52% [================================ ] 1623/3100 52% [================================ ] 1624/3100 52% [================================ ] 1625/3100 52% [================================ ] 1626/3100 52% [================================ ] 1627/3100 52% [================================ ] 1628/3100 52% [================================ ] 1629/3100 52% [================================ ] 1630/3100 52% [================================ ] 1631/3100 52% [================================ ] 1632/3100 52% [================================ ] 1633/3100 52% [================================ ] 1634/3100 52% [================================ ] 1635/3100 52% [================================ ] 1636/3100 52% [================================ ] 1637/3100 52% [================================ ] 1638/3100 52% [================================ ] 1639/3100 52% [================================ ] 1640/3100 52% [================================ ] 1641/3100 52% [================================ ] 1642/3100 52% [================================ ] 1643/3100 53% [================================ ] 1644/3100 53% [================================ ] 1645/3100 53% [================================ ] 1646/3100 53% [================================ ] 1647/3100 53% [================================ ] 1648/3100 53% [================================ ] 1649/3100 53% [================================= ] 1650/3100 53% [================================= ] 1651/3100 53% [================================= ] 1652/3100 53% [================================= ] 1653/3100 53% [================================= ] 1654/3100 53% [================================= ] 1655/3100 53% [================================= ] 1656/3100 53% [================================= ] 1657/3100 53% [================================= ] 1658/3100 53% [================================= ] 1659/3100 53% [================================= ] 1660/3100 53% [================================= ] 1661/3100 53% [================================= ] 1662/3100 53% [================================= ] 1663/3100 53% [================================= ] 1664/3100 53% [================================= ] 1665/3100 53% [================================= ] 1666/3100 53% [================================= ] 1667/3100 53% [================================= ] 1668/3100 53% [================================= ] 1669/3100 53% [================================= ] 1670/3100 53% [================================= ] 1671/3100 53% [================================= ] 1672/3100 53% [================================= ] 1673/3100 53% [================================= ] 1674/3100 54% [================================= ] 1675/3100 54% [================================= ] 1676/3100 54% [================================= ] 1677/3100 54% [================================= ] 1678/3100 54% [================================= ] 1679/3100 54% [================================= ] 1680/3100 54% [================================= ] 1681/3100 54% [================================= ] 1682/3100 54% [================================= ] 1683/3100 54% [================================= ] 1684/3100 54% [================================= ] 1685/3100 54% [================================= ] 1686/3100 54% [================================= ] 1687/3100 54% [================================= ] 1688/3100 54% [================================= ] 1689/3100 54% [================================= ] 1690/3100 54% [================================= ] 1691/3100 54% [================================= ] 1692/3100 54% [================================= ] 1693/3100 54% [================================= ] 1694/3100 54% [================================= ] 1695/3100 54% [================================= ] 1696/3100 54% [================================= ] 1697/3100 54% [================================= ] 1698/3100 54% [================================= ] 1699/3100 54% [================================== ] 1700/3100 54% [================================== ] 1701/3100 54% [================================== ] 1702/3100 54% [================================== ] 1703/3100 54% [================================== ] 1704/3100 54% [================================== ] 1705/3100 55% [================================== ] 1706/3100 55% [================================== ] 1707/3100 55% [================================== ] 1708/3100 55% [================================== ] 1709/3100 55% [================================== ] 1710/3100 55% [================================== ] 1711/3100 55% [================================== ] 1712/3100 55% [================================== ] 1713/3100 55% [================================== ] 1714/3100 55% [================================== ] 1715/3100 55% [================================== ] 1716/3100 55% [================================== ] 1717/3100 55% [================================== ] 1718/3100 55% [================================== ] 1719/3100 55% [================================== ] 1720/3100 55% [================================== ] 1721/3100 55% [================================== ] 1722/3100 55% [================================== ] 1723/3100 55% [================================== ] 1724/3100 55% [================================== ] 1725/3100 55% [================================== ] 1726/3100 55% [================================== ] 1727/3100 55% [================================== ] 1728/3100 55% [================================== ] 1729/3100 55% [================================== ] 1730/3100 55% [================================== ] 1731/3100 55% [================================== ] 1732/3100 55% [================================== ] 1733/3100 55% [================================== ] 1734/3100 55% [================================== ] 1735/3100 55% [================================== ] 1736/3100 56% [================================== ] 1737/3100 56% [================================== ] 1738/3100 56% [================================== ] 1739/3100 56% [================================== ] 1740/3100 56% [================================== ] 1741/3100 56% [================================== ] 1742/3100 56% [================================== ] 1743/3100 56% [================================== ] 1744/3100 56% [================================== ] 1745/3100 56% [================================== ] 1746/3100 56% [================================== ] 1747/3100 56% [================================== ] 1748/3100 56% [================================== ] 1749/3100 56% [=================================== ] 1750/3100 56% [=================================== ] 1751/3100 56% [=================================== ] 1752/3100 56% [=================================== ] 1753/3100 56% [=================================== ] 1754/3100 56% [=================================== ] 1755/3100 56% [=================================== ] 1756/3100 56% [=================================== ] 1757/3100 56% [=================================== ] 1758/3100 56% [=================================== ] 1759/3100 56% [=================================== ] 1760/3100 56% [=================================== ] 1761/3100 56% [=================================== ] 1762/3100 56% [=================================== ] 1763/3100 56% [=================================== ] 1764/3100 56% [=================================== ] 1765/3100 56% [=================================== ] 1766/3100 56% [=================================== ] 1767/3100 57% [=================================== ] 1768/3100 57% [=================================== ] 1769/3100 57% [=================================== ] 1770/3100 57% [=================================== ] 1771/3100 57% [=================================== ] 1772/3100 57% [=================================== ] 1773/3100 57% [=================================== ] 1774/3100 57% [=================================== ] 1775/3100 57% [=================================== ] 1776/3100 57% [=================================== ] 1777/3100 57% [=================================== ] 1778/3100 57% [=================================== ] 1779/3100 57% [=================================== ] 1780/3100 57% [=================================== ] 1781/3100 57% [=================================== ] 1782/3100 57% [=================================== ] 1783/3100 57% [=================================== ] 1784/3100 57% [=================================== ] 1785/3100 57% [=================================== ] 1786/3100 57% [=================================== ] 1787/3100 57% [=================================== ] 1788/3100 57% [=================================== ] 1789/3100 57% [=================================== ] 1790/3100 57% [=================================== ] 1791/3100 57% [=================================== ] 1792/3100 57% [=================================== ] 1793/3100 57% [=================================== ] 1794/3100 57% [=================================== ] 1795/3100 57% [=================================== ] 1796/3100 57% [=================================== ] 1797/3100 57% [=================================== ] 1798/3100 58% [=================================== ] 1799/3100 58% [==================================== ] 1800/3100 58% [==================================== ] 1801/3100 58% [==================================== ] 1802/3100 58% [==================================== ] 1803/3100 58% [==================================== ] 1804/3100 58% [==================================== ] 1805/3100 58% [==================================== ] 1806/3100 58% [==================================== ] 1807/3100 58% [==================================== ] 1808/3100 58% [==================================== ] 1809/3100 58% [==================================== ] 1810/3100 58% [==================================== ] 1811/3100 58% [==================================== ] 1812/3100 58% [==================================== ] 1813/3100 58% [==================================== ] 1814/3100 58% [==================================== ] 1815/3100 58% [==================================== ] 1816/3100 58% [==================================== ] 1817/3100 58% [==================================== ] 1818/3100 58% [==================================== ] 1819/3100 58% [==================================== ] 1820/3100 58% [==================================== ] 1821/3100 58% [==================================== ] 1822/3100 58% [==================================== ] 1823/3100 58% [==================================== ] 1824/3100 58% [==================================== ] 1825/3100 58% [==================================== ] 1826/3100 58% [==================================== ] 1827/3100 58% [==================================== ] 1828/3100 58% [==================================== ] 1829/3100 59% [==================================== ] 1830/3100 59% [==================================== ] 1831/3100 59% [==================================== ] 1832/3100 59% [==================================== ] 1833/3100 59% [==================================== ] 1834/3100 59% [==================================== ] 1835/3100 59% [==================================== ] 1836/3100 59% [==================================== ] 1837/3100 59% [==================================== ] 1838/3100 59% [==================================== ] 1839/3100 59% [==================================== ] 1840/3100 59% [==================================== ] 1841/3100 59% [==================================== ] 1842/3100 59% [==================================== ] 1843/3100 59% [==================================== ] 1844/3100 59% [==================================== ] 1845/3100 59% [==================================== ] 1846/3100 59% [==================================== ] 1847/3100 59% [==================================== ] 1848/3100 59% [==================================== ] 1849/3100 59% [===================================== ] 1850/3100 59% [===================================== ] 1851/3100 59% [===================================== ] 1852/3100 59% [===================================== ] 1853/3100 59% [===================================== ] 1854/3100 59% [===================================== ] 1855/3100 59% [===================================== ] 1856/3100 59% [===================================== ] 1857/3100 59% [===================================== ] 1858/3100 59% [===================================== ] 1859/3100 59% [===================================== ] 1860/3100 60% [===================================== ] 1861/3100 60% [===================================== ] 1862/3100 60% [===================================== ] 1863/3100 60% [===================================== ] 1864/3100 60% [===================================== ] 1865/3100 60% [===================================== ] 1866/3100 60% [===================================== ] 1867/3100 60% [===================================== ] 1868/3100 60% [===================================== ] 1869/3100 60% [===================================== ] 1870/3100 60% [===================================== ] 1871/3100 60% [===================================== ] 1872/3100 60% [===================================== ] 1873/3100 60% [===================================== ] 1874/3100 60% [===================================== ] 1875/3100 60% [===================================== ] 1876/3100 60% [===================================== ] 1877/3100 60% [===================================== ] 1878/3100 60% [===================================== ] 1879/3100 60% [===================================== ] 1880/3100 60% [===================================== ] 1881/3100 60% [===================================== ] 1882/3100 60% [===================================== ] 1883/3100 60% [===================================== ] 1884/3100 60% [===================================== ] 1885/3100 60% [===================================== ] 1886/3100 60% [===================================== ] 1887/3100 60% [===================================== ] 1888/3100 60% [===================================== ] 1889/3100 60% [===================================== ] 1890/3100 60% [===================================== ] 1891/3100 61% [===================================== ] 1892/3100 61% [===================================== ] 1893/3100 61% [===================================== ] 1894/3100 61% [===================================== ] 1895/3100 61% [===================================== ] 1896/3100 61% [===================================== ] 1897/3100 61% [===================================== ] 1898/3100 61% [===================================== ] 1899/3100 61% [====================================== ] 1900/3100 61% [====================================== ] 1901/3100 61% [====================================== ] 1902/3100 61% [====================================== ] 1903/3100 61% [====================================== ] 1904/3100 61% [====================================== ] 1905/3100 61% [====================================== ] 1906/3100 61% [====================================== ] 1907/3100 61% [====================================== ] 1908/3100 61% [====================================== ] 1909/3100 61% [====================================== ] 1910/3100 61% [====================================== ] 1911/3100 61% [====================================== ] 1912/3100 61% [====================================== ] 1913/3100 61% [====================================== ] 1914/3100 61% [====================================== ] 1915/3100 61% [====================================== ] 1916/3100 61% [====================================== ] 1917/3100 61% [====================================== ] 1918/3100 61% [====================================== ] 1919/3100 61% [====================================== ] 1920/3100 61% [====================================== ] 1921/3100 61% [====================================== ] 1922/3100 62% [====================================== ] 1923/3100 62% [====================================== ] 1924/3100 62% [====================================== ] 1925/3100 62% [====================================== ] 1926/3100 62% [====================================== ] 1927/3100 62% [====================================== ] 1928/3100 62% [====================================== ] 1929/3100 62% [====================================== ] 1930/3100 62% [====================================== ] 1931/3100 62% [====================================== ] 1932/3100 62% [====================================== ] 1933/3100 62% [====================================== ] 1934/3100 62% [====================================== ] 1935/3100 62% [====================================== ] 1936/3100 62% [====================================== ] 1937/3100 62% [====================================== ] 1938/3100 62% [====================================== ] 1939/3100 62% [====================================== ] 1940/3100 62% [====================================== ] 1941/3100 62% [====================================== ] 1942/3100 62% [====================================== ] 1943/3100 62% [====================================== ] 1944/3100 62% [====================================== ] 1945/3100 62% [====================================== ] 1946/3100 62% [====================================== ] 1947/3100 62% [====================================== ] 1948/3100 62% [====================================== ] 1949/3100 62% [======================================= ] 1950/3100 62% [======================================= ] 1951/3100 62% [======================================= ] 1952/3100 62% [======================================= ] 1953/3100 63% [======================================= ] 1954/3100 63% [======================================= ] 1955/3100 63% [======================================= ] 1956/3100 63% [======================================= ] 1957/3100 63% [======================================= ] 1958/3100 63% [======================================= ] 1959/3100 63% [======================================= ] 1960/3100 63% [======================================= ] 1961/3100 63% [======================================= ] 1962/3100 63% [======================================= ] 1963/3100 63% [======================================= ] 1964/3100 63% [======================================= ] 1965/3100 63% [======================================= ] 1966/3100 63% [======================================= ] 1967/3100 63% [======================================= ] 1968/3100 63% [======================================= ] 1969/3100 63% [======================================= ] 1970/3100 63% [======================================= ] 1971/3100 63% [======================================= ] 1972/3100 63% [======================================= ] 1973/3100 63% [======================================= ] 1974/3100 63% [======================================= ] 1975/3100 63% [======================================= ] 1976/3100 63% [======================================= ] 1977/3100 63% [======================================= ] 1978/3100 63% [======================================= ] 1979/3100 63% [======================================= ] 1980/3100 63% [======================================= ] 1981/3100 63% [======================================= ] 1982/3100 63% [======================================= ] 1983/3100 63% [======================================= ] 1984/3100 64% [======================================= ] 1985/3100 64% [======================================= ] 1986/3100 64% [======================================= ] 1987/3100 64% [======================================= ] 1988/3100 64% [======================================= ] 1989/3100 64% [======================================= ] 1990/3100 64% [======================================= ] 1991/3100 64% [======================================= ] 1992/3100 64% [======================================= ] 1993/3100 64% [======================================= ] 1994/3100 64% [======================================= ] 1995/3100 64% [======================================= ] 1996/3100 64% [======================================= ] 1997/3100 64% [======================================= ] 1998/3100 64% [======================================= ] 1999/3100 64% [======================================== ] 2000/3100 64% [======================================== ] 2001/3100 64% [======================================== ] 2002/3100 64% [======================================== ] 2003/3100 64% [======================================== ] 2004/3100 64% [======================================== ] 2005/3100 64% [======================================== ] 2006/3100 64% [======================================== ] 2007/3100 64% [======================================== ] 2008/3100 64% [======================================== ] 2009/3100 64% [======================================== ] 2010/3100 64% [======================================== ] 2011/3100 64% [======================================== ] 2012/3100 64% [======================================== ] 2013/3100 64% [======================================== ] 2014/3100 64% [======================================== ] 2015/3100 65% [======================================== ] 2016/3100 65% [======================================== ] 2017/3100 65% [======================================== ] 2018/3100 65% [======================================== ] 2019/3100 65% [======================================== ] 2020/3100 65% [======================================== ] 2021/3100 65% [======================================== ] 2022/3100 65% [======================================== ] 2023/3100 65% [======================================== ] 2024/3100 65% [======================================== ] 2025/3100 65% [======================================== ] 2026/3100 65% [======================================== ] 2027/3100 65% [======================================== ] 2028/3100 65% [======================================== ] 2029/3100 65% [======================================== ] 2030/3100 65% [======================================== ] 2031/3100 65% [======================================== ] 2032/3100 65% [======================================== ] 2033/3100 65% [======================================== ] 2034/3100 65% [======================================== ] 2035/3100 65% [======================================== ] 2036/3100 65% [======================================== ] 2037/3100 65% [======================================== ] 2038/3100 65% [======================================== ] 2039/3100 65% [======================================== ] 2040/3100 65% [======================================== ] 2041/3100 65% [======================================== ] 2042/3100 65% [======================================== ] 2043/3100 65% [======================================== ] 2044/3100 65% [======================================== ] 2045/3100 65% [======================================== ] 2046/3100 66% [======================================== ] 2047/3100 66% [======================================== ] 2048/3100 66% [======================================== ] 2049/3100 66% [========================================= ] 2050/3100 66% [========================================= ] 2051/3100 66% [========================================= ] 2052/3100 66% [========================================= ] 2053/3100 66% [========================================= ] 2054/3100 66% [========================================= ] 2055/3100 66% [========================================= ] 2056/3100 66% [========================================= ] 2057/3100 66% [========================================= ] 2058/3100 66% [========================================= ] 2059/3100 66% [========================================= ] 2060/3100 66% [========================================= ] 2061/3100 66% [========================================= ] 2062/3100 66% [========================================= ] 2063/3100 66% [========================================= ] 2064/3100 66% [========================================= ] 2065/3100 66% [========================================= ] 2066/3100 66% [========================================= ] 2067/3100 66% [========================================= ] 2068/3100 66% [========================================= ] 2069/3100 66% [========================================= ] 2070/3100 66% [========================================= ] 2071/3100 66% [========================================= ] 2072/3100 66% [========================================= ] 2073/3100 66% [========================================= ] 2074/3100 66% [========================================= ] 2075/3100 66% [========================================= ] 2076/3100 66% [========================================= ] 2077/3100 67% [========================================= ] 2078/3100 67% [========================================= ] 2079/3100 67% [========================================= ] 2080/3100 67% [========================================= ] 2081/3100 67% [========================================= ] 2082/3100 67% [========================================= ] 2083/3100 67% [========================================= ] 2084/3100 67% [========================================= ] 2085/3100 67% [========================================= ] 2086/3100 67% [========================================= ] 2087/3100 67% [========================================= ] 2088/3100 67% [========================================= ] 2089/3100 67% [========================================= ] 2090/3100 67% [========================================= ] 2091/3100 67% [========================================= ] 2092/3100 67% [========================================= ] 2093/3100 67% [========================================= ] 2094/3100 67% [========================================= ] 2095/3100 67% [========================================= ] 2096/3100 67% [========================================= ] 2097/3100 67% [========================================= ] 2098/3100 67% [========================================= ] 2099/3100 67% [========================================== ] 2100/3100 67% [========================================== ] 2101/3100 67% [========================================== ] 2102/3100 67% [========================================== ] 2103/3100 67% [========================================== ] 2104/3100 67% [========================================== ] 2105/3100 67% [========================================== ] 2106/3100 67% [========================================== ] 2107/3100 67% [========================================== ] 2108/3100 68% [========================================== ] 2109/3100 68% [========================================== ] 2110/3100 68% [========================================== ] 2111/3100 68% [========================================== ] 2112/3100 68% [========================================== ] 2113/3100 68% [========================================== ] 2114/3100 68% [========================================== ] 2115/3100 68% [========================================== ] 2116/3100 68% [========================================== ] 2117/3100 68% [========================================== ] 2118/3100 68% [========================================== ] 2119/3100 68% [========================================== ] 2120/3100 68% [========================================== ] 2121/3100 68% [========================================== ] 2122/3100 68% [========================================== ] 2123/3100 68% [========================================== ] 2124/3100 68% [========================================== ] 2125/3100 68% [========================================== ] 2126/3100 68% [========================================== ] 2127/3100 68% [========================================== ] 2128/3100 68% [========================================== ] 2129/3100 68% [========================================== ] 2130/3100 68% [========================================== ] 2131/3100 68% [========================================== ] 2132/3100 68% [========================================== ] 2133/3100 68% [========================================== ] 2134/3100 68% [========================================== ] 2135/3100 68% [========================================== ] 2136/3100 68% [========================================== ] 2137/3100 68% [========================================== ] 2138/3100 68% [========================================== ] 2139/3100 69% [========================================== ] 2140/3100 69% [========================================== ] 2141/3100 69% [========================================== ] 2142/3100 69% [========================================== ] 2143/3100 69% [========================================== ] 2144/3100 69% [========================================== ] 2145/3100 69% [========================================== ] 2146/3100 69% [========================================== ] 2147/3100 69% [========================================== ] 2148/3100 69% [========================================== ] 2149/3100 69% [=========================================== ] 2150/3100 69% [=========================================== ] 2151/3100 69% [=========================================== ] 2152/3100 69% [=========================================== ] 2153/3100 69% [=========================================== ] 2154/3100 69% [=========================================== ] 2155/3100 69% [=========================================== ] 2156/3100 69% [=========================================== ] 2157/3100 69% [=========================================== ] 2158/3100 69% [=========================================== ] 2159/3100 69% [=========================================== ] 2160/3100 69% [=========================================== ] 2161/3100 69% [=========================================== ] 2162/3100 69% [=========================================== ] 2163/3100 69% [=========================================== ] 2164/3100 69% [=========================================== ] 2165/3100 69% [=========================================== ] 2166/3100 69% [=========================================== ] 2167/3100 69% [=========================================== ] 2168/3100 69% [=========================================== ] 2169/3100 69% [=========================================== ] 2170/3100 70% [=========================================== ] 2171/3100 70% [=========================================== ] 2172/3100 70% [=========================================== ] 2173/3100 70% [=========================================== ] 2174/3100 70% [=========================================== ] 2175/3100 70% [=========================================== ] 2176/3100 70% [=========================================== ] 2177/3100 70% [=========================================== ] 2178/3100 70% [=========================================== ] 2179/3100 70% [=========================================== ] 2180/3100 70% [=========================================== ] 2181/3100 70% [=========================================== ] 2182/3100 70% [=========================================== ] 2183/3100 70% [=========================================== ] 2184/3100 70% [=========================================== ] 2185/3100 70% [=========================================== ] 2186/3100 70% [=========================================== ] 2187/3100 70% [=========================================== ] 2188/3100 70% [=========================================== ] 2189/3100 70% [=========================================== ] 2190/3100 70% [=========================================== ] 2191/3100 70% [=========================================== ] 2192/3100 70% [=========================================== ] 2193/3100 70% [=========================================== ] 2194/3100 70% [=========================================== ] 2195/3100 70% [=========================================== ] 2196/3100 70% [=========================================== ] 2197/3100 70% [=========================================== ] 2198/3100 70% [=========================================== ] 2199/3100 70% [============================================ ] 2200/3100 70% [============================================ ] 2201/3100 71% [============================================ ] 2202/3100 71% [============================================ ] 2203/3100 71% [============================================ ] 2204/3100 71% [============================================ ] 2205/3100 71% [============================================ ] 2206/3100 71% [============================================ ] 2207/3100 71% [============================================ ] 2208/3100 71% [============================================ ] 2209/3100 71% [============================================ ] 2210/3100 71% [============================================ ] 2211/3100 71% [============================================ ] 2212/3100 71% [============================================ ] 2213/3100 71% [============================================ ] 2214/3100 71% [============================================ ] 2215/3100 71% [============================================ ] 2216/3100 71% [============================================ ] 2217/3100 71% [============================================ ] 2218/3100 71% [============================================ ] 2219/3100 71% [============================================ ] 2220/3100 71% [============================================ ] 2221/3100 71% [============================================ ] 2222/3100 71% [============================================ ] 2223/3100 71% [============================================ ] 2224/3100 71% [============================================ ] 2225/3100 71% [============================================ ] 2226/3100 71% [============================================ ] 2227/3100 71% [============================================ ] 2228/3100 71% [============================================ ] 2229/3100 71% [============================================ ] 2230/3100 71% [============================================ ] 2231/3100 71% [============================================ ] 2232/3100 72% [============================================ ] 2233/3100 72% [============================================ ] 2234/3100 72% [============================================ ] 2235/3100 72% [============================================ ] 2236/3100 72% [============================================ ] 2237/3100 72% [============================================ ] 2238/3100 72% [============================================ ] 2239/3100 72% [============================================ ] 2240/3100 72% [============================================ ] 2241/3100 72% [============================================ ] 2242/3100 72% [============================================ ] 2243/3100 72% [============================================ ] 2244/3100 72% [============================================ ] 2245/3100 72% [============================================ ] 2246/3100 72% [============================================ ] 2247/3100 72% [============================================ ] 2248/3100 72% [============================================ ] 2249/3100 72% [============================================= ] 2250/3100 72% [============================================= ] 2251/3100 72% [============================================= ] 2252/3100 72% [============================================= ] 2253/3100 72% [============================================= ] 2254/3100 72% [============================================= ] 2255/3100 72% [============================================= ] 2256/3100 72% [============================================= ] 2257/3100 72% [============================================= ] 2258/3100 72% [============================================= ] 2259/3100 72% [============================================= ] 2260/3100 72% [============================================= ] 2261/3100 72% [============================================= ] 2262/3100 72% [============================================= ] 2263/3100 73% [============================================= ] 2264/3100 73% [============================================= ] 2265/3100 73% [============================================= ] 2266/3100 73% [============================================= ] 2267/3100 73% [============================================= ] 2268/3100 73% [============================================= ] 2269/3100 73% [============================================= ] 2270/3100 73% [============================================= ] 2271/3100 73% [============================================= ] 2272/3100 73% [============================================= ] 2273/3100 73% [============================================= ] 2274/3100 73% [============================================= ] 2275/3100 73% [============================================= ] 2276/3100 73% [============================================= ] 2277/3100 73% [============================================= ] 2278/3100 73% [============================================= ] 2279/3100 73% [============================================= ] 2280/3100 73% [============================================= ] 2281/3100 73% [============================================= ] 2282/3100 73% [============================================= ] 2283/3100 73% [============================================= ] 2284/3100 73% [============================================= ] 2285/3100 73% [============================================= ] 2286/3100 73% [============================================= ] 2287/3100 73% [============================================= ] 2288/3100 73% [============================================= ] 2289/3100 73% [============================================= ] 2290/3100 73% [============================================= ] 2291/3100 73% [============================================= ] 2292/3100 73% [============================================= ] 2293/3100 73% [============================================= ] 2294/3100 74% [============================================= ] 2295/3100 74% [============================================= ] 2296/3100 74% [============================================= ] 2297/3100 74% [============================================= ] 2298/3100 74% [============================================= ] 2299/3100 74% [============================================== ] 2300/3100 74% [============================================== ] 2301/3100 74% [============================================== ] 2302/3100 74% [============================================== ] 2303/3100 74% [============================================== ] 2304/3100 74% [============================================== ] 2305/3100 74% [============================================== ] 2306/3100 74% [============================================== ] 2307/3100 74% [============================================== ] 2308/3100 74% [============================================== ] 2309/3100 74% [============================================== ] 2310/3100 74% [============================================== ] 2311/3100 74% [============================================== ] 2312/3100 74% [============================================== ] 2313/3100 74% [============================================== ] 2314/3100 74% [============================================== ] 2315/3100 74% [============================================== ] 2316/3100 74% [============================================== ] 2317/3100 74% [============================================== ] 2318/3100 74% [============================================== ] 2319/3100 74% [============================================== ] 2320/3100 74% [============================================== ] 2321/3100 74% [============================================== ] 2322/3100 74% [============================================== ] 2323/3100 74% [============================================== ] 2324/3100 74% [============================================== ] 2325/3100 75% [============================================== ] 2326/3100 75% [============================================== ] 2327/3100 75% [============================================== ] 2328/3100 75% [============================================== ] 2329/3100 75% [============================================== ] 2330/3100 75% [============================================== ] 2331/3100 75% [============================================== ] 2332/3100 75% [============================================== ] 2333/3100 75% [============================================== ] 2334/3100 75% [============================================== ] 2335/3100 75% [============================================== ] 2336/3100 75% [============================================== ] 2337/3100 75% [============================================== ] 2338/3100 75% [============================================== ] 2339/3100 75% [============================================== ] 2340/3100 75% [============================================== ] 2341/3100 75% [============================================== ] 2342/3100 75% [============================================== ] 2343/3100 75% [============================================== ] 2344/3100 75% [============================================== ] 2345/3100 75% [============================================== ] 2346/3100 75% [============================================== ] 2347/3100 75% [============================================== ] 2348/3100 75% [============================================== ] 2349/3100 75% [=============================================== ] 2350/3100 75% [=============================================== ] 2351/3100 75% [=============================================== ] 2352/3100 75% [=============================================== ] 2353/3100 75% [=============================================== ] 2354/3100 75% [=============================================== ] 2355/3100 75% [=============================================== ] 2356/3100 76% [=============================================== ] 2357/3100 76% [=============================================== ] 2358/3100 76% [=============================================== ] 2359/3100 76% [=============================================== ] 2360/3100 76% [=============================================== ] 2361/3100 76% [=============================================== ] 2362/3100 76% [=============================================== ] 2363/3100 76% [=============================================== ] 2364/3100 76% [=============================================== ] 2365/3100 76% [=============================================== ] 2366/3100 76% [=============================================== ] 2367/3100 76% [=============================================== ] 2368/3100 76% [=============================================== ] 2369/3100 76% [=============================================== ] 2370/3100 76% [=============================================== ] 2371/3100 76% [=============================================== ] 2372/3100 76% [=============================================== ] 2373/3100 76% [=============================================== ] 2374/3100 76% [=============================================== ] 2375/3100 76% [=============================================== ] 2376/3100 76% [=============================================== ] 2377/3100 76% [=============================================== ] 2378/3100 76% [=============================================== ] 2379/3100 76% [=============================================== ] 2380/3100 76% [=============================================== ] 2381/3100 76% [=============================================== ] 2382/3100 76% [=============================================== ] 2383/3100 76% [=============================================== ] 2384/3100 76% [=============================================== ] 2385/3100 76% [=============================================== ] 2386/3100 76% [=============================================== ] 2387/3100 77% [=============================================== ] 2388/3100 77% [=============================================== ] 2389/3100 77% [=============================================== ] 2390/3100 77% [=============================================== ] 2391/3100 77% [=============================================== ] 2392/3100 77% [=============================================== ] 2393/3100 77% [=============================================== ] 2394/3100 77% [=============================================== ] 2395/3100 77% [=============================================== ] 2396/3100 77% [=============================================== ] 2397/3100 77% [=============================================== ] 2398/3100 77% [=============================================== ] 2399/3100 77% [================================================ ] 2400/3100 77% [================================================ ] 2401/3100 77% [================================================ ] 2402/3100 77% [================================================ ] 2403/3100 77% [================================================ ] 2404/3100 77% [================================================ ] 2405/3100 77% [================================================ ] 2406/3100 77% [================================================ ] 2407/3100 77% [================================================ ] 2408/3100 77% [================================================ ] 2409/3100 77% [================================================ ] 2410/3100 77% [================================================ ] 2411/3100 77% [================================================ ] 2412/3100 77% [================================================ ] 2413/3100 77% [================================================ ] 2414/3100 77% [================================================ ] 2415/3100 77% [================================================ ] 2416/3100 77% [================================================ ] 2417/3100 77% [================================================ ] 2418/3100 78% [================================================ ] 2419/3100 78% [================================================ ] 2420/3100 78% [================================================ ] 2421/3100 78% [================================================ ] 2422/3100 78% [================================================ ] 2423/3100 78% [================================================ ] 2424/3100 78% [================================================ ] 2425/3100 78% [================================================ ] 2426/3100 78% [================================================ ] 2427/3100 78% [================================================ ] 2428/3100 78% [================================================ ] 2429/3100 78% [================================================ ] 2430/3100 78% [================================================ ] 2431/3100 78% [================================================ ] 2432/3100 78% [================================================ ] 2433/3100 78% [================================================ ] 2434/3100 78% [================================================ ] 2435/3100 78% [================================================ ] 2436/3100 78% [================================================ ] 2437/3100 78% [================================================ ] 2438/3100 78% [================================================ ] 2439/3100 78% [================================================ ] 2440/3100 78% [================================================ ] 2441/3100 78% [================================================ ] 2442/3100 78% [================================================ ] 2443/3100 78% [================================================ ] 2444/3100 78% [================================================ ] 2445/3100 78% [================================================ ] 2446/3100 78% [================================================ ] 2447/3100 78% [================================================ ] 2448/3100 78% [================================================ ] 2449/3100 79% [================================================= ] 2450/3100 79% [================================================= ] 2451/3100 79% [================================================= ] 2452/3100 79% [================================================= ] 2453/3100 79% [================================================= ] 2454/3100 79% [================================================= ] 2455/3100 79% [================================================= ] 2456/3100 79% [================================================= ] 2457/3100 79% [================================================= ] 2458/3100 79% [================================================= ] 2459/3100 79% [================================================= ] 2460/3100 79% [================================================= ] 2461/3100 79% [================================================= ] 2462/3100 79% [================================================= ] 2463/3100 79% [================================================= ] 2464/3100 79% [================================================= ] 2465/3100 79% [================================================= ] 2466/3100 79% [================================================= ] 2467/3100 79% [================================================= ] 2468/3100 79% [================================================= ] 2469/3100 79% [================================================= ] 2470/3100 79% [================================================= ] 2471/3100 79% [================================================= ] 2472/3100 79% [================================================= ] 2473/3100 79% [================================================= ] 2474/3100 79% [================================================= ] 2475/3100 79% [================================================= ] 2476/3100 79% [================================================= ] 2477/3100 79% [================================================= ] 2478/3100 79% [================================================= ] 2479/3100 79% [================================================= ] 2480/3100 80% [================================================= ] 2481/3100 80% [================================================= ] 2482/3100 80% [================================================= ] 2483/3100 80% [================================================= ] 2484/3100 80% [================================================= ] 2485/3100 80% [================================================= ] 2486/3100 80% [================================================= ] 2487/3100 80% [================================================= ] 2488/3100 80% [================================================= ] 2489/3100 80% [================================================= ] 2490/3100 80% [================================================= ] 2491/3100 80% [================================================= ] 2492/3100 80% [================================================= ] 2493/3100 80% [================================================= ] 2494/3100 80% [================================================= ] 2495/3100 80% [================================================= ] 2496/3100 80% [================================================= ] 2497/3100 80% [================================================= ] 2498/3100 80% [================================================= ] 2499/3100 80% [================================================== ] 2500/3100 80% [================================================== ] 2501/3100 80% [================================================== ] 2502/3100 80% [================================================== ] 2503/3100 80% [================================================== ] 2504/3100 80% [================================================== ] 2505/3100 80% [================================================== ] 2506/3100 80% [================================================== ] 2507/3100 80% [================================================== ] 2508/3100 80% [================================================== ] 2509/3100 80% [================================================== ] 2510/3100 80% [================================================== ] 2511/3100 81% [================================================== ] 2512/3100 81% [================================================== ] 2513/3100 81% [================================================== ] 2514/3100 81% [================================================== ] 2515/3100 81% [================================================== ] 2516/3100 81% [================================================== ] 2517/3100 81% [================================================== ] 2518/3100 81% [================================================== ] 2519/3100 81% [================================================== ] 2520/3100 81% [================================================== ] 2521/3100 81% [================================================== ] 2522/3100 81% [================================================== ] 2523/3100 81% [================================================== ] 2524/3100 81% [================================================== ] 2525/3100 81% [================================================== ] 2526/3100 81% [================================================== ] 2527/3100 81% [================================================== ] 2528/3100 81% [================================================== ] 2529/3100 81% [================================================== ] 2530/3100 81% [================================================== ] 2531/3100 81% [================================================== ] 2532/3100 81% [================================================== ] 2533/3100 81% [================================================== ] 2534/3100 81% [================================================== ] 2535/3100 81% [================================================== ] 2536/3100 81% [================================================== ] 2537/3100 81% [================================================== ] 2538/3100 81% [================================================== ] 2539/3100 81% [================================================== ] 2540/3100 81% [================================================== ] 2541/3100 81% [================================================== ] 2542/3100 82% [================================================== ] 2543/3100 82% [================================================== ] 2544/3100 82% [================================================== ] 2545/3100 82% [================================================== ] 2546/3100 82% [================================================== ] 2547/3100 82% [================================================== ] 2548/3100 82% [================================================== ] 2549/3100 82% [=================================================== ] 2550/3100 82% [=================================================== ] 2551/3100 82% [=================================================== ] 2552/3100 82% [=================================================== ] 2553/3100 82% [=================================================== ] 2554/3100 82% [=================================================== ] 2555/3100 82% [=================================================== ] 2556/3100 82% [=================================================== ] 2557/3100 82% [=================================================== ] 2558/3100 82% [=================================================== ] 2559/3100 82% [=================================================== ] 2560/3100 82% [=================================================== ] 2561/3100 82% [=================================================== ] 2562/3100 82% [=================================================== ] 2563/3100 82% [=================================================== ] 2564/3100 82% [=================================================== ] 2565/3100 82% [=================================================== ] 2566/3100 82% [=================================================== ] 2567/3100 82% [=================================================== ] 2568/3100 82% [=================================================== ] 2569/3100 82% [=================================================== ] 2570/3100 82% [=================================================== ] 2571/3100 82% [=================================================== ] 2572/3100 82% [=================================================== ] 2573/3100 83% [=================================================== ] 2574/3100 83% [=================================================== ] 2575/3100 83% [=================================================== ] 2576/3100 83% [=================================================== ] 2577/3100 83% [=================================================== ] 2578/3100 83% [=================================================== ] 2579/3100 83% [=================================================== ] 2580/3100 83% [=================================================== ] 2581/3100 83% [=================================================== ] 2582/3100 83% [=================================================== ] 2583/3100 83% [=================================================== ] 2584/3100 83% [=================================================== ] 2585/3100 83% [=================================================== ] 2586/3100 83% [=================================================== ] 2587/3100 83% [=================================================== ] 2588/3100 83% [=================================================== ] 2589/3100 83% [=================================================== ] 2590/3100 83% [=================================================== ] 2591/3100 83% [=================================================== ] 2592/3100 83% [=================================================== ] 2593/3100 83% [=================================================== ] 2594/3100 83% [=================================================== ] 2595/3100 83% [=================================================== ] 2596/3100 83% [=================================================== ] 2597/3100 83% [=================================================== ] 2598/3100 83% [=================================================== ] 2599/3100 83% [==================================================== ] 2600/3100 83% [==================================================== ] 2601/3100 83% [==================================================== ] 2602/3100 83% [==================================================== ] 2603/3100 83% [==================================================== ] 2604/3100 84% [==================================================== ] 2605/3100 84% [==================================================== ] 2606/3100 84% [==================================================== ] 2607/3100 84% [==================================================== ] 2608/3100 84% [==================================================== ] 2609/3100 84% [==================================================== ] 2610/3100 84% [==================================================== ] 2611/3100 84% [==================================================== ] 2612/3100 84% [==================================================== ] 2613/3100 84% [==================================================== ] 2614/3100 84% [==================================================== ] 2615/3100 84% [==================================================== ] 2616/3100 84% [==================================================== ] 2617/3100 84% [==================================================== ] 2618/3100 84% [==================================================== ] 2619/3100 84% [==================================================== ] 2620/3100 84% [==================================================== ] 2621/3100 84% [==================================================== ] 2622/3100 84% [==================================================== ] 2623/3100 84% [==================================================== ] 2624/3100 84% [==================================================== ] 2625/3100 84% [==================================================== ] 2626/3100 84% [==================================================== ] 2627/3100 84% [==================================================== ] 2628/3100 84% [==================================================== ] 2629/3100 84% [==================================================== ] 2630/3100 84% [==================================================== ] 2631/3100 84% [==================================================== ] 2632/3100 84% [==================================================== ] 2633/3100 84% [==================================================== ] 2634/3100 84% [==================================================== ] 2635/3100 85% [==================================================== ] 2636/3100 85% [==================================================== ] 2637/3100 85% [==================================================== ] 2638/3100 85% [==================================================== ] 2639/3100 85% [==================================================== ] 2640/3100 85% [==================================================== ] 2641/3100 85% [==================================================== ] 2642/3100 85% [==================================================== ] 2643/3100 85% [==================================================== ] 2644/3100 85% [==================================================== ] 2645/3100 85% [==================================================== ] 2646/3100 85% [==================================================== ] 2647/3100 85% [==================================================== ] 2648/3100 85% [==================================================== ] 2649/3100 85% [===================================================== ] 2650/3100 85% [===================================================== ] 2651/3100 85% [===================================================== ] 2652/3100 85% [===================================================== ] 2653/3100 85% [===================================================== ] 2654/3100 85% [===================================================== ] 2655/3100 85% [===================================================== ] 2656/3100 85% [===================================================== ] 2657/3100 85% [===================================================== ] 2658/3100 85% [===================================================== ] 2659/3100 85% [===================================================== ] 2660/3100 85% [===================================================== ] 2661/3100 85% [===================================================== ] 2662/3100 85% [===================================================== ] 2663/3100 85% [===================================================== ] 2664/3100 85% [===================================================== ] 2665/3100 85% [===================================================== ] 2666/3100 86% [===================================================== ] 2667/3100 86% [===================================================== ] 2668/3100 86% [===================================================== ] 2669/3100 86% [===================================================== ] 2670/3100 86% [===================================================== ] 2671/3100 86% [===================================================== ] 2672/3100 86% [===================================================== ] 2673/3100 86% [===================================================== ] 2674/3100 86% [===================================================== ] 2675/3100 86% [===================================================== ] 2676/3100 86% [===================================================== ] 2677/3100 86% [===================================================== ] 2678/3100 86% [===================================================== ] 2679/3100 86% [===================================================== ] 2680/3100 86% [===================================================== ] 2681/3100 86% [===================================================== ] 2682/3100 86% [===================================================== ] 2683/3100 86% [===================================================== ] 2684/3100 86% [===================================================== ] 2685/3100 86% [===================================================== ] 2686/3100 86% [===================================================== ] 2687/3100 86% [===================================================== ] 2688/3100 86% [===================================================== ] 2689/3100 86% [===================================================== ] 2690/3100 86% [===================================================== ] 2691/3100 86% [===================================================== ] 2692/3100 86% [===================================================== ] 2693/3100 86% [===================================================== ] 2694/3100 86% [===================================================== ] 2695/3100 86% [===================================================== ] 2696/3100 86% [===================================================== ] 2697/3100 87% [===================================================== ] 2698/3100 87% [===================================================== ] 2699/3100 87% [====================================================== ] 2700/3100 87% [====================================================== ] 2701/3100 87% [====================================================== ] 2702/3100 87% [====================================================== ] 2703/3100 87% [====================================================== ] 2704/3100 87% [====================================================== ] 2705/3100 87% [====================================================== ] 2706/3100 87% [====================================================== ] 2707/3100 87% [====================================================== ] 2708/3100 87% [====================================================== ] 2709/3100 87% [====================================================== ] 2710/3100 87% [====================================================== ] 2711/3100 87% [====================================================== ] 2712/3100 87% [====================================================== ] 2713/3100 87% [====================================================== ] 2714/3100 87% [====================================================== ] 2715/3100 87% [====================================================== ] 2716/3100 87% [====================================================== ] 2717/3100 87% [====================================================== ] 2718/3100 87% [====================================================== ] 2719/3100 87% [====================================================== ] 2720/3100 87% [====================================================== ] 2721/3100 87% [====================================================== ] 2722/3100 87% [====================================================== ] 2723/3100 87% [====================================================== ] 2724/3100 87% [====================================================== ] 2725/3100 87% [====================================================== ] 2726/3100 87% [====================================================== ] 2727/3100 87% [====================================================== ] 2728/3100 88% [====================================================== ] 2729/3100 88% [====================================================== ] 2730/3100 88% [====================================================== ] 2731/3100 88% [====================================================== ] 2732/3100 88% [====================================================== ] 2733/3100 88% [====================================================== ] 2734/3100 88% [====================================================== ] 2735/3100 88% [====================================================== ] 2736/3100 88% [====================================================== ] 2737/3100 88% [====================================================== ] 2738/3100 88% [====================================================== ] 2739/3100 88% [====================================================== ] 2740/3100 88% [====================================================== ] 2741/3100 88% [====================================================== ] 2742/3100 88% [====================================================== ] 2743/3100 88% [====================================================== ] 2744/3100 88% [====================================================== ] 2745/3100 88% [====================================================== ] 2746/3100 88% [====================================================== ] 2747/3100 88% [====================================================== ] 2748/3100 88% [====================================================== ] 2749/3100 88% [======================================================= ] 2750/3100 88% [======================================================= ] 2751/3100 88% [======================================================= ] 2752/3100 88% [======================================================= ] 2753/3100 88% [======================================================= ] 2754/3100 88% [======================================================= ] 2755/3100 88% [======================================================= ] 2756/3100 88% [======================================================= ] 2757/3100 88% [======================================================= ] 2758/3100 88% [======================================================= ] 2759/3100 89% [======================================================= ] 2760/3100 89% [======================================================= ] 2761/3100 89% [======================================================= ] 2762/3100 89% [======================================================= ] 2763/3100 89% [======================================================= ] 2764/3100 89% [======================================================= ] 2765/3100 89% [======================================================= ] 2766/3100 89% [======================================================= ] 2767/3100 89% [======================================================= ] 2768/3100 89% [======================================================= ] 2769/3100 89% [======================================================= ] 2770/3100 89% [======================================================= ] 2771/3100 89% [======================================================= ] 2772/3100 89% [======================================================= ] 2773/3100 89% [======================================================= ] 2774/3100 89% [======================================================= ] 2775/3100 89% [======================================================= ] 2776/3100 89% [======================================================= ] 2777/3100 89% [======================================================= ] 2778/3100 89% [======================================================= ] 2779/3100 89% [======================================================= ] 2780/3100 89% [======================================================= ] 2781/3100 89% [======================================================= ] 2782/3100 89% [======================================================= ] 2783/3100 89% [======================================================= ] 2784/3100 89% [======================================================= ] 2785/3100 89% [======================================================= ] 2786/3100 89% [======================================================= ] 2787/3100 89% [======================================================= ] 2788/3100 89% [======================================================= ] 2789/3100 89% [======================================================= ] 2790/3100 90% [======================================================= ] 2791/3100 90% [======================================================= ] 2792/3100 90% [======================================================= ] 2793/3100 90% [======================================================= ] 2794/3100 90% [======================================================= ] 2795/3100 90% [======================================================= ] 2796/3100 90% [======================================================= ] 2797/3100 90% [======================================================= ] 2798/3100 90% [======================================================= ] 2799/3100 90% [======================================================== ] 2800/3100 90% [======================================================== ] 2801/3100 90% [======================================================== ] 2802/3100 90% [======================================================== ] 2803/3100 90% [======================================================== ] 2804/3100 90% [======================================================== ] 2805/3100 90% [======================================================== ] 2806/3100 90% [======================================================== ] 2807/3100 90% [======================================================== ] 2808/3100 90% [======================================================== ] 2809/3100 90% [======================================================== ] 2810/3100 90% [======================================================== ] 2811/3100 90% [======================================================== ] 2812/3100 90% [======================================================== ] 2813/3100 90% [======================================================== ] 2814/3100 90% [======================================================== ] 2815/3100 90% [======================================================== ] 2816/3100 90% [======================================================== ] 2817/3100 90% [======================================================== ] 2818/3100 90% [======================================================== ] 2819/3100 90% [======================================================== ] 2820/3100 90% [======================================================== ] 2821/3100 91% [======================================================== ] 2822/3100 91% [======================================================== ] 2823/3100 91% [======================================================== ] 2824/3100 91% [======================================================== ] 2825/3100 91% [======================================================== ] 2826/3100 91% [======================================================== ] 2827/3100 91% [======================================================== ] 2828/3100 91% [======================================================== ] 2829/3100 91% [======================================================== ] 2830/3100 91% [======================================================== ] 2831/3100 91% [======================================================== ] 2832/3100 91% [======================================================== ] 2833/3100 91% [======================================================== ] 2834/3100 91% [======================================================== ] 2835/3100 91% [======================================================== ] 2836/3100 91% [======================================================== ] 2837/3100 91% [======================================================== ] 2838/3100 91% [======================================================== ] 2839/3100 91% [======================================================== ] 2840/3100 91% [======================================================== ] 2841/3100 91% [======================================================== ] 2842/3100 91% [======================================================== ] 2843/3100 91% [======================================================== ] 2844/3100 91% [======================================================== ] 2845/3100 91% [======================================================== ] 2846/3100 91% [======================================================== ] 2847/3100 91% [======================================================== ] 2848/3100 91% [======================================================== ] 2849/3100 91% [========================================================= ] 2850/3100 91% [========================================================= ] 2851/3100 91% [========================================================= ] 2852/3100 92% [========================================================= ] 2853/3100 92% [========================================================= ] 2854/3100 92% [========================================================= ] 2855/3100 92% [========================================================= ] 2856/3100 92% [========================================================= ] 2857/3100 92% [========================================================= ] 2858/3100 92% [========================================================= ] 2859/3100 92% [========================================================= ] 2860/3100 92% [========================================================= ] 2861/3100 92% [========================================================= ] 2862/3100 92% [========================================================= ] 2863/3100 92% [========================================================= ] 2864/3100 92% [========================================================= ] 2865/3100 92% [========================================================= ] 2866/3100 92% [========================================================= ] 2867/3100 92% [========================================================= ] 2868/3100 92% [========================================================= ] 2869/3100 92% [========================================================= ] 2870/3100 92% [========================================================= ] 2871/3100 92% [========================================================= ] 2872/3100 92% [========================================================= ] 2873/3100 92% [========================================================= ] 2874/3100 92% [========================================================= ] 2875/3100 92% [========================================================= ] 2876/3100 92% [========================================================= ] 2877/3100 92% [========================================================= ] 2878/3100 92% [========================================================= ] 2879/3100 92% [========================================================= ] 2880/3100 92% [========================================================= ] 2881/3100 92% [========================================================= ] 2882/3100 92% [========================================================= ] 2883/3100 93% [========================================================= ] 2884/3100 93% [========================================================= ] 2885/3100 93% [========================================================= ] 2886/3100 93% [========================================================= ] 2887/3100 93% [========================================================= ] 2888/3100 93% [========================================================= ] 2889/3100 93% [========================================================= ] 2890/3100 93% [========================================================= ] 2891/3100 93% [========================================================= ] 2892/3100 93% [========================================================= ] 2893/3100 93% [========================================================= ] 2894/3100 93% [========================================================= ] 2895/3100 93% [========================================================= ] 2896/3100 93% [========================================================= ] 2897/3100 93% [========================================================= ] 2898/3100 93% [========================================================= ] 2899/3100 93% [========================================================== ] 2900/3100 93% [========================================================== ] 2901/3100 93% [========================================================== ] 2902/3100 93% [========================================================== ] 2903/3100 93% [========================================================== ] 2904/3100 93% [========================================================== ] 2905/3100 93% [========================================================== ] 2906/3100 93% [========================================================== ] 2907/3100 93% [========================================================== ] 2908/3100 93% [========================================================== ] 2909/3100 93% [========================================================== ] 2910/3100 93% [========================================================== ] 2911/3100 93% [========================================================== ] 2912/3100 93% [========================================================== ] 2913/3100 93% [========================================================== ] 2914/3100 94% [========================================================== ] 2915/3100 94% [========================================================== ] 2916/3100 94% [========================================================== ] 2917/3100 94% [========================================================== ] 2918/3100 94% [========================================================== ] 2919/3100 94% [========================================================== ] 2920/3100 94% [========================================================== ] 2921/3100 94% [========================================================== ] 2922/3100 94% [========================================================== ] 2923/3100 94% [========================================================== ] 2924/3100 94% [========================================================== ] 2925/3100 94% [========================================================== ] 2926/3100 94% [========================================================== ] 2927/3100 94% [========================================================== ] 2928/3100 94% [========================================================== ] 2929/3100 94% [========================================================== ] 2930/3100 94% [========================================================== ] 2931/3100 94% [========================================================== ] 2932/3100 94% [========================================================== ] 2933/3100 94% [========================================================== ] 2934/3100 94% [========================================================== ] 2935/3100 94% [========================================================== ] 2936/3100 94% [========================================================== ] 2937/3100 94% [========================================================== ] 2938/3100 94% [========================================================== ] 2939/3100 94% [========================================================== ] 2940/3100 94% [========================================================== ] 2941/3100 94% [========================================================== ] 2942/3100 94% [========================================================== ] 2943/3100 94% [========================================================== ] 2944/3100 94% [========================================================== ] 2945/3100 95% [========================================================== ] 2946/3100 95% [========================================================== ] 2947/3100 95% [========================================================== ] 2948/3100 95% [========================================================== ] 2949/3100 95% [=========================================================== ] 2950/3100 95% [=========================================================== ] 2951/3100 95% [=========================================================== ] 2952/3100 95% [=========================================================== ] 2953/3100 95% [=========================================================== ] 2954/3100 95% [=========================================================== ] 2955/3100 95% [=========================================================== ] 2956/3100 95% [=========================================================== ] 2957/3100 95% [=========================================================== ] 2958/3100 95% [=========================================================== ] 2959/3100 95% [=========================================================== ] 2960/3100 95% [=========================================================== ] 2961/3100 95% [=========================================================== ] 2962/3100 95% [=========================================================== ] 2963/3100 95% [=========================================================== ] 2964/3100 95% [=========================================================== ] 2965/3100 95% [=========================================================== ] 2966/3100 95% [=========================================================== ] 2967/3100 95% [=========================================================== ] 2968/3100 95% [=========================================================== ] 2969/3100 95% [=========================================================== ] 2970/3100 95% [=========================================================== ] 2971/3100 95% [=========================================================== ] 2972/3100 95% [=========================================================== ] 2973/3100 95% [=========================================================== ] 2974/3100 95% [=========================================================== ] 2975/3100 95% [=========================================================== ] 2976/3100 96% [=========================================================== ] 2977/3100 96% [=========================================================== ] 2978/3100 96% [=========================================================== ] 2979/3100 96% [=========================================================== ] 2980/3100 96% [=========================================================== ] 2981/3100 96% [=========================================================== ] 2982/3100 96% [=========================================================== ] 2983/3100 96% [=========================================================== ] 2984/3100 96% [=========================================================== ] 2985/3100 96% [=========================================================== ] 2986/3100 96% [=========================================================== ] 2987/3100 96% [=========================================================== ] 2988/3100 96% [=========================================================== ] 2989/3100 96% [=========================================================== ] 2990/3100 96% [=========================================================== ] 2991/3100 96% [=========================================================== ] 2992/3100 96% [=========================================================== ] 2993/3100 96% [=========================================================== ] 2994/3100 96% [=========================================================== ] 2995/3100 96% [=========================================================== ] 2996/3100 96% [=========================================================== ] 2997/3100 96% [=========================================================== ] 2998/3100 96% [=========================================================== ] 2999/3100 96% [============================================================ ] 3000/3100 96% [============================================================ ] 3001/3100 96% [============================================================ ] 3002/3100 96% [============================================================ ] 3003/3100 96% [============================================================ ] 3004/3100 96% [============================================================ ] 3005/3100 96% [============================================================ ] 3006/3100 96% [============================================================ ] 3007/3100 97% [============================================================ ] 3008/3100 97% [============================================================ ] 3009/3100 97% [============================================================ ] 3010/3100 97% [============================================================ ] 3011/3100 97% [============================================================ ] 3012/3100 97% [============================================================ ] 3013/3100 97% [============================================================ ] 3014/3100 97% [============================================================ ] 3015/3100 97% [============================================================ ] 3016/3100 97% [============================================================ ] 3017/3100 97% [============================================================ ] 3018/3100 97% [============================================================ ] 3019/3100 97% [============================================================ ] 3020/3100 97% [============================================================ ] 3021/3100 97% [============================================================ ] 3022/3100 97% [============================================================ ] 3023/3100 97% [============================================================ ] 3024/3100 97% [============================================================ ] 3025/3100 97% [============================================================ ] 3026/3100 97% [============================================================ ] 3027/3100 97% [============================================================ ] 3028/3100 97% [============================================================ ] 3029/3100 97% [============================================================ ] 3030/3100 97% [============================================================ ] 3031/3100 97% [============================================================ ] 3032/3100 97% [============================================================ ] 3033/3100 97% [============================================================ ] 3034/3100 97% [============================================================ ] 3035/3100 97% [============================================================ ] 3036/3100 97% [============================================================ ] 3037/3100 97% [============================================================ ] 3038/3100 98% [============================================================ ] 3039/3100 98% [============================================================ ] 3040/3100 98% [============================================================ ] 3041/3100 98% [============================================================ ] 3042/3100 98% [============================================================ ] 3043/3100 98% [============================================================ ] 3044/3100 98% [============================================================ ] 3045/3100 98% [============================================================ ] 3046/3100 98% [============================================================ ] 3047/3100 98% [============================================================ ] 3048/3100 98% [============================================================ ] 3049/3100 98% [============================================================= ] 3050/3100 98% [============================================================= ] 3051/3100 98% [============================================================= ] 3052/3100 98% [============================================================= ] 3053/3100 98% [============================================================= ] 3054/3100 98% [============================================================= ] 3055/3100 98% [============================================================= ] 3056/3100 98% [============================================================= ] 3057/3100 98% [============================================================= ] 3058/3100 98% [============================================================= ] 3059/3100 98% [============================================================= ] 3060/3100 98% [============================================================= ] 3061/3100 98% [============================================================= ] 3062/3100 98% [============================================================= ] 3063/3100 98% [============================================================= ] 3064/3100 98% [============================================================= ] 3065/3100 98% [============================================================= ] 3066/3100 98% [============================================================= ] 3067/3100 98% [============================================================= ] 3068/3100 98% [============================================================= ] 3069/3100 99% [============================================================= ] 3070/3100 99% [============================================================= ] 3071/3100 99% [============================================================= ] 3072/3100 99% [============================================================= ] 3073/3100 99% [============================================================= ] 3074/3100 99% [============================================================= ] 3075/3100 99% [============================================================= ] 3076/3100 99% [============================================================= ] 3077/3100 99% [============================================================= ] 3078/3100 99% [============================================================= ] 3079/3100 99% [============================================================= ] 3080/3100 99% [============================================================= ] 3081/3100 99% [============================================================= ] 3082/3100 99% [============================================================= ] 3083/3100 99% [============================================================= ] 3084/3100 99% [============================================================= ] 3085/3100 99% [============================================================= ] 3086/3100 99% [============================================================= ] 3087/3100 99% [============================================================= ] 3088/3100 99% [============================================================= ] 3089/3100 99% [============================================================= ] 3090/3100 99% [============================================================= ] 3091/3100 99% [============================================================= ] 3092/3100 99% [============================================================= ] 3093/3100 99% [============================================================= ] 3094/3100 99% [============================================================= ] 3095/3100 99% [============================================================= ] 3096/3100 99% [============================================================= ] 3097/3100 99% [============================================================= ] 3098/3100 99% [============================================================= ] 3099/3100 99% [==============================================================] 3100/3100 100% operation complete, 3100 objects in 105483 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2021.05-9089-g75519b19c8d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2021.11-1 Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> alsa-utils 1.2.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> gettext Collecting legal info >>> gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> b43-firmware 5.10.56.27.3 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bctoolbox 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> belle-sip 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bento4 1.6.0-639 Collecting legal info Documents/LICENSE.txt: OK (sha256: 7daae92c8628ada28def8d096fe2fde298b72ec3e2d64a3c408afce38edb361b) >>> binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> ifupdown 0.8.16 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> ddrescue 1.26 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> dmraid 1.0.0.rc16-3 Collecting legal info 1.0.0.rc16-3/dmraid/LICENSE_GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) 1.0.0.rc16-3/dmraid/LICENSE: OK (sha256: 4bc391fcf852e03c3a7564cb146af6e47717562eed296b28bce123ee1b0396b8) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> freerdp 2.9.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnu-efi 3.0.15 Collecting legal info README.efilib: OK (sha256: 42d352e9c28dd446fd0209cd6f75588c8e41f0934540bb382bbd61c752360265) >>> grpc 1.51.1 Collecting legal info LICENSE: OK (sha256: 590198e3f305f2c347fde64d637c65492bbef554db6c8364e149cd375e3797ee) >>> host-grpc 1.51.1 Collecting legal info LICENSE: OK (sha256: 590198e3f305f2c347fde64d637c65492bbef554db6c8364e149cd375e3797ee) >>> host-protobuf 21.11 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> libabseil-cpp 20220623.1 Collecting legal info LICENSE: OK (sha256: c79a7fea0e3cac04cd43f20e7b648e5a0ff8fa5344e644b0ee09ca1162b62747) >>> protobuf 21.11 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> re2 2022-12-01 Collecting legal info LICENSE: OK (sha256: 6040cda75d90b1738292a631d89934c411ef7ffd543c4d6a1b7edfc8edf29449) >>> intel-microcode 20221108 Collecting legal info license: OK (sha256: 03efb1491c7e899feb2665fa299363e64035e5444c1b8bc1f6ebed30de964e12) >>> iucode-tool 2.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libbsd 0.11.3 Collecting legal info COPYING: OK (sha256: ff2fdeeb0fe8bcb9045fe91d69e8312a5b477c54db48dffe34dd1c0d730c5864) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libhdhomerun 20210624 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libplist 2.2.0 Collecting legal info COPYING: OK (sha256: 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> libvips 8.10.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> moarvm 2022.07 Collecting legal info Artistic2.txt: OK (sha256: c53c6b96081b0a5b9b2fb4d0133d55c20e5e00e4c127ade62f03434ee7b3d2de) >>> netifrc 0.7.3 Collecting legal info LICENSE: OK (sha256: da376c9e2244f2a7220767ea4dd88cf423ff5b548e7c2f96b0f3b9dac727748a) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> omniorb 4.3.0 Collecting legal info COPYING: OK (sha256: 126647a6ee062fe46f8f3766965dc62e031c0a31238a347e4bc07aab2ac1e2a7) COPYING.LIB: OK (sha256: eaf5b13ffd5355da7c0b83074e4b798152ff7086c95c4f3045122a06e2673eb9) >>> host-omniorb 4.3.0 Collecting legal info COPYING: OK (sha256: 126647a6ee062fe46f8f3766965dc62e031c0a31238a347e4bc07aab2ac1e2a7) COPYING.LIB: OK (sha256: eaf5b13ffd5355da7c0b83074e4b798152ff7086c95c4f3045122a06e2673eb9) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> opencore-amr 0.1.5 Collecting legal info LICENSE: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> openldap 2.4.59 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> poco 1.12.2 Collecting legal info LICENSE: OK (sha256: c4b1e1e5f36d8331737231fefcc30f5714326aec7c387ad59a8115eb0ba7d6b5) >>> poke 2.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) jitter/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> protobuf-c 1.4.1 Collecting legal info LICENSE: OK (sha256: b8999cb392cc5bbe8cd679de59584ad8d2f26033123e76f1d662fa14b9d4f287) >>> host-protobuf-c 1.4.1 Collecting legal info LICENSE: OK (sha256: b8999cb392cc5bbe8cd679de59584ad8d2f26033123e76f1d662fa14b9d4f287) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> riemann-c-client 1.10.5 Collecting legal info LICENSE: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-rust-bin 1.66.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> host-sentry-cli 2.8.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> snappy 1.1.9 Collecting legal info COPYING: OK (sha256: 55172044f7e241207117448a4d9d6ba1d0925c8ad66b5d4c08c70adfa9cc3de6) >>> snmppp 3.4.10 Collecting legal info src/v3.cpp: OK (sha256: 61337e799c8274e596e5783b22607beea8073ee296c6b27fc5c7487296e56851) >>> snort 2.9.20 Collecting legal info LICENSE: OK (sha256: f98260a6d3e5ef4ede8a2a6b698e5ac91d64c09243f7171e1c5b17b920a835c7) COPYING: OK (sha256: 3f1cbfb20bb2c608e1a474421880d08b8cba6abb00ab7736d22c481d71656a6d) >>> tclap 1.2.4 Collecting legal info COPYING: OK (sha256: cd81a61d47aeb1ed63036ca260baee37719923bbd7ebd988ec4edae128f3b6eb) >>> tinifier 3.4.0 Collecting legal info LICENSE: OK (sha256: 18f524914c0df04e21289c3d9ca3e27c10abe5869cc4e4d4790a1b2c56df282c) >>> host-go 1.19.4 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> vuejs 3.2.45 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> syslinux 6.03 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-nasm 2.16.01 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> host-upx 4.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2021.11-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: b43-firmware-5.10.56.27.3: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'