PER_PACKAGE_DIR=/home/thomas/autobuild/instance-2/output-1/per-package \ /home/thomas/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs printf ' named -1 named -1 * /etc/bind - - BIND daemon\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n # udev user groups\n - - render -1 * - - - DRI rendering nodes\n - - sgx -1 * - - - SGX device nodes\n # systemd user groups\n - - systemd-journal -1 * - - - Journal\n \n \n \n \n \n \n tss -1 tss -1 * - - - TPM2 Access Broker & Resource Management daemon\n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\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 \n \n \n \n \n\n' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' HOST_SYSTEMD_TMPFILES=/home/thomas/autobuild/instance-2/output-1/host/bin/systemd-tmpfiles package/skeleton-init-systemd//fakeroot_tmpfiles.sh /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/catalog /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/systemctl --root=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target preset-all\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1699318224\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' :5: Line references path below legacy directory /var/run/, updating /var/run/dbus/containers → /run/dbus/containers; please update the tmpfiles.d/ drop-in file accordingly. ignored spec: h /var/log/journal/%m - - - - +C ignored spec: x /var/tmp/systemd-private-%b-* ignored spec: X /var/tmp/systemd-private-%b-*/tmp ignored spec: x /var/lib/systemd/coredump/.#core*.%b* ignored spec: z /var/log/journal/%m 2755 root systemd-journal - - ignored spec: z /var/log/journal/%m/system.journal 0640 root systemd-journal - - Created symlink /home/thomas/autobuild/instance-2/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/thomas/autobuild/instance-2/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/thomas/autobuild/instance-2/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/thomas/autobuild/instance-2/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/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/dbus.service -> /usr/lib/systemd/system/dbus-broker.service. Created symlink /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/tpm2-abrmd.service -> /usr/lib/systemd/system/tpm2-abrmd.service. Created symlink /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/input-event-daemon.service -> /usr/lib/systemd/system/input-event-daemon.service. Created symlink /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target. Created symlink /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/dbus-org.bluez.service -> /usr/lib/systemd/system/bluetooth.service. Created symlink /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/bluetooth.target.wants/bluetooth.service -> /usr/lib/systemd/system/bluetooth.service. mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 4401 objects. stage 2: creating image '/home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/4401 0% [ ] 2/4401 0% [ ] 3/4401 0% [ ] 4/4401 0% [ ] 5/4401 0% [ ] 6/4401 0% [ ] 7/4401 0% [ ] 8/4401 0% [ ] 9/4401 0% [ ] 10/4401 0% [ ] 11/4401 0% [ ] 12/4401 0% [ ] 13/4401 0% [ ] 14/4401 0% [ ] 15/4401 0% [ ] 16/4401 0% [ ] 17/4401 0% [ ] 18/4401 0% [ ] 19/4401 0% [ ] 20/4401 0% [ ] 21/4401 0% [ ] 22/4401 0% [ ] 23/4401 0% [ ] 24/4401 0% [ ] 25/4401 0% [ ] 26/4401 0% [ ] 27/4401 0% [ ] 28/4401 0% [ ] 29/4401 0% [ ] 30/4401 0% [ ] 31/4401 0% [ ] 32/4401 0% [ ] 33/4401 0% [ ] 34/4401 0% [ ] 35/4401 0% [ ] 36/4401 0% [ ] 37/4401 0% [ ] 38/4401 0% [ ] 39/4401 0% [ ] 40/4401 0% [ ] 41/4401 0% [ ] 42/4401 0% [ ] 43/4401 0% [ ] 44/4401 0% [ ] 45/4401 1% [ ] 46/4401 1% [ ] 47/4401 1% [ ] 48/4401 1% [ ] 49/4401 1% [ ] 50/4401 1% [ ] 51/4401 1% [ ] 52/4401 1% [ ] 53/4401 1% [ ] 54/4401 1% [ ] 55/4401 1% [ ] 56/4401 1% [ ] 57/4401 1% [ ] 58/4401 1% [ ] 59/4401 1% [ ] 60/4401 1% [ ] 61/4401 1% [ ] 62/4401 1% [ ] 63/4401 1% [ ] 64/4401 1% [ ] 65/4401 1% [ ] 66/4401 1% [ ] 67/4401 1% [ ] 68/4401 1% [ ] 69/4401 1% [ ] 70/4401 1% [= ] 71/4401 1% [= ] 72/4401 1% [= ] 73/4401 1% [= ] 74/4401 1% [= ] 75/4401 1% [= ] 76/4401 1% [= ] 77/4401 1% [= ] 78/4401 1% [= ] 79/4401 1% [= ] 80/4401 1% [= ] 81/4401 1% [= ] 82/4401 1% [= ] 83/4401 1% [= ] 84/4401 1% [= ] 85/4401 1% [= ] 86/4401 1% [= ] 87/4401 1% [= ] 88/4401 1% [= ] 89/4401 2% [= ] 90/4401 2% [= ] 91/4401 2% [= ] 92/4401 2% [= ] 93/4401 2% [= ] 94/4401 2% [= ] 95/4401 2% [= ] 96/4401 2% [= ] 97/4401 2% [= ] 98/4401 2% [= ] 99/4401 2% [= ] 100/4401 2% [= ] 101/4401 2% [= ] 102/4401 2% [= ] 103/4401 2% [= ] 104/4401 2% [= ] 105/4401 2% [= ] 106/4401 2% [= ] 107/4401 2% [= ] 108/4401 2% [= ] 109/4401 2% [= ] 110/4401 2% [= ] 111/4401 2% [= ] 112/4401 2% [= ] 113/4401 2% [= ] 114/4401 2% [= ] 115/4401 2% [= ] 116/4401 2% [= ] 117/4401 2% [= ] 118/4401 2% [= ] 119/4401 2% [= ] 120/4401 2% [= ] 121/4401 2% [= ] 122/4401 2% [= ] 123/4401 2% [= ] 124/4401 2% [= ] 125/4401 2% [= ] 126/4401 2% [= ] 127/4401 2% [= ] 128/4401 2% [= ] 129/4401 2% [= ] 130/4401 2% [= ] 131/4401 2% [= ] 132/4401 2% [= ] 133/4401 3% [= ] 134/4401 3% [= ] 135/4401 3% [= ] 136/4401 3% [= ] 137/4401 3% [= ] 138/4401 3% [= ] 139/4401 3% [= ] 140/4401 3% [= ] 141/4401 3% [== ] 142/4401 3% [== ] 143/4401 3% [== ] 144/4401 3% [== ] 145/4401 3% [== ] 146/4401 3% [== ] 147/4401 3% [== ] 148/4401 3% [== ] 149/4401 3% [== ] 150/4401 3% [== ] 151/4401 3% [== ] 152/4401 3% [== ] 153/4401 3% [== ] 154/4401 3% [== ] 155/4401 3% [== ] 156/4401 3% [== ] 157/4401 3% [== ] 158/4401 3% [== ] 159/4401 3% [== ] 160/4401 3% [== ] 161/4401 3% [== ] 162/4401 3% [== ] 163/4401 3% [== ] 164/4401 3% [== ] 165/4401 3% [== ] 166/4401 3% [== ] 167/4401 3% [== ] 168/4401 3% [== ] 169/4401 3% [== ] 170/4401 3% [== ] 171/4401 3% [== ] 172/4401 3% [== ] 173/4401 3% [== ] 174/4401 3% [== ] 175/4401 3% [== ] 176/4401 3% [== ] 177/4401 4% [== ] 178/4401 4% [== ] 179/4401 4% [== ] 180/4401 4% [== ] 181/4401 4% [== ] 182/4401 4% [== ] 183/4401 4% [== ] 184/4401 4% [== ] 185/4401 4% [== ] 186/4401 4% [== ] 187/4401 4% [== ] 188/4401 4% [== ] 189/4401 4% [== ] 190/4401 4% [== ] 191/4401 4% [== ] 192/4401 4% [== ] 193/4401 4% [== ] 194/4401 4% [== ] 195/4401 4% [== ] 196/4401 4% [== ] 197/4401 4% [== ] 198/4401 4% [== ] 199/4401 4% [== ] 200/4401 4% [== ] 201/4401 4% [== ] 202/4401 4% [== ] 203/4401 4% [== ] 204/4401 4% [== ] 205/4401 4% [== ] 206/4401 4% [== ] 207/4401 4% [== ] 208/4401 4% [== ] 209/4401 4% [== ] 210/4401 4% [== ] 211/4401 4% [== ] 212/4401 4% [=== ] 213/4401 4% [=== ] 214/4401 4% [=== ] 215/4401 4% [=== ] 216/4401 4% [=== ] 217/4401 4% [=== ] 218/4401 4% [=== ] 219/4401 4% [=== ] 220/4401 4% [=== ] 221/4401 5% [=== ] 222/4401 5% [=== ] 223/4401 5% [=== ] 224/4401 5% [=== ] 225/4401 5% [=== ] 226/4401 5% [=== ] 227/4401 5% [=== ] 228/4401 5% [=== ] 229/4401 5% [=== ] 230/4401 5% [=== ] 231/4401 5% [=== ] 232/4401 5% [=== ] 233/4401 5% [=== ] 234/4401 5% [=== ] 235/4401 5% [=== ] 236/4401 5% [=== ] 237/4401 5% [=== ] 238/4401 5% [=== ] 239/4401 5% [=== ] 240/4401 5% [=== ] 241/4401 5% [=== ] 242/4401 5% [=== ] 243/4401 5% [=== ] 244/4401 5% [=== ] 245/4401 5% [=== ] 246/4401 5% [=== ] 247/4401 5% [=== ] 248/4401 5% [=== ] 249/4401 5% [=== ] 250/4401 5% [=== ] 251/4401 5% [=== ] 252/4401 5% [=== ] 253/4401 5% [=== ] 254/4401 5% [=== ] 255/4401 5% [=== ] 256/4401 5% [=== ] 257/4401 5% [=== ] 258/4401 5% [=== ] 259/4401 5% [=== ] 260/4401 5% [=== ] 261/4401 5% [=== ] 262/4401 5% [=== ] 263/4401 5% [=== ] 264/4401 5% [=== ] 265/4401 6% [=== ] 266/4401 6% [=== ] 267/4401 6% [=== ] 268/4401 6% [=== ] 269/4401 6% [=== ] 270/4401 6% [=== ] 271/4401 6% [=== ] 272/4401 6% [=== ] 273/4401 6% [=== ] 274/4401 6% [=== ] 275/4401 6% [=== ] 276/4401 6% [=== ] 277/4401 6% [=== ] 278/4401 6% [=== ] 279/4401 6% [=== ] 280/4401 6% [=== ] 281/4401 6% [=== ] 282/4401 6% [=== ] 283/4401 6% [==== ] 284/4401 6% [==== ] 285/4401 6% [==== ] 286/4401 6% [==== ] 287/4401 6% [==== ] 288/4401 6% [==== ] 289/4401 6% [==== ] 290/4401 6% [==== ] 291/4401 6% [==== ] 292/4401 6% [==== ] 293/4401 6% [==== ] 294/4401 6% [==== ] 295/4401 6% [==== ] 296/4401 6% [==== ] 297/4401 6% [==== ] 298/4401 6% [==== ] 299/4401 6% [==== ] 300/4401 6% [==== ] 301/4401 6% [==== ] 302/4401 6% [==== ] 303/4401 6% [==== ] 304/4401 6% [==== ] 305/4401 6% [==== ] 306/4401 6% [==== ] 307/4401 6% [==== ] 308/4401 6% [==== ] 309/4401 7% [==== ] 310/4401 7% [==== ] 311/4401 7% [==== ] 312/4401 7% [==== ] 313/4401 7% [==== ] 314/4401 7% [==== ] 315/4401 7% [==== ] 316/4401 7% [==== ] 317/4401 7% [==== ] 318/4401 7% [==== ] 319/4401 7% [==== ] 320/4401 7% [==== ] 321/4401 7% [==== ] 322/4401 7% [==== ] 323/4401 7% [==== ] 324/4401 7% [==== ] 325/4401 7% [==== ] 326/4401 7% [==== ] 327/4401 7% [==== ] 328/4401 7% [==== ] 329/4401 7% [==== ] 330/4401 7% [==== ] 331/4401 7% [==== ] 332/4401 7% [==== ] 333/4401 7% [==== ] 334/4401 7% [==== ] 335/4401 7% [==== ] 336/4401 7% [==== ] 337/4401 7% [==== ] 338/4401 7% [==== ] 339/4401 7% [==== ] 340/4401 7% [==== ] 341/4401 7% [==== ] 342/4401 7% [==== ] 343/4401 7% [==== ] 344/4401 7% [==== ] 345/4401 7% [==== ] 346/4401 7% [==== ] 347/4401 7% [==== ] 348/4401 7% [==== ] 349/4401 7% [==== ] 350/4401 7% [==== ] 351/4401 7% [==== ] 352/4401 7% [==== ] 353/4401 8% [==== ] 354/4401 8% [===== ] 355/4401 8% [===== ] 356/4401 8% [===== ] 357/4401 8% [===== ] 358/4401 8% [===== ] 359/4401 8% [===== ] 360/4401 8% [===== ] 361/4401 8% [===== ] 362/4401 8% [===== ] 363/4401 8% [===== ] 364/4401 8% [===== ] 365/4401 8% [===== ] 366/4401 8% [===== ] 367/4401 8% [===== ] 368/4401 8% [===== ] 369/4401 8% [===== ] 370/4401 8% [===== ] 371/4401 8% [===== ] 372/4401 8% [===== ] 373/4401 8% [===== ] 374/4401 8% [===== ] 375/4401 8% [===== ] 376/4401 8% [===== ] 377/4401 8% [===== ] 378/4401 8% [===== ] 379/4401 8% [===== ] 380/4401 8% [===== ] 381/4401 8% [===== ] 382/4401 8% [===== ] 383/4401 8% [===== ] 384/4401 8% [===== ] 385/4401 8% [===== ] 386/4401 8% [===== ] 387/4401 8% [===== ] 388/4401 8% [===== ] 389/4401 8% [===== ] 390/4401 8% [===== ] 391/4401 8% [===== ] 392/4401 8% [===== ] 393/4401 8% [===== ] 394/4401 8% [===== ] 395/4401 8% [===== ] 396/4401 8% [===== ] 397/4401 9% [===== ] 398/4401 9% [===== ] 399/4401 9% [===== ] 400/4401 9% [===== ] 401/4401 9% [===== ] 402/4401 9% [===== ] 403/4401 9% [===== ] 404/4401 9% [===== ] 405/4401 9% [===== ] 406/4401 9% [===== ] 407/4401 9% [===== ] 408/4401 9% [===== ] 409/4401 9% [===== ] 410/4401 9% [===== ] 411/4401 9% [===== ] 412/4401 9% [===== ] 413/4401 9% [===== ] 414/4401 9% [===== ] 415/4401 9% [===== ] 416/4401 9% [===== ] 417/4401 9% [===== ] 418/4401 9% [===== ] 419/4401 9% [===== ] 420/4401 9% [===== ] 421/4401 9% [===== ] 422/4401 9% [===== ] 423/4401 9% [===== ] 424/4401 9% [===== ] 425/4401 9% [====== ] 426/4401 9% [====== ] 427/4401 9% [====== ] 428/4401 9% [====== ] 429/4401 9% [====== ] 430/4401 9% [====== ] 431/4401 9% [====== ] 432/4401 9% [====== ] 433/4401 9% [====== ] 434/4401 9% [====== ] 435/4401 9% [====== ] 436/4401 9% [====== ] 437/4401 9% [====== ] 438/4401 9% [====== ] 439/4401 9% [====== ] 440/4401 9% [====== ] 441/4401 10% [====== ] 442/4401 10% [====== ] 443/4401 10% [====== ] 444/4401 10% [====== ] 445/4401 10% [====== ] 446/4401 10% [====== ] 447/4401 10% [====== ] 448/4401 10% [====== ] 449/4401 10% [====== ] 450/4401 10% [====== ] 451/4401 10% [====== ] 452/4401 10% [====== ] 453/4401 10% [====== ] 454/4401 10% [====== ] 455/4401 10% [====== ] 456/4401 10% [====== ] 457/4401 10% [====== ] 458/4401 10% [====== ] 459/4401 10% [====== ] 460/4401 10% [====== ] 461/4401 10% [====== ] 462/4401 10% [====== ] 463/4401 10% [====== ] 464/4401 10% [====== ] 465/4401 10% [====== ] 466/4401 10% [====== ] 467/4401 10% [====== ] 468/4401 10% [====== ] 469/4401 10% [====== ] 470/4401 10% [====== ] 471/4401 10% [====== ] 472/4401 10% [====== ] 473/4401 10% [====== ] 474/4401 10% [====== ] 475/4401 10% [====== ] 476/4401 10% [====== ] 477/4401 10% [====== ] 478/4401 10% [====== ] 479/4401 10% [====== ] 480/4401 10% [====== ] 481/4401 10% [====== ] 482/4401 10% [====== ] 483/4401 10% [====== ] 484/4401 10% [====== ] 485/4401 11% [====== ] 486/4401 11% [====== ] 487/4401 11% [====== ] 488/4401 11% [====== ] 489/4401 11% [====== ] 490/4401 11% [====== ] 491/4401 11% [====== ] 492/4401 11% [====== ] 493/4401 11% [====== ] 494/4401 11% [====== ] 495/4401 11% [====== ] 496/4401 11% [======= ] 497/4401 11% [======= ] 498/4401 11% [======= ] 499/4401 11% [======= ] 500/4401 11% [======= ] 501/4401 11% [======= ] 502/4401 11% [======= ] 503/4401 11% [======= ] 504/4401 11% [======= ] 505/4401 11% [======= ] 506/4401 11% [======= ] 507/4401 11% [======= ] 508/4401 11% [======= ] 509/4401 11% [======= ] 510/4401 11% [======= ] 511/4401 11% [======= ] 512/4401 11% [======= ] 513/4401 11% [======= ] 514/4401 11% [======= ] 515/4401 11% [======= ] 516/4401 11% [======= ] 517/4401 11% [======= ] 518/4401 11% [======= ] 519/4401 11% [======= ] 520/4401 11% [======= ] 521/4401 11% [======= ] 522/4401 11% [======= ] 523/4401 11% [======= ] 524/4401 11% [======= ] 525/4401 11% [======= ] 526/4401 11% [======= ] 527/4401 11% [======= ] 528/4401 11% [======= ] 529/4401 12% [======= ] 530/4401 12% [======= ] 531/4401 12% [======= ] 532/4401 12% [======= ] 533/4401 12% [======= ] 534/4401 12% [======= ] 535/4401 12% [======= ] 536/4401 12% [======= ] 537/4401 12% [======= ] 538/4401 12% [======= ] 539/4401 12% [======= ] 540/4401 12% [======= ] 541/4401 12% [======= ] 542/4401 12% [======= ] 543/4401 12% [======= ] 544/4401 12% [======= ] 545/4401 12% [======= ] 546/4401 12% [======= ] 547/4401 12% [======= ] 548/4401 12% [======= ] 549/4401 12% [======= ] 550/4401 12% [======= ] 551/4401 12% [======= ] 552/4401 12% [======= ] 553/4401 12% [======= ] 554/4401 12% [======= ] 555/4401 12% [======= ] 556/4401 12% [======= ] 557/4401 12% [======= ] 558/4401 12% [======= ] 559/4401 12% [======= ] 560/4401 12% [======= ] 561/4401 12% [======= ] 562/4401 12% [======= ] 563/4401 12% [======= ] 564/4401 12% [======= ] 565/4401 12% [======= ] 566/4401 12% [======= ] 567/4401 12% [======== ] 568/4401 12% [======== ] 569/4401 12% [======== ] 570/4401 12% [======== ] 571/4401 12% [======== ] 572/4401 12% [======== ] 573/4401 13% [======== ] 574/4401 13% [======== ] 575/4401 13% [======== ] 576/4401 13% [======== ] 577/4401 13% [======== ] 578/4401 13% [======== ] 579/4401 13% [======== ] 580/4401 13% [======== ] 581/4401 13% [======== ] 582/4401 13% [======== ] 583/4401 13% [======== ] 584/4401 13% [======== ] 585/4401 13% [======== ] 586/4401 13% [======== ] 587/4401 13% [======== ] 588/4401 13% [======== ] 589/4401 13% [======== ] 590/4401 13% [======== ] 591/4401 13% [======== ] 592/4401 13% [======== ] 593/4401 13% [======== ] 594/4401 13% [======== ] 595/4401 13% [======== ] 596/4401 13% [======== ] 597/4401 13% [======== ] 598/4401 13% [======== ] 599/4401 13% [======== ] 600/4401 13% [======== ] 601/4401 13% [======== ] 602/4401 13% [======== ] 603/4401 13% [======== ] 604/4401 13% [======== ] 605/4401 13% [======== ] 606/4401 13% [======== ] 607/4401 13% [======== ] 608/4401 13% [======== ] 609/4401 13% [======== ] 610/4401 13% [======== ] 611/4401 13% [======== ] 612/4401 13% [======== ] 613/4401 13% [======== ] 614/4401 13% [======== ] 615/4401 13% [======== ] 616/4401 13% [======== ] 617/4401 14% [======== ] 618/4401 14% [======== ] 619/4401 14% [======== ] 620/4401 14% [======== ] 621/4401 14% [======== ] 622/4401 14% [======== ] 623/4401 14% [======== ] 624/4401 14% [======== ] 625/4401 14% [======== ] 626/4401 14% [======== ] 627/4401 14% [======== ] 628/4401 14% [======== ] 629/4401 14% [======== ] 630/4401 14% [======== ] 631/4401 14% [======== ] 632/4401 14% [======== ] 633/4401 14% [======== ] 634/4401 14% [======== ] 635/4401 14% [======== ] 636/4401 14% [======== ] 637/4401 14% [======== ] 638/4401 14% [========= ] 639/4401 14% [========= ] 640/4401 14% [========= ] 641/4401 14% [========= ] 642/4401 14% [========= ] 643/4401 14% [========= ] 644/4401 14% [========= ] 645/4401 14% [========= ] 646/4401 14% [========= ] 647/4401 14% [========= ] 648/4401 14% [========= ] 649/4401 14% [========= ] 650/4401 14% [========= ] 651/4401 14% [========= ] 652/4401 14% [========= ] 653/4401 14% [========= ] 654/4401 14% [========= ] 655/4401 14% [========= ] 656/4401 14% [========= ] 657/4401 14% [========= ] 658/4401 14% [========= ] 659/4401 14% [========= ] 660/4401 14% [========= ] 661/4401 15% [========= ] 662/4401 15% [========= ] 663/4401 15% [========= ] 664/4401 15% [========= ] 665/4401 15% [========= ] 666/4401 15% [========= ] 667/4401 15% [========= ] 668/4401 15% [========= ] 669/4401 15% [========= ] 670/4401 15% [========= ] 671/4401 15% [========= ] 672/4401 15% [========= ] 673/4401 15% [========= ] 674/4401 15% [========= ] 675/4401 15% [========= ] 676/4401 15% [========= ] 677/4401 15% [========= ] 678/4401 15% [========= ] 679/4401 15% [========= ] 680/4401 15% [========= ] 681/4401 15% [========= ] 682/4401 15% [========= ] 683/4401 15% [========= ] 684/4401 15% [========= ] 685/4401 15% [========= ] 686/4401 15% [========= ] 687/4401 15% [========= ] 688/4401 15% [========= ] 689/4401 15% [========= ] 690/4401 15% [========= ] 691/4401 15% [========= ] 692/4401 15% [========= ] 693/4401 15% [========= ] 694/4401 15% [========= ] 695/4401 15% [========= ] 696/4401 15% [========= ] 697/4401 15% [========= ] 698/4401 15% [========= ] 699/4401 15% [========= ] 700/4401 15% [========= ] 701/4401 15% [========= ] 702/4401 15% [========= ] 703/4401 15% [========= ] 704/4401 15% [========= ] 705/4401 16% [========= ] 706/4401 16% [========= ] 707/4401 16% [========= ] 708/4401 16% [========= ] 709/4401 16% [========== ] 710/4401 16% [========== ] 711/4401 16% [========== ] 712/4401 16% [========== ] 713/4401 16% [========== ] 714/4401 16% [========== ] 715/4401 16% [========== ] 716/4401 16% [========== ] 717/4401 16% [========== ] 718/4401 16% [========== ] 719/4401 16% [========== ] 720/4401 16% [========== ] 721/4401 16% [========== ] 722/4401 16% [========== ] 723/4401 16% [========== ] 724/4401 16% [========== ] 725/4401 16% [========== ] 726/4401 16% [========== ] 727/4401 16% [========== ] 728/4401 16% [========== ] 729/4401 16% [========== ] 730/4401 16% [========== ] 731/4401 16% [========== ] 732/4401 16% [========== ] 733/4401 16% [========== ] 734/4401 16% [========== ] 735/4401 16% [========== ] 736/4401 16% [========== ] 737/4401 16% [========== ] 738/4401 16% [========== ] 739/4401 16% [========== ] 740/4401 16% [========== ] 741/4401 16% [========== ] 742/4401 16% [========== ] 743/4401 16% [========== ] 744/4401 16% [========== ] 745/4401 16% [========== ] 746/4401 16% [========== ] 747/4401 16% [========== ] 748/4401 16% [========== ] 749/4401 17% [========== ] 750/4401 17% [========== ] 751/4401 17% [========== ] 752/4401 17% [========== ] 753/4401 17% [========== ] 754/4401 17% [========== ] 755/4401 17% [========== ] 756/4401 17% [========== ] 757/4401 17% [========== ] 758/4401 17% [========== ] 759/4401 17% [========== ] 760/4401 17% [========== ] 761/4401 17% [========== ] 762/4401 17% [========== ] 763/4401 17% [========== ] 764/4401 17% [========== ] 765/4401 17% [========== ] 766/4401 17% [========== ] 767/4401 17% [========== ] 768/4401 17% [========== ] 769/4401 17% [========== ] 770/4401 17% [========== ] 771/4401 17% [========== ] 772/4401 17% [========== ] 773/4401 17% [========== ] 774/4401 17% [========== ] 775/4401 17% [========== ] 776/4401 17% [========== ] 777/4401 17% [========== ] 778/4401 17% [========== ] 779/4401 17% [========== ] 780/4401 17% [=========== ] 781/4401 17% [=========== ] 782/4401 17% [=========== ] 783/4401 17% [=========== ] 784/4401 17% [=========== ] 785/4401 17% [=========== ] 786/4401 17% [=========== ] 787/4401 17% [=========== ] 788/4401 17% [=========== ] 789/4401 17% [=========== ] 790/4401 17% [=========== ] 791/4401 17% [=========== ] 792/4401 17% [=========== ] 793/4401 18% [=========== ] 794/4401 18% [=========== ] 795/4401 18% [=========== ] 796/4401 18% [=========== ] 797/4401 18% [=========== ] 798/4401 18% [=========== ] 799/4401 18% [=========== ] 800/4401 18% [=========== ] 801/4401 18% [=========== ] 802/4401 18% [=========== ] 803/4401 18% [=========== ] 804/4401 18% [=========== ] 805/4401 18% [=========== ] 806/4401 18% [=========== ] 807/4401 18% [=========== ] 808/4401 18% [=========== ] 809/4401 18% [=========== ] 810/4401 18% [=========== ] 811/4401 18% [=========== ] 812/4401 18% [=========== ] 813/4401 18% [=========== ] 814/4401 18% [=========== ] 815/4401 18% [=========== ] 816/4401 18% [=========== ] 817/4401 18% [=========== ] 818/4401 18% [=========== ] 819/4401 18% [=========== ] 820/4401 18% [=========== ] 821/4401 18% [=========== ] 822/4401 18% [=========== ] 823/4401 18% [=========== ] 824/4401 18% [=========== ] 825/4401 18% [=========== ] 826/4401 18% [=========== ] 827/4401 18% [=========== ] 828/4401 18% [=========== ] 829/4401 18% [=========== ] 830/4401 18% [=========== ] 831/4401 18% [=========== ] 832/4401 18% [=========== ] 833/4401 18% [=========== ] 834/4401 18% [=========== ] 835/4401 18% [=========== ] 836/4401 18% [=========== ] 837/4401 19% [=========== ] 838/4401 19% [=========== ] 839/4401 19% [=========== ] 840/4401 19% [=========== ] 841/4401 19% [=========== ] 842/4401 19% [=========== ] 843/4401 19% [=========== ] 844/4401 19% [=========== ] 845/4401 19% [=========== ] 846/4401 19% [=========== ] 847/4401 19% [=========== ] 848/4401 19% [=========== ] 849/4401 19% [=========== ] 850/4401 19% [=========== ] 851/4401 19% [============ ] 852/4401 19% [============ ] 853/4401 19% [============ ] 854/4401 19% [============ ] 855/4401 19% [============ ] 856/4401 19% [============ ] 857/4401 19% [============ ] 858/4401 19% [============ ] 859/4401 19% [============ ] 860/4401 19% [============ ] 861/4401 19% [============ ] 862/4401 19% [============ ] 863/4401 19% [============ ] 864/4401 19% [============ ] 865/4401 19% [============ ] 866/4401 19% [============ ] 867/4401 19% [============ ] 868/4401 19% [============ ] 869/4401 19% [============ ] 870/4401 19% [============ ] 871/4401 19% [============ ] 872/4401 19% [============ ] 873/4401 19% [============ ] 874/4401 19% [============ ] 875/4401 19% [============ ] 876/4401 19% [============ ] 877/4401 19% [============ ] 878/4401 19% [============ ] 879/4401 19% [============ ] 880/4401 19% [============ ] 881/4401 20% [============ ] 882/4401 20% [============ ] 883/4401 20% [============ ] 884/4401 20% [============ ] 885/4401 20% [============ ] 886/4401 20% [============ ] 887/4401 20% [============ ] 888/4401 20% [============ ] 889/4401 20% [============ ] 890/4401 20% [============ ] 891/4401 20% [============ ] 892/4401 20% [============ ] 893/4401 20% [============ ] 894/4401 20% [============ ] 895/4401 20% [============ ] 896/4401 20% [============ ] 897/4401 20% [============ ] 898/4401 20% [============ ] 899/4401 20% [============ ] 900/4401 20% [============ ] 901/4401 20% [============ ] 902/4401 20% [============ ] 903/4401 20% [============ ] 904/4401 20% [============ ] 905/4401 20% [============ ] 906/4401 20% [============ ] 907/4401 20% [============ ] 908/4401 20% [============ ] 909/4401 20% [============ ] 910/4401 20% [============ ] 911/4401 20% [============ ] 912/4401 20% [============ ] 913/4401 20% [============ ] 914/4401 20% [============ ] 915/4401 20% [============ ] 916/4401 20% [============ ] 917/4401 20% [============ ] 918/4401 20% [============ ] 919/4401 20% [============ ] 920/4401 20% [============ ] 921/4401 20% [============ ] 922/4401 20% [============= ] 923/4401 20% [============= ] 924/4401 20% [============= ] 925/4401 21% [============= ] 926/4401 21% [============= ] 927/4401 21% [============= ] 928/4401 21% [============= ] 929/4401 21% [============= ] 930/4401 21% [============= ] 931/4401 21% [============= ] 932/4401 21% [============= ] 933/4401 21% [============= ] 934/4401 21% [============= ] 935/4401 21% [============= ] 936/4401 21% [============= ] 937/4401 21% [============= ] 938/4401 21% [============= ] 939/4401 21% [============= ] 940/4401 21% [============= ] 941/4401 21% [============= ] 942/4401 21% [============= ] 943/4401 21% [============= ] 944/4401 21% [============= ] 945/4401 21% [============= ] 946/4401 21% [============= ] 947/4401 21% [============= ] 948/4401 21% [============= ] 949/4401 21% [============= ] 950/4401 21% [============= ] 951/4401 21% [============= ] 952/4401 21% [============= ] 953/4401 21% [============= ] 954/4401 21% [============= ] 955/4401 21% [============= ] 956/4401 21% [============= ] 957/4401 21% [============= ] 958/4401 21% [============= ] 959/4401 21% [============= ] 960/4401 21% [============= ] 961/4401 21% [============= ] 962/4401 21% [============= ] 963/4401 21% [============= ] 964/4401 21% [============= ] 965/4401 21% [============= ] 966/4401 21% [============= ] 967/4401 21% [============= ] 968/4401 21% [============= ] 969/4401 22% [============= ] 970/4401 22% [============= ] 971/4401 22% [============= ] 972/4401 22% [============= ] 973/4401 22% [============= ] 974/4401 22% [============= ] 975/4401 22% [============= ] 976/4401 22% [============= ] 977/4401 22% [============= ] 978/4401 22% [============= ] 979/4401 22% [============= ] 980/4401 22% [============= ] 981/4401 22% [============= ] 982/4401 22% [============= ] 983/4401 22% [============= ] 984/4401 22% [============= ] 985/4401 22% [============= ] 986/4401 22% [============= ] 987/4401 22% [============= ] 988/4401 22% [============= ] 989/4401 22% [============= ] 990/4401 22% [============= ] 991/4401 22% [============= ] 992/4401 22% [============= ] 993/4401 22% [============== ] 994/4401 22% [============== ] 995/4401 22% [============== ] 996/4401 22% [============== ] 997/4401 22% [============== ] 998/4401 22% [============== ] 999/4401 22% [============== ] 1000/4401 22% [============== ] 1001/4401 22% [============== ] 1002/4401 22% [============== ] 1003/4401 22% [============== ] 1004/4401 22% [============== ] 1005/4401 22% [============== ] 1006/4401 22% [============== ] 1007/4401 22% [============== ] 1008/4401 22% [============== ] 1009/4401 22% [============== ] 1010/4401 22% [============== ] 1011/4401 22% [============== ] 1012/4401 22% [============== ] 1013/4401 23% [============== ] 1014/4401 23% [============== ] 1015/4401 23% [============== ] 1016/4401 23% [============== ] 1017/4401 23% [============== ] 1018/4401 23% [============== ] 1019/4401 23% [============== ] 1020/4401 23% [============== ] 1021/4401 23% [============== ] 1022/4401 23% [============== ] 1023/4401 23% [============== ] 1024/4401 23% [============== ] 1025/4401 23% [============== ] 1026/4401 23% [============== ] 1027/4401 23% [============== ] 1028/4401 23% [============== ] 1029/4401 23% [============== ] 1030/4401 23% [============== ] 1031/4401 23% [============== ] 1032/4401 23% [============== ] 1033/4401 23% [============== ] 1034/4401 23% [============== ] 1035/4401 23% [============== ] 1036/4401 23% [============== ] 1037/4401 23% [============== ] 1038/4401 23% [============== ] 1039/4401 23% [============== ] 1040/4401 23% [============== ] 1041/4401 23% [============== ] 1042/4401 23% [============== ] 1043/4401 23% [============== ] 1044/4401 23% [============== ] 1045/4401 23% [============== ] 1046/4401 23% [============== ] 1047/4401 23% [============== ] 1048/4401 23% [============== ] 1049/4401 23% [============== ] 1050/4401 23% [============== ] 1051/4401 23% [============== ] 1052/4401 23% [============== ] 1053/4401 23% [============== ] 1054/4401 23% [============== ] 1055/4401 23% [============== ] 1056/4401 23% [============== ] 1057/4401 24% [============== ] 1058/4401 24% [============== ] 1059/4401 24% [============== ] 1060/4401 24% [============== ] 1061/4401 24% [============== ] 1062/4401 24% [============== ] 1063/4401 24% [============== ] 1064/4401 24% [=============== ] 1065/4401 24% [=============== ] 1066/4401 24% [=============== ] 1067/4401 24% [=============== ] 1068/4401 24% [=============== ] 1069/4401 24% [=============== ] 1070/4401 24% [=============== ] 1071/4401 24% [=============== ] 1072/4401 24% [=============== ] 1073/4401 24% [=============== ] 1074/4401 24% [=============== ] 1075/4401 24% [=============== ] 1076/4401 24% [=============== ] 1077/4401 24% [=============== ] 1078/4401 24% [=============== ] 1079/4401 24% [=============== ] 1080/4401 24% [=============== ] 1081/4401 24% [=============== ] 1082/4401 24% [=============== ] 1083/4401 24% [=============== ] 1084/4401 24% [=============== ] 1085/4401 24% [=============== ] 1086/4401 24% [=============== ] 1087/4401 24% [=============== ] 1088/4401 24% [=============== ] 1089/4401 24% [=============== ] 1090/4401 24% [=============== ] 1091/4401 24% [=============== ] 1092/4401 24% [=============== ] 1093/4401 24% [=============== ] 1094/4401 24% [=============== ] 1095/4401 24% [=============== ] 1096/4401 24% [=============== ] 1097/4401 24% [=============== ] 1098/4401 24% [=============== ] 1099/4401 24% [=============== ] 1100/4401 24% [=============== ] 1101/4401 25% [=============== ] 1102/4401 25% [=============== ] 1103/4401 25% [=============== ] 1104/4401 25% [=============== ] 1105/4401 25% [=============== ] 1106/4401 25% [=============== ] 1107/4401 25% [=============== ] 1108/4401 25% [=============== ] 1109/4401 25% [=============== ] 1110/4401 25% [=============== ] 1111/4401 25% [=============== ] 1112/4401 25% [=============== ] 1113/4401 25% [=============== ] 1114/4401 25% [=============== ] 1115/4401 25% [=============== ] 1116/4401 25% [=============== ] 1117/4401 25% [=============== ] 1118/4401 25% [=============== ] 1119/4401 25% [=============== ] 1120/4401 25% [=============== ] 1121/4401 25% [=============== ] 1122/4401 25% [=============== ] 1123/4401 25% [=============== ] 1124/4401 25% [=============== ] 1125/4401 25% [=============== ] 1126/4401 25% [=============== ] 1127/4401 25% [=============== ] 1128/4401 25% [=============== ] 1129/4401 25% [=============== ] 1130/4401 25% [=============== ] 1131/4401 25% [=============== ] 1132/4401 25% [=============== ] 1133/4401 25% [=============== ] 1134/4401 25% [=============== ] 1135/4401 25% [================ ] 1136/4401 25% [================ ] 1137/4401 25% [================ ] 1138/4401 25% [================ ] 1139/4401 25% [================ ] 1140/4401 25% [================ ] 1141/4401 25% [================ ] 1142/4401 25% [================ ] 1143/4401 25% [================ ] 1144/4401 25% [================ ] 1145/4401 26% [================ ] 1146/4401 26% [================ ] 1147/4401 26% [================ ] 1148/4401 26% [================ ] 1149/4401 26% [================ ] 1150/4401 26% [================ ] 1151/4401 26% [================ ] 1152/4401 26% [================ ] 1153/4401 26% [================ ] 1154/4401 26% [================ ] 1155/4401 26% [================ ] 1156/4401 26% [================ ] 1157/4401 26% [================ ] 1158/4401 26% [================ ] 1159/4401 26% [================ ] 1160/4401 26% [================ ] 1161/4401 26% [================ ] 1162/4401 26% [================ ] 1163/4401 26% [================ ] 1164/4401 26% [================ ] 1165/4401 26% [================ ] 1166/4401 26% [================ ] 1167/4401 26% [================ ] 1168/4401 26% [================ ] 1169/4401 26% [================ ] 1170/4401 26% [================ ] 1171/4401 26% [================ ] 1172/4401 26% [================ ] 1173/4401 26% [================ ] 1174/4401 26% [================ ] 1175/4401 26% [================ ] 1176/4401 26% [================ ] 1177/4401 26% [================ ] 1178/4401 26% [================ ] 1179/4401 26% [================ ] 1180/4401 26% [================ ] 1181/4401 26% [================ ] 1182/4401 26% [================ ] 1183/4401 26% [================ ] 1184/4401 26% [================ ] 1185/4401 26% [================ ] 1186/4401 26% [================ ] 1187/4401 26% [================ ] 1188/4401 26% [================ ] 1189/4401 27% [================ ] 1190/4401 27% [================ ] 1191/4401 27% [================ ] 1192/4401 27% [================ ] 1193/4401 27% [================ ] 1194/4401 27% [================ ] 1195/4401 27% [================ ] 1196/4401 27% [================ ] 1197/4401 27% [================ ] 1198/4401 27% [================ ] 1199/4401 27% [================ ] 1200/4401 27% [================ ] 1201/4401 27% [================ ] 1202/4401 27% [================ ] 1203/4401 27% [================ ] 1204/4401 27% [================ ] 1205/4401 27% [================ ] 1206/4401 27% [================= ] 1207/4401 27% [================= ] 1208/4401 27% [================= ] 1209/4401 27% [================= ] 1210/4401 27% [================= ] 1211/4401 27% [================= ] 1212/4401 27% [================= ] 1213/4401 27% [================= ] 1214/4401 27% [================= ] 1215/4401 27% [================= ] 1216/4401 27% [================= ] 1217/4401 27% [================= ] 1218/4401 27% [================= ] 1219/4401 27% [================= ] 1220/4401 27% [================= ] 1221/4401 27% [================= ] 1222/4401 27% [================= ] 1223/4401 27% [================= ] 1224/4401 27% [================= ] 1225/4401 27% [================= ] 1226/4401 27% [================= ] 1227/4401 27% [================= ] 1228/4401 27% [================= ] 1229/4401 27% [================= ] 1230/4401 27% [================= ] 1231/4401 27% [================= ] 1232/4401 27% [================= ] 1233/4401 28% [================= ] 1234/4401 28% [================= ] 1235/4401 28% [================= ] 1236/4401 28% [================= ] 1237/4401 28% [================= ] 1238/4401 28% [================= ] 1239/4401 28% [================= ] 1240/4401 28% [================= ] 1241/4401 28% [================= ] 1242/4401 28% [================= ] 1243/4401 28% [================= ] 1244/4401 28% [================= ] 1245/4401 28% [================= ] 1246/4401 28% [================= ] 1247/4401 28% [================= ] 1248/4401 28% [================= ] 1249/4401 28% [================= ] 1250/4401 28% [================= ] 1251/4401 28% [================= ] 1252/4401 28% [================= ] 1253/4401 28% [================= ] 1254/4401 28% [================= ] 1255/4401 28% [================= ] 1256/4401 28% [================= ] 1257/4401 28% [================= ] 1258/4401 28% [================= ] 1259/4401 28% [================= ] 1260/4401 28% [================= ] 1261/4401 28% [================= ] 1262/4401 28% [================= ] 1263/4401 28% [================= ] 1264/4401 28% [================= ] 1265/4401 28% [================= ] 1266/4401 28% [================= ] 1267/4401 28% [================= ] 1268/4401 28% [================= ] 1269/4401 28% [================= ] 1270/4401 28% [================= ] 1271/4401 28% [================= ] 1272/4401 28% [================= ] 1273/4401 28% [================= ] 1274/4401 28% [================= ] 1275/4401 28% [================= ] 1276/4401 28% [================= ] 1277/4401 29% [================== ] 1278/4401 29% [================== ] 1279/4401 29% [================== ] 1280/4401 29% [================== ] 1281/4401 29% [================== ] 1282/4401 29% [================== ] 1283/4401 29% [================== ] 1284/4401 29% [================== ] 1285/4401 29% [================== ] 1286/4401 29% [================== ] 1287/4401 29% [================== ] 1288/4401 29% [================== ] 1289/4401 29% [================== ] 1290/4401 29% [================== ] 1291/4401 29% [================== ] 1292/4401 29% [================== ] 1293/4401 29% [================== ] 1294/4401 29% [================== ] 1295/4401 29% [================== ] 1296/4401 29% [================== ] 1297/4401 29% [================== ] 1298/4401 29% [================== ] 1299/4401 29% [================== ] 1300/4401 29% [================== ] 1301/4401 29% [================== ] 1302/4401 29% [================== ] 1303/4401 29% [================== ] 1304/4401 29% [================== ] 1305/4401 29% [================== ] 1306/4401 29% [================== ] 1307/4401 29% [================== ] 1308/4401 29% [================== ] 1309/4401 29% [================== ] 1310/4401 29% [================== ] 1311/4401 29% [================== ] 1312/4401 29% [================== ] 1313/4401 29% [================== ] 1314/4401 29% [================== ] 1315/4401 29% [================== ] 1316/4401 29% [================== ] 1317/4401 29% [================== ] 1318/4401 29% [================== ] 1319/4401 29% [================== ] 1320/4401 29% [================== ] 1321/4401 30% [================== ] 1322/4401 30% [================== ] 1323/4401 30% [================== ] 1324/4401 30% [================== ] 1325/4401 30% [================== ] 1326/4401 30% [================== ] 1327/4401 30% [================== ] 1328/4401 30% [================== ] 1329/4401 30% [================== ] 1330/4401 30% [================== ] 1331/4401 30% [================== ] 1332/4401 30% [================== ] 1333/4401 30% [================== ] 1334/4401 30% [================== ] 1335/4401 30% [================== ] 1336/4401 30% [================== ] 1337/4401 30% [================== ] 1338/4401 30% [================== ] 1339/4401 30% [================== ] 1340/4401 30% [================== ] 1341/4401 30% [================== ] 1342/4401 30% [================== ] 1343/4401 30% [================== ] 1344/4401 30% [================== ] 1345/4401 30% [================== ] 1346/4401 30% [================== ] 1347/4401 30% [================== ] 1348/4401 30% [=================== ] 1349/4401 30% [=================== ] 1350/4401 30% [=================== ] 1351/4401 30% [=================== ] 1352/4401 30% [=================== ] 1353/4401 30% [=================== ] 1354/4401 30% [=================== ] 1355/4401 30% [=================== ] 1356/4401 30% [=================== ] 1357/4401 30% [=================== ] 1358/4401 30% [=================== ] 1359/4401 30% [=================== ] 1360/4401 30% [=================== ] 1361/4401 30% [=================== ] 1362/4401 30% [=================== ] 1363/4401 30% [=================== ] 1364/4401 30% [=================== ] 1365/4401 31% [=================== ] 1366/4401 31% [=================== ] 1367/4401 31% [=================== ] 1368/4401 31% [=================== ] 1369/4401 31% [=================== ] 1370/4401 31% [=================== ] 1371/4401 31% [=================== ] 1372/4401 31% [=================== ] 1373/4401 31% [=================== ] 1374/4401 31% [=================== ] 1375/4401 31% [=================== ] 1376/4401 31% [=================== ] 1377/4401 31% [=================== ] 1378/4401 31% [=================== ] 1379/4401 31% [=================== ] 1380/4401 31% [=================== ] 1381/4401 31% [=================== ] 1382/4401 31% [=================== ] 1383/4401 31% [=================== ] 1384/4401 31% [=================== ] 1385/4401 31% [=================== ] 1386/4401 31% [=================== ] 1387/4401 31% [=================== ] 1388/4401 31% [=================== ] 1389/4401 31% [=================== ] 1390/4401 31% [=================== ] 1391/4401 31% [=================== ] 1392/4401 31% [=================== ] 1393/4401 31% [=================== ] 1394/4401 31% [=================== ] 1395/4401 31% [=================== ] 1396/4401 31% [=================== ] 1397/4401 31% [=================== ] 1398/4401 31% [=================== ] 1399/4401 31% [=================== ] 1400/4401 31% [=================== ] 1401/4401 31% [=================== ] 1402/4401 31% [=================== ] 1403/4401 31% [=================== ] 1404/4401 31% [=================== ] 1405/4401 31% [=================== ] 1406/4401 31% [=================== ] 1407/4401 31% [=================== ] 1408/4401 31% [=================== ] 1409/4401 32% [=================== ] 1410/4401 32% [=================== ] 1411/4401 32% [=================== ] 1412/4401 32% [=================== ] 1413/4401 32% [=================== ] 1414/4401 32% [=================== ] 1415/4401 32% [=================== ] 1416/4401 32% [=================== ] 1417/4401 32% [=================== ] 1418/4401 32% [=================== ] 1419/4401 32% [==================== ] 1420/4401 32% [==================== ] 1421/4401 32% [==================== ] 1422/4401 32% [==================== ] 1423/4401 32% [==================== ] 1424/4401 32% [==================== ] 1425/4401 32% [==================== ] 1426/4401 32% [==================== ] 1427/4401 32% [==================== ] 1428/4401 32% [==================== ] 1429/4401 32% [==================== ] 1430/4401 32% [==================== ] 1431/4401 32% [==================== ] 1432/4401 32% [==================== ] 1433/4401 32% [==================== ] 1434/4401 32% [==================== ] 1435/4401 32% [==================== ] 1436/4401 32% [==================== ] 1437/4401 32% [==================== ] 1438/4401 32% [==================== ] 1439/4401 32% [==================== ] 1440/4401 32% [==================== ] 1441/4401 32% [==================== ] 1442/4401 32% [==================== ] 1443/4401 32% [==================== ] 1444/4401 32% [==================== ] 1445/4401 32% [==================== ] 1446/4401 32% [==================== ] 1447/4401 32% [==================== ] 1448/4401 32% [==================== ] 1449/4401 32% [==================== ] 1450/4401 32% [==================== ] 1451/4401 32% [==================== ] 1452/4401 32% [==================== ] 1453/4401 33% [==================== ] 1454/4401 33% [==================== ] 1455/4401 33% [==================== ] 1456/4401 33% [==================== ] 1457/4401 33% [==================== ] 1458/4401 33% [==================== ] 1459/4401 33% [==================== ] 1460/4401 33% [==================== ] 1461/4401 33% [==================== ] 1462/4401 33% [==================== ] 1463/4401 33% [==================== ] 1464/4401 33% [==================== ] 1465/4401 33% [==================== ] 1466/4401 33% [==================== ] 1467/4401 33% [==================== ] 1468/4401 33% [==================== ] 1469/4401 33% [==================== ] 1470/4401 33% [==================== ] 1471/4401 33% [==================== ] 1472/4401 33% [==================== ] 1473/4401 33% [==================== ] 1474/4401 33% [==================== ] 1475/4401 33% [==================== ] 1476/4401 33% [==================== ] 1477/4401 33% [==================== ] 1478/4401 33% [==================== ] 1479/4401 33% [==================== ] 1480/4401 33% [==================== ] 1481/4401 33% [==================== ] 1482/4401 33% [==================== ] 1483/4401 33% [==================== ] 1484/4401 33% [==================== ] 1485/4401 33% [==================== ] 1486/4401 33% [==================== ] 1487/4401 33% [==================== ] 1488/4401 33% [==================== ] 1489/4401 33% [==================== ] 1490/4401 33% [===================== ] 1491/4401 33% [===================== ] 1492/4401 33% [===================== ] 1493/4401 33% [===================== ] 1494/4401 33% [===================== ] 1495/4401 33% [===================== ] 1496/4401 33% [===================== ] 1497/4401 34% [===================== ] 1498/4401 34% [===================== ] 1499/4401 34% [===================== ] 1500/4401 34% [===================== ] 1501/4401 34% [===================== ] 1502/4401 34% [===================== ] 1503/4401 34% [===================== ] 1504/4401 34% [===================== ] 1505/4401 34% [===================== ] 1506/4401 34% [===================== ] 1507/4401 34% [===================== ] 1508/4401 34% [===================== ] 1509/4401 34% [===================== ] 1510/4401 34% [===================== ] 1511/4401 34% [===================== ] 1512/4401 34% [===================== ] 1513/4401 34% [===================== ] 1514/4401 34% [===================== ] 1515/4401 34% [===================== ] 1516/4401 34% [===================== ] 1517/4401 34% [===================== ] 1518/4401 34% [===================== ] 1519/4401 34% [===================== ] 1520/4401 34% [===================== ] 1521/4401 34% [===================== ] 1522/4401 34% [===================== ] 1523/4401 34% [===================== ] 1524/4401 34% [===================== ] 1525/4401 34% [===================== ] 1526/4401 34% [===================== ] 1527/4401 34% [===================== ] 1528/4401 34% [===================== ] 1529/4401 34% [===================== ] 1530/4401 34% [===================== ] 1531/4401 34% [===================== ] 1532/4401 34% [===================== ] 1533/4401 34% [===================== ] 1534/4401 34% [===================== ] 1535/4401 34% [===================== ] 1536/4401 34% [===================== ] 1537/4401 34% [===================== ] 1538/4401 34% [===================== ] 1539/4401 34% [===================== ] 1540/4401 34% [===================== ] 1541/4401 35% [===================== ] 1542/4401 35% [===================== ] 1543/4401 35% [===================== ] 1544/4401 35% [===================== ] 1545/4401 35% [===================== ] 1546/4401 35% [===================== ] 1547/4401 35% [===================== ] 1548/4401 35% [===================== ] 1549/4401 35% [===================== ] 1550/4401 35% [===================== ] 1551/4401 35% [===================== ] 1552/4401 35% [===================== ] 1553/4401 35% [===================== ] 1554/4401 35% [===================== ] 1555/4401 35% [===================== ] 1556/4401 35% [===================== ] 1557/4401 35% [===================== ] 1558/4401 35% [===================== ] 1559/4401 35% [===================== ] 1560/4401 35% [===================== ] 1561/4401 35% [====================== ] 1562/4401 35% [====================== ] 1563/4401 35% [====================== ] 1564/4401 35% [====================== ] 1565/4401 35% [====================== ] 1566/4401 35% [====================== ] 1567/4401 35% [====================== ] 1568/4401 35% [====================== ] 1569/4401 35% [====================== ] 1570/4401 35% [====================== ] 1571/4401 35% [====================== ] 1572/4401 35% [====================== ] 1573/4401 35% [====================== ] 1574/4401 35% [====================== ] 1575/4401 35% [====================== ] 1576/4401 35% [====================== ] 1577/4401 35% [====================== ] 1578/4401 35% [====================== ] 1579/4401 35% [====================== ] 1580/4401 35% [====================== ] 1581/4401 35% [====================== ] 1582/4401 35% [====================== ] 1583/4401 35% [====================== ] 1584/4401 35% [====================== ] 1585/4401 36% [====================== ] 1586/4401 36% [====================== ] 1587/4401 36% [====================== ] 1588/4401 36% [====================== ] 1589/4401 36% [====================== ] 1590/4401 36% [====================== ] 1591/4401 36% [====================== ] 1592/4401 36% [====================== ] 1593/4401 36% [====================== ] 1594/4401 36% [====================== ] 1595/4401 36% [====================== ] 1596/4401 36% [====================== ] 1597/4401 36% [====================== ] 1598/4401 36% [====================== ] 1599/4401 36% [====================== ] 1600/4401 36% [====================== ] 1601/4401 36% [====================== ] 1602/4401 36% [====================== ] 1603/4401 36% [====================== ] 1604/4401 36% [====================== ] 1605/4401 36% [====================== ] 1606/4401 36% [====================== ] 1607/4401 36% [====================== ] 1608/4401 36% [====================== ] 1609/4401 36% [====================== ] 1610/4401 36% [====================== ] 1611/4401 36% [====================== ] 1612/4401 36% [====================== ] 1613/4401 36% [====================== ] 1614/4401 36% [====================== ] 1615/4401 36% [====================== ] 1616/4401 36% [====================== ] 1617/4401 36% [====================== ] 1618/4401 36% [====================== ] 1619/4401 36% [====================== ] 1620/4401 36% [====================== ] 1621/4401 36% [====================== ] 1622/4401 36% [====================== ] 1623/4401 36% [====================== ] 1624/4401 36% [====================== ] 1625/4401 36% [====================== ] 1626/4401 36% [====================== ] 1627/4401 36% [====================== ] 1628/4401 36% [====================== ] 1629/4401 37% [====================== ] 1630/4401 37% [====================== ] 1631/4401 37% [====================== ] 1632/4401 37% [======================= ] 1633/4401 37% [======================= ] 1634/4401 37% [======================= ] 1635/4401 37% [======================= ] 1636/4401 37% [======================= ] 1637/4401 37% [======================= ] 1638/4401 37% [======================= ] 1639/4401 37% [======================= ] 1640/4401 37% [======================= ] 1641/4401 37% [======================= ] 1642/4401 37% [======================= ] 1643/4401 37% [======================= ] 1644/4401 37% [======================= ] 1645/4401 37% [======================= ] 1646/4401 37% [======================= ] 1647/4401 37% [======================= ] 1648/4401 37% [======================= ] 1649/4401 37% [======================= ] 1650/4401 37% [======================= ] 1651/4401 37% [======================= ] 1652/4401 37% [======================= ] 1653/4401 37% [======================= ] 1654/4401 37% [======================= ] 1655/4401 37% [======================= ] 1656/4401 37% [======================= ] 1657/4401 37% [======================= ] 1658/4401 37% [======================= ] 1659/4401 37% [======================= ] 1660/4401 37% [======================= ] 1661/4401 37% [======================= ] 1662/4401 37% [======================= ] 1663/4401 37% [======================= ] 1664/4401 37% [======================= ] 1665/4401 37% [======================= ] 1666/4401 37% [======================= ] 1667/4401 37% [======================= ] 1668/4401 37% [======================= ] 1669/4401 37% [======================= ] 1670/4401 37% [======================= ] 1671/4401 37% [======================= ] 1672/4401 37% [======================= ] 1673/4401 38% [======================= ] 1674/4401 38% [======================= ] 1675/4401 38% [======================= ] 1676/4401 38% [======================= ] 1677/4401 38% [======================= ] 1678/4401 38% [======================= ] 1679/4401 38% [======================= ] 1680/4401 38% [======================= ] 1681/4401 38% [======================= ] 1682/4401 38% [======================= ] 1683/4401 38% [======================= ] 1684/4401 38% [======================= ] 1685/4401 38% [======================= ] 1686/4401 38% [======================= ] 1687/4401 38% [======================= ] 1688/4401 38% [======================= ] 1689/4401 38% [======================= ] 1690/4401 38% [======================= ] 1691/4401 38% [======================= ] 1692/4401 38% [======================= ] 1693/4401 38% [======================= ] 1694/4401 38% [======================= ] 1695/4401 38% [======================= ] 1696/4401 38% [======================= ] 1697/4401 38% [======================= ] 1698/4401 38% [======================= ] 1699/4401 38% [======================= ] 1700/4401 38% [======================= ] 1701/4401 38% [======================= ] 1702/4401 38% [======================= ] 1703/4401 38% [======================== ] 1704/4401 38% [======================== ] 1705/4401 38% [======================== ] 1706/4401 38% [======================== ] 1707/4401 38% [======================== ] 1708/4401 38% [======================== ] 1709/4401 38% [======================== ] 1710/4401 38% [======================== ] 1711/4401 38% [======================== ] 1712/4401 38% [======================== ] 1713/4401 38% [======================== ] 1714/4401 38% [======================== ] 1715/4401 38% [======================== ] 1716/4401 38% [======================== ] 1717/4401 39% [======================== ] 1718/4401 39% [======================== ] 1719/4401 39% [======================== ] 1720/4401 39% [======================== ] 1721/4401 39% [======================== ] 1722/4401 39% [======================== ] 1723/4401 39% [======================== ] 1724/4401 39% [======================== ] 1725/4401 39% [======================== ] 1726/4401 39% [======================== ] 1727/4401 39% [======================== ] 1728/4401 39% [======================== ] 1729/4401 39% [======================== ] 1730/4401 39% [======================== ] 1731/4401 39% [======================== ] 1732/4401 39% [======================== ] 1733/4401 39% [======================== ] 1734/4401 39% [======================== ] 1735/4401 39% [======================== ] 1736/4401 39% [======================== ] 1737/4401 39% [======================== ] 1738/4401 39% [======================== ] 1739/4401 39% [======================== ] 1740/4401 39% [======================== ] 1741/4401 39% [======================== ] 1742/4401 39% [======================== ] 1743/4401 39% [======================== ] 1744/4401 39% [======================== ] 1745/4401 39% [======================== ] 1746/4401 39% [======================== ] 1747/4401 39% [======================== ] 1748/4401 39% [======================== ] 1749/4401 39% [======================== ] 1750/4401 39% [======================== ] 1751/4401 39% [======================== ] 1752/4401 39% [======================== ] 1753/4401 39% [======================== ] 1754/4401 39% [======================== ] 1755/4401 39% [======================== ] 1756/4401 39% [======================== ] 1757/4401 39% [======================== ] 1758/4401 39% [======================== ] 1759/4401 39% [======================== ] 1760/4401 39% [======================== ] 1761/4401 40% [======================== ] 1762/4401 40% [======================== ] 1763/4401 40% [======================== ] 1764/4401 40% [======================== ] 1765/4401 40% [======================== ] 1766/4401 40% [======================== ] 1767/4401 40% [======================== ] 1768/4401 40% [======================== ] 1769/4401 40% [======================== ] 1770/4401 40% [======================== ] 1771/4401 40% [======================== ] 1772/4401 40% [======================== ] 1773/4401 40% [======================== ] 1774/4401 40% [========================= ] 1775/4401 40% [========================= ] 1776/4401 40% [========================= ] 1777/4401 40% [========================= ] 1778/4401 40% [========================= ] 1779/4401 40% [========================= ] 1780/4401 40% [========================= ] 1781/4401 40% [========================= ] 1782/4401 40% [========================= ] 1783/4401 40% [========================= ] 1784/4401 40% [========================= ] 1785/4401 40% [========================= ] 1786/4401 40% [========================= ] 1787/4401 40% [========================= ] 1788/4401 40% [========================= ] 1789/4401 40% [========================= ] 1790/4401 40% [========================= ] 1791/4401 40% [========================= ] 1792/4401 40% [========================= ] 1793/4401 40% [========================= ] 1794/4401 40% [========================= ] 1795/4401 40% [========================= ] 1796/4401 40% [========================= ] 1797/4401 40% [========================= ] 1798/4401 40% [========================= ] 1799/4401 40% [========================= ] 1800/4401 40% [========================= ] 1801/4401 40% [========================= ] 1802/4401 40% [========================= ] 1803/4401 40% [========================= ] 1804/4401 40% [========================= ] 1805/4401 41% [========================= ] 1806/4401 41% [========================= ] 1807/4401 41% [========================= ] 1808/4401 41% [========================= ] 1809/4401 41% [========================= ] 1810/4401 41% [========================= ] 1811/4401 41% [========================= ] 1812/4401 41% [========================= ] 1813/4401 41% [========================= ] 1814/4401 41% [========================= ] 1815/4401 41% [========================= ] 1816/4401 41% [========================= ] 1817/4401 41% [========================= ] 1818/4401 41% [========================= ] 1819/4401 41% [========================= ] 1820/4401 41% [========================= ] 1821/4401 41% [========================= ] 1822/4401 41% [========================= ] 1823/4401 41% [========================= ] 1824/4401 41% [========================= ] 1825/4401 41% [========================= ] 1826/4401 41% [========================= ] 1827/4401 41% [========================= ] 1828/4401 41% [========================= ] 1829/4401 41% [========================= ] 1830/4401 41% [========================= ] 1831/4401 41% [========================= ] 1832/4401 41% [========================= ] 1833/4401 41% [========================= ] 1834/4401 41% [========================= ] 1835/4401 41% [========================= ] 1836/4401 41% [========================= ] 1837/4401 41% [========================= ] 1838/4401 41% [========================= ] 1839/4401 41% [========================= ] 1840/4401 41% [========================= ] 1841/4401 41% [========================= ] 1842/4401 41% [========================= ] 1843/4401 41% [========================= ] 1844/4401 41% [========================= ] 1845/4401 41% [========================== ] 1846/4401 41% [========================== ] 1847/4401 41% [========================== ] 1848/4401 41% [========================== ] 1849/4401 42% [========================== ] 1850/4401 42% [========================== ] 1851/4401 42% [========================== ] 1852/4401 42% [========================== ] 1853/4401 42% [========================== ] 1854/4401 42% [========================== ] 1855/4401 42% [========================== ] 1856/4401 42% [========================== ] 1857/4401 42% [========================== ] 1858/4401 42% [========================== ] 1859/4401 42% [========================== ] 1860/4401 42% [========================== ] 1861/4401 42% [========================== ] 1862/4401 42% [========================== ] 1863/4401 42% [========================== ] 1864/4401 42% [========================== ] 1865/4401 42% [========================== ] 1866/4401 42% [========================== ] 1867/4401 42% [========================== ] 1868/4401 42% [========================== ] 1869/4401 42% [========================== ] 1870/4401 42% [========================== ] 1871/4401 42% [========================== ] 1872/4401 42% [========================== ] 1873/4401 42% [========================== ] 1874/4401 42% [========================== ] 1875/4401 42% [========================== ] 1876/4401 42% [========================== ] 1877/4401 42% [========================== ] 1878/4401 42% [========================== ] 1879/4401 42% [========================== ] 1880/4401 42% [========================== ] 1881/4401 42% [========================== ] 1882/4401 42% [========================== ] 1883/4401 42% [========================== ] 1884/4401 42% [========================== ] 1885/4401 42% [========================== ] 1886/4401 42% [========================== ] 1887/4401 42% [========================== ] 1888/4401 42% [========================== ] 1889/4401 42% [========================== ] 1890/4401 42% [========================== ] 1891/4401 42% [========================== ] 1892/4401 42% [========================== ] 1893/4401 43% [========================== ] 1894/4401 43% [========================== ] 1895/4401 43% [========================== ] 1896/4401 43% [========================== ] 1897/4401 43% [========================== ] 1898/4401 43% [========================== ] 1899/4401 43% [========================== ] 1900/4401 43% [========================== ] 1901/4401 43% [========================== ] 1902/4401 43% [========================== ] 1903/4401 43% [========================== ] 1904/4401 43% [========================== ] 1905/4401 43% [========================== ] 1906/4401 43% [========================== ] 1907/4401 43% [========================== ] 1908/4401 43% [========================== ] 1909/4401 43% [========================== ] 1910/4401 43% [========================== ] 1911/4401 43% [========================== ] 1912/4401 43% [========================== ] 1913/4401 43% [========================== ] 1914/4401 43% [========================== ] 1915/4401 43% [========================== ] 1916/4401 43% [=========================== ] 1917/4401 43% [=========================== ] 1918/4401 43% [=========================== ] 1919/4401 43% [=========================== ] 1920/4401 43% [=========================== ] 1921/4401 43% [=========================== ] 1922/4401 43% [=========================== ] 1923/4401 43% [=========================== ] 1924/4401 43% [=========================== ] 1925/4401 43% [=========================== ] 1926/4401 43% [=========================== ] 1927/4401 43% [=========================== ] 1928/4401 43% [=========================== ] 1929/4401 43% [=========================== ] 1930/4401 43% [=========================== ] 1931/4401 43% [=========================== ] 1932/4401 43% [=========================== ] 1933/4401 43% [=========================== ] 1934/4401 43% [=========================== ] 1935/4401 43% [=========================== ] 1936/4401 43% [=========================== ] 1937/4401 44% [=========================== ] 1938/4401 44% [=========================== ] 1939/4401 44% [=========================== ] 1940/4401 44% [=========================== ] 1941/4401 44% [=========================== ] 1942/4401 44% [=========================== ] 1943/4401 44% [=========================== ] 1944/4401 44% [=========================== ] 1945/4401 44% [=========================== ] 1946/4401 44% [=========================== ] 1947/4401 44% [=========================== ] 1948/4401 44% [=========================== ] 1949/4401 44% [=========================== ] 1950/4401 44% [=========================== ] 1951/4401 44% [=========================== ] 1952/4401 44% [=========================== ] 1953/4401 44% [=========================== ] 1954/4401 44% [=========================== ] 1955/4401 44% [=========================== ] 1956/4401 44% [=========================== ] 1957/4401 44% [=========================== ] 1958/4401 44% [=========================== ] 1959/4401 44% [=========================== ] 1960/4401 44% [=========================== ] 1961/4401 44% [=========================== ] 1962/4401 44% [=========================== ] 1963/4401 44% [=========================== ] 1964/4401 44% [=========================== ] 1965/4401 44% [=========================== ] 1966/4401 44% [=========================== ] 1967/4401 44% [=========================== ] 1968/4401 44% [=========================== ] 1969/4401 44% [=========================== ] 1970/4401 44% [=========================== ] 1971/4401 44% [=========================== ] 1972/4401 44% [=========================== ] 1973/4401 44% [=========================== ] 1974/4401 44% [=========================== ] 1975/4401 44% [=========================== ] 1976/4401 44% [=========================== ] 1977/4401 44% [=========================== ] 1978/4401 44% [=========================== ] 1979/4401 44% [=========================== ] 1980/4401 44% [=========================== ] 1981/4401 45% [=========================== ] 1982/4401 45% [=========================== ] 1983/4401 45% [=========================== ] 1984/4401 45% [=========================== ] 1985/4401 45% [=========================== ] 1986/4401 45% [=========================== ] 1987/4401 45% [============================ ] 1988/4401 45% [============================ ] 1989/4401 45% [============================ ] 1990/4401 45% [============================ ] 1991/4401 45% [============================ ] 1992/4401 45% [============================ ] 1993/4401 45% [============================ ] 1994/4401 45% [============================ ] 1995/4401 45% [============================ ] 1996/4401 45% [============================ ] 1997/4401 45% [============================ ] 1998/4401 45% [============================ ] 1999/4401 45% [============================ ] 2000/4401 45% [============================ ] 2001/4401 45% [============================ ] 2002/4401 45% [============================ ] 2003/4401 45% [============================ ] 2004/4401 45% [============================ ] 2005/4401 45% [============================ ] 2006/4401 45% [============================ ] 2007/4401 45% [============================ ] 2008/4401 45% [============================ ] 2009/4401 45% [============================ ] 2010/4401 45% [============================ ] 2011/4401 45% [============================ ] 2012/4401 45% [============================ ] 2013/4401 45% [============================ ] 2014/4401 45% [============================ ] 2015/4401 45% [============================ ] 2016/4401 45% [============================ ] 2017/4401 45% [============================ ] 2018/4401 45% [============================ ] 2019/4401 45% [============================ ] 2020/4401 45% [============================ ] 2021/4401 45% [============================ ] 2022/4401 45% [============================ ] 2023/4401 45% [============================ ] 2024/4401 45% [============================ ] 2025/4401 46% [============================ ] 2026/4401 46% [============================ ] 2027/4401 46% [============================ ] 2028/4401 46% [============================ ] 2029/4401 46% [============================ ] 2030/4401 46% [============================ ] 2031/4401 46% [============================ ] 2032/4401 46% [============================ ] 2033/4401 46% [============================ ] 2034/4401 46% [============================ ] 2035/4401 46% [============================ ] 2036/4401 46% [============================ ] 2037/4401 46% [============================ ] 2038/4401 46% [============================ ] 2039/4401 46% [============================ ] 2040/4401 46% [============================ ] 2041/4401 46% [============================ ] 2042/4401 46% [============================ ] 2043/4401 46% [============================ ] 2044/4401 46% [============================ ] 2045/4401 46% [============================ ] 2046/4401 46% [============================ ] 2047/4401 46% [============================ ] 2048/4401 46% [============================ ] 2049/4401 46% [============================ ] 2050/4401 46% [============================ ] 2051/4401 46% [============================ ] 2052/4401 46% [============================ ] 2053/4401 46% [============================ ] 2054/4401 46% [============================ ] 2055/4401 46% [============================ ] 2056/4401 46% [============================ ] 2057/4401 46% [============================ ] 2058/4401 46% [============================= ] 2059/4401 46% [============================= ] 2060/4401 46% [============================= ] 2061/4401 46% [============================= ] 2062/4401 46% [============================= ] 2063/4401 46% [============================= ] 2064/4401 46% [============================= ] 2065/4401 46% [============================= ] 2066/4401 46% [============================= ] 2067/4401 46% [============================= ] 2068/4401 46% [============================= ] 2069/4401 47% [============================= ] 2070/4401 47% [============================= ] 2071/4401 47% [============================= ] 2072/4401 47% [============================= ] 2073/4401 47% [============================= ] 2074/4401 47% [============================= ] 2075/4401 47% [============================= ] 2076/4401 47% [============================= ] 2077/4401 47% [============================= ] 2078/4401 47% [============================= ] 2079/4401 47% [============================= ] 2080/4401 47% [============================= ] 2081/4401 47% [============================= ] 2082/4401 47% [============================= ] 2083/4401 47% [============================= ] 2084/4401 47% [============================= ] 2085/4401 47% [============================= ] 2086/4401 47% [============================= ] 2087/4401 47% [============================= ] 2088/4401 47% [============================= ] 2089/4401 47% [============================= ] 2090/4401 47% [============================= ] 2091/4401 47% [============================= ] 2092/4401 47% [============================= ] 2093/4401 47% [============================= ] 2094/4401 47% [============================= ] 2095/4401 47% [============================= ] 2096/4401 47% [============================= ] 2097/4401 47% [============================= ] 2098/4401 47% [============================= ] 2099/4401 47% [============================= ] 2100/4401 47% [============================= ] 2101/4401 47% [============================= ] 2102/4401 47% [============================= ] 2103/4401 47% [============================= ] 2104/4401 47% [============================= ] 2105/4401 47% [============================= ] 2106/4401 47% [============================= ] 2107/4401 47% [============================= ] 2108/4401 47% [============================= ] 2109/4401 47% [============================= ] 2110/4401 47% [============================= ] 2111/4401 47% [============================= ] 2112/4401 47% [============================= ] 2113/4401 48% [============================= ] 2114/4401 48% [============================= ] 2115/4401 48% [============================= ] 2116/4401 48% [============================= ] 2117/4401 48% [============================= ] 2118/4401 48% [============================= ] 2119/4401 48% [============================= ] 2120/4401 48% [============================= ] 2121/4401 48% [============================= ] 2122/4401 48% [============================= ] 2123/4401 48% [============================= ] 2124/4401 48% [============================= ] 2125/4401 48% [============================= ] 2126/4401 48% [============================= ] 2127/4401 48% [============================= ] 2128/4401 48% [============================= ] 2129/4401 48% [============================== ] 2130/4401 48% [============================== ] 2131/4401 48% [============================== ] 2132/4401 48% [============================== ] 2133/4401 48% [============================== ] 2134/4401 48% [============================== ] 2135/4401 48% [============================== ] 2136/4401 48% [============================== ] 2137/4401 48% [============================== ] 2138/4401 48% [============================== ] 2139/4401 48% [============================== ] 2140/4401 48% [============================== ] 2141/4401 48% [============================== ] 2142/4401 48% [============================== ] 2143/4401 48% [============================== ] 2144/4401 48% [============================== ] 2145/4401 48% [============================== ] 2146/4401 48% [============================== ] 2147/4401 48% [============================== ] 2148/4401 48% [============================== ] 2149/4401 48% [============================== ] 2150/4401 48% [============================== ] 2151/4401 48% [============================== ] 2152/4401 48% [============================== ] 2153/4401 48% [============================== ] 2154/4401 48% [============================== ] 2155/4401 48% [============================== ] 2156/4401 48% [============================== ] 2157/4401 49% [============================== ] 2158/4401 49% [============================== ] 2159/4401 49% [============================== ] 2160/4401 49% [============================== ] 2161/4401 49% [============================== ] 2162/4401 49% [============================== ] 2163/4401 49% [============================== ] 2164/4401 49% [============================== ] 2165/4401 49% [============================== ] 2166/4401 49% [============================== ] 2167/4401 49% [============================== ] 2168/4401 49% [============================== ] 2169/4401 49% [============================== ] 2170/4401 49% [============================== ] 2171/4401 49% [============================== ] 2172/4401 49% [============================== ] 2173/4401 49% [============================== ] 2174/4401 49% [============================== ] 2175/4401 49% [============================== ] 2176/4401 49% [============================== ] 2177/4401 49% [============================== ] 2178/4401 49% [============================== ] 2179/4401 49% [============================== ] 2180/4401 49% [============================== ] 2181/4401 49% [============================== ] 2182/4401 49% [============================== ] 2183/4401 49% [============================== ] 2184/4401 49% [============================== ] 2185/4401 49% [============================== ] 2186/4401 49% [============================== ] 2187/4401 49% [============================== ] 2188/4401 49% [============================== ] 2189/4401 49% [============================== ] 2190/4401 49% [============================== ] 2191/4401 49% [============================== ] 2192/4401 49% [============================== ] 2193/4401 49% [============================== ] 2194/4401 49% [============================== ] 2195/4401 49% [============================== ] 2196/4401 49% [============================== ] 2197/4401 49% [============================== ] 2198/4401 49% [============================== ] 2199/4401 49% [============================== ] 2200/4401 49% [=============================== ] 2201/4401 50% [=============================== ] 2202/4401 50% [=============================== ] 2203/4401 50% [=============================== ] 2204/4401 50% [=============================== ] 2205/4401 50% [=============================== ] 2206/4401 50% [=============================== ] 2207/4401 50% [=============================== ] 2208/4401 50% [=============================== ] 2209/4401 50% [=============================== ] 2210/4401 50% [=============================== ] 2211/4401 50% [=============================== ] 2212/4401 50% [=============================== ] 2213/4401 50% [=============================== ] 2214/4401 50% [=============================== ] 2215/4401 50% [=============================== ] 2216/4401 50% [=============================== ] 2217/4401 50% [=============================== ] 2218/4401 50% [=============================== ] 2219/4401 50% [=============================== ] 2220/4401 50% [=============================== ] 2221/4401 50% [=============================== ] 2222/4401 50% [=============================== ] 2223/4401 50% [=============================== ] 2224/4401 50% [=============================== ] 2225/4401 50% [=============================== ] 2226/4401 50% [=============================== ] 2227/4401 50% [=============================== ] 2228/4401 50% [=============================== ] 2229/4401 50% [=============================== ] 2230/4401 50% [=============================== ] 2231/4401 50% [=============================== ] 2232/4401 50% [=============================== ] 2233/4401 50% [=============================== ] 2234/4401 50% [=============================== ] 2235/4401 50% [=============================== ] 2236/4401 50% [=============================== ] 2237/4401 50% [=============================== ] 2238/4401 50% [=============================== ] 2239/4401 50% [=============================== ] 2240/4401 50% [=============================== ] 2241/4401 50% [=============================== ] 2242/4401 50% [=============================== ] 2243/4401 50% [=============================== ] 2244/4401 50% [=============================== ] 2245/4401 51% [=============================== ] 2246/4401 51% [=============================== ] 2247/4401 51% [=============================== ] 2248/4401 51% [=============================== ] 2249/4401 51% [=============================== ] 2250/4401 51% [=============================== ] 2251/4401 51% [=============================== ] 2252/4401 51% [=============================== ] 2253/4401 51% [=============================== ] 2254/4401 51% [=============================== ] 2255/4401 51% [=============================== ] 2256/4401 51% [=============================== ] 2257/4401 51% [=============================== ] 2258/4401 51% [=============================== ] 2259/4401 51% [=============================== ] 2260/4401 51% [=============================== ] 2261/4401 51% [=============================== ] 2262/4401 51% [=============================== ] 2263/4401 51% [=============================== ] 2264/4401 51% [=============================== ] 2265/4401 51% [=============================== ] 2266/4401 51% [=============================== ] 2267/4401 51% [=============================== ] 2268/4401 51% [=============================== ] 2269/4401 51% [=============================== ] 2270/4401 51% [=============================== ] 2271/4401 51% [================================ ] 2272/4401 51% [================================ ] 2273/4401 51% [================================ ] 2274/4401 51% [================================ ] 2275/4401 51% [================================ ] 2276/4401 51% [================================ ] 2277/4401 51% [================================ ] 2278/4401 51% [================================ ] 2279/4401 51% [================================ ] 2280/4401 51% [================================ ] 2281/4401 51% [================================ ] 2282/4401 51% [================================ ] 2283/4401 51% [================================ ] 2284/4401 51% [================================ ] 2285/4401 51% [================================ ] 2286/4401 51% [================================ ] 2287/4401 51% [================================ ] 2288/4401 51% [================================ ] 2289/4401 52% [================================ ] 2290/4401 52% [================================ ] 2291/4401 52% [================================ ] 2292/4401 52% [================================ ] 2293/4401 52% [================================ ] 2294/4401 52% [================================ ] 2295/4401 52% [================================ ] 2296/4401 52% [================================ ] 2297/4401 52% [================================ ] 2298/4401 52% [================================ ] 2299/4401 52% [================================ ] 2300/4401 52% [================================ ] 2301/4401 52% [================================ ] 2302/4401 52% [================================ ] 2303/4401 52% [================================ ] 2304/4401 52% [================================ ] 2305/4401 52% [================================ ] 2306/4401 52% [================================ ] 2307/4401 52% [================================ ] 2308/4401 52% [================================ ] 2309/4401 52% [================================ ] 2310/4401 52% [================================ ] 2311/4401 52% [================================ ] 2312/4401 52% [================================ ] 2313/4401 52% [================================ ] 2314/4401 52% [================================ ] 2315/4401 52% [================================ ] 2316/4401 52% [================================ ] 2317/4401 52% [================================ ] 2318/4401 52% [================================ ] 2319/4401 52% [================================ ] 2320/4401 52% [================================ ] 2321/4401 52% [================================ ] 2322/4401 52% [================================ ] 2323/4401 52% [================================ ] 2324/4401 52% [================================ ] 2325/4401 52% [================================ ] 2326/4401 52% [================================ ] 2327/4401 52% [================================ ] 2328/4401 52% [================================ ] 2329/4401 52% [================================ ] 2330/4401 52% [================================ ] 2331/4401 52% [================================ ] 2332/4401 52% [================================ ] 2333/4401 53% [================================ ] 2334/4401 53% [================================ ] 2335/4401 53% [================================ ] 2336/4401 53% [================================ ] 2337/4401 53% [================================ ] 2338/4401 53% [================================ ] 2339/4401 53% [================================ ] 2340/4401 53% [================================ ] 2341/4401 53% [================================ ] 2342/4401 53% [================================= ] 2343/4401 53% [================================= ] 2344/4401 53% [================================= ] 2345/4401 53% [================================= ] 2346/4401 53% [================================= ] 2347/4401 53% [================================= ] 2348/4401 53% [================================= ] 2349/4401 53% [================================= ] 2350/4401 53% [================================= ] 2351/4401 53% [================================= ] 2352/4401 53% [================================= ] 2353/4401 53% [================================= ] 2354/4401 53% [================================= ] 2355/4401 53% [================================= ] 2356/4401 53% [================================= ] 2357/4401 53% [================================= ] 2358/4401 53% [================================= ] 2359/4401 53% [================================= ] 2360/4401 53% [================================= ] 2361/4401 53% [================================= ] 2362/4401 53% [================================= ] 2363/4401 53% [================================= ] 2364/4401 53% [================================= ] 2365/4401 53% [================================= ] 2366/4401 53% [================================= ] 2367/4401 53% [================================= ] 2368/4401 53% [================================= ] 2369/4401 53% [================================= ] 2370/4401 53% [================================= ] 2371/4401 53% [================================= ] 2372/4401 53% [================================= ] 2373/4401 53% [================================= ] 2374/4401 53% [================================= ] 2375/4401 53% [================================= ] 2376/4401 53% [================================= ] 2377/4401 54% [================================= ] 2378/4401 54% [================================= ] 2379/4401 54% [================================= ] 2380/4401 54% [================================= ] 2381/4401 54% [================================= ] 2382/4401 54% [================================= ] 2383/4401 54% [================================= ] 2384/4401 54% [================================= ] 2385/4401 54% [================================= ] 2386/4401 54% [================================= ] 2387/4401 54% [================================= ] 2388/4401 54% [================================= ] 2389/4401 54% [================================= ] 2390/4401 54% [================================= ] 2391/4401 54% [================================= ] 2392/4401 54% [================================= ] 2393/4401 54% [================================= ] 2394/4401 54% [================================= ] 2395/4401 54% [================================= ] 2396/4401 54% [================================= ] 2397/4401 54% [================================= ] 2398/4401 54% [================================= ] 2399/4401 54% [================================= ] 2400/4401 54% [================================= ] 2401/4401 54% [================================= ] 2402/4401 54% [================================= ] 2403/4401 54% [================================= ] 2404/4401 54% [================================= ] 2405/4401 54% [================================= ] 2406/4401 54% [================================= ] 2407/4401 54% [================================= ] 2408/4401 54% [================================= ] 2409/4401 54% [================================= ] 2410/4401 54% [================================= ] 2411/4401 54% [================================= ] 2412/4401 54% [================================= ] 2413/4401 54% [================================== ] 2414/4401 54% [================================== ] 2415/4401 54% [================================== ] 2416/4401 54% [================================== ] 2417/4401 54% [================================== ] 2418/4401 54% [================================== ] 2419/4401 54% [================================== ] 2420/4401 54% [================================== ] 2421/4401 55% [================================== ] 2422/4401 55% [================================== ] 2423/4401 55% [================================== ] 2424/4401 55% [================================== ] 2425/4401 55% [================================== ] 2426/4401 55% [================================== ] 2427/4401 55% [================================== ] 2428/4401 55% [================================== ] 2429/4401 55% [================================== ] 2430/4401 55% [================================== ] 2431/4401 55% [================================== ] 2432/4401 55% [================================== ] 2433/4401 55% [================================== ] 2434/4401 55% [================================== ] 2435/4401 55% [================================== ] 2436/4401 55% [================================== ] 2437/4401 55% [================================== ] 2438/4401 55% [================================== ] 2439/4401 55% [================================== ] 2440/4401 55% [================================== ] 2441/4401 55% [================================== ] 2442/4401 55% [================================== ] 2443/4401 55% [================================== ] 2444/4401 55% [================================== ] 2445/4401 55% [================================== ] 2446/4401 55% [================================== ] 2447/4401 55% [================================== ] 2448/4401 55% [================================== ] 2449/4401 55% [================================== ] 2450/4401 55% [================================== ] 2451/4401 55% [================================== ] 2452/4401 55% [================================== ] 2453/4401 55% [================================== ] 2454/4401 55% [================================== ] 2455/4401 55% [================================== ] 2456/4401 55% [================================== ] 2457/4401 55% [================================== ] 2458/4401 55% [================================== ] 2459/4401 55% [================================== ] 2460/4401 55% [================================== ] 2461/4401 55% [================================== ] 2462/4401 55% [================================== ] 2463/4401 55% [================================== ] 2464/4401 55% [================================== ] 2465/4401 56% [================================== ] 2466/4401 56% [================================== ] 2467/4401 56% [================================== ] 2468/4401 56% [================================== ] 2469/4401 56% [================================== ] 2470/4401 56% [================================== ] 2471/4401 56% [================================== ] 2472/4401 56% [================================== ] 2473/4401 56% [================================== ] 2474/4401 56% [================================== ] 2475/4401 56% [================================== ] 2476/4401 56% [================================== ] 2477/4401 56% [================================== ] 2478/4401 56% [================================== ] 2479/4401 56% [================================== ] 2480/4401 56% [================================== ] 2481/4401 56% [================================== ] 2482/4401 56% [================================== ] 2483/4401 56% [================================== ] 2484/4401 56% [=================================== ] 2485/4401 56% [=================================== ] 2486/4401 56% [=================================== ] 2487/4401 56% [=================================== ] 2488/4401 56% [=================================== ] 2489/4401 56% [=================================== ] 2490/4401 56% [=================================== ] 2491/4401 56% [=================================== ] 2492/4401 56% [=================================== ] 2493/4401 56% [=================================== ] 2494/4401 56% [=================================== ] 2495/4401 56% [=================================== ] 2496/4401 56% [=================================== ] 2497/4401 56% [=================================== ] 2498/4401 56% [=================================== ] 2499/4401 56% [=================================== ] 2500/4401 56% [=================================== ] 2501/4401 56% [=================================== ] 2502/4401 56% [=================================== ] 2503/4401 56% [=================================== ] 2504/4401 56% [=================================== ] 2505/4401 56% [=================================== ] 2506/4401 56% [=================================== ] 2507/4401 56% [=================================== ] 2508/4401 56% [=================================== ] 2509/4401 57% [=================================== ] 2510/4401 57% [=================================== ] 2511/4401 57% [=================================== ] 2512/4401 57% [=================================== ] 2513/4401 57% [=================================== ] 2514/4401 57% [=================================== ] 2515/4401 57% [=================================== ] 2516/4401 57% [=================================== ] 2517/4401 57% [=================================== ] 2518/4401 57% [=================================== ] 2519/4401 57% [=================================== ] 2520/4401 57% [=================================== ] 2521/4401 57% [=================================== ] 2522/4401 57% [=================================== ] 2523/4401 57% [=================================== ] 2524/4401 57% [=================================== ] 2525/4401 57% [=================================== ] 2526/4401 57% [=================================== ] 2527/4401 57% [=================================== ] 2528/4401 57% [=================================== ] 2529/4401 57% [=================================== ] 2530/4401 57% [=================================== ] 2531/4401 57% [=================================== ] 2532/4401 57% [=================================== ] 2533/4401 57% [=================================== ] 2534/4401 57% [=================================== ] 2535/4401 57% [=================================== ] 2536/4401 57% [=================================== ] 2537/4401 57% [=================================== ] 2538/4401 57% [=================================== ] 2539/4401 57% [=================================== ] 2540/4401 57% [=================================== ] 2541/4401 57% [=================================== ] 2542/4401 57% [=================================== ] 2543/4401 57% [=================================== ] 2544/4401 57% [=================================== ] 2545/4401 57% [=================================== ] 2546/4401 57% [=================================== ] 2547/4401 57% [=================================== ] 2548/4401 57% [=================================== ] 2549/4401 57% [=================================== ] 2550/4401 57% [=================================== ] 2551/4401 57% [=================================== ] 2552/4401 57% [=================================== ] 2553/4401 58% [=================================== ] 2554/4401 58% [=================================== ] 2555/4401 58% [==================================== ] 2556/4401 58% [==================================== ] 2557/4401 58% [==================================== ] 2558/4401 58% [==================================== ] 2559/4401 58% [==================================== ] 2560/4401 58% [==================================== ] 2561/4401 58% [==================================== ] 2562/4401 58% [==================================== ] 2563/4401 58% [==================================== ] 2564/4401 58% [==================================== ] 2565/4401 58% [==================================== ] 2566/4401 58% [==================================== ] 2567/4401 58% [==================================== ] 2568/4401 58% [==================================== ] 2569/4401 58% [==================================== ] 2570/4401 58% [==================================== ] 2571/4401 58% [==================================== ] 2572/4401 58% [==================================== ] 2573/4401 58% [==================================== ] 2574/4401 58% [==================================== ] 2575/4401 58% [==================================== ] 2576/4401 58% [==================================== ] 2577/4401 58% [==================================== ] 2578/4401 58% [==================================== ] 2579/4401 58% [==================================== ] 2580/4401 58% [==================================== ] 2581/4401 58% [==================================== ] 2582/4401 58% [==================================== ] 2583/4401 58% [==================================== ] 2584/4401 58% [==================================== ] 2585/4401 58% [==================================== ] 2586/4401 58% [==================================== ] 2587/4401 58% [==================================== ] 2588/4401 58% [==================================== ] 2589/4401 58% [==================================== ] 2590/4401 58% [==================================== ] 2591/4401 58% [==================================== ] 2592/4401 58% [==================================== ] 2593/4401 58% [==================================== ] 2594/4401 58% [==================================== ] 2595/4401 58% [==================================== ] 2596/4401 58% [==================================== ] 2597/4401 59% [==================================== ] 2598/4401 59% [==================================== ] 2599/4401 59% [==================================== ] 2600/4401 59% [==================================== ] 2601/4401 59% [==================================== ] 2602/4401 59% [==================================== ] 2603/4401 59% [==================================== ] 2604/4401 59% [==================================== ] 2605/4401 59% [==================================== ] 2606/4401 59% [==================================== ] 2607/4401 59% [==================================== ] 2608/4401 59% [==================================== ] 2609/4401 59% [==================================== ] 2610/4401 59% [==================================== ] 2611/4401 59% [==================================== ] 2612/4401 59% [==================================== ] 2613/4401 59% [==================================== ] 2614/4401 59% [==================================== ] 2615/4401 59% [==================================== ] 2616/4401 59% [==================================== ] 2617/4401 59% [==================================== ] 2618/4401 59% [==================================== ] 2619/4401 59% [==================================== ] 2620/4401 59% [==================================== ] 2621/4401 59% [==================================== ] 2622/4401 59% [==================================== ] 2623/4401 59% [==================================== ] 2624/4401 59% [==================================== ] 2625/4401 59% [==================================== ] 2626/4401 59% [===================================== ] 2627/4401 59% [===================================== ] 2628/4401 59% [===================================== ] 2629/4401 59% [===================================== ] 2630/4401 59% [===================================== ] 2631/4401 59% [===================================== ] 2632/4401 59% [===================================== ] 2633/4401 59% [===================================== ] 2634/4401 59% [===================================== ] 2635/4401 59% [===================================== ] 2636/4401 59% [===================================== ] 2637/4401 59% [===================================== ] 2638/4401 59% [===================================== ] 2639/4401 59% [===================================== ] 2640/4401 59% [===================================== ] 2641/4401 60% [===================================== ] 2642/4401 60% [===================================== ] 2643/4401 60% [===================================== ] 2644/4401 60% [===================================== ] 2645/4401 60% [===================================== ] 2646/4401 60% [===================================== ] 2647/4401 60% [===================================== ] 2648/4401 60% [===================================== ] 2649/4401 60% [===================================== ] 2650/4401 60% [===================================== ] 2651/4401 60% [===================================== ] 2652/4401 60% [===================================== ] 2653/4401 60% [===================================== ] 2654/4401 60% [===================================== ] 2655/4401 60% [===================================== ] 2656/4401 60% [===================================== ] 2657/4401 60% [===================================== ] 2658/4401 60% [===================================== ] 2659/4401 60% [===================================== ] 2660/4401 60% [===================================== ] 2661/4401 60% [===================================== ] 2662/4401 60% [===================================== ] 2663/4401 60% [===================================== ] 2664/4401 60% [===================================== ] 2665/4401 60% [===================================== ] 2666/4401 60% [===================================== ] 2667/4401 60% [===================================== ] 2668/4401 60% [===================================== ] 2669/4401 60% [===================================== ] 2670/4401 60% [===================================== ] 2671/4401 60% [===================================== ] 2672/4401 60% [===================================== ] 2673/4401 60% [===================================== ] 2674/4401 60% [===================================== ] 2675/4401 60% [===================================== ] 2676/4401 60% [===================================== ] 2677/4401 60% [===================================== ] 2678/4401 60% [===================================== ] 2679/4401 60% [===================================== ] 2680/4401 60% [===================================== ] 2681/4401 60% [===================================== ] 2682/4401 60% [===================================== ] 2683/4401 60% [===================================== ] 2684/4401 60% [===================================== ] 2685/4401 61% [===================================== ] 2686/4401 61% [===================================== ] 2687/4401 61% [===================================== ] 2688/4401 61% [===================================== ] 2689/4401 61% [===================================== ] 2690/4401 61% [===================================== ] 2691/4401 61% [===================================== ] 2692/4401 61% [===================================== ] 2693/4401 61% [===================================== ] 2694/4401 61% [===================================== ] 2695/4401 61% [===================================== ] 2696/4401 61% [===================================== ] 2697/4401 61% [====================================== ] 2698/4401 61% [====================================== ] 2699/4401 61% [====================================== ] 2700/4401 61% [====================================== ] 2701/4401 61% [====================================== ] 2702/4401 61% [====================================== ] 2703/4401 61% [====================================== ] 2704/4401 61% [====================================== ] 2705/4401 61% [====================================== ] 2706/4401 61% [====================================== ] 2707/4401 61% [====================================== ] 2708/4401 61% [====================================== ] 2709/4401 61% [====================================== ] 2710/4401 61% [====================================== ] 2711/4401 61% [====================================== ] 2712/4401 61% [====================================== ] 2713/4401 61% [====================================== ] 2714/4401 61% [====================================== ] 2715/4401 61% [====================================== ] 2716/4401 61% [====================================== ] 2717/4401 61% [====================================== ] 2718/4401 61% [====================================== ] 2719/4401 61% [====================================== ] 2720/4401 61% [====================================== ] 2721/4401 61% [====================================== ] 2722/4401 61% [====================================== ] 2723/4401 61% [====================================== ] 2724/4401 61% [====================================== ] 2725/4401 61% [====================================== ] 2726/4401 61% [====================================== ] 2727/4401 61% [====================================== ] 2728/4401 61% [====================================== ] 2729/4401 62% [====================================== ] 2730/4401 62% [====================================== ] 2731/4401 62% [====================================== ] 2732/4401 62% [====================================== ] 2733/4401 62% [====================================== ] 2734/4401 62% [====================================== ] 2735/4401 62% [====================================== ] 2736/4401 62% [====================================== ] 2737/4401 62% [====================================== ] 2738/4401 62% [====================================== ] 2739/4401 62% [====================================== ] 2740/4401 62% [====================================== ] 2741/4401 62% [====================================== ] 2742/4401 62% [====================================== ] 2743/4401 62% [====================================== ] 2744/4401 62% [====================================== ] 2745/4401 62% [====================================== ] 2746/4401 62% [====================================== ] 2747/4401 62% [====================================== ] 2748/4401 62% [====================================== ] 2749/4401 62% [====================================== ] 2750/4401 62% [====================================== ] 2751/4401 62% [====================================== ] 2752/4401 62% [====================================== ] 2753/4401 62% [====================================== ] 2754/4401 62% [====================================== ] 2755/4401 62% [====================================== ] 2756/4401 62% [====================================== ] 2757/4401 62% [====================================== ] 2758/4401 62% [====================================== ] 2759/4401 62% [====================================== ] 2760/4401 62% [====================================== ] 2761/4401 62% [====================================== ] 2762/4401 62% [====================================== ] 2763/4401 62% [====================================== ] 2764/4401 62% [====================================== ] 2765/4401 62% [====================================== ] 2766/4401 62% [====================================== ] 2767/4401 62% [====================================== ] 2768/4401 62% [======================================= ] 2769/4401 62% [======================================= ] 2770/4401 62% [======================================= ] 2771/4401 62% [======================================= ] 2772/4401 62% [======================================= ] 2773/4401 63% [======================================= ] 2774/4401 63% [======================================= ] 2775/4401 63% [======================================= ] 2776/4401 63% [======================================= ] 2777/4401 63% [======================================= ] 2778/4401 63% [======================================= ] 2779/4401 63% [======================================= ] 2780/4401 63% [======================================= ] 2781/4401 63% [======================================= ] 2782/4401 63% [======================================= ] 2783/4401 63% [======================================= ] 2784/4401 63% [======================================= ] 2785/4401 63% [======================================= ] 2786/4401 63% [======================================= ] 2787/4401 63% [======================================= ] 2788/4401 63% [======================================= ] 2789/4401 63% [======================================= ] 2790/4401 63% [======================================= ] 2791/4401 63% [======================================= ] 2792/4401 63% [======================================= ] 2793/4401 63% [======================================= ] 2794/4401 63% [======================================= ] 2795/4401 63% [======================================= ] 2796/4401 63% [======================================= ] 2797/4401 63% [======================================= ] 2798/4401 63% [======================================= ] 2799/4401 63% [======================================= ] 2800/4401 63% [======================================= ] 2801/4401 63% [======================================= ] 2802/4401 63% [======================================= ] 2803/4401 63% [======================================= ] 2804/4401 63% [======================================= ] 2805/4401 63% [======================================= ] 2806/4401 63% [======================================= ] 2807/4401 63% [======================================= ] 2808/4401 63% [======================================= ] 2809/4401 63% [======================================= ] 2810/4401 63% [======================================= ] 2811/4401 63% [======================================= ] 2812/4401 63% [======================================= ] 2813/4401 63% [======================================= ] 2814/4401 63% [======================================= ] 2815/4401 63% [======================================= ] 2816/4401 63% [======================================= ] 2817/4401 64% [======================================= ] 2818/4401 64% [======================================= ] 2819/4401 64% [======================================= ] 2820/4401 64% [======================================= ] 2821/4401 64% [======================================= ] 2822/4401 64% [======================================= ] 2823/4401 64% [======================================= ] 2824/4401 64% [======================================= ] 2825/4401 64% [======================================= ] 2826/4401 64% [======================================= ] 2827/4401 64% [======================================= ] 2828/4401 64% [======================================= ] 2829/4401 64% [======================================= ] 2830/4401 64% [======================================= ] 2831/4401 64% [======================================= ] 2832/4401 64% [======================================= ] 2833/4401 64% [======================================= ] 2834/4401 64% [======================================= ] 2835/4401 64% [======================================= ] 2836/4401 64% [======================================= ] 2837/4401 64% [======================================= ] 2838/4401 64% [======================================= ] 2839/4401 64% [======================================== ] 2840/4401 64% [======================================== ] 2841/4401 64% [======================================== ] 2842/4401 64% [======================================== ] 2843/4401 64% [======================================== ] 2844/4401 64% [======================================== ] 2845/4401 64% [======================================== ] 2846/4401 64% [======================================== ] 2847/4401 64% [======================================== ] 2848/4401 64% [======================================== ] 2849/4401 64% [======================================== ] 2850/4401 64% [======================================== ] 2851/4401 64% [======================================== ] 2852/4401 64% [======================================== ] 2853/4401 64% [======================================== ] 2854/4401 64% [======================================== ] 2855/4401 64% [======================================== ] 2856/4401 64% [======================================== ] 2857/4401 64% [======================================== ] 2858/4401 64% [======================================== ] 2859/4401 64% [======================================== ] 2860/4401 64% [======================================== ] 2861/4401 65% [======================================== ] 2862/4401 65% [======================================== ] 2863/4401 65% [======================================== ] 2864/4401 65% [======================================== ] 2865/4401 65% [======================================== ] 2866/4401 65% [======================================== ] 2867/4401 65% [======================================== ] 2868/4401 65% [======================================== ] 2869/4401 65% [======================================== ] 2870/4401 65% [======================================== ] 2871/4401 65% [======================================== ] 2872/4401 65% [======================================== ] 2873/4401 65% [======================================== ] 2874/4401 65% [======================================== ] 2875/4401 65% [======================================== ] 2876/4401 65% [======================================== ] 2877/4401 65% [======================================== ] 2878/4401 65% [======================================== ] 2879/4401 65% [======================================== ] 2880/4401 65% [======================================== ] 2881/4401 65% [======================================== ] 2882/4401 65% [======================================== ] 2883/4401 65% [======================================== ] 2884/4401 65% [======================================== ] 2885/4401 65% [======================================== ] 2886/4401 65% [======================================== ] 2887/4401 65% [======================================== ] 2888/4401 65% [======================================== ] 2889/4401 65% [======================================== ] 2890/4401 65% [======================================== ] 2891/4401 65% [======================================== ] 2892/4401 65% [======================================== ] 2893/4401 65% [======================================== ] 2894/4401 65% [======================================== ] 2895/4401 65% [======================================== ] 2896/4401 65% [======================================== ] 2897/4401 65% [======================================== ] 2898/4401 65% [======================================== ] 2899/4401 65% [======================================== ] 2900/4401 65% [======================================== ] 2901/4401 65% [======================================== ] 2902/4401 65% [======================================== ] 2903/4401 65% [======================================== ] 2904/4401 65% [======================================== ] 2905/4401 66% [======================================== ] 2906/4401 66% [======================================== ] 2907/4401 66% [======================================== ] 2908/4401 66% [======================================== ] 2909/4401 66% [======================================== ] 2910/4401 66% [========================================= ] 2911/4401 66% [========================================= ] 2912/4401 66% [========================================= ] 2913/4401 66% [========================================= ] 2914/4401 66% [========================================= ] 2915/4401 66% [========================================= ] 2916/4401 66% [========================================= ] 2917/4401 66% [========================================= ] 2918/4401 66% [========================================= ] 2919/4401 66% [========================================= ] 2920/4401 66% [========================================= ] 2921/4401 66% [========================================= ] 2922/4401 66% [========================================= ] 2923/4401 66% [========================================= ] 2924/4401 66% [========================================= ] 2925/4401 66% [========================================= ] 2926/4401 66% [========================================= ] 2927/4401 66% [========================================= ] 2928/4401 66% [========================================= ] 2929/4401 66% [========================================= ] 2930/4401 66% [========================================= ] 2931/4401 66% [========================================= ] 2932/4401 66% [========================================= ] 2933/4401 66% [========================================= ] 2934/4401 66% [========================================= ] 2935/4401 66% [========================================= ] 2936/4401 66% [========================================= ] 2937/4401 66% [========================================= ] 2938/4401 66% [========================================= ] 2939/4401 66% [========================================= ] 2940/4401 66% [========================================= ] 2941/4401 66% [========================================= ] 2942/4401 66% [========================================= ] 2943/4401 66% [========================================= ] 2944/4401 66% [========================================= ] 2945/4401 66% [========================================= ] 2946/4401 66% [========================================= ] 2947/4401 66% [========================================= ] 2948/4401 66% [========================================= ] 2949/4401 67% [========================================= ] 2950/4401 67% [========================================= ] 2951/4401 67% [========================================= ] 2952/4401 67% [========================================= ] 2953/4401 67% [========================================= ] 2954/4401 67% [========================================= ] 2955/4401 67% [========================================= ] 2956/4401 67% [========================================= ] 2957/4401 67% [========================================= ] 2958/4401 67% [========================================= ] 2959/4401 67% [========================================= ] 2960/4401 67% [========================================= ] 2961/4401 67% [========================================= ] 2962/4401 67% [========================================= ] 2963/4401 67% [========================================= ] 2964/4401 67% [========================================= ] 2965/4401 67% [========================================= ] 2966/4401 67% [========================================= ] 2967/4401 67% [========================================= ] 2968/4401 67% [========================================= ] 2969/4401 67% [========================================= ] 2970/4401 67% [========================================= ] 2971/4401 67% [========================================= ] 2972/4401 67% [========================================= ] 2973/4401 67% [========================================= ] 2974/4401 67% [========================================= ] 2975/4401 67% [========================================= ] 2976/4401 67% [========================================= ] 2977/4401 67% [========================================= ] 2978/4401 67% [========================================= ] 2979/4401 67% [========================================= ] 2980/4401 67% [========================================= ] 2981/4401 67% [========================================== ] 2982/4401 67% [========================================== ] 2983/4401 67% [========================================== ] 2984/4401 67% [========================================== ] 2985/4401 67% [========================================== ] 2986/4401 67% [========================================== ] 2987/4401 67% [========================================== ] 2988/4401 67% [========================================== ] 2989/4401 67% [========================================== ] 2990/4401 67% [========================================== ] 2991/4401 67% [========================================== ] 2992/4401 67% [========================================== ] 2993/4401 68% [========================================== ] 2994/4401 68% [========================================== ] 2995/4401 68% [========================================== ] 2996/4401 68% [========================================== ] 2997/4401 68% [========================================== ] 2998/4401 68% [========================================== ] 2999/4401 68% [========================================== ] 3000/4401 68% [========================================== ] 3001/4401 68% [========================================== ] 3002/4401 68% [========================================== ] 3003/4401 68% [========================================== ] 3004/4401 68% [========================================== ] 3005/4401 68% [========================================== ] 3006/4401 68% [========================================== ] 3007/4401 68% [========================================== ] 3008/4401 68% [========================================== ] 3009/4401 68% [========================================== ] 3010/4401 68% [========================================== ] 3011/4401 68% [========================================== ] 3012/4401 68% [========================================== ] 3013/4401 68% [========================================== ] 3014/4401 68% [========================================== ] 3015/4401 68% [========================================== ] 3016/4401 68% [========================================== ] 3017/4401 68% [========================================== ] 3018/4401 68% [========================================== ] 3019/4401 68% [========================================== ] 3020/4401 68% [========================================== ] 3021/4401 68% [========================================== ] 3022/4401 68% [========================================== ] 3023/4401 68% [========================================== ] 3024/4401 68% [========================================== ] 3025/4401 68% [========================================== ] 3026/4401 68% [========================================== ] 3027/4401 68% [========================================== ] 3028/4401 68% [========================================== ] 3029/4401 68% [========================================== ] 3030/4401 68% [========================================== ] 3031/4401 68% [========================================== ] 3032/4401 68% [========================================== ] 3033/4401 68% [========================================== ] 3034/4401 68% [========================================== ] 3035/4401 68% [========================================== ] 3036/4401 68% [========================================== ] 3037/4401 69% [========================================== ] 3038/4401 69% [========================================== ] 3039/4401 69% [========================================== ] 3040/4401 69% [========================================== ] 3041/4401 69% [========================================== ] 3042/4401 69% [========================================== ] 3043/4401 69% [========================================== ] 3044/4401 69% [========================================== ] 3045/4401 69% [========================================== ] 3046/4401 69% [========================================== ] 3047/4401 69% [========================================== ] 3048/4401 69% [========================================== ] 3049/4401 69% [========================================== ] 3050/4401 69% [========================================== ] 3051/4401 69% [========================================== ] 3052/4401 69% [=========================================== ] 3053/4401 69% [=========================================== ] 3054/4401 69% [=========================================== ] 3055/4401 69% [=========================================== ] 3056/4401 69% [=========================================== ] 3057/4401 69% [=========================================== ] 3058/4401 69% [=========================================== ] 3059/4401 69% [=========================================== ] 3060/4401 69% [=========================================== ] 3061/4401 69% [=========================================== ] 3062/4401 69% [=========================================== ] 3063/4401 69% [=========================================== ] 3064/4401 69% [=========================================== ] 3065/4401 69% [=========================================== ] 3066/4401 69% [=========================================== ] 3067/4401 69% [=========================================== ] 3068/4401 69% [=========================================== ] 3069/4401 69% [=========================================== ] 3070/4401 69% [=========================================== ] 3071/4401 69% [=========================================== ] 3072/4401 69% [=========================================== ] 3073/4401 69% [=========================================== ] 3074/4401 69% [=========================================== ] 3075/4401 69% [=========================================== ] 3076/4401 69% [=========================================== ] 3077/4401 69% [=========================================== ] 3078/4401 69% [=========================================== ] 3079/4401 69% [=========================================== ] 3080/4401 69% [=========================================== ] 3081/4401 70% [=========================================== ] 3082/4401 70% [=========================================== ] 3083/4401 70% [=========================================== ] 3084/4401 70% [=========================================== ] 3085/4401 70% [=========================================== ] 3086/4401 70% [=========================================== ] 3087/4401 70% [=========================================== ] 3088/4401 70% [=========================================== ] 3089/4401 70% [=========================================== ] 3090/4401 70% [=========================================== ] 3091/4401 70% [=========================================== ] 3092/4401 70% [=========================================== ] 3093/4401 70% [=========================================== ] 3094/4401 70% [=========================================== ] 3095/4401 70% [=========================================== ] 3096/4401 70% [=========================================== ] 3097/4401 70% [=========================================== ] 3098/4401 70% [=========================================== ] 3099/4401 70% [=========================================== ] 3100/4401 70% [=========================================== ] 3101/4401 70% [=========================================== ] 3102/4401 70% [=========================================== ] 3103/4401 70% [=========================================== ] 3104/4401 70% [=========================================== ] 3105/4401 70% [=========================================== ] 3106/4401 70% [=========================================== ] 3107/4401 70% [=========================================== ] 3108/4401 70% [=========================================== ] 3109/4401 70% [=========================================== ] 3110/4401 70% [=========================================== ] 3111/4401 70% [=========================================== ] 3112/4401 70% [=========================================== ] 3113/4401 70% [=========================================== ] 3114/4401 70% [=========================================== ] 3115/4401 70% [=========================================== ] 3116/4401 70% [=========================================== ] 3117/4401 70% [=========================================== ] 3118/4401 70% [=========================================== ] 3119/4401 70% [=========================================== ] 3120/4401 70% [=========================================== ] 3121/4401 70% [=========================================== ] 3122/4401 70% [=========================================== ] 3123/4401 70% [============================================ ] 3124/4401 70% [============================================ ] 3125/4401 71% [============================================ ] 3126/4401 71% [============================================ ] 3127/4401 71% [============================================ ] 3128/4401 71% [============================================ ] 3129/4401 71% [============================================ ] 3130/4401 71% [============================================ ] 3131/4401 71% [============================================ ] 3132/4401 71% [============================================ ] 3133/4401 71% [============================================ ] 3134/4401 71% [============================================ ] 3135/4401 71% [============================================ ] 3136/4401 71% [============================================ ] 3137/4401 71% [============================================ ] 3138/4401 71% [============================================ ] 3139/4401 71% [============================================ ] 3140/4401 71% [============================================ ] 3141/4401 71% [============================================ ] 3142/4401 71% [============================================ ] 3143/4401 71% [============================================ ] 3144/4401 71% [============================================ ] 3145/4401 71% [============================================ ] 3146/4401 71% [============================================ ] 3147/4401 71% [============================================ ] 3148/4401 71% [============================================ ] 3149/4401 71% [============================================ ] 3150/4401 71% [============================================ ] 3151/4401 71% [============================================ ] 3152/4401 71% [============================================ ] 3153/4401 71% [============================================ ] 3154/4401 71% [============================================ ] 3155/4401 71% [============================================ ] 3156/4401 71% [============================================ ] 3157/4401 71% [============================================ ] 3158/4401 71% [============================================ ] 3159/4401 71% [============================================ ] 3160/4401 71% [============================================ ] 3161/4401 71% [============================================ ] 3162/4401 71% [============================================ ] 3163/4401 71% [============================================ ] 3164/4401 71% [============================================ ] 3165/4401 71% [============================================ ] 3166/4401 71% [============================================ ] 3167/4401 71% [============================================ ] 3168/4401 71% [============================================ ] 3169/4401 72% [============================================ ] 3170/4401 72% [============================================ ] 3171/4401 72% [============================================ ] 3172/4401 72% [============================================ ] 3173/4401 72% [============================================ ] 3174/4401 72% [============================================ ] 3175/4401 72% [============================================ ] 3176/4401 72% [============================================ ] 3177/4401 72% [============================================ ] 3178/4401 72% [============================================ ] 3179/4401 72% [============================================ ] 3180/4401 72% [============================================ ] 3181/4401 72% [============================================ ] 3182/4401 72% [============================================ ] 3183/4401 72% [============================================ ] 3184/4401 72% [============================================ ] 3185/4401 72% [============================================ ] 3186/4401 72% [============================================ ] 3187/4401 72% [============================================ ] 3188/4401 72% [============================================ ] 3189/4401 72% [============================================ ] 3190/4401 72% [============================================ ] 3191/4401 72% [============================================ ] 3192/4401 72% [============================================ ] 3193/4401 72% [============================================ ] 3194/4401 72% [============================================= ] 3195/4401 72% [============================================= ] 3196/4401 72% [============================================= ] 3197/4401 72% [============================================= ] 3198/4401 72% [============================================= ] 3199/4401 72% [============================================= ] 3200/4401 72% [============================================= ] 3201/4401 72% [============================================= ] 3202/4401 72% [============================================= ] 3203/4401 72% [============================================= ] 3204/4401 72% [============================================= ] 3205/4401 72% [============================================= ] 3206/4401 72% [============================================= ] 3207/4401 72% [============================================= ] 3208/4401 72% [============================================= ] 3209/4401 72% [============================================= ] 3210/4401 72% [============================================= ] 3211/4401 72% [============================================= ] 3212/4401 72% [============================================= ] 3213/4401 73% [============================================= ] 3214/4401 73% [============================================= ] 3215/4401 73% [============================================= ] 3216/4401 73% [============================================= ] 3217/4401 73% [============================================= ] 3218/4401 73% [============================================= ] 3219/4401 73% [============================================= ] 3220/4401 73% [============================================= ] 3221/4401 73% [============================================= ] 3222/4401 73% [============================================= ] 3223/4401 73% [============================================= ] 3224/4401 73% [============================================= ] 3225/4401 73% [============================================= ] 3226/4401 73% [============================================= ] 3227/4401 73% [============================================= ] 3228/4401 73% [============================================= ] 3229/4401 73% [============================================= ] 3230/4401 73% [============================================= ] 3231/4401 73% [============================================= ] 3232/4401 73% [============================================= ] 3233/4401 73% [============================================= ] 3234/4401 73% [============================================= ] 3235/4401 73% [============================================= ] 3236/4401 73% [============================================= ] 3237/4401 73% [============================================= ] 3238/4401 73% [============================================= ] 3239/4401 73% [============================================= ] 3240/4401 73% [============================================= ] 3241/4401 73% [============================================= ] 3242/4401 73% [============================================= ] 3243/4401 73% [============================================= ] 3244/4401 73% [============================================= ] 3245/4401 73% [============================================= ] 3246/4401 73% [============================================= ] 3247/4401 73% [============================================= ] 3248/4401 73% [============================================= ] 3249/4401 73% [============================================= ] 3250/4401 73% [============================================= ] 3251/4401 73% [============================================= ] 3252/4401 73% [============================================= ] 3253/4401 73% [============================================= ] 3254/4401 73% [============================================= ] 3255/4401 73% [============================================= ] 3256/4401 73% [============================================= ] 3257/4401 74% [============================================= ] 3258/4401 74% [============================================= ] 3259/4401 74% [============================================= ] 3260/4401 74% [============================================= ] 3261/4401 74% [============================================= ] 3262/4401 74% [============================================= ] 3263/4401 74% [============================================= ] 3264/4401 74% [============================================= ] 3265/4401 74% [============================================== ] 3266/4401 74% [============================================== ] 3267/4401 74% [============================================== ] 3268/4401 74% [============================================== ] 3269/4401 74% [============================================== ] 3270/4401 74% [============================================== ] 3271/4401 74% [============================================== ] 3272/4401 74% [============================================== ] 3273/4401 74% [============================================== ] 3274/4401 74% [============================================== ] 3275/4401 74% [============================================== ] 3276/4401 74% [============================================== ] 3277/4401 74% [============================================== ] 3278/4401 74% [============================================== ] 3279/4401 74% [============================================== ] 3280/4401 74% [============================================== ] 3281/4401 74% [============================================== ] 3282/4401 74% [============================================== ] 3283/4401 74% [============================================== ] 3284/4401 74% [============================================== ] 3285/4401 74% [============================================== ] 3286/4401 74% [============================================== ] 3287/4401 74% [============================================== ] 3288/4401 74% [============================================== ] 3289/4401 74% [============================================== ] 3290/4401 74% [============================================== ] 3291/4401 74% [============================================== ] 3292/4401 74% [============================================== ] 3293/4401 74% [============================================== ] 3294/4401 74% [============================================== ] 3295/4401 74% [============================================== ] 3296/4401 74% [============================================== ] 3297/4401 74% [============================================== ] 3298/4401 74% [============================================== ] 3299/4401 74% [============================================== ] 3300/4401 74% [============================================== ] 3301/4401 75% [============================================== ] 3302/4401 75% [============================================== ] 3303/4401 75% [============================================== ] 3304/4401 75% [============================================== ] 3305/4401 75% [============================================== ] 3306/4401 75% [============================================== ] 3307/4401 75% [============================================== ] 3308/4401 75% [============================================== ] 3309/4401 75% [============================================== ] 3310/4401 75% [============================================== ] 3311/4401 75% [============================================== ] 3312/4401 75% [============================================== ] 3313/4401 75% [============================================== ] 3314/4401 75% [============================================== ] 3315/4401 75% [============================================== ] 3316/4401 75% [============================================== ] 3317/4401 75% [============================================== ] 3318/4401 75% [============================================== ] 3319/4401 75% [============================================== ] 3320/4401 75% [============================================== ] 3321/4401 75% [============================================== ] 3322/4401 75% [============================================== ] 3323/4401 75% [============================================== ] 3324/4401 75% [============================================== ] 3325/4401 75% [============================================== ] 3326/4401 75% [============================================== ] 3327/4401 75% [============================================== ] 3328/4401 75% [============================================== ] 3329/4401 75% [============================================== ] 3330/4401 75% [============================================== ] 3331/4401 75% [============================================== ] 3332/4401 75% [============================================== ] 3333/4401 75% [============================================== ] 3334/4401 75% [============================================== ] 3335/4401 75% [============================================== ] 3336/4401 75% [=============================================== ] 3337/4401 75% [=============================================== ] 3338/4401 75% [=============================================== ] 3339/4401 75% [=============================================== ] 3340/4401 75% [=============================================== ] 3341/4401 75% [=============================================== ] 3342/4401 75% [=============================================== ] 3343/4401 75% [=============================================== ] 3344/4401 75% [=============================================== ] 3345/4401 76% [=============================================== ] 3346/4401 76% [=============================================== ] 3347/4401 76% [=============================================== ] 3348/4401 76% [=============================================== ] 3349/4401 76% [=============================================== ] 3350/4401 76% [=============================================== ] 3351/4401 76% [=============================================== ] 3352/4401 76% [=============================================== ] 3353/4401 76% [=============================================== ] 3354/4401 76% [=============================================== ] 3355/4401 76% [=============================================== ] 3356/4401 76% [=============================================== ] 3357/4401 76% [=============================================== ] 3358/4401 76% [=============================================== ] 3359/4401 76% [=============================================== ] 3360/4401 76% [=============================================== ] 3361/4401 76% [=============================================== ] 3362/4401 76% [=============================================== ] 3363/4401 76% [=============================================== ] 3364/4401 76% [=============================================== ] 3365/4401 76% [=============================================== ] 3366/4401 76% [=============================================== ] 3367/4401 76% [=============================================== ] 3368/4401 76% [=============================================== ] 3369/4401 76% [=============================================== ] 3370/4401 76% [=============================================== ] 3371/4401 76% [=============================================== ] 3372/4401 76% [=============================================== ] 3373/4401 76% [=============================================== ] 3374/4401 76% [=============================================== ] 3375/4401 76% [=============================================== ] 3376/4401 76% [=============================================== ] 3377/4401 76% [=============================================== ] 3378/4401 76% [=============================================== ] 3379/4401 76% [=============================================== ] 3380/4401 76% [=============================================== ] 3381/4401 76% [=============================================== ] 3382/4401 76% [=============================================== ] 3383/4401 76% [=============================================== ] 3384/4401 76% [=============================================== ] 3385/4401 76% [=============================================== ] 3386/4401 76% [=============================================== ] 3387/4401 76% [=============================================== ] 3388/4401 76% [=============================================== ] 3389/4401 77% [=============================================== ] 3390/4401 77% [=============================================== ] 3391/4401 77% [=============================================== ] 3392/4401 77% [=============================================== ] 3393/4401 77% [=============================================== ] 3394/4401 77% [=============================================== ] 3395/4401 77% [=============================================== ] 3396/4401 77% [=============================================== ] 3397/4401 77% [=============================================== ] 3398/4401 77% [=============================================== ] 3399/4401 77% [=============================================== ] 3400/4401 77% [=============================================== ] 3401/4401 77% [=============================================== ] 3402/4401 77% [=============================================== ] 3403/4401 77% [=============================================== ] 3404/4401 77% [=============================================== ] 3405/4401 77% [=============================================== ] 3406/4401 77% [=============================================== ] 3407/4401 77% [================================================ ] 3408/4401 77% [================================================ ] 3409/4401 77% [================================================ ] 3410/4401 77% [================================================ ] 3411/4401 77% [================================================ ] 3412/4401 77% [================================================ ] 3413/4401 77% [================================================ ] 3414/4401 77% [================================================ ] 3415/4401 77% [================================================ ] 3416/4401 77% [================================================ ] 3417/4401 77% [================================================ ] 3418/4401 77% [================================================ ] 3419/4401 77% [================================================ ] 3420/4401 77% [================================================ ] 3421/4401 77% [================================================ ] 3422/4401 77% [================================================ ] 3423/4401 77% [================================================ ] 3424/4401 77% [================================================ ] 3425/4401 77% [================================================ ] 3426/4401 77% [================================================ ] 3427/4401 77% [================================================ ] 3428/4401 77% [================================================ ] 3429/4401 77% [================================================ ] 3430/4401 77% [================================================ ] 3431/4401 77% [================================================ ] 3432/4401 77% [================================================ ] 3433/4401 78% [================================================ ] 3434/4401 78% [================================================ ] 3435/4401 78% [================================================ ] 3436/4401 78% [================================================ ] 3437/4401 78% [================================================ ] 3438/4401 78% [================================================ ] 3439/4401 78% [================================================ ] 3440/4401 78% [================================================ ] 3441/4401 78% [================================================ ] 3442/4401 78% [================================================ ] 3443/4401 78% [================================================ ] 3444/4401 78% [================================================ ] 3445/4401 78% [================================================ ] 3446/4401 78% [================================================ ] 3447/4401 78% [================================================ ] 3448/4401 78% [================================================ ] 3449/4401 78% [================================================ ] 3450/4401 78% [================================================ ] 3451/4401 78% [================================================ ] 3452/4401 78% [================================================ ] 3453/4401 78% [================================================ ] 3454/4401 78% [================================================ ] 3455/4401 78% [================================================ ] 3456/4401 78% [================================================ ] 3457/4401 78% [================================================ ] 3458/4401 78% [================================================ ] 3459/4401 78% [================================================ ] 3460/4401 78% [================================================ ] 3461/4401 78% [================================================ ] 3462/4401 78% [================================================ ] 3463/4401 78% [================================================ ] 3464/4401 78% [================================================ ] 3465/4401 78% [================================================ ] 3466/4401 78% [================================================ ] 3467/4401 78% [================================================ ] 3468/4401 78% [================================================ ] 3469/4401 78% [================================================ ] 3470/4401 78% [================================================ ] 3471/4401 78% [================================================ ] 3472/4401 78% [================================================ ] 3473/4401 78% [================================================ ] 3474/4401 78% [================================================ ] 3475/4401 78% [================================================ ] 3476/4401 78% [================================================ ] 3477/4401 79% [================================================ ] 3478/4401 79% [================================================= ] 3479/4401 79% [================================================= ] 3480/4401 79% [================================================= ] 3481/4401 79% [================================================= ] 3482/4401 79% [================================================= ] 3483/4401 79% [================================================= ] 3484/4401 79% [================================================= ] 3485/4401 79% [================================================= ] 3486/4401 79% [================================================= ] 3487/4401 79% [================================================= ] 3488/4401 79% [================================================= ] 3489/4401 79% [================================================= ] 3490/4401 79% [================================================= ] 3491/4401 79% [================================================= ] 3492/4401 79% [================================================= ] 3493/4401 79% [================================================= ] 3494/4401 79% [================================================= ] 3495/4401 79% [================================================= ] 3496/4401 79% [================================================= ] 3497/4401 79% [================================================= ] 3498/4401 79% [================================================= ] 3499/4401 79% [================================================= ] 3500/4401 79% [================================================= ] 3501/4401 79% [================================================= ] 3502/4401 79% [================================================= ] 3503/4401 79% [================================================= ] 3504/4401 79% [================================================= ] 3505/4401 79% [================================================= ] 3506/4401 79% [================================================= ] 3507/4401 79% [================================================= ] 3508/4401 79% [================================================= ] 3509/4401 79% [================================================= ] 3510/4401 79% [================================================= ] 3511/4401 79% [================================================= ] 3512/4401 79% [================================================= ] 3513/4401 79% [================================================= ] 3514/4401 79% [================================================= ] 3515/4401 79% [================================================= ] 3516/4401 79% [================================================= ] 3517/4401 79% [================================================= ] 3518/4401 79% [================================================= ] 3519/4401 79% [================================================= ] 3520/4401 79% [================================================= ] 3521/4401 80% [================================================= ] 3522/4401 80% [================================================= ] 3523/4401 80% [================================================= ] 3524/4401 80% [================================================= ] 3525/4401 80% [================================================= ] 3526/4401 80% [================================================= ] 3527/4401 80% [================================================= ] 3528/4401 80% [================================================= ] 3529/4401 80% [================================================= ] 3530/4401 80% [================================================= ] 3531/4401 80% [================================================= ] 3532/4401 80% [================================================= ] 3533/4401 80% [================================================= ] 3534/4401 80% [================================================= ] 3535/4401 80% [================================================= ] 3536/4401 80% [================================================= ] 3537/4401 80% [================================================= ] 3538/4401 80% [================================================= ] 3539/4401 80% [================================================= ] 3540/4401 80% [================================================= ] 3541/4401 80% [================================================= ] 3542/4401 80% [================================================= ] 3543/4401 80% [================================================= ] 3544/4401 80% [================================================= ] 3545/4401 80% [================================================= ] 3546/4401 80% [================================================= ] 3547/4401 80% [================================================= ] 3548/4401 80% [================================================= ] 3549/4401 80% [================================================== ] 3550/4401 80% [================================================== ] 3551/4401 80% [================================================== ] 3552/4401 80% [================================================== ] 3553/4401 80% [================================================== ] 3554/4401 80% [================================================== ] 3555/4401 80% [================================================== ] 3556/4401 80% [================================================== ] 3557/4401 80% [================================================== ] 3558/4401 80% [================================================== ] 3559/4401 80% [================================================== ] 3560/4401 80% [================================================== ] 3561/4401 80% [================================================== ] 3562/4401 80% [================================================== ] 3563/4401 80% [================================================== ] 3564/4401 80% [================================================== ] 3565/4401 81% [================================================== ] 3566/4401 81% [================================================== ] 3567/4401 81% [================================================== ] 3568/4401 81% [================================================== ] 3569/4401 81% [================================================== ] 3570/4401 81% [================================================== ] 3571/4401 81% [================================================== ] 3572/4401 81% [================================================== ] 3573/4401 81% [================================================== ] 3574/4401 81% [================================================== ] 3575/4401 81% [================================================== ] 3576/4401 81% [================================================== ] 3577/4401 81% [================================================== ] 3578/4401 81% [================================================== ] 3579/4401 81% [================================================== ] 3580/4401 81% [================================================== ] 3581/4401 81% [================================================== ] 3582/4401 81% [================================================== ] 3583/4401 81% [================================================== ] 3584/4401 81% [================================================== ] 3585/4401 81% [================================================== ] 3586/4401 81% [================================================== ] 3587/4401 81% [================================================== ] 3588/4401 81% [================================================== ] 3589/4401 81% [================================================== ] 3590/4401 81% [================================================== ] 3591/4401 81% [================================================== ] 3592/4401 81% [================================================== ] 3593/4401 81% [================================================== ] 3594/4401 81% [================================================== ] 3595/4401 81% [================================================== ] 3596/4401 81% [================================================== ] 3597/4401 81% [================================================== ] 3598/4401 81% [================================================== ] 3599/4401 81% [================================================== ] 3600/4401 81% [================================================== ] 3601/4401 81% [================================================== ] 3602/4401 81% [================================================== ] 3603/4401 81% [================================================== ] 3604/4401 81% [================================================== ] 3605/4401 81% [================================================== ] 3606/4401 81% [================================================== ] 3607/4401 81% [================================================== ] 3608/4401 81% [================================================== ] 3609/4401 82% [================================================== ] 3610/4401 82% [================================================== ] 3611/4401 82% [================================================== ] 3612/4401 82% [================================================== ] 3613/4401 82% [================================================== ] 3614/4401 82% [================================================== ] 3615/4401 82% [================================================== ] 3616/4401 82% [================================================== ] 3617/4401 82% [================================================== ] 3618/4401 82% [================================================== ] 3619/4401 82% [================================================== ] 3620/4401 82% [=================================================== ] 3621/4401 82% [=================================================== ] 3622/4401 82% [=================================================== ] 3623/4401 82% [=================================================== ] 3624/4401 82% [=================================================== ] 3625/4401 82% [=================================================== ] 3626/4401 82% [=================================================== ] 3627/4401 82% [=================================================== ] 3628/4401 82% [=================================================== ] 3629/4401 82% [=================================================== ] 3630/4401 82% [=================================================== ] 3631/4401 82% [=================================================== ] 3632/4401 82% [=================================================== ] 3633/4401 82% [=================================================== ] 3634/4401 82% [=================================================== ] 3635/4401 82% [=================================================== ] 3636/4401 82% [=================================================== ] 3637/4401 82% [=================================================== ] 3638/4401 82% [=================================================== ] 3639/4401 82% [=================================================== ] 3640/4401 82% [=================================================== ] 3641/4401 82% [=================================================== ] 3642/4401 82% [=================================================== ] 3643/4401 82% [=================================================== ] 3644/4401 82% [=================================================== ] 3645/4401 82% [=================================================== ] 3646/4401 82% [=================================================== ] 3647/4401 82% [=================================================== ] 3648/4401 82% [=================================================== ] 3649/4401 82% [=================================================== ] 3650/4401 82% [=================================================== ] 3651/4401 82% [=================================================== ] 3652/4401 82% [=================================================== ] 3653/4401 83% [=================================================== ] 3654/4401 83% [=================================================== ] 3655/4401 83% [=================================================== ] 3656/4401 83% [=================================================== ] 3657/4401 83% [=================================================== ] 3658/4401 83% [=================================================== ] 3659/4401 83% [=================================================== ] 3660/4401 83% [=================================================== ] 3661/4401 83% [=================================================== ] 3662/4401 83% [=================================================== ] 3663/4401 83% [=================================================== ] 3664/4401 83% [=================================================== ] 3665/4401 83% [=================================================== ] 3666/4401 83% [=================================================== ] 3667/4401 83% [=================================================== ] 3668/4401 83% [=================================================== ] 3669/4401 83% [=================================================== ] 3670/4401 83% [=================================================== ] 3671/4401 83% [=================================================== ] 3672/4401 83% [=================================================== ] 3673/4401 83% [=================================================== ] 3674/4401 83% [=================================================== ] 3675/4401 83% [=================================================== ] 3676/4401 83% [=================================================== ] 3677/4401 83% [=================================================== ] 3678/4401 83% [=================================================== ] 3679/4401 83% [=================================================== ] 3680/4401 83% [=================================================== ] 3681/4401 83% [=================================================== ] 3682/4401 83% [=================================================== ] 3683/4401 83% [=================================================== ] 3684/4401 83% [=================================================== ] 3685/4401 83% [=================================================== ] 3686/4401 83% [=================================================== ] 3687/4401 83% [=================================================== ] 3688/4401 83% [=================================================== ] 3689/4401 83% [=================================================== ] 3690/4401 83% [=================================================== ] 3691/4401 83% [==================================================== ] 3692/4401 83% [==================================================== ] 3693/4401 83% [==================================================== ] 3694/4401 83% [==================================================== ] 3695/4401 83% [==================================================== ] 3696/4401 83% [==================================================== ] 3697/4401 84% [==================================================== ] 3698/4401 84% [==================================================== ] 3699/4401 84% [==================================================== ] 3700/4401 84% [==================================================== ] 3701/4401 84% [==================================================== ] 3702/4401 84% [==================================================== ] 3703/4401 84% [==================================================== ] 3704/4401 84% [==================================================== ] 3705/4401 84% [==================================================== ] 3706/4401 84% [==================================================== ] 3707/4401 84% [==================================================== ] 3708/4401 84% [==================================================== ] 3709/4401 84% [==================================================== ] 3710/4401 84% [==================================================== ] 3711/4401 84% [==================================================== ] 3712/4401 84% [==================================================== ] 3713/4401 84% [==================================================== ] 3714/4401 84% [==================================================== ] 3715/4401 84% [==================================================== ] 3716/4401 84% [==================================================== ] 3717/4401 84% [==================================================== ] 3718/4401 84% [==================================================== ] 3719/4401 84% [==================================================== ] 3720/4401 84% [==================================================== ] 3721/4401 84% [==================================================== ] 3722/4401 84% [==================================================== ] 3723/4401 84% [==================================================== ] 3724/4401 84% [==================================================== ] 3725/4401 84% [==================================================== ] 3726/4401 84% [==================================================== ] 3727/4401 84% [==================================================== ] 3728/4401 84% [==================================================== ] 3729/4401 84% [==================================================== ] 3730/4401 84% [==================================================== ] 3731/4401 84% [==================================================== ] 3732/4401 84% [==================================================== ] 3733/4401 84% [==================================================== ] 3734/4401 84% [==================================================== ] 3735/4401 84% [==================================================== ] 3736/4401 84% [==================================================== ] 3737/4401 84% [==================================================== ] 3738/4401 84% [==================================================== ] 3739/4401 84% [==================================================== ] 3740/4401 84% [==================================================== ] 3741/4401 85% [==================================================== ] 3742/4401 85% [==================================================== ] 3743/4401 85% [==================================================== ] 3744/4401 85% [==================================================== ] 3745/4401 85% [==================================================== ] 3746/4401 85% [==================================================== ] 3747/4401 85% [==================================================== ] 3748/4401 85% [==================================================== ] 3749/4401 85% [==================================================== ] 3750/4401 85% [==================================================== ] 3751/4401 85% [==================================================== ] 3752/4401 85% [==================================================== ] 3753/4401 85% [==================================================== ] 3754/4401 85% [==================================================== ] 3755/4401 85% [==================================================== ] 3756/4401 85% [==================================================== ] 3757/4401 85% [==================================================== ] 3758/4401 85% [==================================================== ] 3759/4401 85% [==================================================== ] 3760/4401 85% [==================================================== ] 3761/4401 85% [==================================================== ] 3762/4401 85% [===================================================== ] 3763/4401 85% [===================================================== ] 3764/4401 85% [===================================================== ] 3765/4401 85% [===================================================== ] 3766/4401 85% [===================================================== ] 3767/4401 85% [===================================================== ] 3768/4401 85% [===================================================== ] 3769/4401 85% [===================================================== ] 3770/4401 85% [===================================================== ] 3771/4401 85% [===================================================== ] 3772/4401 85% [===================================================== ] 3773/4401 85% [===================================================== ] 3774/4401 85% [===================================================== ] 3775/4401 85% [===================================================== ] 3776/4401 85% [===================================================== ] 3777/4401 85% [===================================================== ] 3778/4401 85% [===================================================== ] 3779/4401 85% [===================================================== ] 3780/4401 85% [===================================================== ] 3781/4401 85% [===================================================== ] 3782/4401 85% [===================================================== ] 3783/4401 85% [===================================================== ] 3784/4401 85% [===================================================== ] 3785/4401 86% [===================================================== ] 3786/4401 86% [===================================================== ] 3787/4401 86% [===================================================== ] 3788/4401 86% [===================================================== ] 3789/4401 86% [===================================================== ] 3790/4401 86% [===================================================== ] 3791/4401 86% [===================================================== ] 3792/4401 86% [===================================================== ] 3793/4401 86% [===================================================== ] 3794/4401 86% [===================================================== ] 3795/4401 86% [===================================================== ] 3796/4401 86% [===================================================== ] 3797/4401 86% [===================================================== ] 3798/4401 86% [===================================================== ] 3799/4401 86% [===================================================== ] 3800/4401 86% [===================================================== ] 3801/4401 86% [===================================================== ] 3802/4401 86% [===================================================== ] 3803/4401 86% [===================================================== ] 3804/4401 86% [===================================================== ] 3805/4401 86% [===================================================== ] 3806/4401 86% [===================================================== ] 3807/4401 86% [===================================================== ] 3808/4401 86% [===================================================== ] 3809/4401 86% [===================================================== ] 3810/4401 86% [===================================================== ] 3811/4401 86% [===================================================== ] 3812/4401 86% [===================================================== ] 3813/4401 86% [===================================================== ] 3814/4401 86% [===================================================== ] 3815/4401 86% [===================================================== ] 3816/4401 86% [===================================================== ] 3817/4401 86% [===================================================== ] 3818/4401 86% [===================================================== ] 3819/4401 86% [===================================================== ] 3820/4401 86% [===================================================== ] 3821/4401 86% [===================================================== ] 3822/4401 86% [===================================================== ] 3823/4401 86% [===================================================== ] 3824/4401 86% [===================================================== ] 3825/4401 86% [===================================================== ] 3826/4401 86% [===================================================== ] 3827/4401 86% [===================================================== ] 3828/4401 86% [===================================================== ] 3829/4401 87% [===================================================== ] 3830/4401 87% [===================================================== ] 3831/4401 87% [===================================================== ] 3832/4401 87% [===================================================== ] 3833/4401 87% [====================================================== ] 3834/4401 87% [====================================================== ] 3835/4401 87% [====================================================== ] 3836/4401 87% [====================================================== ] 3837/4401 87% [====================================================== ] 3838/4401 87% [====================================================== ] 3839/4401 87% [====================================================== ] 3840/4401 87% [====================================================== ] 3841/4401 87% [====================================================== ] 3842/4401 87% [====================================================== ] 3843/4401 87% [====================================================== ] 3844/4401 87% [====================================================== ] 3845/4401 87% [====================================================== ] 3846/4401 87% [====================================================== ] 3847/4401 87% [====================================================== ] 3848/4401 87% [====================================================== ] 3849/4401 87% [====================================================== ] 3850/4401 87% [====================================================== ] 3851/4401 87% [====================================================== ] 3852/4401 87% [====================================================== ] 3853/4401 87% [====================================================== ] 3854/4401 87% [====================================================== ] 3855/4401 87% [====================================================== ] 3856/4401 87% [====================================================== ] 3857/4401 87% [====================================================== ] 3858/4401 87% [====================================================== ] 3859/4401 87% [====================================================== ] 3860/4401 87% [====================================================== ] 3861/4401 87% [====================================================== ] 3862/4401 87% [====================================================== ] 3863/4401 87% [====================================================== ] 3864/4401 87% [====================================================== ] 3865/4401 87% [====================================================== ] 3866/4401 87% [====================================================== ] 3867/4401 87% [====================================================== ] 3868/4401 87% [====================================================== ] 3869/4401 87% [====================================================== ] 3870/4401 87% [====================================================== ] 3871/4401 87% [====================================================== ] 3872/4401 87% [====================================================== ] 3873/4401 88% [====================================================== ] 3874/4401 88% [====================================================== ] 3875/4401 88% [====================================================== ] 3876/4401 88% [====================================================== ] 3877/4401 88% [====================================================== ] 3878/4401 88% [====================================================== ] 3879/4401 88% [====================================================== ] 3880/4401 88% [====================================================== ] 3881/4401 88% [====================================================== ] 3882/4401 88% [====================================================== ] 3883/4401 88% [====================================================== ] 3884/4401 88% [====================================================== ] 3885/4401 88% [====================================================== ] 3886/4401 88% [====================================================== ] 3887/4401 88% [====================================================== ] 3888/4401 88% [====================================================== ] 3889/4401 88% [====================================================== ] 3890/4401 88% [====================================================== ] 3891/4401 88% [====================================================== ] 3892/4401 88% [====================================================== ] 3893/4401 88% [====================================================== ] 3894/4401 88% [====================================================== ] 3895/4401 88% [====================================================== ] 3896/4401 88% [====================================================== ] 3897/4401 88% [====================================================== ] 3898/4401 88% [====================================================== ] 3899/4401 88% [====================================================== ] 3900/4401 88% [====================================================== ] 3901/4401 88% [====================================================== ] 3902/4401 88% [====================================================== ] 3903/4401 88% [====================================================== ] 3904/4401 88% [======================================================= ] 3905/4401 88% [======================================================= ] 3906/4401 88% [======================================================= ] 3907/4401 88% [======================================================= ] 3908/4401 88% [======================================================= ] 3909/4401 88% [======================================================= ] 3910/4401 88% [======================================================= ] 3911/4401 88% [======================================================= ] 3912/4401 88% [======================================================= ] 3913/4401 88% [======================================================= ] 3914/4401 88% [======================================================= ] 3915/4401 88% [======================================================= ] 3916/4401 88% [======================================================= ] 3917/4401 89% [======================================================= ] 3918/4401 89% [======================================================= ] 3919/4401 89% [======================================================= ] 3920/4401 89% [======================================================= ] 3921/4401 89% [======================================================= ] 3922/4401 89% [======================================================= ] 3923/4401 89% [======================================================= ] 3924/4401 89% [======================================================= ] 3925/4401 89% [======================================================= ] 3926/4401 89% [======================================================= ] 3927/4401 89% [======================================================= ] 3928/4401 89% [======================================================= ] 3929/4401 89% [======================================================= ] 3930/4401 89% [======================================================= ] 3931/4401 89% [======================================================= ] 3932/4401 89% [======================================================= ] 3933/4401 89% [======================================================= ] 3934/4401 89% [======================================================= ] 3935/4401 89% [======================================================= ] 3936/4401 89% [======================================================= ] 3937/4401 89% [======================================================= ] 3938/4401 89% [======================================================= ] 3939/4401 89% [======================================================= ] 3940/4401 89% [======================================================= ] 3941/4401 89% [======================================================= ] 3942/4401 89% [======================================================= ] 3943/4401 89% [======================================================= ] 3944/4401 89% [======================================================= ] 3945/4401 89% [======================================================= ] 3946/4401 89% [======================================================= ] 3947/4401 89% [======================================================= ] 3948/4401 89% [======================================================= ] 3949/4401 89% [======================================================= ] 3950/4401 89% [======================================================= ] 3951/4401 89% [======================================================= ] 3952/4401 89% [======================================================= ] 3953/4401 89% [======================================================= ] 3954/4401 89% [======================================================= ] 3955/4401 89% [======================================================= ] 3956/4401 89% [======================================================= ] 3957/4401 89% [======================================================= ] 3958/4401 89% [======================================================= ] 3959/4401 89% [======================================================= ] 3960/4401 89% [======================================================= ] 3961/4401 90% [======================================================= ] 3962/4401 90% [======================================================= ] 3963/4401 90% [======================================================= ] 3964/4401 90% [======================================================= ] 3965/4401 90% [======================================================= ] 3966/4401 90% [======================================================= ] 3967/4401 90% [======================================================= ] 3968/4401 90% [======================================================= ] 3969/4401 90% [======================================================= ] 3970/4401 90% [======================================================= ] 3971/4401 90% [======================================================= ] 3972/4401 90% [======================================================= ] 3973/4401 90% [======================================================= ] 3974/4401 90% [======================================================= ] 3975/4401 90% [======================================================== ] 3976/4401 90% [======================================================== ] 3977/4401 90% [======================================================== ] 3978/4401 90% [======================================================== ] 3979/4401 90% [======================================================== ] 3980/4401 90% [======================================================== ] 3981/4401 90% [======================================================== ] 3982/4401 90% [======================================================== ] 3983/4401 90% [======================================================== ] 3984/4401 90% [======================================================== ] 3985/4401 90% [======================================================== ] 3986/4401 90% [======================================================== ] 3987/4401 90% [======================================================== ] 3988/4401 90% [======================================================== ] 3989/4401 90% [======================================================== ] 3990/4401 90% [======================================================== ] 3991/4401 90% [======================================================== ] 3992/4401 90% [======================================================== ] 3993/4401 90% [======================================================== ] 3994/4401 90% [======================================================== ] 3995/4401 90% [======================================================== ] 3996/4401 90% [======================================================== ] 3997/4401 90% [======================================================== ] 3998/4401 90% [======================================================== ] 3999/4401 90% [======================================================== ] 4000/4401 90% [======================================================== ] 4001/4401 90% [======================================================== ] 4002/4401 90% [======================================================== ] 4003/4401 90% [======================================================== ] 4004/4401 90% [======================================================== ] 4005/4401 91% [======================================================== ] 4006/4401 91% [======================================================== ] 4007/4401 91% [======================================================== ] 4008/4401 91% [======================================================== ] 4009/4401 91% [======================================================== ] 4010/4401 91% [======================================================== ] 4011/4401 91% [======================================================== ] 4012/4401 91% [======================================================== ] 4013/4401 91% [======================================================== ] 4014/4401 91% [======================================================== ] 4015/4401 91% [======================================================== ] 4016/4401 91% [======================================================== ] 4017/4401 91% [======================================================== ] 4018/4401 91% [======================================================== ] 4019/4401 91% [======================================================== ] 4020/4401 91% [======================================================== ] 4021/4401 91% [======================================================== ] 4022/4401 91% [======================================================== ] 4023/4401 91% [======================================================== ] 4024/4401 91% [======================================================== ] 4025/4401 91% [======================================================== ] 4026/4401 91% [======================================================== ] 4027/4401 91% [======================================================== ] 4028/4401 91% [======================================================== ] 4029/4401 91% [======================================================== ] 4030/4401 91% [======================================================== ] 4031/4401 91% [======================================================== ] 4032/4401 91% [======================================================== ] 4033/4401 91% [======================================================== ] 4034/4401 91% [======================================================== ] 4035/4401 91% [======================================================== ] 4036/4401 91% [======================================================== ] 4037/4401 91% [======================================================== ] 4038/4401 91% [======================================================== ] 4039/4401 91% [======================================================== ] 4040/4401 91% [======================================================== ] 4041/4401 91% [======================================================== ] 4042/4401 91% [======================================================== ] 4043/4401 91% [======================================================== ] 4044/4401 91% [======================================================== ] 4045/4401 91% [======================================================== ] 4046/4401 91% [========================================================= ] 4047/4401 91% [========================================================= ] 4048/4401 91% [========================================================= ] 4049/4401 92% [========================================================= ] 4050/4401 92% [========================================================= ] 4051/4401 92% [========================================================= ] 4052/4401 92% [========================================================= ] 4053/4401 92% [========================================================= ] 4054/4401 92% [========================================================= ] 4055/4401 92% [========================================================= ] 4056/4401 92% [========================================================= ] 4057/4401 92% [========================================================= ] 4058/4401 92% [========================================================= ] 4059/4401 92% [========================================================= ] 4060/4401 92% [========================================================= ] 4061/4401 92% [========================================================= ] 4062/4401 92% [========================================================= ] 4063/4401 92% [========================================================= ] 4064/4401 92% [========================================================= ] 4065/4401 92% [========================================================= ] 4066/4401 92% [========================================================= ] 4067/4401 92% [========================================================= ] 4068/4401 92% [========================================================= ] 4069/4401 92% [========================================================= ] 4070/4401 92% [========================================================= ] 4071/4401 92% [========================================================= ] 4072/4401 92% [========================================================= ] 4073/4401 92% [========================================================= ] 4074/4401 92% [========================================================= ] 4075/4401 92% [========================================================= ] 4076/4401 92% [========================================================= ] 4077/4401 92% [========================================================= ] 4078/4401 92% [========================================================= ] 4079/4401 92% [========================================================= ] 4080/4401 92% [========================================================= ] 4081/4401 92% [========================================================= ] 4082/4401 92% [========================================================= ] 4083/4401 92% [========================================================= ] 4084/4401 92% [========================================================= ] 4085/4401 92% [========================================================= ] 4086/4401 92% [========================================================= ] 4087/4401 92% [========================================================= ] 4088/4401 92% [========================================================= ] 4089/4401 92% [========================================================= ] 4090/4401 92% [========================================================= ] 4091/4401 92% [========================================================= ] 4092/4401 92% [========================================================= ] 4093/4401 93% [========================================================= ] 4094/4401 93% [========================================================= ] 4095/4401 93% [========================================================= ] 4096/4401 93% [========================================================= ] 4097/4401 93% [========================================================= ] 4098/4401 93% [========================================================= ] 4099/4401 93% [========================================================= ] 4100/4401 93% [========================================================= ] 4101/4401 93% [========================================================= ] 4102/4401 93% [========================================================= ] 4103/4401 93% [========================================================= ] 4104/4401 93% [========================================================= ] 4105/4401 93% [========================================================= ] 4106/4401 93% [========================================================= ] 4107/4401 93% [========================================================= ] 4108/4401 93% [========================================================= ] 4109/4401 93% [========================================================= ] 4110/4401 93% [========================================================= ] 4111/4401 93% [========================================================= ] 4112/4401 93% [========================================================= ] 4113/4401 93% [========================================================= ] 4114/4401 93% [========================================================= ] 4115/4401 93% [========================================================= ] 4116/4401 93% [========================================================= ] 4117/4401 93% [========================================================== ] 4118/4401 93% [========================================================== ] 4119/4401 93% [========================================================== ] 4120/4401 93% [========================================================== ] 4121/4401 93% [========================================================== ] 4122/4401 93% [========================================================== ] 4123/4401 93% [========================================================== ] 4124/4401 93% [========================================================== ] 4125/4401 93% [========================================================== ] 4126/4401 93% [========================================================== ] 4127/4401 93% [========================================================== ] 4128/4401 93% [========================================================== ] 4129/4401 93% [========================================================== ] 4130/4401 93% [========================================================== ] 4131/4401 93% [========================================================== ] 4132/4401 93% [========================================================== ] 4133/4401 93% [========================================================== ] 4134/4401 93% [========================================================== ] 4135/4401 93% [========================================================== ] 4136/4401 93% [========================================================== ] 4137/4401 94% [========================================================== ] 4138/4401 94% [========================================================== ] 4139/4401 94% [========================================================== ] 4140/4401 94% [========================================================== ] 4141/4401 94% [========================================================== ] 4142/4401 94% [========================================================== ] 4143/4401 94% [========================================================== ] 4144/4401 94% [========================================================== ] 4145/4401 94% [========================================================== ] 4146/4401 94% [========================================================== ] 4147/4401 94% [========================================================== ] 4148/4401 94% [========================================================== ] 4149/4401 94% [========================================================== ] 4150/4401 94% [========================================================== ] 4151/4401 94% [========================================================== ] 4152/4401 94% [========================================================== ] 4153/4401 94% [========================================================== ] 4154/4401 94% [========================================================== ] 4155/4401 94% [========================================================== ] 4156/4401 94% [========================================================== ] 4157/4401 94% [========================================================== ] 4158/4401 94% [========================================================== ] 4159/4401 94% [========================================================== ] 4160/4401 94% [========================================================== ] 4161/4401 94% [========================================================== ] 4162/4401 94% [========================================================== ] 4163/4401 94% [========================================================== ] 4164/4401 94% [========================================================== ] 4165/4401 94% [========================================================== ] 4166/4401 94% [========================================================== ] 4167/4401 94% [========================================================== ] 4168/4401 94% [========================================================== ] 4169/4401 94% [========================================================== ] 4170/4401 94% [========================================================== ] 4171/4401 94% [========================================================== ] 4172/4401 94% [========================================================== ] 4173/4401 94% [========================================================== ] 4174/4401 94% [========================================================== ] 4175/4401 94% [========================================================== ] 4176/4401 94% [========================================================== ] 4177/4401 94% [========================================================== ] 4178/4401 94% [========================================================== ] 4179/4401 94% [========================================================== ] 4180/4401 94% [========================================================== ] 4181/4401 95% [========================================================== ] 4182/4401 95% [========================================================== ] 4183/4401 95% [========================================================== ] 4184/4401 95% [========================================================== ] 4185/4401 95% [========================================================== ] 4186/4401 95% [========================================================== ] 4187/4401 95% [========================================================== ] 4188/4401 95% [=========================================================== ] 4189/4401 95% [=========================================================== ] 4190/4401 95% [=========================================================== ] 4191/4401 95% [=========================================================== ] 4192/4401 95% [=========================================================== ] 4193/4401 95% [=========================================================== ] 4194/4401 95% [=========================================================== ] 4195/4401 95% [=========================================================== ] 4196/4401 95% [=========================================================== ] 4197/4401 95% [=========================================================== ] 4198/4401 95% [=========================================================== ] 4199/4401 95% [=========================================================== ] 4200/4401 95% [=========================================================== ] 4201/4401 95% [=========================================================== ] 4202/4401 95% [=========================================================== ] 4203/4401 95% [=========================================================== ] 4204/4401 95% [=========================================================== ] 4205/4401 95% [=========================================================== ] 4206/4401 95% [=========================================================== ] 4207/4401 95% [=========================================================== ] 4208/4401 95% [=========================================================== ] 4209/4401 95% [=========================================================== ] 4210/4401 95% [=========================================================== ] 4211/4401 95% [=========================================================== ] 4212/4401 95% [=========================================================== ] 4213/4401 95% [=========================================================== ] 4214/4401 95% [=========================================================== ] 4215/4401 95% [=========================================================== ] 4216/4401 95% [=========================================================== ] 4217/4401 95% [=========================================================== ] 4218/4401 95% [=========================================================== ] 4219/4401 95% [=========================================================== ] 4220/4401 95% [=========================================================== ] 4221/4401 95% [=========================================================== ] 4222/4401 95% [=========================================================== ] 4223/4401 95% [=========================================================== ] 4224/4401 95% [=========================================================== ] 4225/4401 96% [=========================================================== ] 4226/4401 96% [=========================================================== ] 4227/4401 96% [=========================================================== ] 4228/4401 96% [=========================================================== ] 4229/4401 96% [=========================================================== ] 4230/4401 96% [=========================================================== ] 4231/4401 96% [=========================================================== ] 4232/4401 96% [=========================================================== ] 4233/4401 96% [=========================================================== ] 4234/4401 96% [=========================================================== ] 4235/4401 96% [=========================================================== ] 4236/4401 96% [=========================================================== ] 4237/4401 96% [=========================================================== ] 4238/4401 96% [=========================================================== ] 4239/4401 96% [=========================================================== ] 4240/4401 96% [=========================================================== ] 4241/4401 96% [=========================================================== ] 4242/4401 96% [=========================================================== ] 4243/4401 96% [=========================================================== ] 4244/4401 96% [=========================================================== ] 4245/4401 96% [=========================================================== ] 4246/4401 96% [=========================================================== ] 4247/4401 96% [=========================================================== ] 4248/4401 96% [=========================================================== ] 4249/4401 96% [=========================================================== ] 4250/4401 96% [=========================================================== ] 4251/4401 96% [=========================================================== ] 4252/4401 96% [=========================================================== ] 4253/4401 96% [=========================================================== ] 4254/4401 96% [=========================================================== ] 4255/4401 96% [=========================================================== ] 4256/4401 96% [=========================================================== ] 4257/4401 96% [=========================================================== ] 4258/4401 96% [=========================================================== ] 4259/4401 96% [============================================================ ] 4260/4401 96% [============================================================ ] 4261/4401 96% [============================================================ ] 4262/4401 96% [============================================================ ] 4263/4401 96% [============================================================ ] 4264/4401 96% [============================================================ ] 4265/4401 96% [============================================================ ] 4266/4401 96% [============================================================ ] 4267/4401 96% [============================================================ ] 4268/4401 96% [============================================================ ] 4269/4401 97% [============================================================ ] 4270/4401 97% [============================================================ ] 4271/4401 97% [============================================================ ] 4272/4401 97% [============================================================ ] 4273/4401 97% [============================================================ ] 4274/4401 97% [============================================================ ] 4275/4401 97% [============================================================ ] 4276/4401 97% [============================================================ ] 4277/4401 97% [============================================================ ] 4278/4401 97% [============================================================ ] 4279/4401 97% [============================================================ ] 4280/4401 97% [============================================================ ] 4281/4401 97% [============================================================ ] 4282/4401 97% [============================================================ ] 4283/4401 97% [============================================================ ] 4284/4401 97% [============================================================ ] 4285/4401 97% [============================================================ ] 4286/4401 97% [============================================================ ] 4287/4401 97% [============================================================ ] 4288/4401 97% [============================================================ ] 4289/4401 97% [============================================================ ] 4290/4401 97% [============================================================ ] 4291/4401 97% [============================================================ ] 4292/4401 97% [============================================================ ] 4293/4401 97% [============================================================ ] 4294/4401 97% [============================================================ ] 4295/4401 97% [============================================================ ] 4296/4401 97% [============================================================ ] 4297/4401 97% [============================================================ ] 4298/4401 97% [============================================================ ] 4299/4401 97% [============================================================ ] 4300/4401 97% [============================================================ ] 4301/4401 97% [============================================================ ] 4302/4401 97% [============================================================ ] 4303/4401 97% [============================================================ ] 4304/4401 97% [============================================================ ] 4305/4401 97% [============================================================ ] 4306/4401 97% [============================================================ ] 4307/4401 97% [============================================================ ] 4308/4401 97% [============================================================ ] 4309/4401 97% [============================================================ ] 4310/4401 97% [============================================================ ] 4311/4401 97% [============================================================ ] 4312/4401 97% [============================================================ ] 4313/4401 98% [============================================================ ] 4314/4401 98% [============================================================ ] 4315/4401 98% [============================================================ ] 4316/4401 98% [============================================================ ] 4317/4401 98% [============================================================ ] 4318/4401 98% [============================================================ ] 4319/4401 98% [============================================================ ] 4320/4401 98% [============================================================ ] 4321/4401 98% [============================================================ ] 4322/4401 98% [============================================================ ] 4323/4401 98% [============================================================ ] 4324/4401 98% [============================================================ ] 4325/4401 98% [============================================================ ] 4326/4401 98% [============================================================ ] 4327/4401 98% [============================================================ ] 4328/4401 98% [============================================================ ] 4329/4401 98% [============================================================ ] 4330/4401 98% [============================================================= ] 4331/4401 98% [============================================================= ] 4332/4401 98% [============================================================= ] 4333/4401 98% [============================================================= ] 4334/4401 98% [============================================================= ] 4335/4401 98% [============================================================= ] 4336/4401 98% [============================================================= ] 4337/4401 98% [============================================================= ] 4338/4401 98% [============================================================= ] 4339/4401 98% [============================================================= ] 4340/4401 98% [============================================================= ] 4341/4401 98% [============================================================= ] 4342/4401 98% [============================================================= ] 4343/4401 98% [============================================================= ] 4344/4401 98% [============================================================= ] 4345/4401 98% [============================================================= ] 4346/4401 98% [============================================================= ] 4347/4401 98% [============================================================= ] 4348/4401 98% [============================================================= ] 4349/4401 98% [============================================================= ] 4350/4401 98% [============================================================= ] 4351/4401 98% [============================================================= ] 4352/4401 98% [============================================================= ] 4353/4401 98% [============================================================= ] 4354/4401 98% [============================================================= ] 4355/4401 98% [============================================================= ] 4356/4401 98% [============================================================= ] 4357/4401 99% [============================================================= ] 4358/4401 99% [============================================================= ] 4359/4401 99% [============================================================= ] 4360/4401 99% [============================================================= ] 4361/4401 99% [============================================================= ] 4362/4401 99% [============================================================= ] 4363/4401 99% [============================================================= ] 4364/4401 99% [============================================================= ] 4365/4401 99% [============================================================= ] 4366/4401 99% [============================================================= ] 4367/4401 99% [============================================================= ] 4368/4401 99% [============================================================= ] 4369/4401 99% [============================================================= ] 4370/4401 99% [============================================================= ] 4371/4401 99% [============================================================= ] 4372/4401 99% [============================================================= ] 4373/4401 99% [============================================================= ] 4374/4401 99% [============================================================= ] 4375/4401 99% [============================================================= ] 4376/4401 99% [============================================================= ] 4377/4401 99% [============================================================= ] 4378/4401 99% [============================================================= ] 4379/4401 99% [============================================================= ] 4380/4401 99% [============================================================= ] 4381/4401 99% [============================================================= ] 4382/4401 99% [============================================================= ] 4383/4401 99% [============================================================= ] 4384/4401 99% [============================================================= ] 4385/4401 99% [============================================================= ] 4386/4401 99% [============================================================= ] 4387/4401 99% [============================================================= ] 4388/4401 99% [============================================================= ] 4389/4401 99% [============================================================= ] 4390/4401 99% [============================================================= ] 4391/4401 99% [============================================================= ] 4392/4401 99% [============================================================= ] 4393/4401 99% [============================================================= ] 4394/4401 99% [============================================================= ] 4395/4401 99% [============================================================= ] 4396/4401 99% [============================================================= ] 4397/4401 99% [============================================================= ] 4398/4401 99% [============================================================= ] 4399/4401 99% [============================================================= ] 4400/4401 99% [==============================================================] 4401/4401 100% operation complete, 4401 objects in 124404 NAND pages. ln -snf /home/thomas/autobuild/instance-2/output-1/host/sh4-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-rc1-5687-g90cfa7b1e94 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-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> 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.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.2 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.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.15.137 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-systemd Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4g Collecting legal info >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> avro-c 1.11.3 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bind 9.16.44 Collecting legal info COPYRIGHT: OK (sha256: 13491a682dc0f5ee2273cebd3949e2be62f9470fe659419a03a308d4f444773b) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libuv 1.46.0 Collecting legal info LICENSE: OK (sha256: 16de0c32b265cb7d46a6d3bd614f259dd4d693a5e26b3407b04aae8d73041f0c) LICENSE-extra: OK (sha256: 262c44bd2cdba037e6d2a82fba15f5800d292bc993a6f5d6b6ea487744d02836) >>> libxml2 2.11.5 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> openssl Collecting legal info >>> libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bluez5_utils 5.68 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> systemd 254.5 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-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.2.2 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.6 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 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.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-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) >>> libcurl 8.4.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libgcrypt 1.10.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> util-linux-libs 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> udev Collecting legal info >>> host-bootgen xilinx_v2023.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus-broker 33 Collecting legal info LICENSE: OK (sha256: 3cda3630283eda0eab825abe5ac84d191248c6b3fe1c232a118124959b96c6a4) subprojects/libcdvar-1/AUTHORS: OK (sha256: 20ea1f96abc15553695c6725bb3dcabff4b43b85b7ca7d675a2b8860e3b01f87) subprojects/libcdvar-1/README.md: OK (sha256: 8153c478102dc209b30dd4627cf5bb3596263f99692bf3eec174b1e17bbf8a3b) subprojects/libcini-1/AUTHORS: OK (sha256: 6d63b1fb794d4c02622595ad30357c90398aa883864e5a275479139c8f03208f) subprojects/libcini-1/README.md: OK (sha256: fc92d49d69aa9aa91919bac79242abee3eda27a567b4573ed3690b5cef0cf2fd) subprojects/libclist-3/AUTHORS: OK (sha256: a30deb6dde90366bfaf054bc689a209b974f80c1cceac950c4378c14abaa243a) subprojects/libclist-3/README.md: OK (sha256: 75f4c76441ac69ba9474bb7ad0958389ca0f1f2fc90c5f7b033be3461652f5a6) subprojects/libcrbtree-3/AUTHORS: OK (sha256: 23f24eeaaded5fedd6e7840b6f7b73838f9a4e2112ad6a12fe1ef958f73d0214) subprojects/libcrbtree-3/README.md: OK (sha256: 05113a24aca4c537819dd0d91b95b13edb85bea4b6a77a6d9269becb397ed374) subprojects/libcshquote-1/AUTHORS: OK (sha256: 6d63b1fb794d4c02622595ad30357c90398aa883864e5a275479139c8f03208f) subprojects/libcshquote-1/README.md: OK (sha256: cad109dd33062518a437ebee145ba863fe0e047d4e3db9c28b0bf3c6148f10c2) subprojects/libcstdaux-1/AUTHORS: OK (sha256: e796182869fe0892347d069f3f423774124987d6c45d016854fc51530633c177) subprojects/libcstdaux-1/README.md: OK (sha256: 92006886d7f28894fef08bf97e35ef52147067bd3c4d4d6381da7c59f9901dae) subprojects/libcutf8-1/AUTHORS: OK (sha256: 7e660796fea0400a1a9a539226c345b3c656a745a334e323e33258de7864e985) subprojects/libcutf8-1/README.md: OK (sha256: 106099cc1c488cbf8911f56da7977a955f6b27a7bb5b815985e59d9fae0e6fe7) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> diffutils 3.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ffmpeg 4.4.4 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> flite 2.2 Collecting legal info COPYING: OK (sha256: d31bceaf2823d56a8c9400f7bde3b17140e739e991eb4f203bdcf9827754ab59) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> gauche 0.9.12 Collecting legal info COPYING: OK (sha256: bc09c643a05e14d7ea8264aa737c5c14d60a20911a0309e7b27da231bbb4525d) >>> host-gauche 0.9.12 Collecting legal info COPYING: OK (sha256: bc09c643a05e14d7ea8264aa737c5c14d60a20911a0309e7b27da231bbb4525d) >>> host-gdb 11.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.41 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gesftpserver 2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> glib-networking 2.76.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gnupg2 2.4.3 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.6 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libksba 1.6.4 Collecting legal info AUTHORS: OK (sha256: f9c59ea5a5e1dfdeebcd134e6a594c21eb088cc95f6653ee99ff2e187c105380) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> gupnp-dlna 0.12.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> hidapi 0.11.0 Collecting legal info LICENSE.txt: OK (sha256: 7d3b087c34f35d4d538e3bcddd1ff8f66e92f9ef336881999482800ddf840913) LICENSE-gpl3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-bsd.txt: OK (sha256: 30eb1bef29b46f8ba7ab8b416035dbd93cb034a45481dd97815b944284582cd2) LICENSE-orig.txt: OK (sha256: fb5436aa63d1b71a8dfbf74ecaf1a5b4e1ec4df7f80074d11fec99284f69ca5f) >>> libgudev 237 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> json-glib 1.6.6 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> less 643 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.3 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libnvme 1.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libvncserver 0.9.14 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> minicom 2.9 Collecting legal info COPYING: OK (sha256: cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rauc-hawkbit-updater 1.3 Collecting legal info LICENSE: OK (sha256: 041234c81fd6fe6c531ea1a886b9e740b9ee06759d1a910a14edbd06f4aa62c7) >>> rauc 1.10.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> sispmctl 4.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-systemd 254.5 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) >>> tcl 8.6.13 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> tinydtls 0.9-rc1 Collecting legal info LICENSE: OK (sha256: 7e906fb56da52bb6bba38e77eec00e7d37fe65b0b7b28c4bf68ff036573d0de5) >>> tpm2-abrmd 2.3.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> usbredir 0.13.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> ussp-push 0.11 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> wavemon 0.9.5 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-5.15.137: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: aespipe-2.4g: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'