rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/man /home/thomas/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/info /home/thomas/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/doc /home/thomas/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-3/output-1/target/lib/debug /home/thomas/autobuild/instance-3/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-358-g24261a1762"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/thomas/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-3/output-1/per-package /home/thomas/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-3/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 \n \n \n \n \n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /var/spool d 755 0 0 - - - - -\n /var/lib d 755 0 0 - - - - -\n /var/lib/private d 700 0 0 - - - - -\n /var/log/private d 700 0 0 - - - - -\n /var/cache/private d 700 0 0 - - - - -\n \n \n \n \n \n \n\n' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/usr/share/factory/var\n mv /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/var /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/usr/share/factory/var\n mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/var\n for i in /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/usr/share/factory/var/* /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/usr/share/factory/var/lib/* /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/usr/share/factory/var/lib/systemd/*; do [ -e "${i}" ] || continue; j="${i#/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/usr/share/factory}"; if [ -L "${i}" ]; then printf "L+! %%s - - - - %%s\\n" "${j}" "../usr/share/factory/${j}" || exit 1; else printf "C! %%s - - - -\\n" "${j}" || exit 1; fi; done >/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/tmpfiles.d/var-factory.conf\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/usr/lib/systemd/catalog /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' HOST_SYSTEMD_TMPFILES=/home/thomas/autobuild/instance-3/output-1/host/bin/systemd-tmpfiles package/systemd//fakeroot_tmpfiles.sh /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/systemctl --root=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target preset-all\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/sbin/setfiles -m -r /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target -c /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/selinux/targeted/policy/policy.31 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/selinux/targeted/contexts/files/file_contexts /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/thomas/autobuild/instance-3/output-1/images/rootfs.btrfs\n /home/thomas/autobuild/instance-3/output-1/host/bin/mkfs.btrfs -f -r '\''/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/thomas/autobuild/instance-3/output-1/images/rootfs.btrfs\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' ignored spec: h /var/log/journal/%m - - - - +C :12: Line references path below legacy directory /var/run/, updating /var/run/samba → /run/samba; please update the tmpfiles.d/ drop-in file accordingly. 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 - - :29: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/var/lib/dbus", ignoring. :30: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/var/lib/private", ignoring. :32: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/var/lib/systemd", ignoring. :35: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/var/log", ignoring. :36: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/var/cache", ignoring. :37: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/var/lib", ignoring. :38: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/var/spool", ignoring. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/samba.service -> /usr/lib/systemd/system/samba.service. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/nmb.service -> /usr/lib/systemd/system/nmb.service. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/smb.service -> /usr/lib/systemd/system/smb.service. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/getty.target.wants/getty@tty1.service -> /usr/lib/systemd/system/getty@.service. Created symlink /home/thomas/autobuild/instance-3/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/thomas/autobuild/instance-3/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/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/multi-user.target.wants/winbind.service -> /usr/lib/systemd/system/winbind.service. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/systemd/system/sysinit.target.wants/systemd-sysext.service -> /usr/lib/systemd/system/systemd-sysext.service. ERROR: zoned: unable to stat /home/thomas/autobuild/instance-3/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: b96b7da4-c012-4b63-8062-e1e9b0a043a6 Node size: 16384 Sector size: 4096 Filesystem size: 365.00MiB Block group profiles: Data: single 184.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 365.00MiB /home/thomas/autobuild/instance-3/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/share/factory/var\n mv /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/var /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/share/factory/var\n mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/var\n for i in /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/share/factory/var/* /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/share/factory/var/lib/* /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/share/factory/var/lib/systemd/*; do [ -e "${i}" ] || continue; j="${i#/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/share/factory}"; if [ -L "${i}" ]; then printf "L+! %%s - - - - %%s\\n" "${j}" "../usr/share/factory/${j}" || exit 1; else printf "C! %%s - - - -\\n" "${j}" || exit 1; fi; done >/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/tmpfiles.d/var-factory.conf\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/catalog /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' HOST_SYSTEMD_TMPFILES=/home/thomas/autobuild/instance-3/output-1/host/bin/systemd-tmpfiles package/systemd//fakeroot_tmpfiles.sh /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/systemctl --root=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target preset-all\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/sbin/setfiles -m -r /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target -c /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/selinux/targeted/policy/policy.31 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/selinux/targeted/contexts/files/file_contexts /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' ignored spec: h /var/log/journal/%m - - - - +C :12: Line references path below legacy directory /var/run/, updating /var/run/samba → /run/samba; please update the tmpfiles.d/ drop-in file accordingly. 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 - - :29: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/var/lib/dbus", ignoring. :30: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/var/lib/private", ignoring. :32: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/var/lib/systemd", ignoring. :35: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/var/log", ignoring. :36: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/var/cache", ignoring. :37: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/var/lib", ignoring. :38: Duplicate line for path "/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/var/spool", ignoring. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/samba.service -> /usr/lib/systemd/system/samba.service. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/nmb.service -> /usr/lib/systemd/system/nmb.service. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/smb.service -> /usr/lib/systemd/system/smb.service. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/getty.target.wants/getty@tty1.service -> /usr/lib/systemd/system/getty@.service. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service -> /usr/lib/systemd/system/systemd-network-generator.service. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/winbind.service -> /usr/lib/systemd/system/winbind.service. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target. Created symlink /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/sysinit.target.wants/systemd-sysext.service -> /usr/lib/systemd/system/systemd-sysext.service. mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3313 objects. stage 2: creating image '/home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/3313 0% [ ] 2/3313 0% [ ] 3/3313 0% [ ] 4/3313 0% [ ] 5/3313 0% [ ] 6/3313 0% [ ] 7/3313 0% [ ] 8/3313 0% [ ] 9/3313 0% [ ] 10/3313 0% [ ] 11/3313 0% [ ] 12/3313 0% [ ] 13/3313 0% [ ] 14/3313 0% [ ] 15/3313 0% [ ] 16/3313 0% [ ] 17/3313 0% [ ] 18/3313 0% [ ] 19/3313 0% [ ] 20/3313 0% [ ] 21/3313 0% [ ] 22/3313 0% [ ] 23/3313 0% [ ] 24/3313 0% [ ] 25/3313 0% [ ] 26/3313 0% [ ] 27/3313 0% [ ] 28/3313 0% [ ] 29/3313 0% [ ] 30/3313 0% [ ] 31/3313 0% [ ] 32/3313 0% [ ] 33/3313 0% [ ] 34/3313 1% [ ] 35/3313 1% [ ] 36/3313 1% [ ] 37/3313 1% [ ] 38/3313 1% [ ] 39/3313 1% [ ] 40/3313 1% [ ] 41/3313 1% [ ] 42/3313 1% [ ] 43/3313 1% [ ] 44/3313 1% [ ] 45/3313 1% [ ] 46/3313 1% [ ] 47/3313 1% [ ] 48/3313 1% [ ] 49/3313 1% [ ] 50/3313 1% [ ] 51/3313 1% [ ] 52/3313 1% [ ] 53/3313 1% [= ] 54/3313 1% [= ] 55/3313 1% [= ] 56/3313 1% [= ] 57/3313 1% [= ] 58/3313 1% [= ] 59/3313 1% [= ] 60/3313 1% [= ] 61/3313 1% [= ] 62/3313 1% [= ] 63/3313 1% [= ] 64/3313 1% [= ] 65/3313 1% [= ] 66/3313 1% [= ] 67/3313 2% [= ] 68/3313 2% [= ] 69/3313 2% [= ] 70/3313 2% [= ] 71/3313 2% [= ] 72/3313 2% [= ] 73/3313 2% [= ] 74/3313 2% [= ] 75/3313 2% [= ] 76/3313 2% [= ] 77/3313 2% [= ] 78/3313 2% [= ] 79/3313 2% [= ] 80/3313 2% [= ] 81/3313 2% [= ] 82/3313 2% [= ] 83/3313 2% [= ] 84/3313 2% [= ] 85/3313 2% [= ] 86/3313 2% [= ] 87/3313 2% [= ] 88/3313 2% [= ] 89/3313 2% [= ] 90/3313 2% [= ] 91/3313 2% [= ] 92/3313 2% [= ] 93/3313 2% [= ] 94/3313 2% [= ] 95/3313 2% [= ] 96/3313 2% [= ] 97/3313 2% [= ] 98/3313 2% [= ] 99/3313 2% [= ] 100/3313 3% [= ] 101/3313 3% [= ] 102/3313 3% [= ] 103/3313 3% [= ] 104/3313 3% [= ] 105/3313 3% [= ] 106/3313 3% [== ] 107/3313 3% [== ] 108/3313 3% [== ] 109/3313 3% [== ] 110/3313 3% [== ] 111/3313 3% [== ] 112/3313 3% [== ] 113/3313 3% [== ] 114/3313 3% [== ] 115/3313 3% [== ] 116/3313 3% [== ] 117/3313 3% [== ] 118/3313 3% [== ] 119/3313 3% [== ] 120/3313 3% [== ] 121/3313 3% [== ] 122/3313 3% [== ] 123/3313 3% [== ] 124/3313 3% [== ] 125/3313 3% [== ] 126/3313 3% [== ] 127/3313 3% [== ] 128/3313 3% [== ] 129/3313 3% [== ] 130/3313 3% [== ] 131/3313 3% [== ] 132/3313 3% [== ] 133/3313 4% [== ] 134/3313 4% [== ] 135/3313 4% [== ] 136/3313 4% [== ] 137/3313 4% [== ] 138/3313 4% [== ] 139/3313 4% [== ] 140/3313 4% [== ] 141/3313 4% [== ] 142/3313 4% [== ] 143/3313 4% [== ] 144/3313 4% [== ] 145/3313 4% [== ] 146/3313 4% [== ] 147/3313 4% [== ] 148/3313 4% [== ] 149/3313 4% [== ] 150/3313 4% [== ] 151/3313 4% [== ] 152/3313 4% [== ] 153/3313 4% [== ] 154/3313 4% [== ] 155/3313 4% [== ] 156/3313 4% [== ] 157/3313 4% [== ] 158/3313 4% [== ] 159/3313 4% [== ] 160/3313 4% [=== ] 161/3313 4% [=== ] 162/3313 4% [=== ] 163/3313 4% [=== ] 164/3313 4% [=== ] 165/3313 4% [=== ] 166/3313 5% [=== ] 167/3313 5% [=== ] 168/3313 5% [=== ] 169/3313 5% [=== ] 170/3313 5% [=== ] 171/3313 5% [=== ] 172/3313 5% [=== ] 173/3313 5% [=== ] 174/3313 5% [=== ] 175/3313 5% [=== ] 176/3313 5% [=== ] 177/3313 5% [=== ] 178/3313 5% [=== ] 179/3313 5% [=== ] 180/3313 5% [=== ] 181/3313 5% [=== ] 182/3313 5% [=== ] 183/3313 5% [=== ] 184/3313 5% [=== ] 185/3313 5% [=== ] 186/3313 5% [=== ] 187/3313 5% [=== ] 188/3313 5% [=== ] 189/3313 5% [=== ] 190/3313 5% [=== ] 191/3313 5% [=== ] 192/3313 5% [=== ] 193/3313 5% [=== ] 194/3313 5% [=== ] 195/3313 5% [=== ] 196/3313 5% [=== ] 197/3313 5% [=== ] 198/3313 5% [=== ] 199/3313 6% [=== ] 200/3313 6% [=== ] 201/3313 6% [=== ] 202/3313 6% [=== ] 203/3313 6% [=== ] 204/3313 6% [=== ] 205/3313 6% [=== ] 206/3313 6% [=== ] 207/3313 6% [=== ] 208/3313 6% [=== ] 209/3313 6% [=== ] 210/3313 6% [=== ] 211/3313 6% [=== ] 212/3313 6% [=== ] 213/3313 6% [==== ] 214/3313 6% [==== ] 215/3313 6% [==== ] 216/3313 6% [==== ] 217/3313 6% [==== ] 218/3313 6% [==== ] 219/3313 6% [==== ] 220/3313 6% [==== ] 221/3313 6% [==== ] 222/3313 6% [==== ] 223/3313 6% [==== ] 224/3313 6% [==== ] 225/3313 6% [==== ] 226/3313 6% [==== ] 227/3313 6% [==== ] 228/3313 6% [==== ] 229/3313 6% [==== ] 230/3313 6% [==== ] 231/3313 6% [==== ] 232/3313 7% [==== ] 233/3313 7% [==== ] 234/3313 7% [==== ] 235/3313 7% [==== ] 236/3313 7% [==== ] 237/3313 7% [==== ] 238/3313 7% [==== ] 239/3313 7% [==== ] 240/3313 7% [==== ] 241/3313 7% [==== ] 242/3313 7% [==== ] 243/3313 7% [==== ] 244/3313 7% [==== ] 245/3313 7% [==== ] 246/3313 7% [==== ] 247/3313 7% [==== ] 248/3313 7% [==== ] 249/3313 7% [==== ] 250/3313 7% [==== ] 251/3313 7% [==== ] 252/3313 7% [==== ] 253/3313 7% [==== ] 254/3313 7% [==== ] 255/3313 7% [==== ] 256/3313 7% [==== ] 257/3313 7% [==== ] 258/3313 7% [==== ] 259/3313 7% [==== ] 260/3313 7% [==== ] 261/3313 7% [==== ] 262/3313 7% [==== ] 263/3313 7% [==== ] 264/3313 7% [==== ] 265/3313 7% [==== ] 266/3313 8% [==== ] 267/3313 8% [===== ] 268/3313 8% [===== ] 269/3313 8% [===== ] 270/3313 8% [===== ] 271/3313 8% [===== ] 272/3313 8% [===== ] 273/3313 8% [===== ] 274/3313 8% [===== ] 275/3313 8% [===== ] 276/3313 8% [===== ] 277/3313 8% [===== ] 278/3313 8% [===== ] 279/3313 8% [===== ] 280/3313 8% [===== ] 281/3313 8% [===== ] 282/3313 8% [===== ] 283/3313 8% [===== ] 284/3313 8% [===== ] 285/3313 8% [===== ] 286/3313 8% [===== ] 287/3313 8% [===== ] 288/3313 8% [===== ] 289/3313 8% [===== ] 290/3313 8% [===== ] 291/3313 8% [===== ] 292/3313 8% [===== ] 293/3313 8% [===== ] 294/3313 8% [===== ] 295/3313 8% [===== ] 296/3313 8% [===== ] 297/3313 8% [===== ] 298/3313 8% [===== ] 299/3313 9% [===== ] 300/3313 9% [===== ] 301/3313 9% [===== ] 302/3313 9% [===== ] 303/3313 9% [===== ] 304/3313 9% [===== ] 305/3313 9% [===== ] 306/3313 9% [===== ] 307/3313 9% [===== ] 308/3313 9% [===== ] 309/3313 9% [===== ] 310/3313 9% [===== ] 311/3313 9% [===== ] 312/3313 9% [===== ] 313/3313 9% [===== ] 314/3313 9% [===== ] 315/3313 9% [===== ] 316/3313 9% [===== ] 317/3313 9% [===== ] 318/3313 9% [===== ] 319/3313 9% [===== ] 320/3313 9% [====== ] 321/3313 9% [====== ] 322/3313 9% [====== ] 323/3313 9% [====== ] 324/3313 9% [====== ] 325/3313 9% [====== ] 326/3313 9% [====== ] 327/3313 9% [====== ] 328/3313 9% [====== ] 329/3313 9% [====== ] 330/3313 9% [====== ] 331/3313 9% [====== ] 332/3313 10% [====== ] 333/3313 10% [====== ] 334/3313 10% [====== ] 335/3313 10% [====== ] 336/3313 10% [====== ] 337/3313 10% [====== ] 338/3313 10% [====== ] 339/3313 10% [====== ] 340/3313 10% [====== ] 341/3313 10% [====== ] 342/3313 10% [====== ] 343/3313 10% [====== ] 344/3313 10% [====== ] 345/3313 10% [====== ] 346/3313 10% [====== ] 347/3313 10% [====== ] 348/3313 10% [====== ] 349/3313 10% [====== ] 350/3313 10% [====== ] 351/3313 10% [====== ] 352/3313 10% [====== ] 353/3313 10% [====== ] 354/3313 10% [====== ] 355/3313 10% [====== ] 356/3313 10% [====== ] 357/3313 10% [====== ] 358/3313 10% [====== ] 359/3313 10% [====== ] 360/3313 10% [====== ] 361/3313 10% [====== ] 362/3313 10% [====== ] 363/3313 10% [====== ] 364/3313 10% [====== ] 365/3313 11% [====== ] 366/3313 11% [====== ] 367/3313 11% [====== ] 368/3313 11% [====== ] 369/3313 11% [====== ] 370/3313 11% [====== ] 371/3313 11% [====== ] 372/3313 11% [====== ] 373/3313 11% [====== ] 374/3313 11% [======= ] 375/3313 11% [======= ] 376/3313 11% [======= ] 377/3313 11% [======= ] 378/3313 11% [======= ] 379/3313 11% [======= ] 380/3313 11% [======= ] 381/3313 11% [======= ] 382/3313 11% [======= ] 383/3313 11% [======= ] 384/3313 11% [======= ] 385/3313 11% [======= ] 386/3313 11% [======= ] 387/3313 11% [======= ] 388/3313 11% [======= ] 389/3313 11% [======= ] 390/3313 11% [======= ] 391/3313 11% [======= ] 392/3313 11% [======= ] 393/3313 11% [======= ] 394/3313 11% [======= ] 395/3313 11% [======= ] 396/3313 11% [======= ] 397/3313 11% [======= ] 398/3313 12% [======= ] 399/3313 12% [======= ] 400/3313 12% [======= ] 401/3313 12% [======= ] 402/3313 12% [======= ] 403/3313 12% [======= ] 404/3313 12% [======= ] 405/3313 12% [======= ] 406/3313 12% [======= ] 407/3313 12% [======= ] 408/3313 12% [======= ] 409/3313 12% [======= ] 410/3313 12% [======= ] 411/3313 12% [======= ] 412/3313 12% [======= ] 413/3313 12% [======= ] 414/3313 12% [======= ] 415/3313 12% [======= ] 416/3313 12% [======= ] 417/3313 12% [======= ] 418/3313 12% [======= ] 419/3313 12% [======= ] 420/3313 12% [======= ] 421/3313 12% [======= ] 422/3313 12% [======= ] 423/3313 12% [======= ] 424/3313 12% [======= ] 425/3313 12% [======= ] 426/3313 12% [======= ] 427/3313 12% [======== ] 428/3313 12% [======== ] 429/3313 12% [======== ] 430/3313 12% [======== ] 431/3313 13% [======== ] 432/3313 13% [======== ] 433/3313 13% [======== ] 434/3313 13% [======== ] 435/3313 13% [======== ] 436/3313 13% [======== ] 437/3313 13% [======== ] 438/3313 13% [======== ] 439/3313 13% [======== ] 440/3313 13% [======== ] 441/3313 13% [======== ] 442/3313 13% [======== ] 443/3313 13% [======== ] 444/3313 13% [======== ] 445/3313 13% [======== ] 446/3313 13% [======== ] 447/3313 13% [======== ] 448/3313 13% [======== ] 449/3313 13% [======== ] 450/3313 13% [======== ] 451/3313 13% [======== ] 452/3313 13% [======== ] 453/3313 13% [======== ] 454/3313 13% [======== ] 455/3313 13% [======== ] 456/3313 13% [======== ] 457/3313 13% [======== ] 458/3313 13% [======== ] 459/3313 13% [======== ] 460/3313 13% [======== ] 461/3313 13% [======== ] 462/3313 13% [======== ] 463/3313 13% [======== ] 464/3313 14% [======== ] 465/3313 14% [======== ] 466/3313 14% [======== ] 467/3313 14% [======== ] 468/3313 14% [======== ] 469/3313 14% [======== ] 470/3313 14% [======== ] 471/3313 14% [======== ] 472/3313 14% [======== ] 473/3313 14% [======== ] 474/3313 14% [======== ] 475/3313 14% [======== ] 476/3313 14% [======== ] 477/3313 14% [======== ] 478/3313 14% [======== ] 479/3313 14% [======== ] 480/3313 14% [========= ] 481/3313 14% [========= ] 482/3313 14% [========= ] 483/3313 14% [========= ] 484/3313 14% [========= ] 485/3313 14% [========= ] 486/3313 14% [========= ] 487/3313 14% [========= ] 488/3313 14% [========= ] 489/3313 14% [========= ] 490/3313 14% [========= ] 491/3313 14% [========= ] 492/3313 14% [========= ] 493/3313 14% [========= ] 494/3313 14% [========= ] 495/3313 14% [========= ] 496/3313 14% [========= ] 497/3313 15% [========= ] 498/3313 15% [========= ] 499/3313 15% [========= ] 500/3313 15% [========= ] 501/3313 15% [========= ] 502/3313 15% [========= ] 503/3313 15% [========= ] 504/3313 15% [========= ] 505/3313 15% [========= ] 506/3313 15% [========= ] 507/3313 15% [========= ] 508/3313 15% [========= ] 509/3313 15% [========= ] 510/3313 15% [========= ] 511/3313 15% [========= ] 512/3313 15% [========= ] 513/3313 15% [========= ] 514/3313 15% [========= ] 515/3313 15% [========= ] 516/3313 15% [========= ] 517/3313 15% [========= ] 518/3313 15% [========= ] 519/3313 15% [========= ] 520/3313 15% [========= ] 521/3313 15% [========= ] 522/3313 15% [========= ] 523/3313 15% [========= ] 524/3313 15% [========= ] 525/3313 15% [========= ] 526/3313 15% [========= ] 527/3313 15% [========= ] 528/3313 15% [========= ] 529/3313 15% [========= ] 530/3313 15% [========= ] 531/3313 16% [========= ] 532/3313 16% [========= ] 533/3313 16% [========= ] 534/3313 16% [========== ] 535/3313 16% [========== ] 536/3313 16% [========== ] 537/3313 16% [========== ] 538/3313 16% [========== ] 539/3313 16% [========== ] 540/3313 16% [========== ] 541/3313 16% [========== ] 542/3313 16% [========== ] 543/3313 16% [========== ] 544/3313 16% [========== ] 545/3313 16% [========== ] 546/3313 16% [========== ] 547/3313 16% [========== ] 548/3313 16% [========== ] 549/3313 16% [========== ] 550/3313 16% [========== ] 551/3313 16% [========== ] 552/3313 16% [========== ] 553/3313 16% [========== ] 554/3313 16% [========== ] 555/3313 16% [========== ] 556/3313 16% [========== ] 557/3313 16% [========== ] 558/3313 16% [========== ] 559/3313 16% [========== ] 560/3313 16% [========== ] 561/3313 16% [========== ] 562/3313 16% [========== ] 563/3313 16% [========== ] 564/3313 17% [========== ] 565/3313 17% [========== ] 566/3313 17% [========== ] 567/3313 17% [========== ] 568/3313 17% [========== ] 569/3313 17% [========== ] 570/3313 17% [========== ] 571/3313 17% [========== ] 572/3313 17% [========== ] 573/3313 17% [========== ] 574/3313 17% [========== ] 575/3313 17% [========== ] 576/3313 17% [========== ] 577/3313 17% [========== ] 578/3313 17% [========== ] 579/3313 17% [========== ] 580/3313 17% [========== ] 581/3313 17% [========== ] 582/3313 17% [========== ] 583/3313 17% [========== ] 584/3313 17% [========== ] 585/3313 17% [========== ] 586/3313 17% [========== ] 587/3313 17% [=========== ] 588/3313 17% [=========== ] 589/3313 17% [=========== ] 590/3313 17% [=========== ] 591/3313 17% [=========== ] 592/3313 17% [=========== ] 593/3313 17% [=========== ] 594/3313 17% [=========== ] 595/3313 17% [=========== ] 596/3313 17% [=========== ] 597/3313 18% [=========== ] 598/3313 18% [=========== ] 599/3313 18% [=========== ] 600/3313 18% [=========== ] 601/3313 18% [=========== ] 602/3313 18% [=========== ] 603/3313 18% [=========== ] 604/3313 18% [=========== ] 605/3313 18% [=========== ] 606/3313 18% [=========== ] 607/3313 18% [=========== ] 608/3313 18% [=========== ] 609/3313 18% [=========== ] 610/3313 18% [=========== ] 611/3313 18% [=========== ] 612/3313 18% [=========== ] 613/3313 18% [=========== ] 614/3313 18% [=========== ] 615/3313 18% [=========== ] 616/3313 18% [=========== ] 617/3313 18% [=========== ] 618/3313 18% [=========== ] 619/3313 18% [=========== ] 620/3313 18% [=========== ] 621/3313 18% [=========== ] 622/3313 18% [=========== ] 623/3313 18% [=========== ] 624/3313 18% [=========== ] 625/3313 18% [=========== ] 626/3313 18% [=========== ] 627/3313 18% [=========== ] 628/3313 18% [=========== ] 629/3313 18% [=========== ] 630/3313 19% [=========== ] 631/3313 19% [=========== ] 632/3313 19% [=========== ] 633/3313 19% [=========== ] 634/3313 19% [=========== ] 635/3313 19% [=========== ] 636/3313 19% [=========== ] 637/3313 19% [=========== ] 638/3313 19% [=========== ] 639/3313 19% [=========== ] 640/3313 19% [=========== ] 641/3313 19% [============ ] 642/3313 19% [============ ] 643/3313 19% [============ ] 644/3313 19% [============ ] 645/3313 19% [============ ] 646/3313 19% [============ ] 647/3313 19% [============ ] 648/3313 19% [============ ] 649/3313 19% [============ ] 650/3313 19% [============ ] 651/3313 19% [============ ] 652/3313 19% [============ ] 653/3313 19% [============ ] 654/3313 19% [============ ] 655/3313 19% [============ ] 656/3313 19% [============ ] 657/3313 19% [============ ] 658/3313 19% [============ ] 659/3313 19% [============ ] 660/3313 19% [============ ] 661/3313 19% [============ ] 662/3313 19% [============ ] 663/3313 20% [============ ] 664/3313 20% [============ ] 665/3313 20% [============ ] 666/3313 20% [============ ] 667/3313 20% [============ ] 668/3313 20% [============ ] 669/3313 20% [============ ] 670/3313 20% [============ ] 671/3313 20% [============ ] 672/3313 20% [============ ] 673/3313 20% [============ ] 674/3313 20% [============ ] 675/3313 20% [============ ] 676/3313 20% [============ ] 677/3313 20% [============ ] 678/3313 20% [============ ] 679/3313 20% [============ ] 680/3313 20% [============ ] 681/3313 20% [============ ] 682/3313 20% [============ ] 683/3313 20% [============ ] 684/3313 20% [============ ] 685/3313 20% [============ ] 686/3313 20% [============ ] 687/3313 20% [============ ] 688/3313 20% [============ ] 689/3313 20% [============ ] 690/3313 20% [============ ] 691/3313 20% [============ ] 692/3313 20% [============ ] 693/3313 20% [============ ] 694/3313 20% [============= ] 695/3313 20% [============= ] 696/3313 21% [============= ] 697/3313 21% [============= ] 698/3313 21% [============= ] 699/3313 21% [============= ] 700/3313 21% [============= ] 701/3313 21% [============= ] 702/3313 21% [============= ] 703/3313 21% [============= ] 704/3313 21% [============= ] 705/3313 21% [============= ] 706/3313 21% [============= ] 707/3313 21% [============= ] 708/3313 21% [============= ] 709/3313 21% [============= ] 710/3313 21% [============= ] 711/3313 21% [============= ] 712/3313 21% [============= ] 713/3313 21% [============= ] 714/3313 21% [============= ] 715/3313 21% [============= ] 716/3313 21% [============= ] 717/3313 21% [============= ] 718/3313 21% [============= ] 719/3313 21% [============= ] 720/3313 21% [============= ] 721/3313 21% [============= ] 722/3313 21% [============= ] 723/3313 21% [============= ] 724/3313 21% [============= ] 725/3313 21% [============= ] 726/3313 21% [============= ] 727/3313 21% [============= ] 728/3313 21% [============= ] 729/3313 22% [============= ] 730/3313 22% [============= ] 731/3313 22% [============= ] 732/3313 22% [============= ] 733/3313 22% [============= ] 734/3313 22% [============= ] 735/3313 22% [============= ] 736/3313 22% [============= ] 737/3313 22% [============= ] 738/3313 22% [============= ] 739/3313 22% [============= ] 740/3313 22% [============= ] 741/3313 22% [============= ] 742/3313 22% [============= ] 743/3313 22% [============= ] 744/3313 22% [============= ] 745/3313 22% [============= ] 746/3313 22% [============= ] 747/3313 22% [============= ] 748/3313 22% [============== ] 749/3313 22% [============== ] 750/3313 22% [============== ] 751/3313 22% [============== ] 752/3313 22% [============== ] 753/3313 22% [============== ] 754/3313 22% [============== ] 755/3313 22% [============== ] 756/3313 22% [============== ] 757/3313 22% [============== ] 758/3313 22% [============== ] 759/3313 22% [============== ] 760/3313 22% [============== ] 761/3313 22% [============== ] 762/3313 23% [============== ] 763/3313 23% [============== ] 764/3313 23% [============== ] 765/3313 23% [============== ] 766/3313 23% [============== ] 767/3313 23% [============== ] 768/3313 23% [============== ] 769/3313 23% [============== ] 770/3313 23% [============== ] 771/3313 23% [============== ] 772/3313 23% [============== ] 773/3313 23% [============== ] 774/3313 23% [============== ] 775/3313 23% [============== ] 776/3313 23% [============== ] 777/3313 23% [============== ] 778/3313 23% [============== ] 779/3313 23% [============== ] 780/3313 23% [============== ] 781/3313 23% [============== ] 782/3313 23% [============== ] 783/3313 23% [============== ] 784/3313 23% [============== ] 785/3313 23% [============== ] 786/3313 23% [============== ] 787/3313 23% [============== ] 788/3313 23% [============== ] 789/3313 23% [============== ] 790/3313 23% [============== ] 791/3313 23% [============== ] 792/3313 23% [============== ] 793/3313 23% [============== ] 794/3313 23% [============== ] 795/3313 23% [============== ] 796/3313 24% [============== ] 797/3313 24% [============== ] 798/3313 24% [============== ] 799/3313 24% [============== ] 800/3313 24% [============== ] 801/3313 24% [=============== ] 802/3313 24% [=============== ] 803/3313 24% [=============== ] 804/3313 24% [=============== ] 805/3313 24% [=============== ] 806/3313 24% [=============== ] 807/3313 24% [=============== ] 808/3313 24% [=============== ] 809/3313 24% [=============== ] 810/3313 24% [=============== ] 811/3313 24% [=============== ] 812/3313 24% [=============== ] 813/3313 24% [=============== ] 814/3313 24% [=============== ] 815/3313 24% [=============== ] 816/3313 24% [=============== ] 817/3313 24% [=============== ] 818/3313 24% [=============== ] 819/3313 24% [=============== ] 820/3313 24% [=============== ] 821/3313 24% [=============== ] 822/3313 24% [=============== ] 823/3313 24% [=============== ] 824/3313 24% [=============== ] 825/3313 24% [=============== ] 826/3313 24% [=============== ] 827/3313 24% [=============== ] 828/3313 24% [=============== ] 829/3313 25% [=============== ] 830/3313 25% [=============== ] 831/3313 25% [=============== ] 832/3313 25% [=============== ] 833/3313 25% [=============== ] 834/3313 25% [=============== ] 835/3313 25% [=============== ] 836/3313 25% [=============== ] 837/3313 25% [=============== ] 838/3313 25% [=============== ] 839/3313 25% [=============== ] 840/3313 25% [=============== ] 841/3313 25% [=============== ] 842/3313 25% [=============== ] 843/3313 25% [=============== ] 844/3313 25% [=============== ] 845/3313 25% [=============== ] 846/3313 25% [=============== ] 847/3313 25% [=============== ] 848/3313 25% [=============== ] 849/3313 25% [=============== ] 850/3313 25% [=============== ] 851/3313 25% [=============== ] 852/3313 25% [=============== ] 853/3313 25% [=============== ] 854/3313 25% [================ ] 855/3313 25% [================ ] 856/3313 25% [================ ] 857/3313 25% [================ ] 858/3313 25% [================ ] 859/3313 25% [================ ] 860/3313 25% [================ ] 861/3313 25% [================ ] 862/3313 26% [================ ] 863/3313 26% [================ ] 864/3313 26% [================ ] 865/3313 26% [================ ] 866/3313 26% [================ ] 867/3313 26% [================ ] 868/3313 26% [================ ] 869/3313 26% [================ ] 870/3313 26% [================ ] 871/3313 26% [================ ] 872/3313 26% [================ ] 873/3313 26% [================ ] 874/3313 26% [================ ] 875/3313 26% [================ ] 876/3313 26% [================ ] 877/3313 26% [================ ] 878/3313 26% [================ ] 879/3313 26% [================ ] 880/3313 26% [================ ] 881/3313 26% [================ ] 882/3313 26% [================ ] 883/3313 26% [================ ] 884/3313 26% [================ ] 885/3313 26% [================ ] 886/3313 26% [================ ] 887/3313 26% [================ ] 888/3313 26% [================ ] 889/3313 26% [================ ] 890/3313 26% [================ ] 891/3313 26% [================ ] 892/3313 26% [================ ] 893/3313 26% [================ ] 894/3313 26% [================ ] 895/3313 27% [================ ] 896/3313 27% [================ ] 897/3313 27% [================ ] 898/3313 27% [================ ] 899/3313 27% [================ ] 900/3313 27% [================ ] 901/3313 27% [================ ] 902/3313 27% [================ ] 903/3313 27% [================ ] 904/3313 27% [================ ] 905/3313 27% [================ ] 906/3313 27% [================ ] 907/3313 27% [================ ] 908/3313 27% [================= ] 909/3313 27% [================= ] 910/3313 27% [================= ] 911/3313 27% [================= ] 912/3313 27% [================= ] 913/3313 27% [================= ] 914/3313 27% [================= ] 915/3313 27% [================= ] 916/3313 27% [================= ] 917/3313 27% [================= ] 918/3313 27% [================= ] 919/3313 27% [================= ] 920/3313 27% [================= ] 921/3313 27% [================= ] 922/3313 27% [================= ] 923/3313 27% [================= ] 924/3313 27% [================= ] 925/3313 27% [================= ] 926/3313 27% [================= ] 927/3313 27% [================= ] 928/3313 28% [================= ] 929/3313 28% [================= ] 930/3313 28% [================= ] 931/3313 28% [================= ] 932/3313 28% [================= ] 933/3313 28% [================= ] 934/3313 28% [================= ] 935/3313 28% [================= ] 936/3313 28% [================= ] 937/3313 28% [================= ] 938/3313 28% [================= ] 939/3313 28% [================= ] 940/3313 28% [================= ] 941/3313 28% [================= ] 942/3313 28% [================= ] 943/3313 28% [================= ] 944/3313 28% [================= ] 945/3313 28% [================= ] 946/3313 28% [================= ] 947/3313 28% [================= ] 948/3313 28% [================= ] 949/3313 28% [================= ] 950/3313 28% [================= ] 951/3313 28% [================= ] 952/3313 28% [================= ] 953/3313 28% [================= ] 954/3313 28% [================= ] 955/3313 28% [================= ] 956/3313 28% [================= ] 957/3313 28% [================= ] 958/3313 28% [================= ] 959/3313 28% [================= ] 960/3313 28% [================= ] 961/3313 29% [================== ] 962/3313 29% [================== ] 963/3313 29% [================== ] 964/3313 29% [================== ] 965/3313 29% [================== ] 966/3313 29% [================== ] 967/3313 29% [================== ] 968/3313 29% [================== ] 969/3313 29% [================== ] 970/3313 29% [================== ] 971/3313 29% [================== ] 972/3313 29% [================== ] 973/3313 29% [================== ] 974/3313 29% [================== ] 975/3313 29% [================== ] 976/3313 29% [================== ] 977/3313 29% [================== ] 978/3313 29% [================== ] 979/3313 29% [================== ] 980/3313 29% [================== ] 981/3313 29% [================== ] 982/3313 29% [================== ] 983/3313 29% [================== ] 984/3313 29% [================== ] 985/3313 29% [================== ] 986/3313 29% [================== ] 987/3313 29% [================== ] 988/3313 29% [================== ] 989/3313 29% [================== ] 990/3313 29% [================== ] 991/3313 29% [================== ] 992/3313 29% [================== ] 993/3313 29% [================== ] 994/3313 30% [================== ] 995/3313 30% [================== ] 996/3313 30% [================== ] 997/3313 30% [================== ] 998/3313 30% [================== ] 999/3313 30% [================== ] 1000/3313 30% [================== ] 1001/3313 30% [================== ] 1002/3313 30% [================== ] 1003/3313 30% [================== ] 1004/3313 30% [================== ] 1005/3313 30% [================== ] 1006/3313 30% [================== ] 1007/3313 30% [================== ] 1008/3313 30% [================== ] 1009/3313 30% [================== ] 1010/3313 30% [================== ] 1011/3313 30% [================== ] 1012/3313 30% [================== ] 1013/3313 30% [================== ] 1014/3313 30% [================== ] 1015/3313 30% [=================== ] 1016/3313 30% [=================== ] 1017/3313 30% [=================== ] 1018/3313 30% [=================== ] 1019/3313 30% [=================== ] 1020/3313 30% [=================== ] 1021/3313 30% [=================== ] 1022/3313 30% [=================== ] 1023/3313 30% [=================== ] 1024/3313 30% [=================== ] 1025/3313 30% [=================== ] 1026/3313 30% [=================== ] 1027/3313 30% [=================== ] 1028/3313 31% [=================== ] 1029/3313 31% [=================== ] 1030/3313 31% [=================== ] 1031/3313 31% [=================== ] 1032/3313 31% [=================== ] 1033/3313 31% [=================== ] 1034/3313 31% [=================== ] 1035/3313 31% [=================== ] 1036/3313 31% [=================== ] 1037/3313 31% [=================== ] 1038/3313 31% [=================== ] 1039/3313 31% [=================== ] 1040/3313 31% [=================== ] 1041/3313 31% [=================== ] 1042/3313 31% [=================== ] 1043/3313 31% [=================== ] 1044/3313 31% [=================== ] 1045/3313 31% [=================== ] 1046/3313 31% [=================== ] 1047/3313 31% [=================== ] 1048/3313 31% [=================== ] 1049/3313 31% [=================== ] 1050/3313 31% [=================== ] 1051/3313 31% [=================== ] 1052/3313 31% [=================== ] 1053/3313 31% [=================== ] 1054/3313 31% [=================== ] 1055/3313 31% [=================== ] 1056/3313 31% [=================== ] 1057/3313 31% [=================== ] 1058/3313 31% [=================== ] 1059/3313 31% [=================== ] 1060/3313 31% [=================== ] 1061/3313 32% [=================== ] 1062/3313 32% [=================== ] 1063/3313 32% [=================== ] 1064/3313 32% [=================== ] 1065/3313 32% [=================== ] 1066/3313 32% [=================== ] 1067/3313 32% [=================== ] 1068/3313 32% [==================== ] 1069/3313 32% [==================== ] 1070/3313 32% [==================== ] 1071/3313 32% [==================== ] 1072/3313 32% [==================== ] 1073/3313 32% [==================== ] 1074/3313 32% [==================== ] 1075/3313 32% [==================== ] 1076/3313 32% [==================== ] 1077/3313 32% [==================== ] 1078/3313 32% [==================== ] 1079/3313 32% [==================== ] 1080/3313 32% [==================== ] 1081/3313 32% [==================== ] 1082/3313 32% [==================== ] 1083/3313 32% [==================== ] 1084/3313 32% [==================== ] 1085/3313 32% [==================== ] 1086/3313 32% [==================== ] 1087/3313 32% [==================== ] 1088/3313 32% [==================== ] 1089/3313 32% [==================== ] 1090/3313 32% [==================== ] 1091/3313 32% [==================== ] 1092/3313 32% [==================== ] 1093/3313 32% [==================== ] 1094/3313 33% [==================== ] 1095/3313 33% [==================== ] 1096/3313 33% [==================== ] 1097/3313 33% [==================== ] 1098/3313 33% [==================== ] 1099/3313 33% [==================== ] 1100/3313 33% [==================== ] 1101/3313 33% [==================== ] 1102/3313 33% [==================== ] 1103/3313 33% [==================== ] 1104/3313 33% [==================== ] 1105/3313 33% [==================== ] 1106/3313 33% [==================== ] 1107/3313 33% [==================== ] 1108/3313 33% [==================== ] 1109/3313 33% [==================== ] 1110/3313 33% [==================== ] 1111/3313 33% [==================== ] 1112/3313 33% [==================== ] 1113/3313 33% [==================== ] 1114/3313 33% [==================== ] 1115/3313 33% [==================== ] 1116/3313 33% [==================== ] 1117/3313 33% [==================== ] 1118/3313 33% [==================== ] 1119/3313 33% [==================== ] 1120/3313 33% [==================== ] 1121/3313 33% [==================== ] 1122/3313 33% [===================== ] 1123/3313 33% [===================== ] 1124/3313 33% [===================== ] 1125/3313 33% [===================== ] 1126/3313 33% [===================== ] 1127/3313 34% [===================== ] 1128/3313 34% [===================== ] 1129/3313 34% [===================== ] 1130/3313 34% [===================== ] 1131/3313 34% [===================== ] 1132/3313 34% [===================== ] 1133/3313 34% [===================== ] 1134/3313 34% [===================== ] 1135/3313 34% [===================== ] 1136/3313 34% [===================== ] 1137/3313 34% [===================== ] 1138/3313 34% [===================== ] 1139/3313 34% [===================== ] 1140/3313 34% [===================== ] 1141/3313 34% [===================== ] 1142/3313 34% [===================== ] 1143/3313 34% [===================== ] 1144/3313 34% [===================== ] 1145/3313 34% [===================== ] 1146/3313 34% [===================== ] 1147/3313 34% [===================== ] 1148/3313 34% [===================== ] 1149/3313 34% [===================== ] 1150/3313 34% [===================== ] 1151/3313 34% [===================== ] 1152/3313 34% [===================== ] 1153/3313 34% [===================== ] 1154/3313 34% [===================== ] 1155/3313 34% [===================== ] 1156/3313 34% [===================== ] 1157/3313 34% [===================== ] 1158/3313 34% [===================== ] 1159/3313 34% [===================== ] 1160/3313 35% [===================== ] 1161/3313 35% [===================== ] 1162/3313 35% [===================== ] 1163/3313 35% [===================== ] 1164/3313 35% [===================== ] 1165/3313 35% [===================== ] 1166/3313 35% [===================== ] 1167/3313 35% [===================== ] 1168/3313 35% [===================== ] 1169/3313 35% [===================== ] 1170/3313 35% [===================== ] 1171/3313 35% [===================== ] 1172/3313 35% [===================== ] 1173/3313 35% [===================== ] 1174/3313 35% [===================== ] 1175/3313 35% [====================== ] 1176/3313 35% [====================== ] 1177/3313 35% [====================== ] 1178/3313 35% [====================== ] 1179/3313 35% [====================== ] 1180/3313 35% [====================== ] 1181/3313 35% [====================== ] 1182/3313 35% [====================== ] 1183/3313 35% [====================== ] 1184/3313 35% [====================== ] 1185/3313 35% [====================== ] 1186/3313 35% [====================== ] 1187/3313 35% [====================== ] 1188/3313 35% [====================== ] 1189/3313 35% [====================== ] 1190/3313 35% [====================== ] 1191/3313 35% [====================== ] 1192/3313 35% [====================== ] 1193/3313 36% [====================== ] 1194/3313 36% [====================== ] 1195/3313 36% [====================== ] 1196/3313 36% [====================== ] 1197/3313 36% [====================== ] 1198/3313 36% [====================== ] 1199/3313 36% [====================== ] 1200/3313 36% [====================== ] 1201/3313 36% [====================== ] 1202/3313 36% [====================== ] 1203/3313 36% [====================== ] 1204/3313 36% [====================== ] 1205/3313 36% [====================== ] 1206/3313 36% [====================== ] 1207/3313 36% [====================== ] 1208/3313 36% [====================== ] 1209/3313 36% [====================== ] 1210/3313 36% [====================== ] 1211/3313 36% [====================== ] 1212/3313 36% [====================== ] 1213/3313 36% [====================== ] 1214/3313 36% [====================== ] 1215/3313 36% [====================== ] 1216/3313 36% [====================== ] 1217/3313 36% [====================== ] 1218/3313 36% [====================== ] 1219/3313 36% [====================== ] 1220/3313 36% [====================== ] 1221/3313 36% [====================== ] 1222/3313 36% [====================== ] 1223/3313 36% [====================== ] 1224/3313 36% [====================== ] 1225/3313 36% [====================== ] 1226/3313 37% [====================== ] 1227/3313 37% [====================== ] 1228/3313 37% [====================== ] 1229/3313 37% [======================= ] 1230/3313 37% [======================= ] 1231/3313 37% [======================= ] 1232/3313 37% [======================= ] 1233/3313 37% [======================= ] 1234/3313 37% [======================= ] 1235/3313 37% [======================= ] 1236/3313 37% [======================= ] 1237/3313 37% [======================= ] 1238/3313 37% [======================= ] 1239/3313 37% [======================= ] 1240/3313 37% [======================= ] 1241/3313 37% [======================= ] 1242/3313 37% [======================= ] 1243/3313 37% [======================= ] 1244/3313 37% [======================= ] 1245/3313 37% [======================= ] 1246/3313 37% [======================= ] 1247/3313 37% [======================= ] 1248/3313 37% [======================= ] 1249/3313 37% [======================= ] 1250/3313 37% [======================= ] 1251/3313 37% [======================= ] 1252/3313 37% [======================= ] 1253/3313 37% [======================= ] 1254/3313 37% [======================= ] 1255/3313 37% [======================= ] 1256/3313 37% [======================= ] 1257/3313 37% [======================= ] 1258/3313 37% [======================= ] 1259/3313 38% [======================= ] 1260/3313 38% [======================= ] 1261/3313 38% [======================= ] 1262/3313 38% [======================= ] 1263/3313 38% [======================= ] 1264/3313 38% [======================= ] 1265/3313 38% [======================= ] 1266/3313 38% [======================= ] 1267/3313 38% [======================= ] 1268/3313 38% [======================= ] 1269/3313 38% [======================= ] 1270/3313 38% [======================= ] 1271/3313 38% [======================= ] 1272/3313 38% [======================= ] 1273/3313 38% [======================= ] 1274/3313 38% [======================= ] 1275/3313 38% [======================= ] 1276/3313 38% [======================= ] 1277/3313 38% [======================= ] 1278/3313 38% [======================= ] 1279/3313 38% [======================= ] 1280/3313 38% [======================= ] 1281/3313 38% [======================= ] 1282/3313 38% [======================== ] 1283/3313 38% [======================== ] 1284/3313 38% [======================== ] 1285/3313 38% [======================== ] 1286/3313 38% [======================== ] 1287/3313 38% [======================== ] 1288/3313 38% [======================== ] 1289/3313 38% [======================== ] 1290/3313 38% [======================== ] 1291/3313 38% [======================== ] 1292/3313 38% [======================== ] 1293/3313 39% [======================== ] 1294/3313 39% [======================== ] 1295/3313 39% [======================== ] 1296/3313 39% [======================== ] 1297/3313 39% [======================== ] 1298/3313 39% [======================== ] 1299/3313 39% [======================== ] 1300/3313 39% [======================== ] 1301/3313 39% [======================== ] 1302/3313 39% [======================== ] 1303/3313 39% [======================== ] 1304/3313 39% [======================== ] 1305/3313 39% [======================== ] 1306/3313 39% [======================== ] 1307/3313 39% [======================== ] 1308/3313 39% [======================== ] 1309/3313 39% [======================== ] 1310/3313 39% [======================== ] 1311/3313 39% [======================== ] 1312/3313 39% [======================== ] 1313/3313 39% [======================== ] 1314/3313 39% [======================== ] 1315/3313 39% [======================== ] 1316/3313 39% [======================== ] 1317/3313 39% [======================== ] 1318/3313 39% [======================== ] 1319/3313 39% [======================== ] 1320/3313 39% [======================== ] 1321/3313 39% [======================== ] 1322/3313 39% [======================== ] 1323/3313 39% [======================== ] 1324/3313 39% [======================== ] 1325/3313 39% [======================== ] 1326/3313 40% [======================== ] 1327/3313 40% [======================== ] 1328/3313 40% [======================== ] 1329/3313 40% [======================== ] 1330/3313 40% [======================== ] 1331/3313 40% [======================== ] 1332/3313 40% [======================== ] 1333/3313 40% [======================== ] 1334/3313 40% [======================== ] 1335/3313 40% [========================= ] 1336/3313 40% [========================= ] 1337/3313 40% [========================= ] 1338/3313 40% [========================= ] 1339/3313 40% [========================= ] 1340/3313 40% [========================= ] 1341/3313 40% [========================= ] 1342/3313 40% [========================= ] 1343/3313 40% [========================= ] 1344/3313 40% [========================= ] 1345/3313 40% [========================= ] 1346/3313 40% [========================= ] 1347/3313 40% [========================= ] 1348/3313 40% [========================= ] 1349/3313 40% [========================= ] 1350/3313 40% [========================= ] 1351/3313 40% [========================= ] 1352/3313 40% [========================= ] 1353/3313 40% [========================= ] 1354/3313 40% [========================= ] 1355/3313 40% [========================= ] 1356/3313 40% [========================= ] 1357/3313 40% [========================= ] 1358/3313 40% [========================= ] 1359/3313 41% [========================= ] 1360/3313 41% [========================= ] 1361/3313 41% [========================= ] 1362/3313 41% [========================= ] 1363/3313 41% [========================= ] 1364/3313 41% [========================= ] 1365/3313 41% [========================= ] 1366/3313 41% [========================= ] 1367/3313 41% [========================= ] 1368/3313 41% [========================= ] 1369/3313 41% [========================= ] 1370/3313 41% [========================= ] 1371/3313 41% [========================= ] 1372/3313 41% [========================= ] 1373/3313 41% [========================= ] 1374/3313 41% [========================= ] 1375/3313 41% [========================= ] 1376/3313 41% [========================= ] 1377/3313 41% [========================= ] 1378/3313 41% [========================= ] 1379/3313 41% [========================= ] 1380/3313 41% [========================= ] 1381/3313 41% [========================= ] 1382/3313 41% [========================= ] 1383/3313 41% [========================= ] 1384/3313 41% [========================= ] 1385/3313 41% [========================= ] 1386/3313 41% [========================= ] 1387/3313 41% [========================= ] 1388/3313 41% [========================= ] 1389/3313 41% [========================== ] 1390/3313 41% [========================== ] 1391/3313 41% [========================== ] 1392/3313 42% [========================== ] 1393/3313 42% [========================== ] 1394/3313 42% [========================== ] 1395/3313 42% [========================== ] 1396/3313 42% [========================== ] 1397/3313 42% [========================== ] 1398/3313 42% [========================== ] 1399/3313 42% [========================== ] 1400/3313 42% [========================== ] 1401/3313 42% [========================== ] 1402/3313 42% [========================== ] 1403/3313 42% [========================== ] 1404/3313 42% [========================== ] 1405/3313 42% [========================== ] 1406/3313 42% [========================== ] 1407/3313 42% [========================== ] 1408/3313 42% [========================== ] 1409/3313 42% [========================== ] 1410/3313 42% [========================== ] 1411/3313 42% [========================== ] 1412/3313 42% [========================== ] 1413/3313 42% [========================== ] 1414/3313 42% [========================== ] 1415/3313 42% [========================== ] 1416/3313 42% [========================== ] 1417/3313 42% [========================== ] 1418/3313 42% [========================== ] 1419/3313 42% [========================== ] 1420/3313 42% [========================== ] 1421/3313 42% [========================== ] 1422/3313 42% [========================== ] 1423/3313 42% [========================== ] 1424/3313 42% [========================== ] 1425/3313 43% [========================== ] 1426/3313 43% [========================== ] 1427/3313 43% [========================== ] 1428/3313 43% [========================== ] 1429/3313 43% [========================== ] 1430/3313 43% [========================== ] 1431/3313 43% [========================== ] 1432/3313 43% [========================== ] 1433/3313 43% [========================== ] 1434/3313 43% [========================== ] 1435/3313 43% [========================== ] 1436/3313 43% [========================== ] 1437/3313 43% [========================== ] 1438/3313 43% [========================== ] 1439/3313 43% [========================== ] 1440/3313 43% [========================== ] 1441/3313 43% [========================== ] 1442/3313 43% [=========================== ] 1443/3313 43% [=========================== ] 1444/3313 43% [=========================== ] 1445/3313 43% [=========================== ] 1446/3313 43% [=========================== ] 1447/3313 43% [=========================== ] 1448/3313 43% [=========================== ] 1449/3313 43% [=========================== ] 1450/3313 43% [=========================== ] 1451/3313 43% [=========================== ] 1452/3313 43% [=========================== ] 1453/3313 43% [=========================== ] 1454/3313 43% [=========================== ] 1455/3313 43% [=========================== ] 1456/3313 43% [=========================== ] 1457/3313 43% [=========================== ] 1458/3313 44% [=========================== ] 1459/3313 44% [=========================== ] 1460/3313 44% [=========================== ] 1461/3313 44% [=========================== ] 1462/3313 44% [=========================== ] 1463/3313 44% [=========================== ] 1464/3313 44% [=========================== ] 1465/3313 44% [=========================== ] 1466/3313 44% [=========================== ] 1467/3313 44% [=========================== ] 1468/3313 44% [=========================== ] 1469/3313 44% [=========================== ] 1470/3313 44% [=========================== ] 1471/3313 44% [=========================== ] 1472/3313 44% [=========================== ] 1473/3313 44% [=========================== ] 1474/3313 44% [=========================== ] 1475/3313 44% [=========================== ] 1476/3313 44% [=========================== ] 1477/3313 44% [=========================== ] 1478/3313 44% [=========================== ] 1479/3313 44% [=========================== ] 1480/3313 44% [=========================== ] 1481/3313 44% [=========================== ] 1482/3313 44% [=========================== ] 1483/3313 44% [=========================== ] 1484/3313 44% [=========================== ] 1485/3313 44% [=========================== ] 1486/3313 44% [=========================== ] 1487/3313 44% [=========================== ] 1488/3313 44% [=========================== ] 1489/3313 44% [=========================== ] 1490/3313 44% [=========================== ] 1491/3313 45% [=========================== ] 1492/3313 45% [=========================== ] 1493/3313 45% [=========================== ] 1494/3313 45% [=========================== ] 1495/3313 45% [=========================== ] 1496/3313 45% [============================ ] 1497/3313 45% [============================ ] 1498/3313 45% [============================ ] 1499/3313 45% [============================ ] 1500/3313 45% [============================ ] 1501/3313 45% [============================ ] 1502/3313 45% [============================ ] 1503/3313 45% [============================ ] 1504/3313 45% [============================ ] 1505/3313 45% [============================ ] 1506/3313 45% [============================ ] 1507/3313 45% [============================ ] 1508/3313 45% [============================ ] 1509/3313 45% [============================ ] 1510/3313 45% [============================ ] 1511/3313 45% [============================ ] 1512/3313 45% [============================ ] 1513/3313 45% [============================ ] 1514/3313 45% [============================ ] 1515/3313 45% [============================ ] 1516/3313 45% [============================ ] 1517/3313 45% [============================ ] 1518/3313 45% [============================ ] 1519/3313 45% [============================ ] 1520/3313 45% [============================ ] 1521/3313 45% [============================ ] 1522/3313 45% [============================ ] 1523/3313 45% [============================ ] 1524/3313 46% [============================ ] 1525/3313 46% [============================ ] 1526/3313 46% [============================ ] 1527/3313 46% [============================ ] 1528/3313 46% [============================ ] 1529/3313 46% [============================ ] 1530/3313 46% [============================ ] 1531/3313 46% [============================ ] 1532/3313 46% [============================ ] 1533/3313 46% [============================ ] 1534/3313 46% [============================ ] 1535/3313 46% [============================ ] 1536/3313 46% [============================ ] 1537/3313 46% [============================ ] 1538/3313 46% [============================ ] 1539/3313 46% [============================ ] 1540/3313 46% [============================ ] 1541/3313 46% [============================ ] 1542/3313 46% [============================ ] 1543/3313 46% [============================ ] 1544/3313 46% [============================ ] 1545/3313 46% [============================ ] 1546/3313 46% [============================ ] 1547/3313 46% [============================ ] 1548/3313 46% [============================ ] 1549/3313 46% [============================= ] 1550/3313 46% [============================= ] 1551/3313 46% [============================= ] 1552/3313 46% [============================= ] 1553/3313 46% [============================= ] 1554/3313 46% [============================= ] 1555/3313 46% [============================= ] 1556/3313 46% [============================= ] 1557/3313 46% [============================= ] 1558/3313 47% [============================= ] 1559/3313 47% [============================= ] 1560/3313 47% [============================= ] 1561/3313 47% [============================= ] 1562/3313 47% [============================= ] 1563/3313 47% [============================= ] 1564/3313 47% [============================= ] 1565/3313 47% [============================= ] 1566/3313 47% [============================= ] 1567/3313 47% [============================= ] 1568/3313 47% [============================= ] 1569/3313 47% [============================= ] 1570/3313 47% [============================= ] 1571/3313 47% [============================= ] 1572/3313 47% [============================= ] 1573/3313 47% [============================= ] 1574/3313 47% [============================= ] 1575/3313 47% [============================= ] 1576/3313 47% [============================= ] 1577/3313 47% [============================= ] 1578/3313 47% [============================= ] 1579/3313 47% [============================= ] 1580/3313 47% [============================= ] 1581/3313 47% [============================= ] 1582/3313 47% [============================= ] 1583/3313 47% [============================= ] 1584/3313 47% [============================= ] 1585/3313 47% [============================= ] 1586/3313 47% [============================= ] 1587/3313 47% [============================= ] 1588/3313 47% [============================= ] 1589/3313 47% [============================= ] 1590/3313 47% [============================= ] 1591/3313 48% [============================= ] 1592/3313 48% [============================= ] 1593/3313 48% [============================= ] 1594/3313 48% [============================= ] 1595/3313 48% [============================= ] 1596/3313 48% [============================= ] 1597/3313 48% [============================= ] 1598/3313 48% [============================= ] 1599/3313 48% [============================= ] 1600/3313 48% [============================= ] 1601/3313 48% [============================= ] 1602/3313 48% [============================= ] 1603/3313 48% [============================== ] 1604/3313 48% [============================== ] 1605/3313 48% [============================== ] 1606/3313 48% [============================== ] 1607/3313 48% [============================== ] 1608/3313 48% [============================== ] 1609/3313 48% [============================== ] 1610/3313 48% [============================== ] 1611/3313 48% [============================== ] 1612/3313 48% [============================== ] 1613/3313 48% [============================== ] 1614/3313 48% [============================== ] 1615/3313 48% [============================== ] 1616/3313 48% [============================== ] 1617/3313 48% [============================== ] 1618/3313 48% [============================== ] 1619/3313 48% [============================== ] 1620/3313 48% [============================== ] 1621/3313 48% [============================== ] 1622/3313 48% [============================== ] 1623/3313 48% [============================== ] 1624/3313 49% [============================== ] 1625/3313 49% [============================== ] 1626/3313 49% [============================== ] 1627/3313 49% [============================== ] 1628/3313 49% [============================== ] 1629/3313 49% [============================== ] 1630/3313 49% [============================== ] 1631/3313 49% [============================== ] 1632/3313 49% [============================== ] 1633/3313 49% [============================== ] 1634/3313 49% [============================== ] 1635/3313 49% [============================== ] 1636/3313 49% [============================== ] 1637/3313 49% [============================== ] 1638/3313 49% [============================== ] 1639/3313 49% [============================== ] 1640/3313 49% [============================== ] 1641/3313 49% [============================== ] 1642/3313 49% [============================== ] 1643/3313 49% [============================== ] 1644/3313 49% [============================== ] 1645/3313 49% [============================== ] 1646/3313 49% [============================== ] 1647/3313 49% [============================== ] 1648/3313 49% [============================== ] 1649/3313 49% [============================== ] 1650/3313 49% [============================== ] 1651/3313 49% [============================== ] 1652/3313 49% [============================== ] 1653/3313 49% [============================== ] 1654/3313 49% [============================== ] 1655/3313 49% [============================== ] 1656/3313 49% [=============================== ] 1657/3313 50% [=============================== ] 1658/3313 50% [=============================== ] 1659/3313 50% [=============================== ] 1660/3313 50% [=============================== ] 1661/3313 50% [=============================== ] 1662/3313 50% [=============================== ] 1663/3313 50% [=============================== ] 1664/3313 50% [=============================== ] 1665/3313 50% [=============================== ] 1666/3313 50% [=============================== ] 1667/3313 50% [=============================== ] 1668/3313 50% [=============================== ] 1669/3313 50% [=============================== ] 1670/3313 50% [=============================== ] 1671/3313 50% [=============================== ] 1672/3313 50% [=============================== ] 1673/3313 50% [=============================== ] 1674/3313 50% [=============================== ] 1675/3313 50% [=============================== ] 1676/3313 50% [=============================== ] 1677/3313 50% [=============================== ] 1678/3313 50% [=============================== ] 1679/3313 50% [=============================== ] 1680/3313 50% [=============================== ] 1681/3313 50% [=============================== ] 1682/3313 50% [=============================== ] 1683/3313 50% [=============================== ] 1684/3313 50% [=============================== ] 1685/3313 50% [=============================== ] 1686/3313 50% [=============================== ] 1687/3313 50% [=============================== ] 1688/3313 50% [=============================== ] 1689/3313 50% [=============================== ] 1690/3313 51% [=============================== ] 1691/3313 51% [=============================== ] 1692/3313 51% [=============================== ] 1693/3313 51% [=============================== ] 1694/3313 51% [=============================== ] 1695/3313 51% [=============================== ] 1696/3313 51% [=============================== ] 1697/3313 51% [=============================== ] 1698/3313 51% [=============================== ] 1699/3313 51% [=============================== ] 1700/3313 51% [=============================== ] 1701/3313 51% [=============================== ] 1702/3313 51% [=============================== ] 1703/3313 51% [=============================== ] 1704/3313 51% [=============================== ] 1705/3313 51% [=============================== ] 1706/3313 51% [=============================== ] 1707/3313 51% [=============================== ] 1708/3313 51% [=============================== ] 1709/3313 51% [================================ ] 1710/3313 51% [================================ ] 1711/3313 51% [================================ ] 1712/3313 51% [================================ ] 1713/3313 51% [================================ ] 1714/3313 51% [================================ ] 1715/3313 51% [================================ ] 1716/3313 51% [================================ ] 1717/3313 51% [================================ ] 1718/3313 51% [================================ ] 1719/3313 51% [================================ ] 1720/3313 51% [================================ ] 1721/3313 51% [================================ ] 1722/3313 51% [================================ ] 1723/3313 52% [================================ ] 1724/3313 52% [================================ ] 1725/3313 52% [================================ ] 1726/3313 52% [================================ ] 1727/3313 52% [================================ ] 1728/3313 52% [================================ ] 1729/3313 52% [================================ ] 1730/3313 52% [================================ ] 1731/3313 52% [================================ ] 1732/3313 52% [================================ ] 1733/3313 52% [================================ ] 1734/3313 52% [================================ ] 1735/3313 52% [================================ ] 1736/3313 52% [================================ ] 1737/3313 52% [================================ ] 1738/3313 52% [================================ ] 1739/3313 52% [================================ ] 1740/3313 52% [================================ ] 1741/3313 52% [================================ ] 1742/3313 52% [================================ ] 1743/3313 52% [================================ ] 1744/3313 52% [================================ ] 1745/3313 52% [================================ ] 1746/3313 52% [================================ ] 1747/3313 52% [================================ ] 1748/3313 52% [================================ ] 1749/3313 52% [================================ ] 1750/3313 52% [================================ ] 1751/3313 52% [================================ ] 1752/3313 52% [================================ ] 1753/3313 52% [================================ ] 1754/3313 52% [================================ ] 1755/3313 52% [================================ ] 1756/3313 53% [================================ ] 1757/3313 53% [================================ ] 1758/3313 53% [================================ ] 1759/3313 53% [================================ ] 1760/3313 53% [================================ ] 1761/3313 53% [================================ ] 1762/3313 53% [================================ ] 1763/3313 53% [================================= ] 1764/3313 53% [================================= ] 1765/3313 53% [================================= ] 1766/3313 53% [================================= ] 1767/3313 53% [================================= ] 1768/3313 53% [================================= ] 1769/3313 53% [================================= ] 1770/3313 53% [================================= ] 1771/3313 53% [================================= ] 1772/3313 53% [================================= ] 1773/3313 53% [================================= ] 1774/3313 53% [================================= ] 1775/3313 53% [================================= ] 1776/3313 53% [================================= ] 1777/3313 53% [================================= ] 1778/3313 53% [================================= ] 1779/3313 53% [================================= ] 1780/3313 53% [================================= ] 1781/3313 53% [================================= ] 1782/3313 53% [================================= ] 1783/3313 53% [================================= ] 1784/3313 53% [================================= ] 1785/3313 53% [================================= ] 1786/3313 53% [================================= ] 1787/3313 53% [================================= ] 1788/3313 53% [================================= ] 1789/3313 53% [================================= ] 1790/3313 54% [================================= ] 1791/3313 54% [================================= ] 1792/3313 54% [================================= ] 1793/3313 54% [================================= ] 1794/3313 54% [================================= ] 1795/3313 54% [================================= ] 1796/3313 54% [================================= ] 1797/3313 54% [================================= ] 1798/3313 54% [================================= ] 1799/3313 54% [================================= ] 1800/3313 54% [================================= ] 1801/3313 54% [================================= ] 1802/3313 54% [================================= ] 1803/3313 54% [================================= ] 1804/3313 54% [================================= ] 1805/3313 54% [================================= ] 1806/3313 54% [================================= ] 1807/3313 54% [================================= ] 1808/3313 54% [================================= ] 1809/3313 54% [================================= ] 1810/3313 54% [================================= ] 1811/3313 54% [================================= ] 1812/3313 54% [================================= ] 1813/3313 54% [================================= ] 1814/3313 54% [================================= ] 1815/3313 54% [================================= ] 1816/3313 54% [================================== ] 1817/3313 54% [================================== ] 1818/3313 54% [================================== ] 1819/3313 54% [================================== ] 1820/3313 54% [================================== ] 1821/3313 54% [================================== ] 1822/3313 54% [================================== ] 1823/3313 55% [================================== ] 1824/3313 55% [================================== ] 1825/3313 55% [================================== ] 1826/3313 55% [================================== ] 1827/3313 55% [================================== ] 1828/3313 55% [================================== ] 1829/3313 55% [================================== ] 1830/3313 55% [================================== ] 1831/3313 55% [================================== ] 1832/3313 55% [================================== ] 1833/3313 55% [================================== ] 1834/3313 55% [================================== ] 1835/3313 55% [================================== ] 1836/3313 55% [================================== ] 1837/3313 55% [================================== ] 1838/3313 55% [================================== ] 1839/3313 55% [================================== ] 1840/3313 55% [================================== ] 1841/3313 55% [================================== ] 1842/3313 55% [================================== ] 1843/3313 55% [================================== ] 1844/3313 55% [================================== ] 1845/3313 55% [================================== ] 1846/3313 55% [================================== ] 1847/3313 55% [================================== ] 1848/3313 55% [================================== ] 1849/3313 55% [================================== ] 1850/3313 55% [================================== ] 1851/3313 55% [================================== ] 1852/3313 55% [================================== ] 1853/3313 55% [================================== ] 1854/3313 55% [================================== ] 1855/3313 55% [================================== ] 1856/3313 56% [================================== ] 1857/3313 56% [================================== ] 1858/3313 56% [================================== ] 1859/3313 56% [================================== ] 1860/3313 56% [================================== ] 1861/3313 56% [================================== ] 1862/3313 56% [================================== ] 1863/3313 56% [================================== ] 1864/3313 56% [================================== ] 1865/3313 56% [================================== ] 1866/3313 56% [================================== ] 1867/3313 56% [================================== ] 1868/3313 56% [================================== ] 1869/3313 56% [================================== ] 1870/3313 56% [=================================== ] 1871/3313 56% [=================================== ] 1872/3313 56% [=================================== ] 1873/3313 56% [=================================== ] 1874/3313 56% [=================================== ] 1875/3313 56% [=================================== ] 1876/3313 56% [=================================== ] 1877/3313 56% [=================================== ] 1878/3313 56% [=================================== ] 1879/3313 56% [=================================== ] 1880/3313 56% [=================================== ] 1881/3313 56% [=================================== ] 1882/3313 56% [=================================== ] 1883/3313 56% [=================================== ] 1884/3313 56% [=================================== ] 1885/3313 56% [=================================== ] 1886/3313 56% [=================================== ] 1887/3313 56% [=================================== ] 1888/3313 56% [=================================== ] 1889/3313 57% [=================================== ] 1890/3313 57% [=================================== ] 1891/3313 57% [=================================== ] 1892/3313 57% [=================================== ] 1893/3313 57% [=================================== ] 1894/3313 57% [=================================== ] 1895/3313 57% [=================================== ] 1896/3313 57% [=================================== ] 1897/3313 57% [=================================== ] 1898/3313 57% [=================================== ] 1899/3313 57% [=================================== ] 1900/3313 57% [=================================== ] 1901/3313 57% [=================================== ] 1902/3313 57% [=================================== ] 1903/3313 57% [=================================== ] 1904/3313 57% [=================================== ] 1905/3313 57% [=================================== ] 1906/3313 57% [=================================== ] 1907/3313 57% [=================================== ] 1908/3313 57% [=================================== ] 1909/3313 57% [=================================== ] 1910/3313 57% [=================================== ] 1911/3313 57% [=================================== ] 1912/3313 57% [=================================== ] 1913/3313 57% [=================================== ] 1914/3313 57% [=================================== ] 1915/3313 57% [=================================== ] 1916/3313 57% [=================================== ] 1917/3313 57% [=================================== ] 1918/3313 57% [=================================== ] 1919/3313 57% [=================================== ] 1920/3313 57% [=================================== ] 1921/3313 57% [=================================== ] 1922/3313 58% [=================================== ] 1923/3313 58% [==================================== ] 1924/3313 58% [==================================== ] 1925/3313 58% [==================================== ] 1926/3313 58% [==================================== ] 1927/3313 58% [==================================== ] 1928/3313 58% [==================================== ] 1929/3313 58% [==================================== ] 1930/3313 58% [==================================== ] 1931/3313 58% [==================================== ] 1932/3313 58% [==================================== ] 1933/3313 58% [==================================== ] 1934/3313 58% [==================================== ] 1935/3313 58% [==================================== ] 1936/3313 58% [==================================== ] 1937/3313 58% [==================================== ] 1938/3313 58% [==================================== ] 1939/3313 58% [==================================== ] 1940/3313 58% [==================================== ] 1941/3313 58% [==================================== ] 1942/3313 58% [==================================== ] 1943/3313 58% [==================================== ] 1944/3313 58% [==================================== ] 1945/3313 58% [==================================== ] 1946/3313 58% [==================================== ] 1947/3313 58% [==================================== ] 1948/3313 58% [==================================== ] 1949/3313 58% [==================================== ] 1950/3313 58% [==================================== ] 1951/3313 58% [==================================== ] 1952/3313 58% [==================================== ] 1953/3313 58% [==================================== ] 1954/3313 58% [==================================== ] 1955/3313 59% [==================================== ] 1956/3313 59% [==================================== ] 1957/3313 59% [==================================== ] 1958/3313 59% [==================================== ] 1959/3313 59% [==================================== ] 1960/3313 59% [==================================== ] 1961/3313 59% [==================================== ] 1962/3313 59% [==================================== ] 1963/3313 59% [==================================== ] 1964/3313 59% [==================================== ] 1965/3313 59% [==================================== ] 1966/3313 59% [==================================== ] 1967/3313 59% [==================================== ] 1968/3313 59% [==================================== ] 1969/3313 59% [==================================== ] 1970/3313 59% [==================================== ] 1971/3313 59% [==================================== ] 1972/3313 59% [==================================== ] 1973/3313 59% [==================================== ] 1974/3313 59% [==================================== ] 1975/3313 59% [==================================== ] 1976/3313 59% [==================================== ] 1977/3313 59% [===================================== ] 1978/3313 59% [===================================== ] 1979/3313 59% [===================================== ] 1980/3313 59% [===================================== ] 1981/3313 59% [===================================== ] 1982/3313 59% [===================================== ] 1983/3313 59% [===================================== ] 1984/3313 59% [===================================== ] 1985/3313 59% [===================================== ] 1986/3313 59% [===================================== ] 1987/3313 59% [===================================== ] 1988/3313 60% [===================================== ] 1989/3313 60% [===================================== ] 1990/3313 60% [===================================== ] 1991/3313 60% [===================================== ] 1992/3313 60% [===================================== ] 1993/3313 60% [===================================== ] 1994/3313 60% [===================================== ] 1995/3313 60% [===================================== ] 1996/3313 60% [===================================== ] 1997/3313 60% [===================================== ] 1998/3313 60% [===================================== ] 1999/3313 60% [===================================== ] 2000/3313 60% [===================================== ] 2001/3313 60% [===================================== ] 2002/3313 60% [===================================== ] 2003/3313 60% [===================================== ] 2004/3313 60% [===================================== ] 2005/3313 60% [===================================== ] 2006/3313 60% [===================================== ] 2007/3313 60% [===================================== ] 2008/3313 60% [===================================== ] 2009/3313 60% [===================================== ] 2010/3313 60% [===================================== ] 2011/3313 60% [===================================== ] 2012/3313 60% [===================================== ] 2013/3313 60% [===================================== ] 2014/3313 60% [===================================== ] 2015/3313 60% [===================================== ] 2016/3313 60% [===================================== ] 2017/3313 60% [===================================== ] 2018/3313 60% [===================================== ] 2019/3313 60% [===================================== ] 2020/3313 60% [===================================== ] 2021/3313 61% [===================================== ] 2022/3313 61% [===================================== ] 2023/3313 61% [===================================== ] 2024/3313 61% [===================================== ] 2025/3313 61% [===================================== ] 2026/3313 61% [===================================== ] 2027/3313 61% [===================================== ] 2028/3313 61% [===================================== ] 2029/3313 61% [===================================== ] 2030/3313 61% [====================================== ] 2031/3313 61% [====================================== ] 2032/3313 61% [====================================== ] 2033/3313 61% [====================================== ] 2034/3313 61% [====================================== ] 2035/3313 61% [====================================== ] 2036/3313 61% [====================================== ] 2037/3313 61% [====================================== ] 2038/3313 61% [====================================== ] 2039/3313 61% [====================================== ] 2040/3313 61% [====================================== ] 2041/3313 61% [====================================== ] 2042/3313 61% [====================================== ] 2043/3313 61% [====================================== ] 2044/3313 61% [====================================== ] 2045/3313 61% [====================================== ] 2046/3313 61% [====================================== ] 2047/3313 61% [====================================== ] 2048/3313 61% [====================================== ] 2049/3313 61% [====================================== ] 2050/3313 61% [====================================== ] 2051/3313 61% [====================================== ] 2052/3313 61% [====================================== ] 2053/3313 61% [====================================== ] 2054/3313 61% [====================================== ] 2055/3313 62% [====================================== ] 2056/3313 62% [====================================== ] 2057/3313 62% [====================================== ] 2058/3313 62% [====================================== ] 2059/3313 62% [====================================== ] 2060/3313 62% [====================================== ] 2061/3313 62% [====================================== ] 2062/3313 62% [====================================== ] 2063/3313 62% [====================================== ] 2064/3313 62% [====================================== ] 2065/3313 62% [====================================== ] 2066/3313 62% [====================================== ] 2067/3313 62% [====================================== ] 2068/3313 62% [====================================== ] 2069/3313 62% [====================================== ] 2070/3313 62% [====================================== ] 2071/3313 62% [====================================== ] 2072/3313 62% [====================================== ] 2073/3313 62% [====================================== ] 2074/3313 62% [====================================== ] 2075/3313 62% [====================================== ] 2076/3313 62% [====================================== ] 2077/3313 62% [====================================== ] 2078/3313 62% [====================================== ] 2079/3313 62% [====================================== ] 2080/3313 62% [====================================== ] 2081/3313 62% [====================================== ] 2082/3313 62% [====================================== ] 2083/3313 62% [======================================= ] 2084/3313 62% [======================================= ] 2085/3313 62% [======================================= ] 2086/3313 62% [======================================= ] 2087/3313 62% [======================================= ] 2088/3313 63% [======================================= ] 2089/3313 63% [======================================= ] 2090/3313 63% [======================================= ] 2091/3313 63% [======================================= ] 2092/3313 63% [======================================= ] 2093/3313 63% [======================================= ] 2094/3313 63% [======================================= ] 2095/3313 63% [======================================= ] 2096/3313 63% [======================================= ] 2097/3313 63% [======================================= ] 2098/3313 63% [======================================= ] 2099/3313 63% [======================================= ] 2100/3313 63% [======================================= ] 2101/3313 63% [======================================= ] 2102/3313 63% [======================================= ] 2103/3313 63% [======================================= ] 2104/3313 63% [======================================= ] 2105/3313 63% [======================================= ] 2106/3313 63% [======================================= ] 2107/3313 63% [======================================= ] 2108/3313 63% [======================================= ] 2109/3313 63% [======================================= ] 2110/3313 63% [======================================= ] 2111/3313 63% [======================================= ] 2112/3313 63% [======================================= ] 2113/3313 63% [======================================= ] 2114/3313 63% [======================================= ] 2115/3313 63% [======================================= ] 2116/3313 63% [======================================= ] 2117/3313 63% [======================================= ] 2118/3313 63% [======================================= ] 2119/3313 63% [======================================= ] 2120/3313 63% [======================================= ] 2121/3313 64% [======================================= ] 2122/3313 64% [======================================= ] 2123/3313 64% [======================================= ] 2124/3313 64% [======================================= ] 2125/3313 64% [======================================= ] 2126/3313 64% [======================================= ] 2127/3313 64% [======================================= ] 2128/3313 64% [======================================= ] 2129/3313 64% [======================================= ] 2130/3313 64% [======================================= ] 2131/3313 64% [======================================= ] 2132/3313 64% [======================================= ] 2133/3313 64% [======================================= ] 2134/3313 64% [======================================= ] 2135/3313 64% [======================================= ] 2136/3313 64% [======================================= ] 2137/3313 64% [======================================== ] 2138/3313 64% [======================================== ] 2139/3313 64% [======================================== ] 2140/3313 64% [======================================== ] 2141/3313 64% [======================================== ] 2142/3313 64% [======================================== ] 2143/3313 64% [======================================== ] 2144/3313 64% [======================================== ] 2145/3313 64% [======================================== ] 2146/3313 64% [======================================== ] 2147/3313 64% [======================================== ] 2148/3313 64% [======================================== ] 2149/3313 64% [======================================== ] 2150/3313 64% [======================================== ] 2151/3313 64% [======================================== ] 2152/3313 64% [======================================== ] 2153/3313 64% [======================================== ] 2154/3313 65% [======================================== ] 2155/3313 65% [======================================== ] 2156/3313 65% [======================================== ] 2157/3313 65% [======================================== ] 2158/3313 65% [======================================== ] 2159/3313 65% [======================================== ] 2160/3313 65% [======================================== ] 2161/3313 65% [======================================== ] 2162/3313 65% [======================================== ] 2163/3313 65% [======================================== ] 2164/3313 65% [======================================== ] 2165/3313 65% [======================================== ] 2166/3313 65% [======================================== ] 2167/3313 65% [======================================== ] 2168/3313 65% [======================================== ] 2169/3313 65% [======================================== ] 2170/3313 65% [======================================== ] 2171/3313 65% [======================================== ] 2172/3313 65% [======================================== ] 2173/3313 65% [======================================== ] 2174/3313 65% [======================================== ] 2175/3313 65% [======================================== ] 2176/3313 65% [======================================== ] 2177/3313 65% [======================================== ] 2178/3313 65% [======================================== ] 2179/3313 65% [======================================== ] 2180/3313 65% [======================================== ] 2181/3313 65% [======================================== ] 2182/3313 65% [======================================== ] 2183/3313 65% [======================================== ] 2184/3313 65% [======================================== ] 2185/3313 65% [======================================== ] 2186/3313 65% [======================================== ] 2187/3313 66% [======================================== ] 2188/3313 66% [======================================== ] 2189/3313 66% [======================================== ] 2190/3313 66% [========================================= ] 2191/3313 66% [========================================= ] 2192/3313 66% [========================================= ] 2193/3313 66% [========================================= ] 2194/3313 66% [========================================= ] 2195/3313 66% [========================================= ] 2196/3313 66% [========================================= ] 2197/3313 66% [========================================= ] 2198/3313 66% [========================================= ] 2199/3313 66% [========================================= ] 2200/3313 66% [========================================= ] 2201/3313 66% [========================================= ] 2202/3313 66% [========================================= ] 2203/3313 66% [========================================= ] 2204/3313 66% [========================================= ] 2205/3313 66% [========================================= ] 2206/3313 66% [========================================= ] 2207/3313 66% [========================================= ] 2208/3313 66% [========================================= ] 2209/3313 66% [========================================= ] 2210/3313 66% [========================================= ] 2211/3313 66% [========================================= ] 2212/3313 66% [========================================= ] 2213/3313 66% [========================================= ] 2214/3313 66% [========================================= ] 2215/3313 66% [========================================= ] 2216/3313 66% [========================================= ] 2217/3313 66% [========================================= ] 2218/3313 66% [========================================= ] 2219/3313 66% [========================================= ] 2220/3313 67% [========================================= ] 2221/3313 67% [========================================= ] 2222/3313 67% [========================================= ] 2223/3313 67% [========================================= ] 2224/3313 67% [========================================= ] 2225/3313 67% [========================================= ] 2226/3313 67% [========================================= ] 2227/3313 67% [========================================= ] 2228/3313 67% [========================================= ] 2229/3313 67% [========================================= ] 2230/3313 67% [========================================= ] 2231/3313 67% [========================================= ] 2232/3313 67% [========================================= ] 2233/3313 67% [========================================= ] 2234/3313 67% [========================================= ] 2235/3313 67% [========================================= ] 2236/3313 67% [========================================= ] 2237/3313 67% [========================================= ] 2238/3313 67% [========================================= ] 2239/3313 67% [========================================= ] 2240/3313 67% [========================================= ] 2241/3313 67% [========================================= ] 2242/3313 67% [========================================= ] 2243/3313 67% [========================================= ] 2244/3313 67% [========================================== ] 2245/3313 67% [========================================== ] 2246/3313 67% [========================================== ] 2247/3313 67% [========================================== ] 2248/3313 67% [========================================== ] 2249/3313 67% [========================================== ] 2250/3313 67% [========================================== ] 2251/3313 67% [========================================== ] 2252/3313 67% [========================================== ] 2253/3313 68% [========================================== ] 2254/3313 68% [========================================== ] 2255/3313 68% [========================================== ] 2256/3313 68% [========================================== ] 2257/3313 68% [========================================== ] 2258/3313 68% [========================================== ] 2259/3313 68% [========================================== ] 2260/3313 68% [========================================== ] 2261/3313 68% [========================================== ] 2262/3313 68% [========================================== ] 2263/3313 68% [========================================== ] 2264/3313 68% [========================================== ] 2265/3313 68% [========================================== ] 2266/3313 68% [========================================== ] 2267/3313 68% [========================================== ] 2268/3313 68% [========================================== ] 2269/3313 68% [========================================== ] 2270/3313 68% [========================================== ] 2271/3313 68% [========================================== ] 2272/3313 68% [========================================== ] 2273/3313 68% [========================================== ] 2274/3313 68% [========================================== ] 2275/3313 68% [========================================== ] 2276/3313 68% [========================================== ] 2277/3313 68% [========================================== ] 2278/3313 68% [========================================== ] 2279/3313 68% [========================================== ] 2280/3313 68% [========================================== ] 2281/3313 68% [========================================== ] 2282/3313 68% [========================================== ] 2283/3313 68% [========================================== ] 2284/3313 68% [========================================== ] 2285/3313 68% [========================================== ] 2286/3313 69% [========================================== ] 2287/3313 69% [========================================== ] 2288/3313 69% [========================================== ] 2289/3313 69% [========================================== ] 2290/3313 69% [========================================== ] 2291/3313 69% [========================================== ] 2292/3313 69% [========================================== ] 2293/3313 69% [========================================== ] 2294/3313 69% [========================================== ] 2295/3313 69% [========================================== ] 2296/3313 69% [========================================== ] 2297/3313 69% [=========================================== ] 2298/3313 69% [=========================================== ] 2299/3313 69% [=========================================== ] 2300/3313 69% [=========================================== ] 2301/3313 69% [=========================================== ] 2302/3313 69% [=========================================== ] 2303/3313 69% [=========================================== ] 2304/3313 69% [=========================================== ] 2305/3313 69% [=========================================== ] 2306/3313 69% [=========================================== ] 2307/3313 69% [=========================================== ] 2308/3313 69% [=========================================== ] 2309/3313 69% [=========================================== ] 2310/3313 69% [=========================================== ] 2311/3313 69% [=========================================== ] 2312/3313 69% [=========================================== ] 2313/3313 69% [=========================================== ] 2314/3313 69% [=========================================== ] 2315/3313 69% [=========================================== ] 2316/3313 69% [=========================================== ] 2317/3313 69% [=========================================== ] 2318/3313 69% [=========================================== ] 2319/3313 69% [=========================================== ] 2320/3313 70% [=========================================== ] 2321/3313 70% [=========================================== ] 2322/3313 70% [=========================================== ] 2323/3313 70% [=========================================== ] 2324/3313 70% [=========================================== ] 2325/3313 70% [=========================================== ] 2326/3313 70% [=========================================== ] 2327/3313 70% [=========================================== ] 2328/3313 70% [=========================================== ] 2329/3313 70% [=========================================== ] 2330/3313 70% [=========================================== ] 2331/3313 70% [=========================================== ] 2332/3313 70% [=========================================== ] 2333/3313 70% [=========================================== ] 2334/3313 70% [=========================================== ] 2335/3313 70% [=========================================== ] 2336/3313 70% [=========================================== ] 2337/3313 70% [=========================================== ] 2338/3313 70% [=========================================== ] 2339/3313 70% [=========================================== ] 2340/3313 70% [=========================================== ] 2341/3313 70% [=========================================== ] 2342/3313 70% [=========================================== ] 2343/3313 70% [=========================================== ] 2344/3313 70% [=========================================== ] 2345/3313 70% [=========================================== ] 2346/3313 70% [=========================================== ] 2347/3313 70% [=========================================== ] 2348/3313 70% [=========================================== ] 2349/3313 70% [=========================================== ] 2350/3313 70% [=========================================== ] 2351/3313 70% [============================================ ] 2352/3313 70% [============================================ ] 2353/3313 71% [============================================ ] 2354/3313 71% [============================================ ] 2355/3313 71% [============================================ ] 2356/3313 71% [============================================ ] 2357/3313 71% [============================================ ] 2358/3313 71% [============================================ ] 2359/3313 71% [============================================ ] 2360/3313 71% [============================================ ] 2361/3313 71% [============================================ ] 2362/3313 71% [============================================ ] 2363/3313 71% [============================================ ] 2364/3313 71% [============================================ ] 2365/3313 71% [============================================ ] 2366/3313 71% [============================================ ] 2367/3313 71% [============================================ ] 2368/3313 71% [============================================ ] 2369/3313 71% [============================================ ] 2370/3313 71% [============================================ ] 2371/3313 71% [============================================ ] 2372/3313 71% [============================================ ] 2373/3313 71% [============================================ ] 2374/3313 71% [============================================ ] 2375/3313 71% [============================================ ] 2376/3313 71% [============================================ ] 2377/3313 71% [============================================ ] 2378/3313 71% [============================================ ] 2379/3313 71% [============================================ ] 2380/3313 71% [============================================ ] 2381/3313 71% [============================================ ] 2382/3313 71% [============================================ ] 2383/3313 71% [============================================ ] 2384/3313 71% [============================================ ] 2385/3313 71% [============================================ ] 2386/3313 72% [============================================ ] 2387/3313 72% [============================================ ] 2388/3313 72% [============================================ ] 2389/3313 72% [============================================ ] 2390/3313 72% [============================================ ] 2391/3313 72% [============================================ ] 2392/3313 72% [============================================ ] 2393/3313 72% [============================================ ] 2394/3313 72% [============================================ ] 2395/3313 72% [============================================ ] 2396/3313 72% [============================================ ] 2397/3313 72% [============================================ ] 2398/3313 72% [============================================ ] 2399/3313 72% [============================================ ] 2400/3313 72% [============================================ ] 2401/3313 72% [============================================ ] 2402/3313 72% [============================================ ] 2403/3313 72% [============================================ ] 2404/3313 72% [============================================= ] 2405/3313 72% [============================================= ] 2406/3313 72% [============================================= ] 2407/3313 72% [============================================= ] 2408/3313 72% [============================================= ] 2409/3313 72% [============================================= ] 2410/3313 72% [============================================= ] 2411/3313 72% [============================================= ] 2412/3313 72% [============================================= ] 2413/3313 72% [============================================= ] 2414/3313 72% [============================================= ] 2415/3313 72% [============================================= ] 2416/3313 72% [============================================= ] 2417/3313 72% [============================================= ] 2418/3313 72% [============================================= ] 2419/3313 73% [============================================= ] 2420/3313 73% [============================================= ] 2421/3313 73% [============================================= ] 2422/3313 73% [============================================= ] 2423/3313 73% [============================================= ] 2424/3313 73% [============================================= ] 2425/3313 73% [============================================= ] 2426/3313 73% [============================================= ] 2427/3313 73% [============================================= ] 2428/3313 73% [============================================= ] 2429/3313 73% [============================================= ] 2430/3313 73% [============================================= ] 2431/3313 73% [============================================= ] 2432/3313 73% [============================================= ] 2433/3313 73% [============================================= ] 2434/3313 73% [============================================= ] 2435/3313 73% [============================================= ] 2436/3313 73% [============================================= ] 2437/3313 73% [============================================= ] 2438/3313 73% [============================================= ] 2439/3313 73% [============================================= ] 2440/3313 73% [============================================= ] 2441/3313 73% [============================================= ] 2442/3313 73% [============================================= ] 2443/3313 73% [============================================= ] 2444/3313 73% [============================================= ] 2445/3313 73% [============================================= ] 2446/3313 73% [============================================= ] 2447/3313 73% [============================================= ] 2448/3313 73% [============================================= ] 2449/3313 73% [============================================= ] 2450/3313 73% [============================================= ] 2451/3313 73% [============================================= ] 2452/3313 74% [============================================= ] 2453/3313 74% [============================================= ] 2454/3313 74% [============================================= ] 2455/3313 74% [============================================= ] 2456/3313 74% [============================================= ] 2457/3313 74% [============================================= ] 2458/3313 74% [============================================== ] 2459/3313 74% [============================================== ] 2460/3313 74% [============================================== ] 2461/3313 74% [============================================== ] 2462/3313 74% [============================================== ] 2463/3313 74% [============================================== ] 2464/3313 74% [============================================== ] 2465/3313 74% [============================================== ] 2466/3313 74% [============================================== ] 2467/3313 74% [============================================== ] 2468/3313 74% [============================================== ] 2469/3313 74% [============================================== ] 2470/3313 74% [============================================== ] 2471/3313 74% [============================================== ] 2472/3313 74% [============================================== ] 2473/3313 74% [============================================== ] 2474/3313 74% [============================================== ] 2475/3313 74% [============================================== ] 2476/3313 74% [============================================== ] 2477/3313 74% [============================================== ] 2478/3313 74% [============================================== ] 2479/3313 74% [============================================== ] 2480/3313 74% [============================================== ] 2481/3313 74% [============================================== ] 2482/3313 74% [============================================== ] 2483/3313 74% [============================================== ] 2484/3313 74% [============================================== ] 2485/3313 75% [============================================== ] 2486/3313 75% [============================================== ] 2487/3313 75% [============================================== ] 2488/3313 75% [============================================== ] 2489/3313 75% [============================================== ] 2490/3313 75% [============================================== ] 2491/3313 75% [============================================== ] 2492/3313 75% [============================================== ] 2493/3313 75% [============================================== ] 2494/3313 75% [============================================== ] 2495/3313 75% [============================================== ] 2496/3313 75% [============================================== ] 2497/3313 75% [============================================== ] 2498/3313 75% [============================================== ] 2499/3313 75% [============================================== ] 2500/3313 75% [============================================== ] 2501/3313 75% [============================================== ] 2502/3313 75% [============================================== ] 2503/3313 75% [============================================== ] 2504/3313 75% [============================================== ] 2505/3313 75% [============================================== ] 2506/3313 75% [============================================== ] 2507/3313 75% [============================================== ] 2508/3313 75% [============================================== ] 2509/3313 75% [============================================== ] 2510/3313 75% [============================================== ] 2511/3313 75% [=============================================== ] 2512/3313 75% [=============================================== ] 2513/3313 75% [=============================================== ] 2514/3313 75% [=============================================== ] 2515/3313 75% [=============================================== ] 2516/3313 75% [=============================================== ] 2517/3313 75% [=============================================== ] 2518/3313 76% [=============================================== ] 2519/3313 76% [=============================================== ] 2520/3313 76% [=============================================== ] 2521/3313 76% [=============================================== ] 2522/3313 76% [=============================================== ] 2523/3313 76% [=============================================== ] 2524/3313 76% [=============================================== ] 2525/3313 76% [=============================================== ] 2526/3313 76% [=============================================== ] 2527/3313 76% [=============================================== ] 2528/3313 76% [=============================================== ] 2529/3313 76% [=============================================== ] 2530/3313 76% [=============================================== ] 2531/3313 76% [=============================================== ] 2532/3313 76% [=============================================== ] 2533/3313 76% [=============================================== ] 2534/3313 76% [=============================================== ] 2535/3313 76% [=============================================== ] 2536/3313 76% [=============================================== ] 2537/3313 76% [=============================================== ] 2538/3313 76% [=============================================== ] 2539/3313 76% [=============================================== ] 2540/3313 76% [=============================================== ] 2541/3313 76% [=============================================== ] 2542/3313 76% [=============================================== ] 2543/3313 76% [=============================================== ] 2544/3313 76% [=============================================== ] 2545/3313 76% [=============================================== ] 2546/3313 76% [=============================================== ] 2547/3313 76% [=============================================== ] 2548/3313 76% [=============================================== ] 2549/3313 76% [=============================================== ] 2550/3313 76% [=============================================== ] 2551/3313 76% [=============================================== ] 2552/3313 77% [=============================================== ] 2553/3313 77% [=============================================== ] 2554/3313 77% [=============================================== ] 2555/3313 77% [=============================================== ] 2556/3313 77% [=============================================== ] 2557/3313 77% [=============================================== ] 2558/3313 77% [=============================================== ] 2559/3313 77% [=============================================== ] 2560/3313 77% [=============================================== ] 2561/3313 77% [=============================================== ] 2562/3313 77% [=============================================== ] 2563/3313 77% [=============================================== ] 2564/3313 77% [================================================ ] 2565/3313 77% [================================================ ] 2566/3313 77% [================================================ ] 2567/3313 77% [================================================ ] 2568/3313 77% [================================================ ] 2569/3313 77% [================================================ ] 2570/3313 77% [================================================ ] 2571/3313 77% [================================================ ] 2572/3313 77% [================================================ ] 2573/3313 77% [================================================ ] 2574/3313 77% [================================================ ] 2575/3313 77% [================================================ ] 2576/3313 77% [================================================ ] 2577/3313 77% [================================================ ] 2578/3313 77% [================================================ ] 2579/3313 77% [================================================ ] 2580/3313 77% [================================================ ] 2581/3313 77% [================================================ ] 2582/3313 77% [================================================ ] 2583/3313 77% [================================================ ] 2584/3313 77% [================================================ ] 2585/3313 78% [================================================ ] 2586/3313 78% [================================================ ] 2587/3313 78% [================================================ ] 2588/3313 78% [================================================ ] 2589/3313 78% [================================================ ] 2590/3313 78% [================================================ ] 2591/3313 78% [================================================ ] 2592/3313 78% [================================================ ] 2593/3313 78% [================================================ ] 2594/3313 78% [================================================ ] 2595/3313 78% [================================================ ] 2596/3313 78% [================================================ ] 2597/3313 78% [================================================ ] 2598/3313 78% [================================================ ] 2599/3313 78% [================================================ ] 2600/3313 78% [================================================ ] 2601/3313 78% [================================================ ] 2602/3313 78% [================================================ ] 2603/3313 78% [================================================ ] 2604/3313 78% [================================================ ] 2605/3313 78% [================================================ ] 2606/3313 78% [================================================ ] 2607/3313 78% [================================================ ] 2608/3313 78% [================================================ ] 2609/3313 78% [================================================ ] 2610/3313 78% [================================================ ] 2611/3313 78% [================================================ ] 2612/3313 78% [================================================ ] 2613/3313 78% [================================================ ] 2614/3313 78% [================================================ ] 2615/3313 78% [================================================ ] 2616/3313 78% [================================================ ] 2617/3313 78% [================================================ ] 2618/3313 79% [================================================= ] 2619/3313 79% [================================================= ] 2620/3313 79% [================================================= ] 2621/3313 79% [================================================= ] 2622/3313 79% [================================================= ] 2623/3313 79% [================================================= ] 2624/3313 79% [================================================= ] 2625/3313 79% [================================================= ] 2626/3313 79% [================================================= ] 2627/3313 79% [================================================= ] 2628/3313 79% [================================================= ] 2629/3313 79% [================================================= ] 2630/3313 79% [================================================= ] 2631/3313 79% [================================================= ] 2632/3313 79% [================================================= ] 2633/3313 79% [================================================= ] 2634/3313 79% [================================================= ] 2635/3313 79% [================================================= ] 2636/3313 79% [================================================= ] 2637/3313 79% [================================================= ] 2638/3313 79% [================================================= ] 2639/3313 79% [================================================= ] 2640/3313 79% [================================================= ] 2641/3313 79% [================================================= ] 2642/3313 79% [================================================= ] 2643/3313 79% [================================================= ] 2644/3313 79% [================================================= ] 2645/3313 79% [================================================= ] 2646/3313 79% [================================================= ] 2647/3313 79% [================================================= ] 2648/3313 79% [================================================= ] 2649/3313 79% [================================================= ] 2650/3313 79% [================================================= ] 2651/3313 80% [================================================= ] 2652/3313 80% [================================================= ] 2653/3313 80% [================================================= ] 2654/3313 80% [================================================= ] 2655/3313 80% [================================================= ] 2656/3313 80% [================================================= ] 2657/3313 80% [================================================= ] 2658/3313 80% [================================================= ] 2659/3313 80% [================================================= ] 2660/3313 80% [================================================= ] 2661/3313 80% [================================================= ] 2662/3313 80% [================================================= ] 2663/3313 80% [================================================= ] 2664/3313 80% [================================================= ] 2665/3313 80% [================================================= ] 2666/3313 80% [================================================= ] 2667/3313 80% [================================================= ] 2668/3313 80% [================================================= ] 2669/3313 80% [================================================= ] 2670/3313 80% [================================================= ] 2671/3313 80% [================================================== ] 2672/3313 80% [================================================== ] 2673/3313 80% [================================================== ] 2674/3313 80% [================================================== ] 2675/3313 80% [================================================== ] 2676/3313 80% [================================================== ] 2677/3313 80% [================================================== ] 2678/3313 80% [================================================== ] 2679/3313 80% [================================================== ] 2680/3313 80% [================================================== ] 2681/3313 80% [================================================== ] 2682/3313 80% [================================================== ] 2683/3313 80% [================================================== ] 2684/3313 81% [================================================== ] 2685/3313 81% [================================================== ] 2686/3313 81% [================================================== ] 2687/3313 81% [================================================== ] 2688/3313 81% [================================================== ] 2689/3313 81% [================================================== ] 2690/3313 81% [================================================== ] 2691/3313 81% [================================================== ] 2692/3313 81% [================================================== ] 2693/3313 81% [================================================== ] 2694/3313 81% [================================================== ] 2695/3313 81% [================================================== ] 2696/3313 81% [================================================== ] 2697/3313 81% [================================================== ] 2698/3313 81% [================================================== ] 2699/3313 81% [================================================== ] 2700/3313 81% [================================================== ] 2701/3313 81% [================================================== ] 2702/3313 81% [================================================== ] 2703/3313 81% [================================================== ] 2704/3313 81% [================================================== ] 2705/3313 81% [================================================== ] 2706/3313 81% [================================================== ] 2707/3313 81% [================================================== ] 2708/3313 81% [================================================== ] 2709/3313 81% [================================================== ] 2710/3313 81% [================================================== ] 2711/3313 81% [================================================== ] 2712/3313 81% [================================================== ] 2713/3313 81% [================================================== ] 2714/3313 81% [================================================== ] 2715/3313 81% [================================================== ] 2716/3313 81% [================================================== ] 2717/3313 82% [================================================== ] 2718/3313 82% [================================================== ] 2719/3313 82% [================================================== ] 2720/3313 82% [================================================== ] 2721/3313 82% [================================================== ] 2722/3313 82% [================================================== ] 2723/3313 82% [================================================== ] 2724/3313 82% [================================================== ] 2725/3313 82% [=================================================== ] 2726/3313 82% [=================================================== ] 2727/3313 82% [=================================================== ] 2728/3313 82% [=================================================== ] 2729/3313 82% [=================================================== ] 2730/3313 82% [=================================================== ] 2731/3313 82% [=================================================== ] 2732/3313 82% [=================================================== ] 2733/3313 82% [=================================================== ] 2734/3313 82% [=================================================== ] 2735/3313 82% [=================================================== ] 2736/3313 82% [=================================================== ] 2737/3313 82% [=================================================== ] 2738/3313 82% [=================================================== ] 2739/3313 82% [=================================================== ] 2740/3313 82% [=================================================== ] 2741/3313 82% [=================================================== ] 2742/3313 82% [=================================================== ] 2743/3313 82% [=================================================== ] 2744/3313 82% [=================================================== ] 2745/3313 82% [=================================================== ] 2746/3313 82% [=================================================== ] 2747/3313 82% [=================================================== ] 2748/3313 82% [=================================================== ] 2749/3313 82% [=================================================== ] 2750/3313 83% [=================================================== ] 2751/3313 83% [=================================================== ] 2752/3313 83% [=================================================== ] 2753/3313 83% [=================================================== ] 2754/3313 83% [=================================================== ] 2755/3313 83% [=================================================== ] 2756/3313 83% [=================================================== ] 2757/3313 83% [=================================================== ] 2758/3313 83% [=================================================== ] 2759/3313 83% [=================================================== ] 2760/3313 83% [=================================================== ] 2761/3313 83% [=================================================== ] 2762/3313 83% [=================================================== ] 2763/3313 83% [=================================================== ] 2764/3313 83% [=================================================== ] 2765/3313 83% [=================================================== ] 2766/3313 83% [=================================================== ] 2767/3313 83% [=================================================== ] 2768/3313 83% [=================================================== ] 2769/3313 83% [=================================================== ] 2770/3313 83% [=================================================== ] 2771/3313 83% [=================================================== ] 2772/3313 83% [=================================================== ] 2773/3313 83% [=================================================== ] 2774/3313 83% [=================================================== ] 2775/3313 83% [=================================================== ] 2776/3313 83% [=================================================== ] 2777/3313 83% [=================================================== ] 2778/3313 83% [==================================================== ] 2779/3313 83% [==================================================== ] 2780/3313 83% [==================================================== ] 2781/3313 83% [==================================================== ] 2782/3313 83% [==================================================== ] 2783/3313 84% [==================================================== ] 2784/3313 84% [==================================================== ] 2785/3313 84% [==================================================== ] 2786/3313 84% [==================================================== ] 2787/3313 84% [==================================================== ] 2788/3313 84% [==================================================== ] 2789/3313 84% [==================================================== ] 2790/3313 84% [==================================================== ] 2791/3313 84% [==================================================== ] 2792/3313 84% [==================================================== ] 2793/3313 84% [==================================================== ] 2794/3313 84% [==================================================== ] 2795/3313 84% [==================================================== ] 2796/3313 84% [==================================================== ] 2797/3313 84% [==================================================== ] 2798/3313 84% [==================================================== ] 2799/3313 84% [==================================================== ] 2800/3313 84% [==================================================== ] 2801/3313 84% [==================================================== ] 2802/3313 84% [==================================================== ] 2803/3313 84% [==================================================== ] 2804/3313 84% [==================================================== ] 2805/3313 84% [==================================================== ] 2806/3313 84% [==================================================== ] 2807/3313 84% [==================================================== ] 2808/3313 84% [==================================================== ] 2809/3313 84% [==================================================== ] 2810/3313 84% [==================================================== ] 2811/3313 84% [==================================================== ] 2812/3313 84% [==================================================== ] 2813/3313 84% [==================================================== ] 2814/3313 84% [==================================================== ] 2815/3313 84% [==================================================== ] 2816/3313 84% [==================================================== ] 2817/3313 85% [==================================================== ] 2818/3313 85% [==================================================== ] 2819/3313 85% [==================================================== ] 2820/3313 85% [==================================================== ] 2821/3313 85% [==================================================== ] 2822/3313 85% [==================================================== ] 2823/3313 85% [==================================================== ] 2824/3313 85% [==================================================== ] 2825/3313 85% [==================================================== ] 2826/3313 85% [==================================================== ] 2827/3313 85% [==================================================== ] 2828/3313 85% [==================================================== ] 2829/3313 85% [==================================================== ] 2830/3313 85% [==================================================== ] 2831/3313 85% [==================================================== ] 2832/3313 85% [===================================================== ] 2833/3313 85% [===================================================== ] 2834/3313 85% [===================================================== ] 2835/3313 85% [===================================================== ] 2836/3313 85% [===================================================== ] 2837/3313 85% [===================================================== ] 2838/3313 85% [===================================================== ] 2839/3313 85% [===================================================== ] 2840/3313 85% [===================================================== ] 2841/3313 85% [===================================================== ] 2842/3313 85% [===================================================== ] 2843/3313 85% [===================================================== ] 2844/3313 85% [===================================================== ] 2845/3313 85% [===================================================== ] 2846/3313 85% [===================================================== ] 2847/3313 85% [===================================================== ] 2848/3313 85% [===================================================== ] 2849/3313 85% [===================================================== ] 2850/3313 86% [===================================================== ] 2851/3313 86% [===================================================== ] 2852/3313 86% [===================================================== ] 2853/3313 86% [===================================================== ] 2854/3313 86% [===================================================== ] 2855/3313 86% [===================================================== ] 2856/3313 86% [===================================================== ] 2857/3313 86% [===================================================== ] 2858/3313 86% [===================================================== ] 2859/3313 86% [===================================================== ] 2860/3313 86% [===================================================== ] 2861/3313 86% [===================================================== ] 2862/3313 86% [===================================================== ] 2863/3313 86% [===================================================== ] 2864/3313 86% [===================================================== ] 2865/3313 86% [===================================================== ] 2866/3313 86% [===================================================== ] 2867/3313 86% [===================================================== ] 2868/3313 86% [===================================================== ] 2869/3313 86% [===================================================== ] 2870/3313 86% [===================================================== ] 2871/3313 86% [===================================================== ] 2872/3313 86% [===================================================== ] 2873/3313 86% [===================================================== ] 2874/3313 86% [===================================================== ] 2875/3313 86% [===================================================== ] 2876/3313 86% [===================================================== ] 2877/3313 86% [===================================================== ] 2878/3313 86% [===================================================== ] 2879/3313 86% [===================================================== ] 2880/3313 86% [===================================================== ] 2881/3313 86% [===================================================== ] 2882/3313 86% [===================================================== ] 2883/3313 87% [===================================================== ] 2884/3313 87% [===================================================== ] 2885/3313 87% [====================================================== ] 2886/3313 87% [====================================================== ] 2887/3313 87% [====================================================== ] 2888/3313 87% [====================================================== ] 2889/3313 87% [====================================================== ] 2890/3313 87% [====================================================== ] 2891/3313 87% [====================================================== ] 2892/3313 87% [====================================================== ] 2893/3313 87% [====================================================== ] 2894/3313 87% [====================================================== ] 2895/3313 87% [====================================================== ] 2896/3313 87% [====================================================== ] 2897/3313 87% [====================================================== ] 2898/3313 87% [====================================================== ] 2899/3313 87% [====================================================== ] 2900/3313 87% [====================================================== ] 2901/3313 87% [====================================================== ] 2902/3313 87% [====================================================== ] 2903/3313 87% [====================================================== ] 2904/3313 87% [====================================================== ] 2905/3313 87% [====================================================== ] 2906/3313 87% [====================================================== ] 2907/3313 87% [====================================================== ] 2908/3313 87% [====================================================== ] 2909/3313 87% [====================================================== ] 2910/3313 87% [====================================================== ] 2911/3313 87% [====================================================== ] 2912/3313 87% [====================================================== ] 2913/3313 87% [====================================================== ] 2914/3313 87% [====================================================== ] 2915/3313 87% [====================================================== ] 2916/3313 88% [====================================================== ] 2917/3313 88% [====================================================== ] 2918/3313 88% [====================================================== ] 2919/3313 88% [====================================================== ] 2920/3313 88% [====================================================== ] 2921/3313 88% [====================================================== ] 2922/3313 88% [====================================================== ] 2923/3313 88% [====================================================== ] 2924/3313 88% [====================================================== ] 2925/3313 88% [====================================================== ] 2926/3313 88% [====================================================== ] 2927/3313 88% [====================================================== ] 2928/3313 88% [====================================================== ] 2929/3313 88% [====================================================== ] 2930/3313 88% [====================================================== ] 2931/3313 88% [====================================================== ] 2932/3313 88% [====================================================== ] 2933/3313 88% [====================================================== ] 2934/3313 88% [====================================================== ] 2935/3313 88% [====================================================== ] 2936/3313 88% [====================================================== ] 2937/3313 88% [====================================================== ] 2938/3313 88% [======================================================= ] 2939/3313 88% [======================================================= ] 2940/3313 88% [======================================================= ] 2941/3313 88% [======================================================= ] 2942/3313 88% [======================================================= ] 2943/3313 88% [======================================================= ] 2944/3313 88% [======================================================= ] 2945/3313 88% [======================================================= ] 2946/3313 88% [======================================================= ] 2947/3313 88% [======================================================= ] 2948/3313 88% [======================================================= ] 2949/3313 89% [======================================================= ] 2950/3313 89% [======================================================= ] 2951/3313 89% [======================================================= ] 2952/3313 89% [======================================================= ] 2953/3313 89% [======================================================= ] 2954/3313 89% [======================================================= ] 2955/3313 89% [======================================================= ] 2956/3313 89% [======================================================= ] 2957/3313 89% [======================================================= ] 2958/3313 89% [======================================================= ] 2959/3313 89% [======================================================= ] 2960/3313 89% [======================================================= ] 2961/3313 89% [======================================================= ] 2962/3313 89% [======================================================= ] 2963/3313 89% [======================================================= ] 2964/3313 89% [======================================================= ] 2965/3313 89% [======================================================= ] 2966/3313 89% [======================================================= ] 2967/3313 89% [======================================================= ] 2968/3313 89% [======================================================= ] 2969/3313 89% [======================================================= ] 2970/3313 89% [======================================================= ] 2971/3313 89% [======================================================= ] 2972/3313 89% [======================================================= ] 2973/3313 89% [======================================================= ] 2974/3313 89% [======================================================= ] 2975/3313 89% [======================================================= ] 2976/3313 89% [======================================================= ] 2977/3313 89% [======================================================= ] 2978/3313 89% [======================================================= ] 2979/3313 89% [======================================================= ] 2980/3313 89% [======================================================= ] 2981/3313 89% [======================================================= ] 2982/3313 90% [======================================================= ] 2983/3313 90% [======================================================= ] 2984/3313 90% [======================================================= ] 2985/3313 90% [======================================================= ] 2986/3313 90% [======================================================= ] 2987/3313 90% [======================================================= ] 2988/3313 90% [======================================================= ] 2989/3313 90% [======================================================= ] 2990/3313 90% [======================================================= ] 2991/3313 90% [======================================================= ] 2992/3313 90% [======================================================== ] 2993/3313 90% [======================================================== ] 2994/3313 90% [======================================================== ] 2995/3313 90% [======================================================== ] 2996/3313 90% [======================================================== ] 2997/3313 90% [======================================================== ] 2998/3313 90% [======================================================== ] 2999/3313 90% [======================================================== ] 3000/3313 90% [======================================================== ] 3001/3313 90% [======================================================== ] 3002/3313 90% [======================================================== ] 3003/3313 90% [======================================================== ] 3004/3313 90% [======================================================== ] 3005/3313 90% [======================================================== ] 3006/3313 90% [======================================================== ] 3007/3313 90% [======================================================== ] 3008/3313 90% [======================================================== ] 3009/3313 90% [======================================================== ] 3010/3313 90% [======================================================== ] 3011/3313 90% [======================================================== ] 3012/3313 90% [======================================================== ] 3013/3313 90% [======================================================== ] 3014/3313 90% [======================================================== ] 3015/3313 91% [======================================================== ] 3016/3313 91% [======================================================== ] 3017/3313 91% [======================================================== ] 3018/3313 91% [======================================================== ] 3019/3313 91% [======================================================== ] 3020/3313 91% [======================================================== ] 3021/3313 91% [======================================================== ] 3022/3313 91% [======================================================== ] 3023/3313 91% [======================================================== ] 3024/3313 91% [======================================================== ] 3025/3313 91% [======================================================== ] 3026/3313 91% [======================================================== ] 3027/3313 91% [======================================================== ] 3028/3313 91% [======================================================== ] 3029/3313 91% [======================================================== ] 3030/3313 91% [======================================================== ] 3031/3313 91% [======================================================== ] 3032/3313 91% [======================================================== ] 3033/3313 91% [======================================================== ] 3034/3313 91% [======================================================== ] 3035/3313 91% [======================================================== ] 3036/3313 91% [======================================================== ] 3037/3313 91% [======================================================== ] 3038/3313 91% [======================================================== ] 3039/3313 91% [======================================================== ] 3040/3313 91% [======================================================== ] 3041/3313 91% [======================================================== ] 3042/3313 91% [======================================================== ] 3043/3313 91% [======================================================== ] 3044/3313 91% [======================================================== ] 3045/3313 91% [========================================================= ] 3046/3313 91% [========================================================= ] 3047/3313 91% [========================================================= ] 3048/3313 92% [========================================================= ] 3049/3313 92% [========================================================= ] 3050/3313 92% [========================================================= ] 3051/3313 92% [========================================================= ] 3052/3313 92% [========================================================= ] 3053/3313 92% [========================================================= ] 3054/3313 92% [========================================================= ] 3055/3313 92% [========================================================= ] 3056/3313 92% [========================================================= ] 3057/3313 92% [========================================================= ] 3058/3313 92% [========================================================= ] 3059/3313 92% [========================================================= ] 3060/3313 92% [========================================================= ] 3061/3313 92% [========================================================= ] 3062/3313 92% [========================================================= ] 3063/3313 92% [========================================================= ] 3064/3313 92% [========================================================= ] 3065/3313 92% [========================================================= ] 3066/3313 92% [========================================================= ] 3067/3313 92% [========================================================= ] 3068/3313 92% [========================================================= ] 3069/3313 92% [========================================================= ] 3070/3313 92% [========================================================= ] 3071/3313 92% [========================================================= ] 3072/3313 92% [========================================================= ] 3073/3313 92% [========================================================= ] 3074/3313 92% [========================================================= ] 3075/3313 92% [========================================================= ] 3076/3313 92% [========================================================= ] 3077/3313 92% [========================================================= ] 3078/3313 92% [========================================================= ] 3079/3313 92% [========================================================= ] 3080/3313 92% [========================================================= ] 3081/3313 92% [========================================================= ] 3082/3313 93% [========================================================= ] 3083/3313 93% [========================================================= ] 3084/3313 93% [========================================================= ] 3085/3313 93% [========================================================= ] 3086/3313 93% [========================================================= ] 3087/3313 93% [========================================================= ] 3088/3313 93% [========================================================= ] 3089/3313 93% [========================================================= ] 3090/3313 93% [========================================================= ] 3091/3313 93% [========================================================= ] 3092/3313 93% [========================================================= ] 3093/3313 93% [========================================================= ] 3094/3313 93% [========================================================= ] 3095/3313 93% [========================================================= ] 3096/3313 93% [========================================================= ] 3097/3313 93% [========================================================= ] 3098/3313 93% [========================================================= ] 3099/3313 93% [========================================================== ] 3100/3313 93% [========================================================== ] 3101/3313 93% [========================================================== ] 3102/3313 93% [========================================================== ] 3103/3313 93% [========================================================== ] 3104/3313 93% [========================================================== ] 3105/3313 93% [========================================================== ] 3106/3313 93% [========================================================== ] 3107/3313 93% [========================================================== ] 3108/3313 93% [========================================================== ] 3109/3313 93% [========================================================== ] 3110/3313 93% [========================================================== ] 3111/3313 93% [========================================================== ] 3112/3313 93% [========================================================== ] 3113/3313 93% [========================================================== ] 3114/3313 93% [========================================================== ] 3115/3313 94% [========================================================== ] 3116/3313 94% [========================================================== ] 3117/3313 94% [========================================================== ] 3118/3313 94% [========================================================== ] 3119/3313 94% [========================================================== ] 3120/3313 94% [========================================================== ] 3121/3313 94% [========================================================== ] 3122/3313 94% [========================================================== ] 3123/3313 94% [========================================================== ] 3124/3313 94% [========================================================== ] 3125/3313 94% [========================================================== ] 3126/3313 94% [========================================================== ] 3127/3313 94% [========================================================== ] 3128/3313 94% [========================================================== ] 3129/3313 94% [========================================================== ] 3130/3313 94% [========================================================== ] 3131/3313 94% [========================================================== ] 3132/3313 94% [========================================================== ] 3133/3313 94% [========================================================== ] 3134/3313 94% [========================================================== ] 3135/3313 94% [========================================================== ] 3136/3313 94% [========================================================== ] 3137/3313 94% [========================================================== ] 3138/3313 94% [========================================================== ] 3139/3313 94% [========================================================== ] 3140/3313 94% [========================================================== ] 3141/3313 94% [========================================================== ] 3142/3313 94% [========================================================== ] 3143/3313 94% [========================================================== ] 3144/3313 94% [========================================================== ] 3145/3313 94% [========================================================== ] 3146/3313 94% [========================================================== ] 3147/3313 94% [========================================================== ] 3148/3313 95% [========================================================== ] 3149/3313 95% [========================================================== ] 3150/3313 95% [========================================================== ] 3151/3313 95% [========================================================== ] 3152/3313 95% [=========================================================== ] 3153/3313 95% [=========================================================== ] 3154/3313 95% [=========================================================== ] 3155/3313 95% [=========================================================== ] 3156/3313 95% [=========================================================== ] 3157/3313 95% [=========================================================== ] 3158/3313 95% [=========================================================== ] 3159/3313 95% [=========================================================== ] 3160/3313 95% [=========================================================== ] 3161/3313 95% [=========================================================== ] 3162/3313 95% [=========================================================== ] 3163/3313 95% [=========================================================== ] 3164/3313 95% [=========================================================== ] 3165/3313 95% [=========================================================== ] 3166/3313 95% [=========================================================== ] 3167/3313 95% [=========================================================== ] 3168/3313 95% [=========================================================== ] 3169/3313 95% [=========================================================== ] 3170/3313 95% [=========================================================== ] 3171/3313 95% [=========================================================== ] 3172/3313 95% [=========================================================== ] 3173/3313 95% [=========================================================== ] 3174/3313 95% [=========================================================== ] 3175/3313 95% [=========================================================== ] 3176/3313 95% [=========================================================== ] 3177/3313 95% [=========================================================== ] 3178/3313 95% [=========================================================== ] 3179/3313 95% [=========================================================== ] 3180/3313 95% [=========================================================== ] 3181/3313 96% [=========================================================== ] 3182/3313 96% [=========================================================== ] 3183/3313 96% [=========================================================== ] 3184/3313 96% [=========================================================== ] 3185/3313 96% [=========================================================== ] 3186/3313 96% [=========================================================== ] 3187/3313 96% [=========================================================== ] 3188/3313 96% [=========================================================== ] 3189/3313 96% [=========================================================== ] 3190/3313 96% [=========================================================== ] 3191/3313 96% [=========================================================== ] 3192/3313 96% [=========================================================== ] 3193/3313 96% [=========================================================== ] 3194/3313 96% [=========================================================== ] 3195/3313 96% [=========================================================== ] 3196/3313 96% [=========================================================== ] 3197/3313 96% [=========================================================== ] 3198/3313 96% [=========================================================== ] 3199/3313 96% [=========================================================== ] 3200/3313 96% [=========================================================== ] 3201/3313 96% [=========================================================== ] 3202/3313 96% [=========================================================== ] 3203/3313 96% [=========================================================== ] 3204/3313 96% [=========================================================== ] 3205/3313 96% [=========================================================== ] 3206/3313 96% [============================================================ ] 3207/3313 96% [============================================================ ] 3208/3313 96% [============================================================ ] 3209/3313 96% [============================================================ ] 3210/3313 96% [============================================================ ] 3211/3313 96% [============================================================ ] 3212/3313 96% [============================================================ ] 3213/3313 96% [============================================================ ] 3214/3313 97% [============================================================ ] 3215/3313 97% [============================================================ ] 3216/3313 97% [============================================================ ] 3217/3313 97% [============================================================ ] 3218/3313 97% [============================================================ ] 3219/3313 97% [============================================================ ] 3220/3313 97% [============================================================ ] 3221/3313 97% [============================================================ ] 3222/3313 97% [============================================================ ] 3223/3313 97% [============================================================ ] 3224/3313 97% [============================================================ ] 3225/3313 97% [============================================================ ] 3226/3313 97% [============================================================ ] 3227/3313 97% [============================================================ ] 3228/3313 97% [============================================================ ] 3229/3313 97% [============================================================ ] 3230/3313 97% [============================================================ ] 3231/3313 97% [============================================================ ] 3232/3313 97% [============================================================ ] 3233/3313 97% [============================================================ ] 3234/3313 97% [============================================================ ] 3235/3313 97% [============================================================ ] 3236/3313 97% [============================================================ ] 3237/3313 97% [============================================================ ] 3238/3313 97% [============================================================ ] 3239/3313 97% [============================================================ ] 3240/3313 97% [============================================================ ] 3241/3313 97% [============================================================ ] 3242/3313 97% [============================================================ ] 3243/3313 97% [============================================================ ] 3244/3313 97% [============================================================ ] 3245/3313 97% [============================================================ ] 3246/3313 97% [============================================================ ] 3247/3313 98% [============================================================ ] 3248/3313 98% [============================================================ ] 3249/3313 98% [============================================================ ] 3250/3313 98% [============================================================ ] 3251/3313 98% [============================================================ ] 3252/3313 98% [============================================================ ] 3253/3313 98% [============================================================ ] 3254/3313 98% [============================================================ ] 3255/3313 98% [============================================================ ] 3256/3313 98% [============================================================ ] 3257/3313 98% [============================================================ ] 3258/3313 98% [============================================================ ] 3259/3313 98% [============================================================= ] 3260/3313 98% [============================================================= ] 3261/3313 98% [============================================================= ] 3262/3313 98% [============================================================= ] 3263/3313 98% [============================================================= ] 3264/3313 98% [============================================================= ] 3265/3313 98% [============================================================= ] 3266/3313 98% [============================================================= ] 3267/3313 98% [============================================================= ] 3268/3313 98% [============================================================= ] 3269/3313 98% [============================================================= ] 3270/3313 98% [============================================================= ] 3271/3313 98% [============================================================= ] 3272/3313 98% [============================================================= ] 3273/3313 98% [============================================================= ] 3274/3313 98% [============================================================= ] 3275/3313 98% [============================================================= ] 3276/3313 98% [============================================================= ] 3277/3313 98% [============================================================= ] 3278/3313 98% [============================================================= ] 3279/3313 98% [============================================================= ] 3280/3313 99% [============================================================= ] 3281/3313 99% [============================================================= ] 3282/3313 99% [============================================================= ] 3283/3313 99% [============================================================= ] 3284/3313 99% [============================================================= ] 3285/3313 99% [============================================================= ] 3286/3313 99% [============================================================= ] 3287/3313 99% [============================================================= ] 3288/3313 99% [============================================================= ] 3289/3313 99% [============================================================= ] 3290/3313 99% [============================================================= ] 3291/3313 99% [============================================================= ] 3292/3313 99% [============================================================= ] 3293/3313 99% [============================================================= ] 3294/3313 99% [============================================================= ] 3295/3313 99% [============================================================= ] 3296/3313 99% [============================================================= ] 3297/3313 99% [============================================================= ] 3298/3313 99% [============================================================= ] 3299/3313 99% [============================================================= ] 3300/3313 99% [============================================================= ] 3301/3313 99% [============================================================= ] 3302/3313 99% [============================================================= ] 3303/3313 99% [============================================================= ] 3304/3313 99% [============================================================= ] 3305/3313 99% [============================================================= ] 3306/3313 99% [============================================================= ] 3307/3313 99% [============================================================= ] 3308/3313 99% [============================================================= ] 3309/3313 99% [============================================================= ] 3310/3313 99% [============================================================= ] 3311/3313 99% [============================================================= ] 3312/3313 99% [==============================================================] 3313/3313 100% operation complete, 3313 objects in 69187 NAND pages. ln -snf /home/thomas/autobuild/instance-3/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-3/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot' make: Entering directory '/home/thomas/autobuild/instance-3/buildroot' >>> Buildroot 2022.08-rc1-358-g24261a1762 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external-bootlin 2021.11-1 Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-systemd Collecting legal info >>> skeleton-init-common Collecting legal info >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> toolchain Collecting legal info >>> toolchain-external Collecting legal info >>> 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-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> capnproto 0.9.1 Collecting legal info LICENSE: OK (sha256: 9564998c8d7f270a61a8b89869a8d17a9d5e3783b64027788b5e339ec8479e10) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-capnproto 0.9.1 Collecting legal info LICENSE: OK (sha256: 9564998c8d7f270a61a8b89869a8d17a9d5e3783b64027788b5e339ec8479e10) >>> openssl Collecting legal info >>> libressl 3.5.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> systemd 250.4 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT.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: 11801e931f252252a16eac8299465510d0a82c36bfd9ac8aea9b202b76d2f82b) >>> gnutls 3.7.7 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-meson 0.63.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> udev Collecting legal info >>> exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hans 1.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jhead 3.06.0.1 Collecting legal info readme.txt: OK (sha256: 8b709512c737fc0c1e1024800b9a44c54d14ab02132c636a66c3ac66955c3e95) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdeflate 1.12 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libdnet 1.14 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libksba 1.6.0 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblinear 2.44 Collecting legal info COPYRIGHT: OK (sha256: d49b7898fd9ea7c29f0478e8c409ee7c0f621533d5eca7b7912e80391dc564e3) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lsof 4.95.0 Collecting legal info dialects/linux/dproto.h: OK (sha256: 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> nbd 3.24 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nmap 7.92 Collecting legal info LICENSE: OK (sha256: 133794301a764dfe8a60e38601e56657b7113e0337b452189725bbbed58baea0) >>> ola 0.10.8 Collecting legal info COPYING: OK (sha256: e6b95dd336a57abb343e2988ac22b7e21b35c5b86003e6eb9e066ffbeeff9da7) GPL: OK (sha256: 1480a883c87789075ccdead38b8ad9e2d740d6f7eefaaf183f894b50bebd8a25) LGPL: OK (sha256: e6b95dd336a57abb343e2988ac22b7e21b35c5b86003e6eb9e066ffbeeff9da7) LICENCE: OK (sha256: 685ceaf368d37250f69f2861e91a4cbbab069e81af8bf50adce8a498936e02fc) >>> host-ola 0.10.8 Collecting legal info COPYING: OK (sha256: e6b95dd336a57abb343e2988ac22b7e21b35c5b86003e6eb9e066ffbeeff9da7) GPL: OK (sha256: 1480a883c87789075ccdead38b8ad9e2d740d6f7eefaaf183f894b50bebd8a25) LGPL: OK (sha256: e6b95dd336a57abb343e2988ac22b7e21b35c5b86003e6eb9e066ffbeeff9da7) LICENCE: OK (sha256: 685ceaf368d37250f69f2861e91a4cbbab069e81af8bf50adce8a498936e02fc) >>> host-protobuf 21.5 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> protobuf 21.5 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> opencv3 3.4.17 Collecting legal info LICENSE: OK (sha256: 9076d3d934839a2f8e7bfe549abda6faea4751f1edd6e9460ff703559890ad5f) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> optee-benchmark 3.18.0 Collecting legal info LICENSE: OK (sha256: 0571be5b739142dc3e40e0a4e7e30d4ab8bff0d4d606a3f2db2010745587d383) >>> optee-client 3.18.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> rabbitmq-c 0.11.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> refpolicy 2.20220106 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-policycoreutils 3.2 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libsemanage 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-audit 3.0.7 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-setools 4.4.0 Collecting legal info COPYING: OK (sha256: 2f7547e10f76a382c24c053595f38a5cc6dda9347f508f254ca490e0046a9624) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-python-cython 0.29.30 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-networkx 2.6.3 Collecting legal info LICENSE.txt: OK (sha256: f9c25c92ced5a264a3fe857231205d5eb625ae367935aaf8d61cdd5087dfb90e) >>> host-python-decorator 5.1.0 Collecting legal info LICENSE.txt: OK (sha256: fd11660cabf0532082c45706862fafc294907ec7f8e217818240a4999806782e) >>> rtl_433 21.12 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> samba4 4.15.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-heimdal 7.7.0 Collecting legal info LICENSE: OK (sha256: 0c4b07bf5b98f7a1d01f8e60722d6c6747ef052c2aa6d2043daf690d4e1b0a7f) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> host-perl-parse-yapp 1.21 Collecting legal info lib/Parse/Yapp.pm: OK (sha256: a5d97e3ee50ba12b7897841a117790f723795e4a61e5ad1668dc064956c84e96) >>> host-systemd 250.4 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT.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: 11801e931f252252a16eac8299465510d0a82c36bfd9ac8aea9b202b76d2f82b) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> tbb 2021.5.0 Collecting legal info LICENSE.txt: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> 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.26 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-2021.11-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot'