rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/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 /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-278-ga1dff18f66"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package \ /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n pipewire -1 pipewire -1 * - - audio,video PipeWire System Daemon\n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n zabbix -1 zabbix -1 * /var/lib/zabbix - - zabbix user\n\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3577 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/3577 0% [ ] 2/3577 0% [ ] 3/3577 0% [ ] 4/3577 0% [ ] 5/3577 0% [ ] 6/3577 0% [ ] 7/3577 0% [ ] 8/3577 0% [ ] 9/3577 0% [ ] 10/3577 0% [ ] 11/3577 0% [ ] 12/3577 0% [ ] 13/3577 0% [ ] 14/3577 0% [ ] 15/3577 0% [ ] 16/3577 0% [ ] 17/3577 0% [ ] 18/3577 0% [ ] 19/3577 0% [ ] 20/3577 0% [ ] 21/3577 0% [ ] 22/3577 0% [ ] 23/3577 0% [ ] 24/3577 0% [ ] 25/3577 0% [ ] 26/3577 0% [ ] 27/3577 0% [ ] 28/3577 0% [ ] 29/3577 0% [ ] 30/3577 0% [ ] 31/3577 0% [ ] 32/3577 0% [ ] 33/3577 0% [ ] 34/3577 0% [ ] 35/3577 0% [ ] 36/3577 1% [ ] 37/3577 1% [ ] 38/3577 1% [ ] 39/3577 1% [ ] 40/3577 1% [ ] 41/3577 1% [ ] 42/3577 1% [ ] 43/3577 1% [ ] 44/3577 1% [ ] 45/3577 1% [ ] 46/3577 1% [ ] 47/3577 1% [ ] 48/3577 1% [ ] 49/3577 1% [ ] 50/3577 1% [ ] 51/3577 1% [ ] 52/3577 1% [ ] 53/3577 1% [ ] 54/3577 1% [ ] 55/3577 1% [ ] 56/3577 1% [ ] 57/3577 1% [= ] 58/3577 1% [= ] 59/3577 1% [= ] 60/3577 1% [= ] 61/3577 1% [= ] 62/3577 1% [= ] 63/3577 1% [= ] 64/3577 1% [= ] 65/3577 1% [= ] 66/3577 1% [= ] 67/3577 1% [= ] 68/3577 1% [= ] 69/3577 1% [= ] 70/3577 1% [= ] 71/3577 1% [= ] 72/3577 2% [= ] 73/3577 2% [= ] 74/3577 2% [= ] 75/3577 2% [= ] 76/3577 2% [= ] 77/3577 2% [= ] 78/3577 2% [= ] 79/3577 2% [= ] 80/3577 2% [= ] 81/3577 2% [= ] 82/3577 2% [= ] 83/3577 2% [= ] 84/3577 2% [= ] 85/3577 2% [= ] 86/3577 2% [= ] 87/3577 2% [= ] 88/3577 2% [= ] 89/3577 2% [= ] 90/3577 2% [= ] 91/3577 2% [= ] 92/3577 2% [= ] 93/3577 2% [= ] 94/3577 2% [= ] 95/3577 2% [= ] 96/3577 2% [= ] 97/3577 2% [= ] 98/3577 2% [= ] 99/3577 2% [= ] 100/3577 2% [= ] 101/3577 2% [= ] 102/3577 2% [= ] 103/3577 2% [= ] 104/3577 2% [= ] 105/3577 2% [= ] 106/3577 2% [= ] 107/3577 2% [= ] 108/3577 3% [= ] 109/3577 3% [= ] 110/3577 3% [= ] 111/3577 3% [= ] 112/3577 3% [= ] 113/3577 3% [= ] 114/3577 3% [= ] 115/3577 3% [== ] 116/3577 3% [== ] 117/3577 3% [== ] 118/3577 3% [== ] 119/3577 3% [== ] 120/3577 3% [== ] 121/3577 3% [== ] 122/3577 3% [== ] 123/3577 3% [== ] 124/3577 3% [== ] 125/3577 3% [== ] 126/3577 3% [== ] 127/3577 3% [== ] 128/3577 3% [== ] 129/3577 3% [== ] 130/3577 3% [== ] 131/3577 3% [== ] 132/3577 3% [== ] 133/3577 3% [== ] 134/3577 3% [== ] 135/3577 3% [== ] 136/3577 3% [== ] 137/3577 3% [== ] 138/3577 3% [== ] 139/3577 3% [== ] 140/3577 3% [== ] 141/3577 3% [== ] 142/3577 3% [== ] 143/3577 3% [== ] 144/3577 4% [== ] 145/3577 4% [== ] 146/3577 4% [== ] 147/3577 4% [== ] 148/3577 4% [== ] 149/3577 4% [== ] 150/3577 4% [== ] 151/3577 4% [== ] 152/3577 4% [== ] 153/3577 4% [== ] 154/3577 4% [== ] 155/3577 4% [== ] 156/3577 4% [== ] 157/3577 4% [== ] 158/3577 4% [== ] 159/3577 4% [== ] 160/3577 4% [== ] 161/3577 4% [== ] 162/3577 4% [== ] 163/3577 4% [== ] 164/3577 4% [== ] 165/3577 4% [== ] 166/3577 4% [== ] 167/3577 4% [== ] 168/3577 4% [== ] 169/3577 4% [== ] 170/3577 4% [== ] 171/3577 4% [== ] 172/3577 4% [== ] 173/3577 4% [=== ] 174/3577 4% [=== ] 175/3577 4% [=== ] 176/3577 4% [=== ] 177/3577 4% [=== ] 178/3577 4% [=== ] 179/3577 5% [=== ] 180/3577 5% [=== ] 181/3577 5% [=== ] 182/3577 5% [=== ] 183/3577 5% [=== ] 184/3577 5% [=== ] 185/3577 5% [=== ] 186/3577 5% [=== ] 187/3577 5% [=== ] 188/3577 5% [=== ] 189/3577 5% [=== ] 190/3577 5% [=== ] 191/3577 5% [=== ] 192/3577 5% [=== ] 193/3577 5% [=== ] 194/3577 5% [=== ] 195/3577 5% [=== ] 196/3577 5% [=== ] 197/3577 5% [=== ] 198/3577 5% [=== ] 199/3577 5% [=== ] 200/3577 5% [=== ] 201/3577 5% [=== ] 202/3577 5% [=== ] 203/3577 5% [=== ] 204/3577 5% [=== ] 205/3577 5% [=== ] 206/3577 5% [=== ] 207/3577 5% [=== ] 208/3577 5% [=== ] 209/3577 5% [=== ] 210/3577 5% [=== ] 211/3577 5% [=== ] 212/3577 5% [=== ] 213/3577 5% [=== ] 214/3577 5% [=== ] 215/3577 6% [=== ] 216/3577 6% [=== ] 217/3577 6% [=== ] 218/3577 6% [=== ] 219/3577 6% [=== ] 220/3577 6% [=== ] 221/3577 6% [=== ] 222/3577 6% [=== ] 223/3577 6% [=== ] 224/3577 6% [=== ] 225/3577 6% [=== ] 226/3577 6% [=== ] 227/3577 6% [=== ] 228/3577 6% [=== ] 229/3577 6% [=== ] 230/3577 6% [==== ] 231/3577 6% [==== ] 232/3577 6% [==== ] 233/3577 6% [==== ] 234/3577 6% [==== ] 235/3577 6% [==== ] 236/3577 6% [==== ] 237/3577 6% [==== ] 238/3577 6% [==== ] 239/3577 6% [==== ] 240/3577 6% [==== ] 241/3577 6% [==== ] 242/3577 6% [==== ] 243/3577 6% [==== ] 244/3577 6% [==== ] 245/3577 6% [==== ] 246/3577 6% [==== ] 247/3577 6% [==== ] 248/3577 6% [==== ] 249/3577 6% [==== ] 250/3577 6% [==== ] 251/3577 7% [==== ] 252/3577 7% [==== ] 253/3577 7% [==== ] 254/3577 7% [==== ] 255/3577 7% [==== ] 256/3577 7% [==== ] 257/3577 7% [==== ] 258/3577 7% [==== ] 259/3577 7% [==== ] 260/3577 7% [==== ] 261/3577 7% [==== ] 262/3577 7% [==== ] 263/3577 7% [==== ] 264/3577 7% [==== ] 265/3577 7% [==== ] 266/3577 7% [==== ] 267/3577 7% [==== ] 268/3577 7% [==== ] 269/3577 7% [==== ] 270/3577 7% [==== ] 271/3577 7% [==== ] 272/3577 7% [==== ] 273/3577 7% [==== ] 274/3577 7% [==== ] 275/3577 7% [==== ] 276/3577 7% [==== ] 277/3577 7% [==== ] 278/3577 7% [==== ] 279/3577 7% [==== ] 280/3577 7% [==== ] 281/3577 7% [==== ] 282/3577 7% [==== ] 283/3577 7% [==== ] 284/3577 7% [==== ] 285/3577 7% [==== ] 286/3577 7% [==== ] 287/3577 8% [==== ] 288/3577 8% [===== ] 289/3577 8% [===== ] 290/3577 8% [===== ] 291/3577 8% [===== ] 292/3577 8% [===== ] 293/3577 8% [===== ] 294/3577 8% [===== ] 295/3577 8% [===== ] 296/3577 8% [===== ] 297/3577 8% [===== ] 298/3577 8% [===== ] 299/3577 8% [===== ] 300/3577 8% [===== ] 301/3577 8% [===== ] 302/3577 8% [===== ] 303/3577 8% [===== ] 304/3577 8% [===== ] 305/3577 8% [===== ] 306/3577 8% [===== ] 307/3577 8% [===== ] 308/3577 8% [===== ] 309/3577 8% [===== ] 310/3577 8% [===== ] 311/3577 8% [===== ] 312/3577 8% [===== ] 313/3577 8% [===== ] 314/3577 8% [===== ] 315/3577 8% [===== ] 316/3577 8% [===== ] 317/3577 8% [===== ] 318/3577 8% [===== ] 319/3577 8% [===== ] 320/3577 8% [===== ] 321/3577 8% [===== ] 322/3577 9% [===== ] 323/3577 9% [===== ] 324/3577 9% [===== ] 325/3577 9% [===== ] 326/3577 9% [===== ] 327/3577 9% [===== ] 328/3577 9% [===== ] 329/3577 9% [===== ] 330/3577 9% [===== ] 331/3577 9% [===== ] 332/3577 9% [===== ] 333/3577 9% [===== ] 334/3577 9% [===== ] 335/3577 9% [===== ] 336/3577 9% [===== ] 337/3577 9% [===== ] 338/3577 9% [===== ] 339/3577 9% [===== ] 340/3577 9% [===== ] 341/3577 9% [===== ] 342/3577 9% [===== ] 343/3577 9% [===== ] 344/3577 9% [===== ] 345/3577 9% [===== ] 346/3577 9% [====== ] 347/3577 9% [====== ] 348/3577 9% [====== ] 349/3577 9% [====== ] 350/3577 9% [====== ] 351/3577 9% [====== ] 352/3577 9% [====== ] 353/3577 9% [====== ] 354/3577 9% [====== ] 355/3577 9% [====== ] 356/3577 9% [====== ] 357/3577 9% [====== ] 358/3577 10% [====== ] 359/3577 10% [====== ] 360/3577 10% [====== ] 361/3577 10% [====== ] 362/3577 10% [====== ] 363/3577 10% [====== ] 364/3577 10% [====== ] 365/3577 10% [====== ] 366/3577 10% [====== ] 367/3577 10% [====== ] 368/3577 10% [====== ] 369/3577 10% [====== ] 370/3577 10% [====== ] 371/3577 10% [====== ] 372/3577 10% [====== ] 373/3577 10% [====== ] 374/3577 10% [====== ] 375/3577 10% [====== ] 376/3577 10% [====== ] 377/3577 10% [====== ] 378/3577 10% [====== ] 379/3577 10% [====== ] 380/3577 10% [====== ] 381/3577 10% [====== ] 382/3577 10% [====== ] 383/3577 10% [====== ] 384/3577 10% [====== ] 385/3577 10% [====== ] 386/3577 10% [====== ] 387/3577 10% [====== ] 388/3577 10% [====== ] 389/3577 10% [====== ] 390/3577 10% [====== ] 391/3577 10% [====== ] 392/3577 10% [====== ] 393/3577 10% [====== ] 394/3577 11% [====== ] 395/3577 11% [====== ] 396/3577 11% [====== ] 397/3577 11% [====== ] 398/3577 11% [====== ] 399/3577 11% [====== ] 400/3577 11% [====== ] 401/3577 11% [====== ] 402/3577 11% [====== ] 403/3577 11% [======= ] 404/3577 11% [======= ] 405/3577 11% [======= ] 406/3577 11% [======= ] 407/3577 11% [======= ] 408/3577 11% [======= ] 409/3577 11% [======= ] 410/3577 11% [======= ] 411/3577 11% [======= ] 412/3577 11% [======= ] 413/3577 11% [======= ] 414/3577 11% [======= ] 415/3577 11% [======= ] 416/3577 11% [======= ] 417/3577 11% [======= ] 418/3577 11% [======= ] 419/3577 11% [======= ] 420/3577 11% [======= ] 421/3577 11% [======= ] 422/3577 11% [======= ] 423/3577 11% [======= ] 424/3577 11% [======= ] 425/3577 11% [======= ] 426/3577 11% [======= ] 427/3577 11% [======= ] 428/3577 11% [======= ] 429/3577 11% [======= ] 430/3577 12% [======= ] 431/3577 12% [======= ] 432/3577 12% [======= ] 433/3577 12% [======= ] 434/3577 12% [======= ] 435/3577 12% [======= ] 436/3577 12% [======= ] 437/3577 12% [======= ] 438/3577 12% [======= ] 439/3577 12% [======= ] 440/3577 12% [======= ] 441/3577 12% [======= ] 442/3577 12% [======= ] 443/3577 12% [======= ] 444/3577 12% [======= ] 445/3577 12% [======= ] 446/3577 12% [======= ] 447/3577 12% [======= ] 448/3577 12% [======= ] 449/3577 12% [======= ] 450/3577 12% [======= ] 451/3577 12% [======= ] 452/3577 12% [======= ] 453/3577 12% [======= ] 454/3577 12% [======= ] 455/3577 12% [======= ] 456/3577 12% [======= ] 457/3577 12% [======= ] 458/3577 12% [======= ] 459/3577 12% [======= ] 460/3577 12% [======= ] 461/3577 12% [======== ] 462/3577 12% [======== ] 463/3577 12% [======== ] 464/3577 12% [======== ] 465/3577 12% [======== ] 466/3577 13% [======== ] 467/3577 13% [======== ] 468/3577 13% [======== ] 469/3577 13% [======== ] 470/3577 13% [======== ] 471/3577 13% [======== ] 472/3577 13% [======== ] 473/3577 13% [======== ] 474/3577 13% [======== ] 475/3577 13% [======== ] 476/3577 13% [======== ] 477/3577 13% [======== ] 478/3577 13% [======== ] 479/3577 13% [======== ] 480/3577 13% [======== ] 481/3577 13% [======== ] 482/3577 13% [======== ] 483/3577 13% [======== ] 484/3577 13% [======== ] 485/3577 13% [======== ] 486/3577 13% [======== ] 487/3577 13% [======== ] 488/3577 13% [======== ] 489/3577 13% [======== ] 490/3577 13% [======== ] 491/3577 13% [======== ] 492/3577 13% [======== ] 493/3577 13% [======== ] 494/3577 13% [======== ] 495/3577 13% [======== ] 496/3577 13% [======== ] 497/3577 13% [======== ] 498/3577 13% [======== ] 499/3577 13% [======== ] 500/3577 13% [======== ] 501/3577 14% [======== ] 502/3577 14% [======== ] 503/3577 14% [======== ] 504/3577 14% [======== ] 505/3577 14% [======== ] 506/3577 14% [======== ] 507/3577 14% [======== ] 508/3577 14% [======== ] 509/3577 14% [======== ] 510/3577 14% [======== ] 511/3577 14% [======== ] 512/3577 14% [======== ] 513/3577 14% [======== ] 514/3577 14% [======== ] 515/3577 14% [======== ] 516/3577 14% [======== ] 517/3577 14% [======== ] 518/3577 14% [======== ] 519/3577 14% [========= ] 520/3577 14% [========= ] 521/3577 14% [========= ] 522/3577 14% [========= ] 523/3577 14% [========= ] 524/3577 14% [========= ] 525/3577 14% [========= ] 526/3577 14% [========= ] 527/3577 14% [========= ] 528/3577 14% [========= ] 529/3577 14% [========= ] 530/3577 14% [========= ] 531/3577 14% [========= ] 532/3577 14% [========= ] 533/3577 14% [========= ] 534/3577 14% [========= ] 535/3577 14% [========= ] 536/3577 14% [========= ] 537/3577 15% [========= ] 538/3577 15% [========= ] 539/3577 15% [========= ] 540/3577 15% [========= ] 541/3577 15% [========= ] 542/3577 15% [========= ] 543/3577 15% [========= ] 544/3577 15% [========= ] 545/3577 15% [========= ] 546/3577 15% [========= ] 547/3577 15% [========= ] 548/3577 15% [========= ] 549/3577 15% [========= ] 550/3577 15% [========= ] 551/3577 15% [========= ] 552/3577 15% [========= ] 553/3577 15% [========= ] 554/3577 15% [========= ] 555/3577 15% [========= ] 556/3577 15% [========= ] 557/3577 15% [========= ] 558/3577 15% [========= ] 559/3577 15% [========= ] 560/3577 15% [========= ] 561/3577 15% [========= ] 562/3577 15% [========= ] 563/3577 15% [========= ] 564/3577 15% [========= ] 565/3577 15% [========= ] 566/3577 15% [========= ] 567/3577 15% [========= ] 568/3577 15% [========= ] 569/3577 15% [========= ] 570/3577 15% [========= ] 571/3577 15% [========= ] 572/3577 15% [========= ] 573/3577 16% [========= ] 574/3577 16% [========= ] 575/3577 16% [========= ] 576/3577 16% [========== ] 577/3577 16% [========== ] 578/3577 16% [========== ] 579/3577 16% [========== ] 580/3577 16% [========== ] 581/3577 16% [========== ] 582/3577 16% [========== ] 583/3577 16% [========== ] 584/3577 16% [========== ] 585/3577 16% [========== ] 586/3577 16% [========== ] 587/3577 16% [========== ] 588/3577 16% [========== ] 589/3577 16% [========== ] 590/3577 16% [========== ] 591/3577 16% [========== ] 592/3577 16% [========== ] 593/3577 16% [========== ] 594/3577 16% [========== ] 595/3577 16% [========== ] 596/3577 16% [========== ] 597/3577 16% [========== ] 598/3577 16% [========== ] 599/3577 16% [========== ] 600/3577 16% [========== ] 601/3577 16% [========== ] 602/3577 16% [========== ] 603/3577 16% [========== ] 604/3577 16% [========== ] 605/3577 16% [========== ] 606/3577 16% [========== ] 607/3577 16% [========== ] 608/3577 16% [========== ] 609/3577 17% [========== ] 610/3577 17% [========== ] 611/3577 17% [========== ] 612/3577 17% [========== ] 613/3577 17% [========== ] 614/3577 17% [========== ] 615/3577 17% [========== ] 616/3577 17% [========== ] 617/3577 17% [========== ] 618/3577 17% [========== ] 619/3577 17% [========== ] 620/3577 17% [========== ] 621/3577 17% [========== ] 622/3577 17% [========== ] 623/3577 17% [========== ] 624/3577 17% [========== ] 625/3577 17% [========== ] 626/3577 17% [========== ] 627/3577 17% [========== ] 628/3577 17% [========== ] 629/3577 17% [========== ] 630/3577 17% [========== ] 631/3577 17% [========== ] 632/3577 17% [========== ] 633/3577 17% [========== ] 634/3577 17% [=========== ] 635/3577 17% [=========== ] 636/3577 17% [=========== ] 637/3577 17% [=========== ] 638/3577 17% [=========== ] 639/3577 17% [=========== ] 640/3577 17% [=========== ] 641/3577 17% [=========== ] 642/3577 17% [=========== ] 643/3577 17% [=========== ] 644/3577 18% [=========== ] 645/3577 18% [=========== ] 646/3577 18% [=========== ] 647/3577 18% [=========== ] 648/3577 18% [=========== ] 649/3577 18% [=========== ] 650/3577 18% [=========== ] 651/3577 18% [=========== ] 652/3577 18% [=========== ] 653/3577 18% [=========== ] 654/3577 18% [=========== ] 655/3577 18% [=========== ] 656/3577 18% [=========== ] 657/3577 18% [=========== ] 658/3577 18% [=========== ] 659/3577 18% [=========== ] 660/3577 18% [=========== ] 661/3577 18% [=========== ] 662/3577 18% [=========== ] 663/3577 18% [=========== ] 664/3577 18% [=========== ] 665/3577 18% [=========== ] 666/3577 18% [=========== ] 667/3577 18% [=========== ] 668/3577 18% [=========== ] 669/3577 18% [=========== ] 670/3577 18% [=========== ] 671/3577 18% [=========== ] 672/3577 18% [=========== ] 673/3577 18% [=========== ] 674/3577 18% [=========== ] 675/3577 18% [=========== ] 676/3577 18% [=========== ] 677/3577 18% [=========== ] 678/3577 18% [=========== ] 679/3577 18% [=========== ] 680/3577 19% [=========== ] 681/3577 19% [=========== ] 682/3577 19% [=========== ] 683/3577 19% [=========== ] 684/3577 19% [=========== ] 685/3577 19% [=========== ] 686/3577 19% [=========== ] 687/3577 19% [=========== ] 688/3577 19% [=========== ] 689/3577 19% [=========== ] 690/3577 19% [=========== ] 691/3577 19% [=========== ] 692/3577 19% [============ ] 693/3577 19% [============ ] 694/3577 19% [============ ] 695/3577 19% [============ ] 696/3577 19% [============ ] 697/3577 19% [============ ] 698/3577 19% [============ ] 699/3577 19% [============ ] 700/3577 19% [============ ] 701/3577 19% [============ ] 702/3577 19% [============ ] 703/3577 19% [============ ] 704/3577 19% [============ ] 705/3577 19% [============ ] 706/3577 19% [============ ] 707/3577 19% [============ ] 708/3577 19% [============ ] 709/3577 19% [============ ] 710/3577 19% [============ ] 711/3577 19% [============ ] 712/3577 19% [============ ] 713/3577 19% [============ ] 714/3577 19% [============ ] 715/3577 19% [============ ] 716/3577 20% [============ ] 717/3577 20% [============ ] 718/3577 20% [============ ] 719/3577 20% [============ ] 720/3577 20% [============ ] 721/3577 20% [============ ] 722/3577 20% [============ ] 723/3577 20% [============ ] 724/3577 20% [============ ] 725/3577 20% [============ ] 726/3577 20% [============ ] 727/3577 20% [============ ] 728/3577 20% [============ ] 729/3577 20% [============ ] 730/3577 20% [============ ] 731/3577 20% [============ ] 732/3577 20% [============ ] 733/3577 20% [============ ] 734/3577 20% [============ ] 735/3577 20% [============ ] 736/3577 20% [============ ] 737/3577 20% [============ ] 738/3577 20% [============ ] 739/3577 20% [============ ] 740/3577 20% [============ ] 741/3577 20% [============ ] 742/3577 20% [============ ] 743/3577 20% [============ ] 744/3577 20% [============ ] 745/3577 20% [============ ] 746/3577 20% [============ ] 747/3577 20% [============ ] 748/3577 20% [============ ] 749/3577 20% [============ ] 750/3577 20% [============= ] 751/3577 20% [============= ] 752/3577 21% [============= ] 753/3577 21% [============= ] 754/3577 21% [============= ] 755/3577 21% [============= ] 756/3577 21% [============= ] 757/3577 21% [============= ] 758/3577 21% [============= ] 759/3577 21% [============= ] 760/3577 21% [============= ] 761/3577 21% [============= ] 762/3577 21% [============= ] 763/3577 21% [============= ] 764/3577 21% [============= ] 765/3577 21% [============= ] 766/3577 21% [============= ] 767/3577 21% [============= ] 768/3577 21% [============= ] 769/3577 21% [============= ] 770/3577 21% [============= ] 771/3577 21% [============= ] 772/3577 21% [============= ] 773/3577 21% [============= ] 774/3577 21% [============= ] 775/3577 21% [============= ] 776/3577 21% [============= ] 777/3577 21% [============= ] 778/3577 21% [============= ] 779/3577 21% [============= ] 780/3577 21% [============= ] 781/3577 21% [============= ] 782/3577 21% [============= ] 783/3577 21% [============= ] 784/3577 21% [============= ] 785/3577 21% [============= ] 786/3577 21% [============= ] 787/3577 22% [============= ] 788/3577 22% [============= ] 789/3577 22% [============= ] 790/3577 22% [============= ] 791/3577 22% [============= ] 792/3577 22% [============= ] 793/3577 22% [============= ] 794/3577 22% [============= ] 795/3577 22% [============= ] 796/3577 22% [============= ] 797/3577 22% [============= ] 798/3577 22% [============= ] 799/3577 22% [============= ] 800/3577 22% [============= ] 801/3577 22% [============= ] 802/3577 22% [============= ] 803/3577 22% [============= ] 804/3577 22% [============= ] 805/3577 22% [============= ] 806/3577 22% [============= ] 807/3577 22% [============== ] 808/3577 22% [============== ] 809/3577 22% [============== ] 810/3577 22% [============== ] 811/3577 22% [============== ] 812/3577 22% [============== ] 813/3577 22% [============== ] 814/3577 22% [============== ] 815/3577 22% [============== ] 816/3577 22% [============== ] 817/3577 22% [============== ] 818/3577 22% [============== ] 819/3577 22% [============== ] 820/3577 22% [============== ] 821/3577 22% [============== ] 822/3577 22% [============== ] 823/3577 23% [============== ] 824/3577 23% [============== ] 825/3577 23% [============== ] 826/3577 23% [============== ] 827/3577 23% [============== ] 828/3577 23% [============== ] 829/3577 23% [============== ] 830/3577 23% [============== ] 831/3577 23% [============== ] 832/3577 23% [============== ] 833/3577 23% [============== ] 834/3577 23% [============== ] 835/3577 23% [============== ] 836/3577 23% [============== ] 837/3577 23% [============== ] 838/3577 23% [============== ] 839/3577 23% [============== ] 840/3577 23% [============== ] 841/3577 23% [============== ] 842/3577 23% [============== ] 843/3577 23% [============== ] 844/3577 23% [============== ] 845/3577 23% [============== ] 846/3577 23% [============== ] 847/3577 23% [============== ] 848/3577 23% [============== ] 849/3577 23% [============== ] 850/3577 23% [============== ] 851/3577 23% [============== ] 852/3577 23% [============== ] 853/3577 23% [============== ] 854/3577 23% [============== ] 855/3577 23% [============== ] 856/3577 23% [============== ] 857/3577 23% [============== ] 858/3577 23% [============== ] 859/3577 24% [============== ] 860/3577 24% [============== ] 861/3577 24% [============== ] 862/3577 24% [============== ] 863/3577 24% [============== ] 864/3577 24% [============== ] 865/3577 24% [=============== ] 866/3577 24% [=============== ] 867/3577 24% [=============== ] 868/3577 24% [=============== ] 869/3577 24% [=============== ] 870/3577 24% [=============== ] 871/3577 24% [=============== ] 872/3577 24% [=============== ] 873/3577 24% [=============== ] 874/3577 24% [=============== ] 875/3577 24% [=============== ] 876/3577 24% [=============== ] 877/3577 24% [=============== ] 878/3577 24% [=============== ] 879/3577 24% [=============== ] 880/3577 24% [=============== ] 881/3577 24% [=============== ] 882/3577 24% [=============== ] 883/3577 24% [=============== ] 884/3577 24% [=============== ] 885/3577 24% [=============== ] 886/3577 24% [=============== ] 887/3577 24% [=============== ] 888/3577 24% [=============== ] 889/3577 24% [=============== ] 890/3577 24% [=============== ] 891/3577 24% [=============== ] 892/3577 24% [=============== ] 893/3577 24% [=============== ] 894/3577 24% [=============== ] 895/3577 25% [=============== ] 896/3577 25% [=============== ] 897/3577 25% [=============== ] 898/3577 25% [=============== ] 899/3577 25% [=============== ] 900/3577 25% [=============== ] 901/3577 25% [=============== ] 902/3577 25% [=============== ] 903/3577 25% [=============== ] 904/3577 25% [=============== ] 905/3577 25% [=============== ] 906/3577 25% [=============== ] 907/3577 25% [=============== ] 908/3577 25% [=============== ] 909/3577 25% [=============== ] 910/3577 25% [=============== ] 911/3577 25% [=============== ] 912/3577 25% [=============== ] 913/3577 25% [=============== ] 914/3577 25% [=============== ] 915/3577 25% [=============== ] 916/3577 25% [=============== ] 917/3577 25% [=============== ] 918/3577 25% [=============== ] 919/3577 25% [=============== ] 920/3577 25% [=============== ] 921/3577 25% [=============== ] 922/3577 25% [=============== ] 923/3577 25% [================ ] 924/3577 25% [================ ] 925/3577 25% [================ ] 926/3577 25% [================ ] 927/3577 25% [================ ] 928/3577 25% [================ ] 929/3577 25% [================ ] 930/3577 25% [================ ] 931/3577 26% [================ ] 932/3577 26% [================ ] 933/3577 26% [================ ] 934/3577 26% [================ ] 935/3577 26% [================ ] 936/3577 26% [================ ] 937/3577 26% [================ ] 938/3577 26% [================ ] 939/3577 26% [================ ] 940/3577 26% [================ ] 941/3577 26% [================ ] 942/3577 26% [================ ] 943/3577 26% [================ ] 944/3577 26% [================ ] 945/3577 26% [================ ] 946/3577 26% [================ ] 947/3577 26% [================ ] 948/3577 26% [================ ] 949/3577 26% [================ ] 950/3577 26% [================ ] 951/3577 26% [================ ] 952/3577 26% [================ ] 953/3577 26% [================ ] 954/3577 26% [================ ] 955/3577 26% [================ ] 956/3577 26% [================ ] 957/3577 26% [================ ] 958/3577 26% [================ ] 959/3577 26% [================ ] 960/3577 26% [================ ] 961/3577 26% [================ ] 962/3577 26% [================ ] 963/3577 26% [================ ] 964/3577 26% [================ ] 965/3577 26% [================ ] 966/3577 27% [================ ] 967/3577 27% [================ ] 968/3577 27% [================ ] 969/3577 27% [================ ] 970/3577 27% [================ ] 971/3577 27% [================ ] 972/3577 27% [================ ] 973/3577 27% [================ ] 974/3577 27% [================ ] 975/3577 27% [================ ] 976/3577 27% [================ ] 977/3577 27% [================ ] 978/3577 27% [================ ] 979/3577 27% [================ ] 980/3577 27% [================= ] 981/3577 27% [================= ] 982/3577 27% [================= ] 983/3577 27% [================= ] 984/3577 27% [================= ] 985/3577 27% [================= ] 986/3577 27% [================= ] 987/3577 27% [================= ] 988/3577 27% [================= ] 989/3577 27% [================= ] 990/3577 27% [================= ] 991/3577 27% [================= ] 992/3577 27% [================= ] 993/3577 27% [================= ] 994/3577 27% [================= ] 995/3577 27% [================= ] 996/3577 27% [================= ] 997/3577 27% [================= ] 998/3577 27% [================= ] 999/3577 27% [================= ] 1000/3577 27% [================= ] 1001/3577 27% [================= ] 1002/3577 28% [================= ] 1003/3577 28% [================= ] 1004/3577 28% [================= ] 1005/3577 28% [================= ] 1006/3577 28% [================= ] 1007/3577 28% [================= ] 1008/3577 28% [================= ] 1009/3577 28% [================= ] 1010/3577 28% [================= ] 1011/3577 28% [================= ] 1012/3577 28% [================= ] 1013/3577 28% [================= ] 1014/3577 28% [================= ] 1015/3577 28% [================= ] 1016/3577 28% [================= ] 1017/3577 28% [================= ] 1018/3577 28% [================= ] 1019/3577 28% [================= ] 1020/3577 28% [================= ] 1021/3577 28% [================= ] 1022/3577 28% [================= ] 1023/3577 28% [================= ] 1024/3577 28% [================= ] 1025/3577 28% [================= ] 1026/3577 28% [================= ] 1027/3577 28% [================= ] 1028/3577 28% [================= ] 1029/3577 28% [================= ] 1030/3577 28% [================= ] 1031/3577 28% [================= ] 1032/3577 28% [================= ] 1033/3577 28% [================= ] 1034/3577 28% [================= ] 1035/3577 28% [================= ] 1036/3577 28% [================= ] 1037/3577 28% [================= ] 1038/3577 29% [================== ] 1039/3577 29% [================== ] 1040/3577 29% [================== ] 1041/3577 29% [================== ] 1042/3577 29% [================== ] 1043/3577 29% [================== ] 1044/3577 29% [================== ] 1045/3577 29% [================== ] 1046/3577 29% [================== ] 1047/3577 29% [================== ] 1048/3577 29% [================== ] 1049/3577 29% [================== ] 1050/3577 29% [================== ] 1051/3577 29% [================== ] 1052/3577 29% [================== ] 1053/3577 29% [================== ] 1054/3577 29% [================== ] 1055/3577 29% [================== ] 1056/3577 29% [================== ] 1057/3577 29% [================== ] 1058/3577 29% [================== ] 1059/3577 29% [================== ] 1060/3577 29% [================== ] 1061/3577 29% [================== ] 1062/3577 29% [================== ] 1063/3577 29% [================== ] 1064/3577 29% [================== ] 1065/3577 29% [================== ] 1066/3577 29% [================== ] 1067/3577 29% [================== ] 1068/3577 29% [================== ] 1069/3577 29% [================== ] 1070/3577 29% [================== ] 1071/3577 29% [================== ] 1072/3577 29% [================== ] 1073/3577 29% [================== ] 1074/3577 30% [================== ] 1075/3577 30% [================== ] 1076/3577 30% [================== ] 1077/3577 30% [================== ] 1078/3577 30% [================== ] 1079/3577 30% [================== ] 1080/3577 30% [================== ] 1081/3577 30% [================== ] 1082/3577 30% [================== ] 1083/3577 30% [================== ] 1084/3577 30% [================== ] 1085/3577 30% [================== ] 1086/3577 30% [================== ] 1087/3577 30% [================== ] 1088/3577 30% [================== ] 1089/3577 30% [================== ] 1090/3577 30% [================== ] 1091/3577 30% [================== ] 1092/3577 30% [================== ] 1093/3577 30% [================== ] 1094/3577 30% [================== ] 1095/3577 30% [================== ] 1096/3577 30% [=================== ] 1097/3577 30% [=================== ] 1098/3577 30% [=================== ] 1099/3577 30% [=================== ] 1100/3577 30% [=================== ] 1101/3577 30% [=================== ] 1102/3577 30% [=================== ] 1103/3577 30% [=================== ] 1104/3577 30% [=================== ] 1105/3577 30% [=================== ] 1106/3577 30% [=================== ] 1107/3577 30% [=================== ] 1108/3577 30% [=================== ] 1109/3577 31% [=================== ] 1110/3577 31% [=================== ] 1111/3577 31% [=================== ] 1112/3577 31% [=================== ] 1113/3577 31% [=================== ] 1114/3577 31% [=================== ] 1115/3577 31% [=================== ] 1116/3577 31% [=================== ] 1117/3577 31% [=================== ] 1118/3577 31% [=================== ] 1119/3577 31% [=================== ] 1120/3577 31% [=================== ] 1121/3577 31% [=================== ] 1122/3577 31% [=================== ] 1123/3577 31% [=================== ] 1124/3577 31% [=================== ] 1125/3577 31% [=================== ] 1126/3577 31% [=================== ] 1127/3577 31% [=================== ] 1128/3577 31% [=================== ] 1129/3577 31% [=================== ] 1130/3577 31% [=================== ] 1131/3577 31% [=================== ] 1132/3577 31% [=================== ] 1133/3577 31% [=================== ] 1134/3577 31% [=================== ] 1135/3577 31% [=================== ] 1136/3577 31% [=================== ] 1137/3577 31% [=================== ] 1138/3577 31% [=================== ] 1139/3577 31% [=================== ] 1140/3577 31% [=================== ] 1141/3577 31% [=================== ] 1142/3577 31% [=================== ] 1143/3577 31% [=================== ] 1144/3577 31% [=================== ] 1145/3577 32% [=================== ] 1146/3577 32% [=================== ] 1147/3577 32% [=================== ] 1148/3577 32% [=================== ] 1149/3577 32% [=================== ] 1150/3577 32% [=================== ] 1151/3577 32% [=================== ] 1152/3577 32% [=================== ] 1153/3577 32% [==================== ] 1154/3577 32% [==================== ] 1155/3577 32% [==================== ] 1156/3577 32% [==================== ] 1157/3577 32% [==================== ] 1158/3577 32% [==================== ] 1159/3577 32% [==================== ] 1160/3577 32% [==================== ] 1161/3577 32% [==================== ] 1162/3577 32% [==================== ] 1163/3577 32% [==================== ] 1164/3577 32% [==================== ] 1165/3577 32% [==================== ] 1166/3577 32% [==================== ] 1167/3577 32% [==================== ] 1168/3577 32% [==================== ] 1169/3577 32% [==================== ] 1170/3577 32% [==================== ] 1171/3577 32% [==================== ] 1172/3577 32% [==================== ] 1173/3577 32% [==================== ] 1174/3577 32% [==================== ] 1175/3577 32% [==================== ] 1176/3577 32% [==================== ] 1177/3577 32% [==================== ] 1178/3577 32% [==================== ] 1179/3577 32% [==================== ] 1180/3577 32% [==================== ] 1181/3577 33% [==================== ] 1182/3577 33% [==================== ] 1183/3577 33% [==================== ] 1184/3577 33% [==================== ] 1185/3577 33% [==================== ] 1186/3577 33% [==================== ] 1187/3577 33% [==================== ] 1188/3577 33% [==================== ] 1189/3577 33% [==================== ] 1190/3577 33% [==================== ] 1191/3577 33% [==================== ] 1192/3577 33% [==================== ] 1193/3577 33% [==================== ] 1194/3577 33% [==================== ] 1195/3577 33% [==================== ] 1196/3577 33% [==================== ] 1197/3577 33% [==================== ] 1198/3577 33% [==================== ] 1199/3577 33% [==================== ] 1200/3577 33% [==================== ] 1201/3577 33% [==================== ] 1202/3577 33% [==================== ] 1203/3577 33% [==================== ] 1204/3577 33% [==================== ] 1205/3577 33% [==================== ] 1206/3577 33% [==================== ] 1207/3577 33% [==================== ] 1208/3577 33% [==================== ] 1209/3577 33% [==================== ] 1210/3577 33% [==================== ] 1211/3577 33% [===================== ] 1212/3577 33% [===================== ] 1213/3577 33% [===================== ] 1214/3577 33% [===================== ] 1215/3577 33% [===================== ] 1216/3577 33% [===================== ] 1217/3577 34% [===================== ] 1218/3577 34% [===================== ] 1219/3577 34% [===================== ] 1220/3577 34% [===================== ] 1221/3577 34% [===================== ] 1222/3577 34% [===================== ] 1223/3577 34% [===================== ] 1224/3577 34% [===================== ] 1225/3577 34% [===================== ] 1226/3577 34% [===================== ] 1227/3577 34% [===================== ] 1228/3577 34% [===================== ] 1229/3577 34% [===================== ] 1230/3577 34% [===================== ] 1231/3577 34% [===================== ] 1232/3577 34% [===================== ] 1233/3577 34% [===================== ] 1234/3577 34% [===================== ] 1235/3577 34% [===================== ] 1236/3577 34% [===================== ] 1237/3577 34% [===================== ] 1238/3577 34% [===================== ] 1239/3577 34% [===================== ] 1240/3577 34% [===================== ] 1241/3577 34% [===================== ] 1242/3577 34% [===================== ] 1243/3577 34% [===================== ] 1244/3577 34% [===================== ] 1245/3577 34% [===================== ] 1246/3577 34% [===================== ] 1247/3577 34% [===================== ] 1248/3577 34% [===================== ] 1249/3577 34% [===================== ] 1250/3577 34% [===================== ] 1251/3577 34% [===================== ] 1252/3577 35% [===================== ] 1253/3577 35% [===================== ] 1254/3577 35% [===================== ] 1255/3577 35% [===================== ] 1256/3577 35% [===================== ] 1257/3577 35% [===================== ] 1258/3577 35% [===================== ] 1259/3577 35% [===================== ] 1260/3577 35% [===================== ] 1261/3577 35% [===================== ] 1262/3577 35% [===================== ] 1263/3577 35% [===================== ] 1264/3577 35% [===================== ] 1265/3577 35% [===================== ] 1266/3577 35% [===================== ] 1267/3577 35% [===================== ] 1268/3577 35% [===================== ] 1269/3577 35% [====================== ] 1270/3577 35% [====================== ] 1271/3577 35% [====================== ] 1272/3577 35% [====================== ] 1273/3577 35% [====================== ] 1274/3577 35% [====================== ] 1275/3577 35% [====================== ] 1276/3577 35% [====================== ] 1277/3577 35% [====================== ] 1278/3577 35% [====================== ] 1279/3577 35% [====================== ] 1280/3577 35% [====================== ] 1281/3577 35% [====================== ] 1282/3577 35% [====================== ] 1283/3577 35% [====================== ] 1284/3577 35% [====================== ] 1285/3577 35% [====================== ] 1286/3577 35% [====================== ] 1287/3577 35% [====================== ] 1288/3577 36% [====================== ] 1289/3577 36% [====================== ] 1290/3577 36% [====================== ] 1291/3577 36% [====================== ] 1292/3577 36% [====================== ] 1293/3577 36% [====================== ] 1294/3577 36% [====================== ] 1295/3577 36% [====================== ] 1296/3577 36% [====================== ] 1297/3577 36% [====================== ] 1298/3577 36% [====================== ] 1299/3577 36% [====================== ] 1300/3577 36% [====================== ] 1301/3577 36% [====================== ] 1302/3577 36% [====================== ] 1303/3577 36% [====================== ] 1304/3577 36% [====================== ] 1305/3577 36% [====================== ] 1306/3577 36% [====================== ] 1307/3577 36% [====================== ] 1308/3577 36% [====================== ] 1309/3577 36% [====================== ] 1310/3577 36% [====================== ] 1311/3577 36% [====================== ] 1312/3577 36% [====================== ] 1313/3577 36% [====================== ] 1314/3577 36% [====================== ] 1315/3577 36% [====================== ] 1316/3577 36% [====================== ] 1317/3577 36% [====================== ] 1318/3577 36% [====================== ] 1319/3577 36% [====================== ] 1320/3577 36% [====================== ] 1321/3577 36% [====================== ] 1322/3577 36% [====================== ] 1323/3577 36% [====================== ] 1324/3577 37% [====================== ] 1325/3577 37% [====================== ] 1326/3577 37% [======================= ] 1327/3577 37% [======================= ] 1328/3577 37% [======================= ] 1329/3577 37% [======================= ] 1330/3577 37% [======================= ] 1331/3577 37% [======================= ] 1332/3577 37% [======================= ] 1333/3577 37% [======================= ] 1334/3577 37% [======================= ] 1335/3577 37% [======================= ] 1336/3577 37% [======================= ] 1337/3577 37% [======================= ] 1338/3577 37% [======================= ] 1339/3577 37% [======================= ] 1340/3577 37% [======================= ] 1341/3577 37% [======================= ] 1342/3577 37% [======================= ] 1343/3577 37% [======================= ] 1344/3577 37% [======================= ] 1345/3577 37% [======================= ] 1346/3577 37% [======================= ] 1347/3577 37% [======================= ] 1348/3577 37% [======================= ] 1349/3577 37% [======================= ] 1350/3577 37% [======================= ] 1351/3577 37% [======================= ] 1352/3577 37% [======================= ] 1353/3577 37% [======================= ] 1354/3577 37% [======================= ] 1355/3577 37% [======================= ] 1356/3577 37% [======================= ] 1357/3577 37% [======================= ] 1358/3577 37% [======================= ] 1359/3577 37% [======================= ] 1360/3577 38% [======================= ] 1361/3577 38% [======================= ] 1362/3577 38% [======================= ] 1363/3577 38% [======================= ] 1364/3577 38% [======================= ] 1365/3577 38% [======================= ] 1366/3577 38% [======================= ] 1367/3577 38% [======================= ] 1368/3577 38% [======================= ] 1369/3577 38% [======================= ] 1370/3577 38% [======================= ] 1371/3577 38% [======================= ] 1372/3577 38% [======================= ] 1373/3577 38% [======================= ] 1374/3577 38% [======================= ] 1375/3577 38% [======================= ] 1376/3577 38% [======================= ] 1377/3577 38% [======================= ] 1378/3577 38% [======================= ] 1379/3577 38% [======================= ] 1380/3577 38% [======================= ] 1381/3577 38% [======================= ] 1382/3577 38% [======================= ] 1383/3577 38% [======================= ] 1384/3577 38% [======================== ] 1385/3577 38% [======================== ] 1386/3577 38% [======================== ] 1387/3577 38% [======================== ] 1388/3577 38% [======================== ] 1389/3577 38% [======================== ] 1390/3577 38% [======================== ] 1391/3577 38% [======================== ] 1392/3577 38% [======================== ] 1393/3577 38% [======================== ] 1394/3577 38% [======================== ] 1395/3577 38% [======================== ] 1396/3577 39% [======================== ] 1397/3577 39% [======================== ] 1398/3577 39% [======================== ] 1399/3577 39% [======================== ] 1400/3577 39% [======================== ] 1401/3577 39% [======================== ] 1402/3577 39% [======================== ] 1403/3577 39% [======================== ] 1404/3577 39% [======================== ] 1405/3577 39% [======================== ] 1406/3577 39% [======================== ] 1407/3577 39% [======================== ] 1408/3577 39% [======================== ] 1409/3577 39% [======================== ] 1410/3577 39% [======================== ] 1411/3577 39% [======================== ] 1412/3577 39% [======================== ] 1413/3577 39% [======================== ] 1414/3577 39% [======================== ] 1415/3577 39% [======================== ] 1416/3577 39% [======================== ] 1417/3577 39% [======================== ] 1418/3577 39% [======================== ] 1419/3577 39% [======================== ] 1420/3577 39% [======================== ] 1421/3577 39% [======================== ] 1422/3577 39% [======================== ] 1423/3577 39% [======================== ] 1424/3577 39% [======================== ] 1425/3577 39% [======================== ] 1426/3577 39% [======================== ] 1427/3577 39% [======================== ] 1428/3577 39% [======================== ] 1429/3577 39% [======================== ] 1430/3577 39% [======================== ] 1431/3577 40% [======================== ] 1432/3577 40% [======================== ] 1433/3577 40% [======================== ] 1434/3577 40% [======================== ] 1435/3577 40% [======================== ] 1436/3577 40% [======================== ] 1437/3577 40% [======================== ] 1438/3577 40% [======================== ] 1439/3577 40% [======================== ] 1440/3577 40% [======================== ] 1441/3577 40% [======================== ] 1442/3577 40% [========================= ] 1443/3577 40% [========================= ] 1444/3577 40% [========================= ] 1445/3577 40% [========================= ] 1446/3577 40% [========================= ] 1447/3577 40% [========================= ] 1448/3577 40% [========================= ] 1449/3577 40% [========================= ] 1450/3577 40% [========================= ] 1451/3577 40% [========================= ] 1452/3577 40% [========================= ] 1453/3577 40% [========================= ] 1454/3577 40% [========================= ] 1455/3577 40% [========================= ] 1456/3577 40% [========================= ] 1457/3577 40% [========================= ] 1458/3577 40% [========================= ] 1459/3577 40% [========================= ] 1460/3577 40% [========================= ] 1461/3577 40% [========================= ] 1462/3577 40% [========================= ] 1463/3577 40% [========================= ] 1464/3577 40% [========================= ] 1465/3577 40% [========================= ] 1466/3577 40% [========================= ] 1467/3577 41% [========================= ] 1468/3577 41% [========================= ] 1469/3577 41% [========================= ] 1470/3577 41% [========================= ] 1471/3577 41% [========================= ] 1472/3577 41% [========================= ] 1473/3577 41% [========================= ] 1474/3577 41% [========================= ] 1475/3577 41% [========================= ] 1476/3577 41% [========================= ] 1477/3577 41% [========================= ] 1478/3577 41% [========================= ] 1479/3577 41% [========================= ] 1480/3577 41% [========================= ] 1481/3577 41% [========================= ] 1482/3577 41% [========================= ] 1483/3577 41% [========================= ] 1484/3577 41% [========================= ] 1485/3577 41% [========================= ] 1486/3577 41% [========================= ] 1487/3577 41% [========================= ] 1488/3577 41% [========================= ] 1489/3577 41% [========================= ] 1490/3577 41% [========================= ] 1491/3577 41% [========================= ] 1492/3577 41% [========================= ] 1493/3577 41% [========================= ] 1494/3577 41% [========================= ] 1495/3577 41% [========================= ] 1496/3577 41% [========================= ] 1497/3577 41% [========================= ] 1498/3577 41% [========================= ] 1499/3577 41% [========================= ] 1500/3577 41% [========================== ] 1501/3577 41% [========================== ] 1502/3577 41% [========================== ] 1503/3577 42% [========================== ] 1504/3577 42% [========================== ] 1505/3577 42% [========================== ] 1506/3577 42% [========================== ] 1507/3577 42% [========================== ] 1508/3577 42% [========================== ] 1509/3577 42% [========================== ] 1510/3577 42% [========================== ] 1511/3577 42% [========================== ] 1512/3577 42% [========================== ] 1513/3577 42% [========================== ] 1514/3577 42% [========================== ] 1515/3577 42% [========================== ] 1516/3577 42% [========================== ] 1517/3577 42% [========================== ] 1518/3577 42% [========================== ] 1519/3577 42% [========================== ] 1520/3577 42% [========================== ] 1521/3577 42% [========================== ] 1522/3577 42% [========================== ] 1523/3577 42% [========================== ] 1524/3577 42% [========================== ] 1525/3577 42% [========================== ] 1526/3577 42% [========================== ] 1527/3577 42% [========================== ] 1528/3577 42% [========================== ] 1529/3577 42% [========================== ] 1530/3577 42% [========================== ] 1531/3577 42% [========================== ] 1532/3577 42% [========================== ] 1533/3577 42% [========================== ] 1534/3577 42% [========================== ] 1535/3577 42% [========================== ] 1536/3577 42% [========================== ] 1537/3577 42% [========================== ] 1538/3577 42% [========================== ] 1539/3577 43% [========================== ] 1540/3577 43% [========================== ] 1541/3577 43% [========================== ] 1542/3577 43% [========================== ] 1543/3577 43% [========================== ] 1544/3577 43% [========================== ] 1545/3577 43% [========================== ] 1546/3577 43% [========================== ] 1547/3577 43% [========================== ] 1548/3577 43% [========================== ] 1549/3577 43% [========================== ] 1550/3577 43% [========================== ] 1551/3577 43% [========================== ] 1552/3577 43% [========================== ] 1553/3577 43% [========================== ] 1554/3577 43% [========================== ] 1555/3577 43% [========================== ] 1556/3577 43% [========================== ] 1557/3577 43% [=========================== ] 1558/3577 43% [=========================== ] 1559/3577 43% [=========================== ] 1560/3577 43% [=========================== ] 1561/3577 43% [=========================== ] 1562/3577 43% [=========================== ] 1563/3577 43% [=========================== ] 1564/3577 43% [=========================== ] 1565/3577 43% [=========================== ] 1566/3577 43% [=========================== ] 1567/3577 43% [=========================== ] 1568/3577 43% [=========================== ] 1569/3577 43% [=========================== ] 1570/3577 43% [=========================== ] 1571/3577 43% [=========================== ] 1572/3577 43% [=========================== ] 1573/3577 43% [=========================== ] 1574/3577 44% [=========================== ] 1575/3577 44% [=========================== ] 1576/3577 44% [=========================== ] 1577/3577 44% [=========================== ] 1578/3577 44% [=========================== ] 1579/3577 44% [=========================== ] 1580/3577 44% [=========================== ] 1581/3577 44% [=========================== ] 1582/3577 44% [=========================== ] 1583/3577 44% [=========================== ] 1584/3577 44% [=========================== ] 1585/3577 44% [=========================== ] 1586/3577 44% [=========================== ] 1587/3577 44% [=========================== ] 1588/3577 44% [=========================== ] 1589/3577 44% [=========================== ] 1590/3577 44% [=========================== ] 1591/3577 44% [=========================== ] 1592/3577 44% [=========================== ] 1593/3577 44% [=========================== ] 1594/3577 44% [=========================== ] 1595/3577 44% [=========================== ] 1596/3577 44% [=========================== ] 1597/3577 44% [=========================== ] 1598/3577 44% [=========================== ] 1599/3577 44% [=========================== ] 1600/3577 44% [=========================== ] 1601/3577 44% [=========================== ] 1602/3577 44% [=========================== ] 1603/3577 44% [=========================== ] 1604/3577 44% [=========================== ] 1605/3577 44% [=========================== ] 1606/3577 44% [=========================== ] 1607/3577 44% [=========================== ] 1608/3577 44% [=========================== ] 1609/3577 44% [=========================== ] 1610/3577 45% [=========================== ] 1611/3577 45% [=========================== ] 1612/3577 45% [=========================== ] 1613/3577 45% [=========================== ] 1614/3577 45% [=========================== ] 1615/3577 45% [============================ ] 1616/3577 45% [============================ ] 1617/3577 45% [============================ ] 1618/3577 45% [============================ ] 1619/3577 45% [============================ ] 1620/3577 45% [============================ ] 1621/3577 45% [============================ ] 1622/3577 45% [============================ ] 1623/3577 45% [============================ ] 1624/3577 45% [============================ ] 1625/3577 45% [============================ ] 1626/3577 45% [============================ ] 1627/3577 45% [============================ ] 1628/3577 45% [============================ ] 1629/3577 45% [============================ ] 1630/3577 45% [============================ ] 1631/3577 45% [============================ ] 1632/3577 45% [============================ ] 1633/3577 45% [============================ ] 1634/3577 45% [============================ ] 1635/3577 45% [============================ ] 1636/3577 45% [============================ ] 1637/3577 45% [============================ ] 1638/3577 45% [============================ ] 1639/3577 45% [============================ ] 1640/3577 45% [============================ ] 1641/3577 45% [============================ ] 1642/3577 45% [============================ ] 1643/3577 45% [============================ ] 1644/3577 45% [============================ ] 1645/3577 45% [============================ ] 1646/3577 46% [============================ ] 1647/3577 46% [============================ ] 1648/3577 46% [============================ ] 1649/3577 46% [============================ ] 1650/3577 46% [============================ ] 1651/3577 46% [============================ ] 1652/3577 46% [============================ ] 1653/3577 46% [============================ ] 1654/3577 46% [============================ ] 1655/3577 46% [============================ ] 1656/3577 46% [============================ ] 1657/3577 46% [============================ ] 1658/3577 46% [============================ ] 1659/3577 46% [============================ ] 1660/3577 46% [============================ ] 1661/3577 46% [============================ ] 1662/3577 46% [============================ ] 1663/3577 46% [============================ ] 1664/3577 46% [============================ ] 1665/3577 46% [============================ ] 1666/3577 46% [============================ ] 1667/3577 46% [============================ ] 1668/3577 46% [============================ ] 1669/3577 46% [============================ ] 1670/3577 46% [============================ ] 1671/3577 46% [============================ ] 1672/3577 46% [============================ ] 1673/3577 46% [============================= ] 1674/3577 46% [============================= ] 1675/3577 46% [============================= ] 1676/3577 46% [============================= ] 1677/3577 46% [============================= ] 1678/3577 46% [============================= ] 1679/3577 46% [============================= ] 1680/3577 46% [============================= ] 1681/3577 46% [============================= ] 1682/3577 47% [============================= ] 1683/3577 47% [============================= ] 1684/3577 47% [============================= ] 1685/3577 47% [============================= ] 1686/3577 47% [============================= ] 1687/3577 47% [============================= ] 1688/3577 47% [============================= ] 1689/3577 47% [============================= ] 1690/3577 47% [============================= ] 1691/3577 47% [============================= ] 1692/3577 47% [============================= ] 1693/3577 47% [============================= ] 1694/3577 47% [============================= ] 1695/3577 47% [============================= ] 1696/3577 47% [============================= ] 1697/3577 47% [============================= ] 1698/3577 47% [============================= ] 1699/3577 47% [============================= ] 1700/3577 47% [============================= ] 1701/3577 47% [============================= ] 1702/3577 47% [============================= ] 1703/3577 47% [============================= ] 1704/3577 47% [============================= ] 1705/3577 47% [============================= ] 1706/3577 47% [============================= ] 1707/3577 47% [============================= ] 1708/3577 47% [============================= ] 1709/3577 47% [============================= ] 1710/3577 47% [============================= ] 1711/3577 47% [============================= ] 1712/3577 47% [============================= ] 1713/3577 47% [============================= ] 1714/3577 47% [============================= ] 1715/3577 47% [============================= ] 1716/3577 47% [============================= ] 1717/3577 48% [============================= ] 1718/3577 48% [============================= ] 1719/3577 48% [============================= ] 1720/3577 48% [============================= ] 1721/3577 48% [============================= ] 1722/3577 48% [============================= ] 1723/3577 48% [============================= ] 1724/3577 48% [============================= ] 1725/3577 48% [============================= ] 1726/3577 48% [============================= ] 1727/3577 48% [============================= ] 1728/3577 48% [============================= ] 1729/3577 48% [============================= ] 1730/3577 48% [============================== ] 1731/3577 48% [============================== ] 1732/3577 48% [============================== ] 1733/3577 48% [============================== ] 1734/3577 48% [============================== ] 1735/3577 48% [============================== ] 1736/3577 48% [============================== ] 1737/3577 48% [============================== ] 1738/3577 48% [============================== ] 1739/3577 48% [============================== ] 1740/3577 48% [============================== ] 1741/3577 48% [============================== ] 1742/3577 48% [============================== ] 1743/3577 48% [============================== ] 1744/3577 48% [============================== ] 1745/3577 48% [============================== ] 1746/3577 48% [============================== ] 1747/3577 48% [============================== ] 1748/3577 48% [============================== ] 1749/3577 48% [============================== ] 1750/3577 48% [============================== ] 1751/3577 48% [============================== ] 1752/3577 48% [============================== ] 1753/3577 49% [============================== ] 1754/3577 49% [============================== ] 1755/3577 49% [============================== ] 1756/3577 49% [============================== ] 1757/3577 49% [============================== ] 1758/3577 49% [============================== ] 1759/3577 49% [============================== ] 1760/3577 49% [============================== ] 1761/3577 49% [============================== ] 1762/3577 49% [============================== ] 1763/3577 49% [============================== ] 1764/3577 49% [============================== ] 1765/3577 49% [============================== ] 1766/3577 49% [============================== ] 1767/3577 49% [============================== ] 1768/3577 49% [============================== ] 1769/3577 49% [============================== ] 1770/3577 49% [============================== ] 1771/3577 49% [============================== ] 1772/3577 49% [============================== ] 1773/3577 49% [============================== ] 1774/3577 49% [============================== ] 1775/3577 49% [============================== ] 1776/3577 49% [============================== ] 1777/3577 49% [============================== ] 1778/3577 49% [============================== ] 1779/3577 49% [============================== ] 1780/3577 49% [============================== ] 1781/3577 49% [============================== ] 1782/3577 49% [============================== ] 1783/3577 49% [============================== ] 1784/3577 49% [============================== ] 1785/3577 49% [============================== ] 1786/3577 49% [============================== ] 1787/3577 49% [============================== ] 1788/3577 49% [=============================== ] 1789/3577 50% [=============================== ] 1790/3577 50% [=============================== ] 1791/3577 50% [=============================== ] 1792/3577 50% [=============================== ] 1793/3577 50% [=============================== ] 1794/3577 50% [=============================== ] 1795/3577 50% [=============================== ] 1796/3577 50% [=============================== ] 1797/3577 50% [=============================== ] 1798/3577 50% [=============================== ] 1799/3577 50% [=============================== ] 1800/3577 50% [=============================== ] 1801/3577 50% [=============================== ] 1802/3577 50% [=============================== ] 1803/3577 50% [=============================== ] 1804/3577 50% [=============================== ] 1805/3577 50% [=============================== ] 1806/3577 50% [=============================== ] 1807/3577 50% [=============================== ] 1808/3577 50% [=============================== ] 1809/3577 50% [=============================== ] 1810/3577 50% [=============================== ] 1811/3577 50% [=============================== ] 1812/3577 50% [=============================== ] 1813/3577 50% [=============================== ] 1814/3577 50% [=============================== ] 1815/3577 50% [=============================== ] 1816/3577 50% [=============================== ] 1817/3577 50% [=============================== ] 1818/3577 50% [=============================== ] 1819/3577 50% [=============================== ] 1820/3577 50% [=============================== ] 1821/3577 50% [=============================== ] 1822/3577 50% [=============================== ] 1823/3577 50% [=============================== ] 1824/3577 50% [=============================== ] 1825/3577 51% [=============================== ] 1826/3577 51% [=============================== ] 1827/3577 51% [=============================== ] 1828/3577 51% [=============================== ] 1829/3577 51% [=============================== ] 1830/3577 51% [=============================== ] 1831/3577 51% [=============================== ] 1832/3577 51% [=============================== ] 1833/3577 51% [=============================== ] 1834/3577 51% [=============================== ] 1835/3577 51% [=============================== ] 1836/3577 51% [=============================== ] 1837/3577 51% [=============================== ] 1838/3577 51% [=============================== ] 1839/3577 51% [=============================== ] 1840/3577 51% [=============================== ] 1841/3577 51% [=============================== ] 1842/3577 51% [=============================== ] 1843/3577 51% [=============================== ] 1844/3577 51% [=============================== ] 1845/3577 51% [=============================== ] 1846/3577 51% [================================ ] 1847/3577 51% [================================ ] 1848/3577 51% [================================ ] 1849/3577 51% [================================ ] 1850/3577 51% [================================ ] 1851/3577 51% [================================ ] 1852/3577 51% [================================ ] 1853/3577 51% [================================ ] 1854/3577 51% [================================ ] 1855/3577 51% [================================ ] 1856/3577 51% [================================ ] 1857/3577 51% [================================ ] 1858/3577 51% [================================ ] 1859/3577 51% [================================ ] 1860/3577 51% [================================ ] 1861/3577 52% [================================ ] 1862/3577 52% [================================ ] 1863/3577 52% [================================ ] 1864/3577 52% [================================ ] 1865/3577 52% [================================ ] 1866/3577 52% [================================ ] 1867/3577 52% [================================ ] 1868/3577 52% [================================ ] 1869/3577 52% [================================ ] 1870/3577 52% [================================ ] 1871/3577 52% [================================ ] 1872/3577 52% [================================ ] 1873/3577 52% [================================ ] 1874/3577 52% [================================ ] 1875/3577 52% [================================ ] 1876/3577 52% [================================ ] 1877/3577 52% [================================ ] 1878/3577 52% [================================ ] 1879/3577 52% [================================ ] 1880/3577 52% [================================ ] 1881/3577 52% [================================ ] 1882/3577 52% [================================ ] 1883/3577 52% [================================ ] 1884/3577 52% [================================ ] 1885/3577 52% [================================ ] 1886/3577 52% [================================ ] 1887/3577 52% [================================ ] 1888/3577 52% [================================ ] 1889/3577 52% [================================ ] 1890/3577 52% [================================ ] 1891/3577 52% [================================ ] 1892/3577 52% [================================ ] 1893/3577 52% [================================ ] 1894/3577 52% [================================ ] 1895/3577 52% [================================ ] 1896/3577 53% [================================ ] 1897/3577 53% [================================ ] 1898/3577 53% [================================ ] 1899/3577 53% [================================ ] 1900/3577 53% [================================ ] 1901/3577 53% [================================ ] 1902/3577 53% [================================ ] 1903/3577 53% [================================= ] 1904/3577 53% [================================= ] 1905/3577 53% [================================= ] 1906/3577 53% [================================= ] 1907/3577 53% [================================= ] 1908/3577 53% [================================= ] 1909/3577 53% [================================= ] 1910/3577 53% [================================= ] 1911/3577 53% [================================= ] 1912/3577 53% [================================= ] 1913/3577 53% [================================= ] 1914/3577 53% [================================= ] 1915/3577 53% [================================= ] 1916/3577 53% [================================= ] 1917/3577 53% [================================= ] 1918/3577 53% [================================= ] 1919/3577 53% [================================= ] 1920/3577 53% [================================= ] 1921/3577 53% [================================= ] 1922/3577 53% [================================= ] 1923/3577 53% [================================= ] 1924/3577 53% [================================= ] 1925/3577 53% [================================= ] 1926/3577 53% [================================= ] 1927/3577 53% [================================= ] 1928/3577 53% [================================= ] 1929/3577 53% [================================= ] 1930/3577 53% [================================= ] 1931/3577 53% [================================= ] 1932/3577 54% [================================= ] 1933/3577 54% [================================= ] 1934/3577 54% [================================= ] 1935/3577 54% [================================= ] 1936/3577 54% [================================= ] 1937/3577 54% [================================= ] 1938/3577 54% [================================= ] 1939/3577 54% [================================= ] 1940/3577 54% [================================= ] 1941/3577 54% [================================= ] 1942/3577 54% [================================= ] 1943/3577 54% [================================= ] 1944/3577 54% [================================= ] 1945/3577 54% [================================= ] 1946/3577 54% [================================= ] 1947/3577 54% [================================= ] 1948/3577 54% [================================= ] 1949/3577 54% [================================= ] 1950/3577 54% [================================= ] 1951/3577 54% [================================= ] 1952/3577 54% [================================= ] 1953/3577 54% [================================= ] 1954/3577 54% [================================= ] 1955/3577 54% [================================= ] 1956/3577 54% [================================= ] 1957/3577 54% [================================= ] 1958/3577 54% [================================= ] 1959/3577 54% [================================= ] 1960/3577 54% [================================= ] 1961/3577 54% [================================== ] 1962/3577 54% [================================== ] 1963/3577 54% [================================== ] 1964/3577 54% [================================== ] 1965/3577 54% [================================== ] 1966/3577 54% [================================== ] 1967/3577 54% [================================== ] 1968/3577 55% [================================== ] 1969/3577 55% [================================== ] 1970/3577 55% [================================== ] 1971/3577 55% [================================== ] 1972/3577 55% [================================== ] 1973/3577 55% [================================== ] 1974/3577 55% [================================== ] 1975/3577 55% [================================== ] 1976/3577 55% [================================== ] 1977/3577 55% [================================== ] 1978/3577 55% [================================== ] 1979/3577 55% [================================== ] 1980/3577 55% [================================== ] 1981/3577 55% [================================== ] 1982/3577 55% [================================== ] 1983/3577 55% [================================== ] 1984/3577 55% [================================== ] 1985/3577 55% [================================== ] 1986/3577 55% [================================== ] 1987/3577 55% [================================== ] 1988/3577 55% [================================== ] 1989/3577 55% [================================== ] 1990/3577 55% [================================== ] 1991/3577 55% [================================== ] 1992/3577 55% [================================== ] 1993/3577 55% [================================== ] 1994/3577 55% [================================== ] 1995/3577 55% [================================== ] 1996/3577 55% [================================== ] 1997/3577 55% [================================== ] 1998/3577 55% [================================== ] 1999/3577 55% [================================== ] 2000/3577 55% [================================== ] 2001/3577 55% [================================== ] 2002/3577 55% [================================== ] 2003/3577 55% [================================== ] 2004/3577 56% [================================== ] 2005/3577 56% [================================== ] 2006/3577 56% [================================== ] 2007/3577 56% [================================== ] 2008/3577 56% [================================== ] 2009/3577 56% [================================== ] 2010/3577 56% [================================== ] 2011/3577 56% [================================== ] 2012/3577 56% [================================== ] 2013/3577 56% [================================== ] 2014/3577 56% [================================== ] 2015/3577 56% [================================== ] 2016/3577 56% [================================== ] 2017/3577 56% [================================== ] 2018/3577 56% [================================== ] 2019/3577 56% [=================================== ] 2020/3577 56% [=================================== ] 2021/3577 56% [=================================== ] 2022/3577 56% [=================================== ] 2023/3577 56% [=================================== ] 2024/3577 56% [=================================== ] 2025/3577 56% [=================================== ] 2026/3577 56% [=================================== ] 2027/3577 56% [=================================== ] 2028/3577 56% [=================================== ] 2029/3577 56% [=================================== ] 2030/3577 56% [=================================== ] 2031/3577 56% [=================================== ] 2032/3577 56% [=================================== ] 2033/3577 56% [=================================== ] 2034/3577 56% [=================================== ] 2035/3577 56% [=================================== ] 2036/3577 56% [=================================== ] 2037/3577 56% [=================================== ] 2038/3577 56% [=================================== ] 2039/3577 57% [=================================== ] 2040/3577 57% [=================================== ] 2041/3577 57% [=================================== ] 2042/3577 57% [=================================== ] 2043/3577 57% [=================================== ] 2044/3577 57% [=================================== ] 2045/3577 57% [=================================== ] 2046/3577 57% [=================================== ] 2047/3577 57% [=================================== ] 2048/3577 57% [=================================== ] 2049/3577 57% [=================================== ] 2050/3577 57% [=================================== ] 2051/3577 57% [=================================== ] 2052/3577 57% [=================================== ] 2053/3577 57% [=================================== ] 2054/3577 57% [=================================== ] 2055/3577 57% [=================================== ] 2056/3577 57% [=================================== ] 2057/3577 57% [=================================== ] 2058/3577 57% [=================================== ] 2059/3577 57% [=================================== ] 2060/3577 57% [=================================== ] 2061/3577 57% [=================================== ] 2062/3577 57% [=================================== ] 2063/3577 57% [=================================== ] 2064/3577 57% [=================================== ] 2065/3577 57% [=================================== ] 2066/3577 57% [=================================== ] 2067/3577 57% [=================================== ] 2068/3577 57% [=================================== ] 2069/3577 57% [=================================== ] 2070/3577 57% [=================================== ] 2071/3577 57% [=================================== ] 2072/3577 57% [=================================== ] 2073/3577 57% [=================================== ] 2074/3577 57% [=================================== ] 2075/3577 58% [=================================== ] 2076/3577 58% [==================================== ] 2077/3577 58% [==================================== ] 2078/3577 58% [==================================== ] 2079/3577 58% [==================================== ] 2080/3577 58% [==================================== ] 2081/3577 58% [==================================== ] 2082/3577 58% [==================================== ] 2083/3577 58% [==================================== ] 2084/3577 58% [==================================== ] 2085/3577 58% [==================================== ] 2086/3577 58% [==================================== ] 2087/3577 58% [==================================== ] 2088/3577 58% [==================================== ] 2089/3577 58% [==================================== ] 2090/3577 58% [==================================== ] 2091/3577 58% [==================================== ] 2092/3577 58% [==================================== ] 2093/3577 58% [==================================== ] 2094/3577 58% [==================================== ] 2095/3577 58% [==================================== ] 2096/3577 58% [==================================== ] 2097/3577 58% [==================================== ] 2098/3577 58% [==================================== ] 2099/3577 58% [==================================== ] 2100/3577 58% [==================================== ] 2101/3577 58% [==================================== ] 2102/3577 58% [==================================== ] 2103/3577 58% [==================================== ] 2104/3577 58% [==================================== ] 2105/3577 58% [==================================== ] 2106/3577 58% [==================================== ] 2107/3577 58% [==================================== ] 2108/3577 58% [==================================== ] 2109/3577 58% [==================================== ] 2110/3577 58% [==================================== ] 2111/3577 59% [==================================== ] 2112/3577 59% [==================================== ] 2113/3577 59% [==================================== ] 2114/3577 59% [==================================== ] 2115/3577 59% [==================================== ] 2116/3577 59% [==================================== ] 2117/3577 59% [==================================== ] 2118/3577 59% [==================================== ] 2119/3577 59% [==================================== ] 2120/3577 59% [==================================== ] 2121/3577 59% [==================================== ] 2122/3577 59% [==================================== ] 2123/3577 59% [==================================== ] 2124/3577 59% [==================================== ] 2125/3577 59% [==================================== ] 2126/3577 59% [==================================== ] 2127/3577 59% [==================================== ] 2128/3577 59% [==================================== ] 2129/3577 59% [==================================== ] 2130/3577 59% [==================================== ] 2131/3577 59% [==================================== ] 2132/3577 59% [==================================== ] 2133/3577 59% [==================================== ] 2134/3577 59% [===================================== ] 2135/3577 59% [===================================== ] 2136/3577 59% [===================================== ] 2137/3577 59% [===================================== ] 2138/3577 59% [===================================== ] 2139/3577 59% [===================================== ] 2140/3577 59% [===================================== ] 2141/3577 59% [===================================== ] 2142/3577 59% [===================================== ] 2143/3577 59% [===================================== ] 2144/3577 59% [===================================== ] 2145/3577 59% [===================================== ] 2146/3577 59% [===================================== ] 2147/3577 60% [===================================== ] 2148/3577 60% [===================================== ] 2149/3577 60% [===================================== ] 2150/3577 60% [===================================== ] 2151/3577 60% [===================================== ] 2152/3577 60% [===================================== ] 2153/3577 60% [===================================== ] 2154/3577 60% [===================================== ] 2155/3577 60% [===================================== ] 2156/3577 60% [===================================== ] 2157/3577 60% [===================================== ] 2158/3577 60% [===================================== ] 2159/3577 60% [===================================== ] 2160/3577 60% [===================================== ] 2161/3577 60% [===================================== ] 2162/3577 60% [===================================== ] 2163/3577 60% [===================================== ] 2164/3577 60% [===================================== ] 2165/3577 60% [===================================== ] 2166/3577 60% [===================================== ] 2167/3577 60% [===================================== ] 2168/3577 60% [===================================== ] 2169/3577 60% [===================================== ] 2170/3577 60% [===================================== ] 2171/3577 60% [===================================== ] 2172/3577 60% [===================================== ] 2173/3577 60% [===================================== ] 2174/3577 60% [===================================== ] 2175/3577 60% [===================================== ] 2176/3577 60% [===================================== ] 2177/3577 60% [===================================== ] 2178/3577 60% [===================================== ] 2179/3577 60% [===================================== ] 2180/3577 60% [===================================== ] 2181/3577 60% [===================================== ] 2182/3577 61% [===================================== ] 2183/3577 61% [===================================== ] 2184/3577 61% [===================================== ] 2185/3577 61% [===================================== ] 2186/3577 61% [===================================== ] 2187/3577 61% [===================================== ] 2188/3577 61% [===================================== ] 2189/3577 61% [===================================== ] 2190/3577 61% [===================================== ] 2191/3577 61% [===================================== ] 2192/3577 61% [====================================== ] 2193/3577 61% [====================================== ] 2194/3577 61% [====================================== ] 2195/3577 61% [====================================== ] 2196/3577 61% [====================================== ] 2197/3577 61% [====================================== ] 2198/3577 61% [====================================== ] 2199/3577 61% [====================================== ] 2200/3577 61% [====================================== ] 2201/3577 61% [====================================== ] 2202/3577 61% [====================================== ] 2203/3577 61% [====================================== ] 2204/3577 61% [====================================== ] 2205/3577 61% [====================================== ] 2206/3577 61% [====================================== ] 2207/3577 61% [====================================== ] 2208/3577 61% [====================================== ] 2209/3577 61% [====================================== ] 2210/3577 61% [====================================== ] 2211/3577 61% [====================================== ] 2212/3577 61% [====================================== ] 2213/3577 61% [====================================== ] 2214/3577 61% [====================================== ] 2215/3577 61% [====================================== ] 2216/3577 61% [====================================== ] 2217/3577 61% [====================================== ] 2218/3577 62% [====================================== ] 2219/3577 62% [====================================== ] 2220/3577 62% [====================================== ] 2221/3577 62% [====================================== ] 2222/3577 62% [====================================== ] 2223/3577 62% [====================================== ] 2224/3577 62% [====================================== ] 2225/3577 62% [====================================== ] 2226/3577 62% [====================================== ] 2227/3577 62% [====================================== ] 2228/3577 62% [====================================== ] 2229/3577 62% [====================================== ] 2230/3577 62% [====================================== ] 2231/3577 62% [====================================== ] 2232/3577 62% [====================================== ] 2233/3577 62% [====================================== ] 2234/3577 62% [====================================== ] 2235/3577 62% [====================================== ] 2236/3577 62% [====================================== ] 2237/3577 62% [====================================== ] 2238/3577 62% [====================================== ] 2239/3577 62% [====================================== ] 2240/3577 62% [====================================== ] 2241/3577 62% [====================================== ] 2242/3577 62% [====================================== ] 2243/3577 62% [====================================== ] 2244/3577 62% [====================================== ] 2245/3577 62% [====================================== ] 2246/3577 62% [====================================== ] 2247/3577 62% [====================================== ] 2248/3577 62% [====================================== ] 2249/3577 62% [====================================== ] 2250/3577 62% [======================================= ] 2251/3577 62% [======================================= ] 2252/3577 62% [======================================= ] 2253/3577 62% [======================================= ] 2254/3577 63% [======================================= ] 2255/3577 63% [======================================= ] 2256/3577 63% [======================================= ] 2257/3577 63% [======================================= ] 2258/3577 63% [======================================= ] 2259/3577 63% [======================================= ] 2260/3577 63% [======================================= ] 2261/3577 63% [======================================= ] 2262/3577 63% [======================================= ] 2263/3577 63% [======================================= ] 2264/3577 63% [======================================= ] 2265/3577 63% [======================================= ] 2266/3577 63% [======================================= ] 2267/3577 63% [======================================= ] 2268/3577 63% [======================================= ] 2269/3577 63% [======================================= ] 2270/3577 63% [======================================= ] 2271/3577 63% [======================================= ] 2272/3577 63% [======================================= ] 2273/3577 63% [======================================= ] 2274/3577 63% [======================================= ] 2275/3577 63% [======================================= ] 2276/3577 63% [======================================= ] 2277/3577 63% [======================================= ] 2278/3577 63% [======================================= ] 2279/3577 63% [======================================= ] 2280/3577 63% [======================================= ] 2281/3577 63% [======================================= ] 2282/3577 63% [======================================= ] 2283/3577 63% [======================================= ] 2284/3577 63% [======================================= ] 2285/3577 63% [======================================= ] 2286/3577 63% [======================================= ] 2287/3577 63% [======================================= ] 2288/3577 63% [======================================= ] 2289/3577 63% [======================================= ] 2290/3577 64% [======================================= ] 2291/3577 64% [======================================= ] 2292/3577 64% [======================================= ] 2293/3577 64% [======================================= ] 2294/3577 64% [======================================= ] 2295/3577 64% [======================================= ] 2296/3577 64% [======================================= ] 2297/3577 64% [======================================= ] 2298/3577 64% [======================================= ] 2299/3577 64% [======================================= ] 2300/3577 64% [======================================= ] 2301/3577 64% [======================================= ] 2302/3577 64% [======================================= ] 2303/3577 64% [======================================= ] 2304/3577 64% [======================================= ] 2305/3577 64% [======================================= ] 2306/3577 64% [======================================= ] 2307/3577 64% [======================================== ] 2308/3577 64% [======================================== ] 2309/3577 64% [======================================== ] 2310/3577 64% [======================================== ] 2311/3577 64% [======================================== ] 2312/3577 64% [======================================== ] 2313/3577 64% [======================================== ] 2314/3577 64% [======================================== ] 2315/3577 64% [======================================== ] 2316/3577 64% [======================================== ] 2317/3577 64% [======================================== ] 2318/3577 64% [======================================== ] 2319/3577 64% [======================================== ] 2320/3577 64% [======================================== ] 2321/3577 64% [======================================== ] 2322/3577 64% [======================================== ] 2323/3577 64% [======================================== ] 2324/3577 64% [======================================== ] 2325/3577 64% [======================================== ] 2326/3577 65% [======================================== ] 2327/3577 65% [======================================== ] 2328/3577 65% [======================================== ] 2329/3577 65% [======================================== ] 2330/3577 65% [======================================== ] 2331/3577 65% [======================================== ] 2332/3577 65% [======================================== ] 2333/3577 65% [======================================== ] 2334/3577 65% [======================================== ] 2335/3577 65% [======================================== ] 2336/3577 65% [======================================== ] 2337/3577 65% [======================================== ] 2338/3577 65% [======================================== ] 2339/3577 65% [======================================== ] 2340/3577 65% [======================================== ] 2341/3577 65% [======================================== ] 2342/3577 65% [======================================== ] 2343/3577 65% [======================================== ] 2344/3577 65% [======================================== ] 2345/3577 65% [======================================== ] 2346/3577 65% [======================================== ] 2347/3577 65% [======================================== ] 2348/3577 65% [======================================== ] 2349/3577 65% [======================================== ] 2350/3577 65% [======================================== ] 2351/3577 65% [======================================== ] 2352/3577 65% [======================================== ] 2353/3577 65% [======================================== ] 2354/3577 65% [======================================== ] 2355/3577 65% [======================================== ] 2356/3577 65% [======================================== ] 2357/3577 65% [======================================== ] 2358/3577 65% [======================================== ] 2359/3577 65% [======================================== ] 2360/3577 65% [======================================== ] 2361/3577 66% [======================================== ] 2362/3577 66% [======================================== ] 2363/3577 66% [======================================== ] 2364/3577 66% [======================================== ] 2365/3577 66% [========================================= ] 2366/3577 66% [========================================= ] 2367/3577 66% [========================================= ] 2368/3577 66% [========================================= ] 2369/3577 66% [========================================= ] 2370/3577 66% [========================================= ] 2371/3577 66% [========================================= ] 2372/3577 66% [========================================= ] 2373/3577 66% [========================================= ] 2374/3577 66% [========================================= ] 2375/3577 66% [========================================= ] 2376/3577 66% [========================================= ] 2377/3577 66% [========================================= ] 2378/3577 66% [========================================= ] 2379/3577 66% [========================================= ] 2380/3577 66% [========================================= ] 2381/3577 66% [========================================= ] 2382/3577 66% [========================================= ] 2383/3577 66% [========================================= ] 2384/3577 66% [========================================= ] 2385/3577 66% [========================================= ] 2386/3577 66% [========================================= ] 2387/3577 66% [========================================= ] 2388/3577 66% [========================================= ] 2389/3577 66% [========================================= ] 2390/3577 66% [========================================= ] 2391/3577 66% [========================================= ] 2392/3577 66% [========================================= ] 2393/3577 66% [========================================= ] 2394/3577 66% [========================================= ] 2395/3577 66% [========================================= ] 2396/3577 66% [========================================= ] 2397/3577 67% [========================================= ] 2398/3577 67% [========================================= ] 2399/3577 67% [========================================= ] 2400/3577 67% [========================================= ] 2401/3577 67% [========================================= ] 2402/3577 67% [========================================= ] 2403/3577 67% [========================================= ] 2404/3577 67% [========================================= ] 2405/3577 67% [========================================= ] 2406/3577 67% [========================================= ] 2407/3577 67% [========================================= ] 2408/3577 67% [========================================= ] 2409/3577 67% [========================================= ] 2410/3577 67% [========================================= ] 2411/3577 67% [========================================= ] 2412/3577 67% [========================================= ] 2413/3577 67% [========================================= ] 2414/3577 67% [========================================= ] 2415/3577 67% [========================================= ] 2416/3577 67% [========================================= ] 2417/3577 67% [========================================= ] 2418/3577 67% [========================================= ] 2419/3577 67% [========================================= ] 2420/3577 67% [========================================= ] 2421/3577 67% [========================================= ] 2422/3577 67% [========================================= ] 2423/3577 67% [========================================== ] 2424/3577 67% [========================================== ] 2425/3577 67% [========================================== ] 2426/3577 67% [========================================== ] 2427/3577 67% [========================================== ] 2428/3577 67% [========================================== ] 2429/3577 67% [========================================== ] 2430/3577 67% [========================================== ] 2431/3577 67% [========================================== ] 2432/3577 67% [========================================== ] 2433/3577 68% [========================================== ] 2434/3577 68% [========================================== ] 2435/3577 68% [========================================== ] 2436/3577 68% [========================================== ] 2437/3577 68% [========================================== ] 2438/3577 68% [========================================== ] 2439/3577 68% [========================================== ] 2440/3577 68% [========================================== ] 2441/3577 68% [========================================== ] 2442/3577 68% [========================================== ] 2443/3577 68% [========================================== ] 2444/3577 68% [========================================== ] 2445/3577 68% [========================================== ] 2446/3577 68% [========================================== ] 2447/3577 68% [========================================== ] 2448/3577 68% [========================================== ] 2449/3577 68% [========================================== ] 2450/3577 68% [========================================== ] 2451/3577 68% [========================================== ] 2452/3577 68% [========================================== ] 2453/3577 68% [========================================== ] 2454/3577 68% [========================================== ] 2455/3577 68% [========================================== ] 2456/3577 68% [========================================== ] 2457/3577 68% [========================================== ] 2458/3577 68% [========================================== ] 2459/3577 68% [========================================== ] 2460/3577 68% [========================================== ] 2461/3577 68% [========================================== ] 2462/3577 68% [========================================== ] 2463/3577 68% [========================================== ] 2464/3577 68% [========================================== ] 2465/3577 68% [========================================== ] 2466/3577 68% [========================================== ] 2467/3577 68% [========================================== ] 2468/3577 68% [========================================== ] 2469/3577 69% [========================================== ] 2470/3577 69% [========================================== ] 2471/3577 69% [========================================== ] 2472/3577 69% [========================================== ] 2473/3577 69% [========================================== ] 2474/3577 69% [========================================== ] 2475/3577 69% [========================================== ] 2476/3577 69% [========================================== ] 2477/3577 69% [========================================== ] 2478/3577 69% [========================================== ] 2479/3577 69% [========================================== ] 2480/3577 69% [=========================================== ] 2481/3577 69% [=========================================== ] 2482/3577 69% [=========================================== ] 2483/3577 69% [=========================================== ] 2484/3577 69% [=========================================== ] 2485/3577 69% [=========================================== ] 2486/3577 69% [=========================================== ] 2487/3577 69% [=========================================== ] 2488/3577 69% [=========================================== ] 2489/3577 69% [=========================================== ] 2490/3577 69% [=========================================== ] 2491/3577 69% [=========================================== ] 2492/3577 69% [=========================================== ] 2493/3577 69% [=========================================== ] 2494/3577 69% [=========================================== ] 2495/3577 69% [=========================================== ] 2496/3577 69% [=========================================== ] 2497/3577 69% [=========================================== ] 2498/3577 69% [=========================================== ] 2499/3577 69% [=========================================== ] 2500/3577 69% [=========================================== ] 2501/3577 69% [=========================================== ] 2502/3577 69% [=========================================== ] 2503/3577 69% [=========================================== ] 2504/3577 70% [=========================================== ] 2505/3577 70% [=========================================== ] 2506/3577 70% [=========================================== ] 2507/3577 70% [=========================================== ] 2508/3577 70% [=========================================== ] 2509/3577 70% [=========================================== ] 2510/3577 70% [=========================================== ] 2511/3577 70% [=========================================== ] 2512/3577 70% [=========================================== ] 2513/3577 70% [=========================================== ] 2514/3577 70% [=========================================== ] 2515/3577 70% [=========================================== ] 2516/3577 70% [=========================================== ] 2517/3577 70% [=========================================== ] 2518/3577 70% [=========================================== ] 2519/3577 70% [=========================================== ] 2520/3577 70% [=========================================== ] 2521/3577 70% [=========================================== ] 2522/3577 70% [=========================================== ] 2523/3577 70% [=========================================== ] 2524/3577 70% [=========================================== ] 2525/3577 70% [=========================================== ] 2526/3577 70% [=========================================== ] 2527/3577 70% [=========================================== ] 2528/3577 70% [=========================================== ] 2529/3577 70% [=========================================== ] 2530/3577 70% [=========================================== ] 2531/3577 70% [=========================================== ] 2532/3577 70% [=========================================== ] 2533/3577 70% [=========================================== ] 2534/3577 70% [=========================================== ] 2535/3577 70% [=========================================== ] 2536/3577 70% [=========================================== ] 2537/3577 70% [=========================================== ] 2538/3577 70% [============================================ ] 2539/3577 70% [============================================ ] 2540/3577 71% [============================================ ] 2541/3577 71% [============================================ ] 2542/3577 71% [============================================ ] 2543/3577 71% [============================================ ] 2544/3577 71% [============================================ ] 2545/3577 71% [============================================ ] 2546/3577 71% [============================================ ] 2547/3577 71% [============================================ ] 2548/3577 71% [============================================ ] 2549/3577 71% [============================================ ] 2550/3577 71% [============================================ ] 2551/3577 71% [============================================ ] 2552/3577 71% [============================================ ] 2553/3577 71% [============================================ ] 2554/3577 71% [============================================ ] 2555/3577 71% [============================================ ] 2556/3577 71% [============================================ ] 2557/3577 71% [============================================ ] 2558/3577 71% [============================================ ] 2559/3577 71% [============================================ ] 2560/3577 71% [============================================ ] 2561/3577 71% [============================================ ] 2562/3577 71% [============================================ ] 2563/3577 71% [============================================ ] 2564/3577 71% [============================================ ] 2565/3577 71% [============================================ ] 2566/3577 71% [============================================ ] 2567/3577 71% [============================================ ] 2568/3577 71% [============================================ ] 2569/3577 71% [============================================ ] 2570/3577 71% [============================================ ] 2571/3577 71% [============================================ ] 2572/3577 71% [============================================ ] 2573/3577 71% [============================================ ] 2574/3577 71% [============================================ ] 2575/3577 71% [============================================ ] 2576/3577 72% [============================================ ] 2577/3577 72% [============================================ ] 2578/3577 72% [============================================ ] 2579/3577 72% [============================================ ] 2580/3577 72% [============================================ ] 2581/3577 72% [============================================ ] 2582/3577 72% [============================================ ] 2583/3577 72% [============================================ ] 2584/3577 72% [============================================ ] 2585/3577 72% [============================================ ] 2586/3577 72% [============================================ ] 2587/3577 72% [============================================ ] 2588/3577 72% [============================================ ] 2589/3577 72% [============================================ ] 2590/3577 72% [============================================ ] 2591/3577 72% [============================================ ] 2592/3577 72% [============================================ ] 2593/3577 72% [============================================ ] 2594/3577 72% [============================================ ] 2595/3577 72% [============================================ ] 2596/3577 72% [============================================= ] 2597/3577 72% [============================================= ] 2598/3577 72% [============================================= ] 2599/3577 72% [============================================= ] 2600/3577 72% [============================================= ] 2601/3577 72% [============================================= ] 2602/3577 72% [============================================= ] 2603/3577 72% [============================================= ] 2604/3577 72% [============================================= ] 2605/3577 72% [============================================= ] 2606/3577 72% [============================================= ] 2607/3577 72% [============================================= ] 2608/3577 72% [============================================= ] 2609/3577 72% [============================================= ] 2610/3577 72% [============================================= ] 2611/3577 72% [============================================= ] 2612/3577 73% [============================================= ] 2613/3577 73% [============================================= ] 2614/3577 73% [============================================= ] 2615/3577 73% [============================================= ] 2616/3577 73% [============================================= ] 2617/3577 73% [============================================= ] 2618/3577 73% [============================================= ] 2619/3577 73% [============================================= ] 2620/3577 73% [============================================= ] 2621/3577 73% [============================================= ] 2622/3577 73% [============================================= ] 2623/3577 73% [============================================= ] 2624/3577 73% [============================================= ] 2625/3577 73% [============================================= ] 2626/3577 73% [============================================= ] 2627/3577 73% [============================================= ] 2628/3577 73% [============================================= ] 2629/3577 73% [============================================= ] 2630/3577 73% [============================================= ] 2631/3577 73% [============================================= ] 2632/3577 73% [============================================= ] 2633/3577 73% [============================================= ] 2634/3577 73% [============================================= ] 2635/3577 73% [============================================= ] 2636/3577 73% [============================================= ] 2637/3577 73% [============================================= ] 2638/3577 73% [============================================= ] 2639/3577 73% [============================================= ] 2640/3577 73% [============================================= ] 2641/3577 73% [============================================= ] 2642/3577 73% [============================================= ] 2643/3577 73% [============================================= ] 2644/3577 73% [============================================= ] 2645/3577 73% [============================================= ] 2646/3577 73% [============================================= ] 2647/3577 74% [============================================= ] 2648/3577 74% [============================================= ] 2649/3577 74% [============================================= ] 2650/3577 74% [============================================= ] 2651/3577 74% [============================================= ] 2652/3577 74% [============================================= ] 2653/3577 74% [============================================== ] 2654/3577 74% [============================================== ] 2655/3577 74% [============================================== ] 2656/3577 74% [============================================== ] 2657/3577 74% [============================================== ] 2658/3577 74% [============================================== ] 2659/3577 74% [============================================== ] 2660/3577 74% [============================================== ] 2661/3577 74% [============================================== ] 2662/3577 74% [============================================== ] 2663/3577 74% [============================================== ] 2664/3577 74% [============================================== ] 2665/3577 74% [============================================== ] 2666/3577 74% [============================================== ] 2667/3577 74% [============================================== ] 2668/3577 74% [============================================== ] 2669/3577 74% [============================================== ] 2670/3577 74% [============================================== ] 2671/3577 74% [============================================== ] 2672/3577 74% [============================================== ] 2673/3577 74% [============================================== ] 2674/3577 74% [============================================== ] 2675/3577 74% [============================================== ] 2676/3577 74% [============================================== ] 2677/3577 74% [============================================== ] 2678/3577 74% [============================================== ] 2679/3577 74% [============================================== ] 2680/3577 74% [============================================== ] 2681/3577 74% [============================================== ] 2682/3577 74% [============================================== ] 2683/3577 75% [============================================== ] 2684/3577 75% [============================================== ] 2685/3577 75% [============================================== ] 2686/3577 75% [============================================== ] 2687/3577 75% [============================================== ] 2688/3577 75% [============================================== ] 2689/3577 75% [============================================== ] 2690/3577 75% [============================================== ] 2691/3577 75% [============================================== ] 2692/3577 75% [============================================== ] 2693/3577 75% [============================================== ] 2694/3577 75% [============================================== ] 2695/3577 75% [============================================== ] 2696/3577 75% [============================================== ] 2697/3577 75% [============================================== ] 2698/3577 75% [============================================== ] 2699/3577 75% [============================================== ] 2700/3577 75% [============================================== ] 2701/3577 75% [============================================== ] 2702/3577 75% [============================================== ] 2703/3577 75% [============================================== ] 2704/3577 75% [============================================== ] 2705/3577 75% [============================================== ] 2706/3577 75% [============================================== ] 2707/3577 75% [============================================== ] 2708/3577 75% [============================================== ] 2709/3577 75% [============================================== ] 2710/3577 75% [============================================== ] 2711/3577 75% [=============================================== ] 2712/3577 75% [=============================================== ] 2713/3577 75% [=============================================== ] 2714/3577 75% [=============================================== ] 2715/3577 75% [=============================================== ] 2716/3577 75% [=============================================== ] 2717/3577 75% [=============================================== ] 2718/3577 75% [=============================================== ] 2719/3577 76% [=============================================== ] 2720/3577 76% [=============================================== ] 2721/3577 76% [=============================================== ] 2722/3577 76% [=============================================== ] 2723/3577 76% [=============================================== ] 2724/3577 76% [=============================================== ] 2725/3577 76% [=============================================== ] 2726/3577 76% [=============================================== ] 2727/3577 76% [=============================================== ] 2728/3577 76% [=============================================== ] 2729/3577 76% [=============================================== ] 2730/3577 76% [=============================================== ] 2731/3577 76% [=============================================== ] 2732/3577 76% [=============================================== ] 2733/3577 76% [=============================================== ] 2734/3577 76% [=============================================== ] 2735/3577 76% [=============================================== ] 2736/3577 76% [=============================================== ] 2737/3577 76% [=============================================== ] 2738/3577 76% [=============================================== ] 2739/3577 76% [=============================================== ] 2740/3577 76% [=============================================== ] 2741/3577 76% [=============================================== ] 2742/3577 76% [=============================================== ] 2743/3577 76% [=============================================== ] 2744/3577 76% [=============================================== ] 2745/3577 76% [=============================================== ] 2746/3577 76% [=============================================== ] 2747/3577 76% [=============================================== ] 2748/3577 76% [=============================================== ] 2749/3577 76% [=============================================== ] 2750/3577 76% [=============================================== ] 2751/3577 76% [=============================================== ] 2752/3577 76% [=============================================== ] 2753/3577 76% [=============================================== ] 2754/3577 76% [=============================================== ] 2755/3577 77% [=============================================== ] 2756/3577 77% [=============================================== ] 2757/3577 77% [=============================================== ] 2758/3577 77% [=============================================== ] 2759/3577 77% [=============================================== ] 2760/3577 77% [=============================================== ] 2761/3577 77% [=============================================== ] 2762/3577 77% [=============================================== ] 2763/3577 77% [=============================================== ] 2764/3577 77% [=============================================== ] 2765/3577 77% [=============================================== ] 2766/3577 77% [=============================================== ] 2767/3577 77% [=============================================== ] 2768/3577 77% [=============================================== ] 2769/3577 77% [================================================ ] 2770/3577 77% [================================================ ] 2771/3577 77% [================================================ ] 2772/3577 77% [================================================ ] 2773/3577 77% [================================================ ] 2774/3577 77% [================================================ ] 2775/3577 77% [================================================ ] 2776/3577 77% [================================================ ] 2777/3577 77% [================================================ ] 2778/3577 77% [================================================ ] 2779/3577 77% [================================================ ] 2780/3577 77% [================================================ ] 2781/3577 77% [================================================ ] 2782/3577 77% [================================================ ] 2783/3577 77% [================================================ ] 2784/3577 77% [================================================ ] 2785/3577 77% [================================================ ] 2786/3577 77% [================================================ ] 2787/3577 77% [================================================ ] 2788/3577 77% [================================================ ] 2789/3577 77% [================================================ ] 2790/3577 77% [================================================ ] 2791/3577 78% [================================================ ] 2792/3577 78% [================================================ ] 2793/3577 78% [================================================ ] 2794/3577 78% [================================================ ] 2795/3577 78% [================================================ ] 2796/3577 78% [================================================ ] 2797/3577 78% [================================================ ] 2798/3577 78% [================================================ ] 2799/3577 78% [================================================ ] 2800/3577 78% [================================================ ] 2801/3577 78% [================================================ ] 2802/3577 78% [================================================ ] 2803/3577 78% [================================================ ] 2804/3577 78% [================================================ ] 2805/3577 78% [================================================ ] 2806/3577 78% [================================================ ] 2807/3577 78% [================================================ ] 2808/3577 78% [================================================ ] 2809/3577 78% [================================================ ] 2810/3577 78% [================================================ ] 2811/3577 78% [================================================ ] 2812/3577 78% [================================================ ] 2813/3577 78% [================================================ ] 2814/3577 78% [================================================ ] 2815/3577 78% [================================================ ] 2816/3577 78% [================================================ ] 2817/3577 78% [================================================ ] 2818/3577 78% [================================================ ] 2819/3577 78% [================================================ ] 2820/3577 78% [================================================ ] 2821/3577 78% [================================================ ] 2822/3577 78% [================================================ ] 2823/3577 78% [================================================ ] 2824/3577 78% [================================================ ] 2825/3577 78% [================================================ ] 2826/3577 79% [================================================= ] 2827/3577 79% [================================================= ] 2828/3577 79% [================================================= ] 2829/3577 79% [================================================= ] 2830/3577 79% [================================================= ] 2831/3577 79% [================================================= ] 2832/3577 79% [================================================= ] 2833/3577 79% [================================================= ] 2834/3577 79% [================================================= ] 2835/3577 79% [================================================= ] 2836/3577 79% [================================================= ] 2837/3577 79% [================================================= ] 2838/3577 79% [================================================= ] 2839/3577 79% [================================================= ] 2840/3577 79% [================================================= ] 2841/3577 79% [================================================= ] 2842/3577 79% [================================================= ] 2843/3577 79% [================================================= ] 2844/3577 79% [================================================= ] 2845/3577 79% [================================================= ] 2846/3577 79% [================================================= ] 2847/3577 79% [================================================= ] 2848/3577 79% [================================================= ] 2849/3577 79% [================================================= ] 2850/3577 79% [================================================= ] 2851/3577 79% [================================================= ] 2852/3577 79% [================================================= ] 2853/3577 79% [================================================= ] 2854/3577 79% [================================================= ] 2855/3577 79% [================================================= ] 2856/3577 79% [================================================= ] 2857/3577 79% [================================================= ] 2858/3577 79% [================================================= ] 2859/3577 79% [================================================= ] 2860/3577 79% [================================================= ] 2861/3577 79% [================================================= ] 2862/3577 80% [================================================= ] 2863/3577 80% [================================================= ] 2864/3577 80% [================================================= ] 2865/3577 80% [================================================= ] 2866/3577 80% [================================================= ] 2867/3577 80% [================================================= ] 2868/3577 80% [================================================= ] 2869/3577 80% [================================================= ] 2870/3577 80% [================================================= ] 2871/3577 80% [================================================= ] 2872/3577 80% [================================================= ] 2873/3577 80% [================================================= ] 2874/3577 80% [================================================= ] 2875/3577 80% [================================================= ] 2876/3577 80% [================================================= ] 2877/3577 80% [================================================= ] 2878/3577 80% [================================================= ] 2879/3577 80% [================================================= ] 2880/3577 80% [================================================= ] 2881/3577 80% [================================================= ] 2882/3577 80% [================================================= ] 2883/3577 80% [================================================= ] 2884/3577 80% [================================================== ] 2885/3577 80% [================================================== ] 2886/3577 80% [================================================== ] 2887/3577 80% [================================================== ] 2888/3577 80% [================================================== ] 2889/3577 80% [================================================== ] 2890/3577 80% [================================================== ] 2891/3577 80% [================================================== ] 2892/3577 80% [================================================== ] 2893/3577 80% [================================================== ] 2894/3577 80% [================================================== ] 2895/3577 80% [================================================== ] 2896/3577 80% [================================================== ] 2897/3577 80% [================================================== ] 2898/3577 81% [================================================== ] 2899/3577 81% [================================================== ] 2900/3577 81% [================================================== ] 2901/3577 81% [================================================== ] 2902/3577 81% [================================================== ] 2903/3577 81% [================================================== ] 2904/3577 81% [================================================== ] 2905/3577 81% [================================================== ] 2906/3577 81% [================================================== ] 2907/3577 81% [================================================== ] 2908/3577 81% [================================================== ] 2909/3577 81% [================================================== ] 2910/3577 81% [================================================== ] 2911/3577 81% [================================================== ] 2912/3577 81% [================================================== ] 2913/3577 81% [================================================== ] 2914/3577 81% [================================================== ] 2915/3577 81% [================================================== ] 2916/3577 81% [================================================== ] 2917/3577 81% [================================================== ] 2918/3577 81% [================================================== ] 2919/3577 81% [================================================== ] 2920/3577 81% [================================================== ] 2921/3577 81% [================================================== ] 2922/3577 81% [================================================== ] 2923/3577 81% [================================================== ] 2924/3577 81% [================================================== ] 2925/3577 81% [================================================== ] 2926/3577 81% [================================================== ] 2927/3577 81% [================================================== ] 2928/3577 81% [================================================== ] 2929/3577 81% [================================================== ] 2930/3577 81% [================================================== ] 2931/3577 81% [================================================== ] 2932/3577 81% [================================================== ] 2933/3577 81% [================================================== ] 2934/3577 82% [================================================== ] 2935/3577 82% [================================================== ] 2936/3577 82% [================================================== ] 2937/3577 82% [================================================== ] 2938/3577 82% [================================================== ] 2939/3577 82% [================================================== ] 2940/3577 82% [================================================== ] 2941/3577 82% [================================================== ] 2942/3577 82% [=================================================== ] 2943/3577 82% [=================================================== ] 2944/3577 82% [=================================================== ] 2945/3577 82% [=================================================== ] 2946/3577 82% [=================================================== ] 2947/3577 82% [=================================================== ] 2948/3577 82% [=================================================== ] 2949/3577 82% [=================================================== ] 2950/3577 82% [=================================================== ] 2951/3577 82% [=================================================== ] 2952/3577 82% [=================================================== ] 2953/3577 82% [=================================================== ] 2954/3577 82% [=================================================== ] 2955/3577 82% [=================================================== ] 2956/3577 82% [=================================================== ] 2957/3577 82% [=================================================== ] 2958/3577 82% [=================================================== ] 2959/3577 82% [=================================================== ] 2960/3577 82% [=================================================== ] 2961/3577 82% [=================================================== ] 2962/3577 82% [=================================================== ] 2963/3577 82% [=================================================== ] 2964/3577 82% [=================================================== ] 2965/3577 82% [=================================================== ] 2966/3577 82% [=================================================== ] 2967/3577 82% [=================================================== ] 2968/3577 82% [=================================================== ] 2969/3577 83% [=================================================== ] 2970/3577 83% [=================================================== ] 2971/3577 83% [=================================================== ] 2972/3577 83% [=================================================== ] 2973/3577 83% [=================================================== ] 2974/3577 83% [=================================================== ] 2975/3577 83% [=================================================== ] 2976/3577 83% [=================================================== ] 2977/3577 83% [=================================================== ] 2978/3577 83% [=================================================== ] 2979/3577 83% [=================================================== ] 2980/3577 83% [=================================================== ] 2981/3577 83% [=================================================== ] 2982/3577 83% [=================================================== ] 2983/3577 83% [=================================================== ] 2984/3577 83% [=================================================== ] 2985/3577 83% [=================================================== ] 2986/3577 83% [=================================================== ] 2987/3577 83% [=================================================== ] 2988/3577 83% [=================================================== ] 2989/3577 83% [=================================================== ] 2990/3577 83% [=================================================== ] 2991/3577 83% [=================================================== ] 2992/3577 83% [=================================================== ] 2993/3577 83% [=================================================== ] 2994/3577 83% [=================================================== ] 2995/3577 83% [=================================================== ] 2996/3577 83% [=================================================== ] 2997/3577 83% [=================================================== ] 2998/3577 83% [=================================================== ] 2999/3577 83% [=================================================== ] 3000/3577 83% [==================================================== ] 3001/3577 83% [==================================================== ] 3002/3577 83% [==================================================== ] 3003/3577 83% [==================================================== ] 3004/3577 83% [==================================================== ] 3005/3577 84% [==================================================== ] 3006/3577 84% [==================================================== ] 3007/3577 84% [==================================================== ] 3008/3577 84% [==================================================== ] 3009/3577 84% [==================================================== ] 3010/3577 84% [==================================================== ] 3011/3577 84% [==================================================== ] 3012/3577 84% [==================================================== ] 3013/3577 84% [==================================================== ] 3014/3577 84% [==================================================== ] 3015/3577 84% [==================================================== ] 3016/3577 84% [==================================================== ] 3017/3577 84% [==================================================== ] 3018/3577 84% [==================================================== ] 3019/3577 84% [==================================================== ] 3020/3577 84% [==================================================== ] 3021/3577 84% [==================================================== ] 3022/3577 84% [==================================================== ] 3023/3577 84% [==================================================== ] 3024/3577 84% [==================================================== ] 3025/3577 84% [==================================================== ] 3026/3577 84% [==================================================== ] 3027/3577 84% [==================================================== ] 3028/3577 84% [==================================================== ] 3029/3577 84% [==================================================== ] 3030/3577 84% [==================================================== ] 3031/3577 84% [==================================================== ] 3032/3577 84% [==================================================== ] 3033/3577 84% [==================================================== ] 3034/3577 84% [==================================================== ] 3035/3577 84% [==================================================== ] 3036/3577 84% [==================================================== ] 3037/3577 84% [==================================================== ] 3038/3577 84% [==================================================== ] 3039/3577 84% [==================================================== ] 3040/3577 84% [==================================================== ] 3041/3577 85% [==================================================== ] 3042/3577 85% [==================================================== ] 3043/3577 85% [==================================================== ] 3044/3577 85% [==================================================== ] 3045/3577 85% [==================================================== ] 3046/3577 85% [==================================================== ] 3047/3577 85% [==================================================== ] 3048/3577 85% [==================================================== ] 3049/3577 85% [==================================================== ] 3050/3577 85% [==================================================== ] 3051/3577 85% [==================================================== ] 3052/3577 85% [==================================================== ] 3053/3577 85% [==================================================== ] 3054/3577 85% [==================================================== ] 3055/3577 85% [==================================================== ] 3056/3577 85% [==================================================== ] 3057/3577 85% [===================================================== ] 3058/3577 85% [===================================================== ] 3059/3577 85% [===================================================== ] 3060/3577 85% [===================================================== ] 3061/3577 85% [===================================================== ] 3062/3577 85% [===================================================== ] 3063/3577 85% [===================================================== ] 3064/3577 85% [===================================================== ] 3065/3577 85% [===================================================== ] 3066/3577 85% [===================================================== ] 3067/3577 85% [===================================================== ] 3068/3577 85% [===================================================== ] 3069/3577 85% [===================================================== ] 3070/3577 85% [===================================================== ] 3071/3577 85% [===================================================== ] 3072/3577 85% [===================================================== ] 3073/3577 85% [===================================================== ] 3074/3577 85% [===================================================== ] 3075/3577 85% [===================================================== ] 3076/3577 85% [===================================================== ] 3077/3577 86% [===================================================== ] 3078/3577 86% [===================================================== ] 3079/3577 86% [===================================================== ] 3080/3577 86% [===================================================== ] 3081/3577 86% [===================================================== ] 3082/3577 86% [===================================================== ] 3083/3577 86% [===================================================== ] 3084/3577 86% [===================================================== ] 3085/3577 86% [===================================================== ] 3086/3577 86% [===================================================== ] 3087/3577 86% [===================================================== ] 3088/3577 86% [===================================================== ] 3089/3577 86% [===================================================== ] 3090/3577 86% [===================================================== ] 3091/3577 86% [===================================================== ] 3092/3577 86% [===================================================== ] 3093/3577 86% [===================================================== ] 3094/3577 86% [===================================================== ] 3095/3577 86% [===================================================== ] 3096/3577 86% [===================================================== ] 3097/3577 86% [===================================================== ] 3098/3577 86% [===================================================== ] 3099/3577 86% [===================================================== ] 3100/3577 86% [===================================================== ] 3101/3577 86% [===================================================== ] 3102/3577 86% [===================================================== ] 3103/3577 86% [===================================================== ] 3104/3577 86% [===================================================== ] 3105/3577 86% [===================================================== ] 3106/3577 86% [===================================================== ] 3107/3577 86% [===================================================== ] 3108/3577 86% [===================================================== ] 3109/3577 86% [===================================================== ] 3110/3577 86% [===================================================== ] 3111/3577 86% [===================================================== ] 3112/3577 87% [===================================================== ] 3113/3577 87% [===================================================== ] 3114/3577 87% [===================================================== ] 3115/3577 87% [====================================================== ] 3116/3577 87% [====================================================== ] 3117/3577 87% [====================================================== ] 3118/3577 87% [====================================================== ] 3119/3577 87% [====================================================== ] 3120/3577 87% [====================================================== ] 3121/3577 87% [====================================================== ] 3122/3577 87% [====================================================== ] 3123/3577 87% [====================================================== ] 3124/3577 87% [====================================================== ] 3125/3577 87% [====================================================== ] 3126/3577 87% [====================================================== ] 3127/3577 87% [====================================================== ] 3128/3577 87% [====================================================== ] 3129/3577 87% [====================================================== ] 3130/3577 87% [====================================================== ] 3131/3577 87% [====================================================== ] 3132/3577 87% [====================================================== ] 3133/3577 87% [====================================================== ] 3134/3577 87% [====================================================== ] 3135/3577 87% [====================================================== ] 3136/3577 87% [====================================================== ] 3137/3577 87% [====================================================== ] 3138/3577 87% [====================================================== ] 3139/3577 87% [====================================================== ] 3140/3577 87% [====================================================== ] 3141/3577 87% [====================================================== ] 3142/3577 87% [====================================================== ] 3143/3577 87% [====================================================== ] 3144/3577 87% [====================================================== ] 3145/3577 87% [====================================================== ] 3146/3577 87% [====================================================== ] 3147/3577 87% [====================================================== ] 3148/3577 88% [====================================================== ] 3149/3577 88% [====================================================== ] 3150/3577 88% [====================================================== ] 3151/3577 88% [====================================================== ] 3152/3577 88% [====================================================== ] 3153/3577 88% [====================================================== ] 3154/3577 88% [====================================================== ] 3155/3577 88% [====================================================== ] 3156/3577 88% [====================================================== ] 3157/3577 88% [====================================================== ] 3158/3577 88% [====================================================== ] 3159/3577 88% [====================================================== ] 3160/3577 88% [====================================================== ] 3161/3577 88% [====================================================== ] 3162/3577 88% [====================================================== ] 3163/3577 88% [====================================================== ] 3164/3577 88% [====================================================== ] 3165/3577 88% [====================================================== ] 3166/3577 88% [====================================================== ] 3167/3577 88% [====================================================== ] 3168/3577 88% [====================================================== ] 3169/3577 88% [====================================================== ] 3170/3577 88% [====================================================== ] 3171/3577 88% [====================================================== ] 3172/3577 88% [====================================================== ] 3173/3577 88% [======================================================= ] 3174/3577 88% [======================================================= ] 3175/3577 88% [======================================================= ] 3176/3577 88% [======================================================= ] 3177/3577 88% [======================================================= ] 3178/3577 88% [======================================================= ] 3179/3577 88% [======================================================= ] 3180/3577 88% [======================================================= ] 3181/3577 88% [======================================================= ] 3182/3577 88% [======================================================= ] 3183/3577 88% [======================================================= ] 3184/3577 89% [======================================================= ] 3185/3577 89% [======================================================= ] 3186/3577 89% [======================================================= ] 3187/3577 89% [======================================================= ] 3188/3577 89% [======================================================= ] 3189/3577 89% [======================================================= ] 3190/3577 89% [======================================================= ] 3191/3577 89% [======================================================= ] 3192/3577 89% [======================================================= ] 3193/3577 89% [======================================================= ] 3194/3577 89% [======================================================= ] 3195/3577 89% [======================================================= ] 3196/3577 89% [======================================================= ] 3197/3577 89% [======================================================= ] 3198/3577 89% [======================================================= ] 3199/3577 89% [======================================================= ] 3200/3577 89% [======================================================= ] 3201/3577 89% [======================================================= ] 3202/3577 89% [======================================================= ] 3203/3577 89% [======================================================= ] 3204/3577 89% [======================================================= ] 3205/3577 89% [======================================================= ] 3206/3577 89% [======================================================= ] 3207/3577 89% [======================================================= ] 3208/3577 89% [======================================================= ] 3209/3577 89% [======================================================= ] 3210/3577 89% [======================================================= ] 3211/3577 89% [======================================================= ] 3212/3577 89% [======================================================= ] 3213/3577 89% [======================================================= ] 3214/3577 89% [======================================================= ] 3215/3577 89% [======================================================= ] 3216/3577 89% [======================================================= ] 3217/3577 89% [======================================================= ] 3218/3577 89% [======================================================= ] 3219/3577 89% [======================================================= ] 3220/3577 90% [======================================================= ] 3221/3577 90% [======================================================= ] 3222/3577 90% [======================================================= ] 3223/3577 90% [======================================================= ] 3224/3577 90% [======================================================= ] 3225/3577 90% [======================================================= ] 3226/3577 90% [======================================================= ] 3227/3577 90% [======================================================= ] 3228/3577 90% [======================================================= ] 3229/3577 90% [======================================================= ] 3230/3577 90% [======================================================== ] 3231/3577 90% [======================================================== ] 3232/3577 90% [======================================================== ] 3233/3577 90% [======================================================== ] 3234/3577 90% [======================================================== ] 3235/3577 90% [======================================================== ] 3236/3577 90% [======================================================== ] 3237/3577 90% [======================================================== ] 3238/3577 90% [======================================================== ] 3239/3577 90% [======================================================== ] 3240/3577 90% [======================================================== ] 3241/3577 90% [======================================================== ] 3242/3577 90% [======================================================== ] 3243/3577 90% [======================================================== ] 3244/3577 90% [======================================================== ] 3245/3577 90% [======================================================== ] 3246/3577 90% [======================================================== ] 3247/3577 90% [======================================================== ] 3248/3577 90% [======================================================== ] 3249/3577 90% [======================================================== ] 3250/3577 90% [======================================================== ] 3251/3577 90% [======================================================== ] 3252/3577 90% [======================================================== ] 3253/3577 90% [======================================================== ] 3254/3577 90% [======================================================== ] 3255/3577 90% [======================================================== ] 3256/3577 91% [======================================================== ] 3257/3577 91% [======================================================== ] 3258/3577 91% [======================================================== ] 3259/3577 91% [======================================================== ] 3260/3577 91% [======================================================== ] 3261/3577 91% [======================================================== ] 3262/3577 91% [======================================================== ] 3263/3577 91% [======================================================== ] 3264/3577 91% [======================================================== ] 3265/3577 91% [======================================================== ] 3266/3577 91% [======================================================== ] 3267/3577 91% [======================================================== ] 3268/3577 91% [======================================================== ] 3269/3577 91% [======================================================== ] 3270/3577 91% [======================================================== ] 3271/3577 91% [======================================================== ] 3272/3577 91% [======================================================== ] 3273/3577 91% [======================================================== ] 3274/3577 91% [======================================================== ] 3275/3577 91% [======================================================== ] 3276/3577 91% [======================================================== ] 3277/3577 91% [======================================================== ] 3278/3577 91% [======================================================== ] 3279/3577 91% [======================================================== ] 3280/3577 91% [======================================================== ] 3281/3577 91% [======================================================== ] 3282/3577 91% [======================================================== ] 3283/3577 91% [======================================================== ] 3284/3577 91% [======================================================== ] 3285/3577 91% [======================================================== ] 3286/3577 91% [======================================================== ] 3287/3577 91% [======================================================== ] 3288/3577 91% [========================================================= ] 3289/3577 91% [========================================================= ] 3290/3577 91% [========================================================= ] 3291/3577 92% [========================================================= ] 3292/3577 92% [========================================================= ] 3293/3577 92% [========================================================= ] 3294/3577 92% [========================================================= ] 3295/3577 92% [========================================================= ] 3296/3577 92% [========================================================= ] 3297/3577 92% [========================================================= ] 3298/3577 92% [========================================================= ] 3299/3577 92% [========================================================= ] 3300/3577 92% [========================================================= ] 3301/3577 92% [========================================================= ] 3302/3577 92% [========================================================= ] 3303/3577 92% [========================================================= ] 3304/3577 92% [========================================================= ] 3305/3577 92% [========================================================= ] 3306/3577 92% [========================================================= ] 3307/3577 92% [========================================================= ] 3308/3577 92% [========================================================= ] 3309/3577 92% [========================================================= ] 3310/3577 92% [========================================================= ] 3311/3577 92% [========================================================= ] 3312/3577 92% [========================================================= ] 3313/3577 92% [========================================================= ] 3314/3577 92% [========================================================= ] 3315/3577 92% [========================================================= ] 3316/3577 92% [========================================================= ] 3317/3577 92% [========================================================= ] 3318/3577 92% [========================================================= ] 3319/3577 92% [========================================================= ] 3320/3577 92% [========================================================= ] 3321/3577 92% [========================================================= ] 3322/3577 92% [========================================================= ] 3323/3577 92% [========================================================= ] 3324/3577 92% [========================================================= ] 3325/3577 92% [========================================================= ] 3326/3577 92% [========================================================= ] 3327/3577 93% [========================================================= ] 3328/3577 93% [========================================================= ] 3329/3577 93% [========================================================= ] 3330/3577 93% [========================================================= ] 3331/3577 93% [========================================================= ] 3332/3577 93% [========================================================= ] 3333/3577 93% [========================================================= ] 3334/3577 93% [========================================================= ] 3335/3577 93% [========================================================= ] 3336/3577 93% [========================================================= ] 3337/3577 93% [========================================================= ] 3338/3577 93% [========================================================= ] 3339/3577 93% [========================================================= ] 3340/3577 93% [========================================================= ] 3341/3577 93% [========================================================= ] 3342/3577 93% [========================================================= ] 3343/3577 93% [========================================================= ] 3344/3577 93% [========================================================= ] 3345/3577 93% [========================================================= ] 3346/3577 93% [========================================================== ] 3347/3577 93% [========================================================== ] 3348/3577 93% [========================================================== ] 3349/3577 93% [========================================================== ] 3350/3577 93% [========================================================== ] 3351/3577 93% [========================================================== ] 3352/3577 93% [========================================================== ] 3353/3577 93% [========================================================== ] 3354/3577 93% [========================================================== ] 3355/3577 93% [========================================================== ] 3356/3577 93% [========================================================== ] 3357/3577 93% [========================================================== ] 3358/3577 93% [========================================================== ] 3359/3577 93% [========================================================== ] 3360/3577 93% [========================================================== ] 3361/3577 93% [========================================================== ] 3362/3577 93% [========================================================== ] 3363/3577 94% [========================================================== ] 3364/3577 94% [========================================================== ] 3365/3577 94% [========================================================== ] 3366/3577 94% [========================================================== ] 3367/3577 94% [========================================================== ] 3368/3577 94% [========================================================== ] 3369/3577 94% [========================================================== ] 3370/3577 94% [========================================================== ] 3371/3577 94% [========================================================== ] 3372/3577 94% [========================================================== ] 3373/3577 94% [========================================================== ] 3374/3577 94% [========================================================== ] 3375/3577 94% [========================================================== ] 3376/3577 94% [========================================================== ] 3377/3577 94% [========================================================== ] 3378/3577 94% [========================================================== ] 3379/3577 94% [========================================================== ] 3380/3577 94% [========================================================== ] 3381/3577 94% [========================================================== ] 3382/3577 94% [========================================================== ] 3383/3577 94% [========================================================== ] 3384/3577 94% [========================================================== ] 3385/3577 94% [========================================================== ] 3386/3577 94% [========================================================== ] 3387/3577 94% [========================================================== ] 3388/3577 94% [========================================================== ] 3389/3577 94% [========================================================== ] 3390/3577 94% [========================================================== ] 3391/3577 94% [========================================================== ] 3392/3577 94% [========================================================== ] 3393/3577 94% [========================================================== ] 3394/3577 94% [========================================================== ] 3395/3577 94% [========================================================== ] 3396/3577 94% [========================================================== ] 3397/3577 94% [========================================================== ] 3398/3577 94% [========================================================== ] 3399/3577 95% [========================================================== ] 3400/3577 95% [========================================================== ] 3401/3577 95% [========================================================== ] 3402/3577 95% [========================================================== ] 3403/3577 95% [=========================================================== ] 3404/3577 95% [=========================================================== ] 3405/3577 95% [=========================================================== ] 3406/3577 95% [=========================================================== ] 3407/3577 95% [=========================================================== ] 3408/3577 95% [=========================================================== ] 3409/3577 95% [=========================================================== ] 3410/3577 95% [=========================================================== ] 3411/3577 95% [=========================================================== ] 3412/3577 95% [=========================================================== ] 3413/3577 95% [=========================================================== ] 3414/3577 95% [=========================================================== ] 3415/3577 95% [=========================================================== ] 3416/3577 95% [=========================================================== ] 3417/3577 95% [=========================================================== ] 3418/3577 95% [=========================================================== ] 3419/3577 95% [=========================================================== ] 3420/3577 95% [=========================================================== ] 3421/3577 95% [=========================================================== ] 3422/3577 95% [=========================================================== ] 3423/3577 95% [=========================================================== ] 3424/3577 95% [=========================================================== ] 3425/3577 95% [=========================================================== ] 3426/3577 95% [=========================================================== ] 3427/3577 95% [=========================================================== ] 3428/3577 95% [=========================================================== ] 3429/3577 95% [=========================================================== ] 3430/3577 95% [=========================================================== ] 3431/3577 95% [=========================================================== ] 3432/3577 95% [=========================================================== ] 3433/3577 95% [=========================================================== ] 3434/3577 96% [=========================================================== ] 3435/3577 96% [=========================================================== ] 3436/3577 96% [=========================================================== ] 3437/3577 96% [=========================================================== ] 3438/3577 96% [=========================================================== ] 3439/3577 96% [=========================================================== ] 3440/3577 96% [=========================================================== ] 3441/3577 96% [=========================================================== ] 3442/3577 96% [=========================================================== ] 3443/3577 96% [=========================================================== ] 3444/3577 96% [=========================================================== ] 3445/3577 96% [=========================================================== ] 3446/3577 96% [=========================================================== ] 3447/3577 96% [=========================================================== ] 3448/3577 96% [=========================================================== ] 3449/3577 96% [=========================================================== ] 3450/3577 96% [=========================================================== ] 3451/3577 96% [=========================================================== ] 3452/3577 96% [=========================================================== ] 3453/3577 96% [=========================================================== ] 3454/3577 96% [=========================================================== ] 3455/3577 96% [=========================================================== ] 3456/3577 96% [=========================================================== ] 3457/3577 96% [=========================================================== ] 3458/3577 96% [=========================================================== ] 3459/3577 96% [=========================================================== ] 3460/3577 96% [=========================================================== ] 3461/3577 96% [============================================================ ] 3462/3577 96% [============================================================ ] 3463/3577 96% [============================================================ ] 3464/3577 96% [============================================================ ] 3465/3577 96% [============================================================ ] 3466/3577 96% [============================================================ ] 3467/3577 96% [============================================================ ] 3468/3577 96% [============================================================ ] 3469/3577 96% [============================================================ ] 3470/3577 97% [============================================================ ] 3471/3577 97% [============================================================ ] 3472/3577 97% [============================================================ ] 3473/3577 97% [============================================================ ] 3474/3577 97% [============================================================ ] 3475/3577 97% [============================================================ ] 3476/3577 97% [============================================================ ] 3477/3577 97% [============================================================ ] 3478/3577 97% [============================================================ ] 3479/3577 97% [============================================================ ] 3480/3577 97% [============================================================ ] 3481/3577 97% [============================================================ ] 3482/3577 97% [============================================================ ] 3483/3577 97% [============================================================ ] 3484/3577 97% [============================================================ ] 3485/3577 97% [============================================================ ] 3486/3577 97% [============================================================ ] 3487/3577 97% [============================================================ ] 3488/3577 97% [============================================================ ] 3489/3577 97% [============================================================ ] 3490/3577 97% [============================================================ ] 3491/3577 97% [============================================================ ] 3492/3577 97% [============================================================ ] 3493/3577 97% [============================================================ ] 3494/3577 97% [============================================================ ] 3495/3577 97% [============================================================ ] 3496/3577 97% [============================================================ ] 3497/3577 97% [============================================================ ] 3498/3577 97% [============================================================ ] 3499/3577 97% [============================================================ ] 3500/3577 97% [============================================================ ] 3501/3577 97% [============================================================ ] 3502/3577 97% [============================================================ ] 3503/3577 97% [============================================================ ] 3504/3577 97% [============================================================ ] 3505/3577 97% [============================================================ ] 3506/3577 98% [============================================================ ] 3507/3577 98% [============================================================ ] 3508/3577 98% [============================================================ ] 3509/3577 98% [============================================================ ] 3510/3577 98% [============================================================ ] 3511/3577 98% [============================================================ ] 3512/3577 98% [============================================================ ] 3513/3577 98% [============================================================ ] 3514/3577 98% [============================================================ ] 3515/3577 98% [============================================================ ] 3516/3577 98% [============================================================ ] 3517/3577 98% [============================================================ ] 3518/3577 98% [============================================================ ] 3519/3577 98% [============================================================= ] 3520/3577 98% [============================================================= ] 3521/3577 98% [============================================================= ] 3522/3577 98% [============================================================= ] 3523/3577 98% [============================================================= ] 3524/3577 98% [============================================================= ] 3525/3577 98% [============================================================= ] 3526/3577 98% [============================================================= ] 3527/3577 98% [============================================================= ] 3528/3577 98% [============================================================= ] 3529/3577 98% [============================================================= ] 3530/3577 98% [============================================================= ] 3531/3577 98% [============================================================= ] 3532/3577 98% [============================================================= ] 3533/3577 98% [============================================================= ] 3534/3577 98% [============================================================= ] 3535/3577 98% [============================================================= ] 3536/3577 98% [============================================================= ] 3537/3577 98% [============================================================= ] 3538/3577 98% [============================================================= ] 3539/3577 98% [============================================================= ] 3540/3577 98% [============================================================= ] 3541/3577 98% [============================================================= ] 3542/3577 99% [============================================================= ] 3543/3577 99% [============================================================= ] 3544/3577 99% [============================================================= ] 3545/3577 99% [============================================================= ] 3546/3577 99% [============================================================= ] 3547/3577 99% [============================================================= ] 3548/3577 99% [============================================================= ] 3549/3577 99% [============================================================= ] 3550/3577 99% [============================================================= ] 3551/3577 99% [============================================================= ] 3552/3577 99% [============================================================= ] 3553/3577 99% [============================================================= ] 3554/3577 99% [============================================================= ] 3555/3577 99% [============================================================= ] 3556/3577 99% [============================================================= ] 3557/3577 99% [============================================================= ] 3558/3577 99% [============================================================= ] 3559/3577 99% [============================================================= ] 3560/3577 99% [============================================================= ] 3561/3577 99% [============================================================= ] 3562/3577 99% [============================================================= ] 3563/3577 99% [============================================================= ] 3564/3577 99% [============================================================= ] 3565/3577 99% [============================================================= ] 3566/3577 99% [============================================================= ] 3567/3577 99% [============================================================= ] 3568/3577 99% [============================================================= ] 3569/3577 99% [============================================================= ] 3570/3577 99% [============================================================= ] 3571/3577 99% [============================================================= ] 3572/3577 99% [============================================================= ] 3573/3577 99% [============================================================= ] 3574/3577 99% [============================================================= ] 3575/3577 99% [============================================================= ] 3576/3577 99% [==============================================================] 3577/3577 100% operation complete, 3577 objects in 355787 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2023.08-278-ga1dff18f66 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.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.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.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.4.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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> linux-pam 1.5.3 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> openssl Collecting legal info >>> libopenssl 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> udev Collecting legal info >>> eudev 3.2.12 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> util-linux-libs 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.27.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ccid 1.5.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> comix-cursors 0.9.1 Collecting legal info >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> crun 1.8.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.libcrun: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgcrypt 1.10.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> ecryptfs-utils 111 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> libgpgme 1.20.0 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libassuan 2.5.6 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libnss 3.93 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> libnspr 4.35 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> sqlite 3.43.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> exfat-utils 1.4.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> font-awesome 4.7.0 Collecting legal info >>> getent Collecting legal info >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg2 2.4.3 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libksba 1.6.4 Collecting legal info AUTHORS: OK (sha256: f9c59ea5a5e1dfdeebcd134e6a594c21eb088cc95f6653ee99ff2e187c105380) 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) >>> gpsd 3.25 Collecting legal info COPYING: OK (sha256: fdf339997bbca9eaf507476b82fbcac608fc39a3d89b86b51e16db4c9f933716) >>> host-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> host-imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> initscripts Collecting legal info >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmbim 1.28.2 Collecting legal info LICENSES/GPL-2.0-or-later.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libssh2 1.11.0 Collecting legal info COPYING: OK (sha256: fda5e2522c58ba1f31c9f2044747616457466f4aebec16ade4af86e3a16a8e02) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuv 1.46.0 Collecting legal info LICENSE: OK (sha256: 16de0c32b265cb7d46a6d3bd614f259dd4d693a5e26b3407b04aae8d73041f0c) LICENSE-extra: OK (sha256: 262c44bd2cdba037e6d2a82fba15f5800d292bc993a6f5d6b6ea487744d02836) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> micropython 1.19.1 Collecting legal info LICENSE: OK (sha256: 0f678c2abd7fe2cfca36693630506bbcbdfc219bd04bf4a02fe3b094ae4c666f) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> neard 0.18 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> nettle 3.9.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> newt 0.52.21 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> obsidian-cursors 1.0 Collecting legal info >>> open-iscsi 2.1.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> open-lldp 1.1 Collecting legal info COPYING: OK (sha256: 67af5abeb092213cd9c53781503320f635ba28b641e0c3f24d367e8e93a9839b) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openlayers 7.3.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pinentry 1.2.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> pipewire 0.3.77 Collecting legal info COPYING: OK (sha256: 8909c319a7e27dbb33a15b9035f89ab3b7b2f6a12f8bcddc755206a8db1ada44) LICENSE: OK (sha256: be4be5d77424833edf31f53fc1f1cecb6996b9e2d747d9e6fb8f878362ebc92b) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.2.4 Collecting legal info LICENSE: OK (sha256: 760f22b3e9ea4a50eb99201bd8dd118869f28108cfb64ccce6d1b305cf9ae9fa) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> smstools3 3.1.21 Collecting legal info doc/license.html: OK (sha256: 884d8f0377259f291432f4fa31d5a9720eefa0e0d797652ae686b6325a434624) LICENSE: OK (sha256: 786b4da4dd900cad87a7dc17769458607bdeae575d62e6e98ad7144e9225f8d3) >>> squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sshguard 2.4.2 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tmux 3.3a Collecting legal info COPYING: OK (sha256: c031bd37f464c534277814f6aa38686fa023d094261d57fd2545ad592bb53ccd) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> zabbix 6.2.7 Collecting legal info README: OK (sha256: f8fc3fd12521b60d53d8c5d48a883eb3c9c5ddec9de986a273e1b77f69d811db) COPYING: OK (sha256: 444fe54aecc95ac0f3314289c300afc73b3946a4dc9fbd7e022709b3e0924dd0) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-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-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'