rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/man /home/autobuild/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/info /home/autobuild/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/doc /home/autobuild/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-0/output-1/target/lib/debug /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/debug find /home/autobuild/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/autobuild/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/autobuild/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/autobuild/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/autobuild/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-573-g929bffbf4b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-git\"" \ ) > /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-0/output-1/per-package \ /home/autobuild/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs printf ' davfs2 -1 davfs2 -1 * - - - davfs user\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n # udev user groups\n - - render -1 * - - - DRI rendering nodes\n # systemd user groups\n - - systemd-journal -1 * - - - Journal\n \n \n \n \n \n \n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n - - sgx -1 * - - - SGX device nodes\n\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n \n \n \n /boot d 700 0 0 - - - - -\n /var/spool d 755 0 0 - - - - -\n /var/lib d 755 0 0 - - - - -\n /var/lib/private d 700 0 0 - - - - -\n /var/log/private d 700 0 0 - - - - -\n /var/cache/private d 700 0 0 - - - - -\n /var/log/journal d 2755 root systemd-journal - - - - -\n \n /var/lib/machines d 700 0 0 - - - - -\n \n \n \n \n\n' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/catalog /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-0/output-1/host/bin/systemctl --root=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target preset-all\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' Created symlink /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/sockets.target.wants/systemd-journald-audit.socket -> /usr/lib/systemd/system/systemd-journald-audit.socket. Created symlink /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/systemd-journald.service.wants/systemd-journald-audit.socket -> /usr/lib/systemd/system/systemd-journald-audit.socket. Created symlink /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service -> /usr/lib/systemd/system/systemd-network-generator.service. Created symlink /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target. Created symlink /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/syslog.service -> /usr/lib/systemd/system/rsyslog.service. Created symlink /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/rsyslog.service -> /usr/lib/systemd/system/rsyslog.service. Created symlink /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target. Created symlink /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/timers.target.wants/fstrim.timer -> /usr/lib/systemd/system/fstrim.timer. Created symlink /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/machines.target -> /usr/lib/systemd/system/machines.target. mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 3686 objects. stage 2: creating image '/home/autobuild/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/3686 0% [ ] 2/3686 0% [ ] 3/3686 0% [ ] 4/3686 0% [ ] 5/3686 0% [ ] 6/3686 0% [ ] 7/3686 0% [ ] 8/3686 0% [ ] 9/3686 0% [ ] 10/3686 0% [ ] 11/3686 0% [ ] 12/3686 0% [ ] 13/3686 0% [ ] 14/3686 0% [ ] 15/3686 0% [ ] 16/3686 0% [ ] 17/3686 0% [ ] 18/3686 0% [ ] 19/3686 0% [ ] 20/3686 0% [ ] 21/3686 0% [ ] 22/3686 0% [ ] 23/3686 0% [ ] 24/3686 0% [ ] 25/3686 0% [ ] 26/3686 0% [ ] 27/3686 0% [ ] 28/3686 0% [ ] 29/3686 0% [ ] 30/3686 0% [ ] 31/3686 0% [ ] 32/3686 0% [ ] 33/3686 0% [ ] 34/3686 0% [ ] 35/3686 0% [ ] 36/3686 0% [ ] 37/3686 1% [ ] 38/3686 1% [ ] 39/3686 1% [ ] 40/3686 1% [ ] 41/3686 1% [ ] 42/3686 1% [ ] 43/3686 1% [ ] 44/3686 1% [ ] 45/3686 1% [ ] 46/3686 1% [ ] 47/3686 1% [ ] 48/3686 1% [ ] 49/3686 1% [ ] 50/3686 1% [ ] 51/3686 1% [ ] 52/3686 1% [ ] 53/3686 1% [ ] 54/3686 1% [ ] 55/3686 1% [ ] 56/3686 1% [ ] 57/3686 1% [ ] 58/3686 1% [ ] 59/3686 1% [= ] 60/3686 1% [= ] 61/3686 1% [= ] 62/3686 1% [= ] 63/3686 1% [= ] 64/3686 1% [= ] 65/3686 1% [= ] 66/3686 1% [= ] 67/3686 1% [= ] 68/3686 1% [= ] 69/3686 1% [= ] 70/3686 1% [= ] 71/3686 1% [= ] 72/3686 1% [= ] 73/3686 1% [= ] 74/3686 2% [= ] 75/3686 2% [= ] 76/3686 2% [= ] 77/3686 2% [= ] 78/3686 2% [= ] 79/3686 2% [= ] 80/3686 2% [= ] 81/3686 2% [= ] 82/3686 2% [= ] 83/3686 2% [= ] 84/3686 2% [= ] 85/3686 2% [= ] 86/3686 2% [= ] 87/3686 2% [= ] 88/3686 2% [= ] 89/3686 2% [= ] 90/3686 2% [= ] 91/3686 2% [= ] 92/3686 2% [= ] 93/3686 2% [= ] 94/3686 2% [= ] 95/3686 2% [= ] 96/3686 2% [= ] 97/3686 2% [= ] 98/3686 2% [= ] 99/3686 2% [= ] 100/3686 2% [= ] 101/3686 2% [= ] 102/3686 2% [= ] 103/3686 2% [= ] 104/3686 2% [= ] 105/3686 2% [= ] 106/3686 2% [= ] 107/3686 2% [= ] 108/3686 2% [= ] 109/3686 2% [= ] 110/3686 2% [= ] 111/3686 3% [= ] 112/3686 3% [= ] 113/3686 3% [= ] 114/3686 3% [= ] 115/3686 3% [= ] 116/3686 3% [= ] 117/3686 3% [= ] 118/3686 3% [== ] 119/3686 3% [== ] 120/3686 3% [== ] 121/3686 3% [== ] 122/3686 3% [== ] 123/3686 3% [== ] 124/3686 3% [== ] 125/3686 3% [== ] 126/3686 3% [== ] 127/3686 3% [== ] 128/3686 3% [== ] 129/3686 3% [== ] 130/3686 3% [== ] 131/3686 3% [== ] 132/3686 3% [== ] 133/3686 3% [== ] 134/3686 3% [== ] 135/3686 3% [== ] 136/3686 3% [== ] 137/3686 3% [== ] 138/3686 3% [== ] 139/3686 3% [== ] 140/3686 3% [== ] 141/3686 3% [== ] 142/3686 3% [== ] 143/3686 3% [== ] 144/3686 3% [== ] 145/3686 3% [== ] 146/3686 3% [== ] 147/3686 3% [== ] 148/3686 4% [== ] 149/3686 4% [== ] 150/3686 4% [== ] 151/3686 4% [== ] 152/3686 4% [== ] 153/3686 4% [== ] 154/3686 4% [== ] 155/3686 4% [== ] 156/3686 4% [== ] 157/3686 4% [== ] 158/3686 4% [== ] 159/3686 4% [== ] 160/3686 4% [== ] 161/3686 4% [== ] 162/3686 4% [== ] 163/3686 4% [== ] 164/3686 4% [== ] 165/3686 4% [== ] 166/3686 4% [== ] 167/3686 4% [== ] 168/3686 4% [== ] 169/3686 4% [== ] 170/3686 4% [== ] 171/3686 4% [== ] 172/3686 4% [== ] 173/3686 4% [== ] 174/3686 4% [== ] 175/3686 4% [== ] 176/3686 4% [== ] 177/3686 4% [== ] 178/3686 4% [=== ] 179/3686 4% [=== ] 180/3686 4% [=== ] 181/3686 4% [=== ] 182/3686 4% [=== ] 183/3686 4% [=== ] 184/3686 4% [=== ] 185/3686 5% [=== ] 186/3686 5% [=== ] 187/3686 5% [=== ] 188/3686 5% [=== ] 189/3686 5% [=== ] 190/3686 5% [=== ] 191/3686 5% [=== ] 192/3686 5% [=== ] 193/3686 5% [=== ] 194/3686 5% [=== ] 195/3686 5% [=== ] 196/3686 5% [=== ] 197/3686 5% [=== ] 198/3686 5% [=== ] 199/3686 5% [=== ] 200/3686 5% [=== ] 201/3686 5% [=== ] 202/3686 5% [=== ] 203/3686 5% [=== ] 204/3686 5% [=== ] 205/3686 5% [=== ] 206/3686 5% [=== ] 207/3686 5% [=== ] 208/3686 5% [=== ] 209/3686 5% [=== ] 210/3686 5% [=== ] 211/3686 5% [=== ] 212/3686 5% [=== ] 213/3686 5% [=== ] 214/3686 5% [=== ] 215/3686 5% [=== ] 216/3686 5% [=== ] 217/3686 5% [=== ] 218/3686 5% [=== ] 219/3686 5% [=== ] 220/3686 5% [=== ] 221/3686 5% [=== ] 222/3686 6% [=== ] 223/3686 6% [=== ] 224/3686 6% [=== ] 225/3686 6% [=== ] 226/3686 6% [=== ] 227/3686 6% [=== ] 228/3686 6% [=== ] 229/3686 6% [=== ] 230/3686 6% [=== ] 231/3686 6% [=== ] 232/3686 6% [=== ] 233/3686 6% [=== ] 234/3686 6% [=== ] 235/3686 6% [=== ] 236/3686 6% [=== ] 237/3686 6% [==== ] 238/3686 6% [==== ] 239/3686 6% [==== ] 240/3686 6% [==== ] 241/3686 6% [==== ] 242/3686 6% [==== ] 243/3686 6% [==== ] 244/3686 6% [==== ] 245/3686 6% [==== ] 246/3686 6% [==== ] 247/3686 6% [==== ] 248/3686 6% [==== ] 249/3686 6% [==== ] 250/3686 6% [==== ] 251/3686 6% [==== ] 252/3686 6% [==== ] 253/3686 6% [==== ] 254/3686 6% [==== ] 255/3686 6% [==== ] 256/3686 6% [==== ] 257/3686 6% [==== ] 258/3686 6% [==== ] 259/3686 7% [==== ] 260/3686 7% [==== ] 261/3686 7% [==== ] 262/3686 7% [==== ] 263/3686 7% [==== ] 264/3686 7% [==== ] 265/3686 7% [==== ] 266/3686 7% [==== ] 267/3686 7% [==== ] 268/3686 7% [==== ] 269/3686 7% [==== ] 270/3686 7% [==== ] 271/3686 7% [==== ] 272/3686 7% [==== ] 273/3686 7% [==== ] 274/3686 7% [==== ] 275/3686 7% [==== ] 276/3686 7% [==== ] 277/3686 7% [==== ] 278/3686 7% [==== ] 279/3686 7% [==== ] 280/3686 7% [==== ] 281/3686 7% [==== ] 282/3686 7% [==== ] 283/3686 7% [==== ] 284/3686 7% [==== ] 285/3686 7% [==== ] 286/3686 7% [==== ] 287/3686 7% [==== ] 288/3686 7% [==== ] 289/3686 7% [==== ] 290/3686 7% [==== ] 291/3686 7% [==== ] 292/3686 7% [==== ] 293/3686 7% [==== ] 294/3686 7% [==== ] 295/3686 8% [==== ] 296/3686 8% [==== ] 297/3686 8% [===== ] 298/3686 8% [===== ] 299/3686 8% [===== ] 300/3686 8% [===== ] 301/3686 8% [===== ] 302/3686 8% [===== ] 303/3686 8% [===== ] 304/3686 8% [===== ] 305/3686 8% [===== ] 306/3686 8% [===== ] 307/3686 8% [===== ] 308/3686 8% [===== ] 309/3686 8% [===== ] 310/3686 8% [===== ] 311/3686 8% [===== ] 312/3686 8% [===== ] 313/3686 8% [===== ] 314/3686 8% [===== ] 315/3686 8% [===== ] 316/3686 8% [===== ] 317/3686 8% [===== ] 318/3686 8% [===== ] 319/3686 8% [===== ] 320/3686 8% [===== ] 321/3686 8% [===== ] 322/3686 8% [===== ] 323/3686 8% [===== ] 324/3686 8% [===== ] 325/3686 8% [===== ] 326/3686 8% [===== ] 327/3686 8% [===== ] 328/3686 8% [===== ] 329/3686 8% [===== ] 330/3686 8% [===== ] 331/3686 8% [===== ] 332/3686 9% [===== ] 333/3686 9% [===== ] 334/3686 9% [===== ] 335/3686 9% [===== ] 336/3686 9% [===== ] 337/3686 9% [===== ] 338/3686 9% [===== ] 339/3686 9% [===== ] 340/3686 9% [===== ] 341/3686 9% [===== ] 342/3686 9% [===== ] 343/3686 9% [===== ] 344/3686 9% [===== ] 345/3686 9% [===== ] 346/3686 9% [===== ] 347/3686 9% [===== ] 348/3686 9% [===== ] 349/3686 9% [===== ] 350/3686 9% [===== ] 351/3686 9% [===== ] 352/3686 9% [===== ] 353/3686 9% [===== ] 354/3686 9% [===== ] 355/3686 9% [===== ] 356/3686 9% [====== ] 357/3686 9% [====== ] 358/3686 9% [====== ] 359/3686 9% [====== ] 360/3686 9% [====== ] 361/3686 9% [====== ] 362/3686 9% [====== ] 363/3686 9% [====== ] 364/3686 9% [====== ] 365/3686 9% [====== ] 366/3686 9% [====== ] 367/3686 9% [====== ] 368/3686 9% [====== ] 369/3686 10% [====== ] 370/3686 10% [====== ] 371/3686 10% [====== ] 372/3686 10% [====== ] 373/3686 10% [====== ] 374/3686 10% [====== ] 375/3686 10% [====== ] 376/3686 10% [====== ] 377/3686 10% [====== ] 378/3686 10% [====== ] 379/3686 10% [====== ] 380/3686 10% [====== ] 381/3686 10% [====== ] 382/3686 10% [====== ] 383/3686 10% [====== ] 384/3686 10% [====== ] 385/3686 10% [====== ] 386/3686 10% [====== ] 387/3686 10% [====== ] 388/3686 10% [====== ] 389/3686 10% [====== ] 390/3686 10% [====== ] 391/3686 10% [====== ] 392/3686 10% [====== ] 393/3686 10% [====== ] 394/3686 10% [====== ] 395/3686 10% [====== ] 396/3686 10% [====== ] 397/3686 10% [====== ] 398/3686 10% [====== ] 399/3686 10% [====== ] 400/3686 10% [====== ] 401/3686 10% [====== ] 402/3686 10% [====== ] 403/3686 10% [====== ] 404/3686 10% [====== ] 405/3686 10% [====== ] 406/3686 11% [====== ] 407/3686 11% [====== ] 408/3686 11% [====== ] 409/3686 11% [====== ] 410/3686 11% [====== ] 411/3686 11% [====== ] 412/3686 11% [====== ] 413/3686 11% [====== ] 414/3686 11% [====== ] 415/3686 11% [====== ] 416/3686 11% [======= ] 417/3686 11% [======= ] 418/3686 11% [======= ] 419/3686 11% [======= ] 420/3686 11% [======= ] 421/3686 11% [======= ] 422/3686 11% [======= ] 423/3686 11% [======= ] 424/3686 11% [======= ] 425/3686 11% [======= ] 426/3686 11% [======= ] 427/3686 11% [======= ] 428/3686 11% [======= ] 429/3686 11% [======= ] 430/3686 11% [======= ] 431/3686 11% [======= ] 432/3686 11% [======= ] 433/3686 11% [======= ] 434/3686 11% [======= ] 435/3686 11% [======= ] 436/3686 11% [======= ] 437/3686 11% [======= ] 438/3686 11% [======= ] 439/3686 11% [======= ] 440/3686 11% [======= ] 441/3686 11% [======= ] 442/3686 11% [======= ] 443/3686 12% [======= ] 444/3686 12% [======= ] 445/3686 12% [======= ] 446/3686 12% [======= ] 447/3686 12% [======= ] 448/3686 12% [======= ] 449/3686 12% [======= ] 450/3686 12% [======= ] 451/3686 12% [======= ] 452/3686 12% [======= ] 453/3686 12% [======= ] 454/3686 12% [======= ] 455/3686 12% [======= ] 456/3686 12% [======= ] 457/3686 12% [======= ] 458/3686 12% [======= ] 459/3686 12% [======= ] 460/3686 12% [======= ] 461/3686 12% [======= ] 462/3686 12% [======= ] 463/3686 12% [======= ] 464/3686 12% [======= ] 465/3686 12% [======= ] 466/3686 12% [======= ] 467/3686 12% [======= ] 468/3686 12% [======= ] 469/3686 12% [======= ] 470/3686 12% [======= ] 471/3686 12% [======= ] 472/3686 12% [======= ] 473/3686 12% [======= ] 474/3686 12% [======= ] 475/3686 12% [======== ] 476/3686 12% [======== ] 477/3686 12% [======== ] 478/3686 12% [======== ] 479/3686 12% [======== ] 480/3686 13% [======== ] 481/3686 13% [======== ] 482/3686 13% [======== ] 483/3686 13% [======== ] 484/3686 13% [======== ] 485/3686 13% [======== ] 486/3686 13% [======== ] 487/3686 13% [======== ] 488/3686 13% [======== ] 489/3686 13% [======== ] 490/3686 13% [======== ] 491/3686 13% [======== ] 492/3686 13% [======== ] 493/3686 13% [======== ] 494/3686 13% [======== ] 495/3686 13% [======== ] 496/3686 13% [======== ] 497/3686 13% [======== ] 498/3686 13% [======== ] 499/3686 13% [======== ] 500/3686 13% [======== ] 501/3686 13% [======== ] 502/3686 13% [======== ] 503/3686 13% [======== ] 504/3686 13% [======== ] 505/3686 13% [======== ] 506/3686 13% [======== ] 507/3686 13% [======== ] 508/3686 13% [======== ] 509/3686 13% [======== ] 510/3686 13% [======== ] 511/3686 13% [======== ] 512/3686 13% [======== ] 513/3686 13% [======== ] 514/3686 13% [======== ] 515/3686 13% [======== ] 516/3686 13% [======== ] 517/3686 14% [======== ] 518/3686 14% [======== ] 519/3686 14% [======== ] 520/3686 14% [======== ] 521/3686 14% [======== ] 522/3686 14% [======== ] 523/3686 14% [======== ] 524/3686 14% [======== ] 525/3686 14% [======== ] 526/3686 14% [======== ] 527/3686 14% [======== ] 528/3686 14% [======== ] 529/3686 14% [======== ] 530/3686 14% [======== ] 531/3686 14% [======== ] 532/3686 14% [======== ] 533/3686 14% [======== ] 534/3686 14% [======== ] 535/3686 14% [========= ] 536/3686 14% [========= ] 537/3686 14% [========= ] 538/3686 14% [========= ] 539/3686 14% [========= ] 540/3686 14% [========= ] 541/3686 14% [========= ] 542/3686 14% [========= ] 543/3686 14% [========= ] 544/3686 14% [========= ] 545/3686 14% [========= ] 546/3686 14% [========= ] 547/3686 14% [========= ] 548/3686 14% [========= ] 549/3686 14% [========= ] 550/3686 14% [========= ] 551/3686 14% [========= ] 552/3686 14% [========= ] 553/3686 15% [========= ] 554/3686 15% [========= ] 555/3686 15% [========= ] 556/3686 15% [========= ] 557/3686 15% [========= ] 558/3686 15% [========= ] 559/3686 15% [========= ] 560/3686 15% [========= ] 561/3686 15% [========= ] 562/3686 15% [========= ] 563/3686 15% [========= ] 564/3686 15% [========= ] 565/3686 15% [========= ] 566/3686 15% [========= ] 567/3686 15% [========= ] 568/3686 15% [========= ] 569/3686 15% [========= ] 570/3686 15% [========= ] 571/3686 15% [========= ] 572/3686 15% [========= ] 573/3686 15% [========= ] 574/3686 15% [========= ] 575/3686 15% [========= ] 576/3686 15% [========= ] 577/3686 15% [========= ] 578/3686 15% [========= ] 579/3686 15% [========= ] 580/3686 15% [========= ] 581/3686 15% [========= ] 582/3686 15% [========= ] 583/3686 15% [========= ] 584/3686 15% [========= ] 585/3686 15% [========= ] 586/3686 15% [========= ] 587/3686 15% [========= ] 588/3686 15% [========= ] 589/3686 15% [========= ] 590/3686 16% [========= ] 591/3686 16% [========= ] 592/3686 16% [========= ] 593/3686 16% [========= ] 594/3686 16% [========== ] 595/3686 16% [========== ] 596/3686 16% [========== ] 597/3686 16% [========== ] 598/3686 16% [========== ] 599/3686 16% [========== ] 600/3686 16% [========== ] 601/3686 16% [========== ] 602/3686 16% [========== ] 603/3686 16% [========== ] 604/3686 16% [========== ] 605/3686 16% [========== ] 606/3686 16% [========== ] 607/3686 16% [========== ] 608/3686 16% [========== ] 609/3686 16% [========== ] 610/3686 16% [========== ] 611/3686 16% [========== ] 612/3686 16% [========== ] 613/3686 16% [========== ] 614/3686 16% [========== ] 615/3686 16% [========== ] 616/3686 16% [========== ] 617/3686 16% [========== ] 618/3686 16% [========== ] 619/3686 16% [========== ] 620/3686 16% [========== ] 621/3686 16% [========== ] 622/3686 16% [========== ] 623/3686 16% [========== ] 624/3686 16% [========== ] 625/3686 16% [========== ] 626/3686 16% [========== ] 627/3686 17% [========== ] 628/3686 17% [========== ] 629/3686 17% [========== ] 630/3686 17% [========== ] 631/3686 17% [========== ] 632/3686 17% [========== ] 633/3686 17% [========== ] 634/3686 17% [========== ] 635/3686 17% [========== ] 636/3686 17% [========== ] 637/3686 17% [========== ] 638/3686 17% [========== ] 639/3686 17% [========== ] 640/3686 17% [========== ] 641/3686 17% [========== ] 642/3686 17% [========== ] 643/3686 17% [========== ] 644/3686 17% [========== ] 645/3686 17% [========== ] 646/3686 17% [========== ] 647/3686 17% [========== ] 648/3686 17% [========== ] 649/3686 17% [========== ] 650/3686 17% [========== ] 651/3686 17% [========== ] 652/3686 17% [========== ] 653/3686 17% [=========== ] 654/3686 17% [=========== ] 655/3686 17% [=========== ] 656/3686 17% [=========== ] 657/3686 17% [=========== ] 658/3686 17% [=========== ] 659/3686 17% [=========== ] 660/3686 17% [=========== ] 661/3686 17% [=========== ] 662/3686 17% [=========== ] 663/3686 17% [=========== ] 664/3686 18% [=========== ] 665/3686 18% [=========== ] 666/3686 18% [=========== ] 667/3686 18% [=========== ] 668/3686 18% [=========== ] 669/3686 18% [=========== ] 670/3686 18% [=========== ] 671/3686 18% [=========== ] 672/3686 18% [=========== ] 673/3686 18% [=========== ] 674/3686 18% [=========== ] 675/3686 18% [=========== ] 676/3686 18% [=========== ] 677/3686 18% [=========== ] 678/3686 18% [=========== ] 679/3686 18% [=========== ] 680/3686 18% [=========== ] 681/3686 18% [=========== ] 682/3686 18% [=========== ] 683/3686 18% [=========== ] 684/3686 18% [=========== ] 685/3686 18% [=========== ] 686/3686 18% [=========== ] 687/3686 18% [=========== ] 688/3686 18% [=========== ] 689/3686 18% [=========== ] 690/3686 18% [=========== ] 691/3686 18% [=========== ] 692/3686 18% [=========== ] 693/3686 18% [=========== ] 694/3686 18% [=========== ] 695/3686 18% [=========== ] 696/3686 18% [=========== ] 697/3686 18% [=========== ] 698/3686 18% [=========== ] 699/3686 18% [=========== ] 700/3686 18% [=========== ] 701/3686 19% [=========== ] 702/3686 19% [=========== ] 703/3686 19% [=========== ] 704/3686 19% [=========== ] 705/3686 19% [=========== ] 706/3686 19% [=========== ] 707/3686 19% [=========== ] 708/3686 19% [=========== ] 709/3686 19% [=========== ] 710/3686 19% [=========== ] 711/3686 19% [=========== ] 712/3686 19% [=========== ] 713/3686 19% [============ ] 714/3686 19% [============ ] 715/3686 19% [============ ] 716/3686 19% [============ ] 717/3686 19% [============ ] 718/3686 19% [============ ] 719/3686 19% [============ ] 720/3686 19% [============ ] 721/3686 19% [============ ] 722/3686 19% [============ ] 723/3686 19% [============ ] 724/3686 19% [============ ] 725/3686 19% [============ ] 726/3686 19% [============ ] 727/3686 19% [============ ] 728/3686 19% [============ ] 729/3686 19% [============ ] 730/3686 19% [============ ] 731/3686 19% [============ ] 732/3686 19% [============ ] 733/3686 19% [============ ] 734/3686 19% [============ ] 735/3686 19% [============ ] 736/3686 19% [============ ] 737/3686 19% [============ ] 738/3686 20% [============ ] 739/3686 20% [============ ] 740/3686 20% [============ ] 741/3686 20% [============ ] 742/3686 20% [============ ] 743/3686 20% [============ ] 744/3686 20% [============ ] 745/3686 20% [============ ] 746/3686 20% [============ ] 747/3686 20% [============ ] 748/3686 20% [============ ] 749/3686 20% [============ ] 750/3686 20% [============ ] 751/3686 20% [============ ] 752/3686 20% [============ ] 753/3686 20% [============ ] 754/3686 20% [============ ] 755/3686 20% [============ ] 756/3686 20% [============ ] 757/3686 20% [============ ] 758/3686 20% [============ ] 759/3686 20% [============ ] 760/3686 20% [============ ] 761/3686 20% [============ ] 762/3686 20% [============ ] 763/3686 20% [============ ] 764/3686 20% [============ ] 765/3686 20% [============ ] 766/3686 20% [============ ] 767/3686 20% [============ ] 768/3686 20% [============ ] 769/3686 20% [============ ] 770/3686 20% [============ ] 771/3686 20% [============ ] 772/3686 20% [============= ] 773/3686 20% [============= ] 774/3686 20% [============= ] 775/3686 21% [============= ] 776/3686 21% [============= ] 777/3686 21% [============= ] 778/3686 21% [============= ] 779/3686 21% [============= ] 780/3686 21% [============= ] 781/3686 21% [============= ] 782/3686 21% [============= ] 783/3686 21% [============= ] 784/3686 21% [============= ] 785/3686 21% [============= ] 786/3686 21% [============= ] 787/3686 21% [============= ] 788/3686 21% [============= ] 789/3686 21% [============= ] 790/3686 21% [============= ] 791/3686 21% [============= ] 792/3686 21% [============= ] 793/3686 21% [============= ] 794/3686 21% [============= ] 795/3686 21% [============= ] 796/3686 21% [============= ] 797/3686 21% [============= ] 798/3686 21% [============= ] 799/3686 21% [============= ] 800/3686 21% [============= ] 801/3686 21% [============= ] 802/3686 21% [============= ] 803/3686 21% [============= ] 804/3686 21% [============= ] 805/3686 21% [============= ] 806/3686 21% [============= ] 807/3686 21% [============= ] 808/3686 21% [============= ] 809/3686 21% [============= ] 810/3686 21% [============= ] 811/3686 22% [============= ] 812/3686 22% [============= ] 813/3686 22% [============= ] 814/3686 22% [============= ] 815/3686 22% [============= ] 816/3686 22% [============= ] 817/3686 22% [============= ] 818/3686 22% [============= ] 819/3686 22% [============= ] 820/3686 22% [============= ] 821/3686 22% [============= ] 822/3686 22% [============= ] 823/3686 22% [============= ] 824/3686 22% [============= ] 825/3686 22% [============= ] 826/3686 22% [============= ] 827/3686 22% [============= ] 828/3686 22% [============= ] 829/3686 22% [============= ] 830/3686 22% [============= ] 831/3686 22% [============= ] 832/3686 22% [============== ] 833/3686 22% [============== ] 834/3686 22% [============== ] 835/3686 22% [============== ] 836/3686 22% [============== ] 837/3686 22% [============== ] 838/3686 22% [============== ] 839/3686 22% [============== ] 840/3686 22% [============== ] 841/3686 22% [============== ] 842/3686 22% [============== ] 843/3686 22% [============== ] 844/3686 22% [============== ] 845/3686 22% [============== ] 846/3686 22% [============== ] 847/3686 22% [============== ] 848/3686 23% [============== ] 849/3686 23% [============== ] 850/3686 23% [============== ] 851/3686 23% [============== ] 852/3686 23% [============== ] 853/3686 23% [============== ] 854/3686 23% [============== ] 855/3686 23% [============== ] 856/3686 23% [============== ] 857/3686 23% [============== ] 858/3686 23% [============== ] 859/3686 23% [============== ] 860/3686 23% [============== ] 861/3686 23% [============== ] 862/3686 23% [============== ] 863/3686 23% [============== ] 864/3686 23% [============== ] 865/3686 23% [============== ] 866/3686 23% [============== ] 867/3686 23% [============== ] 868/3686 23% [============== ] 869/3686 23% [============== ] 870/3686 23% [============== ] 871/3686 23% [============== ] 872/3686 23% [============== ] 873/3686 23% [============== ] 874/3686 23% [============== ] 875/3686 23% [============== ] 876/3686 23% [============== ] 877/3686 23% [============== ] 878/3686 23% [============== ] 879/3686 23% [============== ] 880/3686 23% [============== ] 881/3686 23% [============== ] 882/3686 23% [============== ] 883/3686 23% [============== ] 884/3686 23% [============== ] 885/3686 24% [============== ] 886/3686 24% [============== ] 887/3686 24% [============== ] 888/3686 24% [============== ] 889/3686 24% [============== ] 890/3686 24% [============== ] 891/3686 24% [=============== ] 892/3686 24% [=============== ] 893/3686 24% [=============== ] 894/3686 24% [=============== ] 895/3686 24% [=============== ] 896/3686 24% [=============== ] 897/3686 24% [=============== ] 898/3686 24% [=============== ] 899/3686 24% [=============== ] 900/3686 24% [=============== ] 901/3686 24% [=============== ] 902/3686 24% [=============== ] 903/3686 24% [=============== ] 904/3686 24% [=============== ] 905/3686 24% [=============== ] 906/3686 24% [=============== ] 907/3686 24% [=============== ] 908/3686 24% [=============== ] 909/3686 24% [=============== ] 910/3686 24% [=============== ] 911/3686 24% [=============== ] 912/3686 24% [=============== ] 913/3686 24% [=============== ] 914/3686 24% [=============== ] 915/3686 24% [=============== ] 916/3686 24% [=============== ] 917/3686 24% [=============== ] 918/3686 24% [=============== ] 919/3686 24% [=============== ] 920/3686 24% [=============== ] 921/3686 24% [=============== ] 922/3686 25% [=============== ] 923/3686 25% [=============== ] 924/3686 25% [=============== ] 925/3686 25% [=============== ] 926/3686 25% [=============== ] 927/3686 25% [=============== ] 928/3686 25% [=============== ] 929/3686 25% [=============== ] 930/3686 25% [=============== ] 931/3686 25% [=============== ] 932/3686 25% [=============== ] 933/3686 25% [=============== ] 934/3686 25% [=============== ] 935/3686 25% [=============== ] 936/3686 25% [=============== ] 937/3686 25% [=============== ] 938/3686 25% [=============== ] 939/3686 25% [=============== ] 940/3686 25% [=============== ] 941/3686 25% [=============== ] 942/3686 25% [=============== ] 943/3686 25% [=============== ] 944/3686 25% [=============== ] 945/3686 25% [=============== ] 946/3686 25% [=============== ] 947/3686 25% [=============== ] 948/3686 25% [=============== ] 949/3686 25% [=============== ] 950/3686 25% [=============== ] 951/3686 25% [================ ] 952/3686 25% [================ ] 953/3686 25% [================ ] 954/3686 25% [================ ] 955/3686 25% [================ ] 956/3686 25% [================ ] 957/3686 25% [================ ] 958/3686 25% [================ ] 959/3686 26% [================ ] 960/3686 26% [================ ] 961/3686 26% [================ ] 962/3686 26% [================ ] 963/3686 26% [================ ] 964/3686 26% [================ ] 965/3686 26% [================ ] 966/3686 26% [================ ] 967/3686 26% [================ ] 968/3686 26% [================ ] 969/3686 26% [================ ] 970/3686 26% [================ ] 971/3686 26% [================ ] 972/3686 26% [================ ] 973/3686 26% [================ ] 974/3686 26% [================ ] 975/3686 26% [================ ] 976/3686 26% [================ ] 977/3686 26% [================ ] 978/3686 26% [================ ] 979/3686 26% [================ ] 980/3686 26% [================ ] 981/3686 26% [================ ] 982/3686 26% [================ ] 983/3686 26% [================ ] 984/3686 26% [================ ] 985/3686 26% [================ ] 986/3686 26% [================ ] 987/3686 26% [================ ] 988/3686 26% [================ ] 989/3686 26% [================ ] 990/3686 26% [================ ] 991/3686 26% [================ ] 992/3686 26% [================ ] 993/3686 26% [================ ] 994/3686 26% [================ ] 995/3686 26% [================ ] 996/3686 27% [================ ] 997/3686 27% [================ ] 998/3686 27% [================ ] 999/3686 27% [================ ] 1000/3686 27% [================ ] 1001/3686 27% [================ ] 1002/3686 27% [================ ] 1003/3686 27% [================ ] 1004/3686 27% [================ ] 1005/3686 27% [================ ] 1006/3686 27% [================ ] 1007/3686 27% [================ ] 1008/3686 27% [================ ] 1009/3686 27% [================ ] 1010/3686 27% [================= ] 1011/3686 27% [================= ] 1012/3686 27% [================= ] 1013/3686 27% [================= ] 1014/3686 27% [================= ] 1015/3686 27% [================= ] 1016/3686 27% [================= ] 1017/3686 27% [================= ] 1018/3686 27% [================= ] 1019/3686 27% [================= ] 1020/3686 27% [================= ] 1021/3686 27% [================= ] 1022/3686 27% [================= ] 1023/3686 27% [================= ] 1024/3686 27% [================= ] 1025/3686 27% [================= ] 1026/3686 27% [================= ] 1027/3686 27% [================= ] 1028/3686 27% [================= ] 1029/3686 27% [================= ] 1030/3686 27% [================= ] 1031/3686 27% [================= ] 1032/3686 27% [================= ] 1033/3686 28% [================= ] 1034/3686 28% [================= ] 1035/3686 28% [================= ] 1036/3686 28% [================= ] 1037/3686 28% [================= ] 1038/3686 28% [================= ] 1039/3686 28% [================= ] 1040/3686 28% [================= ] 1041/3686 28% [================= ] 1042/3686 28% [================= ] 1043/3686 28% [================= ] 1044/3686 28% [================= ] 1045/3686 28% [================= ] 1046/3686 28% [================= ] 1047/3686 28% [================= ] 1048/3686 28% [================= ] 1049/3686 28% [================= ] 1050/3686 28% [================= ] 1051/3686 28% [================= ] 1052/3686 28% [================= ] 1053/3686 28% [================= ] 1054/3686 28% [================= ] 1055/3686 28% [================= ] 1056/3686 28% [================= ] 1057/3686 28% [================= ] 1058/3686 28% [================= ] 1059/3686 28% [================= ] 1060/3686 28% [================= ] 1061/3686 28% [================= ] 1062/3686 28% [================= ] 1063/3686 28% [================= ] 1064/3686 28% [================= ] 1065/3686 28% [================= ] 1066/3686 28% [================= ] 1067/3686 28% [================= ] 1068/3686 28% [================= ] 1069/3686 29% [================= ] 1070/3686 29% [================== ] 1071/3686 29% [================== ] 1072/3686 29% [================== ] 1073/3686 29% [================== ] 1074/3686 29% [================== ] 1075/3686 29% [================== ] 1076/3686 29% [================== ] 1077/3686 29% [================== ] 1078/3686 29% [================== ] 1079/3686 29% [================== ] 1080/3686 29% [================== ] 1081/3686 29% [================== ] 1082/3686 29% [================== ] 1083/3686 29% [================== ] 1084/3686 29% [================== ] 1085/3686 29% [================== ] 1086/3686 29% [================== ] 1087/3686 29% [================== ] 1088/3686 29% [================== ] 1089/3686 29% [================== ] 1090/3686 29% [================== ] 1091/3686 29% [================== ] 1092/3686 29% [================== ] 1093/3686 29% [================== ] 1094/3686 29% [================== ] 1095/3686 29% [================== ] 1096/3686 29% [================== ] 1097/3686 29% [================== ] 1098/3686 29% [================== ] 1099/3686 29% [================== ] 1100/3686 29% [================== ] 1101/3686 29% [================== ] 1102/3686 29% [================== ] 1103/3686 29% [================== ] 1104/3686 29% [================== ] 1105/3686 29% [================== ] 1106/3686 30% [================== ] 1107/3686 30% [================== ] 1108/3686 30% [================== ] 1109/3686 30% [================== ] 1110/3686 30% [================== ] 1111/3686 30% [================== ] 1112/3686 30% [================== ] 1113/3686 30% [================== ] 1114/3686 30% [================== ] 1115/3686 30% [================== ] 1116/3686 30% [================== ] 1117/3686 30% [================== ] 1118/3686 30% [================== ] 1119/3686 30% [================== ] 1120/3686 30% [================== ] 1121/3686 30% [================== ] 1122/3686 30% [================== ] 1123/3686 30% [================== ] 1124/3686 30% [================== ] 1125/3686 30% [================== ] 1126/3686 30% [================== ] 1127/3686 30% [================== ] 1128/3686 30% [================== ] 1129/3686 30% [=================== ] 1130/3686 30% [=================== ] 1131/3686 30% [=================== ] 1132/3686 30% [=================== ] 1133/3686 30% [=================== ] 1134/3686 30% [=================== ] 1135/3686 30% [=================== ] 1136/3686 30% [=================== ] 1137/3686 30% [=================== ] 1138/3686 30% [=================== ] 1139/3686 30% [=================== ] 1140/3686 30% [=================== ] 1141/3686 30% [=================== ] 1142/3686 30% [=================== ] 1143/3686 31% [=================== ] 1144/3686 31% [=================== ] 1145/3686 31% [=================== ] 1146/3686 31% [=================== ] 1147/3686 31% [=================== ] 1148/3686 31% [=================== ] 1149/3686 31% [=================== ] 1150/3686 31% [=================== ] 1151/3686 31% [=================== ] 1152/3686 31% [=================== ] 1153/3686 31% [=================== ] 1154/3686 31% [=================== ] 1155/3686 31% [=================== ] 1156/3686 31% [=================== ] 1157/3686 31% [=================== ] 1158/3686 31% [=================== ] 1159/3686 31% [=================== ] 1160/3686 31% [=================== ] 1161/3686 31% [=================== ] 1162/3686 31% [=================== ] 1163/3686 31% [=================== ] 1164/3686 31% [=================== ] 1165/3686 31% [=================== ] 1166/3686 31% [=================== ] 1167/3686 31% [=================== ] 1168/3686 31% [=================== ] 1169/3686 31% [=================== ] 1170/3686 31% [=================== ] 1171/3686 31% [=================== ] 1172/3686 31% [=================== ] 1173/3686 31% [=================== ] 1174/3686 31% [=================== ] 1175/3686 31% [=================== ] 1176/3686 31% [=================== ] 1177/3686 31% [=================== ] 1178/3686 31% [=================== ] 1179/3686 31% [=================== ] 1180/3686 32% [=================== ] 1181/3686 32% [=================== ] 1182/3686 32% [=================== ] 1183/3686 32% [=================== ] 1184/3686 32% [=================== ] 1185/3686 32% [=================== ] 1186/3686 32% [=================== ] 1187/3686 32% [=================== ] 1188/3686 32% [=================== ] 1189/3686 32% [==================== ] 1190/3686 32% [==================== ] 1191/3686 32% [==================== ] 1192/3686 32% [==================== ] 1193/3686 32% [==================== ] 1194/3686 32% [==================== ] 1195/3686 32% [==================== ] 1196/3686 32% [==================== ] 1197/3686 32% [==================== ] 1198/3686 32% [==================== ] 1199/3686 32% [==================== ] 1200/3686 32% [==================== ] 1201/3686 32% [==================== ] 1202/3686 32% [==================== ] 1203/3686 32% [==================== ] 1204/3686 32% [==================== ] 1205/3686 32% [==================== ] 1206/3686 32% [==================== ] 1207/3686 32% [==================== ] 1208/3686 32% [==================== ] 1209/3686 32% [==================== ] 1210/3686 32% [==================== ] 1211/3686 32% [==================== ] 1212/3686 32% [==================== ] 1213/3686 32% [==================== ] 1214/3686 32% [==================== ] 1215/3686 32% [==================== ] 1216/3686 32% [==================== ] 1217/3686 33% [==================== ] 1218/3686 33% [==================== ] 1219/3686 33% [==================== ] 1220/3686 33% [==================== ] 1221/3686 33% [==================== ] 1222/3686 33% [==================== ] 1223/3686 33% [==================== ] 1224/3686 33% [==================== ] 1225/3686 33% [==================== ] 1226/3686 33% [==================== ] 1227/3686 33% [==================== ] 1228/3686 33% [==================== ] 1229/3686 33% [==================== ] 1230/3686 33% [==================== ] 1231/3686 33% [==================== ] 1232/3686 33% [==================== ] 1233/3686 33% [==================== ] 1234/3686 33% [==================== ] 1235/3686 33% [==================== ] 1236/3686 33% [==================== ] 1237/3686 33% [==================== ] 1238/3686 33% [==================== ] 1239/3686 33% [==================== ] 1240/3686 33% [==================== ] 1241/3686 33% [==================== ] 1242/3686 33% [==================== ] 1243/3686 33% [==================== ] 1244/3686 33% [==================== ] 1245/3686 33% [==================== ] 1246/3686 33% [==================== ] 1247/3686 33% [==================== ] 1248/3686 33% [===================== ] 1249/3686 33% [===================== ] 1250/3686 33% [===================== ] 1251/3686 33% [===================== ] 1252/3686 33% [===================== ] 1253/3686 33% [===================== ] 1254/3686 34% [===================== ] 1255/3686 34% [===================== ] 1256/3686 34% [===================== ] 1257/3686 34% [===================== ] 1258/3686 34% [===================== ] 1259/3686 34% [===================== ] 1260/3686 34% [===================== ] 1261/3686 34% [===================== ] 1262/3686 34% [===================== ] 1263/3686 34% [===================== ] 1264/3686 34% [===================== ] 1265/3686 34% [===================== ] 1266/3686 34% [===================== ] 1267/3686 34% [===================== ] 1268/3686 34% [===================== ] 1269/3686 34% [===================== ] 1270/3686 34% [===================== ] 1271/3686 34% [===================== ] 1272/3686 34% [===================== ] 1273/3686 34% [===================== ] 1274/3686 34% [===================== ] 1275/3686 34% [===================== ] 1276/3686 34% [===================== ] 1277/3686 34% [===================== ] 1278/3686 34% [===================== ] 1279/3686 34% [===================== ] 1280/3686 34% [===================== ] 1281/3686 34% [===================== ] 1282/3686 34% [===================== ] 1283/3686 34% [===================== ] 1284/3686 34% [===================== ] 1285/3686 34% [===================== ] 1286/3686 34% [===================== ] 1287/3686 34% [===================== ] 1288/3686 34% [===================== ] 1289/3686 34% [===================== ] 1290/3686 34% [===================== ] 1291/3686 35% [===================== ] 1292/3686 35% [===================== ] 1293/3686 35% [===================== ] 1294/3686 35% [===================== ] 1295/3686 35% [===================== ] 1296/3686 35% [===================== ] 1297/3686 35% [===================== ] 1298/3686 35% [===================== ] 1299/3686 35% [===================== ] 1300/3686 35% [===================== ] 1301/3686 35% [===================== ] 1302/3686 35% [===================== ] 1303/3686 35% [===================== ] 1304/3686 35% [===================== ] 1305/3686 35% [===================== ] 1306/3686 35% [===================== ] 1307/3686 35% [====================== ] 1308/3686 35% [====================== ] 1309/3686 35% [====================== ] 1310/3686 35% [====================== ] 1311/3686 35% [====================== ] 1312/3686 35% [====================== ] 1313/3686 35% [====================== ] 1314/3686 35% [====================== ] 1315/3686 35% [====================== ] 1316/3686 35% [====================== ] 1317/3686 35% [====================== ] 1318/3686 35% [====================== ] 1319/3686 35% [====================== ] 1320/3686 35% [====================== ] 1321/3686 35% [====================== ] 1322/3686 35% [====================== ] 1323/3686 35% [====================== ] 1324/3686 35% [====================== ] 1325/3686 35% [====================== ] 1326/3686 35% [====================== ] 1327/3686 36% [====================== ] 1328/3686 36% [====================== ] 1329/3686 36% [====================== ] 1330/3686 36% [====================== ] 1331/3686 36% [====================== ] 1332/3686 36% [====================== ] 1333/3686 36% [====================== ] 1334/3686 36% [====================== ] 1335/3686 36% [====================== ] 1336/3686 36% [====================== ] 1337/3686 36% [====================== ] 1338/3686 36% [====================== ] 1339/3686 36% [====================== ] 1340/3686 36% [====================== ] 1341/3686 36% [====================== ] 1342/3686 36% [====================== ] 1343/3686 36% [====================== ] 1344/3686 36% [====================== ] 1345/3686 36% [====================== ] 1346/3686 36% [====================== ] 1347/3686 36% [====================== ] 1348/3686 36% [====================== ] 1349/3686 36% [====================== ] 1350/3686 36% [====================== ] 1351/3686 36% [====================== ] 1352/3686 36% [====================== ] 1353/3686 36% [====================== ] 1354/3686 36% [====================== ] 1355/3686 36% [====================== ] 1356/3686 36% [====================== ] 1357/3686 36% [====================== ] 1358/3686 36% [====================== ] 1359/3686 36% [====================== ] 1360/3686 36% [====================== ] 1361/3686 36% [====================== ] 1362/3686 36% [====================== ] 1363/3686 36% [====================== ] 1364/3686 37% [====================== ] 1365/3686 37% [====================== ] 1366/3686 37% [====================== ] 1367/3686 37% [======================= ] 1368/3686 37% [======================= ] 1369/3686 37% [======================= ] 1370/3686 37% [======================= ] 1371/3686 37% [======================= ] 1372/3686 37% [======================= ] 1373/3686 37% [======================= ] 1374/3686 37% [======================= ] 1375/3686 37% [======================= ] 1376/3686 37% [======================= ] 1377/3686 37% [======================= ] 1378/3686 37% [======================= ] 1379/3686 37% [======================= ] 1380/3686 37% [======================= ] 1381/3686 37% [======================= ] 1382/3686 37% [======================= ] 1383/3686 37% [======================= ] 1384/3686 37% [======================= ] 1385/3686 37% [======================= ] 1386/3686 37% [======================= ] 1387/3686 37% [======================= ] 1388/3686 37% [======================= ] 1389/3686 37% [======================= ] 1390/3686 37% [======================= ] 1391/3686 37% [======================= ] 1392/3686 37% [======================= ] 1393/3686 37% [======================= ] 1394/3686 37% [======================= ] 1395/3686 37% [======================= ] 1396/3686 37% [======================= ] 1397/3686 37% [======================= ] 1398/3686 37% [======================= ] 1399/3686 37% [======================= ] 1400/3686 37% [======================= ] 1401/3686 38% [======================= ] 1402/3686 38% [======================= ] 1403/3686 38% [======================= ] 1404/3686 38% [======================= ] 1405/3686 38% [======================= ] 1406/3686 38% [======================= ] 1407/3686 38% [======================= ] 1408/3686 38% [======================= ] 1409/3686 38% [======================= ] 1410/3686 38% [======================= ] 1411/3686 38% [======================= ] 1412/3686 38% [======================= ] 1413/3686 38% [======================= ] 1414/3686 38% [======================= ] 1415/3686 38% [======================= ] 1416/3686 38% [======================= ] 1417/3686 38% [======================= ] 1418/3686 38% [======================= ] 1419/3686 38% [======================= ] 1420/3686 38% [======================= ] 1421/3686 38% [======================= ] 1422/3686 38% [======================= ] 1423/3686 38% [======================= ] 1424/3686 38% [======================= ] 1425/3686 38% [======================= ] 1426/3686 38% [======================== ] 1427/3686 38% [======================== ] 1428/3686 38% [======================== ] 1429/3686 38% [======================== ] 1430/3686 38% [======================== ] 1431/3686 38% [======================== ] 1432/3686 38% [======================== ] 1433/3686 38% [======================== ] 1434/3686 38% [======================== ] 1435/3686 38% [======================== ] 1436/3686 38% [======================== ] 1437/3686 38% [======================== ] 1438/3686 39% [======================== ] 1439/3686 39% [======================== ] 1440/3686 39% [======================== ] 1441/3686 39% [======================== ] 1442/3686 39% [======================== ] 1443/3686 39% [======================== ] 1444/3686 39% [======================== ] 1445/3686 39% [======================== ] 1446/3686 39% [======================== ] 1447/3686 39% [======================== ] 1448/3686 39% [======================== ] 1449/3686 39% [======================== ] 1450/3686 39% [======================== ] 1451/3686 39% [======================== ] 1452/3686 39% [======================== ] 1453/3686 39% [======================== ] 1454/3686 39% [======================== ] 1455/3686 39% [======================== ] 1456/3686 39% [======================== ] 1457/3686 39% [======================== ] 1458/3686 39% [======================== ] 1459/3686 39% [======================== ] 1460/3686 39% [======================== ] 1461/3686 39% [======================== ] 1462/3686 39% [======================== ] 1463/3686 39% [======================== ] 1464/3686 39% [======================== ] 1465/3686 39% [======================== ] 1466/3686 39% [======================== ] 1467/3686 39% [======================== ] 1468/3686 39% [======================== ] 1469/3686 39% [======================== ] 1470/3686 39% [======================== ] 1471/3686 39% [======================== ] 1472/3686 39% [======================== ] 1473/3686 39% [======================== ] 1474/3686 39% [======================== ] 1475/3686 40% [======================== ] 1476/3686 40% [======================== ] 1477/3686 40% [======================== ] 1478/3686 40% [======================== ] 1479/3686 40% [======================== ] 1480/3686 40% [======================== ] 1481/3686 40% [======================== ] 1482/3686 40% [======================== ] 1483/3686 40% [======================== ] 1484/3686 40% [======================== ] 1485/3686 40% [======================== ] 1486/3686 40% [========================= ] 1487/3686 40% [========================= ] 1488/3686 40% [========================= ] 1489/3686 40% [========================= ] 1490/3686 40% [========================= ] 1491/3686 40% [========================= ] 1492/3686 40% [========================= ] 1493/3686 40% [========================= ] 1494/3686 40% [========================= ] 1495/3686 40% [========================= ] 1496/3686 40% [========================= ] 1497/3686 40% [========================= ] 1498/3686 40% [========================= ] 1499/3686 40% [========================= ] 1500/3686 40% [========================= ] 1501/3686 40% [========================= ] 1502/3686 40% [========================= ] 1503/3686 40% [========================= ] 1504/3686 40% [========================= ] 1505/3686 40% [========================= ] 1506/3686 40% [========================= ] 1507/3686 40% [========================= ] 1508/3686 40% [========================= ] 1509/3686 40% [========================= ] 1510/3686 40% [========================= ] 1511/3686 40% [========================= ] 1512/3686 41% [========================= ] 1513/3686 41% [========================= ] 1514/3686 41% [========================= ] 1515/3686 41% [========================= ] 1516/3686 41% [========================= ] 1517/3686 41% [========================= ] 1518/3686 41% [========================= ] 1519/3686 41% [========================= ] 1520/3686 41% [========================= ] 1521/3686 41% [========================= ] 1522/3686 41% [========================= ] 1523/3686 41% [========================= ] 1524/3686 41% [========================= ] 1525/3686 41% [========================= ] 1526/3686 41% [========================= ] 1527/3686 41% [========================= ] 1528/3686 41% [========================= ] 1529/3686 41% [========================= ] 1530/3686 41% [========================= ] 1531/3686 41% [========================= ] 1532/3686 41% [========================= ] 1533/3686 41% [========================= ] 1534/3686 41% [========================= ] 1535/3686 41% [========================= ] 1536/3686 41% [========================= ] 1537/3686 41% [========================= ] 1538/3686 41% [========================= ] 1539/3686 41% [========================= ] 1540/3686 41% [========================= ] 1541/3686 41% [========================= ] 1542/3686 41% [========================= ] 1543/3686 41% [========================= ] 1544/3686 41% [========================= ] 1545/3686 41% [========================== ] 1546/3686 41% [========================== ] 1547/3686 41% [========================== ] 1548/3686 41% [========================== ] 1549/3686 42% [========================== ] 1550/3686 42% [========================== ] 1551/3686 42% [========================== ] 1552/3686 42% [========================== ] 1553/3686 42% [========================== ] 1554/3686 42% [========================== ] 1555/3686 42% [========================== ] 1556/3686 42% [========================== ] 1557/3686 42% [========================== ] 1558/3686 42% [========================== ] 1559/3686 42% [========================== ] 1560/3686 42% [========================== ] 1561/3686 42% [========================== ] 1562/3686 42% [========================== ] 1563/3686 42% [========================== ] 1564/3686 42% [========================== ] 1565/3686 42% [========================== ] 1566/3686 42% [========================== ] 1567/3686 42% [========================== ] 1568/3686 42% [========================== ] 1569/3686 42% [========================== ] 1570/3686 42% [========================== ] 1571/3686 42% [========================== ] 1572/3686 42% [========================== ] 1573/3686 42% [========================== ] 1574/3686 42% [========================== ] 1575/3686 42% [========================== ] 1576/3686 42% [========================== ] 1577/3686 42% [========================== ] 1578/3686 42% [========================== ] 1579/3686 42% [========================== ] 1580/3686 42% [========================== ] 1581/3686 42% [========================== ] 1582/3686 42% [========================== ] 1583/3686 42% [========================== ] 1584/3686 42% [========================== ] 1585/3686 43% [========================== ] 1586/3686 43% [========================== ] 1587/3686 43% [========================== ] 1588/3686 43% [========================== ] 1589/3686 43% [========================== ] 1590/3686 43% [========================== ] 1591/3686 43% [========================== ] 1592/3686 43% [========================== ] 1593/3686 43% [========================== ] 1594/3686 43% [========================== ] 1595/3686 43% [========================== ] 1596/3686 43% [========================== ] 1597/3686 43% [========================== ] 1598/3686 43% [========================== ] 1599/3686 43% [========================== ] 1600/3686 43% [========================== ] 1601/3686 43% [========================== ] 1602/3686 43% [========================== ] 1603/3686 43% [========================== ] 1604/3686 43% [========================== ] 1605/3686 43% [=========================== ] 1606/3686 43% [=========================== ] 1607/3686 43% [=========================== ] 1608/3686 43% [=========================== ] 1609/3686 43% [=========================== ] 1610/3686 43% [=========================== ] 1611/3686 43% [=========================== ] 1612/3686 43% [=========================== ] 1613/3686 43% [=========================== ] 1614/3686 43% [=========================== ] 1615/3686 43% [=========================== ] 1616/3686 43% [=========================== ] 1617/3686 43% [=========================== ] 1618/3686 43% [=========================== ] 1619/3686 43% [=========================== ] 1620/3686 43% [=========================== ] 1621/3686 43% [=========================== ] 1622/3686 44% [=========================== ] 1623/3686 44% [=========================== ] 1624/3686 44% [=========================== ] 1625/3686 44% [=========================== ] 1626/3686 44% [=========================== ] 1627/3686 44% [=========================== ] 1628/3686 44% [=========================== ] 1629/3686 44% [=========================== ] 1630/3686 44% [=========================== ] 1631/3686 44% [=========================== ] 1632/3686 44% [=========================== ] 1633/3686 44% [=========================== ] 1634/3686 44% [=========================== ] 1635/3686 44% [=========================== ] 1636/3686 44% [=========================== ] 1637/3686 44% [=========================== ] 1638/3686 44% [=========================== ] 1639/3686 44% [=========================== ] 1640/3686 44% [=========================== ] 1641/3686 44% [=========================== ] 1642/3686 44% [=========================== ] 1643/3686 44% [=========================== ] 1644/3686 44% [=========================== ] 1645/3686 44% [=========================== ] 1646/3686 44% [=========================== ] 1647/3686 44% [=========================== ] 1648/3686 44% [=========================== ] 1649/3686 44% [=========================== ] 1650/3686 44% [=========================== ] 1651/3686 44% [=========================== ] 1652/3686 44% [=========================== ] 1653/3686 44% [=========================== ] 1654/3686 44% [=========================== ] 1655/3686 44% [=========================== ] 1656/3686 44% [=========================== ] 1657/3686 44% [=========================== ] 1658/3686 44% [=========================== ] 1659/3686 45% [=========================== ] 1660/3686 45% [=========================== ] 1661/3686 45% [=========================== ] 1662/3686 45% [=========================== ] 1663/3686 45% [=========================== ] 1664/3686 45% [============================ ] 1665/3686 45% [============================ ] 1666/3686 45% [============================ ] 1667/3686 45% [============================ ] 1668/3686 45% [============================ ] 1669/3686 45% [============================ ] 1670/3686 45% [============================ ] 1671/3686 45% [============================ ] 1672/3686 45% [============================ ] 1673/3686 45% [============================ ] 1674/3686 45% [============================ ] 1675/3686 45% [============================ ] 1676/3686 45% [============================ ] 1677/3686 45% [============================ ] 1678/3686 45% [============================ ] 1679/3686 45% [============================ ] 1680/3686 45% [============================ ] 1681/3686 45% [============================ ] 1682/3686 45% [============================ ] 1683/3686 45% [============================ ] 1684/3686 45% [============================ ] 1685/3686 45% [============================ ] 1686/3686 45% [============================ ] 1687/3686 45% [============================ ] 1688/3686 45% [============================ ] 1689/3686 45% [============================ ] 1690/3686 45% [============================ ] 1691/3686 45% [============================ ] 1692/3686 45% [============================ ] 1693/3686 45% [============================ ] 1694/3686 45% [============================ ] 1695/3686 45% [============================ ] 1696/3686 46% [============================ ] 1697/3686 46% [============================ ] 1698/3686 46% [============================ ] 1699/3686 46% [============================ ] 1700/3686 46% [============================ ] 1701/3686 46% [============================ ] 1702/3686 46% [============================ ] 1703/3686 46% [============================ ] 1704/3686 46% [============================ ] 1705/3686 46% [============================ ] 1706/3686 46% [============================ ] 1707/3686 46% [============================ ] 1708/3686 46% [============================ ] 1709/3686 46% [============================ ] 1710/3686 46% [============================ ] 1711/3686 46% [============================ ] 1712/3686 46% [============================ ] 1713/3686 46% [============================ ] 1714/3686 46% [============================ ] 1715/3686 46% [============================ ] 1716/3686 46% [============================ ] 1717/3686 46% [============================ ] 1718/3686 46% [============================ ] 1719/3686 46% [============================ ] 1720/3686 46% [============================ ] 1721/3686 46% [============================ ] 1722/3686 46% [============================ ] 1723/3686 46% [============================ ] 1724/3686 46% [============================= ] 1725/3686 46% [============================= ] 1726/3686 46% [============================= ] 1727/3686 46% [============================= ] 1728/3686 46% [============================= ] 1729/3686 46% [============================= ] 1730/3686 46% [============================= ] 1731/3686 46% [============================= ] 1732/3686 46% [============================= ] 1733/3686 47% [============================= ] 1734/3686 47% [============================= ] 1735/3686 47% [============================= ] 1736/3686 47% [============================= ] 1737/3686 47% [============================= ] 1738/3686 47% [============================= ] 1739/3686 47% [============================= ] 1740/3686 47% [============================= ] 1741/3686 47% [============================= ] 1742/3686 47% [============================= ] 1743/3686 47% [============================= ] 1744/3686 47% [============================= ] 1745/3686 47% [============================= ] 1746/3686 47% [============================= ] 1747/3686 47% [============================= ] 1748/3686 47% [============================= ] 1749/3686 47% [============================= ] 1750/3686 47% [============================= ] 1751/3686 47% [============================= ] 1752/3686 47% [============================= ] 1753/3686 47% [============================= ] 1754/3686 47% [============================= ] 1755/3686 47% [============================= ] 1756/3686 47% [============================= ] 1757/3686 47% [============================= ] 1758/3686 47% [============================= ] 1759/3686 47% [============================= ] 1760/3686 47% [============================= ] 1761/3686 47% [============================= ] 1762/3686 47% [============================= ] 1763/3686 47% [============================= ] 1764/3686 47% [============================= ] 1765/3686 47% [============================= ] 1766/3686 47% [============================= ] 1767/3686 47% [============================= ] 1768/3686 47% [============================= ] 1769/3686 47% [============================= ] 1770/3686 48% [============================= ] 1771/3686 48% [============================= ] 1772/3686 48% [============================= ] 1773/3686 48% [============================= ] 1774/3686 48% [============================= ] 1775/3686 48% [============================= ] 1776/3686 48% [============================= ] 1777/3686 48% [============================= ] 1778/3686 48% [============================= ] 1779/3686 48% [============================= ] 1780/3686 48% [============================= ] 1781/3686 48% [============================= ] 1782/3686 48% [============================= ] 1783/3686 48% [============================== ] 1784/3686 48% [============================== ] 1785/3686 48% [============================== ] 1786/3686 48% [============================== ] 1787/3686 48% [============================== ] 1788/3686 48% [============================== ] 1789/3686 48% [============================== ] 1790/3686 48% [============================== ] 1791/3686 48% [============================== ] 1792/3686 48% [============================== ] 1793/3686 48% [============================== ] 1794/3686 48% [============================== ] 1795/3686 48% [============================== ] 1796/3686 48% [============================== ] 1797/3686 48% [============================== ] 1798/3686 48% [============================== ] 1799/3686 48% [============================== ] 1800/3686 48% [============================== ] 1801/3686 48% [============================== ] 1802/3686 48% [============================== ] 1803/3686 48% [============================== ] 1804/3686 48% [============================== ] 1805/3686 48% [============================== ] 1806/3686 48% [============================== ] 1807/3686 49% [============================== ] 1808/3686 49% [============================== ] 1809/3686 49% [============================== ] 1810/3686 49% [============================== ] 1811/3686 49% [============================== ] 1812/3686 49% [============================== ] 1813/3686 49% [============================== ] 1814/3686 49% [============================== ] 1815/3686 49% [============================== ] 1816/3686 49% [============================== ] 1817/3686 49% [============================== ] 1818/3686 49% [============================== ] 1819/3686 49% [============================== ] 1820/3686 49% [============================== ] 1821/3686 49% [============================== ] 1822/3686 49% [============================== ] 1823/3686 49% [============================== ] 1824/3686 49% [============================== ] 1825/3686 49% [============================== ] 1826/3686 49% [============================== ] 1827/3686 49% [============================== ] 1828/3686 49% [============================== ] 1829/3686 49% [============================== ] 1830/3686 49% [============================== ] 1831/3686 49% [============================== ] 1832/3686 49% [============================== ] 1833/3686 49% [============================== ] 1834/3686 49% [============================== ] 1835/3686 49% [============================== ] 1836/3686 49% [============================== ] 1837/3686 49% [============================== ] 1838/3686 49% [============================== ] 1839/3686 49% [============================== ] 1840/3686 49% [============================== ] 1841/3686 49% [============================== ] 1842/3686 49% [=============================== ] 1843/3686 50% [=============================== ] 1844/3686 50% [=============================== ] 1845/3686 50% [=============================== ] 1846/3686 50% [=============================== ] 1847/3686 50% [=============================== ] 1848/3686 50% [=============================== ] 1849/3686 50% [=============================== ] 1850/3686 50% [=============================== ] 1851/3686 50% [=============================== ] 1852/3686 50% [=============================== ] 1853/3686 50% [=============================== ] 1854/3686 50% [=============================== ] 1855/3686 50% [=============================== ] 1856/3686 50% [=============================== ] 1857/3686 50% [=============================== ] 1858/3686 50% [=============================== ] 1859/3686 50% [=============================== ] 1860/3686 50% [=============================== ] 1861/3686 50% [=============================== ] 1862/3686 50% [=============================== ] 1863/3686 50% [=============================== ] 1864/3686 50% [=============================== ] 1865/3686 50% [=============================== ] 1866/3686 50% [=============================== ] 1867/3686 50% [=============================== ] 1868/3686 50% [=============================== ] 1869/3686 50% [=============================== ] 1870/3686 50% [=============================== ] 1871/3686 50% [=============================== ] 1872/3686 50% [=============================== ] 1873/3686 50% [=============================== ] 1874/3686 50% [=============================== ] 1875/3686 50% [=============================== ] 1876/3686 50% [=============================== ] 1877/3686 50% [=============================== ] 1878/3686 50% [=============================== ] 1879/3686 50% [=============================== ] 1880/3686 51% [=============================== ] 1881/3686 51% [=============================== ] 1882/3686 51% [=============================== ] 1883/3686 51% [=============================== ] 1884/3686 51% [=============================== ] 1885/3686 51% [=============================== ] 1886/3686 51% [=============================== ] 1887/3686 51% [=============================== ] 1888/3686 51% [=============================== ] 1889/3686 51% [=============================== ] 1890/3686 51% [=============================== ] 1891/3686 51% [=============================== ] 1892/3686 51% [=============================== ] 1893/3686 51% [=============================== ] 1894/3686 51% [=============================== ] 1895/3686 51% [=============================== ] 1896/3686 51% [=============================== ] 1897/3686 51% [=============================== ] 1898/3686 51% [=============================== ] 1899/3686 51% [=============================== ] 1900/3686 51% [=============================== ] 1901/3686 51% [=============================== ] 1902/3686 51% [================================ ] 1903/3686 51% [================================ ] 1904/3686 51% [================================ ] 1905/3686 51% [================================ ] 1906/3686 51% [================================ ] 1907/3686 51% [================================ ] 1908/3686 51% [================================ ] 1909/3686 51% [================================ ] 1910/3686 51% [================================ ] 1911/3686 51% [================================ ] 1912/3686 51% [================================ ] 1913/3686 51% [================================ ] 1914/3686 51% [================================ ] 1915/3686 51% [================================ ] 1916/3686 51% [================================ ] 1917/3686 52% [================================ ] 1918/3686 52% [================================ ] 1919/3686 52% [================================ ] 1920/3686 52% [================================ ] 1921/3686 52% [================================ ] 1922/3686 52% [================================ ] 1923/3686 52% [================================ ] 1924/3686 52% [================================ ] 1925/3686 52% [================================ ] 1926/3686 52% [================================ ] 1927/3686 52% [================================ ] 1928/3686 52% [================================ ] 1929/3686 52% [================================ ] 1930/3686 52% [================================ ] 1931/3686 52% [================================ ] 1932/3686 52% [================================ ] 1933/3686 52% [================================ ] 1934/3686 52% [================================ ] 1935/3686 52% [================================ ] 1936/3686 52% [================================ ] 1937/3686 52% [================================ ] 1938/3686 52% [================================ ] 1939/3686 52% [================================ ] 1940/3686 52% [================================ ] 1941/3686 52% [================================ ] 1942/3686 52% [================================ ] 1943/3686 52% [================================ ] 1944/3686 52% [================================ ] 1945/3686 52% [================================ ] 1946/3686 52% [================================ ] 1947/3686 52% [================================ ] 1948/3686 52% [================================ ] 1949/3686 52% [================================ ] 1950/3686 52% [================================ ] 1951/3686 52% [================================ ] 1952/3686 52% [================================ ] 1953/3686 52% [================================ ] 1954/3686 53% [================================ ] 1955/3686 53% [================================ ] 1956/3686 53% [================================ ] 1957/3686 53% [================================ ] 1958/3686 53% [================================ ] 1959/3686 53% [================================ ] 1960/3686 53% [================================ ] 1961/3686 53% [================================= ] 1962/3686 53% [================================= ] 1963/3686 53% [================================= ] 1964/3686 53% [================================= ] 1965/3686 53% [================================= ] 1966/3686 53% [================================= ] 1967/3686 53% [================================= ] 1968/3686 53% [================================= ] 1969/3686 53% [================================= ] 1970/3686 53% [================================= ] 1971/3686 53% [================================= ] 1972/3686 53% [================================= ] 1973/3686 53% [================================= ] 1974/3686 53% [================================= ] 1975/3686 53% [================================= ] 1976/3686 53% [================================= ] 1977/3686 53% [================================= ] 1978/3686 53% [================================= ] 1979/3686 53% [================================= ] 1980/3686 53% [================================= ] 1981/3686 53% [================================= ] 1982/3686 53% [================================= ] 1983/3686 53% [================================= ] 1984/3686 53% [================================= ] 1985/3686 53% [================================= ] 1986/3686 53% [================================= ] 1987/3686 53% [================================= ] 1988/3686 53% [================================= ] 1989/3686 53% [================================= ] 1990/3686 53% [================================= ] 1991/3686 54% [================================= ] 1992/3686 54% [================================= ] 1993/3686 54% [================================= ] 1994/3686 54% [================================= ] 1995/3686 54% [================================= ] 1996/3686 54% [================================= ] 1997/3686 54% [================================= ] 1998/3686 54% [================================= ] 1999/3686 54% [================================= ] 2000/3686 54% [================================= ] 2001/3686 54% [================================= ] 2002/3686 54% [================================= ] 2003/3686 54% [================================= ] 2004/3686 54% [================================= ] 2005/3686 54% [================================= ] 2006/3686 54% [================================= ] 2007/3686 54% [================================= ] 2008/3686 54% [================================= ] 2009/3686 54% [================================= ] 2010/3686 54% [================================= ] 2011/3686 54% [================================= ] 2012/3686 54% [================================= ] 2013/3686 54% [================================= ] 2014/3686 54% [================================= ] 2015/3686 54% [================================= ] 2016/3686 54% [================================= ] 2017/3686 54% [================================= ] 2018/3686 54% [================================= ] 2019/3686 54% [================================= ] 2020/3686 54% [================================= ] 2021/3686 54% [================================== ] 2022/3686 54% [================================== ] 2023/3686 54% [================================== ] 2024/3686 54% [================================== ] 2025/3686 54% [================================== ] 2026/3686 54% [================================== ] 2027/3686 54% [================================== ] 2028/3686 55% [================================== ] 2029/3686 55% [================================== ] 2030/3686 55% [================================== ] 2031/3686 55% [================================== ] 2032/3686 55% [================================== ] 2033/3686 55% [================================== ] 2034/3686 55% [================================== ] 2035/3686 55% [================================== ] 2036/3686 55% [================================== ] 2037/3686 55% [================================== ] 2038/3686 55% [================================== ] 2039/3686 55% [================================== ] 2040/3686 55% [================================== ] 2041/3686 55% [================================== ] 2042/3686 55% [================================== ] 2043/3686 55% [================================== ] 2044/3686 55% [================================== ] 2045/3686 55% [================================== ] 2046/3686 55% [================================== ] 2047/3686 55% [================================== ] 2048/3686 55% [================================== ] 2049/3686 55% [================================== ] 2050/3686 55% [================================== ] 2051/3686 55% [================================== ] 2052/3686 55% [================================== ] 2053/3686 55% [================================== ] 2054/3686 55% [================================== ] 2055/3686 55% [================================== ] 2056/3686 55% [================================== ] 2057/3686 55% [================================== ] 2058/3686 55% [================================== ] 2059/3686 55% [================================== ] 2060/3686 55% [================================== ] 2061/3686 55% [================================== ] 2062/3686 55% [================================== ] 2063/3686 55% [================================== ] 2064/3686 55% [================================== ] 2065/3686 56% [================================== ] 2066/3686 56% [================================== ] 2067/3686 56% [================================== ] 2068/3686 56% [================================== ] 2069/3686 56% [================================== ] 2070/3686 56% [================================== ] 2071/3686 56% [================================== ] 2072/3686 56% [================================== ] 2073/3686 56% [================================== ] 2074/3686 56% [================================== ] 2075/3686 56% [================================== ] 2076/3686 56% [================================== ] 2077/3686 56% [================================== ] 2078/3686 56% [================================== ] 2079/3686 56% [================================== ] 2080/3686 56% [=================================== ] 2081/3686 56% [=================================== ] 2082/3686 56% [=================================== ] 2083/3686 56% [=================================== ] 2084/3686 56% [=================================== ] 2085/3686 56% [=================================== ] 2086/3686 56% [=================================== ] 2087/3686 56% [=================================== ] 2088/3686 56% [=================================== ] 2089/3686 56% [=================================== ] 2090/3686 56% [=================================== ] 2091/3686 56% [=================================== ] 2092/3686 56% [=================================== ] 2093/3686 56% [=================================== ] 2094/3686 56% [=================================== ] 2095/3686 56% [=================================== ] 2096/3686 56% [=================================== ] 2097/3686 56% [=================================== ] 2098/3686 56% [=================================== ] 2099/3686 56% [=================================== ] 2100/3686 56% [=================================== ] 2101/3686 56% [=================================== ] 2102/3686 57% [=================================== ] 2103/3686 57% [=================================== ] 2104/3686 57% [=================================== ] 2105/3686 57% [=================================== ] 2106/3686 57% [=================================== ] 2107/3686 57% [=================================== ] 2108/3686 57% [=================================== ] 2109/3686 57% [=================================== ] 2110/3686 57% [=================================== ] 2111/3686 57% [=================================== ] 2112/3686 57% [=================================== ] 2113/3686 57% [=================================== ] 2114/3686 57% [=================================== ] 2115/3686 57% [=================================== ] 2116/3686 57% [=================================== ] 2117/3686 57% [=================================== ] 2118/3686 57% [=================================== ] 2119/3686 57% [=================================== ] 2120/3686 57% [=================================== ] 2121/3686 57% [=================================== ] 2122/3686 57% [=================================== ] 2123/3686 57% [=================================== ] 2124/3686 57% [=================================== ] 2125/3686 57% [=================================== ] 2126/3686 57% [=================================== ] 2127/3686 57% [=================================== ] 2128/3686 57% [=================================== ] 2129/3686 57% [=================================== ] 2130/3686 57% [=================================== ] 2131/3686 57% [=================================== ] 2132/3686 57% [=================================== ] 2133/3686 57% [=================================== ] 2134/3686 57% [=================================== ] 2135/3686 57% [=================================== ] 2136/3686 57% [=================================== ] 2137/3686 57% [=================================== ] 2138/3686 58% [=================================== ] 2139/3686 58% [=================================== ] 2140/3686 58% [==================================== ] 2141/3686 58% [==================================== ] 2142/3686 58% [==================================== ] 2143/3686 58% [==================================== ] 2144/3686 58% [==================================== ] 2145/3686 58% [==================================== ] 2146/3686 58% [==================================== ] 2147/3686 58% [==================================== ] 2148/3686 58% [==================================== ] 2149/3686 58% [==================================== ] 2150/3686 58% [==================================== ] 2151/3686 58% [==================================== ] 2152/3686 58% [==================================== ] 2153/3686 58% [==================================== ] 2154/3686 58% [==================================== ] 2155/3686 58% [==================================== ] 2156/3686 58% [==================================== ] 2157/3686 58% [==================================== ] 2158/3686 58% [==================================== ] 2159/3686 58% [==================================== ] 2160/3686 58% [==================================== ] 2161/3686 58% [==================================== ] 2162/3686 58% [==================================== ] 2163/3686 58% [==================================== ] 2164/3686 58% [==================================== ] 2165/3686 58% [==================================== ] 2166/3686 58% [==================================== ] 2167/3686 58% [==================================== ] 2168/3686 58% [==================================== ] 2169/3686 58% [==================================== ] 2170/3686 58% [==================================== ] 2171/3686 58% [==================================== ] 2172/3686 58% [==================================== ] 2173/3686 58% [==================================== ] 2174/3686 58% [==================================== ] 2175/3686 59% [==================================== ] 2176/3686 59% [==================================== ] 2177/3686 59% [==================================== ] 2178/3686 59% [==================================== ] 2179/3686 59% [==================================== ] 2180/3686 59% [==================================== ] 2181/3686 59% [==================================== ] 2182/3686 59% [==================================== ] 2183/3686 59% [==================================== ] 2184/3686 59% [==================================== ] 2185/3686 59% [==================================== ] 2186/3686 59% [==================================== ] 2187/3686 59% [==================================== ] 2188/3686 59% [==================================== ] 2189/3686 59% [==================================== ] 2190/3686 59% [==================================== ] 2191/3686 59% [==================================== ] 2192/3686 59% [==================================== ] 2193/3686 59% [==================================== ] 2194/3686 59% [==================================== ] 2195/3686 59% [==================================== ] 2196/3686 59% [==================================== ] 2197/3686 59% [==================================== ] 2198/3686 59% [==================================== ] 2199/3686 59% [===================================== ] 2200/3686 59% [===================================== ] 2201/3686 59% [===================================== ] 2202/3686 59% [===================================== ] 2203/3686 59% [===================================== ] 2204/3686 59% [===================================== ] 2205/3686 59% [===================================== ] 2206/3686 59% [===================================== ] 2207/3686 59% [===================================== ] 2208/3686 59% [===================================== ] 2209/3686 59% [===================================== ] 2210/3686 59% [===================================== ] 2211/3686 59% [===================================== ] 2212/3686 60% [===================================== ] 2213/3686 60% [===================================== ] 2214/3686 60% [===================================== ] 2215/3686 60% [===================================== ] 2216/3686 60% [===================================== ] 2217/3686 60% [===================================== ] 2218/3686 60% [===================================== ] 2219/3686 60% [===================================== ] 2220/3686 60% [===================================== ] 2221/3686 60% [===================================== ] 2222/3686 60% [===================================== ] 2223/3686 60% [===================================== ] 2224/3686 60% [===================================== ] 2225/3686 60% [===================================== ] 2226/3686 60% [===================================== ] 2227/3686 60% [===================================== ] 2228/3686 60% [===================================== ] 2229/3686 60% [===================================== ] 2230/3686 60% [===================================== ] 2231/3686 60% [===================================== ] 2232/3686 60% [===================================== ] 2233/3686 60% [===================================== ] 2234/3686 60% [===================================== ] 2235/3686 60% [===================================== ] 2236/3686 60% [===================================== ] 2237/3686 60% [===================================== ] 2238/3686 60% [===================================== ] 2239/3686 60% [===================================== ] 2240/3686 60% [===================================== ] 2241/3686 60% [===================================== ] 2242/3686 60% [===================================== ] 2243/3686 60% [===================================== ] 2244/3686 60% [===================================== ] 2245/3686 60% [===================================== ] 2246/3686 60% [===================================== ] 2247/3686 60% [===================================== ] 2248/3686 60% [===================================== ] 2249/3686 61% [===================================== ] 2250/3686 61% [===================================== ] 2251/3686 61% [===================================== ] 2252/3686 61% [===================================== ] 2253/3686 61% [===================================== ] 2254/3686 61% [===================================== ] 2255/3686 61% [===================================== ] 2256/3686 61% [===================================== ] 2257/3686 61% [===================================== ] 2258/3686 61% [===================================== ] 2259/3686 61% [====================================== ] 2260/3686 61% [====================================== ] 2261/3686 61% [====================================== ] 2262/3686 61% [====================================== ] 2263/3686 61% [====================================== ] 2264/3686 61% [====================================== ] 2265/3686 61% [====================================== ] 2266/3686 61% [====================================== ] 2267/3686 61% [====================================== ] 2268/3686 61% [====================================== ] 2269/3686 61% [====================================== ] 2270/3686 61% [====================================== ] 2271/3686 61% [====================================== ] 2272/3686 61% [====================================== ] 2273/3686 61% [====================================== ] 2274/3686 61% [====================================== ] 2275/3686 61% [====================================== ] 2276/3686 61% [====================================== ] 2277/3686 61% [====================================== ] 2278/3686 61% [====================================== ] 2279/3686 61% [====================================== ] 2280/3686 61% [====================================== ] 2281/3686 61% [====================================== ] 2282/3686 61% [====================================== ] 2283/3686 61% [====================================== ] 2284/3686 61% [====================================== ] 2285/3686 61% [====================================== ] 2286/3686 62% [====================================== ] 2287/3686 62% [====================================== ] 2288/3686 62% [====================================== ] 2289/3686 62% [====================================== ] 2290/3686 62% [====================================== ] 2291/3686 62% [====================================== ] 2292/3686 62% [====================================== ] 2293/3686 62% [====================================== ] 2294/3686 62% [====================================== ] 2295/3686 62% [====================================== ] 2296/3686 62% [====================================== ] 2297/3686 62% [====================================== ] 2298/3686 62% [====================================== ] 2299/3686 62% [====================================== ] 2300/3686 62% [====================================== ] 2301/3686 62% [====================================== ] 2302/3686 62% [====================================== ] 2303/3686 62% [====================================== ] 2304/3686 62% [====================================== ] 2305/3686 62% [====================================== ] 2306/3686 62% [====================================== ] 2307/3686 62% [====================================== ] 2308/3686 62% [====================================== ] 2309/3686 62% [====================================== ] 2310/3686 62% [====================================== ] 2311/3686 62% [====================================== ] 2312/3686 62% [====================================== ] 2313/3686 62% [====================================== ] 2314/3686 62% [====================================== ] 2315/3686 62% [====================================== ] 2316/3686 62% [====================================== ] 2317/3686 62% [====================================== ] 2318/3686 62% [======================================= ] 2319/3686 62% [======================================= ] 2320/3686 62% [======================================= ] 2321/3686 62% [======================================= ] 2322/3686 62% [======================================= ] 2323/3686 63% [======================================= ] 2324/3686 63% [======================================= ] 2325/3686 63% [======================================= ] 2326/3686 63% [======================================= ] 2327/3686 63% [======================================= ] 2328/3686 63% [======================================= ] 2329/3686 63% [======================================= ] 2330/3686 63% [======================================= ] 2331/3686 63% [======================================= ] 2332/3686 63% [======================================= ] 2333/3686 63% [======================================= ] 2334/3686 63% [======================================= ] 2335/3686 63% [======================================= ] 2336/3686 63% [======================================= ] 2337/3686 63% [======================================= ] 2338/3686 63% [======================================= ] 2339/3686 63% [======================================= ] 2340/3686 63% [======================================= ] 2341/3686 63% [======================================= ] 2342/3686 63% [======================================= ] 2343/3686 63% [======================================= ] 2344/3686 63% [======================================= ] 2345/3686 63% [======================================= ] 2346/3686 63% [======================================= ] 2347/3686 63% [======================================= ] 2348/3686 63% [======================================= ] 2349/3686 63% [======================================= ] 2350/3686 63% [======================================= ] 2351/3686 63% [======================================= ] 2352/3686 63% [======================================= ] 2353/3686 63% [======================================= ] 2354/3686 63% [======================================= ] 2355/3686 63% [======================================= ] 2356/3686 63% [======================================= ] 2357/3686 63% [======================================= ] 2358/3686 63% [======================================= ] 2359/3686 63% [======================================= ] 2360/3686 64% [======================================= ] 2361/3686 64% [======================================= ] 2362/3686 64% [======================================= ] 2363/3686 64% [======================================= ] 2364/3686 64% [======================================= ] 2365/3686 64% [======================================= ] 2366/3686 64% [======================================= ] 2367/3686 64% [======================================= ] 2368/3686 64% [======================================= ] 2369/3686 64% [======================================= ] 2370/3686 64% [======================================= ] 2371/3686 64% [======================================= ] 2372/3686 64% [======================================= ] 2373/3686 64% [======================================= ] 2374/3686 64% [======================================= ] 2375/3686 64% [======================================= ] 2376/3686 64% [======================================= ] 2377/3686 64% [======================================= ] 2378/3686 64% [======================================== ] 2379/3686 64% [======================================== ] 2380/3686 64% [======================================== ] 2381/3686 64% [======================================== ] 2382/3686 64% [======================================== ] 2383/3686 64% [======================================== ] 2384/3686 64% [======================================== ] 2385/3686 64% [======================================== ] 2386/3686 64% [======================================== ] 2387/3686 64% [======================================== ] 2388/3686 64% [======================================== ] 2389/3686 64% [======================================== ] 2390/3686 64% [======================================== ] 2391/3686 64% [======================================== ] 2392/3686 64% [======================================== ] 2393/3686 64% [======================================== ] 2394/3686 64% [======================================== ] 2395/3686 64% [======================================== ] 2396/3686 65% [======================================== ] 2397/3686 65% [======================================== ] 2398/3686 65% [======================================== ] 2399/3686 65% [======================================== ] 2400/3686 65% [======================================== ] 2401/3686 65% [======================================== ] 2402/3686 65% [======================================== ] 2403/3686 65% [======================================== ] 2404/3686 65% [======================================== ] 2405/3686 65% [======================================== ] 2406/3686 65% [======================================== ] 2407/3686 65% [======================================== ] 2408/3686 65% [======================================== ] 2409/3686 65% [======================================== ] 2410/3686 65% [======================================== ] 2411/3686 65% [======================================== ] 2412/3686 65% [======================================== ] 2413/3686 65% [======================================== ] 2414/3686 65% [======================================== ] 2415/3686 65% [======================================== ] 2416/3686 65% [======================================== ] 2417/3686 65% [======================================== ] 2418/3686 65% [======================================== ] 2419/3686 65% [======================================== ] 2420/3686 65% [======================================== ] 2421/3686 65% [======================================== ] 2422/3686 65% [======================================== ] 2423/3686 65% [======================================== ] 2424/3686 65% [======================================== ] 2425/3686 65% [======================================== ] 2426/3686 65% [======================================== ] 2427/3686 65% [======================================== ] 2428/3686 65% [======================================== ] 2429/3686 65% [======================================== ] 2430/3686 65% [======================================== ] 2431/3686 65% [======================================== ] 2432/3686 65% [======================================== ] 2433/3686 66% [======================================== ] 2434/3686 66% [======================================== ] 2435/3686 66% [======================================== ] 2436/3686 66% [======================================== ] 2437/3686 66% [========================================= ] 2438/3686 66% [========================================= ] 2439/3686 66% [========================================= ] 2440/3686 66% [========================================= ] 2441/3686 66% [========================================= ] 2442/3686 66% [========================================= ] 2443/3686 66% [========================================= ] 2444/3686 66% [========================================= ] 2445/3686 66% [========================================= ] 2446/3686 66% [========================================= ] 2447/3686 66% [========================================= ] 2448/3686 66% [========================================= ] 2449/3686 66% [========================================= ] 2450/3686 66% [========================================= ] 2451/3686 66% [========================================= ] 2452/3686 66% [========================================= ] 2453/3686 66% [========================================= ] 2454/3686 66% [========================================= ] 2455/3686 66% [========================================= ] 2456/3686 66% [========================================= ] 2457/3686 66% [========================================= ] 2458/3686 66% [========================================= ] 2459/3686 66% [========================================= ] 2460/3686 66% [========================================= ] 2461/3686 66% [========================================= ] 2462/3686 66% [========================================= ] 2463/3686 66% [========================================= ] 2464/3686 66% [========================================= ] 2465/3686 66% [========================================= ] 2466/3686 66% [========================================= ] 2467/3686 66% [========================================= ] 2468/3686 66% [========================================= ] 2469/3686 66% [========================================= ] 2470/3686 67% [========================================= ] 2471/3686 67% [========================================= ] 2472/3686 67% [========================================= ] 2473/3686 67% [========================================= ] 2474/3686 67% [========================================= ] 2475/3686 67% [========================================= ] 2476/3686 67% [========================================= ] 2477/3686 67% [========================================= ] 2478/3686 67% [========================================= ] 2479/3686 67% [========================================= ] 2480/3686 67% [========================================= ] 2481/3686 67% [========================================= ] 2482/3686 67% [========================================= ] 2483/3686 67% [========================================= ] 2484/3686 67% [========================================= ] 2485/3686 67% [========================================= ] 2486/3686 67% [========================================= ] 2487/3686 67% [========================================= ] 2488/3686 67% [========================================= ] 2489/3686 67% [========================================= ] 2490/3686 67% [========================================= ] 2491/3686 67% [========================================= ] 2492/3686 67% [========================================= ] 2493/3686 67% [========================================= ] 2494/3686 67% [========================================= ] 2495/3686 67% [========================================= ] 2496/3686 67% [========================================== ] 2497/3686 67% [========================================== ] 2498/3686 67% [========================================== ] 2499/3686 67% [========================================== ] 2500/3686 67% [========================================== ] 2501/3686 67% [========================================== ] 2502/3686 67% [========================================== ] 2503/3686 67% [========================================== ] 2504/3686 67% [========================================== ] 2505/3686 67% [========================================== ] 2506/3686 67% [========================================== ] 2507/3686 68% [========================================== ] 2508/3686 68% [========================================== ] 2509/3686 68% [========================================== ] 2510/3686 68% [========================================== ] 2511/3686 68% [========================================== ] 2512/3686 68% [========================================== ] 2513/3686 68% [========================================== ] 2514/3686 68% [========================================== ] 2515/3686 68% [========================================== ] 2516/3686 68% [========================================== ] 2517/3686 68% [========================================== ] 2518/3686 68% [========================================== ] 2519/3686 68% [========================================== ] 2520/3686 68% [========================================== ] 2521/3686 68% [========================================== ] 2522/3686 68% [========================================== ] 2523/3686 68% [========================================== ] 2524/3686 68% [========================================== ] 2525/3686 68% [========================================== ] 2526/3686 68% [========================================== ] 2527/3686 68% [========================================== ] 2528/3686 68% [========================================== ] 2529/3686 68% [========================================== ] 2530/3686 68% [========================================== ] 2531/3686 68% [========================================== ] 2532/3686 68% [========================================== ] 2533/3686 68% [========================================== ] 2534/3686 68% [========================================== ] 2535/3686 68% [========================================== ] 2536/3686 68% [========================================== ] 2537/3686 68% [========================================== ] 2538/3686 68% [========================================== ] 2539/3686 68% [========================================== ] 2540/3686 68% [========================================== ] 2541/3686 68% [========================================== ] 2542/3686 68% [========================================== ] 2543/3686 68% [========================================== ] 2544/3686 69% [========================================== ] 2545/3686 69% [========================================== ] 2546/3686 69% [========================================== ] 2547/3686 69% [========================================== ] 2548/3686 69% [========================================== ] 2549/3686 69% [========================================== ] 2550/3686 69% [========================================== ] 2551/3686 69% [========================================== ] 2552/3686 69% [========================================== ] 2553/3686 69% [========================================== ] 2554/3686 69% [========================================== ] 2555/3686 69% [========================================== ] 2556/3686 69% [=========================================== ] 2557/3686 69% [=========================================== ] 2558/3686 69% [=========================================== ] 2559/3686 69% [=========================================== ] 2560/3686 69% [=========================================== ] 2561/3686 69% [=========================================== ] 2562/3686 69% [=========================================== ] 2563/3686 69% [=========================================== ] 2564/3686 69% [=========================================== ] 2565/3686 69% [=========================================== ] 2566/3686 69% [=========================================== ] 2567/3686 69% [=========================================== ] 2568/3686 69% [=========================================== ] 2569/3686 69% [=========================================== ] 2570/3686 69% [=========================================== ] 2571/3686 69% [=========================================== ] 2572/3686 69% [=========================================== ] 2573/3686 69% [=========================================== ] 2574/3686 69% [=========================================== ] 2575/3686 69% [=========================================== ] 2576/3686 69% [=========================================== ] 2577/3686 69% [=========================================== ] 2578/3686 69% [=========================================== ] 2579/3686 69% [=========================================== ] 2580/3686 69% [=========================================== ] 2581/3686 70% [=========================================== ] 2582/3686 70% [=========================================== ] 2583/3686 70% [=========================================== ] 2584/3686 70% [=========================================== ] 2585/3686 70% [=========================================== ] 2586/3686 70% [=========================================== ] 2587/3686 70% [=========================================== ] 2588/3686 70% [=========================================== ] 2589/3686 70% [=========================================== ] 2590/3686 70% [=========================================== ] 2591/3686 70% [=========================================== ] 2592/3686 70% [=========================================== ] 2593/3686 70% [=========================================== ] 2594/3686 70% [=========================================== ] 2595/3686 70% [=========================================== ] 2596/3686 70% [=========================================== ] 2597/3686 70% [=========================================== ] 2598/3686 70% [=========================================== ] 2599/3686 70% [=========================================== ] 2600/3686 70% [=========================================== ] 2601/3686 70% [=========================================== ] 2602/3686 70% [=========================================== ] 2603/3686 70% [=========================================== ] 2604/3686 70% [=========================================== ] 2605/3686 70% [=========================================== ] 2606/3686 70% [=========================================== ] 2607/3686 70% [=========================================== ] 2608/3686 70% [=========================================== ] 2609/3686 70% [=========================================== ] 2610/3686 70% [=========================================== ] 2611/3686 70% [=========================================== ] 2612/3686 70% [=========================================== ] 2613/3686 70% [=========================================== ] 2614/3686 70% [=========================================== ] 2615/3686 70% [============================================ ] 2616/3686 70% [============================================ ] 2617/3686 70% [============================================ ] 2618/3686 71% [============================================ ] 2619/3686 71% [============================================ ] 2620/3686 71% [============================================ ] 2621/3686 71% [============================================ ] 2622/3686 71% [============================================ ] 2623/3686 71% [============================================ ] 2624/3686 71% [============================================ ] 2625/3686 71% [============================================ ] 2626/3686 71% [============================================ ] 2627/3686 71% [============================================ ] 2628/3686 71% [============================================ ] 2629/3686 71% [============================================ ] 2630/3686 71% [============================================ ] 2631/3686 71% [============================================ ] 2632/3686 71% [============================================ ] 2633/3686 71% [============================================ ] 2634/3686 71% [============================================ ] 2635/3686 71% [============================================ ] 2636/3686 71% [============================================ ] 2637/3686 71% [============================================ ] 2638/3686 71% [============================================ ] 2639/3686 71% [============================================ ] 2640/3686 71% [============================================ ] 2641/3686 71% [============================================ ] 2642/3686 71% [============================================ ] 2643/3686 71% [============================================ ] 2644/3686 71% [============================================ ] 2645/3686 71% [============================================ ] 2646/3686 71% [============================================ ] 2647/3686 71% [============================================ ] 2648/3686 71% [============================================ ] 2649/3686 71% [============================================ ] 2650/3686 71% [============================================ ] 2651/3686 71% [============================================ ] 2652/3686 71% [============================================ ] 2653/3686 71% [============================================ ] 2654/3686 72% [============================================ ] 2655/3686 72% [============================================ ] 2656/3686 72% [============================================ ] 2657/3686 72% [============================================ ] 2658/3686 72% [============================================ ] 2659/3686 72% [============================================ ] 2660/3686 72% [============================================ ] 2661/3686 72% [============================================ ] 2662/3686 72% [============================================ ] 2663/3686 72% [============================================ ] 2664/3686 72% [============================================ ] 2665/3686 72% [============================================ ] 2666/3686 72% [============================================ ] 2667/3686 72% [============================================ ] 2668/3686 72% [============================================ ] 2669/3686 72% [============================================ ] 2670/3686 72% [============================================ ] 2671/3686 72% [============================================ ] 2672/3686 72% [============================================ ] 2673/3686 72% [============================================ ] 2674/3686 72% [============================================ ] 2675/3686 72% [============================================= ] 2676/3686 72% [============================================= ] 2677/3686 72% [============================================= ] 2678/3686 72% [============================================= ] 2679/3686 72% [============================================= ] 2680/3686 72% [============================================= ] 2681/3686 72% [============================================= ] 2682/3686 72% [============================================= ] 2683/3686 72% [============================================= ] 2684/3686 72% [============================================= ] 2685/3686 72% [============================================= ] 2686/3686 72% [============================================= ] 2687/3686 72% [============================================= ] 2688/3686 72% [============================================= ] 2689/3686 72% [============================================= ] 2690/3686 72% [============================================= ] 2691/3686 73% [============================================= ] 2692/3686 73% [============================================= ] 2693/3686 73% [============================================= ] 2694/3686 73% [============================================= ] 2695/3686 73% [============================================= ] 2696/3686 73% [============================================= ] 2697/3686 73% [============================================= ] 2698/3686 73% [============================================= ] 2699/3686 73% [============================================= ] 2700/3686 73% [============================================= ] 2701/3686 73% [============================================= ] 2702/3686 73% [============================================= ] 2703/3686 73% [============================================= ] 2704/3686 73% [============================================= ] 2705/3686 73% [============================================= ] 2706/3686 73% [============================================= ] 2707/3686 73% [============================================= ] 2708/3686 73% [============================================= ] 2709/3686 73% [============================================= ] 2710/3686 73% [============================================= ] 2711/3686 73% [============================================= ] 2712/3686 73% [============================================= ] 2713/3686 73% [============================================= ] 2714/3686 73% [============================================= ] 2715/3686 73% [============================================= ] 2716/3686 73% [============================================= ] 2717/3686 73% [============================================= ] 2718/3686 73% [============================================= ] 2719/3686 73% [============================================= ] 2720/3686 73% [============================================= ] 2721/3686 73% [============================================= ] 2722/3686 73% [============================================= ] 2723/3686 73% [============================================= ] 2724/3686 73% [============================================= ] 2725/3686 73% [============================================= ] 2726/3686 73% [============================================= ] 2727/3686 73% [============================================= ] 2728/3686 74% [============================================= ] 2729/3686 74% [============================================= ] 2730/3686 74% [============================================= ] 2731/3686 74% [============================================= ] 2732/3686 74% [============================================= ] 2733/3686 74% [============================================= ] 2734/3686 74% [============================================== ] 2735/3686 74% [============================================== ] 2736/3686 74% [============================================== ] 2737/3686 74% [============================================== ] 2738/3686 74% [============================================== ] 2739/3686 74% [============================================== ] 2740/3686 74% [============================================== ] 2741/3686 74% [============================================== ] 2742/3686 74% [============================================== ] 2743/3686 74% [============================================== ] 2744/3686 74% [============================================== ] 2745/3686 74% [============================================== ] 2746/3686 74% [============================================== ] 2747/3686 74% [============================================== ] 2748/3686 74% [============================================== ] 2749/3686 74% [============================================== ] 2750/3686 74% [============================================== ] 2751/3686 74% [============================================== ] 2752/3686 74% [============================================== ] 2753/3686 74% [============================================== ] 2754/3686 74% [============================================== ] 2755/3686 74% [============================================== ] 2756/3686 74% [============================================== ] 2757/3686 74% [============================================== ] 2758/3686 74% [============================================== ] 2759/3686 74% [============================================== ] 2760/3686 74% [============================================== ] 2761/3686 74% [============================================== ] 2762/3686 74% [============================================== ] 2763/3686 74% [============================================== ] 2764/3686 74% [============================================== ] 2765/3686 75% [============================================== ] 2766/3686 75% [============================================== ] 2767/3686 75% [============================================== ] 2768/3686 75% [============================================== ] 2769/3686 75% [============================================== ] 2770/3686 75% [============================================== ] 2771/3686 75% [============================================== ] 2772/3686 75% [============================================== ] 2773/3686 75% [============================================== ] 2774/3686 75% [============================================== ] 2775/3686 75% [============================================== ] 2776/3686 75% [============================================== ] 2777/3686 75% [============================================== ] 2778/3686 75% [============================================== ] 2779/3686 75% [============================================== ] 2780/3686 75% [============================================== ] 2781/3686 75% [============================================== ] 2782/3686 75% [============================================== ] 2783/3686 75% [============================================== ] 2784/3686 75% [============================================== ] 2785/3686 75% [============================================== ] 2786/3686 75% [============================================== ] 2787/3686 75% [============================================== ] 2788/3686 75% [============================================== ] 2789/3686 75% [============================================== ] 2790/3686 75% [============================================== ] 2791/3686 75% [============================================== ] 2792/3686 75% [============================================== ] 2793/3686 75% [============================================== ] 2794/3686 75% [=============================================== ] 2795/3686 75% [=============================================== ] 2796/3686 75% [=============================================== ] 2797/3686 75% [=============================================== ] 2798/3686 75% [=============================================== ] 2799/3686 75% [=============================================== ] 2800/3686 75% [=============================================== ] 2801/3686 75% [=============================================== ] 2802/3686 76% [=============================================== ] 2803/3686 76% [=============================================== ] 2804/3686 76% [=============================================== ] 2805/3686 76% [=============================================== ] 2806/3686 76% [=============================================== ] 2807/3686 76% [=============================================== ] 2808/3686 76% [=============================================== ] 2809/3686 76% [=============================================== ] 2810/3686 76% [=============================================== ] 2811/3686 76% [=============================================== ] 2812/3686 76% [=============================================== ] 2813/3686 76% [=============================================== ] 2814/3686 76% [=============================================== ] 2815/3686 76% [=============================================== ] 2816/3686 76% [=============================================== ] 2817/3686 76% [=============================================== ] 2818/3686 76% [=============================================== ] 2819/3686 76% [=============================================== ] 2820/3686 76% [=============================================== ] 2821/3686 76% [=============================================== ] 2822/3686 76% [=============================================== ] 2823/3686 76% [=============================================== ] 2824/3686 76% [=============================================== ] 2825/3686 76% [=============================================== ] 2826/3686 76% [=============================================== ] 2827/3686 76% [=============================================== ] 2828/3686 76% [=============================================== ] 2829/3686 76% [=============================================== ] 2830/3686 76% [=============================================== ] 2831/3686 76% [=============================================== ] 2832/3686 76% [=============================================== ] 2833/3686 76% [=============================================== ] 2834/3686 76% [=============================================== ] 2835/3686 76% [=============================================== ] 2836/3686 76% [=============================================== ] 2837/3686 76% [=============================================== ] 2838/3686 76% [=============================================== ] 2839/3686 77% [=============================================== ] 2840/3686 77% [=============================================== ] 2841/3686 77% [=============================================== ] 2842/3686 77% [=============================================== ] 2843/3686 77% [=============================================== ] 2844/3686 77% [=============================================== ] 2845/3686 77% [=============================================== ] 2846/3686 77% [=============================================== ] 2847/3686 77% [=============================================== ] 2848/3686 77% [=============================================== ] 2849/3686 77% [=============================================== ] 2850/3686 77% [=============================================== ] 2851/3686 77% [=============================================== ] 2852/3686 77% [=============================================== ] 2853/3686 77% [================================================ ] 2854/3686 77% [================================================ ] 2855/3686 77% [================================================ ] 2856/3686 77% [================================================ ] 2857/3686 77% [================================================ ] 2858/3686 77% [================================================ ] 2859/3686 77% [================================================ ] 2860/3686 77% [================================================ ] 2861/3686 77% [================================================ ] 2862/3686 77% [================================================ ] 2863/3686 77% [================================================ ] 2864/3686 77% [================================================ ] 2865/3686 77% [================================================ ] 2866/3686 77% [================================================ ] 2867/3686 77% [================================================ ] 2868/3686 77% [================================================ ] 2869/3686 77% [================================================ ] 2870/3686 77% [================================================ ] 2871/3686 77% [================================================ ] 2872/3686 77% [================================================ ] 2873/3686 77% [================================================ ] 2874/3686 77% [================================================ ] 2875/3686 77% [================================================ ] 2876/3686 78% [================================================ ] 2877/3686 78% [================================================ ] 2878/3686 78% [================================================ ] 2879/3686 78% [================================================ ] 2880/3686 78% [================================================ ] 2881/3686 78% [================================================ ] 2882/3686 78% [================================================ ] 2883/3686 78% [================================================ ] 2884/3686 78% [================================================ ] 2885/3686 78% [================================================ ] 2886/3686 78% [================================================ ] 2887/3686 78% [================================================ ] 2888/3686 78% [================================================ ] 2889/3686 78% [================================================ ] 2890/3686 78% [================================================ ] 2891/3686 78% [================================================ ] 2892/3686 78% [================================================ ] 2893/3686 78% [================================================ ] 2894/3686 78% [================================================ ] 2895/3686 78% [================================================ ] 2896/3686 78% [================================================ ] 2897/3686 78% [================================================ ] 2898/3686 78% [================================================ ] 2899/3686 78% [================================================ ] 2900/3686 78% [================================================ ] 2901/3686 78% [================================================ ] 2902/3686 78% [================================================ ] 2903/3686 78% [================================================ ] 2904/3686 78% [================================================ ] 2905/3686 78% [================================================ ] 2906/3686 78% [================================================ ] 2907/3686 78% [================================================ ] 2908/3686 78% [================================================ ] 2909/3686 78% [================================================ ] 2910/3686 78% [================================================ ] 2911/3686 78% [================================================ ] 2912/3686 79% [================================================ ] 2913/3686 79% [================================================= ] 2914/3686 79% [================================================= ] 2915/3686 79% [================================================= ] 2916/3686 79% [================================================= ] 2917/3686 79% [================================================= ] 2918/3686 79% [================================================= ] 2919/3686 79% [================================================= ] 2920/3686 79% [================================================= ] 2921/3686 79% [================================================= ] 2922/3686 79% [================================================= ] 2923/3686 79% [================================================= ] 2924/3686 79% [================================================= ] 2925/3686 79% [================================================= ] 2926/3686 79% [================================================= ] 2927/3686 79% [================================================= ] 2928/3686 79% [================================================= ] 2929/3686 79% [================================================= ] 2930/3686 79% [================================================= ] 2931/3686 79% [================================================= ] 2932/3686 79% [================================================= ] 2933/3686 79% [================================================= ] 2934/3686 79% [================================================= ] 2935/3686 79% [================================================= ] 2936/3686 79% [================================================= ] 2937/3686 79% [================================================= ] 2938/3686 79% [================================================= ] 2939/3686 79% [================================================= ] 2940/3686 79% [================================================= ] 2941/3686 79% [================================================= ] 2942/3686 79% [================================================= ] 2943/3686 79% [================================================= ] 2944/3686 79% [================================================= ] 2945/3686 79% [================================================= ] 2946/3686 79% [================================================= ] 2947/3686 79% [================================================= ] 2948/3686 79% [================================================= ] 2949/3686 80% [================================================= ] 2950/3686 80% [================================================= ] 2951/3686 80% [================================================= ] 2952/3686 80% [================================================= ] 2953/3686 80% [================================================= ] 2954/3686 80% [================================================= ] 2955/3686 80% [================================================= ] 2956/3686 80% [================================================= ] 2957/3686 80% [================================================= ] 2958/3686 80% [================================================= ] 2959/3686 80% [================================================= ] 2960/3686 80% [================================================= ] 2961/3686 80% [================================================= ] 2962/3686 80% [================================================= ] 2963/3686 80% [================================================= ] 2964/3686 80% [================================================= ] 2965/3686 80% [================================================= ] 2966/3686 80% [================================================= ] 2967/3686 80% [================================================= ] 2968/3686 80% [================================================= ] 2969/3686 80% [================================================= ] 2970/3686 80% [================================================= ] 2971/3686 80% [================================================= ] 2972/3686 80% [================================================== ] 2973/3686 80% [================================================== ] 2974/3686 80% [================================================== ] 2975/3686 80% [================================================== ] 2976/3686 80% [================================================== ] 2977/3686 80% [================================================== ] 2978/3686 80% [================================================== ] 2979/3686 80% [================================================== ] 2980/3686 80% [================================================== ] 2981/3686 80% [================================================== ] 2982/3686 80% [================================================== ] 2983/3686 80% [================================================== ] 2984/3686 80% [================================================== ] 2985/3686 80% [================================================== ] 2986/3686 81% [================================================== ] 2987/3686 81% [================================================== ] 2988/3686 81% [================================================== ] 2989/3686 81% [================================================== ] 2990/3686 81% [================================================== ] 2991/3686 81% [================================================== ] 2992/3686 81% [================================================== ] 2993/3686 81% [================================================== ] 2994/3686 81% [================================================== ] 2995/3686 81% [================================================== ] 2996/3686 81% [================================================== ] 2997/3686 81% [================================================== ] 2998/3686 81% [================================================== ] 2999/3686 81% [================================================== ] 3000/3686 81% [================================================== ] 3001/3686 81% [================================================== ] 3002/3686 81% [================================================== ] 3003/3686 81% [================================================== ] 3004/3686 81% [================================================== ] 3005/3686 81% [================================================== ] 3006/3686 81% [================================================== ] 3007/3686 81% [================================================== ] 3008/3686 81% [================================================== ] 3009/3686 81% [================================================== ] 3010/3686 81% [================================================== ] 3011/3686 81% [================================================== ] 3012/3686 81% [================================================== ] 3013/3686 81% [================================================== ] 3014/3686 81% [================================================== ] 3015/3686 81% [================================================== ] 3016/3686 81% [================================================== ] 3017/3686 81% [================================================== ] 3018/3686 81% [================================================== ] 3019/3686 81% [================================================== ] 3020/3686 81% [================================================== ] 3021/3686 81% [================================================== ] 3022/3686 81% [================================================== ] 3023/3686 82% [================================================== ] 3024/3686 82% [================================================== ] 3025/3686 82% [================================================== ] 3026/3686 82% [================================================== ] 3027/3686 82% [================================================== ] 3028/3686 82% [================================================== ] 3029/3686 82% [================================================== ] 3030/3686 82% [================================================== ] 3031/3686 82% [================================================== ] 3032/3686 82% [=================================================== ] 3033/3686 82% [=================================================== ] 3034/3686 82% [=================================================== ] 3035/3686 82% [=================================================== ] 3036/3686 82% [=================================================== ] 3037/3686 82% [=================================================== ] 3038/3686 82% [=================================================== ] 3039/3686 82% [=================================================== ] 3040/3686 82% [=================================================== ] 3041/3686 82% [=================================================== ] 3042/3686 82% [=================================================== ] 3043/3686 82% [=================================================== ] 3044/3686 82% [=================================================== ] 3045/3686 82% [=================================================== ] 3046/3686 82% [=================================================== ] 3047/3686 82% [=================================================== ] 3048/3686 82% [=================================================== ] 3049/3686 82% [=================================================== ] 3050/3686 82% [=================================================== ] 3051/3686 82% [=================================================== ] 3052/3686 82% [=================================================== ] 3053/3686 82% [=================================================== ] 3054/3686 82% [=================================================== ] 3055/3686 82% [=================================================== ] 3056/3686 82% [=================================================== ] 3057/3686 82% [=================================================== ] 3058/3686 82% [=================================================== ] 3059/3686 82% [=================================================== ] 3060/3686 83% [=================================================== ] 3061/3686 83% [=================================================== ] 3062/3686 83% [=================================================== ] 3063/3686 83% [=================================================== ] 3064/3686 83% [=================================================== ] 3065/3686 83% [=================================================== ] 3066/3686 83% [=================================================== ] 3067/3686 83% [=================================================== ] 3068/3686 83% [=================================================== ] 3069/3686 83% [=================================================== ] 3070/3686 83% [=================================================== ] 3071/3686 83% [=================================================== ] 3072/3686 83% [=================================================== ] 3073/3686 83% [=================================================== ] 3074/3686 83% [=================================================== ] 3075/3686 83% [=================================================== ] 3076/3686 83% [=================================================== ] 3077/3686 83% [=================================================== ] 3078/3686 83% [=================================================== ] 3079/3686 83% [=================================================== ] 3080/3686 83% [=================================================== ] 3081/3686 83% [=================================================== ] 3082/3686 83% [=================================================== ] 3083/3686 83% [=================================================== ] 3084/3686 83% [=================================================== ] 3085/3686 83% [=================================================== ] 3086/3686 83% [=================================================== ] 3087/3686 83% [=================================================== ] 3088/3686 83% [=================================================== ] 3089/3686 83% [=================================================== ] 3090/3686 83% [=================================================== ] 3091/3686 83% [==================================================== ] 3092/3686 83% [==================================================== ] 3093/3686 83% [==================================================== ] 3094/3686 83% [==================================================== ] 3095/3686 83% [==================================================== ] 3096/3686 83% [==================================================== ] 3097/3686 84% [==================================================== ] 3098/3686 84% [==================================================== ] 3099/3686 84% [==================================================== ] 3100/3686 84% [==================================================== ] 3101/3686 84% [==================================================== ] 3102/3686 84% [==================================================== ] 3103/3686 84% [==================================================== ] 3104/3686 84% [==================================================== ] 3105/3686 84% [==================================================== ] 3106/3686 84% [==================================================== ] 3107/3686 84% [==================================================== ] 3108/3686 84% [==================================================== ] 3109/3686 84% [==================================================== ] 3110/3686 84% [==================================================== ] 3111/3686 84% [==================================================== ] 3112/3686 84% [==================================================== ] 3113/3686 84% [==================================================== ] 3114/3686 84% [==================================================== ] 3115/3686 84% [==================================================== ] 3116/3686 84% [==================================================== ] 3117/3686 84% [==================================================== ] 3118/3686 84% [==================================================== ] 3119/3686 84% [==================================================== ] 3120/3686 84% [==================================================== ] 3121/3686 84% [==================================================== ] 3122/3686 84% [==================================================== ] 3123/3686 84% [==================================================== ] 3124/3686 84% [==================================================== ] 3125/3686 84% [==================================================== ] 3126/3686 84% [==================================================== ] 3127/3686 84% [==================================================== ] 3128/3686 84% [==================================================== ] 3129/3686 84% [==================================================== ] 3130/3686 84% [==================================================== ] 3131/3686 84% [==================================================== ] 3132/3686 84% [==================================================== ] 3133/3686 84% [==================================================== ] 3134/3686 85% [==================================================== ] 3135/3686 85% [==================================================== ] 3136/3686 85% [==================================================== ] 3137/3686 85% [==================================================== ] 3138/3686 85% [==================================================== ] 3139/3686 85% [==================================================== ] 3140/3686 85% [==================================================== ] 3141/3686 85% [==================================================== ] 3142/3686 85% [==================================================== ] 3143/3686 85% [==================================================== ] 3144/3686 85% [==================================================== ] 3145/3686 85% [==================================================== ] 3146/3686 85% [==================================================== ] 3147/3686 85% [==================================================== ] 3148/3686 85% [==================================================== ] 3149/3686 85% [==================================================== ] 3150/3686 85% [===================================================== ] 3151/3686 85% [===================================================== ] 3152/3686 85% [===================================================== ] 3153/3686 85% [===================================================== ] 3154/3686 85% [===================================================== ] 3155/3686 85% [===================================================== ] 3156/3686 85% [===================================================== ] 3157/3686 85% [===================================================== ] 3158/3686 85% [===================================================== ] 3159/3686 85% [===================================================== ] 3160/3686 85% [===================================================== ] 3161/3686 85% [===================================================== ] 3162/3686 85% [===================================================== ] 3163/3686 85% [===================================================== ] 3164/3686 85% [===================================================== ] 3165/3686 85% [===================================================== ] 3166/3686 85% [===================================================== ] 3167/3686 85% [===================================================== ] 3168/3686 85% [===================================================== ] 3169/3686 85% [===================================================== ] 3170/3686 86% [===================================================== ] 3171/3686 86% [===================================================== ] 3172/3686 86% [===================================================== ] 3173/3686 86% [===================================================== ] 3174/3686 86% [===================================================== ] 3175/3686 86% [===================================================== ] 3176/3686 86% [===================================================== ] 3177/3686 86% [===================================================== ] 3178/3686 86% [===================================================== ] 3179/3686 86% [===================================================== ] 3180/3686 86% [===================================================== ] 3181/3686 86% [===================================================== ] 3182/3686 86% [===================================================== ] 3183/3686 86% [===================================================== ] 3184/3686 86% [===================================================== ] 3185/3686 86% [===================================================== ] 3186/3686 86% [===================================================== ] 3187/3686 86% [===================================================== ] 3188/3686 86% [===================================================== ] 3189/3686 86% [===================================================== ] 3190/3686 86% [===================================================== ] 3191/3686 86% [===================================================== ] 3192/3686 86% [===================================================== ] 3193/3686 86% [===================================================== ] 3194/3686 86% [===================================================== ] 3195/3686 86% [===================================================== ] 3196/3686 86% [===================================================== ] 3197/3686 86% [===================================================== ] 3198/3686 86% [===================================================== ] 3199/3686 86% [===================================================== ] 3200/3686 86% [===================================================== ] 3201/3686 86% [===================================================== ] 3202/3686 86% [===================================================== ] 3203/3686 86% [===================================================== ] 3204/3686 86% [===================================================== ] 3205/3686 86% [===================================================== ] 3206/3686 86% [===================================================== ] 3207/3686 87% [===================================================== ] 3208/3686 87% [===================================================== ] 3209/3686 87% [===================================================== ] 3210/3686 87% [====================================================== ] 3211/3686 87% [====================================================== ] 3212/3686 87% [====================================================== ] 3213/3686 87% [====================================================== ] 3214/3686 87% [====================================================== ] 3215/3686 87% [====================================================== ] 3216/3686 87% [====================================================== ] 3217/3686 87% [====================================================== ] 3218/3686 87% [====================================================== ] 3219/3686 87% [====================================================== ] 3220/3686 87% [====================================================== ] 3221/3686 87% [====================================================== ] 3222/3686 87% [====================================================== ] 3223/3686 87% [====================================================== ] 3224/3686 87% [====================================================== ] 3225/3686 87% [====================================================== ] 3226/3686 87% [====================================================== ] 3227/3686 87% [====================================================== ] 3228/3686 87% [====================================================== ] 3229/3686 87% [====================================================== ] 3230/3686 87% [====================================================== ] 3231/3686 87% [====================================================== ] 3232/3686 87% [====================================================== ] 3233/3686 87% [====================================================== ] 3234/3686 87% [====================================================== ] 3235/3686 87% [====================================================== ] 3236/3686 87% [====================================================== ] 3237/3686 87% [====================================================== ] 3238/3686 87% [====================================================== ] 3239/3686 87% [====================================================== ] 3240/3686 87% [====================================================== ] 3241/3686 87% [====================================================== ] 3242/3686 87% [====================================================== ] 3243/3686 87% [====================================================== ] 3244/3686 88% [====================================================== ] 3245/3686 88% [====================================================== ] 3246/3686 88% [====================================================== ] 3247/3686 88% [====================================================== ] 3248/3686 88% [====================================================== ] 3249/3686 88% [====================================================== ] 3250/3686 88% [====================================================== ] 3251/3686 88% [====================================================== ] 3252/3686 88% [====================================================== ] 3253/3686 88% [====================================================== ] 3254/3686 88% [====================================================== ] 3255/3686 88% [====================================================== ] 3256/3686 88% [====================================================== ] 3257/3686 88% [====================================================== ] 3258/3686 88% [====================================================== ] 3259/3686 88% [====================================================== ] 3260/3686 88% [====================================================== ] 3261/3686 88% [====================================================== ] 3262/3686 88% [====================================================== ] 3263/3686 88% [====================================================== ] 3264/3686 88% [====================================================== ] 3265/3686 88% [====================================================== ] 3266/3686 88% [====================================================== ] 3267/3686 88% [====================================================== ] 3268/3686 88% [====================================================== ] 3269/3686 88% [======================================================= ] 3270/3686 88% [======================================================= ] 3271/3686 88% [======================================================= ] 3272/3686 88% [======================================================= ] 3273/3686 88% [======================================================= ] 3274/3686 88% [======================================================= ] 3275/3686 88% [======================================================= ] 3276/3686 88% [======================================================= ] 3277/3686 88% [======================================================= ] 3278/3686 88% [======================================================= ] 3279/3686 88% [======================================================= ] 3280/3686 88% [======================================================= ] 3281/3686 89% [======================================================= ] 3282/3686 89% [======================================================= ] 3283/3686 89% [======================================================= ] 3284/3686 89% [======================================================= ] 3285/3686 89% [======================================================= ] 3286/3686 89% [======================================================= ] 3287/3686 89% [======================================================= ] 3288/3686 89% [======================================================= ] 3289/3686 89% [======================================================= ] 3290/3686 89% [======================================================= ] 3291/3686 89% [======================================================= ] 3292/3686 89% [======================================================= ] 3293/3686 89% [======================================================= ] 3294/3686 89% [======================================================= ] 3295/3686 89% [======================================================= ] 3296/3686 89% [======================================================= ] 3297/3686 89% [======================================================= ] 3298/3686 89% [======================================================= ] 3299/3686 89% [======================================================= ] 3300/3686 89% [======================================================= ] 3301/3686 89% [======================================================= ] 3302/3686 89% [======================================================= ] 3303/3686 89% [======================================================= ] 3304/3686 89% [======================================================= ] 3305/3686 89% [======================================================= ] 3306/3686 89% [======================================================= ] 3307/3686 89% [======================================================= ] 3308/3686 89% [======================================================= ] 3309/3686 89% [======================================================= ] 3310/3686 89% [======================================================= ] 3311/3686 89% [======================================================= ] 3312/3686 89% [======================================================= ] 3313/3686 89% [======================================================= ] 3314/3686 89% [======================================================= ] 3315/3686 89% [======================================================= ] 3316/3686 89% [======================================================= ] 3317/3686 89% [======================================================= ] 3318/3686 90% [======================================================= ] 3319/3686 90% [======================================================= ] 3320/3686 90% [======================================================= ] 3321/3686 90% [======================================================= ] 3322/3686 90% [======================================================= ] 3323/3686 90% [======================================================= ] 3324/3686 90% [======================================================= ] 3325/3686 90% [======================================================= ] 3326/3686 90% [======================================================= ] 3327/3686 90% [======================================================= ] 3328/3686 90% [======================================================= ] 3329/3686 90% [======================================================== ] 3330/3686 90% [======================================================== ] 3331/3686 90% [======================================================== ] 3332/3686 90% [======================================================== ] 3333/3686 90% [======================================================== ] 3334/3686 90% [======================================================== ] 3335/3686 90% [======================================================== ] 3336/3686 90% [======================================================== ] 3337/3686 90% [======================================================== ] 3338/3686 90% [======================================================== ] 3339/3686 90% [======================================================== ] 3340/3686 90% [======================================================== ] 3341/3686 90% [======================================================== ] 3342/3686 90% [======================================================== ] 3343/3686 90% [======================================================== ] 3344/3686 90% [======================================================== ] 3345/3686 90% [======================================================== ] 3346/3686 90% [======================================================== ] 3347/3686 90% [======================================================== ] 3348/3686 90% [======================================================== ] 3349/3686 90% [======================================================== ] 3350/3686 90% [======================================================== ] 3351/3686 90% [======================================================== ] 3352/3686 90% [======================================================== ] 3353/3686 90% [======================================================== ] 3354/3686 90% [======================================================== ] 3355/3686 91% [======================================================== ] 3356/3686 91% [======================================================== ] 3357/3686 91% [======================================================== ] 3358/3686 91% [======================================================== ] 3359/3686 91% [======================================================== ] 3360/3686 91% [======================================================== ] 3361/3686 91% [======================================================== ] 3362/3686 91% [======================================================== ] 3363/3686 91% [======================================================== ] 3364/3686 91% [======================================================== ] 3365/3686 91% [======================================================== ] 3366/3686 91% [======================================================== ] 3367/3686 91% [======================================================== ] 3368/3686 91% [======================================================== ] 3369/3686 91% [======================================================== ] 3370/3686 91% [======================================================== ] 3371/3686 91% [======================================================== ] 3372/3686 91% [======================================================== ] 3373/3686 91% [======================================================== ] 3374/3686 91% [======================================================== ] 3375/3686 91% [======================================================== ] 3376/3686 91% [======================================================== ] 3377/3686 91% [======================================================== ] 3378/3686 91% [======================================================== ] 3379/3686 91% [======================================================== ] 3380/3686 91% [======================================================== ] 3381/3686 91% [======================================================== ] 3382/3686 91% [======================================================== ] 3383/3686 91% [======================================================== ] 3384/3686 91% [======================================================== ] 3385/3686 91% [======================================================== ] 3386/3686 91% [======================================================== ] 3387/3686 91% [======================================================== ] 3388/3686 91% [========================================================= ] 3389/3686 91% [========================================================= ] 3390/3686 91% [========================================================= ] 3391/3686 91% [========================================================= ] 3392/3686 92% [========================================================= ] 3393/3686 92% [========================================================= ] 3394/3686 92% [========================================================= ] 3395/3686 92% [========================================================= ] 3396/3686 92% [========================================================= ] 3397/3686 92% [========================================================= ] 3398/3686 92% [========================================================= ] 3399/3686 92% [========================================================= ] 3400/3686 92% [========================================================= ] 3401/3686 92% [========================================================= ] 3402/3686 92% [========================================================= ] 3403/3686 92% [========================================================= ] 3404/3686 92% [========================================================= ] 3405/3686 92% [========================================================= ] 3406/3686 92% [========================================================= ] 3407/3686 92% [========================================================= ] 3408/3686 92% [========================================================= ] 3409/3686 92% [========================================================= ] 3410/3686 92% [========================================================= ] 3411/3686 92% [========================================================= ] 3412/3686 92% [========================================================= ] 3413/3686 92% [========================================================= ] 3414/3686 92% [========================================================= ] 3415/3686 92% [========================================================= ] 3416/3686 92% [========================================================= ] 3417/3686 92% [========================================================= ] 3418/3686 92% [========================================================= ] 3419/3686 92% [========================================================= ] 3420/3686 92% [========================================================= ] 3421/3686 92% [========================================================= ] 3422/3686 92% [========================================================= ] 3423/3686 92% [========================================================= ] 3424/3686 92% [========================================================= ] 3425/3686 92% [========================================================= ] 3426/3686 92% [========================================================= ] 3427/3686 92% [========================================================= ] 3428/3686 93% [========================================================= ] 3429/3686 93% [========================================================= ] 3430/3686 93% [========================================================= ] 3431/3686 93% [========================================================= ] 3432/3686 93% [========================================================= ] 3433/3686 93% [========================================================= ] 3434/3686 93% [========================================================= ] 3435/3686 93% [========================================================= ] 3436/3686 93% [========================================================= ] 3437/3686 93% [========================================================= ] 3438/3686 93% [========================================================= ] 3439/3686 93% [========================================================= ] 3440/3686 93% [========================================================= ] 3441/3686 93% [========================================================= ] 3442/3686 93% [========================================================= ] 3443/3686 93% [========================================================= ] 3444/3686 93% [========================================================= ] 3445/3686 93% [========================================================= ] 3446/3686 93% [========================================================= ] 3447/3686 93% [========================================================= ] 3448/3686 93% [========================================================== ] 3449/3686 93% [========================================================== ] 3450/3686 93% [========================================================== ] 3451/3686 93% [========================================================== ] 3452/3686 93% [========================================================== ] 3453/3686 93% [========================================================== ] 3454/3686 93% [========================================================== ] 3455/3686 93% [========================================================== ] 3456/3686 93% [========================================================== ] 3457/3686 93% [========================================================== ] 3458/3686 93% [========================================================== ] 3459/3686 93% [========================================================== ] 3460/3686 93% [========================================================== ] 3461/3686 93% [========================================================== ] 3462/3686 93% [========================================================== ] 3463/3686 93% [========================================================== ] 3464/3686 93% [========================================================== ] 3465/3686 94% [========================================================== ] 3466/3686 94% [========================================================== ] 3467/3686 94% [========================================================== ] 3468/3686 94% [========================================================== ] 3469/3686 94% [========================================================== ] 3470/3686 94% [========================================================== ] 3471/3686 94% [========================================================== ] 3472/3686 94% [========================================================== ] 3473/3686 94% [========================================================== ] 3474/3686 94% [========================================================== ] 3475/3686 94% [========================================================== ] 3476/3686 94% [========================================================== ] 3477/3686 94% [========================================================== ] 3478/3686 94% [========================================================== ] 3479/3686 94% [========================================================== ] 3480/3686 94% [========================================================== ] 3481/3686 94% [========================================================== ] 3482/3686 94% [========================================================== ] 3483/3686 94% [========================================================== ] 3484/3686 94% [========================================================== ] 3485/3686 94% [========================================================== ] 3486/3686 94% [========================================================== ] 3487/3686 94% [========================================================== ] 3488/3686 94% [========================================================== ] 3489/3686 94% [========================================================== ] 3490/3686 94% [========================================================== ] 3491/3686 94% [========================================================== ] 3492/3686 94% [========================================================== ] 3493/3686 94% [========================================================== ] 3494/3686 94% [========================================================== ] 3495/3686 94% [========================================================== ] 3496/3686 94% [========================================================== ] 3497/3686 94% [========================================================== ] 3498/3686 94% [========================================================== ] 3499/3686 94% [========================================================== ] 3500/3686 94% [========================================================== ] 3501/3686 94% [========================================================== ] 3502/3686 95% [========================================================== ] 3503/3686 95% [========================================================== ] 3504/3686 95% [========================================================== ] 3505/3686 95% [========================================================== ] 3506/3686 95% [========================================================== ] 3507/3686 95% [=========================================================== ] 3508/3686 95% [=========================================================== ] 3509/3686 95% [=========================================================== ] 3510/3686 95% [=========================================================== ] 3511/3686 95% [=========================================================== ] 3512/3686 95% [=========================================================== ] 3513/3686 95% [=========================================================== ] 3514/3686 95% [=========================================================== ] 3515/3686 95% [=========================================================== ] 3516/3686 95% [=========================================================== ] 3517/3686 95% [=========================================================== ] 3518/3686 95% [=========================================================== ] 3519/3686 95% [=========================================================== ] 3520/3686 95% [=========================================================== ] 3521/3686 95% [=========================================================== ] 3522/3686 95% [=========================================================== ] 3523/3686 95% [=========================================================== ] 3524/3686 95% [=========================================================== ] 3525/3686 95% [=========================================================== ] 3526/3686 95% [=========================================================== ] 3527/3686 95% [=========================================================== ] 3528/3686 95% [=========================================================== ] 3529/3686 95% [=========================================================== ] 3530/3686 95% [=========================================================== ] 3531/3686 95% [=========================================================== ] 3532/3686 95% [=========================================================== ] 3533/3686 95% [=========================================================== ] 3534/3686 95% [=========================================================== ] 3535/3686 95% [=========================================================== ] 3536/3686 95% [=========================================================== ] 3537/3686 95% [=========================================================== ] 3538/3686 95% [=========================================================== ] 3539/3686 96% [=========================================================== ] 3540/3686 96% [=========================================================== ] 3541/3686 96% [=========================================================== ] 3542/3686 96% [=========================================================== ] 3543/3686 96% [=========================================================== ] 3544/3686 96% [=========================================================== ] 3545/3686 96% [=========================================================== ] 3546/3686 96% [=========================================================== ] 3547/3686 96% [=========================================================== ] 3548/3686 96% [=========================================================== ] 3549/3686 96% [=========================================================== ] 3550/3686 96% [=========================================================== ] 3551/3686 96% [=========================================================== ] 3552/3686 96% [=========================================================== ] 3553/3686 96% [=========================================================== ] 3554/3686 96% [=========================================================== ] 3555/3686 96% [=========================================================== ] 3556/3686 96% [=========================================================== ] 3557/3686 96% [=========================================================== ] 3558/3686 96% [=========================================================== ] 3559/3686 96% [=========================================================== ] 3560/3686 96% [=========================================================== ] 3561/3686 96% [=========================================================== ] 3562/3686 96% [=========================================================== ] 3563/3686 96% [=========================================================== ] 3564/3686 96% [=========================================================== ] 3565/3686 96% [=========================================================== ] 3566/3686 96% [=========================================================== ] 3567/3686 96% [============================================================ ] 3568/3686 96% [============================================================ ] 3569/3686 96% [============================================================ ] 3570/3686 96% [============================================================ ] 3571/3686 96% [============================================================ ] 3572/3686 96% [============================================================ ] 3573/3686 96% [============================================================ ] 3574/3686 96% [============================================================ ] 3575/3686 96% [============================================================ ] 3576/3686 97% [============================================================ ] 3577/3686 97% [============================================================ ] 3578/3686 97% [============================================================ ] 3579/3686 97% [============================================================ ] 3580/3686 97% [============================================================ ] 3581/3686 97% [============================================================ ] 3582/3686 97% [============================================================ ] 3583/3686 97% [============================================================ ] 3584/3686 97% [============================================================ ] 3585/3686 97% [============================================================ ] 3586/3686 97% [============================================================ ] 3587/3686 97% [============================================================ ] 3588/3686 97% [============================================================ ] 3589/3686 97% [============================================================ ] 3590/3686 97% [============================================================ ] 3591/3686 97% [============================================================ ] 3592/3686 97% [============================================================ ] 3593/3686 97% [============================================================ ] 3594/3686 97% [============================================================ ] 3595/3686 97% [============================================================ ] 3596/3686 97% [============================================================ ] 3597/3686 97% [============================================================ ] 3598/3686 97% [============================================================ ] 3599/3686 97% [============================================================ ] 3600/3686 97% [============================================================ ] 3601/3686 97% [============================================================ ] 3602/3686 97% [============================================================ ] 3603/3686 97% [============================================================ ] 3604/3686 97% [============================================================ ] 3605/3686 97% [============================================================ ] 3606/3686 97% [============================================================ ] 3607/3686 97% [============================================================ ] 3608/3686 97% [============================================================ ] 3609/3686 97% [============================================================ ] 3610/3686 97% [============================================================ ] 3611/3686 97% [============================================================ ] 3612/3686 97% [============================================================ ] 3613/3686 98% [============================================================ ] 3614/3686 98% [============================================================ ] 3615/3686 98% [============================================================ ] 3616/3686 98% [============================================================ ] 3617/3686 98% [============================================================ ] 3618/3686 98% [============================================================ ] 3619/3686 98% [============================================================ ] 3620/3686 98% [============================================================ ] 3621/3686 98% [============================================================ ] 3622/3686 98% [============================================================ ] 3623/3686 98% [============================================================ ] 3624/3686 98% [============================================================ ] 3625/3686 98% [============================================================ ] 3626/3686 98% [============================================================= ] 3627/3686 98% [============================================================= ] 3628/3686 98% [============================================================= ] 3629/3686 98% [============================================================= ] 3630/3686 98% [============================================================= ] 3631/3686 98% [============================================================= ] 3632/3686 98% [============================================================= ] 3633/3686 98% [============================================================= ] 3634/3686 98% [============================================================= ] 3635/3686 98% [============================================================= ] 3636/3686 98% [============================================================= ] 3637/3686 98% [============================================================= ] 3638/3686 98% [============================================================= ] 3639/3686 98% [============================================================= ] 3640/3686 98% [============================================================= ] 3641/3686 98% [============================================================= ] 3642/3686 98% [============================================================= ] 3643/3686 98% [============================================================= ] 3644/3686 98% [============================================================= ] 3645/3686 98% [============================================================= ] 3646/3686 98% [============================================================= ] 3647/3686 98% [============================================================= ] 3648/3686 98% [============================================================= ] 3649/3686 98% [============================================================= ] 3650/3686 99% [============================================================= ] 3651/3686 99% [============================================================= ] 3652/3686 99% [============================================================= ] 3653/3686 99% [============================================================= ] 3654/3686 99% [============================================================= ] 3655/3686 99% [============================================================= ] 3656/3686 99% [============================================================= ] 3657/3686 99% [============================================================= ] 3658/3686 99% [============================================================= ] 3659/3686 99% [============================================================= ] 3660/3686 99% [============================================================= ] 3661/3686 99% [============================================================= ] 3662/3686 99% [============================================================= ] 3663/3686 99% [============================================================= ] 3664/3686 99% [============================================================= ] 3665/3686 99% [============================================================= ] 3666/3686 99% [============================================================= ] 3667/3686 99% [============================================================= ] 3668/3686 99% [============================================================= ] 3669/3686 99% [============================================================= ] 3670/3686 99% [============================================================= ] 3671/3686 99% [============================================================= ] 3672/3686 99% [============================================================= ] 3673/3686 99% [============================================================= ] 3674/3686 99% [============================================================= ] 3675/3686 99% [============================================================= ] 3676/3686 99% [============================================================= ] 3677/3686 99% [============================================================= ] 3678/3686 99% [============================================================= ] 3679/3686 99% [============================================================= ] 3680/3686 99% [============================================================= ] 3681/3686 99% [============================================================= ] 3682/3686 99% [============================================================= ] 3683/3686 99% [============================================================= ] 3684/3686 99% [============================================================= ] 3685/3686 99% [==============================================================] 3686/3686 100% operation complete, 3686 objects in 56511 NAND pages. ln -snf /home/autobuild/autobuild/instance-0/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-0/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-0/buildroot' >>> Buildroot 2024.02-573-g929bffbf4b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-5-ge0910f1d3278f05439fb434ee528fc9be1b6bd5e Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.86 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-systemd Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 18xx-ti-utils 8.8 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> at-spi2-core 2.50.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> systemd 254.9 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT-0.txt: OK (sha256: 8a6fc0879cecc0b96bf4c08159b9d733bf0f15fcf32879aec98c4ffd05424554) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 8ccb649d1fc1103e5726612cf303f05d4eb86b7ab46d9f630009dd32e87612e2) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> zlib Collecting legal info >>> zlib-ng 2.1.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> libgcrypt 1.10.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.48 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> util-linux-libs 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> atop 2.9.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> 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.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> brickd v1.2.2 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-vala 0.56.14 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgudev 237 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> udev Collecting legal info >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> crun 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.libcrun: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> davfs2 1.7.0 Collecting legal info COPYING: OK (sha256: 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227) >>> neon 0.33.0 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: 6c4f5d59a60a66cc970642c0f3799cf03b40a81c9dccbc4a254f20487d143f74) >>> dhcp 4.4.3-P1 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> dnsmasq 2.90 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-f2fs-tools 1.16.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> fio 3.34 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) MORAL-LICENSE: OK (sha256: 8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hyperfine 1.18.0 Collecting legal info LICENSE-APACHE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) LICENSE-MIT: OK (sha256: 1dfee18c2ff07ce551de4d6a1d2db158c0380746b488a7f0d08c8e0d3568b7c3) >>> host-rustc Collecting legal info >>> host-rust-bin 1.74.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> iputils 20240117 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jhead 3.08 Collecting legal info readme.txt: OK (sha256: b3971a74d00c834bc7f112d8a0027b25663fd1637a21381a3e5df4bd2b614dff) >>> jpeg Collecting legal info >>> libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> libaacs 0.11.1 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfastjson 0.99.9.1 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgpiod 1.6.4 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.22 Collecting legal info LICENSES/BSD-2-Clause.txt: OK (sha256: fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c) LICENSES/BSD-3-Clause.txt: OK (sha256: e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsolv 0.7.25 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> obsidian-cursors 1.0 Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rhash 1.4.4 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rsyslog 8.2402.0 Collecting legal info COPYING: OK (sha256: 054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f083) COPYING.LESSER: OK (sha256: 4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed) COPYING.ASL20: OK (sha256: 8743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> sed 4.9 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> sofia-sip 1.13.17 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> spidev_test 5.8 Collecting legal info >>> stress 1.0.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-systemd 254.9 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT-0.txt: OK (sha256: 8a6fc0879cecc0b96bf4c08159b9d733bf0f15fcf32879aec98c4ffd05424554) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 8ccb649d1fc1103e5726612cf303f05d4eb86b7ab46d9f630009dd32e87612e2) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> tinyproxy 1.11.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tzdata 2024a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2024a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2024a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> usbmount 0.0.22 Collecting legal info debian/copyright: OK (sha256: 797a416c87923338aa3ed05cce3cfdac6101f0142e72d5ab05c7bd76af5e527b) >>> whois 5.5.14 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-6.1.86: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot'