rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' 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 systemd-coredump -1 systemd-coredump -1 * - - - systemd core dump processing\n \n \n \n \n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount3 f 4755 0 0 - - - - -\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 /var/lib/systemd/coredump d 755 0 0 - - - - -\n \n \n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' HOST_SYSTEMD_TMPFILES=/home/buildroot/autobuild/instance-2/output-1/host/bin/systemd-tmpfiles package/skeleton-init-systemd//fakeroot_tmpfiles.sh /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/usr/lib/systemd/catalog /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/systemctl --root=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target preset-all\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs\n /home/buildroot/autobuild/instance-2/output-1/host/bin/mkfs.btrfs -f -r '\''/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target table='/home/buildroot/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/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/mender-connect.service -> /usr/lib/systemd/system/mender-connect.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/owserver.service -> /usr/lib/systemd/system/owserver.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/sockets.target.wants/owserver.socket -> /usr/lib/systemd/system/owserver.socket. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/owfs.service -> /usr/lib/systemd/system/owfs.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/mender-client.service -> /usr/lib/systemd/system/mender-client.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/upnpd.service -> /usr/lib/systemd/system/upnpd.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/owhttpd.service -> /usr/lib/systemd/system/owhttpd.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/apparmor.service -> /usr/lib/systemd/system/apparmor.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/darkhttpd.service -> /usr/lib/systemd/system/darkhttpd.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/fluent-bit.service -> /usr/lib/systemd/system/fluent-bit.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/owftpd.service -> /usr/lib/systemd/system/owftpd.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service -> /usr/lib/systemd/system/systemd-network-generator.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/sockets.target.wants/systemd-journald-audit.socket -> /usr/lib/systemd/system/systemd-journald-audit.socket. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/systemd-journald.service.wants/systemd-journald-audit.socket -> /usr/lib/systemd/system/systemd-journald-audit.socket. ERROR: zoned: unable to stat /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: c61e107a-3aba-48c4-9b07-e91f69b3e12b Node size: 16384 Sector size: 4096 Filesystem size: 621.00MiB Block group profiles: Data: single 464.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 621.00MiB /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' HOST_SYSTEMD_TMPFILES=/home/buildroot/autobuild/instance-2/output-1/host/bin/systemd-tmpfiles package/skeleton-init-systemd//fakeroot_tmpfiles.sh /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/catalog /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/systemctl --root=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target preset-all\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/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/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/mender-connect.service -> /usr/lib/systemd/system/mender-connect.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/owserver.service -> /usr/lib/systemd/system/owserver.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/sockets.target.wants/owserver.socket -> /usr/lib/systemd/system/owserver.socket. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/owfs.service -> /usr/lib/systemd/system/owfs.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/mender-client.service -> /usr/lib/systemd/system/mender-client.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/upnpd.service -> /usr/lib/systemd/system/upnpd.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/owhttpd.service -> /usr/lib/systemd/system/owhttpd.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/apparmor.service -> /usr/lib/systemd/system/apparmor.service. Created symlink /home/buildroot/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/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/darkhttpd.service -> /usr/lib/systemd/system/darkhttpd.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/fluent-bit.service -> /usr/lib/systemd/system/fluent-bit.service. Created symlink /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/owftpd.service -> /usr/lib/systemd/system/owftpd.service. Created symlink /home/buildroot/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/buildroot/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/buildroot/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/buildroot/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. mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3656 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/3656 0% [ ] 2/3656 0% [ ] 3/3656 0% [ ] 4/3656 0% [ ] 5/3656 0% [ ] 6/3656 0% [ ] 7/3656 0% [ ] 8/3656 0% [ ] 9/3656 0% [ ] 10/3656 0% [ ] 11/3656 0% [ ] 12/3656 0% [ ] 13/3656 0% [ ] 14/3656 0% [ ] 15/3656 0% [ ] 16/3656 0% [ ] 17/3656 0% [ ] 18/3656 0% [ ] 19/3656 0% [ ] 20/3656 0% [ ] 21/3656 0% [ ] 22/3656 0% [ ] 23/3656 0% [ ] 24/3656 0% [ ] 25/3656 0% [ ] 26/3656 0% [ ] 27/3656 0% [ ] 28/3656 0% [ ] 29/3656 0% [ ] 30/3656 0% [ ] 31/3656 0% [ ] 32/3656 0% [ ] 33/3656 0% [ ] 34/3656 0% [ ] 35/3656 0% [ ] 36/3656 0% [ ] 37/3656 1% [ ] 38/3656 1% [ ] 39/3656 1% [ ] 40/3656 1% [ ] 41/3656 1% [ ] 42/3656 1% [ ] 43/3656 1% [ ] 44/3656 1% [ ] 45/3656 1% [ ] 46/3656 1% [ ] 47/3656 1% [ ] 48/3656 1% [ ] 49/3656 1% [ ] 50/3656 1% [ ] 51/3656 1% [ ] 52/3656 1% [ ] 53/3656 1% [ ] 54/3656 1% [ ] 55/3656 1% [ ] 56/3656 1% [ ] 57/3656 1% [ ] 58/3656 1% [= ] 59/3656 1% [= ] 60/3656 1% [= ] 61/3656 1% [= ] 62/3656 1% [= ] 63/3656 1% [= ] 64/3656 1% [= ] 65/3656 1% [= ] 66/3656 1% [= ] 67/3656 1% [= ] 68/3656 1% [= ] 69/3656 1% [= ] 70/3656 1% [= ] 71/3656 1% [= ] 72/3656 1% [= ] 73/3656 1% [= ] 74/3656 2% [= ] 75/3656 2% [= ] 76/3656 2% [= ] 77/3656 2% [= ] 78/3656 2% [= ] 79/3656 2% [= ] 80/3656 2% [= ] 81/3656 2% [= ] 82/3656 2% [= ] 83/3656 2% [= ] 84/3656 2% [= ] 85/3656 2% [= ] 86/3656 2% [= ] 87/3656 2% [= ] 88/3656 2% [= ] 89/3656 2% [= ] 90/3656 2% [= ] 91/3656 2% [= ] 92/3656 2% [= ] 93/3656 2% [= ] 94/3656 2% [= ] 95/3656 2% [= ] 96/3656 2% [= ] 97/3656 2% [= ] 98/3656 2% [= ] 99/3656 2% [= ] 100/3656 2% [= ] 101/3656 2% [= ] 102/3656 2% [= ] 103/3656 2% [= ] 104/3656 2% [= ] 105/3656 2% [= ] 106/3656 2% [= ] 107/3656 2% [= ] 108/3656 2% [= ] 109/3656 2% [= ] 110/3656 3% [= ] 111/3656 3% [= ] 112/3656 3% [= ] 113/3656 3% [= ] 114/3656 3% [= ] 115/3656 3% [= ] 116/3656 3% [= ] 117/3656 3% [== ] 118/3656 3% [== ] 119/3656 3% [== ] 120/3656 3% [== ] 121/3656 3% [== ] 122/3656 3% [== ] 123/3656 3% [== ] 124/3656 3% [== ] 125/3656 3% [== ] 126/3656 3% [== ] 127/3656 3% [== ] 128/3656 3% [== ] 129/3656 3% [== ] 130/3656 3% [== ] 131/3656 3% [== ] 132/3656 3% [== ] 133/3656 3% [== ] 134/3656 3% [== ] 135/3656 3% [== ] 136/3656 3% [== ] 137/3656 3% [== ] 138/3656 3% [== ] 139/3656 3% [== ] 140/3656 3% [== ] 141/3656 3% [== ] 142/3656 3% [== ] 143/3656 3% [== ] 144/3656 3% [== ] 145/3656 3% [== ] 146/3656 3% [== ] 147/3656 4% [== ] 148/3656 4% [== ] 149/3656 4% [== ] 150/3656 4% [== ] 151/3656 4% [== ] 152/3656 4% [== ] 153/3656 4% [== ] 154/3656 4% [== ] 155/3656 4% [== ] 156/3656 4% [== ] 157/3656 4% [== ] 158/3656 4% [== ] 159/3656 4% [== ] 160/3656 4% [== ] 161/3656 4% [== ] 162/3656 4% [== ] 163/3656 4% [== ] 164/3656 4% [== ] 165/3656 4% [== ] 166/3656 4% [== ] 167/3656 4% [== ] 168/3656 4% [== ] 169/3656 4% [== ] 170/3656 4% [== ] 171/3656 4% [== ] 172/3656 4% [== ] 173/3656 4% [== ] 174/3656 4% [== ] 175/3656 4% [== ] 176/3656 4% [=== ] 177/3656 4% [=== ] 178/3656 4% [=== ] 179/3656 4% [=== ] 180/3656 4% [=== ] 181/3656 4% [=== ] 182/3656 4% [=== ] 183/3656 5% [=== ] 184/3656 5% [=== ] 185/3656 5% [=== ] 186/3656 5% [=== ] 187/3656 5% [=== ] 188/3656 5% [=== ] 189/3656 5% [=== ] 190/3656 5% [=== ] 191/3656 5% [=== ] 192/3656 5% [=== ] 193/3656 5% [=== ] 194/3656 5% [=== ] 195/3656 5% [=== ] 196/3656 5% [=== ] 197/3656 5% [=== ] 198/3656 5% [=== ] 199/3656 5% [=== ] 200/3656 5% [=== ] 201/3656 5% [=== ] 202/3656 5% [=== ] 203/3656 5% [=== ] 204/3656 5% [=== ] 205/3656 5% [=== ] 206/3656 5% [=== ] 207/3656 5% [=== ] 208/3656 5% [=== ] 209/3656 5% [=== ] 210/3656 5% [=== ] 211/3656 5% [=== ] 212/3656 5% [=== ] 213/3656 5% [=== ] 214/3656 5% [=== ] 215/3656 5% [=== ] 216/3656 5% [=== ] 217/3656 5% [=== ] 218/3656 5% [=== ] 219/3656 5% [=== ] 220/3656 6% [=== ] 221/3656 6% [=== ] 222/3656 6% [=== ] 223/3656 6% [=== ] 224/3656 6% [=== ] 225/3656 6% [=== ] 226/3656 6% [=== ] 227/3656 6% [=== ] 228/3656 6% [=== ] 229/3656 6% [=== ] 230/3656 6% [=== ] 231/3656 6% [=== ] 232/3656 6% [=== ] 233/3656 6% [=== ] 234/3656 6% [=== ] 235/3656 6% [==== ] 236/3656 6% [==== ] 237/3656 6% [==== ] 238/3656 6% [==== ] 239/3656 6% [==== ] 240/3656 6% [==== ] 241/3656 6% [==== ] 242/3656 6% [==== ] 243/3656 6% [==== ] 244/3656 6% [==== ] 245/3656 6% [==== ] 246/3656 6% [==== ] 247/3656 6% [==== ] 248/3656 6% [==== ] 249/3656 6% [==== ] 250/3656 6% [==== ] 251/3656 6% [==== ] 252/3656 6% [==== ] 253/3656 6% [==== ] 254/3656 6% [==== ] 255/3656 6% [==== ] 256/3656 7% [==== ] 257/3656 7% [==== ] 258/3656 7% [==== ] 259/3656 7% [==== ] 260/3656 7% [==== ] 261/3656 7% [==== ] 262/3656 7% [==== ] 263/3656 7% [==== ] 264/3656 7% [==== ] 265/3656 7% [==== ] 266/3656 7% [==== ] 267/3656 7% [==== ] 268/3656 7% [==== ] 269/3656 7% [==== ] 270/3656 7% [==== ] 271/3656 7% [==== ] 272/3656 7% [==== ] 273/3656 7% [==== ] 274/3656 7% [==== ] 275/3656 7% [==== ] 276/3656 7% [==== ] 277/3656 7% [==== ] 278/3656 7% [==== ] 279/3656 7% [==== ] 280/3656 7% [==== ] 281/3656 7% [==== ] 282/3656 7% [==== ] 283/3656 7% [==== ] 284/3656 7% [==== ] 285/3656 7% [==== ] 286/3656 7% [==== ] 287/3656 7% [==== ] 288/3656 7% [==== ] 289/3656 7% [==== ] 290/3656 7% [==== ] 291/3656 7% [==== ] 292/3656 7% [==== ] 293/3656 8% [==== ] 294/3656 8% [===== ] 295/3656 8% [===== ] 296/3656 8% [===== ] 297/3656 8% [===== ] 298/3656 8% [===== ] 299/3656 8% [===== ] 300/3656 8% [===== ] 301/3656 8% [===== ] 302/3656 8% [===== ] 303/3656 8% [===== ] 304/3656 8% [===== ] 305/3656 8% [===== ] 306/3656 8% [===== ] 307/3656 8% [===== ] 308/3656 8% [===== ] 309/3656 8% [===== ] 310/3656 8% [===== ] 311/3656 8% [===== ] 312/3656 8% [===== ] 313/3656 8% [===== ] 314/3656 8% [===== ] 315/3656 8% [===== ] 316/3656 8% [===== ] 317/3656 8% [===== ] 318/3656 8% [===== ] 319/3656 8% [===== ] 320/3656 8% [===== ] 321/3656 8% [===== ] 322/3656 8% [===== ] 323/3656 8% [===== ] 324/3656 8% [===== ] 325/3656 8% [===== ] 326/3656 8% [===== ] 327/3656 8% [===== ] 328/3656 8% [===== ] 329/3656 8% [===== ] 330/3656 9% [===== ] 331/3656 9% [===== ] 332/3656 9% [===== ] 333/3656 9% [===== ] 334/3656 9% [===== ] 335/3656 9% [===== ] 336/3656 9% [===== ] 337/3656 9% [===== ] 338/3656 9% [===== ] 339/3656 9% [===== ] 340/3656 9% [===== ] 341/3656 9% [===== ] 342/3656 9% [===== ] 343/3656 9% [===== ] 344/3656 9% [===== ] 345/3656 9% [===== ] 346/3656 9% [===== ] 347/3656 9% [===== ] 348/3656 9% [===== ] 349/3656 9% [===== ] 350/3656 9% [===== ] 351/3656 9% [===== ] 352/3656 9% [===== ] 353/3656 9% [====== ] 354/3656 9% [====== ] 355/3656 9% [====== ] 356/3656 9% [====== ] 357/3656 9% [====== ] 358/3656 9% [====== ] 359/3656 9% [====== ] 360/3656 9% [====== ] 361/3656 9% [====== ] 362/3656 9% [====== ] 363/3656 9% [====== ] 364/3656 9% [====== ] 365/3656 9% [====== ] 366/3656 10% [====== ] 367/3656 10% [====== ] 368/3656 10% [====== ] 369/3656 10% [====== ] 370/3656 10% [====== ] 371/3656 10% [====== ] 372/3656 10% [====== ] 373/3656 10% [====== ] 374/3656 10% [====== ] 375/3656 10% [====== ] 376/3656 10% [====== ] 377/3656 10% [====== ] 378/3656 10% [====== ] 379/3656 10% [====== ] 380/3656 10% [====== ] 381/3656 10% [====== ] 382/3656 10% [====== ] 383/3656 10% [====== ] 384/3656 10% [====== ] 385/3656 10% [====== ] 386/3656 10% [====== ] 387/3656 10% [====== ] 388/3656 10% [====== ] 389/3656 10% [====== ] 390/3656 10% [====== ] 391/3656 10% [====== ] 392/3656 10% [====== ] 393/3656 10% [====== ] 394/3656 10% [====== ] 395/3656 10% [====== ] 396/3656 10% [====== ] 397/3656 10% [====== ] 398/3656 10% [====== ] 399/3656 10% [====== ] 400/3656 10% [====== ] 401/3656 10% [====== ] 402/3656 10% [====== ] 403/3656 11% [====== ] 404/3656 11% [====== ] 405/3656 11% [====== ] 406/3656 11% [====== ] 407/3656 11% [====== ] 408/3656 11% [====== ] 409/3656 11% [====== ] 410/3656 11% [====== ] 411/3656 11% [====== ] 412/3656 11% [======= ] 413/3656 11% [======= ] 414/3656 11% [======= ] 415/3656 11% [======= ] 416/3656 11% [======= ] 417/3656 11% [======= ] 418/3656 11% [======= ] 419/3656 11% [======= ] 420/3656 11% [======= ] 421/3656 11% [======= ] 422/3656 11% [======= ] 423/3656 11% [======= ] 424/3656 11% [======= ] 425/3656 11% [======= ] 426/3656 11% [======= ] 427/3656 11% [======= ] 428/3656 11% [======= ] 429/3656 11% [======= ] 430/3656 11% [======= ] 431/3656 11% [======= ] 432/3656 11% [======= ] 433/3656 11% [======= ] 434/3656 11% [======= ] 435/3656 11% [======= ] 436/3656 11% [======= ] 437/3656 11% [======= ] 438/3656 11% [======= ] 439/3656 12% [======= ] 440/3656 12% [======= ] 441/3656 12% [======= ] 442/3656 12% [======= ] 443/3656 12% [======= ] 444/3656 12% [======= ] 445/3656 12% [======= ] 446/3656 12% [======= ] 447/3656 12% [======= ] 448/3656 12% [======= ] 449/3656 12% [======= ] 450/3656 12% [======= ] 451/3656 12% [======= ] 452/3656 12% [======= ] 453/3656 12% [======= ] 454/3656 12% [======= ] 455/3656 12% [======= ] 456/3656 12% [======= ] 457/3656 12% [======= ] 458/3656 12% [======= ] 459/3656 12% [======= ] 460/3656 12% [======= ] 461/3656 12% [======= ] 462/3656 12% [======= ] 463/3656 12% [======= ] 464/3656 12% [======= ] 465/3656 12% [======= ] 466/3656 12% [======= ] 467/3656 12% [======= ] 468/3656 12% [======= ] 469/3656 12% [======= ] 470/3656 12% [======= ] 471/3656 12% [======== ] 472/3656 12% [======== ] 473/3656 12% [======== ] 474/3656 12% [======== ] 475/3656 12% [======== ] 476/3656 13% [======== ] 477/3656 13% [======== ] 478/3656 13% [======== ] 479/3656 13% [======== ] 480/3656 13% [======== ] 481/3656 13% [======== ] 482/3656 13% [======== ] 483/3656 13% [======== ] 484/3656 13% [======== ] 485/3656 13% [======== ] 486/3656 13% [======== ] 487/3656 13% [======== ] 488/3656 13% [======== ] 489/3656 13% [======== ] 490/3656 13% [======== ] 491/3656 13% [======== ] 492/3656 13% [======== ] 493/3656 13% [======== ] 494/3656 13% [======== ] 495/3656 13% [======== ] 496/3656 13% [======== ] 497/3656 13% [======== ] 498/3656 13% [======== ] 499/3656 13% [======== ] 500/3656 13% [======== ] 501/3656 13% [======== ] 502/3656 13% [======== ] 503/3656 13% [======== ] 504/3656 13% [======== ] 505/3656 13% [======== ] 506/3656 13% [======== ] 507/3656 13% [======== ] 508/3656 13% [======== ] 509/3656 13% [======== ] 510/3656 13% [======== ] 511/3656 13% [======== ] 512/3656 14% [======== ] 513/3656 14% [======== ] 514/3656 14% [======== ] 515/3656 14% [======== ] 516/3656 14% [======== ] 517/3656 14% [======== ] 518/3656 14% [======== ] 519/3656 14% [======== ] 520/3656 14% [======== ] 521/3656 14% [======== ] 522/3656 14% [======== ] 523/3656 14% [======== ] 524/3656 14% [======== ] 525/3656 14% [======== ] 526/3656 14% [======== ] 527/3656 14% [======== ] 528/3656 14% [======== ] 529/3656 14% [======== ] 530/3656 14% [========= ] 531/3656 14% [========= ] 532/3656 14% [========= ] 533/3656 14% [========= ] 534/3656 14% [========= ] 535/3656 14% [========= ] 536/3656 14% [========= ] 537/3656 14% [========= ] 538/3656 14% [========= ] 539/3656 14% [========= ] 540/3656 14% [========= ] 541/3656 14% [========= ] 542/3656 14% [========= ] 543/3656 14% [========= ] 544/3656 14% [========= ] 545/3656 14% [========= ] 546/3656 14% [========= ] 547/3656 14% [========= ] 548/3656 14% [========= ] 549/3656 15% [========= ] 550/3656 15% [========= ] 551/3656 15% [========= ] 552/3656 15% [========= ] 553/3656 15% [========= ] 554/3656 15% [========= ] 555/3656 15% [========= ] 556/3656 15% [========= ] 557/3656 15% [========= ] 558/3656 15% [========= ] 559/3656 15% [========= ] 560/3656 15% [========= ] 561/3656 15% [========= ] 562/3656 15% [========= ] 563/3656 15% [========= ] 564/3656 15% [========= ] 565/3656 15% [========= ] 566/3656 15% [========= ] 567/3656 15% [========= ] 568/3656 15% [========= ] 569/3656 15% [========= ] 570/3656 15% [========= ] 571/3656 15% [========= ] 572/3656 15% [========= ] 573/3656 15% [========= ] 574/3656 15% [========= ] 575/3656 15% [========= ] 576/3656 15% [========= ] 577/3656 15% [========= ] 578/3656 15% [========= ] 579/3656 15% [========= ] 580/3656 15% [========= ] 581/3656 15% [========= ] 582/3656 15% [========= ] 583/3656 15% [========= ] 584/3656 15% [========= ] 585/3656 16% [========= ] 586/3656 16% [========= ] 587/3656 16% [========= ] 588/3656 16% [========= ] 589/3656 16% [========== ] 590/3656 16% [========== ] 591/3656 16% [========== ] 592/3656 16% [========== ] 593/3656 16% [========== ] 594/3656 16% [========== ] 595/3656 16% [========== ] 596/3656 16% [========== ] 597/3656 16% [========== ] 598/3656 16% [========== ] 599/3656 16% [========== ] 600/3656 16% [========== ] 601/3656 16% [========== ] 602/3656 16% [========== ] 603/3656 16% [========== ] 604/3656 16% [========== ] 605/3656 16% [========== ] 606/3656 16% [========== ] 607/3656 16% [========== ] 608/3656 16% [========== ] 609/3656 16% [========== ] 610/3656 16% [========== ] 611/3656 16% [========== ] 612/3656 16% [========== ] 613/3656 16% [========== ] 614/3656 16% [========== ] 615/3656 16% [========== ] 616/3656 16% [========== ] 617/3656 16% [========== ] 618/3656 16% [========== ] 619/3656 16% [========== ] 620/3656 16% [========== ] 621/3656 16% [========== ] 622/3656 17% [========== ] 623/3656 17% [========== ] 624/3656 17% [========== ] 625/3656 17% [========== ] 626/3656 17% [========== ] 627/3656 17% [========== ] 628/3656 17% [========== ] 629/3656 17% [========== ] 630/3656 17% [========== ] 631/3656 17% [========== ] 632/3656 17% [========== ] 633/3656 17% [========== ] 634/3656 17% [========== ] 635/3656 17% [========== ] 636/3656 17% [========== ] 637/3656 17% [========== ] 638/3656 17% [========== ] 639/3656 17% [========== ] 640/3656 17% [========== ] 641/3656 17% [========== ] 642/3656 17% [========== ] 643/3656 17% [========== ] 644/3656 17% [========== ] 645/3656 17% [========== ] 646/3656 17% [========== ] 647/3656 17% [========== ] 648/3656 17% [=========== ] 649/3656 17% [=========== ] 650/3656 17% [=========== ] 651/3656 17% [=========== ] 652/3656 17% [=========== ] 653/3656 17% [=========== ] 654/3656 17% [=========== ] 655/3656 17% [=========== ] 656/3656 17% [=========== ] 657/3656 17% [=========== ] 658/3656 17% [=========== ] 659/3656 18% [=========== ] 660/3656 18% [=========== ] 661/3656 18% [=========== ] 662/3656 18% [=========== ] 663/3656 18% [=========== ] 664/3656 18% [=========== ] 665/3656 18% [=========== ] 666/3656 18% [=========== ] 667/3656 18% [=========== ] 668/3656 18% [=========== ] 669/3656 18% [=========== ] 670/3656 18% [=========== ] 671/3656 18% [=========== ] 672/3656 18% [=========== ] 673/3656 18% [=========== ] 674/3656 18% [=========== ] 675/3656 18% [=========== ] 676/3656 18% [=========== ] 677/3656 18% [=========== ] 678/3656 18% [=========== ] 679/3656 18% [=========== ] 680/3656 18% [=========== ] 681/3656 18% [=========== ] 682/3656 18% [=========== ] 683/3656 18% [=========== ] 684/3656 18% [=========== ] 685/3656 18% [=========== ] 686/3656 18% [=========== ] 687/3656 18% [=========== ] 688/3656 18% [=========== ] 689/3656 18% [=========== ] 690/3656 18% [=========== ] 691/3656 18% [=========== ] 692/3656 18% [=========== ] 693/3656 18% [=========== ] 694/3656 18% [=========== ] 695/3656 19% [=========== ] 696/3656 19% [=========== ] 697/3656 19% [=========== ] 698/3656 19% [=========== ] 699/3656 19% [=========== ] 700/3656 19% [=========== ] 701/3656 19% [=========== ] 702/3656 19% [=========== ] 703/3656 19% [=========== ] 704/3656 19% [=========== ] 705/3656 19% [=========== ] 706/3656 19% [=========== ] 707/3656 19% [============ ] 708/3656 19% [============ ] 709/3656 19% [============ ] 710/3656 19% [============ ] 711/3656 19% [============ ] 712/3656 19% [============ ] 713/3656 19% [============ ] 714/3656 19% [============ ] 715/3656 19% [============ ] 716/3656 19% [============ ] 717/3656 19% [============ ] 718/3656 19% [============ ] 719/3656 19% [============ ] 720/3656 19% [============ ] 721/3656 19% [============ ] 722/3656 19% [============ ] 723/3656 19% [============ ] 724/3656 19% [============ ] 725/3656 19% [============ ] 726/3656 19% [============ ] 727/3656 19% [============ ] 728/3656 19% [============ ] 729/3656 19% [============ ] 730/3656 19% [============ ] 731/3656 19% [============ ] 732/3656 20% [============ ] 733/3656 20% [============ ] 734/3656 20% [============ ] 735/3656 20% [============ ] 736/3656 20% [============ ] 737/3656 20% [============ ] 738/3656 20% [============ ] 739/3656 20% [============ ] 740/3656 20% [============ ] 741/3656 20% [============ ] 742/3656 20% [============ ] 743/3656 20% [============ ] 744/3656 20% [============ ] 745/3656 20% [============ ] 746/3656 20% [============ ] 747/3656 20% [============ ] 748/3656 20% [============ ] 749/3656 20% [============ ] 750/3656 20% [============ ] 751/3656 20% [============ ] 752/3656 20% [============ ] 753/3656 20% [============ ] 754/3656 20% [============ ] 755/3656 20% [============ ] 756/3656 20% [============ ] 757/3656 20% [============ ] 758/3656 20% [============ ] 759/3656 20% [============ ] 760/3656 20% [============ ] 761/3656 20% [============ ] 762/3656 20% [============ ] 763/3656 20% [============ ] 764/3656 20% [============ ] 765/3656 20% [============ ] 766/3656 20% [============= ] 767/3656 20% [============= ] 768/3656 21% [============= ] 769/3656 21% [============= ] 770/3656 21% [============= ] 771/3656 21% [============= ] 772/3656 21% [============= ] 773/3656 21% [============= ] 774/3656 21% [============= ] 775/3656 21% [============= ] 776/3656 21% [============= ] 777/3656 21% [============= ] 778/3656 21% [============= ] 779/3656 21% [============= ] 780/3656 21% [============= ] 781/3656 21% [============= ] 782/3656 21% [============= ] 783/3656 21% [============= ] 784/3656 21% [============= ] 785/3656 21% [============= ] 786/3656 21% [============= ] 787/3656 21% [============= ] 788/3656 21% [============= ] 789/3656 21% [============= ] 790/3656 21% [============= ] 791/3656 21% [============= ] 792/3656 21% [============= ] 793/3656 21% [============= ] 794/3656 21% [============= ] 795/3656 21% [============= ] 796/3656 21% [============= ] 797/3656 21% [============= ] 798/3656 21% [============= ] 799/3656 21% [============= ] 800/3656 21% [============= ] 801/3656 21% [============= ] 802/3656 21% [============= ] 803/3656 21% [============= ] 804/3656 21% [============= ] 805/3656 22% [============= ] 806/3656 22% [============= ] 807/3656 22% [============= ] 808/3656 22% [============= ] 809/3656 22% [============= ] 810/3656 22% [============= ] 811/3656 22% [============= ] 812/3656 22% [============= ] 813/3656 22% [============= ] 814/3656 22% [============= ] 815/3656 22% [============= ] 816/3656 22% [============= ] 817/3656 22% [============= ] 818/3656 22% [============= ] 819/3656 22% [============= ] 820/3656 22% [============= ] 821/3656 22% [============= ] 822/3656 22% [============= ] 823/3656 22% [============= ] 824/3656 22% [============= ] 825/3656 22% [============== ] 826/3656 22% [============== ] 827/3656 22% [============== ] 828/3656 22% [============== ] 829/3656 22% [============== ] 830/3656 22% [============== ] 831/3656 22% [============== ] 832/3656 22% [============== ] 833/3656 22% [============== ] 834/3656 22% [============== ] 835/3656 22% [============== ] 836/3656 22% [============== ] 837/3656 22% [============== ] 838/3656 22% [============== ] 839/3656 22% [============== ] 840/3656 22% [============== ] 841/3656 23% [============== ] 842/3656 23% [============== ] 843/3656 23% [============== ] 844/3656 23% [============== ] 845/3656 23% [============== ] 846/3656 23% [============== ] 847/3656 23% [============== ] 848/3656 23% [============== ] 849/3656 23% [============== ] 850/3656 23% [============== ] 851/3656 23% [============== ] 852/3656 23% [============== ] 853/3656 23% [============== ] 854/3656 23% [============== ] 855/3656 23% [============== ] 856/3656 23% [============== ] 857/3656 23% [============== ] 858/3656 23% [============== ] 859/3656 23% [============== ] 860/3656 23% [============== ] 861/3656 23% [============== ] 862/3656 23% [============== ] 863/3656 23% [============== ] 864/3656 23% [============== ] 865/3656 23% [============== ] 866/3656 23% [============== ] 867/3656 23% [============== ] 868/3656 23% [============== ] 869/3656 23% [============== ] 870/3656 23% [============== ] 871/3656 23% [============== ] 872/3656 23% [============== ] 873/3656 23% [============== ] 874/3656 23% [============== ] 875/3656 23% [============== ] 876/3656 23% [============== ] 877/3656 23% [============== ] 878/3656 24% [============== ] 879/3656 24% [============== ] 880/3656 24% [============== ] 881/3656 24% [============== ] 882/3656 24% [============== ] 883/3656 24% [============== ] 884/3656 24% [=============== ] 885/3656 24% [=============== ] 886/3656 24% [=============== ] 887/3656 24% [=============== ] 888/3656 24% [=============== ] 889/3656 24% [=============== ] 890/3656 24% [=============== ] 891/3656 24% [=============== ] 892/3656 24% [=============== ] 893/3656 24% [=============== ] 894/3656 24% [=============== ] 895/3656 24% [=============== ] 896/3656 24% [=============== ] 897/3656 24% [=============== ] 898/3656 24% [=============== ] 899/3656 24% [=============== ] 900/3656 24% [=============== ] 901/3656 24% [=============== ] 902/3656 24% [=============== ] 903/3656 24% [=============== ] 904/3656 24% [=============== ] 905/3656 24% [=============== ] 906/3656 24% [=============== ] 907/3656 24% [=============== ] 908/3656 24% [=============== ] 909/3656 24% [=============== ] 910/3656 24% [=============== ] 911/3656 24% [=============== ] 912/3656 24% [=============== ] 913/3656 24% [=============== ] 914/3656 25% [=============== ] 915/3656 25% [=============== ] 916/3656 25% [=============== ] 917/3656 25% [=============== ] 918/3656 25% [=============== ] 919/3656 25% [=============== ] 920/3656 25% [=============== ] 921/3656 25% [=============== ] 922/3656 25% [=============== ] 923/3656 25% [=============== ] 924/3656 25% [=============== ] 925/3656 25% [=============== ] 926/3656 25% [=============== ] 927/3656 25% [=============== ] 928/3656 25% [=============== ] 929/3656 25% [=============== ] 930/3656 25% [=============== ] 931/3656 25% [=============== ] 932/3656 25% [=============== ] 933/3656 25% [=============== ] 934/3656 25% [=============== ] 935/3656 25% [=============== ] 936/3656 25% [=============== ] 937/3656 25% [=============== ] 938/3656 25% [=============== ] 939/3656 25% [=============== ] 940/3656 25% [=============== ] 941/3656 25% [=============== ] 942/3656 25% [=============== ] 943/3656 25% [================ ] 944/3656 25% [================ ] 945/3656 25% [================ ] 946/3656 25% [================ ] 947/3656 25% [================ ] 948/3656 25% [================ ] 949/3656 25% [================ ] 950/3656 25% [================ ] 951/3656 26% [================ ] 952/3656 26% [================ ] 953/3656 26% [================ ] 954/3656 26% [================ ] 955/3656 26% [================ ] 956/3656 26% [================ ] 957/3656 26% [================ ] 958/3656 26% [================ ] 959/3656 26% [================ ] 960/3656 26% [================ ] 961/3656 26% [================ ] 962/3656 26% [================ ] 963/3656 26% [================ ] 964/3656 26% [================ ] 965/3656 26% [================ ] 966/3656 26% [================ ] 967/3656 26% [================ ] 968/3656 26% [================ ] 969/3656 26% [================ ] 970/3656 26% [================ ] 971/3656 26% [================ ] 972/3656 26% [================ ] 973/3656 26% [================ ] 974/3656 26% [================ ] 975/3656 26% [================ ] 976/3656 26% [================ ] 977/3656 26% [================ ] 978/3656 26% [================ ] 979/3656 26% [================ ] 980/3656 26% [================ ] 981/3656 26% [================ ] 982/3656 26% [================ ] 983/3656 26% [================ ] 984/3656 26% [================ ] 985/3656 26% [================ ] 986/3656 26% [================ ] 987/3656 26% [================ ] 988/3656 27% [================ ] 989/3656 27% [================ ] 990/3656 27% [================ ] 991/3656 27% [================ ] 992/3656 27% [================ ] 993/3656 27% [================ ] 994/3656 27% [================ ] 995/3656 27% [================ ] 996/3656 27% [================ ] 997/3656 27% [================ ] 998/3656 27% [================ ] 999/3656 27% [================ ] 1000/3656 27% [================ ] 1001/3656 27% [================ ] 1002/3656 27% [================= ] 1003/3656 27% [================= ] 1004/3656 27% [================= ] 1005/3656 27% [================= ] 1006/3656 27% [================= ] 1007/3656 27% [================= ] 1008/3656 27% [================= ] 1009/3656 27% [================= ] 1010/3656 27% [================= ] 1011/3656 27% [================= ] 1012/3656 27% [================= ] 1013/3656 27% [================= ] 1014/3656 27% [================= ] 1015/3656 27% [================= ] 1016/3656 27% [================= ] 1017/3656 27% [================= ] 1018/3656 27% [================= ] 1019/3656 27% [================= ] 1020/3656 27% [================= ] 1021/3656 27% [================= ] 1022/3656 27% [================= ] 1023/3656 27% [================= ] 1024/3656 28% [================= ] 1025/3656 28% [================= ] 1026/3656 28% [================= ] 1027/3656 28% [================= ] 1028/3656 28% [================= ] 1029/3656 28% [================= ] 1030/3656 28% [================= ] 1031/3656 28% [================= ] 1032/3656 28% [================= ] 1033/3656 28% [================= ] 1034/3656 28% [================= ] 1035/3656 28% [================= ] 1036/3656 28% [================= ] 1037/3656 28% [================= ] 1038/3656 28% [================= ] 1039/3656 28% [================= ] 1040/3656 28% [================= ] 1041/3656 28% [================= ] 1042/3656 28% [================= ] 1043/3656 28% [================= ] 1044/3656 28% [================= ] 1045/3656 28% [================= ] 1046/3656 28% [================= ] 1047/3656 28% [================= ] 1048/3656 28% [================= ] 1049/3656 28% [================= ] 1050/3656 28% [================= ] 1051/3656 28% [================= ] 1052/3656 28% [================= ] 1053/3656 28% [================= ] 1054/3656 28% [================= ] 1055/3656 28% [================= ] 1056/3656 28% [================= ] 1057/3656 28% [================= ] 1058/3656 28% [================= ] 1059/3656 28% [================= ] 1060/3656 28% [================= ] 1061/3656 29% [================== ] 1062/3656 29% [================== ] 1063/3656 29% [================== ] 1064/3656 29% [================== ] 1065/3656 29% [================== ] 1066/3656 29% [================== ] 1067/3656 29% [================== ] 1068/3656 29% [================== ] 1069/3656 29% [================== ] 1070/3656 29% [================== ] 1071/3656 29% [================== ] 1072/3656 29% [================== ] 1073/3656 29% [================== ] 1074/3656 29% [================== ] 1075/3656 29% [================== ] 1076/3656 29% [================== ] 1077/3656 29% [================== ] 1078/3656 29% [================== ] 1079/3656 29% [================== ] 1080/3656 29% [================== ] 1081/3656 29% [================== ] 1082/3656 29% [================== ] 1083/3656 29% [================== ] 1084/3656 29% [================== ] 1085/3656 29% [================== ] 1086/3656 29% [================== ] 1087/3656 29% [================== ] 1088/3656 29% [================== ] 1089/3656 29% [================== ] 1090/3656 29% [================== ] 1091/3656 29% [================== ] 1092/3656 29% [================== ] 1093/3656 29% [================== ] 1094/3656 29% [================== ] 1095/3656 29% [================== ] 1096/3656 29% [================== ] 1097/3656 30% [================== ] 1098/3656 30% [================== ] 1099/3656 30% [================== ] 1100/3656 30% [================== ] 1101/3656 30% [================== ] 1102/3656 30% [================== ] 1103/3656 30% [================== ] 1104/3656 30% [================== ] 1105/3656 30% [================== ] 1106/3656 30% [================== ] 1107/3656 30% [================== ] 1108/3656 30% [================== ] 1109/3656 30% [================== ] 1110/3656 30% [================== ] 1111/3656 30% [================== ] 1112/3656 30% [================== ] 1113/3656 30% [================== ] 1114/3656 30% [================== ] 1115/3656 30% [================== ] 1116/3656 30% [================== ] 1117/3656 30% [================== ] 1118/3656 30% [================== ] 1119/3656 30% [================== ] 1120/3656 30% [=================== ] 1121/3656 30% [=================== ] 1122/3656 30% [=================== ] 1123/3656 30% [=================== ] 1124/3656 30% [=================== ] 1125/3656 30% [=================== ] 1126/3656 30% [=================== ] 1127/3656 30% [=================== ] 1128/3656 30% [=================== ] 1129/3656 30% [=================== ] 1130/3656 30% [=================== ] 1131/3656 30% [=================== ] 1132/3656 30% [=================== ] 1133/3656 30% [=================== ] 1134/3656 31% [=================== ] 1135/3656 31% [=================== ] 1136/3656 31% [=================== ] 1137/3656 31% [=================== ] 1138/3656 31% [=================== ] 1139/3656 31% [=================== ] 1140/3656 31% [=================== ] 1141/3656 31% [=================== ] 1142/3656 31% [=================== ] 1143/3656 31% [=================== ] 1144/3656 31% [=================== ] 1145/3656 31% [=================== ] 1146/3656 31% [=================== ] 1147/3656 31% [=================== ] 1148/3656 31% [=================== ] 1149/3656 31% [=================== ] 1150/3656 31% [=================== ] 1151/3656 31% [=================== ] 1152/3656 31% [=================== ] 1153/3656 31% [=================== ] 1154/3656 31% [=================== ] 1155/3656 31% [=================== ] 1156/3656 31% [=================== ] 1157/3656 31% [=================== ] 1158/3656 31% [=================== ] 1159/3656 31% [=================== ] 1160/3656 31% [=================== ] 1161/3656 31% [=================== ] 1162/3656 31% [=================== ] 1163/3656 31% [=================== ] 1164/3656 31% [=================== ] 1165/3656 31% [=================== ] 1166/3656 31% [=================== ] 1167/3656 31% [=================== ] 1168/3656 31% [=================== ] 1169/3656 31% [=================== ] 1170/3656 32% [=================== ] 1171/3656 32% [=================== ] 1172/3656 32% [=================== ] 1173/3656 32% [=================== ] 1174/3656 32% [=================== ] 1175/3656 32% [=================== ] 1176/3656 32% [=================== ] 1177/3656 32% [=================== ] 1178/3656 32% [=================== ] 1179/3656 32% [==================== ] 1180/3656 32% [==================== ] 1181/3656 32% [==================== ] 1182/3656 32% [==================== ] 1183/3656 32% [==================== ] 1184/3656 32% [==================== ] 1185/3656 32% [==================== ] 1186/3656 32% [==================== ] 1187/3656 32% [==================== ] 1188/3656 32% [==================== ] 1189/3656 32% [==================== ] 1190/3656 32% [==================== ] 1191/3656 32% [==================== ] 1192/3656 32% [==================== ] 1193/3656 32% [==================== ] 1194/3656 32% [==================== ] 1195/3656 32% [==================== ] 1196/3656 32% [==================== ] 1197/3656 32% [==================== ] 1198/3656 32% [==================== ] 1199/3656 32% [==================== ] 1200/3656 32% [==================== ] 1201/3656 32% [==================== ] 1202/3656 32% [==================== ] 1203/3656 32% [==================== ] 1204/3656 32% [==================== ] 1205/3656 32% [==================== ] 1206/3656 32% [==================== ] 1207/3656 33% [==================== ] 1208/3656 33% [==================== ] 1209/3656 33% [==================== ] 1210/3656 33% [==================== ] 1211/3656 33% [==================== ] 1212/3656 33% [==================== ] 1213/3656 33% [==================== ] 1214/3656 33% [==================== ] 1215/3656 33% [==================== ] 1216/3656 33% [==================== ] 1217/3656 33% [==================== ] 1218/3656 33% [==================== ] 1219/3656 33% [==================== ] 1220/3656 33% [==================== ] 1221/3656 33% [==================== ] 1222/3656 33% [==================== ] 1223/3656 33% [==================== ] 1224/3656 33% [==================== ] 1225/3656 33% [==================== ] 1226/3656 33% [==================== ] 1227/3656 33% [==================== ] 1228/3656 33% [==================== ] 1229/3656 33% [==================== ] 1230/3656 33% [==================== ] 1231/3656 33% [==================== ] 1232/3656 33% [==================== ] 1233/3656 33% [==================== ] 1234/3656 33% [==================== ] 1235/3656 33% [==================== ] 1236/3656 33% [==================== ] 1237/3656 33% [==================== ] 1238/3656 33% [===================== ] 1239/3656 33% [===================== ] 1240/3656 33% [===================== ] 1241/3656 33% [===================== ] 1242/3656 33% [===================== ] 1243/3656 33% [===================== ] 1244/3656 34% [===================== ] 1245/3656 34% [===================== ] 1246/3656 34% [===================== ] 1247/3656 34% [===================== ] 1248/3656 34% [===================== ] 1249/3656 34% [===================== ] 1250/3656 34% [===================== ] 1251/3656 34% [===================== ] 1252/3656 34% [===================== ] 1253/3656 34% [===================== ] 1254/3656 34% [===================== ] 1255/3656 34% [===================== ] 1256/3656 34% [===================== ] 1257/3656 34% [===================== ] 1258/3656 34% [===================== ] 1259/3656 34% [===================== ] 1260/3656 34% [===================== ] 1261/3656 34% [===================== ] 1262/3656 34% [===================== ] 1263/3656 34% [===================== ] 1264/3656 34% [===================== ] 1265/3656 34% [===================== ] 1266/3656 34% [===================== ] 1267/3656 34% [===================== ] 1268/3656 34% [===================== ] 1269/3656 34% [===================== ] 1270/3656 34% [===================== ] 1271/3656 34% [===================== ] 1272/3656 34% [===================== ] 1273/3656 34% [===================== ] 1274/3656 34% [===================== ] 1275/3656 34% [===================== ] 1276/3656 34% [===================== ] 1277/3656 34% [===================== ] 1278/3656 34% [===================== ] 1279/3656 34% [===================== ] 1280/3656 35% [===================== ] 1281/3656 35% [===================== ] 1282/3656 35% [===================== ] 1283/3656 35% [===================== ] 1284/3656 35% [===================== ] 1285/3656 35% [===================== ] 1286/3656 35% [===================== ] 1287/3656 35% [===================== ] 1288/3656 35% [===================== ] 1289/3656 35% [===================== ] 1290/3656 35% [===================== ] 1291/3656 35% [===================== ] 1292/3656 35% [===================== ] 1293/3656 35% [===================== ] 1294/3656 35% [===================== ] 1295/3656 35% [===================== ] 1296/3656 35% [===================== ] 1297/3656 35% [====================== ] 1298/3656 35% [====================== ] 1299/3656 35% [====================== ] 1300/3656 35% [====================== ] 1301/3656 35% [====================== ] 1302/3656 35% [====================== ] 1303/3656 35% [====================== ] 1304/3656 35% [====================== ] 1305/3656 35% [====================== ] 1306/3656 35% [====================== ] 1307/3656 35% [====================== ] 1308/3656 35% [====================== ] 1309/3656 35% [====================== ] 1310/3656 35% [====================== ] 1311/3656 35% [====================== ] 1312/3656 35% [====================== ] 1313/3656 35% [====================== ] 1314/3656 35% [====================== ] 1315/3656 35% [====================== ] 1316/3656 35% [====================== ] 1317/3656 36% [====================== ] 1318/3656 36% [====================== ] 1319/3656 36% [====================== ] 1320/3656 36% [====================== ] 1321/3656 36% [====================== ] 1322/3656 36% [====================== ] 1323/3656 36% [====================== ] 1324/3656 36% [====================== ] 1325/3656 36% [====================== ] 1326/3656 36% [====================== ] 1327/3656 36% [====================== ] 1328/3656 36% [====================== ] 1329/3656 36% [====================== ] 1330/3656 36% [====================== ] 1331/3656 36% [====================== ] 1332/3656 36% [====================== ] 1333/3656 36% [====================== ] 1334/3656 36% [====================== ] 1335/3656 36% [====================== ] 1336/3656 36% [====================== ] 1337/3656 36% [====================== ] 1338/3656 36% [====================== ] 1339/3656 36% [====================== ] 1340/3656 36% [====================== ] 1341/3656 36% [====================== ] 1342/3656 36% [====================== ] 1343/3656 36% [====================== ] 1344/3656 36% [====================== ] 1345/3656 36% [====================== ] 1346/3656 36% [====================== ] 1347/3656 36% [====================== ] 1348/3656 36% [====================== ] 1349/3656 36% [====================== ] 1350/3656 36% [====================== ] 1351/3656 36% [====================== ] 1352/3656 36% [====================== ] 1353/3656 37% [====================== ] 1354/3656 37% [====================== ] 1355/3656 37% [====================== ] 1356/3656 37% [======================= ] 1357/3656 37% [======================= ] 1358/3656 37% [======================= ] 1359/3656 37% [======================= ] 1360/3656 37% [======================= ] 1361/3656 37% [======================= ] 1362/3656 37% [======================= ] 1363/3656 37% [======================= ] 1364/3656 37% [======================= ] 1365/3656 37% [======================= ] 1366/3656 37% [======================= ] 1367/3656 37% [======================= ] 1368/3656 37% [======================= ] 1369/3656 37% [======================= ] 1370/3656 37% [======================= ] 1371/3656 37% [======================= ] 1372/3656 37% [======================= ] 1373/3656 37% [======================= ] 1374/3656 37% [======================= ] 1375/3656 37% [======================= ] 1376/3656 37% [======================= ] 1377/3656 37% [======================= ] 1378/3656 37% [======================= ] 1379/3656 37% [======================= ] 1380/3656 37% [======================= ] 1381/3656 37% [======================= ] 1382/3656 37% [======================= ] 1383/3656 37% [======================= ] 1384/3656 37% [======================= ] 1385/3656 37% [======================= ] 1386/3656 37% [======================= ] 1387/3656 37% [======================= ] 1388/3656 37% [======================= ] 1389/3656 37% [======================= ] 1390/3656 38% [======================= ] 1391/3656 38% [======================= ] 1392/3656 38% [======================= ] 1393/3656 38% [======================= ] 1394/3656 38% [======================= ] 1395/3656 38% [======================= ] 1396/3656 38% [======================= ] 1397/3656 38% [======================= ] 1398/3656 38% [======================= ] 1399/3656 38% [======================= ] 1400/3656 38% [======================= ] 1401/3656 38% [======================= ] 1402/3656 38% [======================= ] 1403/3656 38% [======================= ] 1404/3656 38% [======================= ] 1405/3656 38% [======================= ] 1406/3656 38% [======================= ] 1407/3656 38% [======================= ] 1408/3656 38% [======================= ] 1409/3656 38% [======================= ] 1410/3656 38% [======================= ] 1411/3656 38% [======================= ] 1412/3656 38% [======================= ] 1413/3656 38% [======================= ] 1414/3656 38% [======================= ] 1415/3656 38% [======================== ] 1416/3656 38% [======================== ] 1417/3656 38% [======================== ] 1418/3656 38% [======================== ] 1419/3656 38% [======================== ] 1420/3656 38% [======================== ] 1421/3656 38% [======================== ] 1422/3656 38% [======================== ] 1423/3656 38% [======================== ] 1424/3656 38% [======================== ] 1425/3656 38% [======================== ] 1426/3656 39% [======================== ] 1427/3656 39% [======================== ] 1428/3656 39% [======================== ] 1429/3656 39% [======================== ] 1430/3656 39% [======================== ] 1431/3656 39% [======================== ] 1432/3656 39% [======================== ] 1433/3656 39% [======================== ] 1434/3656 39% [======================== ] 1435/3656 39% [======================== ] 1436/3656 39% [======================== ] 1437/3656 39% [======================== ] 1438/3656 39% [======================== ] 1439/3656 39% [======================== ] 1440/3656 39% [======================== ] 1441/3656 39% [======================== ] 1442/3656 39% [======================== ] 1443/3656 39% [======================== ] 1444/3656 39% [======================== ] 1445/3656 39% [======================== ] 1446/3656 39% [======================== ] 1447/3656 39% [======================== ] 1448/3656 39% [======================== ] 1449/3656 39% [======================== ] 1450/3656 39% [======================== ] 1451/3656 39% [======================== ] 1452/3656 39% [======================== ] 1453/3656 39% [======================== ] 1454/3656 39% [======================== ] 1455/3656 39% [======================== ] 1456/3656 39% [======================== ] 1457/3656 39% [======================== ] 1458/3656 39% [======================== ] 1459/3656 39% [======================== ] 1460/3656 39% [======================== ] 1461/3656 39% [======================== ] 1462/3656 39% [======================== ] 1463/3656 40% [======================== ] 1464/3656 40% [======================== ] 1465/3656 40% [======================== ] 1466/3656 40% [======================== ] 1467/3656 40% [======================== ] 1468/3656 40% [======================== ] 1469/3656 40% [======================== ] 1470/3656 40% [======================== ] 1471/3656 40% [======================== ] 1472/3656 40% [======================== ] 1473/3656 40% [======================== ] 1474/3656 40% [========================= ] 1475/3656 40% [========================= ] 1476/3656 40% [========================= ] 1477/3656 40% [========================= ] 1478/3656 40% [========================= ] 1479/3656 40% [========================= ] 1480/3656 40% [========================= ] 1481/3656 40% [========================= ] 1482/3656 40% [========================= ] 1483/3656 40% [========================= ] 1484/3656 40% [========================= ] 1485/3656 40% [========================= ] 1486/3656 40% [========================= ] 1487/3656 40% [========================= ] 1488/3656 40% [========================= ] 1489/3656 40% [========================= ] 1490/3656 40% [========================= ] 1491/3656 40% [========================= ] 1492/3656 40% [========================= ] 1493/3656 40% [========================= ] 1494/3656 40% [========================= ] 1495/3656 40% [========================= ] 1496/3656 40% [========================= ] 1497/3656 40% [========================= ] 1498/3656 40% [========================= ] 1499/3656 41% [========================= ] 1500/3656 41% [========================= ] 1501/3656 41% [========================= ] 1502/3656 41% [========================= ] 1503/3656 41% [========================= ] 1504/3656 41% [========================= ] 1505/3656 41% [========================= ] 1506/3656 41% [========================= ] 1507/3656 41% [========================= ] 1508/3656 41% [========================= ] 1509/3656 41% [========================= ] 1510/3656 41% [========================= ] 1511/3656 41% [========================= ] 1512/3656 41% [========================= ] 1513/3656 41% [========================= ] 1514/3656 41% [========================= ] 1515/3656 41% [========================= ] 1516/3656 41% [========================= ] 1517/3656 41% [========================= ] 1518/3656 41% [========================= ] 1519/3656 41% [========================= ] 1520/3656 41% [========================= ] 1521/3656 41% [========================= ] 1522/3656 41% [========================= ] 1523/3656 41% [========================= ] 1524/3656 41% [========================= ] 1525/3656 41% [========================= ] 1526/3656 41% [========================= ] 1527/3656 41% [========================= ] 1528/3656 41% [========================= ] 1529/3656 41% [========================= ] 1530/3656 41% [========================= ] 1531/3656 41% [========================= ] 1532/3656 41% [========================= ] 1533/3656 41% [========================== ] 1534/3656 41% [========================== ] 1535/3656 41% [========================== ] 1536/3656 42% [========================== ] 1537/3656 42% [========================== ] 1538/3656 42% [========================== ] 1539/3656 42% [========================== ] 1540/3656 42% [========================== ] 1541/3656 42% [========================== ] 1542/3656 42% [========================== ] 1543/3656 42% [========================== ] 1544/3656 42% [========================== ] 1545/3656 42% [========================== ] 1546/3656 42% [========================== ] 1547/3656 42% [========================== ] 1548/3656 42% [========================== ] 1549/3656 42% [========================== ] 1550/3656 42% [========================== ] 1551/3656 42% [========================== ] 1552/3656 42% [========================== ] 1553/3656 42% [========================== ] 1554/3656 42% [========================== ] 1555/3656 42% [========================== ] 1556/3656 42% [========================== ] 1557/3656 42% [========================== ] 1558/3656 42% [========================== ] 1559/3656 42% [========================== ] 1560/3656 42% [========================== ] 1561/3656 42% [========================== ] 1562/3656 42% [========================== ] 1563/3656 42% [========================== ] 1564/3656 42% [========================== ] 1565/3656 42% [========================== ] 1566/3656 42% [========================== ] 1567/3656 42% [========================== ] 1568/3656 42% [========================== ] 1569/3656 42% [========================== ] 1570/3656 42% [========================== ] 1571/3656 42% [========================== ] 1572/3656 42% [========================== ] 1573/3656 43% [========================== ] 1574/3656 43% [========================== ] 1575/3656 43% [========================== ] 1576/3656 43% [========================== ] 1577/3656 43% [========================== ] 1578/3656 43% [========================== ] 1579/3656 43% [========================== ] 1580/3656 43% [========================== ] 1581/3656 43% [========================== ] 1582/3656 43% [========================== ] 1583/3656 43% [========================== ] 1584/3656 43% [========================== ] 1585/3656 43% [========================== ] 1586/3656 43% [========================== ] 1587/3656 43% [========================== ] 1588/3656 43% [========================== ] 1589/3656 43% [========================== ] 1590/3656 43% [========================== ] 1591/3656 43% [========================== ] 1592/3656 43% [=========================== ] 1593/3656 43% [=========================== ] 1594/3656 43% [=========================== ] 1595/3656 43% [=========================== ] 1596/3656 43% [=========================== ] 1597/3656 43% [=========================== ] 1598/3656 43% [=========================== ] 1599/3656 43% [=========================== ] 1600/3656 43% [=========================== ] 1601/3656 43% [=========================== ] 1602/3656 43% [=========================== ] 1603/3656 43% [=========================== ] 1604/3656 43% [=========================== ] 1605/3656 43% [=========================== ] 1606/3656 43% [=========================== ] 1607/3656 43% [=========================== ] 1608/3656 43% [=========================== ] 1609/3656 44% [=========================== ] 1610/3656 44% [=========================== ] 1611/3656 44% [=========================== ] 1612/3656 44% [=========================== ] 1613/3656 44% [=========================== ] 1614/3656 44% [=========================== ] 1615/3656 44% [=========================== ] 1616/3656 44% [=========================== ] 1617/3656 44% [=========================== ] 1618/3656 44% [=========================== ] 1619/3656 44% [=========================== ] 1620/3656 44% [=========================== ] 1621/3656 44% [=========================== ] 1622/3656 44% [=========================== ] 1623/3656 44% [=========================== ] 1624/3656 44% [=========================== ] 1625/3656 44% [=========================== ] 1626/3656 44% [=========================== ] 1627/3656 44% [=========================== ] 1628/3656 44% [=========================== ] 1629/3656 44% [=========================== ] 1630/3656 44% [=========================== ] 1631/3656 44% [=========================== ] 1632/3656 44% [=========================== ] 1633/3656 44% [=========================== ] 1634/3656 44% [=========================== ] 1635/3656 44% [=========================== ] 1636/3656 44% [=========================== ] 1637/3656 44% [=========================== ] 1638/3656 44% [=========================== ] 1639/3656 44% [=========================== ] 1640/3656 44% [=========================== ] 1641/3656 44% [=========================== ] 1642/3656 44% [=========================== ] 1643/3656 44% [=========================== ] 1644/3656 44% [=========================== ] 1645/3656 44% [=========================== ] 1646/3656 45% [=========================== ] 1647/3656 45% [=========================== ] 1648/3656 45% [=========================== ] 1649/3656 45% [=========================== ] 1650/3656 45% [=========================== ] 1651/3656 45% [============================ ] 1652/3656 45% [============================ ] 1653/3656 45% [============================ ] 1654/3656 45% [============================ ] 1655/3656 45% [============================ ] 1656/3656 45% [============================ ] 1657/3656 45% [============================ ] 1658/3656 45% [============================ ] 1659/3656 45% [============================ ] 1660/3656 45% [============================ ] 1661/3656 45% [============================ ] 1662/3656 45% [============================ ] 1663/3656 45% [============================ ] 1664/3656 45% [============================ ] 1665/3656 45% [============================ ] 1666/3656 45% [============================ ] 1667/3656 45% [============================ ] 1668/3656 45% [============================ ] 1669/3656 45% [============================ ] 1670/3656 45% [============================ ] 1671/3656 45% [============================ ] 1672/3656 45% [============================ ] 1673/3656 45% [============================ ] 1674/3656 45% [============================ ] 1675/3656 45% [============================ ] 1676/3656 45% [============================ ] 1677/3656 45% [============================ ] 1678/3656 45% [============================ ] 1679/3656 45% [============================ ] 1680/3656 45% [============================ ] 1681/3656 45% [============================ ] 1682/3656 46% [============================ ] 1683/3656 46% [============================ ] 1684/3656 46% [============================ ] 1685/3656 46% [============================ ] 1686/3656 46% [============================ ] 1687/3656 46% [============================ ] 1688/3656 46% [============================ ] 1689/3656 46% [============================ ] 1690/3656 46% [============================ ] 1691/3656 46% [============================ ] 1692/3656 46% [============================ ] 1693/3656 46% [============================ ] 1694/3656 46% [============================ ] 1695/3656 46% [============================ ] 1696/3656 46% [============================ ] 1697/3656 46% [============================ ] 1698/3656 46% [============================ ] 1699/3656 46% [============================ ] 1700/3656 46% [============================ ] 1701/3656 46% [============================ ] 1702/3656 46% [============================ ] 1703/3656 46% [============================ ] 1704/3656 46% [============================ ] 1705/3656 46% [============================ ] 1706/3656 46% [============================ ] 1707/3656 46% [============================ ] 1708/3656 46% [============================ ] 1709/3656 46% [============================ ] 1710/3656 46% [============================= ] 1711/3656 46% [============================= ] 1712/3656 46% [============================= ] 1713/3656 46% [============================= ] 1714/3656 46% [============================= ] 1715/3656 46% [============================= ] 1716/3656 46% [============================= ] 1717/3656 46% [============================= ] 1718/3656 46% [============================= ] 1719/3656 47% [============================= ] 1720/3656 47% [============================= ] 1721/3656 47% [============================= ] 1722/3656 47% [============================= ] 1723/3656 47% [============================= ] 1724/3656 47% [============================= ] 1725/3656 47% [============================= ] 1726/3656 47% [============================= ] 1727/3656 47% [============================= ] 1728/3656 47% [============================= ] 1729/3656 47% [============================= ] 1730/3656 47% [============================= ] 1731/3656 47% [============================= ] 1732/3656 47% [============================= ] 1733/3656 47% [============================= ] 1734/3656 47% [============================= ] 1735/3656 47% [============================= ] 1736/3656 47% [============================= ] 1737/3656 47% [============================= ] 1738/3656 47% [============================= ] 1739/3656 47% [============================= ] 1740/3656 47% [============================= ] 1741/3656 47% [============================= ] 1742/3656 47% [============================= ] 1743/3656 47% [============================= ] 1744/3656 47% [============================= ] 1745/3656 47% [============================= ] 1746/3656 47% [============================= ] 1747/3656 47% [============================= ] 1748/3656 47% [============================= ] 1749/3656 47% [============================= ] 1750/3656 47% [============================= ] 1751/3656 47% [============================= ] 1752/3656 47% [============================= ] 1753/3656 47% [============================= ] 1754/3656 47% [============================= ] 1755/3656 48% [============================= ] 1756/3656 48% [============================= ] 1757/3656 48% [============================= ] 1758/3656 48% [============================= ] 1759/3656 48% [============================= ] 1760/3656 48% [============================= ] 1761/3656 48% [============================= ] 1762/3656 48% [============================= ] 1763/3656 48% [============================= ] 1764/3656 48% [============================= ] 1765/3656 48% [============================= ] 1766/3656 48% [============================= ] 1767/3656 48% [============================= ] 1768/3656 48% [============================= ] 1769/3656 48% [============================== ] 1770/3656 48% [============================== ] 1771/3656 48% [============================== ] 1772/3656 48% [============================== ] 1773/3656 48% [============================== ] 1774/3656 48% [============================== ] 1775/3656 48% [============================== ] 1776/3656 48% [============================== ] 1777/3656 48% [============================== ] 1778/3656 48% [============================== ] 1779/3656 48% [============================== ] 1780/3656 48% [============================== ] 1781/3656 48% [============================== ] 1782/3656 48% [============================== ] 1783/3656 48% [============================== ] 1784/3656 48% [============================== ] 1785/3656 48% [============================== ] 1786/3656 48% [============================== ] 1787/3656 48% [============================== ] 1788/3656 48% [============================== ] 1789/3656 48% [============================== ] 1790/3656 48% [============================== ] 1791/3656 48% [============================== ] 1792/3656 49% [============================== ] 1793/3656 49% [============================== ] 1794/3656 49% [============================== ] 1795/3656 49% [============================== ] 1796/3656 49% [============================== ] 1797/3656 49% [============================== ] 1798/3656 49% [============================== ] 1799/3656 49% [============================== ] 1800/3656 49% [============================== ] 1801/3656 49% [============================== ] 1802/3656 49% [============================== ] 1803/3656 49% [============================== ] 1804/3656 49% [============================== ] 1805/3656 49% [============================== ] 1806/3656 49% [============================== ] 1807/3656 49% [============================== ] 1808/3656 49% [============================== ] 1809/3656 49% [============================== ] 1810/3656 49% [============================== ] 1811/3656 49% [============================== ] 1812/3656 49% [============================== ] 1813/3656 49% [============================== ] 1814/3656 49% [============================== ] 1815/3656 49% [============================== ] 1816/3656 49% [============================== ] 1817/3656 49% [============================== ] 1818/3656 49% [============================== ] 1819/3656 49% [============================== ] 1820/3656 49% [============================== ] 1821/3656 49% [============================== ] 1822/3656 49% [============================== ] 1823/3656 49% [============================== ] 1824/3656 49% [============================== ] 1825/3656 49% [============================== ] 1826/3656 49% [============================== ] 1827/3656 49% [=============================== ] 1828/3656 50% [=============================== ] 1829/3656 50% [=============================== ] 1830/3656 50% [=============================== ] 1831/3656 50% [=============================== ] 1832/3656 50% [=============================== ] 1833/3656 50% [=============================== ] 1834/3656 50% [=============================== ] 1835/3656 50% [=============================== ] 1836/3656 50% [=============================== ] 1837/3656 50% [=============================== ] 1838/3656 50% [=============================== ] 1839/3656 50% [=============================== ] 1840/3656 50% [=============================== ] 1841/3656 50% [=============================== ] 1842/3656 50% [=============================== ] 1843/3656 50% [=============================== ] 1844/3656 50% [=============================== ] 1845/3656 50% [=============================== ] 1846/3656 50% [=============================== ] 1847/3656 50% [=============================== ] 1848/3656 50% [=============================== ] 1849/3656 50% [=============================== ] 1850/3656 50% [=============================== ] 1851/3656 50% [=============================== ] 1852/3656 50% [=============================== ] 1853/3656 50% [=============================== ] 1854/3656 50% [=============================== ] 1855/3656 50% [=============================== ] 1856/3656 50% [=============================== ] 1857/3656 50% [=============================== ] 1858/3656 50% [=============================== ] 1859/3656 50% [=============================== ] 1860/3656 50% [=============================== ] 1861/3656 50% [=============================== ] 1862/3656 50% [=============================== ] 1863/3656 50% [=============================== ] 1864/3656 50% [=============================== ] 1865/3656 51% [=============================== ] 1866/3656 51% [=============================== ] 1867/3656 51% [=============================== ] 1868/3656 51% [=============================== ] 1869/3656 51% [=============================== ] 1870/3656 51% [=============================== ] 1871/3656 51% [=============================== ] 1872/3656 51% [=============================== ] 1873/3656 51% [=============================== ] 1874/3656 51% [=============================== ] 1875/3656 51% [=============================== ] 1876/3656 51% [=============================== ] 1877/3656 51% [=============================== ] 1878/3656 51% [=============================== ] 1879/3656 51% [=============================== ] 1880/3656 51% [=============================== ] 1881/3656 51% [=============================== ] 1882/3656 51% [=============================== ] 1883/3656 51% [=============================== ] 1884/3656 51% [=============================== ] 1885/3656 51% [=============================== ] 1886/3656 51% [================================ ] 1887/3656 51% [================================ ] 1888/3656 51% [================================ ] 1889/3656 51% [================================ ] 1890/3656 51% [================================ ] 1891/3656 51% [================================ ] 1892/3656 51% [================================ ] 1893/3656 51% [================================ ] 1894/3656 51% [================================ ] 1895/3656 51% [================================ ] 1896/3656 51% [================================ ] 1897/3656 51% [================================ ] 1898/3656 51% [================================ ] 1899/3656 51% [================================ ] 1900/3656 51% [================================ ] 1901/3656 51% [================================ ] 1902/3656 52% [================================ ] 1903/3656 52% [================================ ] 1904/3656 52% [================================ ] 1905/3656 52% [================================ ] 1906/3656 52% [================================ ] 1907/3656 52% [================================ ] 1908/3656 52% [================================ ] 1909/3656 52% [================================ ] 1910/3656 52% [================================ ] 1911/3656 52% [================================ ] 1912/3656 52% [================================ ] 1913/3656 52% [================================ ] 1914/3656 52% [================================ ] 1915/3656 52% [================================ ] 1916/3656 52% [================================ ] 1917/3656 52% [================================ ] 1918/3656 52% [================================ ] 1919/3656 52% [================================ ] 1920/3656 52% [================================ ] 1921/3656 52% [================================ ] 1922/3656 52% [================================ ] 1923/3656 52% [================================ ] 1924/3656 52% [================================ ] 1925/3656 52% [================================ ] 1926/3656 52% [================================ ] 1927/3656 52% [================================ ] 1928/3656 52% [================================ ] 1929/3656 52% [================================ ] 1930/3656 52% [================================ ] 1931/3656 52% [================================ ] 1932/3656 52% [================================ ] 1933/3656 52% [================================ ] 1934/3656 52% [================================ ] 1935/3656 52% [================================ ] 1936/3656 52% [================================ ] 1937/3656 52% [================================ ] 1938/3656 53% [================================ ] 1939/3656 53% [================================ ] 1940/3656 53% [================================ ] 1941/3656 53% [================================ ] 1942/3656 53% [================================ ] 1943/3656 53% [================================ ] 1944/3656 53% [================================ ] 1945/3656 53% [================================= ] 1946/3656 53% [================================= ] 1947/3656 53% [================================= ] 1948/3656 53% [================================= ] 1949/3656 53% [================================= ] 1950/3656 53% [================================= ] 1951/3656 53% [================================= ] 1952/3656 53% [================================= ] 1953/3656 53% [================================= ] 1954/3656 53% [================================= ] 1955/3656 53% [================================= ] 1956/3656 53% [================================= ] 1957/3656 53% [================================= ] 1958/3656 53% [================================= ] 1959/3656 53% [================================= ] 1960/3656 53% [================================= ] 1961/3656 53% [================================= ] 1962/3656 53% [================================= ] 1963/3656 53% [================================= ] 1964/3656 53% [================================= ] 1965/3656 53% [================================= ] 1966/3656 53% [================================= ] 1967/3656 53% [================================= ] 1968/3656 53% [================================= ] 1969/3656 53% [================================= ] 1970/3656 53% [================================= ] 1971/3656 53% [================================= ] 1972/3656 53% [================================= ] 1973/3656 53% [================================= ] 1974/3656 53% [================================= ] 1975/3656 54% [================================= ] 1976/3656 54% [================================= ] 1977/3656 54% [================================= ] 1978/3656 54% [================================= ] 1979/3656 54% [================================= ] 1980/3656 54% [================================= ] 1981/3656 54% [================================= ] 1982/3656 54% [================================= ] 1983/3656 54% [================================= ] 1984/3656 54% [================================= ] 1985/3656 54% [================================= ] 1986/3656 54% [================================= ] 1987/3656 54% [================================= ] 1988/3656 54% [================================= ] 1989/3656 54% [================================= ] 1990/3656 54% [================================= ] 1991/3656 54% [================================= ] 1992/3656 54% [================================= ] 1993/3656 54% [================================= ] 1994/3656 54% [================================= ] 1995/3656 54% [================================= ] 1996/3656 54% [================================= ] 1997/3656 54% [================================= ] 1998/3656 54% [================================= ] 1999/3656 54% [================================= ] 2000/3656 54% [================================= ] 2001/3656 54% [================================= ] 2002/3656 54% [================================= ] 2003/3656 54% [================================= ] 2004/3656 54% [================================== ] 2005/3656 54% [================================== ] 2006/3656 54% [================================== ] 2007/3656 54% [================================== ] 2008/3656 54% [================================== ] 2009/3656 54% [================================== ] 2010/3656 54% [================================== ] 2011/3656 55% [================================== ] 2012/3656 55% [================================== ] 2013/3656 55% [================================== ] 2014/3656 55% [================================== ] 2015/3656 55% [================================== ] 2016/3656 55% [================================== ] 2017/3656 55% [================================== ] 2018/3656 55% [================================== ] 2019/3656 55% [================================== ] 2020/3656 55% [================================== ] 2021/3656 55% [================================== ] 2022/3656 55% [================================== ] 2023/3656 55% [================================== ] 2024/3656 55% [================================== ] 2025/3656 55% [================================== ] 2026/3656 55% [================================== ] 2027/3656 55% [================================== ] 2028/3656 55% [================================== ] 2029/3656 55% [================================== ] 2030/3656 55% [================================== ] 2031/3656 55% [================================== ] 2032/3656 55% [================================== ] 2033/3656 55% [================================== ] 2034/3656 55% [================================== ] 2035/3656 55% [================================== ] 2036/3656 55% [================================== ] 2037/3656 55% [================================== ] 2038/3656 55% [================================== ] 2039/3656 55% [================================== ] 2040/3656 55% [================================== ] 2041/3656 55% [================================== ] 2042/3656 55% [================================== ] 2043/3656 55% [================================== ] 2044/3656 55% [================================== ] 2045/3656 55% [================================== ] 2046/3656 55% [================================== ] 2047/3656 55% [================================== ] 2048/3656 56% [================================== ] 2049/3656 56% [================================== ] 2050/3656 56% [================================== ] 2051/3656 56% [================================== ] 2052/3656 56% [================================== ] 2053/3656 56% [================================== ] 2054/3656 56% [================================== ] 2055/3656 56% [================================== ] 2056/3656 56% [================================== ] 2057/3656 56% [================================== ] 2058/3656 56% [================================== ] 2059/3656 56% [================================== ] 2060/3656 56% [================================== ] 2061/3656 56% [================================== ] 2062/3656 56% [================================== ] 2063/3656 56% [=================================== ] 2064/3656 56% [=================================== ] 2065/3656 56% [=================================== ] 2066/3656 56% [=================================== ] 2067/3656 56% [=================================== ] 2068/3656 56% [=================================== ] 2069/3656 56% [=================================== ] 2070/3656 56% [=================================== ] 2071/3656 56% [=================================== ] 2072/3656 56% [=================================== ] 2073/3656 56% [=================================== ] 2074/3656 56% [=================================== ] 2075/3656 56% [=================================== ] 2076/3656 56% [=================================== ] 2077/3656 56% [=================================== ] 2078/3656 56% [=================================== ] 2079/3656 56% [=================================== ] 2080/3656 56% [=================================== ] 2081/3656 56% [=================================== ] 2082/3656 56% [=================================== ] 2083/3656 56% [=================================== ] 2084/3656 57% [=================================== ] 2085/3656 57% [=================================== ] 2086/3656 57% [=================================== ] 2087/3656 57% [=================================== ] 2088/3656 57% [=================================== ] 2089/3656 57% [=================================== ] 2090/3656 57% [=================================== ] 2091/3656 57% [=================================== ] 2092/3656 57% [=================================== ] 2093/3656 57% [=================================== ] 2094/3656 57% [=================================== ] 2095/3656 57% [=================================== ] 2096/3656 57% [=================================== ] 2097/3656 57% [=================================== ] 2098/3656 57% [=================================== ] 2099/3656 57% [=================================== ] 2100/3656 57% [=================================== ] 2101/3656 57% [=================================== ] 2102/3656 57% [=================================== ] 2103/3656 57% [=================================== ] 2104/3656 57% [=================================== ] 2105/3656 57% [=================================== ] 2106/3656 57% [=================================== ] 2107/3656 57% [=================================== ] 2108/3656 57% [=================================== ] 2109/3656 57% [=================================== ] 2110/3656 57% [=================================== ] 2111/3656 57% [=================================== ] 2112/3656 57% [=================================== ] 2113/3656 57% [=================================== ] 2114/3656 57% [=================================== ] 2115/3656 57% [=================================== ] 2116/3656 57% [=================================== ] 2117/3656 57% [=================================== ] 2118/3656 57% [=================================== ] 2119/3656 57% [=================================== ] 2120/3656 57% [=================================== ] 2121/3656 58% [=================================== ] 2122/3656 58% [==================================== ] 2123/3656 58% [==================================== ] 2124/3656 58% [==================================== ] 2125/3656 58% [==================================== ] 2126/3656 58% [==================================== ] 2127/3656 58% [==================================== ] 2128/3656 58% [==================================== ] 2129/3656 58% [==================================== ] 2130/3656 58% [==================================== ] 2131/3656 58% [==================================== ] 2132/3656 58% [==================================== ] 2133/3656 58% [==================================== ] 2134/3656 58% [==================================== ] 2135/3656 58% [==================================== ] 2136/3656 58% [==================================== ] 2137/3656 58% [==================================== ] 2138/3656 58% [==================================== ] 2139/3656 58% [==================================== ] 2140/3656 58% [==================================== ] 2141/3656 58% [==================================== ] 2142/3656 58% [==================================== ] 2143/3656 58% [==================================== ] 2144/3656 58% [==================================== ] 2145/3656 58% [==================================== ] 2146/3656 58% [==================================== ] 2147/3656 58% [==================================== ] 2148/3656 58% [==================================== ] 2149/3656 58% [==================================== ] 2150/3656 58% [==================================== ] 2151/3656 58% [==================================== ] 2152/3656 58% [==================================== ] 2153/3656 58% [==================================== ] 2154/3656 58% [==================================== ] 2155/3656 58% [==================================== ] 2156/3656 58% [==================================== ] 2157/3656 58% [==================================== ] 2158/3656 59% [==================================== ] 2159/3656 59% [==================================== ] 2160/3656 59% [==================================== ] 2161/3656 59% [==================================== ] 2162/3656 59% [==================================== ] 2163/3656 59% [==================================== ] 2164/3656 59% [==================================== ] 2165/3656 59% [==================================== ] 2166/3656 59% [==================================== ] 2167/3656 59% [==================================== ] 2168/3656 59% [==================================== ] 2169/3656 59% [==================================== ] 2170/3656 59% [==================================== ] 2171/3656 59% [==================================== ] 2172/3656 59% [==================================== ] 2173/3656 59% [==================================== ] 2174/3656 59% [==================================== ] 2175/3656 59% [==================================== ] 2176/3656 59% [==================================== ] 2177/3656 59% [==================================== ] 2178/3656 59% [==================================== ] 2179/3656 59% [==================================== ] 2180/3656 59% [==================================== ] 2181/3656 59% [===================================== ] 2182/3656 59% [===================================== ] 2183/3656 59% [===================================== ] 2184/3656 59% [===================================== ] 2185/3656 59% [===================================== ] 2186/3656 59% [===================================== ] 2187/3656 59% [===================================== ] 2188/3656 59% [===================================== ] 2189/3656 59% [===================================== ] 2190/3656 59% [===================================== ] 2191/3656 59% [===================================== ] 2192/3656 59% [===================================== ] 2193/3656 59% [===================================== ] 2194/3656 60% [===================================== ] 2195/3656 60% [===================================== ] 2196/3656 60% [===================================== ] 2197/3656 60% [===================================== ] 2198/3656 60% [===================================== ] 2199/3656 60% [===================================== ] 2200/3656 60% [===================================== ] 2201/3656 60% [===================================== ] 2202/3656 60% [===================================== ] 2203/3656 60% [===================================== ] 2204/3656 60% [===================================== ] 2205/3656 60% [===================================== ] 2206/3656 60% [===================================== ] 2207/3656 60% [===================================== ] 2208/3656 60% [===================================== ] 2209/3656 60% [===================================== ] 2210/3656 60% [===================================== ] 2211/3656 60% [===================================== ] 2212/3656 60% [===================================== ] 2213/3656 60% [===================================== ] 2214/3656 60% [===================================== ] 2215/3656 60% [===================================== ] 2216/3656 60% [===================================== ] 2217/3656 60% [===================================== ] 2218/3656 60% [===================================== ] 2219/3656 60% [===================================== ] 2220/3656 60% [===================================== ] 2221/3656 60% [===================================== ] 2222/3656 60% [===================================== ] 2223/3656 60% [===================================== ] 2224/3656 60% [===================================== ] 2225/3656 60% [===================================== ] 2226/3656 60% [===================================== ] 2227/3656 60% [===================================== ] 2228/3656 60% [===================================== ] 2229/3656 60% [===================================== ] 2230/3656 60% [===================================== ] 2231/3656 61% [===================================== ] 2232/3656 61% [===================================== ] 2233/3656 61% [===================================== ] 2234/3656 61% [===================================== ] 2235/3656 61% [===================================== ] 2236/3656 61% [===================================== ] 2237/3656 61% [===================================== ] 2238/3656 61% [===================================== ] 2239/3656 61% [===================================== ] 2240/3656 61% [====================================== ] 2241/3656 61% [====================================== ] 2242/3656 61% [====================================== ] 2243/3656 61% [====================================== ] 2244/3656 61% [====================================== ] 2245/3656 61% [====================================== ] 2246/3656 61% [====================================== ] 2247/3656 61% [====================================== ] 2248/3656 61% [====================================== ] 2249/3656 61% [====================================== ] 2250/3656 61% [====================================== ] 2251/3656 61% [====================================== ] 2252/3656 61% [====================================== ] 2253/3656 61% [====================================== ] 2254/3656 61% [====================================== ] 2255/3656 61% [====================================== ] 2256/3656 61% [====================================== ] 2257/3656 61% [====================================== ] 2258/3656 61% [====================================== ] 2259/3656 61% [====================================== ] 2260/3656 61% [====================================== ] 2261/3656 61% [====================================== ] 2262/3656 61% [====================================== ] 2263/3656 61% [====================================== ] 2264/3656 61% [====================================== ] 2265/3656 61% [====================================== ] 2266/3656 61% [====================================== ] 2267/3656 62% [====================================== ] 2268/3656 62% [====================================== ] 2269/3656 62% [====================================== ] 2270/3656 62% [====================================== ] 2271/3656 62% [====================================== ] 2272/3656 62% [====================================== ] 2273/3656 62% [====================================== ] 2274/3656 62% [====================================== ] 2275/3656 62% [====================================== ] 2276/3656 62% [====================================== ] 2277/3656 62% [====================================== ] 2278/3656 62% [====================================== ] 2279/3656 62% [====================================== ] 2280/3656 62% [====================================== ] 2281/3656 62% [====================================== ] 2282/3656 62% [====================================== ] 2283/3656 62% [====================================== ] 2284/3656 62% [====================================== ] 2285/3656 62% [====================================== ] 2286/3656 62% [====================================== ] 2287/3656 62% [====================================== ] 2288/3656 62% [====================================== ] 2289/3656 62% [====================================== ] 2290/3656 62% [====================================== ] 2291/3656 62% [====================================== ] 2292/3656 62% [====================================== ] 2293/3656 62% [====================================== ] 2294/3656 62% [====================================== ] 2295/3656 62% [====================================== ] 2296/3656 62% [====================================== ] 2297/3656 62% [====================================== ] 2298/3656 62% [====================================== ] 2299/3656 62% [======================================= ] 2300/3656 62% [======================================= ] 2301/3656 62% [======================================= ] 2302/3656 62% [======================================= ] 2303/3656 62% [======================================= ] 2304/3656 63% [======================================= ] 2305/3656 63% [======================================= ] 2306/3656 63% [======================================= ] 2307/3656 63% [======================================= ] 2308/3656 63% [======================================= ] 2309/3656 63% [======================================= ] 2310/3656 63% [======================================= ] 2311/3656 63% [======================================= ] 2312/3656 63% [======================================= ] 2313/3656 63% [======================================= ] 2314/3656 63% [======================================= ] 2315/3656 63% [======================================= ] 2316/3656 63% [======================================= ] 2317/3656 63% [======================================= ] 2318/3656 63% [======================================= ] 2319/3656 63% [======================================= ] 2320/3656 63% [======================================= ] 2321/3656 63% [======================================= ] 2322/3656 63% [======================================= ] 2323/3656 63% [======================================= ] 2324/3656 63% [======================================= ] 2325/3656 63% [======================================= ] 2326/3656 63% [======================================= ] 2327/3656 63% [======================================= ] 2328/3656 63% [======================================= ] 2329/3656 63% [======================================= ] 2330/3656 63% [======================================= ] 2331/3656 63% [======================================= ] 2332/3656 63% [======================================= ] 2333/3656 63% [======================================= ] 2334/3656 63% [======================================= ] 2335/3656 63% [======================================= ] 2336/3656 63% [======================================= ] 2337/3656 63% [======================================= ] 2338/3656 63% [======================================= ] 2339/3656 63% [======================================= ] 2340/3656 64% [======================================= ] 2341/3656 64% [======================================= ] 2342/3656 64% [======================================= ] 2343/3656 64% [======================================= ] 2344/3656 64% [======================================= ] 2345/3656 64% [======================================= ] 2346/3656 64% [======================================= ] 2347/3656 64% [======================================= ] 2348/3656 64% [======================================= ] 2349/3656 64% [======================================= ] 2350/3656 64% [======================================= ] 2351/3656 64% [======================================= ] 2352/3656 64% [======================================= ] 2353/3656 64% [======================================= ] 2354/3656 64% [======================================= ] 2355/3656 64% [======================================= ] 2356/3656 64% [======================================= ] 2357/3656 64% [======================================= ] 2358/3656 64% [======================================== ] 2359/3656 64% [======================================== ] 2360/3656 64% [======================================== ] 2361/3656 64% [======================================== ] 2362/3656 64% [======================================== ] 2363/3656 64% [======================================== ] 2364/3656 64% [======================================== ] 2365/3656 64% [======================================== ] 2366/3656 64% [======================================== ] 2367/3656 64% [======================================== ] 2368/3656 64% [======================================== ] 2369/3656 64% [======================================== ] 2370/3656 64% [======================================== ] 2371/3656 64% [======================================== ] 2372/3656 64% [======================================== ] 2373/3656 64% [======================================== ] 2374/3656 64% [======================================== ] 2375/3656 64% [======================================== ] 2376/3656 64% [======================================== ] 2377/3656 65% [======================================== ] 2378/3656 65% [======================================== ] 2379/3656 65% [======================================== ] 2380/3656 65% [======================================== ] 2381/3656 65% [======================================== ] 2382/3656 65% [======================================== ] 2383/3656 65% [======================================== ] 2384/3656 65% [======================================== ] 2385/3656 65% [======================================== ] 2386/3656 65% [======================================== ] 2387/3656 65% [======================================== ] 2388/3656 65% [======================================== ] 2389/3656 65% [======================================== ] 2390/3656 65% [======================================== ] 2391/3656 65% [======================================== ] 2392/3656 65% [======================================== ] 2393/3656 65% [======================================== ] 2394/3656 65% [======================================== ] 2395/3656 65% [======================================== ] 2396/3656 65% [======================================== ] 2397/3656 65% [======================================== ] 2398/3656 65% [======================================== ] 2399/3656 65% [======================================== ] 2400/3656 65% [======================================== ] 2401/3656 65% [======================================== ] 2402/3656 65% [======================================== ] 2403/3656 65% [======================================== ] 2404/3656 65% [======================================== ] 2405/3656 65% [======================================== ] 2406/3656 65% [======================================== ] 2407/3656 65% [======================================== ] 2408/3656 65% [======================================== ] 2409/3656 65% [======================================== ] 2410/3656 65% [======================================== ] 2411/3656 65% [======================================== ] 2412/3656 65% [======================================== ] 2413/3656 66% [======================================== ] 2414/3656 66% [======================================== ] 2415/3656 66% [======================================== ] 2416/3656 66% [======================================== ] 2417/3656 66% [========================================= ] 2418/3656 66% [========================================= ] 2419/3656 66% [========================================= ] 2420/3656 66% [========================================= ] 2421/3656 66% [========================================= ] 2422/3656 66% [========================================= ] 2423/3656 66% [========================================= ] 2424/3656 66% [========================================= ] 2425/3656 66% [========================================= ] 2426/3656 66% [========================================= ] 2427/3656 66% [========================================= ] 2428/3656 66% [========================================= ] 2429/3656 66% [========================================= ] 2430/3656 66% [========================================= ] 2431/3656 66% [========================================= ] 2432/3656 66% [========================================= ] 2433/3656 66% [========================================= ] 2434/3656 66% [========================================= ] 2435/3656 66% [========================================= ] 2436/3656 66% [========================================= ] 2437/3656 66% [========================================= ] 2438/3656 66% [========================================= ] 2439/3656 66% [========================================= ] 2440/3656 66% [========================================= ] 2441/3656 66% [========================================= ] 2442/3656 66% [========================================= ] 2443/3656 66% [========================================= ] 2444/3656 66% [========================================= ] 2445/3656 66% [========================================= ] 2446/3656 66% [========================================= ] 2447/3656 66% [========================================= ] 2448/3656 66% [========================================= ] 2449/3656 66% [========================================= ] 2450/3656 67% [========================================= ] 2451/3656 67% [========================================= ] 2452/3656 67% [========================================= ] 2453/3656 67% [========================================= ] 2454/3656 67% [========================================= ] 2455/3656 67% [========================================= ] 2456/3656 67% [========================================= ] 2457/3656 67% [========================================= ] 2458/3656 67% [========================================= ] 2459/3656 67% [========================================= ] 2460/3656 67% [========================================= ] 2461/3656 67% [========================================= ] 2462/3656 67% [========================================= ] 2463/3656 67% [========================================= ] 2464/3656 67% [========================================= ] 2465/3656 67% [========================================= ] 2466/3656 67% [========================================= ] 2467/3656 67% [========================================= ] 2468/3656 67% [========================================= ] 2469/3656 67% [========================================= ] 2470/3656 67% [========================================= ] 2471/3656 67% [========================================= ] 2472/3656 67% [========================================= ] 2473/3656 67% [========================================= ] 2474/3656 67% [========================================= ] 2475/3656 67% [========================================= ] 2476/3656 67% [========================================== ] 2477/3656 67% [========================================== ] 2478/3656 67% [========================================== ] 2479/3656 67% [========================================== ] 2480/3656 67% [========================================== ] 2481/3656 67% [========================================== ] 2482/3656 67% [========================================== ] 2483/3656 67% [========================================== ] 2484/3656 67% [========================================== ] 2485/3656 67% [========================================== ] 2486/3656 67% [========================================== ] 2487/3656 68% [========================================== ] 2488/3656 68% [========================================== ] 2489/3656 68% [========================================== ] 2490/3656 68% [========================================== ] 2491/3656 68% [========================================== ] 2492/3656 68% [========================================== ] 2493/3656 68% [========================================== ] 2494/3656 68% [========================================== ] 2495/3656 68% [========================================== ] 2496/3656 68% [========================================== ] 2497/3656 68% [========================================== ] 2498/3656 68% [========================================== ] 2499/3656 68% [========================================== ] 2500/3656 68% [========================================== ] 2501/3656 68% [========================================== ] 2502/3656 68% [========================================== ] 2503/3656 68% [========================================== ] 2504/3656 68% [========================================== ] 2505/3656 68% [========================================== ] 2506/3656 68% [========================================== ] 2507/3656 68% [========================================== ] 2508/3656 68% [========================================== ] 2509/3656 68% [========================================== ] 2510/3656 68% [========================================== ] 2511/3656 68% [========================================== ] 2512/3656 68% [========================================== ] 2513/3656 68% [========================================== ] 2514/3656 68% [========================================== ] 2515/3656 68% [========================================== ] 2516/3656 68% [========================================== ] 2517/3656 68% [========================================== ] 2518/3656 68% [========================================== ] 2519/3656 68% [========================================== ] 2520/3656 68% [========================================== ] 2521/3656 68% [========================================== ] 2522/3656 68% [========================================== ] 2523/3656 69% [========================================== ] 2524/3656 69% [========================================== ] 2525/3656 69% [========================================== ] 2526/3656 69% [========================================== ] 2527/3656 69% [========================================== ] 2528/3656 69% [========================================== ] 2529/3656 69% [========================================== ] 2530/3656 69% [========================================== ] 2531/3656 69% [========================================== ] 2532/3656 69% [========================================== ] 2533/3656 69% [========================================== ] 2534/3656 69% [========================================== ] 2535/3656 69% [=========================================== ] 2536/3656 69% [=========================================== ] 2537/3656 69% [=========================================== ] 2538/3656 69% [=========================================== ] 2539/3656 69% [=========================================== ] 2540/3656 69% [=========================================== ] 2541/3656 69% [=========================================== ] 2542/3656 69% [=========================================== ] 2543/3656 69% [=========================================== ] 2544/3656 69% [=========================================== ] 2545/3656 69% [=========================================== ] 2546/3656 69% [=========================================== ] 2547/3656 69% [=========================================== ] 2548/3656 69% [=========================================== ] 2549/3656 69% [=========================================== ] 2550/3656 69% [=========================================== ] 2551/3656 69% [=========================================== ] 2552/3656 69% [=========================================== ] 2553/3656 69% [=========================================== ] 2554/3656 69% [=========================================== ] 2555/3656 69% [=========================================== ] 2556/3656 69% [=========================================== ] 2557/3656 69% [=========================================== ] 2558/3656 69% [=========================================== ] 2559/3656 69% [=========================================== ] 2560/3656 70% [=========================================== ] 2561/3656 70% [=========================================== ] 2562/3656 70% [=========================================== ] 2563/3656 70% [=========================================== ] 2564/3656 70% [=========================================== ] 2565/3656 70% [=========================================== ] 2566/3656 70% [=========================================== ] 2567/3656 70% [=========================================== ] 2568/3656 70% [=========================================== ] 2569/3656 70% [=========================================== ] 2570/3656 70% [=========================================== ] 2571/3656 70% [=========================================== ] 2572/3656 70% [=========================================== ] 2573/3656 70% [=========================================== ] 2574/3656 70% [=========================================== ] 2575/3656 70% [=========================================== ] 2576/3656 70% [=========================================== ] 2577/3656 70% [=========================================== ] 2578/3656 70% [=========================================== ] 2579/3656 70% [=========================================== ] 2580/3656 70% [=========================================== ] 2581/3656 70% [=========================================== ] 2582/3656 70% [=========================================== ] 2583/3656 70% [=========================================== ] 2584/3656 70% [=========================================== ] 2585/3656 70% [=========================================== ] 2586/3656 70% [=========================================== ] 2587/3656 70% [=========================================== ] 2588/3656 70% [=========================================== ] 2589/3656 70% [=========================================== ] 2590/3656 70% [=========================================== ] 2591/3656 70% [=========================================== ] 2592/3656 70% [=========================================== ] 2593/3656 70% [=========================================== ] 2594/3656 70% [============================================ ] 2595/3656 70% [============================================ ] 2596/3656 71% [============================================ ] 2597/3656 71% [============================================ ] 2598/3656 71% [============================================ ] 2599/3656 71% [============================================ ] 2600/3656 71% [============================================ ] 2601/3656 71% [============================================ ] 2602/3656 71% [============================================ ] 2603/3656 71% [============================================ ] 2604/3656 71% [============================================ ] 2605/3656 71% [============================================ ] 2606/3656 71% [============================================ ] 2607/3656 71% [============================================ ] 2608/3656 71% [============================================ ] 2609/3656 71% [============================================ ] 2610/3656 71% [============================================ ] 2611/3656 71% [============================================ ] 2612/3656 71% [============================================ ] 2613/3656 71% [============================================ ] 2614/3656 71% [============================================ ] 2615/3656 71% [============================================ ] 2616/3656 71% [============================================ ] 2617/3656 71% [============================================ ] 2618/3656 71% [============================================ ] 2619/3656 71% [============================================ ] 2620/3656 71% [============================================ ] 2621/3656 71% [============================================ ] 2622/3656 71% [============================================ ] 2623/3656 71% [============================================ ] 2624/3656 71% [============================================ ] 2625/3656 71% [============================================ ] 2626/3656 71% [============================================ ] 2627/3656 71% [============================================ ] 2628/3656 71% [============================================ ] 2629/3656 71% [============================================ ] 2630/3656 71% [============================================ ] 2631/3656 71% [============================================ ] 2632/3656 71% [============================================ ] 2633/3656 72% [============================================ ] 2634/3656 72% [============================================ ] 2635/3656 72% [============================================ ] 2636/3656 72% [============================================ ] 2637/3656 72% [============================================ ] 2638/3656 72% [============================================ ] 2639/3656 72% [============================================ ] 2640/3656 72% [============================================ ] 2641/3656 72% [============================================ ] 2642/3656 72% [============================================ ] 2643/3656 72% [============================================ ] 2644/3656 72% [============================================ ] 2645/3656 72% [============================================ ] 2646/3656 72% [============================================ ] 2647/3656 72% [============================================ ] 2648/3656 72% [============================================ ] 2649/3656 72% [============================================ ] 2650/3656 72% [============================================ ] 2651/3656 72% [============================================ ] 2652/3656 72% [============================================ ] 2653/3656 72% [============================================= ] 2654/3656 72% [============================================= ] 2655/3656 72% [============================================= ] 2656/3656 72% [============================================= ] 2657/3656 72% [============================================= ] 2658/3656 72% [============================================= ] 2659/3656 72% [============================================= ] 2660/3656 72% [============================================= ] 2661/3656 72% [============================================= ] 2662/3656 72% [============================================= ] 2663/3656 72% [============================================= ] 2664/3656 72% [============================================= ] 2665/3656 72% [============================================= ] 2666/3656 72% [============================================= ] 2667/3656 72% [============================================= ] 2668/3656 72% [============================================= ] 2669/3656 73% [============================================= ] 2670/3656 73% [============================================= ] 2671/3656 73% [============================================= ] 2672/3656 73% [============================================= ] 2673/3656 73% [============================================= ] 2674/3656 73% [============================================= ] 2675/3656 73% [============================================= ] 2676/3656 73% [============================================= ] 2677/3656 73% [============================================= ] 2678/3656 73% [============================================= ] 2679/3656 73% [============================================= ] 2680/3656 73% [============================================= ] 2681/3656 73% [============================================= ] 2682/3656 73% [============================================= ] 2683/3656 73% [============================================= ] 2684/3656 73% [============================================= ] 2685/3656 73% [============================================= ] 2686/3656 73% [============================================= ] 2687/3656 73% [============================================= ] 2688/3656 73% [============================================= ] 2689/3656 73% [============================================= ] 2690/3656 73% [============================================= ] 2691/3656 73% [============================================= ] 2692/3656 73% [============================================= ] 2693/3656 73% [============================================= ] 2694/3656 73% [============================================= ] 2695/3656 73% [============================================= ] 2696/3656 73% [============================================= ] 2697/3656 73% [============================================= ] 2698/3656 73% [============================================= ] 2699/3656 73% [============================================= ] 2700/3656 73% [============================================= ] 2701/3656 73% [============================================= ] 2702/3656 73% [============================================= ] 2703/3656 73% [============================================= ] 2704/3656 73% [============================================= ] 2705/3656 73% [============================================= ] 2706/3656 74% [============================================= ] 2707/3656 74% [============================================= ] 2708/3656 74% [============================================= ] 2709/3656 74% [============================================= ] 2710/3656 74% [============================================= ] 2711/3656 74% [============================================= ] 2712/3656 74% [============================================== ] 2713/3656 74% [============================================== ] 2714/3656 74% [============================================== ] 2715/3656 74% [============================================== ] 2716/3656 74% [============================================== ] 2717/3656 74% [============================================== ] 2718/3656 74% [============================================== ] 2719/3656 74% [============================================== ] 2720/3656 74% [============================================== ] 2721/3656 74% [============================================== ] 2722/3656 74% [============================================== ] 2723/3656 74% [============================================== ] 2724/3656 74% [============================================== ] 2725/3656 74% [============================================== ] 2726/3656 74% [============================================== ] 2727/3656 74% [============================================== ] 2728/3656 74% [============================================== ] 2729/3656 74% [============================================== ] 2730/3656 74% [============================================== ] 2731/3656 74% [============================================== ] 2732/3656 74% [============================================== ] 2733/3656 74% [============================================== ] 2734/3656 74% [============================================== ] 2735/3656 74% [============================================== ] 2736/3656 74% [============================================== ] 2737/3656 74% [============================================== ] 2738/3656 74% [============================================== ] 2739/3656 74% [============================================== ] 2740/3656 74% [============================================== ] 2741/3656 74% [============================================== ] 2742/3656 75% [============================================== ] 2743/3656 75% [============================================== ] 2744/3656 75% [============================================== ] 2745/3656 75% [============================================== ] 2746/3656 75% [============================================== ] 2747/3656 75% [============================================== ] 2748/3656 75% [============================================== ] 2749/3656 75% [============================================== ] 2750/3656 75% [============================================== ] 2751/3656 75% [============================================== ] 2752/3656 75% [============================================== ] 2753/3656 75% [============================================== ] 2754/3656 75% [============================================== ] 2755/3656 75% [============================================== ] 2756/3656 75% [============================================== ] 2757/3656 75% [============================================== ] 2758/3656 75% [============================================== ] 2759/3656 75% [============================================== ] 2760/3656 75% [============================================== ] 2761/3656 75% [============================================== ] 2762/3656 75% [============================================== ] 2763/3656 75% [============================================== ] 2764/3656 75% [============================================== ] 2765/3656 75% [============================================== ] 2766/3656 75% [============================================== ] 2767/3656 75% [============================================== ] 2768/3656 75% [============================================== ] 2769/3656 75% [============================================== ] 2770/3656 75% [============================================== ] 2771/3656 75% [=============================================== ] 2772/3656 75% [=============================================== ] 2773/3656 75% [=============================================== ] 2774/3656 75% [=============================================== ] 2775/3656 75% [=============================================== ] 2776/3656 75% [=============================================== ] 2777/3656 75% [=============================================== ] 2778/3656 75% [=============================================== ] 2779/3656 76% [=============================================== ] 2780/3656 76% [=============================================== ] 2781/3656 76% [=============================================== ] 2782/3656 76% [=============================================== ] 2783/3656 76% [=============================================== ] 2784/3656 76% [=============================================== ] 2785/3656 76% [=============================================== ] 2786/3656 76% [=============================================== ] 2787/3656 76% [=============================================== ] 2788/3656 76% [=============================================== ] 2789/3656 76% [=============================================== ] 2790/3656 76% [=============================================== ] 2791/3656 76% [=============================================== ] 2792/3656 76% [=============================================== ] 2793/3656 76% [=============================================== ] 2794/3656 76% [=============================================== ] 2795/3656 76% [=============================================== ] 2796/3656 76% [=============================================== ] 2797/3656 76% [=============================================== ] 2798/3656 76% [=============================================== ] 2799/3656 76% [=============================================== ] 2800/3656 76% [=============================================== ] 2801/3656 76% [=============================================== ] 2802/3656 76% [=============================================== ] 2803/3656 76% [=============================================== ] 2804/3656 76% [=============================================== ] 2805/3656 76% [=============================================== ] 2806/3656 76% [=============================================== ] 2807/3656 76% [=============================================== ] 2808/3656 76% [=============================================== ] 2809/3656 76% [=============================================== ] 2810/3656 76% [=============================================== ] 2811/3656 76% [=============================================== ] 2812/3656 76% [=============================================== ] 2813/3656 76% [=============================================== ] 2814/3656 76% [=============================================== ] 2815/3656 76% [=============================================== ] 2816/3656 77% [=============================================== ] 2817/3656 77% [=============================================== ] 2818/3656 77% [=============================================== ] 2819/3656 77% [=============================================== ] 2820/3656 77% [=============================================== ] 2821/3656 77% [=============================================== ] 2822/3656 77% [=============================================== ] 2823/3656 77% [=============================================== ] 2824/3656 77% [=============================================== ] 2825/3656 77% [=============================================== ] 2826/3656 77% [=============================================== ] 2827/3656 77% [=============================================== ] 2828/3656 77% [=============================================== ] 2829/3656 77% [=============================================== ] 2830/3656 77% [================================================ ] 2831/3656 77% [================================================ ] 2832/3656 77% [================================================ ] 2833/3656 77% [================================================ ] 2834/3656 77% [================================================ ] 2835/3656 77% [================================================ ] 2836/3656 77% [================================================ ] 2837/3656 77% [================================================ ] 2838/3656 77% [================================================ ] 2839/3656 77% [================================================ ] 2840/3656 77% [================================================ ] 2841/3656 77% [================================================ ] 2842/3656 77% [================================================ ] 2843/3656 77% [================================================ ] 2844/3656 77% [================================================ ] 2845/3656 77% [================================================ ] 2846/3656 77% [================================================ ] 2847/3656 77% [================================================ ] 2848/3656 77% [================================================ ] 2849/3656 77% [================================================ ] 2850/3656 77% [================================================ ] 2851/3656 77% [================================================ ] 2852/3656 78% [================================================ ] 2853/3656 78% [================================================ ] 2854/3656 78% [================================================ ] 2855/3656 78% [================================================ ] 2856/3656 78% [================================================ ] 2857/3656 78% [================================================ ] 2858/3656 78% [================================================ ] 2859/3656 78% [================================================ ] 2860/3656 78% [================================================ ] 2861/3656 78% [================================================ ] 2862/3656 78% [================================================ ] 2863/3656 78% [================================================ ] 2864/3656 78% [================================================ ] 2865/3656 78% [================================================ ] 2866/3656 78% [================================================ ] 2867/3656 78% [================================================ ] 2868/3656 78% [================================================ ] 2869/3656 78% [================================================ ] 2870/3656 78% [================================================ ] 2871/3656 78% [================================================ ] 2872/3656 78% [================================================ ] 2873/3656 78% [================================================ ] 2874/3656 78% [================================================ ] 2875/3656 78% [================================================ ] 2876/3656 78% [================================================ ] 2877/3656 78% [================================================ ] 2878/3656 78% [================================================ ] 2879/3656 78% [================================================ ] 2880/3656 78% [================================================ ] 2881/3656 78% [================================================ ] 2882/3656 78% [================================================ ] 2883/3656 78% [================================================ ] 2884/3656 78% [================================================ ] 2885/3656 78% [================================================ ] 2886/3656 78% [================================================ ] 2887/3656 78% [================================================ ] 2888/3656 78% [================================================ ] 2889/3656 79% [================================================= ] 2890/3656 79% [================================================= ] 2891/3656 79% [================================================= ] 2892/3656 79% [================================================= ] 2893/3656 79% [================================================= ] 2894/3656 79% [================================================= ] 2895/3656 79% [================================================= ] 2896/3656 79% [================================================= ] 2897/3656 79% [================================================= ] 2898/3656 79% [================================================= ] 2899/3656 79% [================================================= ] 2900/3656 79% [================================================= ] 2901/3656 79% [================================================= ] 2902/3656 79% [================================================= ] 2903/3656 79% [================================================= ] 2904/3656 79% [================================================= ] 2905/3656 79% [================================================= ] 2906/3656 79% [================================================= ] 2907/3656 79% [================================================= ] 2908/3656 79% [================================================= ] 2909/3656 79% [================================================= ] 2910/3656 79% [================================================= ] 2911/3656 79% [================================================= ] 2912/3656 79% [================================================= ] 2913/3656 79% [================================================= ] 2914/3656 79% [================================================= ] 2915/3656 79% [================================================= ] 2916/3656 79% [================================================= ] 2917/3656 79% [================================================= ] 2918/3656 79% [================================================= ] 2919/3656 79% [================================================= ] 2920/3656 79% [================================================= ] 2921/3656 79% [================================================= ] 2922/3656 79% [================================================= ] 2923/3656 79% [================================================= ] 2924/3656 79% [================================================= ] 2925/3656 80% [================================================= ] 2926/3656 80% [================================================= ] 2927/3656 80% [================================================= ] 2928/3656 80% [================================================= ] 2929/3656 80% [================================================= ] 2930/3656 80% [================================================= ] 2931/3656 80% [================================================= ] 2932/3656 80% [================================================= ] 2933/3656 80% [================================================= ] 2934/3656 80% [================================================= ] 2935/3656 80% [================================================= ] 2936/3656 80% [================================================= ] 2937/3656 80% [================================================= ] 2938/3656 80% [================================================= ] 2939/3656 80% [================================================= ] 2940/3656 80% [================================================= ] 2941/3656 80% [================================================= ] 2942/3656 80% [================================================= ] 2943/3656 80% [================================================= ] 2944/3656 80% [================================================= ] 2945/3656 80% [================================================= ] 2946/3656 80% [================================================= ] 2947/3656 80% [================================================= ] 2948/3656 80% [================================================== ] 2949/3656 80% [================================================== ] 2950/3656 80% [================================================== ] 2951/3656 80% [================================================== ] 2952/3656 80% [================================================== ] 2953/3656 80% [================================================== ] 2954/3656 80% [================================================== ] 2955/3656 80% [================================================== ] 2956/3656 80% [================================================== ] 2957/3656 80% [================================================== ] 2958/3656 80% [================================================== ] 2959/3656 80% [================================================== ] 2960/3656 80% [================================================== ] 2961/3656 80% [================================================== ] 2962/3656 81% [================================================== ] 2963/3656 81% [================================================== ] 2964/3656 81% [================================================== ] 2965/3656 81% [================================================== ] 2966/3656 81% [================================================== ] 2967/3656 81% [================================================== ] 2968/3656 81% [================================================== ] 2969/3656 81% [================================================== ] 2970/3656 81% [================================================== ] 2971/3656 81% [================================================== ] 2972/3656 81% [================================================== ] 2973/3656 81% [================================================== ] 2974/3656 81% [================================================== ] 2975/3656 81% [================================================== ] 2976/3656 81% [================================================== ] 2977/3656 81% [================================================== ] 2978/3656 81% [================================================== ] 2979/3656 81% [================================================== ] 2980/3656 81% [================================================== ] 2981/3656 81% [================================================== ] 2982/3656 81% [================================================== ] 2983/3656 81% [================================================== ] 2984/3656 81% [================================================== ] 2985/3656 81% [================================================== ] 2986/3656 81% [================================================== ] 2987/3656 81% [================================================== ] 2988/3656 81% [================================================== ] 2989/3656 81% [================================================== ] 2990/3656 81% [================================================== ] 2991/3656 81% [================================================== ] 2992/3656 81% [================================================== ] 2993/3656 81% [================================================== ] 2994/3656 81% [================================================== ] 2995/3656 81% [================================================== ] 2996/3656 81% [================================================== ] 2997/3656 81% [================================================== ] 2998/3656 82% [================================================== ] 2999/3656 82% [================================================== ] 3000/3656 82% [================================================== ] 3001/3656 82% [================================================== ] 3002/3656 82% [================================================== ] 3003/3656 82% [================================================== ] 3004/3656 82% [================================================== ] 3005/3656 82% [================================================== ] 3006/3656 82% [================================================== ] 3007/3656 82% [=================================================== ] 3008/3656 82% [=================================================== ] 3009/3656 82% [=================================================== ] 3010/3656 82% [=================================================== ] 3011/3656 82% [=================================================== ] 3012/3656 82% [=================================================== ] 3013/3656 82% [=================================================== ] 3014/3656 82% [=================================================== ] 3015/3656 82% [=================================================== ] 3016/3656 82% [=================================================== ] 3017/3656 82% [=================================================== ] 3018/3656 82% [=================================================== ] 3019/3656 82% [=================================================== ] 3020/3656 82% [=================================================== ] 3021/3656 82% [=================================================== ] 3022/3656 82% [=================================================== ] 3023/3656 82% [=================================================== ] 3024/3656 82% [=================================================== ] 3025/3656 82% [=================================================== ] 3026/3656 82% [=================================================== ] 3027/3656 82% [=================================================== ] 3028/3656 82% [=================================================== ] 3029/3656 82% [=================================================== ] 3030/3656 82% [=================================================== ] 3031/3656 82% [=================================================== ] 3032/3656 82% [=================================================== ] 3033/3656 82% [=================================================== ] 3034/3656 82% [=================================================== ] 3035/3656 83% [=================================================== ] 3036/3656 83% [=================================================== ] 3037/3656 83% [=================================================== ] 3038/3656 83% [=================================================== ] 3039/3656 83% [=================================================== ] 3040/3656 83% [=================================================== ] 3041/3656 83% [=================================================== ] 3042/3656 83% [=================================================== ] 3043/3656 83% [=================================================== ] 3044/3656 83% [=================================================== ] 3045/3656 83% [=================================================== ] 3046/3656 83% [=================================================== ] 3047/3656 83% [=================================================== ] 3048/3656 83% [=================================================== ] 3049/3656 83% [=================================================== ] 3050/3656 83% [=================================================== ] 3051/3656 83% [=================================================== ] 3052/3656 83% [=================================================== ] 3053/3656 83% [=================================================== ] 3054/3656 83% [=================================================== ] 3055/3656 83% [=================================================== ] 3056/3656 83% [=================================================== ] 3057/3656 83% [=================================================== ] 3058/3656 83% [=================================================== ] 3059/3656 83% [=================================================== ] 3060/3656 83% [=================================================== ] 3061/3656 83% [=================================================== ] 3062/3656 83% [=================================================== ] 3063/3656 83% [=================================================== ] 3064/3656 83% [=================================================== ] 3065/3656 83% [=================================================== ] 3066/3656 83% [==================================================== ] 3067/3656 83% [==================================================== ] 3068/3656 83% [==================================================== ] 3069/3656 83% [==================================================== ] 3070/3656 83% [==================================================== ] 3071/3656 83% [==================================================== ] 3072/3656 84% [==================================================== ] 3073/3656 84% [==================================================== ] 3074/3656 84% [==================================================== ] 3075/3656 84% [==================================================== ] 3076/3656 84% [==================================================== ] 3077/3656 84% [==================================================== ] 3078/3656 84% [==================================================== ] 3079/3656 84% [==================================================== ] 3080/3656 84% [==================================================== ] 3081/3656 84% [==================================================== ] 3082/3656 84% [==================================================== ] 3083/3656 84% [==================================================== ] 3084/3656 84% [==================================================== ] 3085/3656 84% [==================================================== ] 3086/3656 84% [==================================================== ] 3087/3656 84% [==================================================== ] 3088/3656 84% [==================================================== ] 3089/3656 84% [==================================================== ] 3090/3656 84% [==================================================== ] 3091/3656 84% [==================================================== ] 3092/3656 84% [==================================================== ] 3093/3656 84% [==================================================== ] 3094/3656 84% [==================================================== ] 3095/3656 84% [==================================================== ] 3096/3656 84% [==================================================== ] 3097/3656 84% [==================================================== ] 3098/3656 84% [==================================================== ] 3099/3656 84% [==================================================== ] 3100/3656 84% [==================================================== ] 3101/3656 84% [==================================================== ] 3102/3656 84% [==================================================== ] 3103/3656 84% [==================================================== ] 3104/3656 84% [==================================================== ] 3105/3656 84% [==================================================== ] 3106/3656 84% [==================================================== ] 3107/3656 84% [==================================================== ] 3108/3656 85% [==================================================== ] 3109/3656 85% [==================================================== ] 3110/3656 85% [==================================================== ] 3111/3656 85% [==================================================== ] 3112/3656 85% [==================================================== ] 3113/3656 85% [==================================================== ] 3114/3656 85% [==================================================== ] 3115/3656 85% [==================================================== ] 3116/3656 85% [==================================================== ] 3117/3656 85% [==================================================== ] 3118/3656 85% [==================================================== ] 3119/3656 85% [==================================================== ] 3120/3656 85% [==================================================== ] 3121/3656 85% [==================================================== ] 3122/3656 85% [==================================================== ] 3123/3656 85% [==================================================== ] 3124/3656 85% [==================================================== ] 3125/3656 85% [===================================================== ] 3126/3656 85% [===================================================== ] 3127/3656 85% [===================================================== ] 3128/3656 85% [===================================================== ] 3129/3656 85% [===================================================== ] 3130/3656 85% [===================================================== ] 3131/3656 85% [===================================================== ] 3132/3656 85% [===================================================== ] 3133/3656 85% [===================================================== ] 3134/3656 85% [===================================================== ] 3135/3656 85% [===================================================== ] 3136/3656 85% [===================================================== ] 3137/3656 85% [===================================================== ] 3138/3656 85% [===================================================== ] 3139/3656 85% [===================================================== ] 3140/3656 85% [===================================================== ] 3141/3656 85% [===================================================== ] 3142/3656 85% [===================================================== ] 3143/3656 85% [===================================================== ] 3144/3656 85% [===================================================== ] 3145/3656 86% [===================================================== ] 3146/3656 86% [===================================================== ] 3147/3656 86% [===================================================== ] 3148/3656 86% [===================================================== ] 3149/3656 86% [===================================================== ] 3150/3656 86% [===================================================== ] 3151/3656 86% [===================================================== ] 3152/3656 86% [===================================================== ] 3153/3656 86% [===================================================== ] 3154/3656 86% [===================================================== ] 3155/3656 86% [===================================================== ] 3156/3656 86% [===================================================== ] 3157/3656 86% [===================================================== ] 3158/3656 86% [===================================================== ] 3159/3656 86% [===================================================== ] 3160/3656 86% [===================================================== ] 3161/3656 86% [===================================================== ] 3162/3656 86% [===================================================== ] 3163/3656 86% [===================================================== ] 3164/3656 86% [===================================================== ] 3165/3656 86% [===================================================== ] 3166/3656 86% [===================================================== ] 3167/3656 86% [===================================================== ] 3168/3656 86% [===================================================== ] 3169/3656 86% [===================================================== ] 3170/3656 86% [===================================================== ] 3171/3656 86% [===================================================== ] 3172/3656 86% [===================================================== ] 3173/3656 86% [===================================================== ] 3174/3656 86% [===================================================== ] 3175/3656 86% [===================================================== ] 3176/3656 86% [===================================================== ] 3177/3656 86% [===================================================== ] 3178/3656 86% [===================================================== ] 3179/3656 86% [===================================================== ] 3180/3656 86% [===================================================== ] 3181/3656 87% [===================================================== ] 3182/3656 87% [===================================================== ] 3183/3656 87% [===================================================== ] 3184/3656 87% [====================================================== ] 3185/3656 87% [====================================================== ] 3186/3656 87% [====================================================== ] 3187/3656 87% [====================================================== ] 3188/3656 87% [====================================================== ] 3189/3656 87% [====================================================== ] 3190/3656 87% [====================================================== ] 3191/3656 87% [====================================================== ] 3192/3656 87% [====================================================== ] 3193/3656 87% [====================================================== ] 3194/3656 87% [====================================================== ] 3195/3656 87% [====================================================== ] 3196/3656 87% [====================================================== ] 3197/3656 87% [====================================================== ] 3198/3656 87% [====================================================== ] 3199/3656 87% [====================================================== ] 3200/3656 87% [====================================================== ] 3201/3656 87% [====================================================== ] 3202/3656 87% [====================================================== ] 3203/3656 87% [====================================================== ] 3204/3656 87% [====================================================== ] 3205/3656 87% [====================================================== ] 3206/3656 87% [====================================================== ] 3207/3656 87% [====================================================== ] 3208/3656 87% [====================================================== ] 3209/3656 87% [====================================================== ] 3210/3656 87% [====================================================== ] 3211/3656 87% [====================================================== ] 3212/3656 87% [====================================================== ] 3213/3656 87% [====================================================== ] 3214/3656 87% [====================================================== ] 3215/3656 87% [====================================================== ] 3216/3656 87% [====================================================== ] 3217/3656 87% [====================================================== ] 3218/3656 88% [====================================================== ] 3219/3656 88% [====================================================== ] 3220/3656 88% [====================================================== ] 3221/3656 88% [====================================================== ] 3222/3656 88% [====================================================== ] 3223/3656 88% [====================================================== ] 3224/3656 88% [====================================================== ] 3225/3656 88% [====================================================== ] 3226/3656 88% [====================================================== ] 3227/3656 88% [====================================================== ] 3228/3656 88% [====================================================== ] 3229/3656 88% [====================================================== ] 3230/3656 88% [====================================================== ] 3231/3656 88% [====================================================== ] 3232/3656 88% [====================================================== ] 3233/3656 88% [====================================================== ] 3234/3656 88% [====================================================== ] 3235/3656 88% [====================================================== ] 3236/3656 88% [====================================================== ] 3237/3656 88% [====================================================== ] 3238/3656 88% [====================================================== ] 3239/3656 88% [====================================================== ] 3240/3656 88% [====================================================== ] 3241/3656 88% [====================================================== ] 3242/3656 88% [====================================================== ] 3243/3656 88% [======================================================= ] 3244/3656 88% [======================================================= ] 3245/3656 88% [======================================================= ] 3246/3656 88% [======================================================= ] 3247/3656 88% [======================================================= ] 3248/3656 88% [======================================================= ] 3249/3656 88% [======================================================= ] 3250/3656 88% [======================================================= ] 3251/3656 88% [======================================================= ] 3252/3656 88% [======================================================= ] 3253/3656 88% [======================================================= ] 3254/3656 89% [======================================================= ] 3255/3656 89% [======================================================= ] 3256/3656 89% [======================================================= ] 3257/3656 89% [======================================================= ] 3258/3656 89% [======================================================= ] 3259/3656 89% [======================================================= ] 3260/3656 89% [======================================================= ] 3261/3656 89% [======================================================= ] 3262/3656 89% [======================================================= ] 3263/3656 89% [======================================================= ] 3264/3656 89% [======================================================= ] 3265/3656 89% [======================================================= ] 3266/3656 89% [======================================================= ] 3267/3656 89% [======================================================= ] 3268/3656 89% [======================================================= ] 3269/3656 89% [======================================================= ] 3270/3656 89% [======================================================= ] 3271/3656 89% [======================================================= ] 3272/3656 89% [======================================================= ] 3273/3656 89% [======================================================= ] 3274/3656 89% [======================================================= ] 3275/3656 89% [======================================================= ] 3276/3656 89% [======================================================= ] 3277/3656 89% [======================================================= ] 3278/3656 89% [======================================================= ] 3279/3656 89% [======================================================= ] 3280/3656 89% [======================================================= ] 3281/3656 89% [======================================================= ] 3282/3656 89% [======================================================= ] 3283/3656 89% [======================================================= ] 3284/3656 89% [======================================================= ] 3285/3656 89% [======================================================= ] 3286/3656 89% [======================================================= ] 3287/3656 89% [======================================================= ] 3288/3656 89% [======================================================= ] 3289/3656 89% [======================================================= ] 3290/3656 89% [======================================================= ] 3291/3656 90% [======================================================= ] 3292/3656 90% [======================================================= ] 3293/3656 90% [======================================================= ] 3294/3656 90% [======================================================= ] 3295/3656 90% [======================================================= ] 3296/3656 90% [======================================================= ] 3297/3656 90% [======================================================= ] 3298/3656 90% [======================================================= ] 3299/3656 90% [======================================================= ] 3300/3656 90% [======================================================= ] 3301/3656 90% [======================================================= ] 3302/3656 90% [======================================================== ] 3303/3656 90% [======================================================== ] 3304/3656 90% [======================================================== ] 3305/3656 90% [======================================================== ] 3306/3656 90% [======================================================== ] 3307/3656 90% [======================================================== ] 3308/3656 90% [======================================================== ] 3309/3656 90% [======================================================== ] 3310/3656 90% [======================================================== ] 3311/3656 90% [======================================================== ] 3312/3656 90% [======================================================== ] 3313/3656 90% [======================================================== ] 3314/3656 90% [======================================================== ] 3315/3656 90% [======================================================== ] 3316/3656 90% [======================================================== ] 3317/3656 90% [======================================================== ] 3318/3656 90% [======================================================== ] 3319/3656 90% [======================================================== ] 3320/3656 90% [======================================================== ] 3321/3656 90% [======================================================== ] 3322/3656 90% [======================================================== ] 3323/3656 90% [======================================================== ] 3324/3656 90% [======================================================== ] 3325/3656 90% [======================================================== ] 3326/3656 90% [======================================================== ] 3327/3656 91% [======================================================== ] 3328/3656 91% [======================================================== ] 3329/3656 91% [======================================================== ] 3330/3656 91% [======================================================== ] 3331/3656 91% [======================================================== ] 3332/3656 91% [======================================================== ] 3333/3656 91% [======================================================== ] 3334/3656 91% [======================================================== ] 3335/3656 91% [======================================================== ] 3336/3656 91% [======================================================== ] 3337/3656 91% [======================================================== ] 3338/3656 91% [======================================================== ] 3339/3656 91% [======================================================== ] 3340/3656 91% [======================================================== ] 3341/3656 91% [======================================================== ] 3342/3656 91% [======================================================== ] 3343/3656 91% [======================================================== ] 3344/3656 91% [======================================================== ] 3345/3656 91% [======================================================== ] 3346/3656 91% [======================================================== ] 3347/3656 91% [======================================================== ] 3348/3656 91% [======================================================== ] 3349/3656 91% [======================================================== ] 3350/3656 91% [======================================================== ] 3351/3656 91% [======================================================== ] 3352/3656 91% [======================================================== ] 3353/3656 91% [======================================================== ] 3354/3656 91% [======================================================== ] 3355/3656 91% [======================================================== ] 3356/3656 91% [======================================================== ] 3357/3656 91% [======================================================== ] 3358/3656 91% [======================================================== ] 3359/3656 91% [======================================================== ] 3360/3656 91% [======================================================== ] 3361/3656 91% [========================================================= ] 3362/3656 91% [========================================================= ] 3363/3656 91% [========================================================= ] 3364/3656 92% [========================================================= ] 3365/3656 92% [========================================================= ] 3366/3656 92% [========================================================= ] 3367/3656 92% [========================================================= ] 3368/3656 92% [========================================================= ] 3369/3656 92% [========================================================= ] 3370/3656 92% [========================================================= ] 3371/3656 92% [========================================================= ] 3372/3656 92% [========================================================= ] 3373/3656 92% [========================================================= ] 3374/3656 92% [========================================================= ] 3375/3656 92% [========================================================= ] 3376/3656 92% [========================================================= ] 3377/3656 92% [========================================================= ] 3378/3656 92% [========================================================= ] 3379/3656 92% [========================================================= ] 3380/3656 92% [========================================================= ] 3381/3656 92% [========================================================= ] 3382/3656 92% [========================================================= ] 3383/3656 92% [========================================================= ] 3384/3656 92% [========================================================= ] 3385/3656 92% [========================================================= ] 3386/3656 92% [========================================================= ] 3387/3656 92% [========================================================= ] 3388/3656 92% [========================================================= ] 3389/3656 92% [========================================================= ] 3390/3656 92% [========================================================= ] 3391/3656 92% [========================================================= ] 3392/3656 92% [========================================================= ] 3393/3656 92% [========================================================= ] 3394/3656 92% [========================================================= ] 3395/3656 92% [========================================================= ] 3396/3656 92% [========================================================= ] 3397/3656 92% [========================================================= ] 3398/3656 92% [========================================================= ] 3399/3656 92% [========================================================= ] 3400/3656 92% [========================================================= ] 3401/3656 93% [========================================================= ] 3402/3656 93% [========================================================= ] 3403/3656 93% [========================================================= ] 3404/3656 93% [========================================================= ] 3405/3656 93% [========================================================= ] 3406/3656 93% [========================================================= ] 3407/3656 93% [========================================================= ] 3408/3656 93% [========================================================= ] 3409/3656 93% [========================================================= ] 3410/3656 93% [========================================================= ] 3411/3656 93% [========================================================= ] 3412/3656 93% [========================================================= ] 3413/3656 93% [========================================================= ] 3414/3656 93% [========================================================= ] 3415/3656 93% [========================================================= ] 3416/3656 93% [========================================================= ] 3417/3656 93% [========================================================= ] 3418/3656 93% [========================================================= ] 3419/3656 93% [========================================================= ] 3420/3656 93% [========================================================== ] 3421/3656 93% [========================================================== ] 3422/3656 93% [========================================================== ] 3423/3656 93% [========================================================== ] 3424/3656 93% [========================================================== ] 3425/3656 93% [========================================================== ] 3426/3656 93% [========================================================== ] 3427/3656 93% [========================================================== ] 3428/3656 93% [========================================================== ] 3429/3656 93% [========================================================== ] 3430/3656 93% [========================================================== ] 3431/3656 93% [========================================================== ] 3432/3656 93% [========================================================== ] 3433/3656 93% [========================================================== ] 3434/3656 93% [========================================================== ] 3435/3656 93% [========================================================== ] 3436/3656 93% [========================================================== ] 3437/3656 94% [========================================================== ] 3438/3656 94% [========================================================== ] 3439/3656 94% [========================================================== ] 3440/3656 94% [========================================================== ] 3441/3656 94% [========================================================== ] 3442/3656 94% [========================================================== ] 3443/3656 94% [========================================================== ] 3444/3656 94% [========================================================== ] 3445/3656 94% [========================================================== ] 3446/3656 94% [========================================================== ] 3447/3656 94% [========================================================== ] 3448/3656 94% [========================================================== ] 3449/3656 94% [========================================================== ] 3450/3656 94% [========================================================== ] 3451/3656 94% [========================================================== ] 3452/3656 94% [========================================================== ] 3453/3656 94% [========================================================== ] 3454/3656 94% [========================================================== ] 3455/3656 94% [========================================================== ] 3456/3656 94% [========================================================== ] 3457/3656 94% [========================================================== ] 3458/3656 94% [========================================================== ] 3459/3656 94% [========================================================== ] 3460/3656 94% [========================================================== ] 3461/3656 94% [========================================================== ] 3462/3656 94% [========================================================== ] 3463/3656 94% [========================================================== ] 3464/3656 94% [========================================================== ] 3465/3656 94% [========================================================== ] 3466/3656 94% [========================================================== ] 3467/3656 94% [========================================================== ] 3468/3656 94% [========================================================== ] 3469/3656 94% [========================================================== ] 3470/3656 94% [========================================================== ] 3471/3656 94% [========================================================== ] 3472/3656 94% [========================================================== ] 3473/3656 94% [========================================================== ] 3474/3656 95% [========================================================== ] 3475/3656 95% [========================================================== ] 3476/3656 95% [========================================================== ] 3477/3656 95% [========================================================== ] 3478/3656 95% [========================================================== ] 3479/3656 95% [=========================================================== ] 3480/3656 95% [=========================================================== ] 3481/3656 95% [=========================================================== ] 3482/3656 95% [=========================================================== ] 3483/3656 95% [=========================================================== ] 3484/3656 95% [=========================================================== ] 3485/3656 95% [=========================================================== ] 3486/3656 95% [=========================================================== ] 3487/3656 95% [=========================================================== ] 3488/3656 95% [=========================================================== ] 3489/3656 95% [=========================================================== ] 3490/3656 95% [=========================================================== ] 3491/3656 95% [=========================================================== ] 3492/3656 95% [=========================================================== ] 3493/3656 95% [=========================================================== ] 3494/3656 95% [=========================================================== ] 3495/3656 95% [=========================================================== ] 3496/3656 95% [=========================================================== ] 3497/3656 95% [=========================================================== ] 3498/3656 95% [=========================================================== ] 3499/3656 95% [=========================================================== ] 3500/3656 95% [=========================================================== ] 3501/3656 95% [=========================================================== ] 3502/3656 95% [=========================================================== ] 3503/3656 95% [=========================================================== ] 3504/3656 95% [=========================================================== ] 3505/3656 95% [=========================================================== ] 3506/3656 95% [=========================================================== ] 3507/3656 95% [=========================================================== ] 3508/3656 95% [=========================================================== ] 3509/3656 95% [=========================================================== ] 3510/3656 96% [=========================================================== ] 3511/3656 96% [=========================================================== ] 3512/3656 96% [=========================================================== ] 3513/3656 96% [=========================================================== ] 3514/3656 96% [=========================================================== ] 3515/3656 96% [=========================================================== ] 3516/3656 96% [=========================================================== ] 3517/3656 96% [=========================================================== ] 3518/3656 96% [=========================================================== ] 3519/3656 96% [=========================================================== ] 3520/3656 96% [=========================================================== ] 3521/3656 96% [=========================================================== ] 3522/3656 96% [=========================================================== ] 3523/3656 96% [=========================================================== ] 3524/3656 96% [=========================================================== ] 3525/3656 96% [=========================================================== ] 3526/3656 96% [=========================================================== ] 3527/3656 96% [=========================================================== ] 3528/3656 96% [=========================================================== ] 3529/3656 96% [=========================================================== ] 3530/3656 96% [=========================================================== ] 3531/3656 96% [=========================================================== ] 3532/3656 96% [=========================================================== ] 3533/3656 96% [=========================================================== ] 3534/3656 96% [=========================================================== ] 3535/3656 96% [=========================================================== ] 3536/3656 96% [=========================================================== ] 3537/3656 96% [=========================================================== ] 3538/3656 96% [============================================================ ] 3539/3656 96% [============================================================ ] 3540/3656 96% [============================================================ ] 3541/3656 96% [============================================================ ] 3542/3656 96% [============================================================ ] 3543/3656 96% [============================================================ ] 3544/3656 96% [============================================================ ] 3545/3656 96% [============================================================ ] 3546/3656 96% [============================================================ ] 3547/3656 97% [============================================================ ] 3548/3656 97% [============================================================ ] 3549/3656 97% [============================================================ ] 3550/3656 97% [============================================================ ] 3551/3656 97% [============================================================ ] 3552/3656 97% [============================================================ ] 3553/3656 97% [============================================================ ] 3554/3656 97% [============================================================ ] 3555/3656 97% [============================================================ ] 3556/3656 97% [============================================================ ] 3557/3656 97% [============================================================ ] 3558/3656 97% [============================================================ ] 3559/3656 97% [============================================================ ] 3560/3656 97% [============================================================ ] 3561/3656 97% [============================================================ ] 3562/3656 97% [============================================================ ] 3563/3656 97% [============================================================ ] 3564/3656 97% [============================================================ ] 3565/3656 97% [============================================================ ] 3566/3656 97% [============================================================ ] 3567/3656 97% [============================================================ ] 3568/3656 97% [============================================================ ] 3569/3656 97% [============================================================ ] 3570/3656 97% [============================================================ ] 3571/3656 97% [============================================================ ] 3572/3656 97% [============================================================ ] 3573/3656 97% [============================================================ ] 3574/3656 97% [============================================================ ] 3575/3656 97% [============================================================ ] 3576/3656 97% [============================================================ ] 3577/3656 97% [============================================================ ] 3578/3656 97% [============================================================ ] 3579/3656 97% [============================================================ ] 3580/3656 97% [============================================================ ] 3581/3656 97% [============================================================ ] 3582/3656 97% [============================================================ ] 3583/3656 98% [============================================================ ] 3584/3656 98% [============================================================ ] 3585/3656 98% [============================================================ ] 3586/3656 98% [============================================================ ] 3587/3656 98% [============================================================ ] 3588/3656 98% [============================================================ ] 3589/3656 98% [============================================================ ] 3590/3656 98% [============================================================ ] 3591/3656 98% [============================================================ ] 3592/3656 98% [============================================================ ] 3593/3656 98% [============================================================ ] 3594/3656 98% [============================================================ ] 3595/3656 98% [============================================================ ] 3596/3656 98% [============================================================ ] 3597/3656 98% [============================================================= ] 3598/3656 98% [============================================================= ] 3599/3656 98% [============================================================= ] 3600/3656 98% [============================================================= ] 3601/3656 98% [============================================================= ] 3602/3656 98% [============================================================= ] 3603/3656 98% [============================================================= ] 3604/3656 98% [============================================================= ] 3605/3656 98% [============================================================= ] 3606/3656 98% [============================================================= ] 3607/3656 98% [============================================================= ] 3608/3656 98% [============================================================= ] 3609/3656 98% [============================================================= ] 3610/3656 98% [============================================================= ] 3611/3656 98% [============================================================= ] 3612/3656 98% [============================================================= ] 3613/3656 98% [============================================================= ] 3614/3656 98% [============================================================= ] 3615/3656 98% [============================================================= ] 3616/3656 98% [============================================================= ] 3617/3656 98% [============================================================= ] 3618/3656 98% [============================================================= ] 3619/3656 98% [============================================================= ] 3620/3656 99% [============================================================= ] 3621/3656 99% [============================================================= ] 3622/3656 99% [============================================================= ] 3623/3656 99% [============================================================= ] 3624/3656 99% [============================================================= ] 3625/3656 99% [============================================================= ] 3626/3656 99% [============================================================= ] 3627/3656 99% [============================================================= ] 3628/3656 99% [============================================================= ] 3629/3656 99% [============================================================= ] 3630/3656 99% [============================================================= ] 3631/3656 99% [============================================================= ] 3632/3656 99% [============================================================= ] 3633/3656 99% [============================================================= ] 3634/3656 99% [============================================================= ] 3635/3656 99% [============================================================= ] 3636/3656 99% [============================================================= ] 3637/3656 99% [============================================================= ] 3638/3656 99% [============================================================= ] 3639/3656 99% [============================================================= ] 3640/3656 99% [============================================================= ] 3641/3656 99% [============================================================= ] 3642/3656 99% [============================================================= ] 3643/3656 99% [============================================================= ] 3644/3656 99% [============================================================= ] 3645/3656 99% [============================================================= ] 3646/3656 99% [============================================================= ] 3647/3656 99% [============================================================= ] 3648/3656 99% [============================================================= ] 3649/3656 99% [============================================================= ] 3650/3656 99% [============================================================= ] 3651/3656 99% [============================================================= ] 3652/3656 99% [============================================================= ] 3653/3656 99% [============================================================= ] 3654/3656 99% [============================================================= ] 3655/3656 99% [==============================================================] 3656/3656 100% operation complete, 3656 objects in 168675 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/i686-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2023.08-797-g91381143e8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-systemd Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2023.08-1 Collecting legal info >>> toolchain Collecting legal info >>> ace 7.0.6 Collecting legal info COPYING: OK (sha256: 687bf9d16119e0caf6fb5c18214928fd6ea0da10df91e906255b7613af8061d8) >>> openssl Collecting legal info >>> libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> 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) >>> altera-stapl 0.3.3 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> libgpiod 1.6.4 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-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) >>> apparmor 3.1.2 Collecting legal info LICENSE: OK (sha256: a7e0cdcbea5c14927cedfc600d46526bdcbb1eb0a4d951e2ea53c2a6de159cb4) parser/COPYING.GPL: OK (sha256: dd54950fa69a3096fe907a466a454d217ccca9bca77398d5232704766d5a0040) >>> libapparmor 3.1.2 Collecting legal info LICENSE: OK (sha256: a7e0cdcbea5c14927cedfc600d46526bdcbb1eb0a4d951e2ea53c2a6de159cb4) libraries/libapparmor/COPYING.LGPL: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> boost 1.83.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> icu 73-2 Collecting legal info LICENSE: OK (sha256: f3005e195ff74d8812cc1f182a1c446fab678d70a10e3dada497585befee5416) >>> host-icu 73-2 Collecting legal info LICENSE: OK (sha256: f3005e195ff74d8812cc1f182a1c446fab678d70a10e3dada497585befee5416) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> cni-plugins 1.3.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-go 1.21.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.11 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> conntrack-tools 1.4.7 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> 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-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> 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-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) >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> 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) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> exfat 1.4.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfuse3 3.16.1 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> fluent-bit 2.1.7 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> getent Collecting legal info >>> gnuplot 5.4.9 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> grep 3.11 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> gsettings-desktop-schemas 3.36.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> gvfs 1.48.1 Collecting legal info COPYING: OK (sha256: 45cf336e2e48176993babc5aabf44437390f40e6a86a472c6abfc7ce9c035db4) >>> libsecret 0.20.5 Collecting legal info COPYING: OK (sha256: a1a33180d02960ab1c5de36cf20b1a2f0fe9888d83826ad263da5db52f1b183b) >>> shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> host-libxml2 2.11.5 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxml2 2.11.5 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> udev Collecting legal info >>> hiawatha 11.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> igd2-for-linux 2.2 Collecting legal info linuxigd2/doc/LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) linuxigd2/src/threadutil/COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libtorrent-rasterbar 1.2.15 Collecting legal info COPYING: OK (sha256: f3a5dd1558cce616b12edad521427ec8976ce2bb0af33f7f359cfa648bf55ad8) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mender-connect 2.1.0 Collecting legal info LIC_FILES_CHKSUM.sha256: OK (sha256: 78b3954421ec6499c3f9735b96d52288574ae80c747416a52548d7f526f26e8c) LICENSE: OK (sha256: 1033348db7606a7e61b6484f293847cf8d7a35766efebb97e304d4bd5d7f3f6b) vendor/github.com/mendersoftware/go-lib-micro/LICENSE: OK (sha256: 3eb823230e5d112e1bd032ccc82ae765cf676d0d6d46a1a1daa2d658b3005b67) vendor/github.com/gorilla/websocket/LICENSE: OK (sha256: 2be1b548b0387ca8948e1bb9434e709126904d15f622cc2d0d8e7f186e4d122d) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/vmihailenco/msgpack/v5/LICENSE: OK (sha256: 1530185dd39cdde7cb2f786a7a5fcf8bc34368b6ae73c15e72bafe88fd80b9a2) vendor/github.com/vmihailenco/tagparser/v2/LICENSE: OK (sha256: 0f02aac22084ef463aa5f42f566feeec6aa4c99653519744a8c25cb079da5b5d) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/creack/pty/LICENSE: OK (sha256: a2a1cea59d9c2d71908082f516f86bb560abf857646ecf69d70c121ead14aef4) vendor/github.com/go-ozzo/ozzo-validation/v4/LICENSE: OK (sha256: caa932df46551b53643952fe03b351d55db97be73b5393b986dcf6b05d3c416a) vendor/github.com/satori/go.uuid/LICENSE: OK (sha256: 92a328e1d5f3269b42e2ce32b4494eafdb3132f204a911c5c95cf3d8465490e4) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/stretchr/objx/LICENSE: OK (sha256: b2663894033a05fd80261176cd8da1d72546e25842d5c1abcc852ca23b6b61b0) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: f8e536c1c7b695810427095dc85f5f80d44ff7c10535e8a9486cf393e2599189) vendor/github.com/urfave/cli/v2/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/gopkg.in/yaml.v3/LICENSE: OK (sha256: d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b) >>> mender 3.4.0 Collecting legal info LICENSE: OK (sha256: 1033348db7606a7e61b6484f293847cf8d7a35766efebb97e304d4bd5d7f3f6b) LIC_FILES_CHKSUM.sha256: OK (sha256: 93d9db9b43097b174e362ac8f398aa9a37fcdde2974d0567b62bd6d1e0d22037) vendor/github.com/mendersoftware/mender-artifact/LICENSE: OK (sha256: 1033348db7606a7e61b6484f293847cf8d7a35766efebb97e304d4bd5d7f3f6b) vendor/github.com/mendersoftware/openssl/LICENSE: OK (sha256: 73ba74dfaa520b49a401b5d21459a8523a146f3b7518a833eea5efa85130bf68) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/mendersoftware/progressbar/LICENSE: OK (sha256: 8f5d89b47d7a05a199b77b7e0f362dad391d451ebda4ef48ba11c50c071564c7) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/godbus/dbus/LICENSE: OK (sha256: e4646a82a976369d7ae8f6ed5c11d35dc0af18433a8ccc24c85b459ad8b95128) vendor/github.com/gorilla/websocket/LICENSE: OK (sha256: 2be1b548b0387ca8948e1bb9434e709126904d15f622cc2d0d8e7f186e4d122d) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 0d9e582ee4bff57bf1189c9e514e6da7ce277f9cd3bc2d488b22fbb39a6d87cf) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/bmatsuo/lmdb-go/LICENSE.md: OK (sha256: 0634b008cee55ca01f0888d2f5aba2d34e66c3f52c31a4e16a5d5d33d0c2a03e) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: 87640bc4df2ceb1559f268a3db1ba859ab780f7ba5b1b4545173d4680a3d918b) vendor/golang.org/x/term/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 6d2de1cde19c4d2bd8bcd9aaa1d581f4cfa3db9cf71896140330eaa2f2687685) vendor/github.com/klauspost/cpuid/v2/LICENSE: OK (sha256: 5d966570d7a442d4e969892860a914e542c97f262c873baee8f0aa48e1f40212) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: f8e536c1c7b695810427095dc85f5f80d44ff7c10535e8a9486cf393e2599189) vendor/github.com/ungerik/go-sysfs/LICENSE: OK (sha256: ffa15bdce332058a03a1d923910864fb6e58bf6df66a0e3914284725b327183e) vendor/github.com/urfave/cli/v2/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/stretchr/objx/LICENSE: OK (sha256: b2663894033a05fd80261176cd8da1d72546e25842d5c1abcc852ca23b6b61b0) vendor/gopkg.in/yaml.v3/LICENSE: OK (sha256: d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b) vendor/github.com/mattn/go-isatty/LICENSE: OK (sha256: 08eab1118c80885fa1fa6a6dd7303f65a379fcb3733e063d20d1bbc2c76e6fa1) vendor/github.com/bmatsuo/lmdb-go/LICENSE.mdb.md: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> owfs 3.2p4 Collecting legal info COPYING: OK (sha256: 1f0527ab035eefb5197c68633d06f50f5077c719d82a99344702ceaca29150b9) COPYING.LIB: OK (sha256: 8a6601b893d5784d931b2ede64a406fac463acfbb7014914e27de4d6e68457c3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qt5base e44097b63d17ba3178a637df7fac51ddc51cb48b Collecting legal info LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE.GPL3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE.GPL3-EXCEPT: OK (sha256: 0dbe024961f6ab5c52689cbd036c977975d0d0f6a67ff97762d96cb819dd5652) LICENSE.LGPLv3: OK (sha256: 88ec689407cf2df9b2eb5c45952564d51ce73c129a3bdffb15c0d2d161ad7558) LICENSE.FDL: OK (sha256: ed8742a95cb9db653a09b050e27ccff5e67ba69c14aa2c3137f2a4e1892f6c0d) >>> host-perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> rapidjson 1.1.0 Collecting legal info license.txt: OK (sha256: a140e5d46fe734a1c78f1a3c3ef207871dd75648be71fdda8e309b23ab8b1f32) >>> redis-plus-plus 1.3.10 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> 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) >>> tesseract-ocr 5.0.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> 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) >>> 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) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.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: toolchain-external-bootlin-2023.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'