/tmp/instance-19/output-1/target/usr/lib/pkgconfig /tmp/instance-19/output-1/target/usr/share/pkgconfig \ /tmp/instance-19/output-1/target/usr/lib/cmake /tmp/instance-19/output-1/target/usr/share/cmake \ /tmp/instance-19/output-1/target/usr/lib/rpm /tmp/instance-19/output-1/target/usr/doc find /tmp/instance-19/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-19/output-1/target/lib/ /tmp/instance-19/output-1/target/usr/lib/ /tmp/instance-19/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-19/output-1/target/usr/share/gdb rm -rf /tmp/instance-19/output-1/target/usr/share/zsh rm -rf /tmp/instance-19/output-1/target/usr/man /tmp/instance-19/output-1/target/usr/share/man rm -rf /tmp/instance-19/output-1/target/usr/info /tmp/instance-19/output-1/target/usr/share/info rm -rf /tmp/instance-19/output-1/target/usr/doc /tmp/instance-19/output-1/target/usr/share/doc rm -rf /tmp/instance-19/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-19/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-19/output-1/target/lib/debug /tmp/instance-19/output-1/target/usr/lib/debug find /tmp/instance-19/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-19/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-19/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-19/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-19/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-236-g7c01d5a1bb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /tmp/instance-19/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-19/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-19/output-1/per-package /tmp/instance-19/buildroot/support/scripts/fix-rpath target touch /tmp/instance-19/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-19/output-1/build/buildroot-fs mkdir -p /tmp/instance-19/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n frr -1 frr -1 * /var/run/frr - frrvty FRR user priv\n - - sudo -1 - - - -\n # udev user groups\n - - render -1 * - - - DRI rendering nodes\n - - sgx -1 * - - - SGX device nodes\n # systemd user groups\n - - systemd-journal -1 * - - - Journal\n \n \n \n \n \n \n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /tmp/instance-19/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /etc/frr/daemons f 640 frr frr - - - - -\n /etc/frr/daemons.conf f 640 frr frr - - - - -\n /etc/frr/frr.conf f 640 frr frr - - - - -\n /etc/frr/vtysh.conf f 640 frr frrvty - - - - -\n /etc/frr/support_bundle_commands.conf f 640 frr frr\n /usr/bin/sudo f 4755 0 0 - - - - -\n /var/spool d 755 0 0 - - - - -\n /var/lib d 755 0 0 - - - - -\n /var/lib/private d 700 0 0 - - - - -\n /var/log/private d 700 0 0 - - - - -\n /var/cache/private d 700 0 0 - - - - -\n \n \n \n \n \n \n\n' > /tmp/instance-19/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-19/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /tmp/instance-19/output-1/images rm -rf /tmp/instance-19/output-1/build/buildroot-fs/ext2 mkdir -p /tmp/instance-19/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-19/output-1/target/ /tmp/instance-19/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /tmp/instance-19/output-1/build/buildroot-fs/ext2/target" >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot PATH="/tmp/instance-19/output-1/host/bin:/tmp/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-19/buildroot/support/scripts/mkusers /tmp/instance-19/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-19/output-1/build/buildroot-fs/ext2/target >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot echo "/tmp/instance-19/output-1/host/bin/makedevs -d /tmp/instance-19/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-19/output-1/build/buildroot-fs/ext2/target" >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/usr/lib/systemd/catalog /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot printf ' /tmp/instance-19/output-1/host/bin/systemctl --root=/tmp/instance-19/output-1/build/buildroot-fs/ext2/target preset-all\n' >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot echo "find /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot echo "find /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /tmp/instance-19/output-1/images/rootfs.ext2\n /tmp/instance-19/output-1/host/sbin/mkfs.ext2 -d /tmp/instance-19/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /tmp/instance-19/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot PATH="/tmp/instance-19/output-1/host/bin:/tmp/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-19/output-1/host/bin/fakeroot -- /tmp/instance-19/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/tmp/instance-19/output-1/build/buildroot-fs/ext2/target table='/tmp/instance-19/output-1/build/buildroot-fs/full_devices_table.txt' Created symlink /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/timers.target.wants/systemd-sysupdate.timer -> /usr/lib/systemd/system/systemd-sysupdate.timer. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/timers.target.wants/systemd-sysupdate-reboot.timer -> /usr/lib/systemd/system/systemd-sysupdate-reboot.timer. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service -> /usr/lib/systemd/system/systemd-network-generator.service. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/syslog.service -> /usr/lib/systemd/system/rsyslog.service. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/multi-user.target.wants/rsyslog.service -> /usr/lib/systemd/system/rsyslog.service. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target. mke2fs 1.46.5 (30-Dec-2021) Creating regular file /tmp/instance-19/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 02659b93-00d2-42fe-94df-d4b631a50191 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-19/output-1/images rm -rf /tmp/instance-19/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-19/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-19/output-1/target/ /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-19/output-1/host/bin:/tmp/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-19/buildroot/support/scripts/mkusers /tmp/instance-19/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-19/output-1/host/bin/makedevs -d /tmp/instance-19/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/catalog /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-19/output-1/host/bin/systemctl --root=/tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target preset-all\n' >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-19/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-19/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-19/output-1/host/bin:/tmp/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-19/output-1/host/bin/fakeroot -- /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-19/output-1/build/buildroot-fs/full_devices_table.txt' Created symlink /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/timers.target.wants/systemd-sysupdate.timer -> /usr/lib/systemd/system/systemd-sysupdate.timer. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/timers.target.wants/systemd-sysupdate-reboot.timer -> /usr/lib/systemd/system/systemd-sysupdate-reboot.timer. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service -> /usr/lib/systemd/system/systemd-network-generator.service. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/syslog.service -> /usr/lib/systemd/system/rsyslog.service. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/rsyslog.service -> /usr/lib/systemd/system/rsyslog.service. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target. Created symlink /tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target. mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-19/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3056 objects. stage 2: creating image '/tmp/instance-19/output-1/images/rootfs.yaffs2' [ ] 1/3056 0% [ ] 2/3056 0% [ ] 3/3056 0% [ ] 4/3056 0% [ ] 5/3056 0% [ ] 6/3056 0% [ ] 7/3056 0% [ ] 8/3056 0% [ ] 9/3056 0% [ ] 10/3056 0% [ ] 11/3056 0% [ ] 12/3056 0% [ ] 13/3056 0% [ ] 14/3056 0% [ ] 15/3056 0% [ ] 16/3056 0% [ ] 17/3056 0% [ ] 18/3056 0% [ ] 19/3056 0% [ ] 20/3056 0% [ ] 21/3056 0% [ ] 22/3056 0% [ ] 23/3056 0% [ ] 24/3056 0% [ ] 25/3056 0% [ ] 26/3056 0% [ ] 27/3056 0% [ ] 28/3056 0% [ ] 29/3056 0% [ ] 30/3056 0% [ ] 31/3056 1% [ ] 32/3056 1% [ ] 33/3056 1% [ ] 34/3056 1% [ ] 35/3056 1% [ ] 36/3056 1% [ ] 37/3056 1% [ ] 38/3056 1% [ ] 39/3056 1% [ ] 40/3056 1% [ ] 41/3056 1% [ ] 42/3056 1% [ ] 43/3056 1% [ ] 44/3056 1% [ ] 45/3056 1% [ ] 46/3056 1% [ ] 47/3056 1% [ ] 48/3056 1% [ ] 49/3056 1% [= ] 50/3056 1% [= ] 51/3056 1% [= ] 52/3056 1% [= ] 53/3056 1% [= ] 54/3056 1% [= ] 55/3056 1% [= ] 56/3056 1% [= ] 57/3056 1% [= ] 58/3056 1% [= ] 59/3056 1% [= ] 60/3056 1% [= ] 61/3056 1% [= ] 62/3056 2% [= ] 63/3056 2% [= ] 64/3056 2% [= ] 65/3056 2% [= ] 66/3056 2% [= ] 67/3056 2% [= ] 68/3056 2% [= ] 69/3056 2% [= ] 70/3056 2% [= ] 71/3056 2% [= ] 72/3056 2% [= ] 73/3056 2% [= ] 74/3056 2% [= ] 75/3056 2% [= ] 76/3056 2% [= ] 77/3056 2% [= ] 78/3056 2% [= ] 79/3056 2% [= ] 80/3056 2% [= ] 81/3056 2% [= ] 82/3056 2% [= ] 83/3056 2% [= ] 84/3056 2% [= ] 85/3056 2% [= ] 86/3056 2% [= ] 87/3056 2% [= ] 88/3056 2% [= ] 89/3056 2% [= ] 90/3056 2% [= ] 91/3056 2% [= ] 92/3056 3% [= ] 93/3056 3% [= ] 94/3056 3% [= ] 95/3056 3% [= ] 96/3056 3% [= ] 97/3056 3% [= ] 98/3056 3% [== ] 99/3056 3% [== ] 100/3056 3% [== ] 101/3056 3% [== ] 102/3056 3% [== ] 103/3056 3% [== ] 104/3056 3% [== ] 105/3056 3% [== ] 106/3056 3% [== ] 107/3056 3% [== ] 108/3056 3% [== ] 109/3056 3% [== ] 110/3056 3% [== ] 111/3056 3% [== ] 112/3056 3% [== ] 113/3056 3% [== ] 114/3056 3% [== ] 115/3056 3% [== ] 116/3056 3% [== ] 117/3056 3% [== ] 118/3056 3% [== ] 119/3056 3% [== ] 120/3056 3% [== ] 121/3056 3% [== ] 122/3056 3% [== ] 123/3056 4% [== ] 124/3056 4% [== ] 125/3056 4% [== ] 126/3056 4% [== ] 127/3056 4% [== ] 128/3056 4% [== ] 129/3056 4% [== ] 130/3056 4% [== ] 131/3056 4% [== ] 132/3056 4% [== ] 133/3056 4% [== ] 134/3056 4% [== ] 135/3056 4% [== ] 136/3056 4% [== ] 137/3056 4% [== ] 138/3056 4% [== ] 139/3056 4% [== ] 140/3056 4% [== ] 141/3056 4% [== ] 142/3056 4% [== ] 143/3056 4% [== ] 144/3056 4% [== ] 145/3056 4% [== ] 146/3056 4% [== ] 147/3056 4% [=== ] 148/3056 4% [=== ] 149/3056 4% [=== ] 150/3056 4% [=== ] 151/3056 4% [=== ] 152/3056 4% [=== ] 153/3056 5% [=== ] 154/3056 5% [=== ] 155/3056 5% [=== ] 156/3056 5% [=== ] 157/3056 5% [=== ] 158/3056 5% [=== ] 159/3056 5% [=== ] 160/3056 5% [=== ] 161/3056 5% [=== ] 162/3056 5% [=== ] 163/3056 5% [=== ] 164/3056 5% [=== ] 165/3056 5% [=== ] 166/3056 5% [=== ] 167/3056 5% [=== ] 168/3056 5% [=== ] 169/3056 5% [=== ] 170/3056 5% [=== ] 171/3056 5% [=== ] 172/3056 5% [=== ] 173/3056 5% [=== ] 174/3056 5% [=== ] 175/3056 5% [=== ] 176/3056 5% [=== ] 177/3056 5% [=== ] 178/3056 5% [=== ] 179/3056 5% [=== ] 180/3056 5% [=== ] 181/3056 5% [=== ] 182/3056 5% [=== ] 183/3056 5% [=== ] 184/3056 6% [=== ] 185/3056 6% [=== ] 186/3056 6% [=== ] 187/3056 6% [=== ] 188/3056 6% [=== ] 189/3056 6% [=== ] 190/3056 6% [=== ] 191/3056 6% [=== ] 192/3056 6% [=== ] 193/3056 6% [=== ] 194/3056 6% [=== ] 195/3056 6% [=== ] 196/3056 6% [=== ] 197/3056 6% [==== ] 198/3056 6% [==== ] 199/3056 6% [==== ] 200/3056 6% [==== ] 201/3056 6% [==== ] 202/3056 6% [==== ] 203/3056 6% [==== ] 204/3056 6% [==== ] 205/3056 6% [==== ] 206/3056 6% [==== ] 207/3056 6% [==== ] 208/3056 6% [==== ] 209/3056 6% [==== ] 210/3056 6% [==== ] 211/3056 6% [==== ] 212/3056 6% [==== ] 213/3056 6% [==== ] 214/3056 7% [==== ] 215/3056 7% [==== ] 216/3056 7% [==== ] 217/3056 7% [==== ] 218/3056 7% [==== ] 219/3056 7% [==== ] 220/3056 7% [==== ] 221/3056 7% [==== ] 222/3056 7% [==== ] 223/3056 7% [==== ] 224/3056 7% [==== ] 225/3056 7% [==== ] 226/3056 7% [==== ] 227/3056 7% [==== ] 228/3056 7% [==== ] 229/3056 7% [==== ] 230/3056 7% [==== ] 231/3056 7% [==== ] 232/3056 7% [==== ] 233/3056 7% [==== ] 234/3056 7% [==== ] 235/3056 7% [==== ] 236/3056 7% [==== ] 237/3056 7% [==== ] 238/3056 7% [==== ] 239/3056 7% [==== ] 240/3056 7% [==== ] 241/3056 7% [==== ] 242/3056 7% [==== ] 243/3056 7% [==== ] 244/3056 7% [==== ] 245/3056 8% [==== ] 246/3056 8% [===== ] 247/3056 8% [===== ] 248/3056 8% [===== ] 249/3056 8% [===== ] 250/3056 8% [===== ] 251/3056 8% [===== ] 252/3056 8% [===== ] 253/3056 8% [===== ] 254/3056 8% [===== ] 255/3056 8% [===== ] 256/3056 8% [===== ] 257/3056 8% [===== ] 258/3056 8% [===== ] 259/3056 8% [===== ] 260/3056 8% [===== ] 261/3056 8% [===== ] 262/3056 8% [===== ] 263/3056 8% [===== ] 264/3056 8% [===== ] 265/3056 8% [===== ] 266/3056 8% [===== ] 267/3056 8% [===== ] 268/3056 8% [===== ] 269/3056 8% [===== ] 270/3056 8% [===== ] 271/3056 8% [===== ] 272/3056 8% [===== ] 273/3056 8% [===== ] 274/3056 8% [===== ] 275/3056 8% [===== ] 276/3056 9% [===== ] 277/3056 9% [===== ] 278/3056 9% [===== ] 279/3056 9% [===== ] 280/3056 9% [===== ] 281/3056 9% [===== ] 282/3056 9% [===== ] 283/3056 9% [===== ] 284/3056 9% [===== ] 285/3056 9% [===== ] 286/3056 9% [===== ] 287/3056 9% [===== ] 288/3056 9% [===== ] 289/3056 9% [===== ] 290/3056 9% [===== ] 291/3056 9% [===== ] 292/3056 9% [===== ] 293/3056 9% [===== ] 294/3056 9% [===== ] 295/3056 9% [====== ] 296/3056 9% [====== ] 297/3056 9% [====== ] 298/3056 9% [====== ] 299/3056 9% [====== ] 300/3056 9% [====== ] 301/3056 9% [====== ] 302/3056 9% [====== ] 303/3056 9% [====== ] 304/3056 9% [====== ] 305/3056 9% [====== ] 306/3056 10% [====== ] 307/3056 10% [====== ] 308/3056 10% [====== ] 309/3056 10% [====== ] 310/3056 10% [====== ] 311/3056 10% [====== ] 312/3056 10% [====== ] 313/3056 10% [====== ] 314/3056 10% [====== ] 315/3056 10% [====== ] 316/3056 10% [====== ] 317/3056 10% [====== ] 318/3056 10% [====== ] 319/3056 10% [====== ] 320/3056 10% [====== ] 321/3056 10% [====== ] 322/3056 10% [====== ] 323/3056 10% [====== ] 324/3056 10% [====== ] 325/3056 10% [====== ] 326/3056 10% [====== ] 327/3056 10% [====== ] 328/3056 10% [====== ] 329/3056 10% [====== ] 330/3056 10% [====== ] 331/3056 10% [====== ] 332/3056 10% [====== ] 333/3056 10% [====== ] 334/3056 10% [====== ] 335/3056 10% [====== ] 336/3056 10% [====== ] 337/3056 11% [====== ] 338/3056 11% [====== ] 339/3056 11% [====== ] 340/3056 11% [====== ] 341/3056 11% [====== ] 342/3056 11% [====== ] 343/3056 11% [====== ] 344/3056 11% [====== ] 345/3056 11% [======= ] 346/3056 11% [======= ] 347/3056 11% [======= ] 348/3056 11% [======= ] 349/3056 11% [======= ] 350/3056 11% [======= ] 351/3056 11% [======= ] 352/3056 11% [======= ] 353/3056 11% [======= ] 354/3056 11% [======= ] 355/3056 11% [======= ] 356/3056 11% [======= ] 357/3056 11% [======= ] 358/3056 11% [======= ] 359/3056 11% [======= ] 360/3056 11% [======= ] 361/3056 11% [======= ] 362/3056 11% [======= ] 363/3056 11% [======= ] 364/3056 11% [======= ] 365/3056 11% [======= ] 366/3056 11% [======= ] 367/3056 12% [======= ] 368/3056 12% [======= ] 369/3056 12% [======= ] 370/3056 12% [======= ] 371/3056 12% [======= ] 372/3056 12% [======= ] 373/3056 12% [======= ] 374/3056 12% [======= ] 375/3056 12% [======= ] 376/3056 12% [======= ] 377/3056 12% [======= ] 378/3056 12% [======= ] 379/3056 12% [======= ] 380/3056 12% [======= ] 381/3056 12% [======= ] 382/3056 12% [======= ] 383/3056 12% [======= ] 384/3056 12% [======= ] 385/3056 12% [======= ] 386/3056 12% [======= ] 387/3056 12% [======= ] 388/3056 12% [======= ] 389/3056 12% [======= ] 390/3056 12% [======= ] 391/3056 12% [======= ] 392/3056 12% [======= ] 393/3056 12% [======= ] 394/3056 12% [======== ] 395/3056 12% [======== ] 396/3056 12% [======== ] 397/3056 12% [======== ] 398/3056 13% [======== ] 399/3056 13% [======== ] 400/3056 13% [======== ] 401/3056 13% [======== ] 402/3056 13% [======== ] 403/3056 13% [======== ] 404/3056 13% [======== ] 405/3056 13% [======== ] 406/3056 13% [======== ] 407/3056 13% [======== ] 408/3056 13% [======== ] 409/3056 13% [======== ] 410/3056 13% [======== ] 411/3056 13% [======== ] 412/3056 13% [======== ] 413/3056 13% [======== ] 414/3056 13% [======== ] 415/3056 13% [======== ] 416/3056 13% [======== ] 417/3056 13% [======== ] 418/3056 13% [======== ] 419/3056 13% [======== ] 420/3056 13% [======== ] 421/3056 13% [======== ] 422/3056 13% [======== ] 423/3056 13% [======== ] 424/3056 13% [======== ] 425/3056 13% [======== ] 426/3056 13% [======== ] 427/3056 13% [======== ] 428/3056 14% [======== ] 429/3056 14% [======== ] 430/3056 14% [======== ] 431/3056 14% [======== ] 432/3056 14% [======== ] 433/3056 14% [======== ] 434/3056 14% [======== ] 435/3056 14% [======== ] 436/3056 14% [======== ] 437/3056 14% [======== ] 438/3056 14% [======== ] 439/3056 14% [======== ] 440/3056 14% [======== ] 441/3056 14% [======== ] 442/3056 14% [======== ] 443/3056 14% [========= ] 444/3056 14% [========= ] 445/3056 14% [========= ] 446/3056 14% [========= ] 447/3056 14% [========= ] 448/3056 14% [========= ] 449/3056 14% [========= ] 450/3056 14% [========= ] 451/3056 14% [========= ] 452/3056 14% [========= ] 453/3056 14% [========= ] 454/3056 14% [========= ] 455/3056 14% [========= ] 456/3056 14% [========= ] 457/3056 14% [========= ] 458/3056 14% [========= ] 459/3056 15% [========= ] 460/3056 15% [========= ] 461/3056 15% [========= ] 462/3056 15% [========= ] 463/3056 15% [========= ] 464/3056 15% [========= ] 465/3056 15% [========= ] 466/3056 15% [========= ] 467/3056 15% [========= ] 468/3056 15% [========= ] 469/3056 15% [========= ] 470/3056 15% [========= ] 471/3056 15% [========= ] 472/3056 15% [========= ] 473/3056 15% [========= ] 474/3056 15% [========= ] 475/3056 15% [========= ] 476/3056 15% [========= ] 477/3056 15% [========= ] 478/3056 15% [========= ] 479/3056 15% [========= ] 480/3056 15% [========= ] 481/3056 15% [========= ] 482/3056 15% [========= ] 483/3056 15% [========= ] 484/3056 15% [========= ] 485/3056 15% [========= ] 486/3056 15% [========= ] 487/3056 15% [========= ] 488/3056 15% [========= ] 489/3056 16% [========= ] 490/3056 16% [========= ] 491/3056 16% [========= ] 492/3056 16% [========== ] 493/3056 16% [========== ] 494/3056 16% [========== ] 495/3056 16% [========== ] 496/3056 16% [========== ] 497/3056 16% [========== ] 498/3056 16% [========== ] 499/3056 16% [========== ] 500/3056 16% [========== ] 501/3056 16% [========== ] 502/3056 16% [========== ] 503/3056 16% [========== ] 504/3056 16% [========== ] 505/3056 16% [========== ] 506/3056 16% [========== ] 507/3056 16% [========== ] 508/3056 16% [========== ] 509/3056 16% [========== ] 510/3056 16% [========== ] 511/3056 16% [========== ] 512/3056 16% [========== ] 513/3056 16% [========== ] 514/3056 16% [========== ] 515/3056 16% [========== ] 516/3056 16% [========== ] 517/3056 16% [========== ] 518/3056 16% [========== ] 519/3056 16% [========== ] 520/3056 17% [========== ] 521/3056 17% [========== ] 522/3056 17% [========== ] 523/3056 17% [========== ] 524/3056 17% [========== ] 525/3056 17% [========== ] 526/3056 17% [========== ] 527/3056 17% [========== ] 528/3056 17% [========== ] 529/3056 17% [========== ] 530/3056 17% [========== ] 531/3056 17% [========== ] 532/3056 17% [========== ] 533/3056 17% [========== ] 534/3056 17% [========== ] 535/3056 17% [========== ] 536/3056 17% [========== ] 537/3056 17% [========== ] 538/3056 17% [========== ] 539/3056 17% [========== ] 540/3056 17% [========== ] 541/3056 17% [========== ] 542/3056 17% [=========== ] 543/3056 17% [=========== ] 544/3056 17% [=========== ] 545/3056 17% [=========== ] 546/3056 17% [=========== ] 547/3056 17% [=========== ] 548/3056 17% [=========== ] 549/3056 17% [=========== ] 550/3056 17% [=========== ] 551/3056 18% [=========== ] 552/3056 18% [=========== ] 553/3056 18% [=========== ] 554/3056 18% [=========== ] 555/3056 18% [=========== ] 556/3056 18% [=========== ] 557/3056 18% [=========== ] 558/3056 18% [=========== ] 559/3056 18% [=========== ] 560/3056 18% [=========== ] 561/3056 18% [=========== ] 562/3056 18% [=========== ] 563/3056 18% [=========== ] 564/3056 18% [=========== ] 565/3056 18% [=========== ] 566/3056 18% [=========== ] 567/3056 18% [=========== ] 568/3056 18% [=========== ] 569/3056 18% [=========== ] 570/3056 18% [=========== ] 571/3056 18% [=========== ] 572/3056 18% [=========== ] 573/3056 18% [=========== ] 574/3056 18% [=========== ] 575/3056 18% [=========== ] 576/3056 18% [=========== ] 577/3056 18% [=========== ] 578/3056 18% [=========== ] 579/3056 18% [=========== ] 580/3056 18% [=========== ] 581/3056 19% [=========== ] 582/3056 19% [=========== ] 583/3056 19% [=========== ] 584/3056 19% [=========== ] 585/3056 19% [=========== ] 586/3056 19% [=========== ] 587/3056 19% [=========== ] 588/3056 19% [=========== ] 589/3056 19% [=========== ] 590/3056 19% [=========== ] 591/3056 19% [============ ] 592/3056 19% [============ ] 593/3056 19% [============ ] 594/3056 19% [============ ] 595/3056 19% [============ ] 596/3056 19% [============ ] 597/3056 19% [============ ] 598/3056 19% [============ ] 599/3056 19% [============ ] 600/3056 19% [============ ] 601/3056 19% [============ ] 602/3056 19% [============ ] 603/3056 19% [============ ] 604/3056 19% [============ ] 605/3056 19% [============ ] 606/3056 19% [============ ] 607/3056 19% [============ ] 608/3056 19% [============ ] 609/3056 19% [============ ] 610/3056 19% [============ ] 611/3056 19% [============ ] 612/3056 20% [============ ] 613/3056 20% [============ ] 614/3056 20% [============ ] 615/3056 20% [============ ] 616/3056 20% [============ ] 617/3056 20% [============ ] 618/3056 20% [============ ] 619/3056 20% [============ ] 620/3056 20% [============ ] 621/3056 20% [============ ] 622/3056 20% [============ ] 623/3056 20% [============ ] 624/3056 20% [============ ] 625/3056 20% [============ ] 626/3056 20% [============ ] 627/3056 20% [============ ] 628/3056 20% [============ ] 629/3056 20% [============ ] 630/3056 20% [============ ] 631/3056 20% [============ ] 632/3056 20% [============ ] 633/3056 20% [============ ] 634/3056 20% [============ ] 635/3056 20% [============ ] 636/3056 20% [============ ] 637/3056 20% [============ ] 638/3056 20% [============ ] 639/3056 20% [============ ] 640/3056 20% [============= ] 641/3056 20% [============= ] 642/3056 21% [============= ] 643/3056 21% [============= ] 644/3056 21% [============= ] 645/3056 21% [============= ] 646/3056 21% [============= ] 647/3056 21% [============= ] 648/3056 21% [============= ] 649/3056 21% [============= ] 650/3056 21% [============= ] 651/3056 21% [============= ] 652/3056 21% [============= ] 653/3056 21% [============= ] 654/3056 21% [============= ] 655/3056 21% [============= ] 656/3056 21% [============= ] 657/3056 21% [============= ] 658/3056 21% [============= ] 659/3056 21% [============= ] 660/3056 21% [============= ] 661/3056 21% [============= ] 662/3056 21% [============= ] 663/3056 21% [============= ] 664/3056 21% [============= ] 665/3056 21% [============= ] 666/3056 21% [============= ] 667/3056 21% [============= ] 668/3056 21% [============= ] 669/3056 21% [============= ] 670/3056 21% [============= ] 671/3056 21% [============= ] 672/3056 21% [============= ] 673/3056 22% [============= ] 674/3056 22% [============= ] 675/3056 22% [============= ] 676/3056 22% [============= ] 677/3056 22% [============= ] 678/3056 22% [============= ] 679/3056 22% [============= ] 680/3056 22% [============= ] 681/3056 22% [============= ] 682/3056 22% [============= ] 683/3056 22% [============= ] 684/3056 22% [============= ] 685/3056 22% [============= ] 686/3056 22% [============= ] 687/3056 22% [============= ] 688/3056 22% [============= ] 689/3056 22% [============= ] 690/3056 22% [============== ] 691/3056 22% [============== ] 692/3056 22% [============== ] 693/3056 22% [============== ] 694/3056 22% [============== ] 695/3056 22% [============== ] 696/3056 22% [============== ] 697/3056 22% [============== ] 698/3056 22% [============== ] 699/3056 22% [============== ] 700/3056 22% [============== ] 701/3056 22% [============== ] 702/3056 22% [============== ] 703/3056 23% [============== ] 704/3056 23% [============== ] 705/3056 23% [============== ] 706/3056 23% [============== ] 707/3056 23% [============== ] 708/3056 23% [============== ] 709/3056 23% [============== ] 710/3056 23% [============== ] 711/3056 23% [============== ] 712/3056 23% [============== ] 713/3056 23% [============== ] 714/3056 23% [============== ] 715/3056 23% [============== ] 716/3056 23% [============== ] 717/3056 23% [============== ] 718/3056 23% [============== ] 719/3056 23% [============== ] 720/3056 23% [============== ] 721/3056 23% [============== ] 722/3056 23% [============== ] 723/3056 23% [============== ] 724/3056 23% [============== ] 725/3056 23% [============== ] 726/3056 23% [============== ] 727/3056 23% [============== ] 728/3056 23% [============== ] 729/3056 23% [============== ] 730/3056 23% [============== ] 731/3056 23% [============== ] 732/3056 23% [============== ] 733/3056 23% [============== ] 734/3056 24% [============== ] 735/3056 24% [============== ] 736/3056 24% [============== ] 737/3056 24% [============== ] 738/3056 24% [============== ] 739/3056 24% [=============== ] 740/3056 24% [=============== ] 741/3056 24% [=============== ] 742/3056 24% [=============== ] 743/3056 24% [=============== ] 744/3056 24% [=============== ] 745/3056 24% [=============== ] 746/3056 24% [=============== ] 747/3056 24% [=============== ] 748/3056 24% [=============== ] 749/3056 24% [=============== ] 750/3056 24% [=============== ] 751/3056 24% [=============== ] 752/3056 24% [=============== ] 753/3056 24% [=============== ] 754/3056 24% [=============== ] 755/3056 24% [=============== ] 756/3056 24% [=============== ] 757/3056 24% [=============== ] 758/3056 24% [=============== ] 759/3056 24% [=============== ] 760/3056 24% [=============== ] 761/3056 24% [=============== ] 762/3056 24% [=============== ] 763/3056 24% [=============== ] 764/3056 25% [=============== ] 765/3056 25% [=============== ] 766/3056 25% [=============== ] 767/3056 25% [=============== ] 768/3056 25% [=============== ] 769/3056 25% [=============== ] 770/3056 25% [=============== ] 771/3056 25% [=============== ] 772/3056 25% [=============== ] 773/3056 25% [=============== ] 774/3056 25% [=============== ] 775/3056 25% [=============== ] 776/3056 25% [=============== ] 777/3056 25% [=============== ] 778/3056 25% [=============== ] 779/3056 25% [=============== ] 780/3056 25% [=============== ] 781/3056 25% [=============== ] 782/3056 25% [=============== ] 783/3056 25% [=============== ] 784/3056 25% [=============== ] 785/3056 25% [=============== ] 786/3056 25% [=============== ] 787/3056 25% [=============== ] 788/3056 25% [================ ] 789/3056 25% [================ ] 790/3056 25% [================ ] 791/3056 25% [================ ] 792/3056 25% [================ ] 793/3056 25% [================ ] 794/3056 25% [================ ] 795/3056 26% [================ ] 796/3056 26% [================ ] 797/3056 26% [================ ] 798/3056 26% [================ ] 799/3056 26% [================ ] 800/3056 26% [================ ] 801/3056 26% [================ ] 802/3056 26% [================ ] 803/3056 26% [================ ] 804/3056 26% [================ ] 805/3056 26% [================ ] 806/3056 26% [================ ] 807/3056 26% [================ ] 808/3056 26% [================ ] 809/3056 26% [================ ] 810/3056 26% [================ ] 811/3056 26% [================ ] 812/3056 26% [================ ] 813/3056 26% [================ ] 814/3056 26% [================ ] 815/3056 26% [================ ] 816/3056 26% [================ ] 817/3056 26% [================ ] 818/3056 26% [================ ] 819/3056 26% [================ ] 820/3056 26% [================ ] 821/3056 26% [================ ] 822/3056 26% [================ ] 823/3056 26% [================ ] 824/3056 26% [================ ] 825/3056 26% [================ ] 826/3056 27% [================ ] 827/3056 27% [================ ] 828/3056 27% [================ ] 829/3056 27% [================ ] 830/3056 27% [================ ] 831/3056 27% [================ ] 832/3056 27% [================ ] 833/3056 27% [================ ] 834/3056 27% [================ ] 835/3056 27% [================ ] 836/3056 27% [================ ] 837/3056 27% [================= ] 838/3056 27% [================= ] 839/3056 27% [================= ] 840/3056 27% [================= ] 841/3056 27% [================= ] 842/3056 27% [================= ] 843/3056 27% [================= ] 844/3056 27% [================= ] 845/3056 27% [================= ] 846/3056 27% [================= ] 847/3056 27% [================= ] 848/3056 27% [================= ] 849/3056 27% [================= ] 850/3056 27% [================= ] 851/3056 27% [================= ] 852/3056 27% [================= ] 853/3056 27% [================= ] 854/3056 27% [================= ] 855/3056 27% [================= ] 856/3056 28% [================= ] 857/3056 28% [================= ] 858/3056 28% [================= ] 859/3056 28% [================= ] 860/3056 28% [================= ] 861/3056 28% [================= ] 862/3056 28% [================= ] 863/3056 28% [================= ] 864/3056 28% [================= ] 865/3056 28% [================= ] 866/3056 28% [================= ] 867/3056 28% [================= ] 868/3056 28% [================= ] 869/3056 28% [================= ] 870/3056 28% [================= ] 871/3056 28% [================= ] 872/3056 28% [================= ] 873/3056 28% [================= ] 874/3056 28% [================= ] 875/3056 28% [================= ] 876/3056 28% [================= ] 877/3056 28% [================= ] 878/3056 28% [================= ] 879/3056 28% [================= ] 880/3056 28% [================= ] 881/3056 28% [================= ] 882/3056 28% [================= ] 883/3056 28% [================= ] 884/3056 28% [================= ] 885/3056 28% [================= ] 886/3056 28% [================= ] 887/3056 29% [================== ] 888/3056 29% [================== ] 889/3056 29% [================== ] 890/3056 29% [================== ] 891/3056 29% [================== ] 892/3056 29% [================== ] 893/3056 29% [================== ] 894/3056 29% [================== ] 895/3056 29% [================== ] 896/3056 29% [================== ] 897/3056 29% [================== ] 898/3056 29% [================== ] 899/3056 29% [================== ] 900/3056 29% [================== ] 901/3056 29% [================== ] 902/3056 29% [================== ] 903/3056 29% [================== ] 904/3056 29% [================== ] 905/3056 29% [================== ] 906/3056 29% [================== ] 907/3056 29% [================== ] 908/3056 29% [================== ] 909/3056 29% [================== ] 910/3056 29% [================== ] 911/3056 29% [================== ] 912/3056 29% [================== ] 913/3056 29% [================== ] 914/3056 29% [================== ] 915/3056 29% [================== ] 916/3056 29% [================== ] 917/3056 30% [================== ] 918/3056 30% [================== ] 919/3056 30% [================== ] 920/3056 30% [================== ] 921/3056 30% [================== ] 922/3056 30% [================== ] 923/3056 30% [================== ] 924/3056 30% [================== ] 925/3056 30% [================== ] 926/3056 30% [================== ] 927/3056 30% [================== ] 928/3056 30% [================== ] 929/3056 30% [================== ] 930/3056 30% [================== ] 931/3056 30% [================== ] 932/3056 30% [================== ] 933/3056 30% [================== ] 934/3056 30% [================== ] 935/3056 30% [================== ] 936/3056 30% [=================== ] 937/3056 30% [=================== ] 938/3056 30% [=================== ] 939/3056 30% [=================== ] 940/3056 30% [=================== ] 941/3056 30% [=================== ] 942/3056 30% [=================== ] 943/3056 30% [=================== ] 944/3056 30% [=================== ] 945/3056 30% [=================== ] 946/3056 30% [=================== ] 947/3056 30% [=================== ] 948/3056 31% [=================== ] 949/3056 31% [=================== ] 950/3056 31% [=================== ] 951/3056 31% [=================== ] 952/3056 31% [=================== ] 953/3056 31% [=================== ] 954/3056 31% [=================== ] 955/3056 31% [=================== ] 956/3056 31% [=================== ] 957/3056 31% [=================== ] 958/3056 31% [=================== ] 959/3056 31% [=================== ] 960/3056 31% [=================== ] 961/3056 31% [=================== ] 962/3056 31% [=================== ] 963/3056 31% [=================== ] 964/3056 31% [=================== ] 965/3056 31% [=================== ] 966/3056 31% [=================== ] 967/3056 31% [=================== ] 968/3056 31% [=================== ] 969/3056 31% [=================== ] 970/3056 31% [=================== ] 971/3056 31% [=================== ] 972/3056 31% [=================== ] 973/3056 31% [=================== ] 974/3056 31% [=================== ] 975/3056 31% [=================== ] 976/3056 31% [=================== ] 977/3056 31% [=================== ] 978/3056 32% [=================== ] 979/3056 32% [=================== ] 980/3056 32% [=================== ] 981/3056 32% [=================== ] 982/3056 32% [=================== ] 983/3056 32% [=================== ] 984/3056 32% [=================== ] 985/3056 32% [==================== ] 986/3056 32% [==================== ] 987/3056 32% [==================== ] 988/3056 32% [==================== ] 989/3056 32% [==================== ] 990/3056 32% [==================== ] 991/3056 32% [==================== ] 992/3056 32% [==================== ] 993/3056 32% [==================== ] 994/3056 32% [==================== ] 995/3056 32% [==================== ] 996/3056 32% [==================== ] 997/3056 32% [==================== ] 998/3056 32% [==================== ] 999/3056 32% [==================== ] 1000/3056 32% [==================== ] 1001/3056 32% [==================== ] 1002/3056 32% [==================== ] 1003/3056 32% [==================== ] 1004/3056 32% [==================== ] 1005/3056 32% [==================== ] 1006/3056 32% [==================== ] 1007/3056 32% [==================== ] 1008/3056 32% [==================== ] 1009/3056 33% [==================== ] 1010/3056 33% [==================== ] 1011/3056 33% [==================== ] 1012/3056 33% [==================== ] 1013/3056 33% [==================== ] 1014/3056 33% [==================== ] 1015/3056 33% [==================== ] 1016/3056 33% [==================== ] 1017/3056 33% [==================== ] 1018/3056 33% [==================== ] 1019/3056 33% [==================== ] 1020/3056 33% [==================== ] 1021/3056 33% [==================== ] 1022/3056 33% [==================== ] 1023/3056 33% [==================== ] 1024/3056 33% [==================== ] 1025/3056 33% [==================== ] 1026/3056 33% [==================== ] 1027/3056 33% [==================== ] 1028/3056 33% [==================== ] 1029/3056 33% [==================== ] 1030/3056 33% [==================== ] 1031/3056 33% [==================== ] 1032/3056 33% [==================== ] 1033/3056 33% [==================== ] 1034/3056 33% [==================== ] 1035/3056 33% [===================== ] 1036/3056 33% [===================== ] 1037/3056 33% [===================== ] 1038/3056 33% [===================== ] 1039/3056 33% [===================== ] 1040/3056 34% [===================== ] 1041/3056 34% [===================== ] 1042/3056 34% [===================== ] 1043/3056 34% [===================== ] 1044/3056 34% [===================== ] 1045/3056 34% [===================== ] 1046/3056 34% [===================== ] 1047/3056 34% [===================== ] 1048/3056 34% [===================== ] 1049/3056 34% [===================== ] 1050/3056 34% [===================== ] 1051/3056 34% [===================== ] 1052/3056 34% [===================== ] 1053/3056 34% [===================== ] 1054/3056 34% [===================== ] 1055/3056 34% [===================== ] 1056/3056 34% [===================== ] 1057/3056 34% [===================== ] 1058/3056 34% [===================== ] 1059/3056 34% [===================== ] 1060/3056 34% [===================== ] 1061/3056 34% [===================== ] 1062/3056 34% [===================== ] 1063/3056 34% [===================== ] 1064/3056 34% [===================== ] 1065/3056 34% [===================== ] 1066/3056 34% [===================== ] 1067/3056 34% [===================== ] 1068/3056 34% [===================== ] 1069/3056 34% [===================== ] 1070/3056 35% [===================== ] 1071/3056 35% [===================== ] 1072/3056 35% [===================== ] 1073/3056 35% [===================== ] 1074/3056 35% [===================== ] 1075/3056 35% [===================== ] 1076/3056 35% [===================== ] 1077/3056 35% [===================== ] 1078/3056 35% [===================== ] 1079/3056 35% [===================== ] 1080/3056 35% [===================== ] 1081/3056 35% [===================== ] 1082/3056 35% [===================== ] 1083/3056 35% [===================== ] 1084/3056 35% [====================== ] 1085/3056 35% [====================== ] 1086/3056 35% [====================== ] 1087/3056 35% [====================== ] 1088/3056 35% [====================== ] 1089/3056 35% [====================== ] 1090/3056 35% [====================== ] 1091/3056 35% [====================== ] 1092/3056 35% [====================== ] 1093/3056 35% [====================== ] 1094/3056 35% [====================== ] 1095/3056 35% [====================== ] 1096/3056 35% [====================== ] 1097/3056 35% [====================== ] 1098/3056 35% [====================== ] 1099/3056 35% [====================== ] 1100/3056 35% [====================== ] 1101/3056 36% [====================== ] 1102/3056 36% [====================== ] 1103/3056 36% [====================== ] 1104/3056 36% [====================== ] 1105/3056 36% [====================== ] 1106/3056 36% [====================== ] 1107/3056 36% [====================== ] 1108/3056 36% [====================== ] 1109/3056 36% [====================== ] 1110/3056 36% [====================== ] 1111/3056 36% [====================== ] 1112/3056 36% [====================== ] 1113/3056 36% [====================== ] 1114/3056 36% [====================== ] 1115/3056 36% [====================== ] 1116/3056 36% [====================== ] 1117/3056 36% [====================== ] 1118/3056 36% [====================== ] 1119/3056 36% [====================== ] 1120/3056 36% [====================== ] 1121/3056 36% [====================== ] 1122/3056 36% [====================== ] 1123/3056 36% [====================== ] 1124/3056 36% [====================== ] 1125/3056 36% [====================== ] 1126/3056 36% [====================== ] 1127/3056 36% [====================== ] 1128/3056 36% [====================== ] 1129/3056 36% [====================== ] 1130/3056 36% [====================== ] 1131/3056 37% [====================== ] 1132/3056 37% [====================== ] 1133/3056 37% [======================= ] 1134/3056 37% [======================= ] 1135/3056 37% [======================= ] 1136/3056 37% [======================= ] 1137/3056 37% [======================= ] 1138/3056 37% [======================= ] 1139/3056 37% [======================= ] 1140/3056 37% [======================= ] 1141/3056 37% [======================= ] 1142/3056 37% [======================= ] 1143/3056 37% [======================= ] 1144/3056 37% [======================= ] 1145/3056 37% [======================= ] 1146/3056 37% [======================= ] 1147/3056 37% [======================= ] 1148/3056 37% [======================= ] 1149/3056 37% [======================= ] 1150/3056 37% [======================= ] 1151/3056 37% [======================= ] 1152/3056 37% [======================= ] 1153/3056 37% [======================= ] 1154/3056 37% [======================= ] 1155/3056 37% [======================= ] 1156/3056 37% [======================= ] 1157/3056 37% [======================= ] 1158/3056 37% [======================= ] 1159/3056 37% [======================= ] 1160/3056 37% [======================= ] 1161/3056 37% [======================= ] 1162/3056 38% [======================= ] 1163/3056 38% [======================= ] 1164/3056 38% [======================= ] 1165/3056 38% [======================= ] 1166/3056 38% [======================= ] 1167/3056 38% [======================= ] 1168/3056 38% [======================= ] 1169/3056 38% [======================= ] 1170/3056 38% [======================= ] 1171/3056 38% [======================= ] 1172/3056 38% [======================= ] 1173/3056 38% [======================= ] 1174/3056 38% [======================= ] 1175/3056 38% [======================= ] 1176/3056 38% [======================= ] 1177/3056 38% [======================= ] 1178/3056 38% [======================= ] 1179/3056 38% [======================= ] 1180/3056 38% [======================= ] 1181/3056 38% [======================= ] 1182/3056 38% [======================== ] 1183/3056 38% [======================== ] 1184/3056 38% [======================== ] 1185/3056 38% [======================== ] 1186/3056 38% [======================== ] 1187/3056 38% [======================== ] 1188/3056 38% [======================== ] 1189/3056 38% [======================== ] 1190/3056 38% [======================== ] 1191/3056 38% [======================== ] 1192/3056 39% [======================== ] 1193/3056 39% [======================== ] 1194/3056 39% [======================== ] 1195/3056 39% [======================== ] 1196/3056 39% [======================== ] 1197/3056 39% [======================== ] 1198/3056 39% [======================== ] 1199/3056 39% [======================== ] 1200/3056 39% [======================== ] 1201/3056 39% [======================== ] 1202/3056 39% [======================== ] 1203/3056 39% [======================== ] 1204/3056 39% [======================== ] 1205/3056 39% [======================== ] 1206/3056 39% [======================== ] 1207/3056 39% [======================== ] 1208/3056 39% [======================== ] 1209/3056 39% [======================== ] 1210/3056 39% [======================== ] 1211/3056 39% [======================== ] 1212/3056 39% [======================== ] 1213/3056 39% [======================== ] 1214/3056 39% [======================== ] 1215/3056 39% [======================== ] 1216/3056 39% [======================== ] 1217/3056 39% [======================== ] 1218/3056 39% [======================== ] 1219/3056 39% [======================== ] 1220/3056 39% [======================== ] 1221/3056 39% [======================== ] 1222/3056 39% [======================== ] 1223/3056 40% [======================== ] 1224/3056 40% [======================== ] 1225/3056 40% [======================== ] 1226/3056 40% [======================== ] 1227/3056 40% [======================== ] 1228/3056 40% [======================== ] 1229/3056 40% [======================== ] 1230/3056 40% [======================== ] 1231/3056 40% [======================== ] 1232/3056 40% [========================= ] 1233/3056 40% [========================= ] 1234/3056 40% [========================= ] 1235/3056 40% [========================= ] 1236/3056 40% [========================= ] 1237/3056 40% [========================= ] 1238/3056 40% [========================= ] 1239/3056 40% [========================= ] 1240/3056 40% [========================= ] 1241/3056 40% [========================= ] 1242/3056 40% [========================= ] 1243/3056 40% [========================= ] 1244/3056 40% [========================= ] 1245/3056 40% [========================= ] 1246/3056 40% [========================= ] 1247/3056 40% [========================= ] 1248/3056 40% [========================= ] 1249/3056 40% [========================= ] 1250/3056 40% [========================= ] 1251/3056 40% [========================= ] 1252/3056 40% [========================= ] 1253/3056 41% [========================= ] 1254/3056 41% [========================= ] 1255/3056 41% [========================= ] 1256/3056 41% [========================= ] 1257/3056 41% [========================= ] 1258/3056 41% [========================= ] 1259/3056 41% [========================= ] 1260/3056 41% [========================= ] 1261/3056 41% [========================= ] 1262/3056 41% [========================= ] 1263/3056 41% [========================= ] 1264/3056 41% [========================= ] 1265/3056 41% [========================= ] 1266/3056 41% [========================= ] 1267/3056 41% [========================= ] 1268/3056 41% [========================= ] 1269/3056 41% [========================= ] 1270/3056 41% [========================= ] 1271/3056 41% [========================= ] 1272/3056 41% [========================= ] 1273/3056 41% [========================= ] 1274/3056 41% [========================= ] 1275/3056 41% [========================= ] 1276/3056 41% [========================= ] 1277/3056 41% [========================= ] 1278/3056 41% [========================= ] 1279/3056 41% [========================= ] 1280/3056 41% [========================= ] 1281/3056 41% [========================== ] 1282/3056 41% [========================== ] 1283/3056 41% [========================== ] 1284/3056 42% [========================== ] 1285/3056 42% [========================== ] 1286/3056 42% [========================== ] 1287/3056 42% [========================== ] 1288/3056 42% [========================== ] 1289/3056 42% [========================== ] 1290/3056 42% [========================== ] 1291/3056 42% [========================== ] 1292/3056 42% [========================== ] 1293/3056 42% [========================== ] 1294/3056 42% [========================== ] 1295/3056 42% [========================== ] 1296/3056 42% [========================== ] 1297/3056 42% [========================== ] 1298/3056 42% [========================== ] 1299/3056 42% [========================== ] 1300/3056 42% [========================== ] 1301/3056 42% [========================== ] 1302/3056 42% [========================== ] 1303/3056 42% [========================== ] 1304/3056 42% [========================== ] 1305/3056 42% [========================== ] 1306/3056 42% [========================== ] 1307/3056 42% [========================== ] 1308/3056 42% [========================== ] 1309/3056 42% [========================== ] 1310/3056 42% [========================== ] 1311/3056 42% [========================== ] 1312/3056 42% [========================== ] 1313/3056 42% [========================== ] 1314/3056 42% [========================== ] 1315/3056 43% [========================== ] 1316/3056 43% [========================== ] 1317/3056 43% [========================== ] 1318/3056 43% [========================== ] 1319/3056 43% [========================== ] 1320/3056 43% [========================== ] 1321/3056 43% [========================== ] 1322/3056 43% [========================== ] 1323/3056 43% [========================== ] 1324/3056 43% [========================== ] 1325/3056 43% [========================== ] 1326/3056 43% [========================== ] 1327/3056 43% [========================== ] 1328/3056 43% [========================== ] 1329/3056 43% [========================== ] 1330/3056 43% [=========================== ] 1331/3056 43% [=========================== ] 1332/3056 43% [=========================== ] 1333/3056 43% [=========================== ] 1334/3056 43% [=========================== ] 1335/3056 43% [=========================== ] 1336/3056 43% [=========================== ] 1337/3056 43% [=========================== ] 1338/3056 43% [=========================== ] 1339/3056 43% [=========================== ] 1340/3056 43% [=========================== ] 1341/3056 43% [=========================== ] 1342/3056 43% [=========================== ] 1343/3056 43% [=========================== ] 1344/3056 43% [=========================== ] 1345/3056 44% [=========================== ] 1346/3056 44% [=========================== ] 1347/3056 44% [=========================== ] 1348/3056 44% [=========================== ] 1349/3056 44% [=========================== ] 1350/3056 44% [=========================== ] 1351/3056 44% [=========================== ] 1352/3056 44% [=========================== ] 1353/3056 44% [=========================== ] 1354/3056 44% [=========================== ] 1355/3056 44% [=========================== ] 1356/3056 44% [=========================== ] 1357/3056 44% [=========================== ] 1358/3056 44% [=========================== ] 1359/3056 44% [=========================== ] 1360/3056 44% [=========================== ] 1361/3056 44% [=========================== ] 1362/3056 44% [=========================== ] 1363/3056 44% [=========================== ] 1364/3056 44% [=========================== ] 1365/3056 44% [=========================== ] 1366/3056 44% [=========================== ] 1367/3056 44% [=========================== ] 1368/3056 44% [=========================== ] 1369/3056 44% [=========================== ] 1370/3056 44% [=========================== ] 1371/3056 44% [=========================== ] 1372/3056 44% [=========================== ] 1373/3056 44% [=========================== ] 1374/3056 44% [=========================== ] 1375/3056 44% [=========================== ] 1376/3056 45% [=========================== ] 1377/3056 45% [=========================== ] 1378/3056 45% [=========================== ] 1379/3056 45% [=========================== ] 1380/3056 45% [============================ ] 1381/3056 45% [============================ ] 1382/3056 45% [============================ ] 1383/3056 45% [============================ ] 1384/3056 45% [============================ ] 1385/3056 45% [============================ ] 1386/3056 45% [============================ ] 1387/3056 45% [============================ ] 1388/3056 45% [============================ ] 1389/3056 45% [============================ ] 1390/3056 45% [============================ ] 1391/3056 45% [============================ ] 1392/3056 45% [============================ ] 1393/3056 45% [============================ ] 1394/3056 45% [============================ ] 1395/3056 45% [============================ ] 1396/3056 45% [============================ ] 1397/3056 45% [============================ ] 1398/3056 45% [============================ ] 1399/3056 45% [============================ ] 1400/3056 45% [============================ ] 1401/3056 45% [============================ ] 1402/3056 45% [============================ ] 1403/3056 45% [============================ ] 1404/3056 45% [============================ ] 1405/3056 45% [============================ ] 1406/3056 46% [============================ ] 1407/3056 46% [============================ ] 1408/3056 46% [============================ ] 1409/3056 46% [============================ ] 1410/3056 46% [============================ ] 1411/3056 46% [============================ ] 1412/3056 46% [============================ ] 1413/3056 46% [============================ ] 1414/3056 46% [============================ ] 1415/3056 46% [============================ ] 1416/3056 46% [============================ ] 1417/3056 46% [============================ ] 1418/3056 46% [============================ ] 1419/3056 46% [============================ ] 1420/3056 46% [============================ ] 1421/3056 46% [============================ ] 1422/3056 46% [============================ ] 1423/3056 46% [============================ ] 1424/3056 46% [============================ ] 1425/3056 46% [============================ ] 1426/3056 46% [============================ ] 1427/3056 46% [============================ ] 1428/3056 46% [============================ ] 1429/3056 46% [============================= ] 1430/3056 46% [============================= ] 1431/3056 46% [============================= ] 1432/3056 46% [============================= ] 1433/3056 46% [============================= ] 1434/3056 46% [============================= ] 1435/3056 46% [============================= ] 1436/3056 46% [============================= ] 1437/3056 47% [============================= ] 1438/3056 47% [============================= ] 1439/3056 47% [============================= ] 1440/3056 47% [============================= ] 1441/3056 47% [============================= ] 1442/3056 47% [============================= ] 1443/3056 47% [============================= ] 1444/3056 47% [============================= ] 1445/3056 47% [============================= ] 1446/3056 47% [============================= ] 1447/3056 47% [============================= ] 1448/3056 47% [============================= ] 1449/3056 47% [============================= ] 1450/3056 47% [============================= ] 1451/3056 47% [============================= ] 1452/3056 47% [============================= ] 1453/3056 47% [============================= ] 1454/3056 47% [============================= ] 1455/3056 47% [============================= ] 1456/3056 47% [============================= ] 1457/3056 47% [============================= ] 1458/3056 47% [============================= ] 1459/3056 47% [============================= ] 1460/3056 47% [============================= ] 1461/3056 47% [============================= ] 1462/3056 47% [============================= ] 1463/3056 47% [============================= ] 1464/3056 47% [============================= ] 1465/3056 47% [============================= ] 1466/3056 47% [============================= ] 1467/3056 48% [============================= ] 1468/3056 48% [============================= ] 1469/3056 48% [============================= ] 1470/3056 48% [============================= ] 1471/3056 48% [============================= ] 1472/3056 48% [============================= ] 1473/3056 48% [============================= ] 1474/3056 48% [============================= ] 1475/3056 48% [============================= ] 1476/3056 48% [============================= ] 1477/3056 48% [============================= ] 1478/3056 48% [============================== ] 1479/3056 48% [============================== ] 1480/3056 48% [============================== ] 1481/3056 48% [============================== ] 1482/3056 48% [============================== ] 1483/3056 48% [============================== ] 1484/3056 48% [============================== ] 1485/3056 48% [============================== ] 1486/3056 48% [============================== ] 1487/3056 48% [============================== ] 1488/3056 48% [============================== ] 1489/3056 48% [============================== ] 1490/3056 48% [============================== ] 1491/3056 48% [============================== ] 1492/3056 48% [============================== ] 1493/3056 48% [============================== ] 1494/3056 48% [============================== ] 1495/3056 48% [============================== ] 1496/3056 48% [============================== ] 1497/3056 48% [============================== ] 1498/3056 49% [============================== ] 1499/3056 49% [============================== ] 1500/3056 49% [============================== ] 1501/3056 49% [============================== ] 1502/3056 49% [============================== ] 1503/3056 49% [============================== ] 1504/3056 49% [============================== ] 1505/3056 49% [============================== ] 1506/3056 49% [============================== ] 1507/3056 49% [============================== ] 1508/3056 49% [============================== ] 1509/3056 49% [============================== ] 1510/3056 49% [============================== ] 1511/3056 49% [============================== ] 1512/3056 49% [============================== ] 1513/3056 49% [============================== ] 1514/3056 49% [============================== ] 1515/3056 49% [============================== ] 1516/3056 49% [============================== ] 1517/3056 49% [============================== ] 1518/3056 49% [============================== ] 1519/3056 49% [============================== ] 1520/3056 49% [============================== ] 1521/3056 49% [============================== ] 1522/3056 49% [============================== ] 1523/3056 49% [============================== ] 1524/3056 49% [============================== ] 1525/3056 49% [============================== ] 1526/3056 49% [============================== ] 1527/3056 49% [=============================== ] 1528/3056 50% [=============================== ] 1529/3056 50% [=============================== ] 1530/3056 50% [=============================== ] 1531/3056 50% [=============================== ] 1532/3056 50% [=============================== ] 1533/3056 50% [=============================== ] 1534/3056 50% [=============================== ] 1535/3056 50% [=============================== ] 1536/3056 50% [=============================== ] 1537/3056 50% [=============================== ] 1538/3056 50% [=============================== ] 1539/3056 50% [=============================== ] 1540/3056 50% [=============================== ] 1541/3056 50% [=============================== ] 1542/3056 50% [=============================== ] 1543/3056 50% [=============================== ] 1544/3056 50% [=============================== ] 1545/3056 50% [=============================== ] 1546/3056 50% [=============================== ] 1547/3056 50% [=============================== ] 1548/3056 50% [=============================== ] 1549/3056 50% [=============================== ] 1550/3056 50% [=============================== ] 1551/3056 50% [=============================== ] 1552/3056 50% [=============================== ] 1553/3056 50% [=============================== ] 1554/3056 50% [=============================== ] 1555/3056 50% [=============================== ] 1556/3056 50% [=============================== ] 1557/3056 50% [=============================== ] 1558/3056 50% [=============================== ] 1559/3056 51% [=============================== ] 1560/3056 51% [=============================== ] 1561/3056 51% [=============================== ] 1562/3056 51% [=============================== ] 1563/3056 51% [=============================== ] 1564/3056 51% [=============================== ] 1565/3056 51% [=============================== ] 1566/3056 51% [=============================== ] 1567/3056 51% [=============================== ] 1568/3056 51% [=============================== ] 1569/3056 51% [=============================== ] 1570/3056 51% [=============================== ] 1571/3056 51% [=============================== ] 1572/3056 51% [=============================== ] 1573/3056 51% [=============================== ] 1574/3056 51% [=============================== ] 1575/3056 51% [=============================== ] 1576/3056 51% [=============================== ] 1577/3056 51% [================================ ] 1578/3056 51% [================================ ] 1579/3056 51% [================================ ] 1580/3056 51% [================================ ] 1581/3056 51% [================================ ] 1582/3056 51% [================================ ] 1583/3056 51% [================================ ] 1584/3056 51% [================================ ] 1585/3056 51% [================================ ] 1586/3056 51% [================================ ] 1587/3056 51% [================================ ] 1588/3056 51% [================================ ] 1589/3056 51% [================================ ] 1590/3056 52% [================================ ] 1591/3056 52% [================================ ] 1592/3056 52% [================================ ] 1593/3056 52% [================================ ] 1594/3056 52% [================================ ] 1595/3056 52% [================================ ] 1596/3056 52% [================================ ] 1597/3056 52% [================================ ] 1598/3056 52% [================================ ] 1599/3056 52% [================================ ] 1600/3056 52% [================================ ] 1601/3056 52% [================================ ] 1602/3056 52% [================================ ] 1603/3056 52% [================================ ] 1604/3056 52% [================================ ] 1605/3056 52% [================================ ] 1606/3056 52% [================================ ] 1607/3056 52% [================================ ] 1608/3056 52% [================================ ] 1609/3056 52% [================================ ] 1610/3056 52% [================================ ] 1611/3056 52% [================================ ] 1612/3056 52% [================================ ] 1613/3056 52% [================================ ] 1614/3056 52% [================================ ] 1615/3056 52% [================================ ] 1616/3056 52% [================================ ] 1617/3056 52% [================================ ] 1618/3056 52% [================================ ] 1619/3056 52% [================================ ] 1620/3056 53% [================================ ] 1621/3056 53% [================================ ] 1622/3056 53% [================================ ] 1623/3056 53% [================================ ] 1624/3056 53% [================================ ] 1625/3056 53% [================================ ] 1626/3056 53% [================================= ] 1627/3056 53% [================================= ] 1628/3056 53% [================================= ] 1629/3056 53% [================================= ] 1630/3056 53% [================================= ] 1631/3056 53% [================================= ] 1632/3056 53% [================================= ] 1633/3056 53% [================================= ] 1634/3056 53% [================================= ] 1635/3056 53% [================================= ] 1636/3056 53% [================================= ] 1637/3056 53% [================================= ] 1638/3056 53% [================================= ] 1639/3056 53% [================================= ] 1640/3056 53% [================================= ] 1641/3056 53% [================================= ] 1642/3056 53% [================================= ] 1643/3056 53% [================================= ] 1644/3056 53% [================================= ] 1645/3056 53% [================================= ] 1646/3056 53% [================================= ] 1647/3056 53% [================================= ] 1648/3056 53% [================================= ] 1649/3056 53% [================================= ] 1650/3056 53% [================================= ] 1651/3056 54% [================================= ] 1652/3056 54% [================================= ] 1653/3056 54% [================================= ] 1654/3056 54% [================================= ] 1655/3056 54% [================================= ] 1656/3056 54% [================================= ] 1657/3056 54% [================================= ] 1658/3056 54% [================================= ] 1659/3056 54% [================================= ] 1660/3056 54% [================================= ] 1661/3056 54% [================================= ] 1662/3056 54% [================================= ] 1663/3056 54% [================================= ] 1664/3056 54% [================================= ] 1665/3056 54% [================================= ] 1666/3056 54% [================================= ] 1667/3056 54% [================================= ] 1668/3056 54% [================================= ] 1669/3056 54% [================================= ] 1670/3056 54% [================================= ] 1671/3056 54% [================================= ] 1672/3056 54% [================================= ] 1673/3056 54% [================================= ] 1674/3056 54% [================================= ] 1675/3056 54% [================================== ] 1676/3056 54% [================================== ] 1677/3056 54% [================================== ] 1678/3056 54% [================================== ] 1679/3056 54% [================================== ] 1680/3056 54% [================================== ] 1681/3056 55% [================================== ] 1682/3056 55% [================================== ] 1683/3056 55% [================================== ] 1684/3056 55% [================================== ] 1685/3056 55% [================================== ] 1686/3056 55% [================================== ] 1687/3056 55% [================================== ] 1688/3056 55% [================================== ] 1689/3056 55% [================================== ] 1690/3056 55% [================================== ] 1691/3056 55% [================================== ] 1692/3056 55% [================================== ] 1693/3056 55% [================================== ] 1694/3056 55% [================================== ] 1695/3056 55% [================================== ] 1696/3056 55% [================================== ] 1697/3056 55% [================================== ] 1698/3056 55% [================================== ] 1699/3056 55% [================================== ] 1700/3056 55% [================================== ] 1701/3056 55% [================================== ] 1702/3056 55% [================================== ] 1703/3056 55% [================================== ] 1704/3056 55% [================================== ] 1705/3056 55% [================================== ] 1706/3056 55% [================================== ] 1707/3056 55% [================================== ] 1708/3056 55% [================================== ] 1709/3056 55% [================================== ] 1710/3056 55% [================================== ] 1711/3056 55% [================================== ] 1712/3056 56% [================================== ] 1713/3056 56% [================================== ] 1714/3056 56% [================================== ] 1715/3056 56% [================================== ] 1716/3056 56% [================================== ] 1717/3056 56% [================================== ] 1718/3056 56% [================================== ] 1719/3056 56% [================================== ] 1720/3056 56% [================================== ] 1721/3056 56% [================================== ] 1722/3056 56% [================================== ] 1723/3056 56% [================================== ] 1724/3056 56% [================================== ] 1725/3056 56% [=================================== ] 1726/3056 56% [=================================== ] 1727/3056 56% [=================================== ] 1728/3056 56% [=================================== ] 1729/3056 56% [=================================== ] 1730/3056 56% [=================================== ] 1731/3056 56% [=================================== ] 1732/3056 56% [=================================== ] 1733/3056 56% [=================================== ] 1734/3056 56% [=================================== ] 1735/3056 56% [=================================== ] 1736/3056 56% [=================================== ] 1737/3056 56% [=================================== ] 1738/3056 56% [=================================== ] 1739/3056 56% [=================================== ] 1740/3056 56% [=================================== ] 1741/3056 56% [=================================== ] 1742/3056 57% [=================================== ] 1743/3056 57% [=================================== ] 1744/3056 57% [=================================== ] 1745/3056 57% [=================================== ] 1746/3056 57% [=================================== ] 1747/3056 57% [=================================== ] 1748/3056 57% [=================================== ] 1749/3056 57% [=================================== ] 1750/3056 57% [=================================== ] 1751/3056 57% [=================================== ] 1752/3056 57% [=================================== ] 1753/3056 57% [=================================== ] 1754/3056 57% [=================================== ] 1755/3056 57% [=================================== ] 1756/3056 57% [=================================== ] 1757/3056 57% [=================================== ] 1758/3056 57% [=================================== ] 1759/3056 57% [=================================== ] 1760/3056 57% [=================================== ] 1761/3056 57% [=================================== ] 1762/3056 57% [=================================== ] 1763/3056 57% [=================================== ] 1764/3056 57% [=================================== ] 1765/3056 57% [=================================== ] 1766/3056 57% [=================================== ] 1767/3056 57% [=================================== ] 1768/3056 57% [=================================== ] 1769/3056 57% [=================================== ] 1770/3056 57% [=================================== ] 1771/3056 57% [=================================== ] 1772/3056 57% [=================================== ] 1773/3056 58% [=================================== ] 1774/3056 58% [==================================== ] 1775/3056 58% [==================================== ] 1776/3056 58% [==================================== ] 1777/3056 58% [==================================== ] 1778/3056 58% [==================================== ] 1779/3056 58% [==================================== ] 1780/3056 58% [==================================== ] 1781/3056 58% [==================================== ] 1782/3056 58% [==================================== ] 1783/3056 58% [==================================== ] 1784/3056 58% [==================================== ] 1785/3056 58% [==================================== ] 1786/3056 58% [==================================== ] 1787/3056 58% [==================================== ] 1788/3056 58% [==================================== ] 1789/3056 58% [==================================== ] 1790/3056 58% [==================================== ] 1791/3056 58% [==================================== ] 1792/3056 58% [==================================== ] 1793/3056 58% [==================================== ] 1794/3056 58% [==================================== ] 1795/3056 58% [==================================== ] 1796/3056 58% [==================================== ] 1797/3056 58% [==================================== ] 1798/3056 58% [==================================== ] 1799/3056 58% [==================================== ] 1800/3056 58% [==================================== ] 1801/3056 58% [==================================== ] 1802/3056 58% [==================================== ] 1803/3056 58% [==================================== ] 1804/3056 59% [==================================== ] 1805/3056 59% [==================================== ] 1806/3056 59% [==================================== ] 1807/3056 59% [==================================== ] 1808/3056 59% [==================================== ] 1809/3056 59% [==================================== ] 1810/3056 59% [==================================== ] 1811/3056 59% [==================================== ] 1812/3056 59% [==================================== ] 1813/3056 59% [==================================== ] 1814/3056 59% [==================================== ] 1815/3056 59% [==================================== ] 1816/3056 59% [==================================== ] 1817/3056 59% [==================================== ] 1818/3056 59% [==================================== ] 1819/3056 59% [==================================== ] 1820/3056 59% [==================================== ] 1821/3056 59% [==================================== ] 1822/3056 59% [==================================== ] 1823/3056 59% [===================================== ] 1824/3056 59% [===================================== ] 1825/3056 59% [===================================== ] 1826/3056 59% [===================================== ] 1827/3056 59% [===================================== ] 1828/3056 59% [===================================== ] 1829/3056 59% [===================================== ] 1830/3056 59% [===================================== ] 1831/3056 59% [===================================== ] 1832/3056 59% [===================================== ] 1833/3056 59% [===================================== ] 1834/3056 60% [===================================== ] 1835/3056 60% [===================================== ] 1836/3056 60% [===================================== ] 1837/3056 60% [===================================== ] 1838/3056 60% [===================================== ] 1839/3056 60% [===================================== ] 1840/3056 60% [===================================== ] 1841/3056 60% [===================================== ] 1842/3056 60% [===================================== ] 1843/3056 60% [===================================== ] 1844/3056 60% [===================================== ] 1845/3056 60% [===================================== ] 1846/3056 60% [===================================== ] 1847/3056 60% [===================================== ] 1848/3056 60% [===================================== ] 1849/3056 60% [===================================== ] 1850/3056 60% [===================================== ] 1851/3056 60% [===================================== ] 1852/3056 60% [===================================== ] 1853/3056 60% [===================================== ] 1854/3056 60% [===================================== ] 1855/3056 60% [===================================== ] 1856/3056 60% [===================================== ] 1857/3056 60% [===================================== ] 1858/3056 60% [===================================== ] 1859/3056 60% [===================================== ] 1860/3056 60% [===================================== ] 1861/3056 60% [===================================== ] 1862/3056 60% [===================================== ] 1863/3056 60% [===================================== ] 1864/3056 60% [===================================== ] 1865/3056 61% [===================================== ] 1866/3056 61% [===================================== ] 1867/3056 61% [===================================== ] 1868/3056 61% [===================================== ] 1869/3056 61% [===================================== ] 1870/3056 61% [===================================== ] 1871/3056 61% [===================================== ] 1872/3056 61% [===================================== ] 1873/3056 61% [====================================== ] 1874/3056 61% [====================================== ] 1875/3056 61% [====================================== ] 1876/3056 61% [====================================== ] 1877/3056 61% [====================================== ] 1878/3056 61% [====================================== ] 1879/3056 61% [====================================== ] 1880/3056 61% [====================================== ] 1881/3056 61% [====================================== ] 1882/3056 61% [====================================== ] 1883/3056 61% [====================================== ] 1884/3056 61% [====================================== ] 1885/3056 61% [====================================== ] 1886/3056 61% [====================================== ] 1887/3056 61% [====================================== ] 1888/3056 61% [====================================== ] 1889/3056 61% [====================================== ] 1890/3056 61% [====================================== ] 1891/3056 61% [====================================== ] 1892/3056 61% [====================================== ] 1893/3056 61% [====================================== ] 1894/3056 61% [====================================== ] 1895/3056 62% [====================================== ] 1896/3056 62% [====================================== ] 1897/3056 62% [====================================== ] 1898/3056 62% [====================================== ] 1899/3056 62% [====================================== ] 1900/3056 62% [====================================== ] 1901/3056 62% [====================================== ] 1902/3056 62% [====================================== ] 1903/3056 62% [====================================== ] 1904/3056 62% [====================================== ] 1905/3056 62% [====================================== ] 1906/3056 62% [====================================== ] 1907/3056 62% [====================================== ] 1908/3056 62% [====================================== ] 1909/3056 62% [====================================== ] 1910/3056 62% [====================================== ] 1911/3056 62% [====================================== ] 1912/3056 62% [====================================== ] 1913/3056 62% [====================================== ] 1914/3056 62% [====================================== ] 1915/3056 62% [====================================== ] 1916/3056 62% [====================================== ] 1917/3056 62% [====================================== ] 1918/3056 62% [====================================== ] 1919/3056 62% [====================================== ] 1920/3056 62% [====================================== ] 1921/3056 62% [====================================== ] 1922/3056 62% [======================================= ] 1923/3056 62% [======================================= ] 1924/3056 62% [======================================= ] 1925/3056 62% [======================================= ] 1926/3056 63% [======================================= ] 1927/3056 63% [======================================= ] 1928/3056 63% [======================================= ] 1929/3056 63% [======================================= ] 1930/3056 63% [======================================= ] 1931/3056 63% [======================================= ] 1932/3056 63% [======================================= ] 1933/3056 63% [======================================= ] 1934/3056 63% [======================================= ] 1935/3056 63% [======================================= ] 1936/3056 63% [======================================= ] 1937/3056 63% [======================================= ] 1938/3056 63% [======================================= ] 1939/3056 63% [======================================= ] 1940/3056 63% [======================================= ] 1941/3056 63% [======================================= ] 1942/3056 63% [======================================= ] 1943/3056 63% [======================================= ] 1944/3056 63% [======================================= ] 1945/3056 63% [======================================= ] 1946/3056 63% [======================================= ] 1947/3056 63% [======================================= ] 1948/3056 63% [======================================= ] 1949/3056 63% [======================================= ] 1950/3056 63% [======================================= ] 1951/3056 63% [======================================= ] 1952/3056 63% [======================================= ] 1953/3056 63% [======================================= ] 1954/3056 63% [======================================= ] 1955/3056 63% [======================================= ] 1956/3056 64% [======================================= ] 1957/3056 64% [======================================= ] 1958/3056 64% [======================================= ] 1959/3056 64% [======================================= ] 1960/3056 64% [======================================= ] 1961/3056 64% [======================================= ] 1962/3056 64% [======================================= ] 1963/3056 64% [======================================= ] 1964/3056 64% [======================================= ] 1965/3056 64% [======================================= ] 1966/3056 64% [======================================= ] 1967/3056 64% [======================================= ] 1968/3056 64% [======================================= ] 1969/3056 64% [======================================= ] 1970/3056 64% [======================================= ] 1971/3056 64% [======================================== ] 1972/3056 64% [======================================== ] 1973/3056 64% [======================================== ] 1974/3056 64% [======================================== ] 1975/3056 64% [======================================== ] 1976/3056 64% [======================================== ] 1977/3056 64% [======================================== ] 1978/3056 64% [======================================== ] 1979/3056 64% [======================================== ] 1980/3056 64% [======================================== ] 1981/3056 64% [======================================== ] 1982/3056 64% [======================================== ] 1983/3056 64% [======================================== ] 1984/3056 64% [======================================== ] 1985/3056 64% [======================================== ] 1986/3056 64% [======================================== ] 1987/3056 65% [======================================== ] 1988/3056 65% [======================================== ] 1989/3056 65% [======================================== ] 1990/3056 65% [======================================== ] 1991/3056 65% [======================================== ] 1992/3056 65% [======================================== ] 1993/3056 65% [======================================== ] 1994/3056 65% [======================================== ] 1995/3056 65% [======================================== ] 1996/3056 65% [======================================== ] 1997/3056 65% [======================================== ] 1998/3056 65% [======================================== ] 1999/3056 65% [======================================== ] 2000/3056 65% [======================================== ] 2001/3056 65% [======================================== ] 2002/3056 65% [======================================== ] 2003/3056 65% [======================================== ] 2004/3056 65% [======================================== ] 2005/3056 65% [======================================== ] 2006/3056 65% [======================================== ] 2007/3056 65% [======================================== ] 2008/3056 65% [======================================== ] 2009/3056 65% [======================================== ] 2010/3056 65% [======================================== ] 2011/3056 65% [======================================== ] 2012/3056 65% [======================================== ] 2013/3056 65% [======================================== ] 2014/3056 65% [======================================== ] 2015/3056 65% [======================================== ] 2016/3056 65% [======================================== ] 2017/3056 66% [======================================== ] 2018/3056 66% [======================================== ] 2019/3056 66% [======================================== ] 2020/3056 66% [========================================= ] 2021/3056 66% [========================================= ] 2022/3056 66% [========================================= ] 2023/3056 66% [========================================= ] 2024/3056 66% [========================================= ] 2025/3056 66% [========================================= ] 2026/3056 66% [========================================= ] 2027/3056 66% [========================================= ] 2028/3056 66% [========================================= ] 2029/3056 66% [========================================= ] 2030/3056 66% [========================================= ] 2031/3056 66% [========================================= ] 2032/3056 66% [========================================= ] 2033/3056 66% [========================================= ] 2034/3056 66% [========================================= ] 2035/3056 66% [========================================= ] 2036/3056 66% [========================================= ] 2037/3056 66% [========================================= ] 2038/3056 66% [========================================= ] 2039/3056 66% [========================================= ] 2040/3056 66% [========================================= ] 2041/3056 66% [========================================= ] 2042/3056 66% [========================================= ] 2043/3056 66% [========================================= ] 2044/3056 66% [========================================= ] 2045/3056 66% [========================================= ] 2046/3056 66% [========================================= ] 2047/3056 66% [========================================= ] 2048/3056 67% [========================================= ] 2049/3056 67% [========================================= ] 2050/3056 67% [========================================= ] 2051/3056 67% [========================================= ] 2052/3056 67% [========================================= ] 2053/3056 67% [========================================= ] 2054/3056 67% [========================================= ] 2055/3056 67% [========================================= ] 2056/3056 67% [========================================= ] 2057/3056 67% [========================================= ] 2058/3056 67% [========================================= ] 2059/3056 67% [========================================= ] 2060/3056 67% [========================================= ] 2061/3056 67% [========================================= ] 2062/3056 67% [========================================= ] 2063/3056 67% [========================================= ] 2064/3056 67% [========================================= ] 2065/3056 67% [========================================= ] 2066/3056 67% [========================================= ] 2067/3056 67% [========================================= ] 2068/3056 67% [========================================= ] 2069/3056 67% [========================================= ] 2070/3056 67% [========================================== ] 2071/3056 67% [========================================== ] 2072/3056 67% [========================================== ] 2073/3056 67% [========================================== ] 2074/3056 67% [========================================== ] 2075/3056 67% [========================================== ] 2076/3056 67% [========================================== ] 2077/3056 67% [========================================== ] 2078/3056 67% [========================================== ] 2079/3056 68% [========================================== ] 2080/3056 68% [========================================== ] 2081/3056 68% [========================================== ] 2082/3056 68% [========================================== ] 2083/3056 68% [========================================== ] 2084/3056 68% [========================================== ] 2085/3056 68% [========================================== ] 2086/3056 68% [========================================== ] 2087/3056 68% [========================================== ] 2088/3056 68% [========================================== ] 2089/3056 68% [========================================== ] 2090/3056 68% [========================================== ] 2091/3056 68% [========================================== ] 2092/3056 68% [========================================== ] 2093/3056 68% [========================================== ] 2094/3056 68% [========================================== ] 2095/3056 68% [========================================== ] 2096/3056 68% [========================================== ] 2097/3056 68% [========================================== ] 2098/3056 68% [========================================== ] 2099/3056 68% [========================================== ] 2100/3056 68% [========================================== ] 2101/3056 68% [========================================== ] 2102/3056 68% [========================================== ] 2103/3056 68% [========================================== ] 2104/3056 68% [========================================== ] 2105/3056 68% [========================================== ] 2106/3056 68% [========================================== ] 2107/3056 68% [========================================== ] 2108/3056 68% [========================================== ] 2109/3056 69% [========================================== ] 2110/3056 69% [========================================== ] 2111/3056 69% [========================================== ] 2112/3056 69% [========================================== ] 2113/3056 69% [========================================== ] 2114/3056 69% [========================================== ] 2115/3056 69% [========================================== ] 2116/3056 69% [========================================== ] 2117/3056 69% [========================================== ] 2118/3056 69% [========================================== ] 2119/3056 69% [=========================================== ] 2120/3056 69% [=========================================== ] 2121/3056 69% [=========================================== ] 2122/3056 69% [=========================================== ] 2123/3056 69% [=========================================== ] 2124/3056 69% [=========================================== ] 2125/3056 69% [=========================================== ] 2126/3056 69% [=========================================== ] 2127/3056 69% [=========================================== ] 2128/3056 69% [=========================================== ] 2129/3056 69% [=========================================== ] 2130/3056 69% [=========================================== ] 2131/3056 69% [=========================================== ] 2132/3056 69% [=========================================== ] 2133/3056 69% [=========================================== ] 2134/3056 69% [=========================================== ] 2135/3056 69% [=========================================== ] 2136/3056 69% [=========================================== ] 2137/3056 69% [=========================================== ] 2138/3056 69% [=========================================== ] 2139/3056 69% [=========================================== ] 2140/3056 70% [=========================================== ] 2141/3056 70% [=========================================== ] 2142/3056 70% [=========================================== ] 2143/3056 70% [=========================================== ] 2144/3056 70% [=========================================== ] 2145/3056 70% [=========================================== ] 2146/3056 70% [=========================================== ] 2147/3056 70% [=========================================== ] 2148/3056 70% [=========================================== ] 2149/3056 70% [=========================================== ] 2150/3056 70% [=========================================== ] 2151/3056 70% [=========================================== ] 2152/3056 70% [=========================================== ] 2153/3056 70% [=========================================== ] 2154/3056 70% [=========================================== ] 2155/3056 70% [=========================================== ] 2156/3056 70% [=========================================== ] 2157/3056 70% [=========================================== ] 2158/3056 70% [=========================================== ] 2159/3056 70% [=========================================== ] 2160/3056 70% [=========================================== ] 2161/3056 70% [=========================================== ] 2162/3056 70% [=========================================== ] 2163/3056 70% [=========================================== ] 2164/3056 70% [=========================================== ] 2165/3056 70% [=========================================== ] 2166/3056 70% [=========================================== ] 2167/3056 70% [=========================================== ] 2168/3056 70% [============================================ ] 2169/3056 70% [============================================ ] 2170/3056 71% [============================================ ] 2171/3056 71% [============================================ ] 2172/3056 71% [============================================ ] 2173/3056 71% [============================================ ] 2174/3056 71% [============================================ ] 2175/3056 71% [============================================ ] 2176/3056 71% [============================================ ] 2177/3056 71% [============================================ ] 2178/3056 71% [============================================ ] 2179/3056 71% [============================================ ] 2180/3056 71% [============================================ ] 2181/3056 71% [============================================ ] 2182/3056 71% [============================================ ] 2183/3056 71% [============================================ ] 2184/3056 71% [============================================ ] 2185/3056 71% [============================================ ] 2186/3056 71% [============================================ ] 2187/3056 71% [============================================ ] 2188/3056 71% [============================================ ] 2189/3056 71% [============================================ ] 2190/3056 71% [============================================ ] 2191/3056 71% [============================================ ] 2192/3056 71% [============================================ ] 2193/3056 71% [============================================ ] 2194/3056 71% [============================================ ] 2195/3056 71% [============================================ ] 2196/3056 71% [============================================ ] 2197/3056 71% [============================================ ] 2198/3056 71% [============================================ ] 2199/3056 71% [============================================ ] 2200/3056 71% [============================================ ] 2201/3056 72% [============================================ ] 2202/3056 72% [============================================ ] 2203/3056 72% [============================================ ] 2204/3056 72% [============================================ ] 2205/3056 72% [============================================ ] 2206/3056 72% [============================================ ] 2207/3056 72% [============================================ ] 2208/3056 72% [============================================ ] 2209/3056 72% [============================================ ] 2210/3056 72% [============================================ ] 2211/3056 72% [============================================ ] 2212/3056 72% [============================================ ] 2213/3056 72% [============================================ ] 2214/3056 72% [============================================ ] 2215/3056 72% [============================================ ] 2216/3056 72% [============================================ ] 2217/3056 72% [============================================ ] 2218/3056 72% [============================================= ] 2219/3056 72% [============================================= ] 2220/3056 72% [============================================= ] 2221/3056 72% [============================================= ] 2222/3056 72% [============================================= ] 2223/3056 72% [============================================= ] 2224/3056 72% [============================================= ] 2225/3056 72% [============================================= ] 2226/3056 72% [============================================= ] 2227/3056 72% [============================================= ] 2228/3056 72% [============================================= ] 2229/3056 72% [============================================= ] 2230/3056 72% [============================================= ] 2231/3056 73% [============================================= ] 2232/3056 73% [============================================= ] 2233/3056 73% [============================================= ] 2234/3056 73% [============================================= ] 2235/3056 73% [============================================= ] 2236/3056 73% [============================================= ] 2237/3056 73% [============================================= ] 2238/3056 73% [============================================= ] 2239/3056 73% [============================================= ] 2240/3056 73% [============================================= ] 2241/3056 73% [============================================= ] 2242/3056 73% [============================================= ] 2243/3056 73% [============================================= ] 2244/3056 73% [============================================= ] 2245/3056 73% [============================================= ] 2246/3056 73% [============================================= ] 2247/3056 73% [============================================= ] 2248/3056 73% [============================================= ] 2249/3056 73% [============================================= ] 2250/3056 73% [============================================= ] 2251/3056 73% [============================================= ] 2252/3056 73% [============================================= ] 2253/3056 73% [============================================= ] 2254/3056 73% [============================================= ] 2255/3056 73% [============================================= ] 2256/3056 73% [============================================= ] 2257/3056 73% [============================================= ] 2258/3056 73% [============================================= ] 2259/3056 73% [============================================= ] 2260/3056 73% [============================================= ] 2261/3056 73% [============================================= ] 2262/3056 74% [============================================= ] 2263/3056 74% [============================================= ] 2264/3056 74% [============================================= ] 2265/3056 74% [============================================= ] 2266/3056 74% [============================================= ] 2267/3056 74% [============================================== ] 2268/3056 74% [============================================== ] 2269/3056 74% [============================================== ] 2270/3056 74% [============================================== ] 2271/3056 74% [============================================== ] 2272/3056 74% [============================================== ] 2273/3056 74% [============================================== ] 2274/3056 74% [============================================== ] 2275/3056 74% [============================================== ] 2276/3056 74% [============================================== ] 2277/3056 74% [============================================== ] 2278/3056 74% [============================================== ] 2279/3056 74% [============================================== ] 2280/3056 74% [============================================== ] 2281/3056 74% [============================================== ] 2282/3056 74% [============================================== ] 2283/3056 74% [============================================== ] 2284/3056 74% [============================================== ] 2285/3056 74% [============================================== ] 2286/3056 74% [============================================== ] 2287/3056 74% [============================================== ] 2288/3056 74% [============================================== ] 2289/3056 74% [============================================== ] 2290/3056 74% [============================================== ] 2291/3056 74% [============================================== ] 2292/3056 75% [============================================== ] 2293/3056 75% [============================================== ] 2294/3056 75% [============================================== ] 2295/3056 75% [============================================== ] 2296/3056 75% [============================================== ] 2297/3056 75% [============================================== ] 2298/3056 75% [============================================== ] 2299/3056 75% [============================================== ] 2300/3056 75% [============================================== ] 2301/3056 75% [============================================== ] 2302/3056 75% [============================================== ] 2303/3056 75% [============================================== ] 2304/3056 75% [============================================== ] 2305/3056 75% [============================================== ] 2306/3056 75% [============================================== ] 2307/3056 75% [============================================== ] 2308/3056 75% [============================================== ] 2309/3056 75% [============================================== ] 2310/3056 75% [============================================== ] 2311/3056 75% [============================================== ] 2312/3056 75% [============================================== ] 2313/3056 75% [============================================== ] 2314/3056 75% [============================================== ] 2315/3056 75% [============================================== ] 2316/3056 75% [=============================================== ] 2317/3056 75% [=============================================== ] 2318/3056 75% [=============================================== ] 2319/3056 75% [=============================================== ] 2320/3056 75% [=============================================== ] 2321/3056 75% [=============================================== ] 2322/3056 75% [=============================================== ] 2323/3056 76% [=============================================== ] 2324/3056 76% [=============================================== ] 2325/3056 76% [=============================================== ] 2326/3056 76% [=============================================== ] 2327/3056 76% [=============================================== ] 2328/3056 76% [=============================================== ] 2329/3056 76% [=============================================== ] 2330/3056 76% [=============================================== ] 2331/3056 76% [=============================================== ] 2332/3056 76% [=============================================== ] 2333/3056 76% [=============================================== ] 2334/3056 76% [=============================================== ] 2335/3056 76% [=============================================== ] 2336/3056 76% [=============================================== ] 2337/3056 76% [=============================================== ] 2338/3056 76% [=============================================== ] 2339/3056 76% [=============================================== ] 2340/3056 76% [=============================================== ] 2341/3056 76% [=============================================== ] 2342/3056 76% [=============================================== ] 2343/3056 76% [=============================================== ] 2344/3056 76% [=============================================== ] 2345/3056 76% [=============================================== ] 2346/3056 76% [=============================================== ] 2347/3056 76% [=============================================== ] 2348/3056 76% [=============================================== ] 2349/3056 76% [=============================================== ] 2350/3056 76% [=============================================== ] 2351/3056 76% [=============================================== ] 2352/3056 76% [=============================================== ] 2353/3056 76% [=============================================== ] 2354/3056 77% [=============================================== ] 2355/3056 77% [=============================================== ] 2356/3056 77% [=============================================== ] 2357/3056 77% [=============================================== ] 2358/3056 77% [=============================================== ] 2359/3056 77% [=============================================== ] 2360/3056 77% [=============================================== ] 2361/3056 77% [=============================================== ] 2362/3056 77% [=============================================== ] 2363/3056 77% [=============================================== ] 2364/3056 77% [=============================================== ] 2365/3056 77% [================================================ ] 2366/3056 77% [================================================ ] 2367/3056 77% [================================================ ] 2368/3056 77% [================================================ ] 2369/3056 77% [================================================ ] 2370/3056 77% [================================================ ] 2371/3056 77% [================================================ ] 2372/3056 77% [================================================ ] 2373/3056 77% [================================================ ] 2374/3056 77% [================================================ ] 2375/3056 77% [================================================ ] 2376/3056 77% [================================================ ] 2377/3056 77% [================================================ ] 2378/3056 77% [================================================ ] 2379/3056 77% [================================================ ] 2380/3056 77% [================================================ ] 2381/3056 77% [================================================ ] 2382/3056 77% [================================================ ] 2383/3056 77% [================================================ ] 2384/3056 78% [================================================ ] 2385/3056 78% [================================================ ] 2386/3056 78% [================================================ ] 2387/3056 78% [================================================ ] 2388/3056 78% [================================================ ] 2389/3056 78% [================================================ ] 2390/3056 78% [================================================ ] 2391/3056 78% [================================================ ] 2392/3056 78% [================================================ ] 2393/3056 78% [================================================ ] 2394/3056 78% [================================================ ] 2395/3056 78% [================================================ ] 2396/3056 78% [================================================ ] 2397/3056 78% [================================================ ] 2398/3056 78% [================================================ ] 2399/3056 78% [================================================ ] 2400/3056 78% [================================================ ] 2401/3056 78% [================================================ ] 2402/3056 78% [================================================ ] 2403/3056 78% [================================================ ] 2404/3056 78% [================================================ ] 2405/3056 78% [================================================ ] 2406/3056 78% [================================================ ] 2407/3056 78% [================================================ ] 2408/3056 78% [================================================ ] 2409/3056 78% [================================================ ] 2410/3056 78% [================================================ ] 2411/3056 78% [================================================ ] 2412/3056 78% [================================================ ] 2413/3056 78% [================================================ ] 2414/3056 78% [================================================ ] 2415/3056 79% [================================================= ] 2416/3056 79% [================================================= ] 2417/3056 79% [================================================= ] 2418/3056 79% [================================================= ] 2419/3056 79% [================================================= ] 2420/3056 79% [================================================= ] 2421/3056 79% [================================================= ] 2422/3056 79% [================================================= ] 2423/3056 79% [================================================= ] 2424/3056 79% [================================================= ] 2425/3056 79% [================================================= ] 2426/3056 79% [================================================= ] 2427/3056 79% [================================================= ] 2428/3056 79% [================================================= ] 2429/3056 79% [================================================= ] 2430/3056 79% [================================================= ] 2431/3056 79% [================================================= ] 2432/3056 79% [================================================= ] 2433/3056 79% [================================================= ] 2434/3056 79% [================================================= ] 2435/3056 79% [================================================= ] 2436/3056 79% [================================================= ] 2437/3056 79% [================================================= ] 2438/3056 79% [================================================= ] 2439/3056 79% [================================================= ] 2440/3056 79% [================================================= ] 2441/3056 79% [================================================= ] 2442/3056 79% [================================================= ] 2443/3056 79% [================================================= ] 2444/3056 79% [================================================= ] 2445/3056 80% [================================================= ] 2446/3056 80% [================================================= ] 2447/3056 80% [================================================= ] 2448/3056 80% [================================================= ] 2449/3056 80% [================================================= ] 2450/3056 80% [================================================= ] 2451/3056 80% [================================================= ] 2452/3056 80% [================================================= ] 2453/3056 80% [================================================= ] 2454/3056 80% [================================================= ] 2455/3056 80% [================================================= ] 2456/3056 80% [================================================= ] 2457/3056 80% [================================================= ] 2458/3056 80% [================================================= ] 2459/3056 80% [================================================= ] 2460/3056 80% [================================================= ] 2461/3056 80% [================================================= ] 2462/3056 80% [================================================= ] 2463/3056 80% [================================================= ] 2464/3056 80% [================================================== ] 2465/3056 80% [================================================== ] 2466/3056 80% [================================================== ] 2467/3056 80% [================================================== ] 2468/3056 80% [================================================== ] 2469/3056 80% [================================================== ] 2470/3056 80% [================================================== ] 2471/3056 80% [================================================== ] 2472/3056 80% [================================================== ] 2473/3056 80% [================================================== ] 2474/3056 80% [================================================== ] 2475/3056 80% [================================================== ] 2476/3056 81% [================================================== ] 2477/3056 81% [================================================== ] 2478/3056 81% [================================================== ] 2479/3056 81% [================================================== ] 2480/3056 81% [================================================== ] 2481/3056 81% [================================================== ] 2482/3056 81% [================================================== ] 2483/3056 81% [================================================== ] 2484/3056 81% [================================================== ] 2485/3056 81% [================================================== ] 2486/3056 81% [================================================== ] 2487/3056 81% [================================================== ] 2488/3056 81% [================================================== ] 2489/3056 81% [================================================== ] 2490/3056 81% [================================================== ] 2491/3056 81% [================================================== ] 2492/3056 81% [================================================== ] 2493/3056 81% [================================================== ] 2494/3056 81% [================================================== ] 2495/3056 81% [================================================== ] 2496/3056 81% [================================================== ] 2497/3056 81% [================================================== ] 2498/3056 81% [================================================== ] 2499/3056 81% [================================================== ] 2500/3056 81% [================================================== ] 2501/3056 81% [================================================== ] 2502/3056 81% [================================================== ] 2503/3056 81% [================================================== ] 2504/3056 81% [================================================== ] 2505/3056 81% [================================================== ] 2506/3056 82% [================================================== ] 2507/3056 82% [================================================== ] 2508/3056 82% [================================================== ] 2509/3056 82% [================================================== ] 2510/3056 82% [================================================== ] 2511/3056 82% [================================================== ] 2512/3056 82% [================================================== ] 2513/3056 82% [=================================================== ] 2514/3056 82% [=================================================== ] 2515/3056 82% [=================================================== ] 2516/3056 82% [=================================================== ] 2517/3056 82% [=================================================== ] 2518/3056 82% [=================================================== ] 2519/3056 82% [=================================================== ] 2520/3056 82% [=================================================== ] 2521/3056 82% [=================================================== ] 2522/3056 82% [=================================================== ] 2523/3056 82% [=================================================== ] 2524/3056 82% [=================================================== ] 2525/3056 82% [=================================================== ] 2526/3056 82% [=================================================== ] 2527/3056 82% [=================================================== ] 2528/3056 82% [=================================================== ] 2529/3056 82% [=================================================== ] 2530/3056 82% [=================================================== ] 2531/3056 82% [=================================================== ] 2532/3056 82% [=================================================== ] 2533/3056 82% [=================================================== ] 2534/3056 82% [=================================================== ] 2535/3056 82% [=================================================== ] 2536/3056 82% [=================================================== ] 2537/3056 83% [=================================================== ] 2538/3056 83% [=================================================== ] 2539/3056 83% [=================================================== ] 2540/3056 83% [=================================================== ] 2541/3056 83% [=================================================== ] 2542/3056 83% [=================================================== ] 2543/3056 83% [=================================================== ] 2544/3056 83% [=================================================== ] 2545/3056 83% [=================================================== ] 2546/3056 83% [=================================================== ] 2547/3056 83% [=================================================== ] 2548/3056 83% [=================================================== ] 2549/3056 83% [=================================================== ] 2550/3056 83% [=================================================== ] 2551/3056 83% [=================================================== ] 2552/3056 83% [=================================================== ] 2553/3056 83% [=================================================== ] 2554/3056 83% [=================================================== ] 2555/3056 83% [=================================================== ] 2556/3056 83% [=================================================== ] 2557/3056 83% [=================================================== ] 2558/3056 83% [=================================================== ] 2559/3056 83% [=================================================== ] 2560/3056 83% [=================================================== ] 2561/3056 83% [=================================================== ] 2562/3056 83% [=================================================== ] 2563/3056 83% [==================================================== ] 2564/3056 83% [==================================================== ] 2565/3056 83% [==================================================== ] 2566/3056 83% [==================================================== ] 2567/3056 83% [==================================================== ] 2568/3056 84% [==================================================== ] 2569/3056 84% [==================================================== ] 2570/3056 84% [==================================================== ] 2571/3056 84% [==================================================== ] 2572/3056 84% [==================================================== ] 2573/3056 84% [==================================================== ] 2574/3056 84% [==================================================== ] 2575/3056 84% [==================================================== ] 2576/3056 84% [==================================================== ] 2577/3056 84% [==================================================== ] 2578/3056 84% [==================================================== ] 2579/3056 84% [==================================================== ] 2580/3056 84% [==================================================== ] 2581/3056 84% [==================================================== ] 2582/3056 84% [==================================================== ] 2583/3056 84% [==================================================== ] 2584/3056 84% [==================================================== ] 2585/3056 84% [==================================================== ] 2586/3056 84% [==================================================== ] 2587/3056 84% [==================================================== ] 2588/3056 84% [==================================================== ] 2589/3056 84% [==================================================== ] 2590/3056 84% [==================================================== ] 2591/3056 84% [==================================================== ] 2592/3056 84% [==================================================== ] 2593/3056 84% [==================================================== ] 2594/3056 84% [==================================================== ] 2595/3056 84% [==================================================== ] 2596/3056 84% [==================================================== ] 2597/3056 84% [==================================================== ] 2598/3056 85% [==================================================== ] 2599/3056 85% [==================================================== ] 2600/3056 85% [==================================================== ] 2601/3056 85% [==================================================== ] 2602/3056 85% [==================================================== ] 2603/3056 85% [==================================================== ] 2604/3056 85% [==================================================== ] 2605/3056 85% [==================================================== ] 2606/3056 85% [==================================================== ] 2607/3056 85% [==================================================== ] 2608/3056 85% [==================================================== ] 2609/3056 85% [==================================================== ] 2610/3056 85% [==================================================== ] 2611/3056 85% [==================================================== ] 2612/3056 85% [===================================================== ] 2613/3056 85% [===================================================== ] 2614/3056 85% [===================================================== ] 2615/3056 85% [===================================================== ] 2616/3056 85% [===================================================== ] 2617/3056 85% [===================================================== ] 2618/3056 85% [===================================================== ] 2619/3056 85% [===================================================== ] 2620/3056 85% [===================================================== ] 2621/3056 85% [===================================================== ] 2622/3056 85% [===================================================== ] 2623/3056 85% [===================================================== ] 2624/3056 85% [===================================================== ] 2625/3056 85% [===================================================== ] 2626/3056 85% [===================================================== ] 2627/3056 85% [===================================================== ] 2628/3056 85% [===================================================== ] 2629/3056 86% [===================================================== ] 2630/3056 86% [===================================================== ] 2631/3056 86% [===================================================== ] 2632/3056 86% [===================================================== ] 2633/3056 86% [===================================================== ] 2634/3056 86% [===================================================== ] 2635/3056 86% [===================================================== ] 2636/3056 86% [===================================================== ] 2637/3056 86% [===================================================== ] 2638/3056 86% [===================================================== ] 2639/3056 86% [===================================================== ] 2640/3056 86% [===================================================== ] 2641/3056 86% [===================================================== ] 2642/3056 86% [===================================================== ] 2643/3056 86% [===================================================== ] 2644/3056 86% [===================================================== ] 2645/3056 86% [===================================================== ] 2646/3056 86% [===================================================== ] 2647/3056 86% [===================================================== ] 2648/3056 86% [===================================================== ] 2649/3056 86% [===================================================== ] 2650/3056 86% [===================================================== ] 2651/3056 86% [===================================================== ] 2652/3056 86% [===================================================== ] 2653/3056 86% [===================================================== ] 2654/3056 86% [===================================================== ] 2655/3056 86% [===================================================== ] 2656/3056 86% [===================================================== ] 2657/3056 86% [===================================================== ] 2658/3056 86% [===================================================== ] 2659/3056 87% [===================================================== ] 2660/3056 87% [===================================================== ] 2661/3056 87% [====================================================== ] 2662/3056 87% [====================================================== ] 2663/3056 87% [====================================================== ] 2664/3056 87% [====================================================== ] 2665/3056 87% [====================================================== ] 2666/3056 87% [====================================================== ] 2667/3056 87% [====================================================== ] 2668/3056 87% [====================================================== ] 2669/3056 87% [====================================================== ] 2670/3056 87% [====================================================== ] 2671/3056 87% [====================================================== ] 2672/3056 87% [====================================================== ] 2673/3056 87% [====================================================== ] 2674/3056 87% [====================================================== ] 2675/3056 87% [====================================================== ] 2676/3056 87% [====================================================== ] 2677/3056 87% [====================================================== ] 2678/3056 87% [====================================================== ] 2679/3056 87% [====================================================== ] 2680/3056 87% [====================================================== ] 2681/3056 87% [====================================================== ] 2682/3056 87% [====================================================== ] 2683/3056 87% [====================================================== ] 2684/3056 87% [====================================================== ] 2685/3056 87% [====================================================== ] 2686/3056 87% [====================================================== ] 2687/3056 87% [====================================================== ] 2688/3056 87% [====================================================== ] 2689/3056 87% [====================================================== ] 2690/3056 88% [====================================================== ] 2691/3056 88% [====================================================== ] 2692/3056 88% [====================================================== ] 2693/3056 88% [====================================================== ] 2694/3056 88% [====================================================== ] 2695/3056 88% [====================================================== ] 2696/3056 88% [====================================================== ] 2697/3056 88% [====================================================== ] 2698/3056 88% [====================================================== ] 2699/3056 88% [====================================================== ] 2700/3056 88% [====================================================== ] 2701/3056 88% [====================================================== ] 2702/3056 88% [====================================================== ] 2703/3056 88% [====================================================== ] 2704/3056 88% [====================================================== ] 2705/3056 88% [====================================================== ] 2706/3056 88% [====================================================== ] 2707/3056 88% [====================================================== ] 2708/3056 88% [====================================================== ] 2709/3056 88% [====================================================== ] 2710/3056 88% [======================================================= ] 2711/3056 88% [======================================================= ] 2712/3056 88% [======================================================= ] 2713/3056 88% [======================================================= ] 2714/3056 88% [======================================================= ] 2715/3056 88% [======================================================= ] 2716/3056 88% [======================================================= ] 2717/3056 88% [======================================================= ] 2718/3056 88% [======================================================= ] 2719/3056 88% [======================================================= ] 2720/3056 89% [======================================================= ] 2721/3056 89% [======================================================= ] 2722/3056 89% [======================================================= ] 2723/3056 89% [======================================================= ] 2724/3056 89% [======================================================= ] 2725/3056 89% [======================================================= ] 2726/3056 89% [======================================================= ] 2727/3056 89% [======================================================= ] 2728/3056 89% [======================================================= ] 2729/3056 89% [======================================================= ] 2730/3056 89% [======================================================= ] 2731/3056 89% [======================================================= ] 2732/3056 89% [======================================================= ] 2733/3056 89% [======================================================= ] 2734/3056 89% [======================================================= ] 2735/3056 89% [======================================================= ] 2736/3056 89% [======================================================= ] 2737/3056 89% [======================================================= ] 2738/3056 89% [======================================================= ] 2739/3056 89% [======================================================= ] 2740/3056 89% [======================================================= ] 2741/3056 89% [======================================================= ] 2742/3056 89% [======================================================= ] 2743/3056 89% [======================================================= ] 2744/3056 89% [======================================================= ] 2745/3056 89% [======================================================= ] 2746/3056 89% [======================================================= ] 2747/3056 89% [======================================================= ] 2748/3056 89% [======================================================= ] 2749/3056 89% [======================================================= ] 2750/3056 89% [======================================================= ] 2751/3056 90% [======================================================= ] 2752/3056 90% [======================================================= ] 2753/3056 90% [======================================================= ] 2754/3056 90% [======================================================= ] 2755/3056 90% [======================================================= ] 2756/3056 90% [======================================================= ] 2757/3056 90% [======================================================= ] 2758/3056 90% [======================================================= ] 2759/3056 90% [======================================================= ] 2760/3056 90% [======================================================== ] 2761/3056 90% [======================================================== ] 2762/3056 90% [======================================================== ] 2763/3056 90% [======================================================== ] 2764/3056 90% [======================================================== ] 2765/3056 90% [======================================================== ] 2766/3056 90% [======================================================== ] 2767/3056 90% [======================================================== ] 2768/3056 90% [======================================================== ] 2769/3056 90% [======================================================== ] 2770/3056 90% [======================================================== ] 2771/3056 90% [======================================================== ] 2772/3056 90% [======================================================== ] 2773/3056 90% [======================================================== ] 2774/3056 90% [======================================================== ] 2775/3056 90% [======================================================== ] 2776/3056 90% [======================================================== ] 2777/3056 90% [======================================================== ] 2778/3056 90% [======================================================== ] 2779/3056 90% [======================================================== ] 2780/3056 90% [======================================================== ] 2781/3056 91% [======================================================== ] 2782/3056 91% [======================================================== ] 2783/3056 91% [======================================================== ] 2784/3056 91% [======================================================== ] 2785/3056 91% [======================================================== ] 2786/3056 91% [======================================================== ] 2787/3056 91% [======================================================== ] 2788/3056 91% [======================================================== ] 2789/3056 91% [======================================================== ] 2790/3056 91% [======================================================== ] 2791/3056 91% [======================================================== ] 2792/3056 91% [======================================================== ] 2793/3056 91% [======================================================== ] 2794/3056 91% [======================================================== ] 2795/3056 91% [======================================================== ] 2796/3056 91% [======================================================== ] 2797/3056 91% [======================================================== ] 2798/3056 91% [======================================================== ] 2799/3056 91% [======================================================== ] 2800/3056 91% [======================================================== ] 2801/3056 91% [======================================================== ] 2802/3056 91% [======================================================== ] 2803/3056 91% [======================================================== ] 2804/3056 91% [======================================================== ] 2805/3056 91% [======================================================== ] 2806/3056 91% [======================================================== ] 2807/3056 91% [======================================================== ] 2808/3056 91% [======================================================== ] 2809/3056 91% [========================================================= ] 2810/3056 91% [========================================================= ] 2811/3056 91% [========================================================= ] 2812/3056 92% [========================================================= ] 2813/3056 92% [========================================================= ] 2814/3056 92% [========================================================= ] 2815/3056 92% [========================================================= ] 2816/3056 92% [========================================================= ] 2817/3056 92% [========================================================= ] 2818/3056 92% [========================================================= ] 2819/3056 92% [========================================================= ] 2820/3056 92% [========================================================= ] 2821/3056 92% [========================================================= ] 2822/3056 92% [========================================================= ] 2823/3056 92% [========================================================= ] 2824/3056 92% [========================================================= ] 2825/3056 92% [========================================================= ] 2826/3056 92% [========================================================= ] 2827/3056 92% [========================================================= ] 2828/3056 92% [========================================================= ] 2829/3056 92% [========================================================= ] 2830/3056 92% [========================================================= ] 2831/3056 92% [========================================================= ] 2832/3056 92% [========================================================= ] 2833/3056 92% [========================================================= ] 2834/3056 92% [========================================================= ] 2835/3056 92% [========================================================= ] 2836/3056 92% [========================================================= ] 2837/3056 92% [========================================================= ] 2838/3056 92% [========================================================= ] 2839/3056 92% [========================================================= ] 2840/3056 92% [========================================================= ] 2841/3056 92% [========================================================= ] 2842/3056 92% [========================================================= ] 2843/3056 93% [========================================================= ] 2844/3056 93% [========================================================= ] 2845/3056 93% [========================================================= ] 2846/3056 93% [========================================================= ] 2847/3056 93% [========================================================= ] 2848/3056 93% [========================================================= ] 2849/3056 93% [========================================================= ] 2850/3056 93% [========================================================= ] 2851/3056 93% [========================================================= ] 2852/3056 93% [========================================================= ] 2853/3056 93% [========================================================= ] 2854/3056 93% [========================================================= ] 2855/3056 93% [========================================================= ] 2856/3056 93% [========================================================= ] 2857/3056 93% [========================================================= ] 2858/3056 93% [========================================================== ] 2859/3056 93% [========================================================== ] 2860/3056 93% [========================================================== ] 2861/3056 93% [========================================================== ] 2862/3056 93% [========================================================== ] 2863/3056 93% [========================================================== ] 2864/3056 93% [========================================================== ] 2865/3056 93% [========================================================== ] 2866/3056 93% [========================================================== ] 2867/3056 93% [========================================================== ] 2868/3056 93% [========================================================== ] 2869/3056 93% [========================================================== ] 2870/3056 93% [========================================================== ] 2871/3056 93% [========================================================== ] 2872/3056 93% [========================================================== ] 2873/3056 94% [========================================================== ] 2874/3056 94% [========================================================== ] 2875/3056 94% [========================================================== ] 2876/3056 94% [========================================================== ] 2877/3056 94% [========================================================== ] 2878/3056 94% [========================================================== ] 2879/3056 94% [========================================================== ] 2880/3056 94% [========================================================== ] 2881/3056 94% [========================================================== ] 2882/3056 94% [========================================================== ] 2883/3056 94% [========================================================== ] 2884/3056 94% [========================================================== ] 2885/3056 94% [========================================================== ] 2886/3056 94% [========================================================== ] 2887/3056 94% [========================================================== ] 2888/3056 94% [========================================================== ] 2889/3056 94% [========================================================== ] 2890/3056 94% [========================================================== ] 2891/3056 94% [========================================================== ] 2892/3056 94% [========================================================== ] 2893/3056 94% [========================================================== ] 2894/3056 94% [========================================================== ] 2895/3056 94% [========================================================== ] 2896/3056 94% [========================================================== ] 2897/3056 94% [========================================================== ] 2898/3056 94% [========================================================== ] 2899/3056 94% [========================================================== ] 2900/3056 94% [========================================================== ] 2901/3056 94% [========================================================== ] 2902/3056 94% [========================================================== ] 2903/3056 94% [========================================================== ] 2904/3056 95% [========================================================== ] 2905/3056 95% [========================================================== ] 2906/3056 95% [========================================================== ] 2907/3056 95% [========================================================== ] 2908/3056 95% [=========================================================== ] 2909/3056 95% [=========================================================== ] 2910/3056 95% [=========================================================== ] 2911/3056 95% [=========================================================== ] 2912/3056 95% [=========================================================== ] 2913/3056 95% [=========================================================== ] 2914/3056 95% [=========================================================== ] 2915/3056 95% [=========================================================== ] 2916/3056 95% [=========================================================== ] 2917/3056 95% [=========================================================== ] 2918/3056 95% [=========================================================== ] 2919/3056 95% [=========================================================== ] 2920/3056 95% [=========================================================== ] 2921/3056 95% [=========================================================== ] 2922/3056 95% [=========================================================== ] 2923/3056 95% [=========================================================== ] 2924/3056 95% [=========================================================== ] 2925/3056 95% [=========================================================== ] 2926/3056 95% [=========================================================== ] 2927/3056 95% [=========================================================== ] 2928/3056 95% [=========================================================== ] 2929/3056 95% [=========================================================== ] 2930/3056 95% [=========================================================== ] 2931/3056 95% [=========================================================== ] 2932/3056 95% [=========================================================== ] 2933/3056 95% [=========================================================== ] 2934/3056 96% [=========================================================== ] 2935/3056 96% [=========================================================== ] 2936/3056 96% [=========================================================== ] 2937/3056 96% [=========================================================== ] 2938/3056 96% [=========================================================== ] 2939/3056 96% [=========================================================== ] 2940/3056 96% [=========================================================== ] 2941/3056 96% [=========================================================== ] 2942/3056 96% [=========================================================== ] 2943/3056 96% [=========================================================== ] 2944/3056 96% [=========================================================== ] 2945/3056 96% [=========================================================== ] 2946/3056 96% [=========================================================== ] 2947/3056 96% [=========================================================== ] 2948/3056 96% [=========================================================== ] 2949/3056 96% [=========================================================== ] 2950/3056 96% [=========================================================== ] 2951/3056 96% [=========================================================== ] 2952/3056 96% [=========================================================== ] 2953/3056 96% [=========================================================== ] 2954/3056 96% [=========================================================== ] 2955/3056 96% [=========================================================== ] 2956/3056 96% [=========================================================== ] 2957/3056 96% [============================================================ ] 2958/3056 96% [============================================================ ] 2959/3056 96% [============================================================ ] 2960/3056 96% [============================================================ ] 2961/3056 96% [============================================================ ] 2962/3056 96% [============================================================ ] 2963/3056 96% [============================================================ ] 2964/3056 96% [============================================================ ] 2965/3056 97% [============================================================ ] 2966/3056 97% [============================================================ ] 2967/3056 97% [============================================================ ] 2968/3056 97% [============================================================ ] 2969/3056 97% [============================================================ ] 2970/3056 97% [============================================================ ] 2971/3056 97% [============================================================ ] 2972/3056 97% [============================================================ ] 2973/3056 97% [============================================================ ] 2974/3056 97% [============================================================ ] 2975/3056 97% [============================================================ ] 2976/3056 97% [============================================================ ] 2977/3056 97% [============================================================ ] 2978/3056 97% [============================================================ ] 2979/3056 97% [============================================================ ] 2980/3056 97% [============================================================ ] 2981/3056 97% [============================================================ ] 2982/3056 97% [============================================================ ] 2983/3056 97% [============================================================ ] 2984/3056 97% [============================================================ ] 2985/3056 97% [============================================================ ] 2986/3056 97% [============================================================ ] 2987/3056 97% [============================================================ ] 2988/3056 97% [============================================================ ] 2989/3056 97% [============================================================ ] 2990/3056 97% [============================================================ ] 2991/3056 97% [============================================================ ] 2992/3056 97% [============================================================ ] 2993/3056 97% [============================================================ ] 2994/3056 97% [============================================================ ] 2995/3056 98% [============================================================ ] 2996/3056 98% [============================================================ ] 2997/3056 98% [============================================================ ] 2998/3056 98% [============================================================ ] 2999/3056 98% [============================================================ ] 3000/3056 98% [============================================================ ] 3001/3056 98% [============================================================ ] 3002/3056 98% [============================================================ ] 3003/3056 98% [============================================================ ] 3004/3056 98% [============================================================ ] 3005/3056 98% [============================================================ ] 3006/3056 98% [============================================================= ] 3007/3056 98% [============================================================= ] 3008/3056 98% [============================================================= ] 3009/3056 98% [============================================================= ] 3010/3056 98% [============================================================= ] 3011/3056 98% [============================================================= ] 3012/3056 98% [============================================================= ] 3013/3056 98% [============================================================= ] 3014/3056 98% [============================================================= ] 3015/3056 98% [============================================================= ] 3016/3056 98% [============================================================= ] 3017/3056 98% [============================================================= ] 3018/3056 98% [============================================================= ] 3019/3056 98% [============================================================= ] 3020/3056 98% [============================================================= ] 3021/3056 98% [============================================================= ] 3022/3056 98% [============================================================= ] 3023/3056 98% [============================================================= ] 3024/3056 98% [============================================================= ] 3025/3056 98% [============================================================= ] 3026/3056 99% [============================================================= ] 3027/3056 99% [============================================================= ] 3028/3056 99% [============================================================= ] 3029/3056 99% [============================================================= ] 3030/3056 99% [============================================================= ] 3031/3056 99% [============================================================= ] 3032/3056 99% [============================================================= ] 3033/3056 99% [============================================================= ] 3034/3056 99% [============================================================= ] 3035/3056 99% [============================================================= ] 3036/3056 99% [============================================================= ] 3037/3056 99% [============================================================= ] 3038/3056 99% [============================================================= ] 3039/3056 99% [============================================================= ] 3040/3056 99% [============================================================= ] 3041/3056 99% [============================================================= ] 3042/3056 99% [============================================================= ] 3043/3056 99% [============================================================= ] 3044/3056 99% [============================================================= ] 3045/3056 99% [============================================================= ] 3046/3056 99% [============================================================= ] 3047/3056 99% [============================================================= ] 3048/3056 99% [============================================================= ] 3049/3056 99% [============================================================= ] 3050/3056 99% [============================================================= ] 3051/3056 99% [============================================================= ] 3052/3056 99% [============================================================= ] 3053/3056 99% [============================================================= ] 3054/3056 99% [============================================================= ] 3055/3056 99% [==============================================================] 3056/3056 100% operation complete, 3056 objects in 45633 NAND pages. ln -snf /tmp/instance-19/output-1/host/sparc64-buildroot-linux-gnu/sysroot /tmp/instance-19/output-1/staging make: Leaving directory '/tmp/instance-19/buildroot' make: Entering directory '/tmp/instance-19/buildroot' >>> Buildroot 2023.02-236-g7c01d5a1bb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-systemd Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4f Collecting legal info >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bat 0.19.0 Collecting legal info LICENSE-APACHE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) LICENSE-MIT: OK (sha256: 64de710b6309a7db5e44ad0af382300c7fb6f6d116d8ae32f0164e05db033068) >>> host-rustc Collecting legal info >>> host-rust 1.68.2 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-rust-bin 1.68.2 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> civetweb 1.15 Collecting legal info LICENSE.md: OK (sha256: 24d3d2aee56ae3cddcdf3392c1250877818108314233cf15f2bc9eb3ac298934) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> systemd 252.4 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT-0.txt: OK (sha256: 8a6fc0879cecc0b96bf4c08159b9d733bf0f15fcf32879aec98c4ffd05424554) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: da9b2c7b8cd10516fd2c4279b82496ea61787148f13e899c62fc8988c5fac34f) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> frr 8.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-frr 8.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.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) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libyang 2.1.30 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gnupg2 2.4.0 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> udev Collecting legal info >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> igmpproxy 0.4 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jemalloc 5.3.0 Collecting legal info COPYING: OK (sha256: 94aa2caa98c25d942f58b956c71dba6a99ff98fc3a31cbc669fe2a4cd0268b53) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> less 608 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpsl 0.21.2 Collecting legal info COPYING: OK (sha256: 776cd11d54f0ea3e5efdd25ff1a0d952a1744215bb5858ea7aeb91808e70c9f7) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libubootenv 0.3.3 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> proxychains-ng 4.16 Collecting legal info COPYING: OK (sha256: 86728623caeff60e9bcc37e03b432fd191de927eed48a72a3bb4ac4e53fe20df) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rsyslog 8.2204.1 Collecting legal info COPYING: OK (sha256: 054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f083) COPYING.LESSER: OK (sha256: 4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed) COPYING.ASL20: OK (sha256: 8743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab) >>> 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) >>> sudo 1.9.13p3 Collecting legal info LICENSE.md: OK (sha256: ea33b3971e8e4d9657cd6794a952aaa71b22bd16745f1645455b6ead010e0a28) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-systemd 252.4 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT-0.txt: OK (sha256: 8a6fc0879cecc0b96bf4c08159b9d733bf0f15fcf32879aec98c4ffd05424554) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: da9b2c7b8cd10516fd2c4279b82496ea61787148f13e899c62fc8988c5fac34f) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> trace-cmd 2.9.7 Collecting legal info COPYING: OK (sha256: b1d04b850c1c7471b0f0896f6c6f0fcfc9f07e2dd183a5f5826af269fe9e88fb) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> tree 2.0.2 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> 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-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-19/output-1/legal-info make: Leaving directory '/tmp/instance-19/buildroot'