rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/info /home/thomas/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/doc /home/thomas/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-1/output-1/target/lib/debug /home/thomas/autobuild/instance-1/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-1/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-1/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-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-5174-g96785cd814"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/thomas/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/thomas/autobuild/instance-1/output-1/per-package \ /home/thomas/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target -print0 | xargs -0 -r touch -hd @1696861882\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/thomas/autobuild/instance-1/output-1/images/rootfs.btrfs\n /home/thomas/autobuild/instance-1/output-1/host/bin/mkfs.btrfs -f -r '\''/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/thomas/autobuild/instance-1/output-1/images/rootfs.btrfs\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/thomas/autobuild/instance-1/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: 863a7deb-a316-448f-896f-7f1c9fdd4498 Node size: 16384 Sector size: 4096 Filesystem size: 301.00MiB Block group profiles: Data: single 96.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 301.00MiB /home/thomas/autobuild/instance-1/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.cpio mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target -print0 | xargs -0 -r touch -hd @1696861882\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --reproducible --quiet -o -H newc > /home/thomas/autobuild/instance-1/output-1/images/rootfs.cpio\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" lz4 -l -9 -c /home/thomas/autobuild/instance-1/output-1/images/rootfs.cpio > /home/thomas/autobuild/instance-1/output-1/images/rootfs.cpio.lz4 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1696861882\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3767 objects. stage 2: creating image '/home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/3767 0% [ ] 2/3767 0% [ ] 3/3767 0% [ ] 4/3767 0% [ ] 5/3767 0% [ ] 6/3767 0% [ ] 7/3767 0% [ ] 8/3767 0% [ ] 9/3767 0% [ ] 10/3767 0% [ ] 11/3767 0% [ ] 12/3767 0% [ ] 13/3767 0% [ ] 14/3767 0% [ ] 15/3767 0% [ ] 16/3767 0% [ ] 17/3767 0% [ ] 18/3767 0% [ ] 19/3767 0% [ ] 20/3767 0% [ ] 21/3767 0% [ ] 22/3767 0% [ ] 23/3767 0% [ ] 24/3767 0% [ ] 25/3767 0% [ ] 26/3767 0% [ ] 27/3767 0% [ ] 28/3767 0% [ ] 29/3767 0% [ ] 30/3767 0% [ ] 31/3767 0% [ ] 32/3767 0% [ ] 33/3767 0% [ ] 34/3767 0% [ ] 35/3767 0% [ ] 36/3767 0% [ ] 37/3767 0% [ ] 38/3767 1% [ ] 39/3767 1% [ ] 40/3767 1% [ ] 41/3767 1% [ ] 42/3767 1% [ ] 43/3767 1% [ ] 44/3767 1% [ ] 45/3767 1% [ ] 46/3767 1% [ ] 47/3767 1% [ ] 48/3767 1% [ ] 49/3767 1% [ ] 50/3767 1% [ ] 51/3767 1% [ ] 52/3767 1% [ ] 53/3767 1% [ ] 54/3767 1% [ ] 55/3767 1% [ ] 56/3767 1% [ ] 57/3767 1% [ ] 58/3767 1% [ ] 59/3767 1% [ ] 60/3767 1% [= ] 61/3767 1% [= ] 62/3767 1% [= ] 63/3767 1% [= ] 64/3767 1% [= ] 65/3767 1% [= ] 66/3767 1% [= ] 67/3767 1% [= ] 68/3767 1% [= ] 69/3767 1% [= ] 70/3767 1% [= ] 71/3767 1% [= ] 72/3767 1% [= ] 73/3767 1% [= ] 74/3767 1% [= ] 75/3767 1% [= ] 76/3767 2% [= ] 77/3767 2% [= ] 78/3767 2% [= ] 79/3767 2% [= ] 80/3767 2% [= ] 81/3767 2% [= ] 82/3767 2% [= ] 83/3767 2% [= ] 84/3767 2% [= ] 85/3767 2% [= ] 86/3767 2% [= ] 87/3767 2% [= ] 88/3767 2% [= ] 89/3767 2% [= ] 90/3767 2% [= ] 91/3767 2% [= ] 92/3767 2% [= ] 93/3767 2% [= ] 94/3767 2% [= ] 95/3767 2% [= ] 96/3767 2% [= ] 97/3767 2% [= ] 98/3767 2% [= ] 99/3767 2% [= ] 100/3767 2% [= ] 101/3767 2% [= ] 102/3767 2% [= ] 103/3767 2% [= ] 104/3767 2% [= ] 105/3767 2% [= ] 106/3767 2% [= ] 107/3767 2% [= ] 108/3767 2% [= ] 109/3767 2% [= ] 110/3767 2% [= ] 111/3767 2% [= ] 112/3767 2% [= ] 113/3767 2% [= ] 114/3767 3% [= ] 115/3767 3% [= ] 116/3767 3% [= ] 117/3767 3% [= ] 118/3767 3% [= ] 119/3767 3% [= ] 120/3767 3% [= ] 121/3767 3% [== ] 122/3767 3% [== ] 123/3767 3% [== ] 124/3767 3% [== ] 125/3767 3% [== ] 126/3767 3% [== ] 127/3767 3% [== ] 128/3767 3% [== ] 129/3767 3% [== ] 130/3767 3% [== ] 131/3767 3% [== ] 132/3767 3% [== ] 133/3767 3% [== ] 134/3767 3% [== ] 135/3767 3% [== ] 136/3767 3% [== ] 137/3767 3% [== ] 138/3767 3% [== ] 139/3767 3% [== ] 140/3767 3% [== ] 141/3767 3% [== ] 142/3767 3% [== ] 143/3767 3% [== ] 144/3767 3% [== ] 145/3767 3% [== ] 146/3767 3% [== ] 147/3767 3% [== ] 148/3767 3% [== ] 149/3767 3% [== ] 150/3767 3% [== ] 151/3767 4% [== ] 152/3767 4% [== ] 153/3767 4% [== ] 154/3767 4% [== ] 155/3767 4% [== ] 156/3767 4% [== ] 157/3767 4% [== ] 158/3767 4% [== ] 159/3767 4% [== ] 160/3767 4% [== ] 161/3767 4% [== ] 162/3767 4% [== ] 163/3767 4% [== ] 164/3767 4% [== ] 165/3767 4% [== ] 166/3767 4% [== ] 167/3767 4% [== ] 168/3767 4% [== ] 169/3767 4% [== ] 170/3767 4% [== ] 171/3767 4% [== ] 172/3767 4% [== ] 173/3767 4% [== ] 174/3767 4% [== ] 175/3767 4% [== ] 176/3767 4% [== ] 177/3767 4% [== ] 178/3767 4% [== ] 179/3767 4% [== ] 180/3767 4% [== ] 181/3767 4% [== ] 182/3767 4% [=== ] 183/3767 4% [=== ] 184/3767 4% [=== ] 185/3767 4% [=== ] 186/3767 4% [=== ] 187/3767 4% [=== ] 188/3767 4% [=== ] 189/3767 5% [=== ] 190/3767 5% [=== ] 191/3767 5% [=== ] 192/3767 5% [=== ] 193/3767 5% [=== ] 194/3767 5% [=== ] 195/3767 5% [=== ] 196/3767 5% [=== ] 197/3767 5% [=== ] 198/3767 5% [=== ] 199/3767 5% [=== ] 200/3767 5% [=== ] 201/3767 5% [=== ] 202/3767 5% [=== ] 203/3767 5% [=== ] 204/3767 5% [=== ] 205/3767 5% [=== ] 206/3767 5% [=== ] 207/3767 5% [=== ] 208/3767 5% [=== ] 209/3767 5% [=== ] 210/3767 5% [=== ] 211/3767 5% [=== ] 212/3767 5% [=== ] 213/3767 5% [=== ] 214/3767 5% [=== ] 215/3767 5% [=== ] 216/3767 5% [=== ] 217/3767 5% [=== ] 218/3767 5% [=== ] 219/3767 5% [=== ] 220/3767 5% [=== ] 221/3767 5% [=== ] 222/3767 5% [=== ] 223/3767 5% [=== ] 224/3767 5% [=== ] 225/3767 5% [=== ] 226/3767 5% [=== ] 227/3767 6% [=== ] 228/3767 6% [=== ] 229/3767 6% [=== ] 230/3767 6% [=== ] 231/3767 6% [=== ] 232/3767 6% [=== ] 233/3767 6% [=== ] 234/3767 6% [=== ] 235/3767 6% [=== ] 236/3767 6% [=== ] 237/3767 6% [=== ] 238/3767 6% [=== ] 239/3767 6% [=== ] 240/3767 6% [=== ] 241/3767 6% [=== ] 242/3767 6% [=== ] 243/3767 6% [==== ] 244/3767 6% [==== ] 245/3767 6% [==== ] 246/3767 6% [==== ] 247/3767 6% [==== ] 248/3767 6% [==== ] 249/3767 6% [==== ] 250/3767 6% [==== ] 251/3767 6% [==== ] 252/3767 6% [==== ] 253/3767 6% [==== ] 254/3767 6% [==== ] 255/3767 6% [==== ] 256/3767 6% [==== ] 257/3767 6% [==== ] 258/3767 6% [==== ] 259/3767 6% [==== ] 260/3767 6% [==== ] 261/3767 6% [==== ] 262/3767 6% [==== ] 263/3767 6% [==== ] 264/3767 7% [==== ] 265/3767 7% [==== ] 266/3767 7% [==== ] 267/3767 7% [==== ] 268/3767 7% [==== ] 269/3767 7% [==== ] 270/3767 7% [==== ] 271/3767 7% [==== ] 272/3767 7% [==== ] 273/3767 7% [==== ] 274/3767 7% [==== ] 275/3767 7% [==== ] 276/3767 7% [==== ] 277/3767 7% [==== ] 278/3767 7% [==== ] 279/3767 7% [==== ] 280/3767 7% [==== ] 281/3767 7% [==== ] 282/3767 7% [==== ] 283/3767 7% [==== ] 284/3767 7% [==== ] 285/3767 7% [==== ] 286/3767 7% [==== ] 287/3767 7% [==== ] 288/3767 7% [==== ] 289/3767 7% [==== ] 290/3767 7% [==== ] 291/3767 7% [==== ] 292/3767 7% [==== ] 293/3767 7% [==== ] 294/3767 7% [==== ] 295/3767 7% [==== ] 296/3767 7% [==== ] 297/3767 7% [==== ] 298/3767 7% [==== ] 299/3767 7% [==== ] 300/3767 7% [==== ] 301/3767 7% [==== ] 302/3767 8% [==== ] 303/3767 8% [===== ] 304/3767 8% [===== ] 305/3767 8% [===== ] 306/3767 8% [===== ] 307/3767 8% [===== ] 308/3767 8% [===== ] 309/3767 8% [===== ] 310/3767 8% [===== ] 311/3767 8% [===== ] 312/3767 8% [===== ] 313/3767 8% [===== ] 314/3767 8% [===== ] 315/3767 8% [===== ] 316/3767 8% [===== ] 317/3767 8% [===== ] 318/3767 8% [===== ] 319/3767 8% [===== ] 320/3767 8% [===== ] 321/3767 8% [===== ] 322/3767 8% [===== ] 323/3767 8% [===== ] 324/3767 8% [===== ] 325/3767 8% [===== ] 326/3767 8% [===== ] 327/3767 8% [===== ] 328/3767 8% [===== ] 329/3767 8% [===== ] 330/3767 8% [===== ] 331/3767 8% [===== ] 332/3767 8% [===== ] 333/3767 8% [===== ] 334/3767 8% [===== ] 335/3767 8% [===== ] 336/3767 8% [===== ] 337/3767 8% [===== ] 338/3767 8% [===== ] 339/3767 8% [===== ] 340/3767 9% [===== ] 341/3767 9% [===== ] 342/3767 9% [===== ] 343/3767 9% [===== ] 344/3767 9% [===== ] 345/3767 9% [===== ] 346/3767 9% [===== ] 347/3767 9% [===== ] 348/3767 9% [===== ] 349/3767 9% [===== ] 350/3767 9% [===== ] 351/3767 9% [===== ] 352/3767 9% [===== ] 353/3767 9% [===== ] 354/3767 9% [===== ] 355/3767 9% [===== ] 356/3767 9% [===== ] 357/3767 9% [===== ] 358/3767 9% [===== ] 359/3767 9% [===== ] 360/3767 9% [===== ] 361/3767 9% [===== ] 362/3767 9% [===== ] 363/3767 9% [===== ] 364/3767 9% [====== ] 365/3767 9% [====== ] 366/3767 9% [====== ] 367/3767 9% [====== ] 368/3767 9% [====== ] 369/3767 9% [====== ] 370/3767 9% [====== ] 371/3767 9% [====== ] 372/3767 9% [====== ] 373/3767 9% [====== ] 374/3767 9% [====== ] 375/3767 9% [====== ] 376/3767 9% [====== ] 377/3767 10% [====== ] 378/3767 10% [====== ] 379/3767 10% [====== ] 380/3767 10% [====== ] 381/3767 10% [====== ] 382/3767 10% [====== ] 383/3767 10% [====== ] 384/3767 10% [====== ] 385/3767 10% [====== ] 386/3767 10% [====== ] 387/3767 10% [====== ] 388/3767 10% [====== ] 389/3767 10% [====== ] 390/3767 10% [====== ] 391/3767 10% [====== ] 392/3767 10% [====== ] 393/3767 10% [====== ] 394/3767 10% [====== ] 395/3767 10% [====== ] 396/3767 10% [====== ] 397/3767 10% [====== ] 398/3767 10% [====== ] 399/3767 10% [====== ] 400/3767 10% [====== ] 401/3767 10% [====== ] 402/3767 10% [====== ] 403/3767 10% [====== ] 404/3767 10% [====== ] 405/3767 10% [====== ] 406/3767 10% [====== ] 407/3767 10% [====== ] 408/3767 10% [====== ] 409/3767 10% [====== ] 410/3767 10% [====== ] 411/3767 10% [====== ] 412/3767 10% [====== ] 413/3767 10% [====== ] 414/3767 10% [====== ] 415/3767 11% [====== ] 416/3767 11% [====== ] 417/3767 11% [====== ] 418/3767 11% [====== ] 419/3767 11% [====== ] 420/3767 11% [====== ] 421/3767 11% [====== ] 422/3767 11% [====== ] 423/3767 11% [====== ] 424/3767 11% [====== ] 425/3767 11% [======= ] 426/3767 11% [======= ] 427/3767 11% [======= ] 428/3767 11% [======= ] 429/3767 11% [======= ] 430/3767 11% [======= ] 431/3767 11% [======= ] 432/3767 11% [======= ] 433/3767 11% [======= ] 434/3767 11% [======= ] 435/3767 11% [======= ] 436/3767 11% [======= ] 437/3767 11% [======= ] 438/3767 11% [======= ] 439/3767 11% [======= ] 440/3767 11% [======= ] 441/3767 11% [======= ] 442/3767 11% [======= ] 443/3767 11% [======= ] 444/3767 11% [======= ] 445/3767 11% [======= ] 446/3767 11% [======= ] 447/3767 11% [======= ] 448/3767 11% [======= ] 449/3767 11% [======= ] 450/3767 11% [======= ] 451/3767 11% [======= ] 452/3767 11% [======= ] 453/3767 12% [======= ] 454/3767 12% [======= ] 455/3767 12% [======= ] 456/3767 12% [======= ] 457/3767 12% [======= ] 458/3767 12% [======= ] 459/3767 12% [======= ] 460/3767 12% [======= ] 461/3767 12% [======= ] 462/3767 12% [======= ] 463/3767 12% [======= ] 464/3767 12% [======= ] 465/3767 12% [======= ] 466/3767 12% [======= ] 467/3767 12% [======= ] 468/3767 12% [======= ] 469/3767 12% [======= ] 470/3767 12% [======= ] 471/3767 12% [======= ] 472/3767 12% [======= ] 473/3767 12% [======= ] 474/3767 12% [======= ] 475/3767 12% [======= ] 476/3767 12% [======= ] 477/3767 12% [======= ] 478/3767 12% [======= ] 479/3767 12% [======= ] 480/3767 12% [======= ] 481/3767 12% [======= ] 482/3767 12% [======= ] 483/3767 12% [======= ] 484/3767 12% [======= ] 485/3767 12% [======= ] 486/3767 12% [======== ] 487/3767 12% [======== ] 488/3767 12% [======== ] 489/3767 12% [======== ] 490/3767 13% [======== ] 491/3767 13% [======== ] 492/3767 13% [======== ] 493/3767 13% [======== ] 494/3767 13% [======== ] 495/3767 13% [======== ] 496/3767 13% [======== ] 497/3767 13% [======== ] 498/3767 13% [======== ] 499/3767 13% [======== ] 500/3767 13% [======== ] 501/3767 13% [======== ] 502/3767 13% [======== ] 503/3767 13% [======== ] 504/3767 13% [======== ] 505/3767 13% [======== ] 506/3767 13% [======== ] 507/3767 13% [======== ] 508/3767 13% [======== ] 509/3767 13% [======== ] 510/3767 13% [======== ] 511/3767 13% [======== ] 512/3767 13% [======== ] 513/3767 13% [======== ] 514/3767 13% [======== ] 515/3767 13% [======== ] 516/3767 13% [======== ] 517/3767 13% [======== ] 518/3767 13% [======== ] 519/3767 13% [======== ] 520/3767 13% [======== ] 521/3767 13% [======== ] 522/3767 13% [======== ] 523/3767 13% [======== ] 524/3767 13% [======== ] 525/3767 13% [======== ] 526/3767 13% [======== ] 527/3767 13% [======== ] 528/3767 14% [======== ] 529/3767 14% [======== ] 530/3767 14% [======== ] 531/3767 14% [======== ] 532/3767 14% [======== ] 533/3767 14% [======== ] 534/3767 14% [======== ] 535/3767 14% [======== ] 536/3767 14% [======== ] 537/3767 14% [======== ] 538/3767 14% [======== ] 539/3767 14% [======== ] 540/3767 14% [======== ] 541/3767 14% [======== ] 542/3767 14% [======== ] 543/3767 14% [======== ] 544/3767 14% [======== ] 545/3767 14% [======== ] 546/3767 14% [========= ] 547/3767 14% [========= ] 548/3767 14% [========= ] 549/3767 14% [========= ] 550/3767 14% [========= ] 551/3767 14% [========= ] 552/3767 14% [========= ] 553/3767 14% [========= ] 554/3767 14% [========= ] 555/3767 14% [========= ] 556/3767 14% [========= ] 557/3767 14% [========= ] 558/3767 14% [========= ] 559/3767 14% [========= ] 560/3767 14% [========= ] 561/3767 14% [========= ] 562/3767 14% [========= ] 563/3767 14% [========= ] 564/3767 14% [========= ] 565/3767 14% [========= ] 566/3767 15% [========= ] 567/3767 15% [========= ] 568/3767 15% [========= ] 569/3767 15% [========= ] 570/3767 15% [========= ] 571/3767 15% [========= ] 572/3767 15% [========= ] 573/3767 15% [========= ] 574/3767 15% [========= ] 575/3767 15% [========= ] 576/3767 15% [========= ] 577/3767 15% [========= ] 578/3767 15% [========= ] 579/3767 15% [========= ] 580/3767 15% [========= ] 581/3767 15% [========= ] 582/3767 15% [========= ] 583/3767 15% [========= ] 584/3767 15% [========= ] 585/3767 15% [========= ] 586/3767 15% [========= ] 587/3767 15% [========= ] 588/3767 15% [========= ] 589/3767 15% [========= ] 590/3767 15% [========= ] 591/3767 15% [========= ] 592/3767 15% [========= ] 593/3767 15% [========= ] 594/3767 15% [========= ] 595/3767 15% [========= ] 596/3767 15% [========= ] 597/3767 15% [========= ] 598/3767 15% [========= ] 599/3767 15% [========= ] 600/3767 15% [========= ] 601/3767 15% [========= ] 602/3767 15% [========= ] 603/3767 16% [========= ] 604/3767 16% [========= ] 605/3767 16% [========= ] 606/3767 16% [========= ] 607/3767 16% [========== ] 608/3767 16% [========== ] 609/3767 16% [========== ] 610/3767 16% [========== ] 611/3767 16% [========== ] 612/3767 16% [========== ] 613/3767 16% [========== ] 614/3767 16% [========== ] 615/3767 16% [========== ] 616/3767 16% [========== ] 617/3767 16% [========== ] 618/3767 16% [========== ] 619/3767 16% [========== ] 620/3767 16% [========== ] 621/3767 16% [========== ] 622/3767 16% [========== ] 623/3767 16% [========== ] 624/3767 16% [========== ] 625/3767 16% [========== ] 626/3767 16% [========== ] 627/3767 16% [========== ] 628/3767 16% [========== ] 629/3767 16% [========== ] 630/3767 16% [========== ] 631/3767 16% [========== ] 632/3767 16% [========== ] 633/3767 16% [========== ] 634/3767 16% [========== ] 635/3767 16% [========== ] 636/3767 16% [========== ] 637/3767 16% [========== ] 638/3767 16% [========== ] 639/3767 16% [========== ] 640/3767 16% [========== ] 641/3767 17% [========== ] 642/3767 17% [========== ] 643/3767 17% [========== ] 644/3767 17% [========== ] 645/3767 17% [========== ] 646/3767 17% [========== ] 647/3767 17% [========== ] 648/3767 17% [========== ] 649/3767 17% [========== ] 650/3767 17% [========== ] 651/3767 17% [========== ] 652/3767 17% [========== ] 653/3767 17% [========== ] 654/3767 17% [========== ] 655/3767 17% [========== ] 656/3767 17% [========== ] 657/3767 17% [========== ] 658/3767 17% [========== ] 659/3767 17% [========== ] 660/3767 17% [========== ] 661/3767 17% [========== ] 662/3767 17% [========== ] 663/3767 17% [========== ] 664/3767 17% [========== ] 665/3767 17% [========== ] 666/3767 17% [========== ] 667/3767 17% [========== ] 668/3767 17% [=========== ] 669/3767 17% [=========== ] 670/3767 17% [=========== ] 671/3767 17% [=========== ] 672/3767 17% [=========== ] 673/3767 17% [=========== ] 674/3767 17% [=========== ] 675/3767 17% [=========== ] 676/3767 17% [=========== ] 677/3767 17% [=========== ] 678/3767 17% [=========== ] 679/3767 18% [=========== ] 680/3767 18% [=========== ] 681/3767 18% [=========== ] 682/3767 18% [=========== ] 683/3767 18% [=========== ] 684/3767 18% [=========== ] 685/3767 18% [=========== ] 686/3767 18% [=========== ] 687/3767 18% [=========== ] 688/3767 18% [=========== ] 689/3767 18% [=========== ] 690/3767 18% [=========== ] 691/3767 18% [=========== ] 692/3767 18% [=========== ] 693/3767 18% [=========== ] 694/3767 18% [=========== ] 695/3767 18% [=========== ] 696/3767 18% [=========== ] 697/3767 18% [=========== ] 698/3767 18% [=========== ] 699/3767 18% [=========== ] 700/3767 18% [=========== ] 701/3767 18% [=========== ] 702/3767 18% [=========== ] 703/3767 18% [=========== ] 704/3767 18% [=========== ] 705/3767 18% [=========== ] 706/3767 18% [=========== ] 707/3767 18% [=========== ] 708/3767 18% [=========== ] 709/3767 18% [=========== ] 710/3767 18% [=========== ] 711/3767 18% [=========== ] 712/3767 18% [=========== ] 713/3767 18% [=========== ] 714/3767 18% [=========== ] 715/3767 18% [=========== ] 716/3767 19% [=========== ] 717/3767 19% [=========== ] 718/3767 19% [=========== ] 719/3767 19% [=========== ] 720/3767 19% [=========== ] 721/3767 19% [=========== ] 722/3767 19% [=========== ] 723/3767 19% [=========== ] 724/3767 19% [=========== ] 725/3767 19% [=========== ] 726/3767 19% [=========== ] 727/3767 19% [=========== ] 728/3767 19% [=========== ] 729/3767 19% [============ ] 730/3767 19% [============ ] 731/3767 19% [============ ] 732/3767 19% [============ ] 733/3767 19% [============ ] 734/3767 19% [============ ] 735/3767 19% [============ ] 736/3767 19% [============ ] 737/3767 19% [============ ] 738/3767 19% [============ ] 739/3767 19% [============ ] 740/3767 19% [============ ] 741/3767 19% [============ ] 742/3767 19% [============ ] 743/3767 19% [============ ] 744/3767 19% [============ ] 745/3767 19% [============ ] 746/3767 19% [============ ] 747/3767 19% [============ ] 748/3767 19% [============ ] 749/3767 19% [============ ] 750/3767 19% [============ ] 751/3767 19% [============ ] 752/3767 19% [============ ] 753/3767 19% [============ ] 754/3767 20% [============ ] 755/3767 20% [============ ] 756/3767 20% [============ ] 757/3767 20% [============ ] 758/3767 20% [============ ] 759/3767 20% [============ ] 760/3767 20% [============ ] 761/3767 20% [============ ] 762/3767 20% [============ ] 763/3767 20% [============ ] 764/3767 20% [============ ] 765/3767 20% [============ ] 766/3767 20% [============ ] 767/3767 20% [============ ] 768/3767 20% [============ ] 769/3767 20% [============ ] 770/3767 20% [============ ] 771/3767 20% [============ ] 772/3767 20% [============ ] 773/3767 20% [============ ] 774/3767 20% [============ ] 775/3767 20% [============ ] 776/3767 20% [============ ] 777/3767 20% [============ ] 778/3767 20% [============ ] 779/3767 20% [============ ] 780/3767 20% [============ ] 781/3767 20% [============ ] 782/3767 20% [============ ] 783/3767 20% [============ ] 784/3767 20% [============ ] 785/3767 20% [============ ] 786/3767 20% [============ ] 787/3767 20% [============ ] 788/3767 20% [============ ] 789/3767 20% [============= ] 790/3767 20% [============= ] 791/3767 20% [============= ] 792/3767 21% [============= ] 793/3767 21% [============= ] 794/3767 21% [============= ] 795/3767 21% [============= ] 796/3767 21% [============= ] 797/3767 21% [============= ] 798/3767 21% [============= ] 799/3767 21% [============= ] 800/3767 21% [============= ] 801/3767 21% [============= ] 802/3767 21% [============= ] 803/3767 21% [============= ] 804/3767 21% [============= ] 805/3767 21% [============= ] 806/3767 21% [============= ] 807/3767 21% [============= ] 808/3767 21% [============= ] 809/3767 21% [============= ] 810/3767 21% [============= ] 811/3767 21% [============= ] 812/3767 21% [============= ] 813/3767 21% [============= ] 814/3767 21% [============= ] 815/3767 21% [============= ] 816/3767 21% [============= ] 817/3767 21% [============= ] 818/3767 21% [============= ] 819/3767 21% [============= ] 820/3767 21% [============= ] 821/3767 21% [============= ] 822/3767 21% [============= ] 823/3767 21% [============= ] 824/3767 21% [============= ] 825/3767 21% [============= ] 826/3767 21% [============= ] 827/3767 21% [============= ] 828/3767 21% [============= ] 829/3767 22% [============= ] 830/3767 22% [============= ] 831/3767 22% [============= ] 832/3767 22% [============= ] 833/3767 22% [============= ] 834/3767 22% [============= ] 835/3767 22% [============= ] 836/3767 22% [============= ] 837/3767 22% [============= ] 838/3767 22% [============= ] 839/3767 22% [============= ] 840/3767 22% [============= ] 841/3767 22% [============= ] 842/3767 22% [============= ] 843/3767 22% [============= ] 844/3767 22% [============= ] 845/3767 22% [============= ] 846/3767 22% [============= ] 847/3767 22% [============= ] 848/3767 22% [============= ] 849/3767 22% [============= ] 850/3767 22% [============== ] 851/3767 22% [============== ] 852/3767 22% [============== ] 853/3767 22% [============== ] 854/3767 22% [============== ] 855/3767 22% [============== ] 856/3767 22% [============== ] 857/3767 22% [============== ] 858/3767 22% [============== ] 859/3767 22% [============== ] 860/3767 22% [============== ] 861/3767 22% [============== ] 862/3767 22% [============== ] 863/3767 22% [============== ] 864/3767 22% [============== ] 865/3767 22% [============== ] 866/3767 22% [============== ] 867/3767 23% [============== ] 868/3767 23% [============== ] 869/3767 23% [============== ] 870/3767 23% [============== ] 871/3767 23% [============== ] 872/3767 23% [============== ] 873/3767 23% [============== ] 874/3767 23% [============== ] 875/3767 23% [============== ] 876/3767 23% [============== ] 877/3767 23% [============== ] 878/3767 23% [============== ] 879/3767 23% [============== ] 880/3767 23% [============== ] 881/3767 23% [============== ] 882/3767 23% [============== ] 883/3767 23% [============== ] 884/3767 23% [============== ] 885/3767 23% [============== ] 886/3767 23% [============== ] 887/3767 23% [============== ] 888/3767 23% [============== ] 889/3767 23% [============== ] 890/3767 23% [============== ] 891/3767 23% [============== ] 892/3767 23% [============== ] 893/3767 23% [============== ] 894/3767 23% [============== ] 895/3767 23% [============== ] 896/3767 23% [============== ] 897/3767 23% [============== ] 898/3767 23% [============== ] 899/3767 23% [============== ] 900/3767 23% [============== ] 901/3767 23% [============== ] 902/3767 23% [============== ] 903/3767 23% [============== ] 904/3767 23% [============== ] 905/3767 24% [============== ] 906/3767 24% [============== ] 907/3767 24% [============== ] 908/3767 24% [============== ] 909/3767 24% [============== ] 910/3767 24% [============== ] 911/3767 24% [=============== ] 912/3767 24% [=============== ] 913/3767 24% [=============== ] 914/3767 24% [=============== ] 915/3767 24% [=============== ] 916/3767 24% [=============== ] 917/3767 24% [=============== ] 918/3767 24% [=============== ] 919/3767 24% [=============== ] 920/3767 24% [=============== ] 921/3767 24% [=============== ] 922/3767 24% [=============== ] 923/3767 24% [=============== ] 924/3767 24% [=============== ] 925/3767 24% [=============== ] 926/3767 24% [=============== ] 927/3767 24% [=============== ] 928/3767 24% [=============== ] 929/3767 24% [=============== ] 930/3767 24% [=============== ] 931/3767 24% [=============== ] 932/3767 24% [=============== ] 933/3767 24% [=============== ] 934/3767 24% [=============== ] 935/3767 24% [=============== ] 936/3767 24% [=============== ] 937/3767 24% [=============== ] 938/3767 24% [=============== ] 939/3767 24% [=============== ] 940/3767 24% [=============== ] 941/3767 24% [=============== ] 942/3767 25% [=============== ] 943/3767 25% [=============== ] 944/3767 25% [=============== ] 945/3767 25% [=============== ] 946/3767 25% [=============== ] 947/3767 25% [=============== ] 948/3767 25% [=============== ] 949/3767 25% [=============== ] 950/3767 25% [=============== ] 951/3767 25% [=============== ] 952/3767 25% [=============== ] 953/3767 25% [=============== ] 954/3767 25% [=============== ] 955/3767 25% [=============== ] 956/3767 25% [=============== ] 957/3767 25% [=============== ] 958/3767 25% [=============== ] 959/3767 25% [=============== ] 960/3767 25% [=============== ] 961/3767 25% [=============== ] 962/3767 25% [=============== ] 963/3767 25% [=============== ] 964/3767 25% [=============== ] 965/3767 25% [=============== ] 966/3767 25% [=============== ] 967/3767 25% [=============== ] 968/3767 25% [=============== ] 969/3767 25% [=============== ] 970/3767 25% [=============== ] 971/3767 25% [=============== ] 972/3767 25% [================ ] 973/3767 25% [================ ] 974/3767 25% [================ ] 975/3767 25% [================ ] 976/3767 25% [================ ] 977/3767 25% [================ ] 978/3767 25% [================ ] 979/3767 25% [================ ] 980/3767 26% [================ ] 981/3767 26% [================ ] 982/3767 26% [================ ] 983/3767 26% [================ ] 984/3767 26% [================ ] 985/3767 26% [================ ] 986/3767 26% [================ ] 987/3767 26% [================ ] 988/3767 26% [================ ] 989/3767 26% [================ ] 990/3767 26% [================ ] 991/3767 26% [================ ] 992/3767 26% [================ ] 993/3767 26% [================ ] 994/3767 26% [================ ] 995/3767 26% [================ ] 996/3767 26% [================ ] 997/3767 26% [================ ] 998/3767 26% [================ ] 999/3767 26% [================ ] 1000/3767 26% [================ ] 1001/3767 26% [================ ] 1002/3767 26% [================ ] 1003/3767 26% [================ ] 1004/3767 26% [================ ] 1005/3767 26% [================ ] 1006/3767 26% [================ ] 1007/3767 26% [================ ] 1008/3767 26% [================ ] 1009/3767 26% [================ ] 1010/3767 26% [================ ] 1011/3767 26% [================ ] 1012/3767 26% [================ ] 1013/3767 26% [================ ] 1014/3767 26% [================ ] 1015/3767 26% [================ ] 1016/3767 26% [================ ] 1017/3767 26% [================ ] 1018/3767 27% [================ ] 1019/3767 27% [================ ] 1020/3767 27% [================ ] 1021/3767 27% [================ ] 1022/3767 27% [================ ] 1023/3767 27% [================ ] 1024/3767 27% [================ ] 1025/3767 27% [================ ] 1026/3767 27% [================ ] 1027/3767 27% [================ ] 1028/3767 27% [================ ] 1029/3767 27% [================ ] 1030/3767 27% [================ ] 1031/3767 27% [================ ] 1032/3767 27% [================= ] 1033/3767 27% [================= ] 1034/3767 27% [================= ] 1035/3767 27% [================= ] 1036/3767 27% [================= ] 1037/3767 27% [================= ] 1038/3767 27% [================= ] 1039/3767 27% [================= ] 1040/3767 27% [================= ] 1041/3767 27% [================= ] 1042/3767 27% [================= ] 1043/3767 27% [================= ] 1044/3767 27% [================= ] 1045/3767 27% [================= ] 1046/3767 27% [================= ] 1047/3767 27% [================= ] 1048/3767 27% [================= ] 1049/3767 27% [================= ] 1050/3767 27% [================= ] 1051/3767 27% [================= ] 1052/3767 27% [================= ] 1053/3767 27% [================= ] 1054/3767 27% [================= ] 1055/3767 28% [================= ] 1056/3767 28% [================= ] 1057/3767 28% [================= ] 1058/3767 28% [================= ] 1059/3767 28% [================= ] 1060/3767 28% [================= ] 1061/3767 28% [================= ] 1062/3767 28% [================= ] 1063/3767 28% [================= ] 1064/3767 28% [================= ] 1065/3767 28% [================= ] 1066/3767 28% [================= ] 1067/3767 28% [================= ] 1068/3767 28% [================= ] 1069/3767 28% [================= ] 1070/3767 28% [================= ] 1071/3767 28% [================= ] 1072/3767 28% [================= ] 1073/3767 28% [================= ] 1074/3767 28% [================= ] 1075/3767 28% [================= ] 1076/3767 28% [================= ] 1077/3767 28% [================= ] 1078/3767 28% [================= ] 1079/3767 28% [================= ] 1080/3767 28% [================= ] 1081/3767 28% [================= ] 1082/3767 28% [================= ] 1083/3767 28% [================= ] 1084/3767 28% [================= ] 1085/3767 28% [================= ] 1086/3767 28% [================= ] 1087/3767 28% [================= ] 1088/3767 28% [================= ] 1089/3767 28% [================= ] 1090/3767 28% [================= ] 1091/3767 28% [================= ] 1092/3767 28% [================= ] 1093/3767 29% [================== ] 1094/3767 29% [================== ] 1095/3767 29% [================== ] 1096/3767 29% [================== ] 1097/3767 29% [================== ] 1098/3767 29% [================== ] 1099/3767 29% [================== ] 1100/3767 29% [================== ] 1101/3767 29% [================== ] 1102/3767 29% [================== ] 1103/3767 29% [================== ] 1104/3767 29% [================== ] 1105/3767 29% [================== ] 1106/3767 29% [================== ] 1107/3767 29% [================== ] 1108/3767 29% [================== ] 1109/3767 29% [================== ] 1110/3767 29% [================== ] 1111/3767 29% [================== ] 1112/3767 29% [================== ] 1113/3767 29% [================== ] 1114/3767 29% [================== ] 1115/3767 29% [================== ] 1116/3767 29% [================== ] 1117/3767 29% [================== ] 1118/3767 29% [================== ] 1119/3767 29% [================== ] 1120/3767 29% [================== ] 1121/3767 29% [================== ] 1122/3767 29% [================== ] 1123/3767 29% [================== ] 1124/3767 29% [================== ] 1125/3767 29% [================== ] 1126/3767 29% [================== ] 1127/3767 29% [================== ] 1128/3767 29% [================== ] 1129/3767 29% [================== ] 1130/3767 29% [================== ] 1131/3767 30% [================== ] 1132/3767 30% [================== ] 1133/3767 30% [================== ] 1134/3767 30% [================== ] 1135/3767 30% [================== ] 1136/3767 30% [================== ] 1137/3767 30% [================== ] 1138/3767 30% [================== ] 1139/3767 30% [================== ] 1140/3767 30% [================== ] 1141/3767 30% [================== ] 1142/3767 30% [================== ] 1143/3767 30% [================== ] 1144/3767 30% [================== ] 1145/3767 30% [================== ] 1146/3767 30% [================== ] 1147/3767 30% [================== ] 1148/3767 30% [================== ] 1149/3767 30% [================== ] 1150/3767 30% [================== ] 1151/3767 30% [================== ] 1152/3767 30% [================== ] 1153/3767 30% [================== ] 1154/3767 30% [=================== ] 1155/3767 30% [=================== ] 1156/3767 30% [=================== ] 1157/3767 30% [=================== ] 1158/3767 30% [=================== ] 1159/3767 30% [=================== ] 1160/3767 30% [=================== ] 1161/3767 30% [=================== ] 1162/3767 30% [=================== ] 1163/3767 30% [=================== ] 1164/3767 30% [=================== ] 1165/3767 30% [=================== ] 1166/3767 30% [=================== ] 1167/3767 30% [=================== ] 1168/3767 31% [=================== ] 1169/3767 31% [=================== ] 1170/3767 31% [=================== ] 1171/3767 31% [=================== ] 1172/3767 31% [=================== ] 1173/3767 31% [=================== ] 1174/3767 31% [=================== ] 1175/3767 31% [=================== ] 1176/3767 31% [=================== ] 1177/3767 31% [=================== ] 1178/3767 31% [=================== ] 1179/3767 31% [=================== ] 1180/3767 31% [=================== ] 1181/3767 31% [=================== ] 1182/3767 31% [=================== ] 1183/3767 31% [=================== ] 1184/3767 31% [=================== ] 1185/3767 31% [=================== ] 1186/3767 31% [=================== ] 1187/3767 31% [=================== ] 1188/3767 31% [=================== ] 1189/3767 31% [=================== ] 1190/3767 31% [=================== ] 1191/3767 31% [=================== ] 1192/3767 31% [=================== ] 1193/3767 31% [=================== ] 1194/3767 31% [=================== ] 1195/3767 31% [=================== ] 1196/3767 31% [=================== ] 1197/3767 31% [=================== ] 1198/3767 31% [=================== ] 1199/3767 31% [=================== ] 1200/3767 31% [=================== ] 1201/3767 31% [=================== ] 1202/3767 31% [=================== ] 1203/3767 31% [=================== ] 1204/3767 31% [=================== ] 1205/3767 31% [=================== ] 1206/3767 32% [=================== ] 1207/3767 32% [=================== ] 1208/3767 32% [=================== ] 1209/3767 32% [=================== ] 1210/3767 32% [=================== ] 1211/3767 32% [=================== ] 1212/3767 32% [=================== ] 1213/3767 32% [=================== ] 1214/3767 32% [=================== ] 1215/3767 32% [==================== ] 1216/3767 32% [==================== ] 1217/3767 32% [==================== ] 1218/3767 32% [==================== ] 1219/3767 32% [==================== ] 1220/3767 32% [==================== ] 1221/3767 32% [==================== ] 1222/3767 32% [==================== ] 1223/3767 32% [==================== ] 1224/3767 32% [==================== ] 1225/3767 32% [==================== ] 1226/3767 32% [==================== ] 1227/3767 32% [==================== ] 1228/3767 32% [==================== ] 1229/3767 32% [==================== ] 1230/3767 32% [==================== ] 1231/3767 32% [==================== ] 1232/3767 32% [==================== ] 1233/3767 32% [==================== ] 1234/3767 32% [==================== ] 1235/3767 32% [==================== ] 1236/3767 32% [==================== ] 1237/3767 32% [==================== ] 1238/3767 32% [==================== ] 1239/3767 32% [==================== ] 1240/3767 32% [==================== ] 1241/3767 32% [==================== ] 1242/3767 32% [==================== ] 1243/3767 32% [==================== ] 1244/3767 33% [==================== ] 1245/3767 33% [==================== ] 1246/3767 33% [==================== ] 1247/3767 33% [==================== ] 1248/3767 33% [==================== ] 1249/3767 33% [==================== ] 1250/3767 33% [==================== ] 1251/3767 33% [==================== ] 1252/3767 33% [==================== ] 1253/3767 33% [==================== ] 1254/3767 33% [==================== ] 1255/3767 33% [==================== ] 1256/3767 33% [==================== ] 1257/3767 33% [==================== ] 1258/3767 33% [==================== ] 1259/3767 33% [==================== ] 1260/3767 33% [==================== ] 1261/3767 33% [==================== ] 1262/3767 33% [==================== ] 1263/3767 33% [==================== ] 1264/3767 33% [==================== ] 1265/3767 33% [==================== ] 1266/3767 33% [==================== ] 1267/3767 33% [==================== ] 1268/3767 33% [==================== ] 1269/3767 33% [==================== ] 1270/3767 33% [==================== ] 1271/3767 33% [==================== ] 1272/3767 33% [==================== ] 1273/3767 33% [==================== ] 1274/3767 33% [==================== ] 1275/3767 33% [===================== ] 1276/3767 33% [===================== ] 1277/3767 33% [===================== ] 1278/3767 33% [===================== ] 1279/3767 33% [===================== ] 1280/3767 33% [===================== ] 1281/3767 34% [===================== ] 1282/3767 34% [===================== ] 1283/3767 34% [===================== ] 1284/3767 34% [===================== ] 1285/3767 34% [===================== ] 1286/3767 34% [===================== ] 1287/3767 34% [===================== ] 1288/3767 34% [===================== ] 1289/3767 34% [===================== ] 1290/3767 34% [===================== ] 1291/3767 34% [===================== ] 1292/3767 34% [===================== ] 1293/3767 34% [===================== ] 1294/3767 34% [===================== ] 1295/3767 34% [===================== ] 1296/3767 34% [===================== ] 1297/3767 34% [===================== ] 1298/3767 34% [===================== ] 1299/3767 34% [===================== ] 1300/3767 34% [===================== ] 1301/3767 34% [===================== ] 1302/3767 34% [===================== ] 1303/3767 34% [===================== ] 1304/3767 34% [===================== ] 1305/3767 34% [===================== ] 1306/3767 34% [===================== ] 1307/3767 34% [===================== ] 1308/3767 34% [===================== ] 1309/3767 34% [===================== ] 1310/3767 34% [===================== ] 1311/3767 34% [===================== ] 1312/3767 34% [===================== ] 1313/3767 34% [===================== ] 1314/3767 34% [===================== ] 1315/3767 34% [===================== ] 1316/3767 34% [===================== ] 1317/3767 34% [===================== ] 1318/3767 34% [===================== ] 1319/3767 35% [===================== ] 1320/3767 35% [===================== ] 1321/3767 35% [===================== ] 1322/3767 35% [===================== ] 1323/3767 35% [===================== ] 1324/3767 35% [===================== ] 1325/3767 35% [===================== ] 1326/3767 35% [===================== ] 1327/3767 35% [===================== ] 1328/3767 35% [===================== ] 1329/3767 35% [===================== ] 1330/3767 35% [===================== ] 1331/3767 35% [===================== ] 1332/3767 35% [===================== ] 1333/3767 35% [===================== ] 1334/3767 35% [===================== ] 1335/3767 35% [===================== ] 1336/3767 35% [====================== ] 1337/3767 35% [====================== ] 1338/3767 35% [====================== ] 1339/3767 35% [====================== ] 1340/3767 35% [====================== ] 1341/3767 35% [====================== ] 1342/3767 35% [====================== ] 1343/3767 35% [====================== ] 1344/3767 35% [====================== ] 1345/3767 35% [====================== ] 1346/3767 35% [====================== ] 1347/3767 35% [====================== ] 1348/3767 35% [====================== ] 1349/3767 35% [====================== ] 1350/3767 35% [====================== ] 1351/3767 35% [====================== ] 1352/3767 35% [====================== ] 1353/3767 35% [====================== ] 1354/3767 35% [====================== ] 1355/3767 35% [====================== ] 1356/3767 35% [====================== ] 1357/3767 36% [====================== ] 1358/3767 36% [====================== ] 1359/3767 36% [====================== ] 1360/3767 36% [====================== ] 1361/3767 36% [====================== ] 1362/3767 36% [====================== ] 1363/3767 36% [====================== ] 1364/3767 36% [====================== ] 1365/3767 36% [====================== ] 1366/3767 36% [====================== ] 1367/3767 36% [====================== ] 1368/3767 36% [====================== ] 1369/3767 36% [====================== ] 1370/3767 36% [====================== ] 1371/3767 36% [====================== ] 1372/3767 36% [====================== ] 1373/3767 36% [====================== ] 1374/3767 36% [====================== ] 1375/3767 36% [====================== ] 1376/3767 36% [====================== ] 1377/3767 36% [====================== ] 1378/3767 36% [====================== ] 1379/3767 36% [====================== ] 1380/3767 36% [====================== ] 1381/3767 36% [====================== ] 1382/3767 36% [====================== ] 1383/3767 36% [====================== ] 1384/3767 36% [====================== ] 1385/3767 36% [====================== ] 1386/3767 36% [====================== ] 1387/3767 36% [====================== ] 1388/3767 36% [====================== ] 1389/3767 36% [====================== ] 1390/3767 36% [====================== ] 1391/3767 36% [====================== ] 1392/3767 36% [====================== ] 1393/3767 36% [====================== ] 1394/3767 37% [====================== ] 1395/3767 37% [====================== ] 1396/3767 37% [====================== ] 1397/3767 37% [======================= ] 1398/3767 37% [======================= ] 1399/3767 37% [======================= ] 1400/3767 37% [======================= ] 1401/3767 37% [======================= ] 1402/3767 37% [======================= ] 1403/3767 37% [======================= ] 1404/3767 37% [======================= ] 1405/3767 37% [======================= ] 1406/3767 37% [======================= ] 1407/3767 37% [======================= ] 1408/3767 37% [======================= ] 1409/3767 37% [======================= ] 1410/3767 37% [======================= ] 1411/3767 37% [======================= ] 1412/3767 37% [======================= ] 1413/3767 37% [======================= ] 1414/3767 37% [======================= ] 1415/3767 37% [======================= ] 1416/3767 37% [======================= ] 1417/3767 37% [======================= ] 1418/3767 37% [======================= ] 1419/3767 37% [======================= ] 1420/3767 37% [======================= ] 1421/3767 37% [======================= ] 1422/3767 37% [======================= ] 1423/3767 37% [======================= ] 1424/3767 37% [======================= ] 1425/3767 37% [======================= ] 1426/3767 37% [======================= ] 1427/3767 37% [======================= ] 1428/3767 37% [======================= ] 1429/3767 37% [======================= ] 1430/3767 37% [======================= ] 1431/3767 37% [======================= ] 1432/3767 38% [======================= ] 1433/3767 38% [======================= ] 1434/3767 38% [======================= ] 1435/3767 38% [======================= ] 1436/3767 38% [======================= ] 1437/3767 38% [======================= ] 1438/3767 38% [======================= ] 1439/3767 38% [======================= ] 1440/3767 38% [======================= ] 1441/3767 38% [======================= ] 1442/3767 38% [======================= ] 1443/3767 38% [======================= ] 1444/3767 38% [======================= ] 1445/3767 38% [======================= ] 1446/3767 38% [======================= ] 1447/3767 38% [======================= ] 1448/3767 38% [======================= ] 1449/3767 38% [======================= ] 1450/3767 38% [======================= ] 1451/3767 38% [======================= ] 1452/3767 38% [======================= ] 1453/3767 38% [======================= ] 1454/3767 38% [======================= ] 1455/3767 38% [======================= ] 1456/3767 38% [======================= ] 1457/3767 38% [======================= ] 1458/3767 38% [======================== ] 1459/3767 38% [======================== ] 1460/3767 38% [======================== ] 1461/3767 38% [======================== ] 1462/3767 38% [======================== ] 1463/3767 38% [======================== ] 1464/3767 38% [======================== ] 1465/3767 38% [======================== ] 1466/3767 38% [======================== ] 1467/3767 38% [======================== ] 1468/3767 38% [======================== ] 1469/3767 38% [======================== ] 1470/3767 39% [======================== ] 1471/3767 39% [======================== ] 1472/3767 39% [======================== ] 1473/3767 39% [======================== ] 1474/3767 39% [======================== ] 1475/3767 39% [======================== ] 1476/3767 39% [======================== ] 1477/3767 39% [======================== ] 1478/3767 39% [======================== ] 1479/3767 39% [======================== ] 1480/3767 39% [======================== ] 1481/3767 39% [======================== ] 1482/3767 39% [======================== ] 1483/3767 39% [======================== ] 1484/3767 39% [======================== ] 1485/3767 39% [======================== ] 1486/3767 39% [======================== ] 1487/3767 39% [======================== ] 1488/3767 39% [======================== ] 1489/3767 39% [======================== ] 1490/3767 39% [======================== ] 1491/3767 39% [======================== ] 1492/3767 39% [======================== ] 1493/3767 39% [======================== ] 1494/3767 39% [======================== ] 1495/3767 39% [======================== ] 1496/3767 39% [======================== ] 1497/3767 39% [======================== ] 1498/3767 39% [======================== ] 1499/3767 39% [======================== ] 1500/3767 39% [======================== ] 1501/3767 39% [======================== ] 1502/3767 39% [======================== ] 1503/3767 39% [======================== ] 1504/3767 39% [======================== ] 1505/3767 39% [======================== ] 1506/3767 39% [======================== ] 1507/3767 40% [======================== ] 1508/3767 40% [======================== ] 1509/3767 40% [======================== ] 1510/3767 40% [======================== ] 1511/3767 40% [======================== ] 1512/3767 40% [======================== ] 1513/3767 40% [======================== ] 1514/3767 40% [======================== ] 1515/3767 40% [======================== ] 1516/3767 40% [======================== ] 1517/3767 40% [======================== ] 1518/3767 40% [========================= ] 1519/3767 40% [========================= ] 1520/3767 40% [========================= ] 1521/3767 40% [========================= ] 1522/3767 40% [========================= ] 1523/3767 40% [========================= ] 1524/3767 40% [========================= ] 1525/3767 40% [========================= ] 1526/3767 40% [========================= ] 1527/3767 40% [========================= ] 1528/3767 40% [========================= ] 1529/3767 40% [========================= ] 1530/3767 40% [========================= ] 1531/3767 40% [========================= ] 1532/3767 40% [========================= ] 1533/3767 40% [========================= ] 1534/3767 40% [========================= ] 1535/3767 40% [========================= ] 1536/3767 40% [========================= ] 1537/3767 40% [========================= ] 1538/3767 40% [========================= ] 1539/3767 40% [========================= ] 1540/3767 40% [========================= ] 1541/3767 40% [========================= ] 1542/3767 40% [========================= ] 1543/3767 40% [========================= ] 1544/3767 40% [========================= ] 1545/3767 41% [========================= ] 1546/3767 41% [========================= ] 1547/3767 41% [========================= ] 1548/3767 41% [========================= ] 1549/3767 41% [========================= ] 1550/3767 41% [========================= ] 1551/3767 41% [========================= ] 1552/3767 41% [========================= ] 1553/3767 41% [========================= ] 1554/3767 41% [========================= ] 1555/3767 41% [========================= ] 1556/3767 41% [========================= ] 1557/3767 41% [========================= ] 1558/3767 41% [========================= ] 1559/3767 41% [========================= ] 1560/3767 41% [========================= ] 1561/3767 41% [========================= ] 1562/3767 41% [========================= ] 1563/3767 41% [========================= ] 1564/3767 41% [========================= ] 1565/3767 41% [========================= ] 1566/3767 41% [========================= ] 1567/3767 41% [========================= ] 1568/3767 41% [========================= ] 1569/3767 41% [========================= ] 1570/3767 41% [========================= ] 1571/3767 41% [========================= ] 1572/3767 41% [========================= ] 1573/3767 41% [========================= ] 1574/3767 41% [========================= ] 1575/3767 41% [========================= ] 1576/3767 41% [========================= ] 1577/3767 41% [========================= ] 1578/3767 41% [========================= ] 1579/3767 41% [========================== ] 1580/3767 41% [========================== ] 1581/3767 41% [========================== ] 1582/3767 41% [========================== ] 1583/3767 42% [========================== ] 1584/3767 42% [========================== ] 1585/3767 42% [========================== ] 1586/3767 42% [========================== ] 1587/3767 42% [========================== ] 1588/3767 42% [========================== ] 1589/3767 42% [========================== ] 1590/3767 42% [========================== ] 1591/3767 42% [========================== ] 1592/3767 42% [========================== ] 1593/3767 42% [========================== ] 1594/3767 42% [========================== ] 1595/3767 42% [========================== ] 1596/3767 42% [========================== ] 1597/3767 42% [========================== ] 1598/3767 42% [========================== ] 1599/3767 42% [========================== ] 1600/3767 42% [========================== ] 1601/3767 42% [========================== ] 1602/3767 42% [========================== ] 1603/3767 42% [========================== ] 1604/3767 42% [========================== ] 1605/3767 42% [========================== ] 1606/3767 42% [========================== ] 1607/3767 42% [========================== ] 1608/3767 42% [========================== ] 1609/3767 42% [========================== ] 1610/3767 42% [========================== ] 1611/3767 42% [========================== ] 1612/3767 42% [========================== ] 1613/3767 42% [========================== ] 1614/3767 42% [========================== ] 1615/3767 42% [========================== ] 1616/3767 42% [========================== ] 1617/3767 42% [========================== ] 1618/3767 42% [========================== ] 1619/3767 42% [========================== ] 1620/3767 43% [========================== ] 1621/3767 43% [========================== ] 1622/3767 43% [========================== ] 1623/3767 43% [========================== ] 1624/3767 43% [========================== ] 1625/3767 43% [========================== ] 1626/3767 43% [========================== ] 1627/3767 43% [========================== ] 1628/3767 43% [========================== ] 1629/3767 43% [========================== ] 1630/3767 43% [========================== ] 1631/3767 43% [========================== ] 1632/3767 43% [========================== ] 1633/3767 43% [========================== ] 1634/3767 43% [========================== ] 1635/3767 43% [========================== ] 1636/3767 43% [========================== ] 1637/3767 43% [========================== ] 1638/3767 43% [========================== ] 1639/3767 43% [========================== ] 1640/3767 43% [=========================== ] 1641/3767 43% [=========================== ] 1642/3767 43% [=========================== ] 1643/3767 43% [=========================== ] 1644/3767 43% [=========================== ] 1645/3767 43% [=========================== ] 1646/3767 43% [=========================== ] 1647/3767 43% [=========================== ] 1648/3767 43% [=========================== ] 1649/3767 43% [=========================== ] 1650/3767 43% [=========================== ] 1651/3767 43% [=========================== ] 1652/3767 43% [=========================== ] 1653/3767 43% [=========================== ] 1654/3767 43% [=========================== ] 1655/3767 43% [=========================== ] 1656/3767 43% [=========================== ] 1657/3767 43% [=========================== ] 1658/3767 44% [=========================== ] 1659/3767 44% [=========================== ] 1660/3767 44% [=========================== ] 1661/3767 44% [=========================== ] 1662/3767 44% [=========================== ] 1663/3767 44% [=========================== ] 1664/3767 44% [=========================== ] 1665/3767 44% [=========================== ] 1666/3767 44% [=========================== ] 1667/3767 44% [=========================== ] 1668/3767 44% [=========================== ] 1669/3767 44% [=========================== ] 1670/3767 44% [=========================== ] 1671/3767 44% [=========================== ] 1672/3767 44% [=========================== ] 1673/3767 44% [=========================== ] 1674/3767 44% [=========================== ] 1675/3767 44% [=========================== ] 1676/3767 44% [=========================== ] 1677/3767 44% [=========================== ] 1678/3767 44% [=========================== ] 1679/3767 44% [=========================== ] 1680/3767 44% [=========================== ] 1681/3767 44% [=========================== ] 1682/3767 44% [=========================== ] 1683/3767 44% [=========================== ] 1684/3767 44% [=========================== ] 1685/3767 44% [=========================== ] 1686/3767 44% [=========================== ] 1687/3767 44% [=========================== ] 1688/3767 44% [=========================== ] 1689/3767 44% [=========================== ] 1690/3767 44% [=========================== ] 1691/3767 44% [=========================== ] 1692/3767 44% [=========================== ] 1693/3767 44% [=========================== ] 1694/3767 44% [=========================== ] 1695/3767 44% [=========================== ] 1696/3767 45% [=========================== ] 1697/3767 45% [=========================== ] 1698/3767 45% [=========================== ] 1699/3767 45% [=========================== ] 1700/3767 45% [=========================== ] 1701/3767 45% [============================ ] 1702/3767 45% [============================ ] 1703/3767 45% [============================ ] 1704/3767 45% [============================ ] 1705/3767 45% [============================ ] 1706/3767 45% [============================ ] 1707/3767 45% [============================ ] 1708/3767 45% [============================ ] 1709/3767 45% [============================ ] 1710/3767 45% [============================ ] 1711/3767 45% [============================ ] 1712/3767 45% [============================ ] 1713/3767 45% [============================ ] 1714/3767 45% [============================ ] 1715/3767 45% [============================ ] 1716/3767 45% [============================ ] 1717/3767 45% [============================ ] 1718/3767 45% [============================ ] 1719/3767 45% [============================ ] 1720/3767 45% [============================ ] 1721/3767 45% [============================ ] 1722/3767 45% [============================ ] 1723/3767 45% [============================ ] 1724/3767 45% [============================ ] 1725/3767 45% [============================ ] 1726/3767 45% [============================ ] 1727/3767 45% [============================ ] 1728/3767 45% [============================ ] 1729/3767 45% [============================ ] 1730/3767 45% [============================ ] 1731/3767 45% [============================ ] 1732/3767 45% [============================ ] 1733/3767 46% [============================ ] 1734/3767 46% [============================ ] 1735/3767 46% [============================ ] 1736/3767 46% [============================ ] 1737/3767 46% [============================ ] 1738/3767 46% [============================ ] 1739/3767 46% [============================ ] 1740/3767 46% [============================ ] 1741/3767 46% [============================ ] 1742/3767 46% [============================ ] 1743/3767 46% [============================ ] 1744/3767 46% [============================ ] 1745/3767 46% [============================ ] 1746/3767 46% [============================ ] 1747/3767 46% [============================ ] 1748/3767 46% [============================ ] 1749/3767 46% [============================ ] 1750/3767 46% [============================ ] 1751/3767 46% [============================ ] 1752/3767 46% [============================ ] 1753/3767 46% [============================ ] 1754/3767 46% [============================ ] 1755/3767 46% [============================ ] 1756/3767 46% [============================ ] 1757/3767 46% [============================ ] 1758/3767 46% [============================ ] 1759/3767 46% [============================ ] 1760/3767 46% [============================ ] 1761/3767 46% [============================= ] 1762/3767 46% [============================= ] 1763/3767 46% [============================= ] 1764/3767 46% [============================= ] 1765/3767 46% [============================= ] 1766/3767 46% [============================= ] 1767/3767 46% [============================= ] 1768/3767 46% [============================= ] 1769/3767 46% [============================= ] 1770/3767 46% [============================= ] 1771/3767 47% [============================= ] 1772/3767 47% [============================= ] 1773/3767 47% [============================= ] 1774/3767 47% [============================= ] 1775/3767 47% [============================= ] 1776/3767 47% [============================= ] 1777/3767 47% [============================= ] 1778/3767 47% [============================= ] 1779/3767 47% [============================= ] 1780/3767 47% [============================= ] 1781/3767 47% [============================= ] 1782/3767 47% [============================= ] 1783/3767 47% [============================= ] 1784/3767 47% [============================= ] 1785/3767 47% [============================= ] 1786/3767 47% [============================= ] 1787/3767 47% [============================= ] 1788/3767 47% [============================= ] 1789/3767 47% [============================= ] 1790/3767 47% [============================= ] 1791/3767 47% [============================= ] 1792/3767 47% [============================= ] 1793/3767 47% [============================= ] 1794/3767 47% [============================= ] 1795/3767 47% [============================= ] 1796/3767 47% [============================= ] 1797/3767 47% [============================= ] 1798/3767 47% [============================= ] 1799/3767 47% [============================= ] 1800/3767 47% [============================= ] 1801/3767 47% [============================= ] 1802/3767 47% [============================= ] 1803/3767 47% [============================= ] 1804/3767 47% [============================= ] 1805/3767 47% [============================= ] 1806/3767 47% [============================= ] 1807/3767 47% [============================= ] 1808/3767 47% [============================= ] 1809/3767 48% [============================= ] 1810/3767 48% [============================= ] 1811/3767 48% [============================= ] 1812/3767 48% [============================= ] 1813/3767 48% [============================= ] 1814/3767 48% [============================= ] 1815/3767 48% [============================= ] 1816/3767 48% [============================= ] 1817/3767 48% [============================= ] 1818/3767 48% [============================= ] 1819/3767 48% [============================= ] 1820/3767 48% [============================= ] 1821/3767 48% [============================= ] 1822/3767 48% [============================== ] 1823/3767 48% [============================== ] 1824/3767 48% [============================== ] 1825/3767 48% [============================== ] 1826/3767 48% [============================== ] 1827/3767 48% [============================== ] 1828/3767 48% [============================== ] 1829/3767 48% [============================== ] 1830/3767 48% [============================== ] 1831/3767 48% [============================== ] 1832/3767 48% [============================== ] 1833/3767 48% [============================== ] 1834/3767 48% [============================== ] 1835/3767 48% [============================== ] 1836/3767 48% [============================== ] 1837/3767 48% [============================== ] 1838/3767 48% [============================== ] 1839/3767 48% [============================== ] 1840/3767 48% [============================== ] 1841/3767 48% [============================== ] 1842/3767 48% [============================== ] 1843/3767 48% [============================== ] 1844/3767 48% [============================== ] 1845/3767 48% [============================== ] 1846/3767 49% [============================== ] 1847/3767 49% [============================== ] 1848/3767 49% [============================== ] 1849/3767 49% [============================== ] 1850/3767 49% [============================== ] 1851/3767 49% [============================== ] 1852/3767 49% [============================== ] 1853/3767 49% [============================== ] 1854/3767 49% [============================== ] 1855/3767 49% [============================== ] 1856/3767 49% [============================== ] 1857/3767 49% [============================== ] 1858/3767 49% [============================== ] 1859/3767 49% [============================== ] 1860/3767 49% [============================== ] 1861/3767 49% [============================== ] 1862/3767 49% [============================== ] 1863/3767 49% [============================== ] 1864/3767 49% [============================== ] 1865/3767 49% [============================== ] 1866/3767 49% [============================== ] 1867/3767 49% [============================== ] 1868/3767 49% [============================== ] 1869/3767 49% [============================== ] 1870/3767 49% [============================== ] 1871/3767 49% [============================== ] 1872/3767 49% [============================== ] 1873/3767 49% [============================== ] 1874/3767 49% [============================== ] 1875/3767 49% [============================== ] 1876/3767 49% [============================== ] 1877/3767 49% [============================== ] 1878/3767 49% [============================== ] 1879/3767 49% [============================== ] 1880/3767 49% [============================== ] 1881/3767 49% [============================== ] 1882/3767 49% [============================== ] 1883/3767 49% [=============================== ] 1884/3767 50% [=============================== ] 1885/3767 50% [=============================== ] 1886/3767 50% [=============================== ] 1887/3767 50% [=============================== ] 1888/3767 50% [=============================== ] 1889/3767 50% [=============================== ] 1890/3767 50% [=============================== ] 1891/3767 50% [=============================== ] 1892/3767 50% [=============================== ] 1893/3767 50% [=============================== ] 1894/3767 50% [=============================== ] 1895/3767 50% [=============================== ] 1896/3767 50% [=============================== ] 1897/3767 50% [=============================== ] 1898/3767 50% [=============================== ] 1899/3767 50% [=============================== ] 1900/3767 50% [=============================== ] 1901/3767 50% [=============================== ] 1902/3767 50% [=============================== ] 1903/3767 50% [=============================== ] 1904/3767 50% [=============================== ] 1905/3767 50% [=============================== ] 1906/3767 50% [=============================== ] 1907/3767 50% [=============================== ] 1908/3767 50% [=============================== ] 1909/3767 50% [=============================== ] 1910/3767 50% [=============================== ] 1911/3767 50% [=============================== ] 1912/3767 50% [=============================== ] 1913/3767 50% [=============================== ] 1914/3767 50% [=============================== ] 1915/3767 50% [=============================== ] 1916/3767 50% [=============================== ] 1917/3767 50% [=============================== ] 1918/3767 50% [=============================== ] 1919/3767 50% [=============================== ] 1920/3767 50% [=============================== ] 1921/3767 50% [=============================== ] 1922/3767 51% [=============================== ] 1923/3767 51% [=============================== ] 1924/3767 51% [=============================== ] 1925/3767 51% [=============================== ] 1926/3767 51% [=============================== ] 1927/3767 51% [=============================== ] 1928/3767 51% [=============================== ] 1929/3767 51% [=============================== ] 1930/3767 51% [=============================== ] 1931/3767 51% [=============================== ] 1932/3767 51% [=============================== ] 1933/3767 51% [=============================== ] 1934/3767 51% [=============================== ] 1935/3767 51% [=============================== ] 1936/3767 51% [=============================== ] 1937/3767 51% [=============================== ] 1938/3767 51% [=============================== ] 1939/3767 51% [=============================== ] 1940/3767 51% [=============================== ] 1941/3767 51% [=============================== ] 1942/3767 51% [=============================== ] 1943/3767 51% [=============================== ] 1944/3767 51% [================================ ] 1945/3767 51% [================================ ] 1946/3767 51% [================================ ] 1947/3767 51% [================================ ] 1948/3767 51% [================================ ] 1949/3767 51% [================================ ] 1950/3767 51% [================================ ] 1951/3767 51% [================================ ] 1952/3767 51% [================================ ] 1953/3767 51% [================================ ] 1954/3767 51% [================================ ] 1955/3767 51% [================================ ] 1956/3767 51% [================================ ] 1957/3767 51% [================================ ] 1958/3767 51% [================================ ] 1959/3767 52% [================================ ] 1960/3767 52% [================================ ] 1961/3767 52% [================================ ] 1962/3767 52% [================================ ] 1963/3767 52% [================================ ] 1964/3767 52% [================================ ] 1965/3767 52% [================================ ] 1966/3767 52% [================================ ] 1967/3767 52% [================================ ] 1968/3767 52% [================================ ] 1969/3767 52% [================================ ] 1970/3767 52% [================================ ] 1971/3767 52% [================================ ] 1972/3767 52% [================================ ] 1973/3767 52% [================================ ] 1974/3767 52% [================================ ] 1975/3767 52% [================================ ] 1976/3767 52% [================================ ] 1977/3767 52% [================================ ] 1978/3767 52% [================================ ] 1979/3767 52% [================================ ] 1980/3767 52% [================================ ] 1981/3767 52% [================================ ] 1982/3767 52% [================================ ] 1983/3767 52% [================================ ] 1984/3767 52% [================================ ] 1985/3767 52% [================================ ] 1986/3767 52% [================================ ] 1987/3767 52% [================================ ] 1988/3767 52% [================================ ] 1989/3767 52% [================================ ] 1990/3767 52% [================================ ] 1991/3767 52% [================================ ] 1992/3767 52% [================================ ] 1993/3767 52% [================================ ] 1994/3767 52% [================================ ] 1995/3767 52% [================================ ] 1996/3767 52% [================================ ] 1997/3767 53% [================================ ] 1998/3767 53% [================================ ] 1999/3767 53% [================================ ] 2000/3767 53% [================================ ] 2001/3767 53% [================================ ] 2002/3767 53% [================================ ] 2003/3767 53% [================================ ] 2004/3767 53% [================================ ] 2005/3767 53% [================================= ] 2006/3767 53% [================================= ] 2007/3767 53% [================================= ] 2008/3767 53% [================================= ] 2009/3767 53% [================================= ] 2010/3767 53% [================================= ] 2011/3767 53% [================================= ] 2012/3767 53% [================================= ] 2013/3767 53% [================================= ] 2014/3767 53% [================================= ] 2015/3767 53% [================================= ] 2016/3767 53% [================================= ] 2017/3767 53% [================================= ] 2018/3767 53% [================================= ] 2019/3767 53% [================================= ] 2020/3767 53% [================================= ] 2021/3767 53% [================================= ] 2022/3767 53% [================================= ] 2023/3767 53% [================================= ] 2024/3767 53% [================================= ] 2025/3767 53% [================================= ] 2026/3767 53% [================================= ] 2027/3767 53% [================================= ] 2028/3767 53% [================================= ] 2029/3767 53% [================================= ] 2030/3767 53% [================================= ] 2031/3767 53% [================================= ] 2032/3767 53% [================================= ] 2033/3767 53% [================================= ] 2034/3767 53% [================================= ] 2035/3767 54% [================================= ] 2036/3767 54% [================================= ] 2037/3767 54% [================================= ] 2038/3767 54% [================================= ] 2039/3767 54% [================================= ] 2040/3767 54% [================================= ] 2041/3767 54% [================================= ] 2042/3767 54% [================================= ] 2043/3767 54% [================================= ] 2044/3767 54% [================================= ] 2045/3767 54% [================================= ] 2046/3767 54% [================================= ] 2047/3767 54% [================================= ] 2048/3767 54% [================================= ] 2049/3767 54% [================================= ] 2050/3767 54% [================================= ] 2051/3767 54% [================================= ] 2052/3767 54% [================================= ] 2053/3767 54% [================================= ] 2054/3767 54% [================================= ] 2055/3767 54% [================================= ] 2056/3767 54% [================================= ] 2057/3767 54% [================================= ] 2058/3767 54% [================================= ] 2059/3767 54% [================================= ] 2060/3767 54% [================================= ] 2061/3767 54% [================================= ] 2062/3767 54% [================================= ] 2063/3767 54% [================================= ] 2064/3767 54% [================================= ] 2065/3767 54% [================================== ] 2066/3767 54% [================================== ] 2067/3767 54% [================================== ] 2068/3767 54% [================================== ] 2069/3767 54% [================================== ] 2070/3767 54% [================================== ] 2071/3767 54% [================================== ] 2072/3767 55% [================================== ] 2073/3767 55% [================================== ] 2074/3767 55% [================================== ] 2075/3767 55% [================================== ] 2076/3767 55% [================================== ] 2077/3767 55% [================================== ] 2078/3767 55% [================================== ] 2079/3767 55% [================================== ] 2080/3767 55% [================================== ] 2081/3767 55% [================================== ] 2082/3767 55% [================================== ] 2083/3767 55% [================================== ] 2084/3767 55% [================================== ] 2085/3767 55% [================================== ] 2086/3767 55% [================================== ] 2087/3767 55% [================================== ] 2088/3767 55% [================================== ] 2089/3767 55% [================================== ] 2090/3767 55% [================================== ] 2091/3767 55% [================================== ] 2092/3767 55% [================================== ] 2093/3767 55% [================================== ] 2094/3767 55% [================================== ] 2095/3767 55% [================================== ] 2096/3767 55% [================================== ] 2097/3767 55% [================================== ] 2098/3767 55% [================================== ] 2099/3767 55% [================================== ] 2100/3767 55% [================================== ] 2101/3767 55% [================================== ] 2102/3767 55% [================================== ] 2103/3767 55% [================================== ] 2104/3767 55% [================================== ] 2105/3767 55% [================================== ] 2106/3767 55% [================================== ] 2107/3767 55% [================================== ] 2108/3767 55% [================================== ] 2109/3767 55% [================================== ] 2110/3767 56% [================================== ] 2111/3767 56% [================================== ] 2112/3767 56% [================================== ] 2113/3767 56% [================================== ] 2114/3767 56% [================================== ] 2115/3767 56% [================================== ] 2116/3767 56% [================================== ] 2117/3767 56% [================================== ] 2118/3767 56% [================================== ] 2119/3767 56% [================================== ] 2120/3767 56% [================================== ] 2121/3767 56% [================================== ] 2122/3767 56% [================================== ] 2123/3767 56% [================================== ] 2124/3767 56% [================================== ] 2125/3767 56% [================================== ] 2126/3767 56% [=================================== ] 2127/3767 56% [=================================== ] 2128/3767 56% [=================================== ] 2129/3767 56% [=================================== ] 2130/3767 56% [=================================== ] 2131/3767 56% [=================================== ] 2132/3767 56% [=================================== ] 2133/3767 56% [=================================== ] 2134/3767 56% [=================================== ] 2135/3767 56% [=================================== ] 2136/3767 56% [=================================== ] 2137/3767 56% [=================================== ] 2138/3767 56% [=================================== ] 2139/3767 56% [=================================== ] 2140/3767 56% [=================================== ] 2141/3767 56% [=================================== ] 2142/3767 56% [=================================== ] 2143/3767 56% [=================================== ] 2144/3767 56% [=================================== ] 2145/3767 56% [=================================== ] 2146/3767 56% [=================================== ] 2147/3767 56% [=================================== ] 2148/3767 57% [=================================== ] 2149/3767 57% [=================================== ] 2150/3767 57% [=================================== ] 2151/3767 57% [=================================== ] 2152/3767 57% [=================================== ] 2153/3767 57% [=================================== ] 2154/3767 57% [=================================== ] 2155/3767 57% [=================================== ] 2156/3767 57% [=================================== ] 2157/3767 57% [=================================== ] 2158/3767 57% [=================================== ] 2159/3767 57% [=================================== ] 2160/3767 57% [=================================== ] 2161/3767 57% [=================================== ] 2162/3767 57% [=================================== ] 2163/3767 57% [=================================== ] 2164/3767 57% [=================================== ] 2165/3767 57% [=================================== ] 2166/3767 57% [=================================== ] 2167/3767 57% [=================================== ] 2168/3767 57% [=================================== ] 2169/3767 57% [=================================== ] 2170/3767 57% [=================================== ] 2171/3767 57% [=================================== ] 2172/3767 57% [=================================== ] 2173/3767 57% [=================================== ] 2174/3767 57% [=================================== ] 2175/3767 57% [=================================== ] 2176/3767 57% [=================================== ] 2177/3767 57% [=================================== ] 2178/3767 57% [=================================== ] 2179/3767 57% [=================================== ] 2180/3767 57% [=================================== ] 2181/3767 57% [=================================== ] 2182/3767 57% [=================================== ] 2183/3767 57% [=================================== ] 2184/3767 57% [=================================== ] 2185/3767 58% [=================================== ] 2186/3767 58% [=================================== ] 2187/3767 58% [==================================== ] 2188/3767 58% [==================================== ] 2189/3767 58% [==================================== ] 2190/3767 58% [==================================== ] 2191/3767 58% [==================================== ] 2192/3767 58% [==================================== ] 2193/3767 58% [==================================== ] 2194/3767 58% [==================================== ] 2195/3767 58% [==================================== ] 2196/3767 58% [==================================== ] 2197/3767 58% [==================================== ] 2198/3767 58% [==================================== ] 2199/3767 58% [==================================== ] 2200/3767 58% [==================================== ] 2201/3767 58% [==================================== ] 2202/3767 58% [==================================== ] 2203/3767 58% [==================================== ] 2204/3767 58% [==================================== ] 2205/3767 58% [==================================== ] 2206/3767 58% [==================================== ] 2207/3767 58% [==================================== ] 2208/3767 58% [==================================== ] 2209/3767 58% [==================================== ] 2210/3767 58% [==================================== ] 2211/3767 58% [==================================== ] 2212/3767 58% [==================================== ] 2213/3767 58% [==================================== ] 2214/3767 58% [==================================== ] 2215/3767 58% [==================================== ] 2216/3767 58% [==================================== ] 2217/3767 58% [==================================== ] 2218/3767 58% [==================================== ] 2219/3767 58% [==================================== ] 2220/3767 58% [==================================== ] 2221/3767 58% [==================================== ] 2222/3767 58% [==================================== ] 2223/3767 59% [==================================== ] 2224/3767 59% [==================================== ] 2225/3767 59% [==================================== ] 2226/3767 59% [==================================== ] 2227/3767 59% [==================================== ] 2228/3767 59% [==================================== ] 2229/3767 59% [==================================== ] 2230/3767 59% [==================================== ] 2231/3767 59% [==================================== ] 2232/3767 59% [==================================== ] 2233/3767 59% [==================================== ] 2234/3767 59% [==================================== ] 2235/3767 59% [==================================== ] 2236/3767 59% [==================================== ] 2237/3767 59% [==================================== ] 2238/3767 59% [==================================== ] 2239/3767 59% [==================================== ] 2240/3767 59% [==================================== ] 2241/3767 59% [==================================== ] 2242/3767 59% [==================================== ] 2243/3767 59% [==================================== ] 2244/3767 59% [==================================== ] 2245/3767 59% [==================================== ] 2246/3767 59% [==================================== ] 2247/3767 59% [==================================== ] 2248/3767 59% [===================================== ] 2249/3767 59% [===================================== ] 2250/3767 59% [===================================== ] 2251/3767 59% [===================================== ] 2252/3767 59% [===================================== ] 2253/3767 59% [===================================== ] 2254/3767 59% [===================================== ] 2255/3767 59% [===================================== ] 2256/3767 59% [===================================== ] 2257/3767 59% [===================================== ] 2258/3767 59% [===================================== ] 2259/3767 59% [===================================== ] 2260/3767 59% [===================================== ] 2261/3767 60% [===================================== ] 2262/3767 60% [===================================== ] 2263/3767 60% [===================================== ] 2264/3767 60% [===================================== ] 2265/3767 60% [===================================== ] 2266/3767 60% [===================================== ] 2267/3767 60% [===================================== ] 2268/3767 60% [===================================== ] 2269/3767 60% [===================================== ] 2270/3767 60% [===================================== ] 2271/3767 60% [===================================== ] 2272/3767 60% [===================================== ] 2273/3767 60% [===================================== ] 2274/3767 60% [===================================== ] 2275/3767 60% [===================================== ] 2276/3767 60% [===================================== ] 2277/3767 60% [===================================== ] 2278/3767 60% [===================================== ] 2279/3767 60% [===================================== ] 2280/3767 60% [===================================== ] 2281/3767 60% [===================================== ] 2282/3767 60% [===================================== ] 2283/3767 60% [===================================== ] 2284/3767 60% [===================================== ] 2285/3767 60% [===================================== ] 2286/3767 60% [===================================== ] 2287/3767 60% [===================================== ] 2288/3767 60% [===================================== ] 2289/3767 60% [===================================== ] 2290/3767 60% [===================================== ] 2291/3767 60% [===================================== ] 2292/3767 60% [===================================== ] 2293/3767 60% [===================================== ] 2294/3767 60% [===================================== ] 2295/3767 60% [===================================== ] 2296/3767 60% [===================================== ] 2297/3767 60% [===================================== ] 2298/3767 61% [===================================== ] 2299/3767 61% [===================================== ] 2300/3767 61% [===================================== ] 2301/3767 61% [===================================== ] 2302/3767 61% [===================================== ] 2303/3767 61% [===================================== ] 2304/3767 61% [===================================== ] 2305/3767 61% [===================================== ] 2306/3767 61% [===================================== ] 2307/3767 61% [===================================== ] 2308/3767 61% [====================================== ] 2309/3767 61% [====================================== ] 2310/3767 61% [====================================== ] 2311/3767 61% [====================================== ] 2312/3767 61% [====================================== ] 2313/3767 61% [====================================== ] 2314/3767 61% [====================================== ] 2315/3767 61% [====================================== ] 2316/3767 61% [====================================== ] 2317/3767 61% [====================================== ] 2318/3767 61% [====================================== ] 2319/3767 61% [====================================== ] 2320/3767 61% [====================================== ] 2321/3767 61% [====================================== ] 2322/3767 61% [====================================== ] 2323/3767 61% [====================================== ] 2324/3767 61% [====================================== ] 2325/3767 61% [====================================== ] 2326/3767 61% [====================================== ] 2327/3767 61% [====================================== ] 2328/3767 61% [====================================== ] 2329/3767 61% [====================================== ] 2330/3767 61% [====================================== ] 2331/3767 61% [====================================== ] 2332/3767 61% [====================================== ] 2333/3767 61% [====================================== ] 2334/3767 61% [====================================== ] 2335/3767 61% [====================================== ] 2336/3767 62% [====================================== ] 2337/3767 62% [====================================== ] 2338/3767 62% [====================================== ] 2339/3767 62% [====================================== ] 2340/3767 62% [====================================== ] 2341/3767 62% [====================================== ] 2342/3767 62% [====================================== ] 2343/3767 62% [====================================== ] 2344/3767 62% [====================================== ] 2345/3767 62% [====================================== ] 2346/3767 62% [====================================== ] 2347/3767 62% [====================================== ] 2348/3767 62% [====================================== ] 2349/3767 62% [====================================== ] 2350/3767 62% [====================================== ] 2351/3767 62% [====================================== ] 2352/3767 62% [====================================== ] 2353/3767 62% [====================================== ] 2354/3767 62% [====================================== ] 2355/3767 62% [====================================== ] 2356/3767 62% [====================================== ] 2357/3767 62% [====================================== ] 2358/3767 62% [====================================== ] 2359/3767 62% [====================================== ] 2360/3767 62% [====================================== ] 2361/3767 62% [====================================== ] 2362/3767 62% [====================================== ] 2363/3767 62% [====================================== ] 2364/3767 62% [====================================== ] 2365/3767 62% [====================================== ] 2366/3767 62% [====================================== ] 2367/3767 62% [====================================== ] 2368/3767 62% [====================================== ] 2369/3767 62% [======================================= ] 2370/3767 62% [======================================= ] 2371/3767 62% [======================================= ] 2372/3767 62% [======================================= ] 2373/3767 62% [======================================= ] 2374/3767 63% [======================================= ] 2375/3767 63% [======================================= ] 2376/3767 63% [======================================= ] 2377/3767 63% [======================================= ] 2378/3767 63% [======================================= ] 2379/3767 63% [======================================= ] 2380/3767 63% [======================================= ] 2381/3767 63% [======================================= ] 2382/3767 63% [======================================= ] 2383/3767 63% [======================================= ] 2384/3767 63% [======================================= ] 2385/3767 63% [======================================= ] 2386/3767 63% [======================================= ] 2387/3767 63% [======================================= ] 2388/3767 63% [======================================= ] 2389/3767 63% [======================================= ] 2390/3767 63% [======================================= ] 2391/3767 63% [======================================= ] 2392/3767 63% [======================================= ] 2393/3767 63% [======================================= ] 2394/3767 63% [======================================= ] 2395/3767 63% [======================================= ] 2396/3767 63% [======================================= ] 2397/3767 63% [======================================= ] 2398/3767 63% [======================================= ] 2399/3767 63% [======================================= ] 2400/3767 63% [======================================= ] 2401/3767 63% [======================================= ] 2402/3767 63% [======================================= ] 2403/3767 63% [======================================= ] 2404/3767 63% [======================================= ] 2405/3767 63% [======================================= ] 2406/3767 63% [======================================= ] 2407/3767 63% [======================================= ] 2408/3767 63% [======================================= ] 2409/3767 63% [======================================= ] 2410/3767 63% [======================================= ] 2411/3767 64% [======================================= ] 2412/3767 64% [======================================= ] 2413/3767 64% [======================================= ] 2414/3767 64% [======================================= ] 2415/3767 64% [======================================= ] 2416/3767 64% [======================================= ] 2417/3767 64% [======================================= ] 2418/3767 64% [======================================= ] 2419/3767 64% [======================================= ] 2420/3767 64% [======================================= ] 2421/3767 64% [======================================= ] 2422/3767 64% [======================================= ] 2423/3767 64% [======================================= ] 2424/3767 64% [======================================= ] 2425/3767 64% [======================================= ] 2426/3767 64% [======================================= ] 2427/3767 64% [======================================= ] 2428/3767 64% [======================================= ] 2429/3767 64% [======================================= ] 2430/3767 64% [======================================== ] 2431/3767 64% [======================================== ] 2432/3767 64% [======================================== ] 2433/3767 64% [======================================== ] 2434/3767 64% [======================================== ] 2435/3767 64% [======================================== ] 2436/3767 64% [======================================== ] 2437/3767 64% [======================================== ] 2438/3767 64% [======================================== ] 2439/3767 64% [======================================== ] 2440/3767 64% [======================================== ] 2441/3767 64% [======================================== ] 2442/3767 64% [======================================== ] 2443/3767 64% [======================================== ] 2444/3767 64% [======================================== ] 2445/3767 64% [======================================== ] 2446/3767 64% [======================================== ] 2447/3767 64% [======================================== ] 2448/3767 64% [======================================== ] 2449/3767 65% [======================================== ] 2450/3767 65% [======================================== ] 2451/3767 65% [======================================== ] 2452/3767 65% [======================================== ] 2453/3767 65% [======================================== ] 2454/3767 65% [======================================== ] 2455/3767 65% [======================================== ] 2456/3767 65% [======================================== ] 2457/3767 65% [======================================== ] 2458/3767 65% [======================================== ] 2459/3767 65% [======================================== ] 2460/3767 65% [======================================== ] 2461/3767 65% [======================================== ] 2462/3767 65% [======================================== ] 2463/3767 65% [======================================== ] 2464/3767 65% [======================================== ] 2465/3767 65% [======================================== ] 2466/3767 65% [======================================== ] 2467/3767 65% [======================================== ] 2468/3767 65% [======================================== ] 2469/3767 65% [======================================== ] 2470/3767 65% [======================================== ] 2471/3767 65% [======================================== ] 2472/3767 65% [======================================== ] 2473/3767 65% [======================================== ] 2474/3767 65% [======================================== ] 2475/3767 65% [======================================== ] 2476/3767 65% [======================================== ] 2477/3767 65% [======================================== ] 2478/3767 65% [======================================== ] 2479/3767 65% [======================================== ] 2480/3767 65% [======================================== ] 2481/3767 65% [======================================== ] 2482/3767 65% [======================================== ] 2483/3767 65% [======================================== ] 2484/3767 65% [======================================== ] 2485/3767 65% [======================================== ] 2486/3767 65% [======================================== ] 2487/3767 66% [======================================== ] 2488/3767 66% [======================================== ] 2489/3767 66% [======================================== ] 2490/3767 66% [======================================== ] 2491/3767 66% [========================================= ] 2492/3767 66% [========================================= ] 2493/3767 66% [========================================= ] 2494/3767 66% [========================================= ] 2495/3767 66% [========================================= ] 2496/3767 66% [========================================= ] 2497/3767 66% [========================================= ] 2498/3767 66% [========================================= ] 2499/3767 66% [========================================= ] 2500/3767 66% [========================================= ] 2501/3767 66% [========================================= ] 2502/3767 66% [========================================= ] 2503/3767 66% [========================================= ] 2504/3767 66% [========================================= ] 2505/3767 66% [========================================= ] 2506/3767 66% [========================================= ] 2507/3767 66% [========================================= ] 2508/3767 66% [========================================= ] 2509/3767 66% [========================================= ] 2510/3767 66% [========================================= ] 2511/3767 66% [========================================= ] 2512/3767 66% [========================================= ] 2513/3767 66% [========================================= ] 2514/3767 66% [========================================= ] 2515/3767 66% [========================================= ] 2516/3767 66% [========================================= ] 2517/3767 66% [========================================= ] 2518/3767 66% [========================================= ] 2519/3767 66% [========================================= ] 2520/3767 66% [========================================= ] 2521/3767 66% [========================================= ] 2522/3767 66% [========================================= ] 2523/3767 66% [========================================= ] 2524/3767 67% [========================================= ] 2525/3767 67% [========================================= ] 2526/3767 67% [========================================= ] 2527/3767 67% [========================================= ] 2528/3767 67% [========================================= ] 2529/3767 67% [========================================= ] 2530/3767 67% [========================================= ] 2531/3767 67% [========================================= ] 2532/3767 67% [========================================= ] 2533/3767 67% [========================================= ] 2534/3767 67% [========================================= ] 2535/3767 67% [========================================= ] 2536/3767 67% [========================================= ] 2537/3767 67% [========================================= ] 2538/3767 67% [========================================= ] 2539/3767 67% [========================================= ] 2540/3767 67% [========================================= ] 2541/3767 67% [========================================= ] 2542/3767 67% [========================================= ] 2543/3767 67% [========================================= ] 2544/3767 67% [========================================= ] 2545/3767 67% [========================================= ] 2546/3767 67% [========================================= ] 2547/3767 67% [========================================= ] 2548/3767 67% [========================================= ] 2549/3767 67% [========================================= ] 2550/3767 67% [========================================= ] 2551/3767 67% [========================================== ] 2552/3767 67% [========================================== ] 2553/3767 67% [========================================== ] 2554/3767 67% [========================================== ] 2555/3767 67% [========================================== ] 2556/3767 67% [========================================== ] 2557/3767 67% [========================================== ] 2558/3767 67% [========================================== ] 2559/3767 67% [========================================== ] 2560/3767 67% [========================================== ] 2561/3767 67% [========================================== ] 2562/3767 68% [========================================== ] 2563/3767 68% [========================================== ] 2564/3767 68% [========================================== ] 2565/3767 68% [========================================== ] 2566/3767 68% [========================================== ] 2567/3767 68% [========================================== ] 2568/3767 68% [========================================== ] 2569/3767 68% [========================================== ] 2570/3767 68% [========================================== ] 2571/3767 68% [========================================== ] 2572/3767 68% [========================================== ] 2573/3767 68% [========================================== ] 2574/3767 68% [========================================== ] 2575/3767 68% [========================================== ] 2576/3767 68% [========================================== ] 2577/3767 68% [========================================== ] 2578/3767 68% [========================================== ] 2579/3767 68% [========================================== ] 2580/3767 68% [========================================== ] 2581/3767 68% [========================================== ] 2582/3767 68% [========================================== ] 2583/3767 68% [========================================== ] 2584/3767 68% [========================================== ] 2585/3767 68% [========================================== ] 2586/3767 68% [========================================== ] 2587/3767 68% [========================================== ] 2588/3767 68% [========================================== ] 2589/3767 68% [========================================== ] 2590/3767 68% [========================================== ] 2591/3767 68% [========================================== ] 2592/3767 68% [========================================== ] 2593/3767 68% [========================================== ] 2594/3767 68% [========================================== ] 2595/3767 68% [========================================== ] 2596/3767 68% [========================================== ] 2597/3767 68% [========================================== ] 2598/3767 68% [========================================== ] 2599/3767 68% [========================================== ] 2600/3767 69% [========================================== ] 2601/3767 69% [========================================== ] 2602/3767 69% [========================================== ] 2603/3767 69% [========================================== ] 2604/3767 69% [========================================== ] 2605/3767 69% [========================================== ] 2606/3767 69% [========================================== ] 2607/3767 69% [========================================== ] 2608/3767 69% [========================================== ] 2609/3767 69% [========================================== ] 2610/3767 69% [========================================== ] 2611/3767 69% [========================================== ] 2612/3767 69% [=========================================== ] 2613/3767 69% [=========================================== ] 2614/3767 69% [=========================================== ] 2615/3767 69% [=========================================== ] 2616/3767 69% [=========================================== ] 2617/3767 69% [=========================================== ] 2618/3767 69% [=========================================== ] 2619/3767 69% [=========================================== ] 2620/3767 69% [=========================================== ] 2621/3767 69% [=========================================== ] 2622/3767 69% [=========================================== ] 2623/3767 69% [=========================================== ] 2624/3767 69% [=========================================== ] 2625/3767 69% [=========================================== ] 2626/3767 69% [=========================================== ] 2627/3767 69% [=========================================== ] 2628/3767 69% [=========================================== ] 2629/3767 69% [=========================================== ] 2630/3767 69% [=========================================== ] 2631/3767 69% [=========================================== ] 2632/3767 69% [=========================================== ] 2633/3767 69% [=========================================== ] 2634/3767 69% [=========================================== ] 2635/3767 69% [=========================================== ] 2636/3767 69% [=========================================== ] 2637/3767 70% [=========================================== ] 2638/3767 70% [=========================================== ] 2639/3767 70% [=========================================== ] 2640/3767 70% [=========================================== ] 2641/3767 70% [=========================================== ] 2642/3767 70% [=========================================== ] 2643/3767 70% [=========================================== ] 2644/3767 70% [=========================================== ] 2645/3767 70% [=========================================== ] 2646/3767 70% [=========================================== ] 2647/3767 70% [=========================================== ] 2648/3767 70% [=========================================== ] 2649/3767 70% [=========================================== ] 2650/3767 70% [=========================================== ] 2651/3767 70% [=========================================== ] 2652/3767 70% [=========================================== ] 2653/3767 70% [=========================================== ] 2654/3767 70% [=========================================== ] 2655/3767 70% [=========================================== ] 2656/3767 70% [=========================================== ] 2657/3767 70% [=========================================== ] 2658/3767 70% [=========================================== ] 2659/3767 70% [=========================================== ] 2660/3767 70% [=========================================== ] 2661/3767 70% [=========================================== ] 2662/3767 70% [=========================================== ] 2663/3767 70% [=========================================== ] 2664/3767 70% [=========================================== ] 2665/3767 70% [=========================================== ] 2666/3767 70% [=========================================== ] 2667/3767 70% [=========================================== ] 2668/3767 70% [=========================================== ] 2669/3767 70% [=========================================== ] 2670/3767 70% [=========================================== ] 2671/3767 70% [=========================================== ] 2672/3767 70% [=========================================== ] 2673/3767 70% [============================================ ] 2674/3767 70% [============================================ ] 2675/3767 71% [============================================ ] 2676/3767 71% [============================================ ] 2677/3767 71% [============================================ ] 2678/3767 71% [============================================ ] 2679/3767 71% [============================================ ] 2680/3767 71% [============================================ ] 2681/3767 71% [============================================ ] 2682/3767 71% [============================================ ] 2683/3767 71% [============================================ ] 2684/3767 71% [============================================ ] 2685/3767 71% [============================================ ] 2686/3767 71% [============================================ ] 2687/3767 71% [============================================ ] 2688/3767 71% [============================================ ] 2689/3767 71% [============================================ ] 2690/3767 71% [============================================ ] 2691/3767 71% [============================================ ] 2692/3767 71% [============================================ ] 2693/3767 71% [============================================ ] 2694/3767 71% [============================================ ] 2695/3767 71% [============================================ ] 2696/3767 71% [============================================ ] 2697/3767 71% [============================================ ] 2698/3767 71% [============================================ ] 2699/3767 71% [============================================ ] 2700/3767 71% [============================================ ] 2701/3767 71% [============================================ ] 2702/3767 71% [============================================ ] 2703/3767 71% [============================================ ] 2704/3767 71% [============================================ ] 2705/3767 71% [============================================ ] 2706/3767 71% [============================================ ] 2707/3767 71% [============================================ ] 2708/3767 71% [============================================ ] 2709/3767 71% [============================================ ] 2710/3767 71% [============================================ ] 2711/3767 71% [============================================ ] 2712/3767 71% [============================================ ] 2713/3767 72% [============================================ ] 2714/3767 72% [============================================ ] 2715/3767 72% [============================================ ] 2716/3767 72% [============================================ ] 2717/3767 72% [============================================ ] 2718/3767 72% [============================================ ] 2719/3767 72% [============================================ ] 2720/3767 72% [============================================ ] 2721/3767 72% [============================================ ] 2722/3767 72% [============================================ ] 2723/3767 72% [============================================ ] 2724/3767 72% [============================================ ] 2725/3767 72% [============================================ ] 2726/3767 72% [============================================ ] 2727/3767 72% [============================================ ] 2728/3767 72% [============================================ ] 2729/3767 72% [============================================ ] 2730/3767 72% [============================================ ] 2731/3767 72% [============================================ ] 2732/3767 72% [============================================ ] 2733/3767 72% [============================================ ] 2734/3767 72% [============================================= ] 2735/3767 72% [============================================= ] 2736/3767 72% [============================================= ] 2737/3767 72% [============================================= ] 2738/3767 72% [============================================= ] 2739/3767 72% [============================================= ] 2740/3767 72% [============================================= ] 2741/3767 72% [============================================= ] 2742/3767 72% [============================================= ] 2743/3767 72% [============================================= ] 2744/3767 72% [============================================= ] 2745/3767 72% [============================================= ] 2746/3767 72% [============================================= ] 2747/3767 72% [============================================= ] 2748/3767 72% [============================================= ] 2749/3767 72% [============================================= ] 2750/3767 73% [============================================= ] 2751/3767 73% [============================================= ] 2752/3767 73% [============================================= ] 2753/3767 73% [============================================= ] 2754/3767 73% [============================================= ] 2755/3767 73% [============================================= ] 2756/3767 73% [============================================= ] 2757/3767 73% [============================================= ] 2758/3767 73% [============================================= ] 2759/3767 73% [============================================= ] 2760/3767 73% [============================================= ] 2761/3767 73% [============================================= ] 2762/3767 73% [============================================= ] 2763/3767 73% [============================================= ] 2764/3767 73% [============================================= ] 2765/3767 73% [============================================= ] 2766/3767 73% [============================================= ] 2767/3767 73% [============================================= ] 2768/3767 73% [============================================= ] 2769/3767 73% [============================================= ] 2770/3767 73% [============================================= ] 2771/3767 73% [============================================= ] 2772/3767 73% [============================================= ] 2773/3767 73% [============================================= ] 2774/3767 73% [============================================= ] 2775/3767 73% [============================================= ] 2776/3767 73% [============================================= ] 2777/3767 73% [============================================= ] 2778/3767 73% [============================================= ] 2779/3767 73% [============================================= ] 2780/3767 73% [============================================= ] 2781/3767 73% [============================================= ] 2782/3767 73% [============================================= ] 2783/3767 73% [============================================= ] 2784/3767 73% [============================================= ] 2785/3767 73% [============================================= ] 2786/3767 73% [============================================= ] 2787/3767 73% [============================================= ] 2788/3767 74% [============================================= ] 2789/3767 74% [============================================= ] 2790/3767 74% [============================================= ] 2791/3767 74% [============================================= ] 2792/3767 74% [============================================= ] 2793/3767 74% [============================================= ] 2794/3767 74% [============================================== ] 2795/3767 74% [============================================== ] 2796/3767 74% [============================================== ] 2797/3767 74% [============================================== ] 2798/3767 74% [============================================== ] 2799/3767 74% [============================================== ] 2800/3767 74% [============================================== ] 2801/3767 74% [============================================== ] 2802/3767 74% [============================================== ] 2803/3767 74% [============================================== ] 2804/3767 74% [============================================== ] 2805/3767 74% [============================================== ] 2806/3767 74% [============================================== ] 2807/3767 74% [============================================== ] 2808/3767 74% [============================================== ] 2809/3767 74% [============================================== ] 2810/3767 74% [============================================== ] 2811/3767 74% [============================================== ] 2812/3767 74% [============================================== ] 2813/3767 74% [============================================== ] 2814/3767 74% [============================================== ] 2815/3767 74% [============================================== ] 2816/3767 74% [============================================== ] 2817/3767 74% [============================================== ] 2818/3767 74% [============================================== ] 2819/3767 74% [============================================== ] 2820/3767 74% [============================================== ] 2821/3767 74% [============================================== ] 2822/3767 74% [============================================== ] 2823/3767 74% [============================================== ] 2824/3767 74% [============================================== ] 2825/3767 74% [============================================== ] 2826/3767 75% [============================================== ] 2827/3767 75% [============================================== ] 2828/3767 75% [============================================== ] 2829/3767 75% [============================================== ] 2830/3767 75% [============================================== ] 2831/3767 75% [============================================== ] 2832/3767 75% [============================================== ] 2833/3767 75% [============================================== ] 2834/3767 75% [============================================== ] 2835/3767 75% [============================================== ] 2836/3767 75% [============================================== ] 2837/3767 75% [============================================== ] 2838/3767 75% [============================================== ] 2839/3767 75% [============================================== ] 2840/3767 75% [============================================== ] 2841/3767 75% [============================================== ] 2842/3767 75% [============================================== ] 2843/3767 75% [============================================== ] 2844/3767 75% [============================================== ] 2845/3767 75% [============================================== ] 2846/3767 75% [============================================== ] 2847/3767 75% [============================================== ] 2848/3767 75% [============================================== ] 2849/3767 75% [============================================== ] 2850/3767 75% [============================================== ] 2851/3767 75% [============================================== ] 2852/3767 75% [============================================== ] 2853/3767 75% [============================================== ] 2854/3767 75% [============================================== ] 2855/3767 75% [=============================================== ] 2856/3767 75% [=============================================== ] 2857/3767 75% [=============================================== ] 2858/3767 75% [=============================================== ] 2859/3767 75% [=============================================== ] 2860/3767 75% [=============================================== ] 2861/3767 75% [=============================================== ] 2862/3767 75% [=============================================== ] 2863/3767 76% [=============================================== ] 2864/3767 76% [=============================================== ] 2865/3767 76% [=============================================== ] 2866/3767 76% [=============================================== ] 2867/3767 76% [=============================================== ] 2868/3767 76% [=============================================== ] 2869/3767 76% [=============================================== ] 2870/3767 76% [=============================================== ] 2871/3767 76% [=============================================== ] 2872/3767 76% [=============================================== ] 2873/3767 76% [=============================================== ] 2874/3767 76% [=============================================== ] 2875/3767 76% [=============================================== ] 2876/3767 76% [=============================================== ] 2877/3767 76% [=============================================== ] 2878/3767 76% [=============================================== ] 2879/3767 76% [=============================================== ] 2880/3767 76% [=============================================== ] 2881/3767 76% [=============================================== ] 2882/3767 76% [=============================================== ] 2883/3767 76% [=============================================== ] 2884/3767 76% [=============================================== ] 2885/3767 76% [=============================================== ] 2886/3767 76% [=============================================== ] 2887/3767 76% [=============================================== ] 2888/3767 76% [=============================================== ] 2889/3767 76% [=============================================== ] 2890/3767 76% [=============================================== ] 2891/3767 76% [=============================================== ] 2892/3767 76% [=============================================== ] 2893/3767 76% [=============================================== ] 2894/3767 76% [=============================================== ] 2895/3767 76% [=============================================== ] 2896/3767 76% [=============================================== ] 2897/3767 76% [=============================================== ] 2898/3767 76% [=============================================== ] 2899/3767 76% [=============================================== ] 2900/3767 76% [=============================================== ] 2901/3767 77% [=============================================== ] 2902/3767 77% [=============================================== ] 2903/3767 77% [=============================================== ] 2904/3767 77% [=============================================== ] 2905/3767 77% [=============================================== ] 2906/3767 77% [=============================================== ] 2907/3767 77% [=============================================== ] 2908/3767 77% [=============================================== ] 2909/3767 77% [=============================================== ] 2910/3767 77% [=============================================== ] 2911/3767 77% [=============================================== ] 2912/3767 77% [=============================================== ] 2913/3767 77% [=============================================== ] 2914/3767 77% [=============================================== ] 2915/3767 77% [=============================================== ] 2916/3767 77% [================================================ ] 2917/3767 77% [================================================ ] 2918/3767 77% [================================================ ] 2919/3767 77% [================================================ ] 2920/3767 77% [================================================ ] 2921/3767 77% [================================================ ] 2922/3767 77% [================================================ ] 2923/3767 77% [================================================ ] 2924/3767 77% [================================================ ] 2925/3767 77% [================================================ ] 2926/3767 77% [================================================ ] 2927/3767 77% [================================================ ] 2928/3767 77% [================================================ ] 2929/3767 77% [================================================ ] 2930/3767 77% [================================================ ] 2931/3767 77% [================================================ ] 2932/3767 77% [================================================ ] 2933/3767 77% [================================================ ] 2934/3767 77% [================================================ ] 2935/3767 77% [================================================ ] 2936/3767 77% [================================================ ] 2937/3767 77% [================================================ ] 2938/3767 77% [================================================ ] 2939/3767 78% [================================================ ] 2940/3767 78% [================================================ ] 2941/3767 78% [================================================ ] 2942/3767 78% [================================================ ] 2943/3767 78% [================================================ ] 2944/3767 78% [================================================ ] 2945/3767 78% [================================================ ] 2946/3767 78% [================================================ ] 2947/3767 78% [================================================ ] 2948/3767 78% [================================================ ] 2949/3767 78% [================================================ ] 2950/3767 78% [================================================ ] 2951/3767 78% [================================================ ] 2952/3767 78% [================================================ ] 2953/3767 78% [================================================ ] 2954/3767 78% [================================================ ] 2955/3767 78% [================================================ ] 2956/3767 78% [================================================ ] 2957/3767 78% [================================================ ] 2958/3767 78% [================================================ ] 2959/3767 78% [================================================ ] 2960/3767 78% [================================================ ] 2961/3767 78% [================================================ ] 2962/3767 78% [================================================ ] 2963/3767 78% [================================================ ] 2964/3767 78% [================================================ ] 2965/3767 78% [================================================ ] 2966/3767 78% [================================================ ] 2967/3767 78% [================================================ ] 2968/3767 78% [================================================ ] 2969/3767 78% [================================================ ] 2970/3767 78% [================================================ ] 2971/3767 78% [================================================ ] 2972/3767 78% [================================================ ] 2973/3767 78% [================================================ ] 2974/3767 78% [================================================ ] 2975/3767 78% [================================================ ] 2976/3767 79% [================================================ ] 2977/3767 79% [================================================= ] 2978/3767 79% [================================================= ] 2979/3767 79% [================================================= ] 2980/3767 79% [================================================= ] 2981/3767 79% [================================================= ] 2982/3767 79% [================================================= ] 2983/3767 79% [================================================= ] 2984/3767 79% [================================================= ] 2985/3767 79% [================================================= ] 2986/3767 79% [================================================= ] 2987/3767 79% [================================================= ] 2988/3767 79% [================================================= ] 2989/3767 79% [================================================= ] 2990/3767 79% [================================================= ] 2991/3767 79% [================================================= ] 2992/3767 79% [================================================= ] 2993/3767 79% [================================================= ] 2994/3767 79% [================================================= ] 2995/3767 79% [================================================= ] 2996/3767 79% [================================================= ] 2997/3767 79% [================================================= ] 2998/3767 79% [================================================= ] 2999/3767 79% [================================================= ] 3000/3767 79% [================================================= ] 3001/3767 79% [================================================= ] 3002/3767 79% [================================================= ] 3003/3767 79% [================================================= ] 3004/3767 79% [================================================= ] 3005/3767 79% [================================================= ] 3006/3767 79% [================================================= ] 3007/3767 79% [================================================= ] 3008/3767 79% [================================================= ] 3009/3767 79% [================================================= ] 3010/3767 79% [================================================= ] 3011/3767 79% [================================================= ] 3012/3767 79% [================================================= ] 3013/3767 79% [================================================= ] 3014/3767 80% [================================================= ] 3015/3767 80% [================================================= ] 3016/3767 80% [================================================= ] 3017/3767 80% [================================================= ] 3018/3767 80% [================================================= ] 3019/3767 80% [================================================= ] 3020/3767 80% [================================================= ] 3021/3767 80% [================================================= ] 3022/3767 80% [================================================= ] 3023/3767 80% [================================================= ] 3024/3767 80% [================================================= ] 3025/3767 80% [================================================= ] 3026/3767 80% [================================================= ] 3027/3767 80% [================================================= ] 3028/3767 80% [================================================= ] 3029/3767 80% [================================================= ] 3030/3767 80% [================================================= ] 3031/3767 80% [================================================= ] 3032/3767 80% [================================================= ] 3033/3767 80% [================================================= ] 3034/3767 80% [================================================= ] 3035/3767 80% [================================================= ] 3036/3767 80% [================================================= ] 3037/3767 80% [================================================== ] 3038/3767 80% [================================================== ] 3039/3767 80% [================================================== ] 3040/3767 80% [================================================== ] 3041/3767 80% [================================================== ] 3042/3767 80% [================================================== ] 3043/3767 80% [================================================== ] 3044/3767 80% [================================================== ] 3045/3767 80% [================================================== ] 3046/3767 80% [================================================== ] 3047/3767 80% [================================================== ] 3048/3767 80% [================================================== ] 3049/3767 80% [================================================== ] 3050/3767 80% [================================================== ] 3051/3767 80% [================================================== ] 3052/3767 81% [================================================== ] 3053/3767 81% [================================================== ] 3054/3767 81% [================================================== ] 3055/3767 81% [================================================== ] 3056/3767 81% [================================================== ] 3057/3767 81% [================================================== ] 3058/3767 81% [================================================== ] 3059/3767 81% [================================================== ] 3060/3767 81% [================================================== ] 3061/3767 81% [================================================== ] 3062/3767 81% [================================================== ] 3063/3767 81% [================================================== ] 3064/3767 81% [================================================== ] 3065/3767 81% [================================================== ] 3066/3767 81% [================================================== ] 3067/3767 81% [================================================== ] 3068/3767 81% [================================================== ] 3069/3767 81% [================================================== ] 3070/3767 81% [================================================== ] 3071/3767 81% [================================================== ] 3072/3767 81% [================================================== ] 3073/3767 81% [================================================== ] 3074/3767 81% [================================================== ] 3075/3767 81% [================================================== ] 3076/3767 81% [================================================== ] 3077/3767 81% [================================================== ] 3078/3767 81% [================================================== ] 3079/3767 81% [================================================== ] 3080/3767 81% [================================================== ] 3081/3767 81% [================================================== ] 3082/3767 81% [================================================== ] 3083/3767 81% [================================================== ] 3084/3767 81% [================================================== ] 3085/3767 81% [================================================== ] 3086/3767 81% [================================================== ] 3087/3767 81% [================================================== ] 3088/3767 81% [================================================== ] 3089/3767 82% [================================================== ] 3090/3767 82% [================================================== ] 3091/3767 82% [================================================== ] 3092/3767 82% [================================================== ] 3093/3767 82% [================================================== ] 3094/3767 82% [================================================== ] 3095/3767 82% [================================================== ] 3096/3767 82% [================================================== ] 3097/3767 82% [================================================== ] 3098/3767 82% [=================================================== ] 3099/3767 82% [=================================================== ] 3100/3767 82% [=================================================== ] 3101/3767 82% [=================================================== ] 3102/3767 82% [=================================================== ] 3103/3767 82% [=================================================== ] 3104/3767 82% [=================================================== ] 3105/3767 82% [=================================================== ] 3106/3767 82% [=================================================== ] 3107/3767 82% [=================================================== ] 3108/3767 82% [=================================================== ] 3109/3767 82% [=================================================== ] 3110/3767 82% [=================================================== ] 3111/3767 82% [=================================================== ] 3112/3767 82% [=================================================== ] 3113/3767 82% [=================================================== ] 3114/3767 82% [=================================================== ] 3115/3767 82% [=================================================== ] 3116/3767 82% [=================================================== ] 3117/3767 82% [=================================================== ] 3118/3767 82% [=================================================== ] 3119/3767 82% [=================================================== ] 3120/3767 82% [=================================================== ] 3121/3767 82% [=================================================== ] 3122/3767 82% [=================================================== ] 3123/3767 82% [=================================================== ] 3124/3767 82% [=================================================== ] 3125/3767 82% [=================================================== ] 3126/3767 82% [=================================================== ] 3127/3767 83% [=================================================== ] 3128/3767 83% [=================================================== ] 3129/3767 83% [=================================================== ] 3130/3767 83% [=================================================== ] 3131/3767 83% [=================================================== ] 3132/3767 83% [=================================================== ] 3133/3767 83% [=================================================== ] 3134/3767 83% [=================================================== ] 3135/3767 83% [=================================================== ] 3136/3767 83% [=================================================== ] 3137/3767 83% [=================================================== ] 3138/3767 83% [=================================================== ] 3139/3767 83% [=================================================== ] 3140/3767 83% [=================================================== ] 3141/3767 83% [=================================================== ] 3142/3767 83% [=================================================== ] 3143/3767 83% [=================================================== ] 3144/3767 83% [=================================================== ] 3145/3767 83% [=================================================== ] 3146/3767 83% [=================================================== ] 3147/3767 83% [=================================================== ] 3148/3767 83% [=================================================== ] 3149/3767 83% [=================================================== ] 3150/3767 83% [=================================================== ] 3151/3767 83% [=================================================== ] 3152/3767 83% [=================================================== ] 3153/3767 83% [=================================================== ] 3154/3767 83% [=================================================== ] 3155/3767 83% [=================================================== ] 3156/3767 83% [=================================================== ] 3157/3767 83% [=================================================== ] 3158/3767 83% [=================================================== ] 3159/3767 83% [==================================================== ] 3160/3767 83% [==================================================== ] 3161/3767 83% [==================================================== ] 3162/3767 83% [==================================================== ] 3163/3767 83% [==================================================== ] 3164/3767 83% [==================================================== ] 3165/3767 84% [==================================================== ] 3166/3767 84% [==================================================== ] 3167/3767 84% [==================================================== ] 3168/3767 84% [==================================================== ] 3169/3767 84% [==================================================== ] 3170/3767 84% [==================================================== ] 3171/3767 84% [==================================================== ] 3172/3767 84% [==================================================== ] 3173/3767 84% [==================================================== ] 3174/3767 84% [==================================================== ] 3175/3767 84% [==================================================== ] 3176/3767 84% [==================================================== ] 3177/3767 84% [==================================================== ] 3178/3767 84% [==================================================== ] 3179/3767 84% [==================================================== ] 3180/3767 84% [==================================================== ] 3181/3767 84% [==================================================== ] 3182/3767 84% [==================================================== ] 3183/3767 84% [==================================================== ] 3184/3767 84% [==================================================== ] 3185/3767 84% [==================================================== ] 3186/3767 84% [==================================================== ] 3187/3767 84% [==================================================== ] 3188/3767 84% [==================================================== ] 3189/3767 84% [==================================================== ] 3190/3767 84% [==================================================== ] 3191/3767 84% [==================================================== ] 3192/3767 84% [==================================================== ] 3193/3767 84% [==================================================== ] 3194/3767 84% [==================================================== ] 3195/3767 84% [==================================================== ] 3196/3767 84% [==================================================== ] 3197/3767 84% [==================================================== ] 3198/3767 84% [==================================================== ] 3199/3767 84% [==================================================== ] 3200/3767 84% [==================================================== ] 3201/3767 84% [==================================================== ] 3202/3767 85% [==================================================== ] 3203/3767 85% [==================================================== ] 3204/3767 85% [==================================================== ] 3205/3767 85% [==================================================== ] 3206/3767 85% [==================================================== ] 3207/3767 85% [==================================================== ] 3208/3767 85% [==================================================== ] 3209/3767 85% [==================================================== ] 3210/3767 85% [==================================================== ] 3211/3767 85% [==================================================== ] 3212/3767 85% [==================================================== ] 3213/3767 85% [==================================================== ] 3214/3767 85% [==================================================== ] 3215/3767 85% [==================================================== ] 3216/3767 85% [==================================================== ] 3217/3767 85% [==================================================== ] 3218/3767 85% [==================================================== ] 3219/3767 85% [==================================================== ] 3220/3767 85% [===================================================== ] 3221/3767 85% [===================================================== ] 3222/3767 85% [===================================================== ] 3223/3767 85% [===================================================== ] 3224/3767 85% [===================================================== ] 3225/3767 85% [===================================================== ] 3226/3767 85% [===================================================== ] 3227/3767 85% [===================================================== ] 3228/3767 85% [===================================================== ] 3229/3767 85% [===================================================== ] 3230/3767 85% [===================================================== ] 3231/3767 85% [===================================================== ] 3232/3767 85% [===================================================== ] 3233/3767 85% [===================================================== ] 3234/3767 85% [===================================================== ] 3235/3767 85% [===================================================== ] 3236/3767 85% [===================================================== ] 3237/3767 85% [===================================================== ] 3238/3767 85% [===================================================== ] 3239/3767 85% [===================================================== ] 3240/3767 86% [===================================================== ] 3241/3767 86% [===================================================== ] 3242/3767 86% [===================================================== ] 3243/3767 86% [===================================================== ] 3244/3767 86% [===================================================== ] 3245/3767 86% [===================================================== ] 3246/3767 86% [===================================================== ] 3247/3767 86% [===================================================== ] 3248/3767 86% [===================================================== ] 3249/3767 86% [===================================================== ] 3250/3767 86% [===================================================== ] 3251/3767 86% [===================================================== ] 3252/3767 86% [===================================================== ] 3253/3767 86% [===================================================== ] 3254/3767 86% [===================================================== ] 3255/3767 86% [===================================================== ] 3256/3767 86% [===================================================== ] 3257/3767 86% [===================================================== ] 3258/3767 86% [===================================================== ] 3259/3767 86% [===================================================== ] 3260/3767 86% [===================================================== ] 3261/3767 86% [===================================================== ] 3262/3767 86% [===================================================== ] 3263/3767 86% [===================================================== ] 3264/3767 86% [===================================================== ] 3265/3767 86% [===================================================== ] 3266/3767 86% [===================================================== ] 3267/3767 86% [===================================================== ] 3268/3767 86% [===================================================== ] 3269/3767 86% [===================================================== ] 3270/3767 86% [===================================================== ] 3271/3767 86% [===================================================== ] 3272/3767 86% [===================================================== ] 3273/3767 86% [===================================================== ] 3274/3767 86% [===================================================== ] 3275/3767 86% [===================================================== ] 3276/3767 86% [===================================================== ] 3277/3767 86% [===================================================== ] 3278/3767 87% [===================================================== ] 3279/3767 87% [===================================================== ] 3280/3767 87% [====================================================== ] 3281/3767 87% [====================================================== ] 3282/3767 87% [====================================================== ] 3283/3767 87% [====================================================== ] 3284/3767 87% [====================================================== ] 3285/3767 87% [====================================================== ] 3286/3767 87% [====================================================== ] 3287/3767 87% [====================================================== ] 3288/3767 87% [====================================================== ] 3289/3767 87% [====================================================== ] 3290/3767 87% [====================================================== ] 3291/3767 87% [====================================================== ] 3292/3767 87% [====================================================== ] 3293/3767 87% [====================================================== ] 3294/3767 87% [====================================================== ] 3295/3767 87% [====================================================== ] 3296/3767 87% [====================================================== ] 3297/3767 87% [====================================================== ] 3298/3767 87% [====================================================== ] 3299/3767 87% [====================================================== ] 3300/3767 87% [====================================================== ] 3301/3767 87% [====================================================== ] 3302/3767 87% [====================================================== ] 3303/3767 87% [====================================================== ] 3304/3767 87% [====================================================== ] 3305/3767 87% [====================================================== ] 3306/3767 87% [====================================================== ] 3307/3767 87% [====================================================== ] 3308/3767 87% [====================================================== ] 3309/3767 87% [====================================================== ] 3310/3767 87% [====================================================== ] 3311/3767 87% [====================================================== ] 3312/3767 87% [====================================================== ] 3313/3767 87% [====================================================== ] 3314/3767 87% [====================================================== ] 3315/3767 88% [====================================================== ] 3316/3767 88% [====================================================== ] 3317/3767 88% [====================================================== ] 3318/3767 88% [====================================================== ] 3319/3767 88% [====================================================== ] 3320/3767 88% [====================================================== ] 3321/3767 88% [====================================================== ] 3322/3767 88% [====================================================== ] 3323/3767 88% [====================================================== ] 3324/3767 88% [====================================================== ] 3325/3767 88% [====================================================== ] 3326/3767 88% [====================================================== ] 3327/3767 88% [====================================================== ] 3328/3767 88% [====================================================== ] 3329/3767 88% [====================================================== ] 3330/3767 88% [====================================================== ] 3331/3767 88% [====================================================== ] 3332/3767 88% [====================================================== ] 3333/3767 88% [====================================================== ] 3334/3767 88% [====================================================== ] 3335/3767 88% [====================================================== ] 3336/3767 88% [====================================================== ] 3337/3767 88% [====================================================== ] 3338/3767 88% [====================================================== ] 3339/3767 88% [====================================================== ] 3340/3767 88% [====================================================== ] 3341/3767 88% [======================================================= ] 3342/3767 88% [======================================================= ] 3343/3767 88% [======================================================= ] 3344/3767 88% [======================================================= ] 3345/3767 88% [======================================================= ] 3346/3767 88% [======================================================= ] 3347/3767 88% [======================================================= ] 3348/3767 88% [======================================================= ] 3349/3767 88% [======================================================= ] 3350/3767 88% [======================================================= ] 3351/3767 88% [======================================================= ] 3352/3767 88% [======================================================= ] 3353/3767 89% [======================================================= ] 3354/3767 89% [======================================================= ] 3355/3767 89% [======================================================= ] 3356/3767 89% [======================================================= ] 3357/3767 89% [======================================================= ] 3358/3767 89% [======================================================= ] 3359/3767 89% [======================================================= ] 3360/3767 89% [======================================================= ] 3361/3767 89% [======================================================= ] 3362/3767 89% [======================================================= ] 3363/3767 89% [======================================================= ] 3364/3767 89% [======================================================= ] 3365/3767 89% [======================================================= ] 3366/3767 89% [======================================================= ] 3367/3767 89% [======================================================= ] 3368/3767 89% [======================================================= ] 3369/3767 89% [======================================================= ] 3370/3767 89% [======================================================= ] 3371/3767 89% [======================================================= ] 3372/3767 89% [======================================================= ] 3373/3767 89% [======================================================= ] 3374/3767 89% [======================================================= ] 3375/3767 89% [======================================================= ] 3376/3767 89% [======================================================= ] 3377/3767 89% [======================================================= ] 3378/3767 89% [======================================================= ] 3379/3767 89% [======================================================= ] 3380/3767 89% [======================================================= ] 3381/3767 89% [======================================================= ] 3382/3767 89% [======================================================= ] 3383/3767 89% [======================================================= ] 3384/3767 89% [======================================================= ] 3385/3767 89% [======================================================= ] 3386/3767 89% [======================================================= ] 3387/3767 89% [======================================================= ] 3388/3767 89% [======================================================= ] 3389/3767 89% [======================================================= ] 3390/3767 89% [======================================================= ] 3391/3767 90% [======================================================= ] 3392/3767 90% [======================================================= ] 3393/3767 90% [======================================================= ] 3394/3767 90% [======================================================= ] 3395/3767 90% [======================================================= ] 3396/3767 90% [======================================================= ] 3397/3767 90% [======================================================= ] 3398/3767 90% [======================================================= ] 3399/3767 90% [======================================================= ] 3400/3767 90% [======================================================= ] 3401/3767 90% [======================================================= ] 3402/3767 90% [======================================================== ] 3403/3767 90% [======================================================== ] 3404/3767 90% [======================================================== ] 3405/3767 90% [======================================================== ] 3406/3767 90% [======================================================== ] 3407/3767 90% [======================================================== ] 3408/3767 90% [======================================================== ] 3409/3767 90% [======================================================== ] 3410/3767 90% [======================================================== ] 3411/3767 90% [======================================================== ] 3412/3767 90% [======================================================== ] 3413/3767 90% [======================================================== ] 3414/3767 90% [======================================================== ] 3415/3767 90% [======================================================== ] 3416/3767 90% [======================================================== ] 3417/3767 90% [======================================================== ] 3418/3767 90% [======================================================== ] 3419/3767 90% [======================================================== ] 3420/3767 90% [======================================================== ] 3421/3767 90% [======================================================== ] 3422/3767 90% [======================================================== ] 3423/3767 90% [======================================================== ] 3424/3767 90% [======================================================== ] 3425/3767 90% [======================================================== ] 3426/3767 90% [======================================================== ] 3427/3767 90% [======================================================== ] 3428/3767 91% [======================================================== ] 3429/3767 91% [======================================================== ] 3430/3767 91% [======================================================== ] 3431/3767 91% [======================================================== ] 3432/3767 91% [======================================================== ] 3433/3767 91% [======================================================== ] 3434/3767 91% [======================================================== ] 3435/3767 91% [======================================================== ] 3436/3767 91% [======================================================== ] 3437/3767 91% [======================================================== ] 3438/3767 91% [======================================================== ] 3439/3767 91% [======================================================== ] 3440/3767 91% [======================================================== ] 3441/3767 91% [======================================================== ] 3442/3767 91% [======================================================== ] 3443/3767 91% [======================================================== ] 3444/3767 91% [======================================================== ] 3445/3767 91% [======================================================== ] 3446/3767 91% [======================================================== ] 3447/3767 91% [======================================================== ] 3448/3767 91% [======================================================== ] 3449/3767 91% [======================================================== ] 3450/3767 91% [======================================================== ] 3451/3767 91% [======================================================== ] 3452/3767 91% [======================================================== ] 3453/3767 91% [======================================================== ] 3454/3767 91% [======================================================== ] 3455/3767 91% [======================================================== ] 3456/3767 91% [======================================================== ] 3457/3767 91% [======================================================== ] 3458/3767 91% [======================================================== ] 3459/3767 91% [======================================================== ] 3460/3767 91% [======================================================== ] 3461/3767 91% [======================================================== ] 3462/3767 91% [======================================================== ] 3463/3767 91% [========================================================= ] 3464/3767 91% [========================================================= ] 3465/3767 91% [========================================================= ] 3466/3767 92% [========================================================= ] 3467/3767 92% [========================================================= ] 3468/3767 92% [========================================================= ] 3469/3767 92% [========================================================= ] 3470/3767 92% [========================================================= ] 3471/3767 92% [========================================================= ] 3472/3767 92% [========================================================= ] 3473/3767 92% [========================================================= ] 3474/3767 92% [========================================================= ] 3475/3767 92% [========================================================= ] 3476/3767 92% [========================================================= ] 3477/3767 92% [========================================================= ] 3478/3767 92% [========================================================= ] 3479/3767 92% [========================================================= ] 3480/3767 92% [========================================================= ] 3481/3767 92% [========================================================= ] 3482/3767 92% [========================================================= ] 3483/3767 92% [========================================================= ] 3484/3767 92% [========================================================= ] 3485/3767 92% [========================================================= ] 3486/3767 92% [========================================================= ] 3487/3767 92% [========================================================= ] 3488/3767 92% [========================================================= ] 3489/3767 92% [========================================================= ] 3490/3767 92% [========================================================= ] 3491/3767 92% [========================================================= ] 3492/3767 92% [========================================================= ] 3493/3767 92% [========================================================= ] 3494/3767 92% [========================================================= ] 3495/3767 92% [========================================================= ] 3496/3767 92% [========================================================= ] 3497/3767 92% [========================================================= ] 3498/3767 92% [========================================================= ] 3499/3767 92% [========================================================= ] 3500/3767 92% [========================================================= ] 3501/3767 92% [========================================================= ] 3502/3767 92% [========================================================= ] 3503/3767 92% [========================================================= ] 3504/3767 93% [========================================================= ] 3505/3767 93% [========================================================= ] 3506/3767 93% [========================================================= ] 3507/3767 93% [========================================================= ] 3508/3767 93% [========================================================= ] 3509/3767 93% [========================================================= ] 3510/3767 93% [========================================================= ] 3511/3767 93% [========================================================= ] 3512/3767 93% [========================================================= ] 3513/3767 93% [========================================================= ] 3514/3767 93% [========================================================= ] 3515/3767 93% [========================================================= ] 3516/3767 93% [========================================================= ] 3517/3767 93% [========================================================= ] 3518/3767 93% [========================================================= ] 3519/3767 93% [========================================================= ] 3520/3767 93% [========================================================= ] 3521/3767 93% [========================================================= ] 3522/3767 93% [========================================================= ] 3523/3767 93% [========================================================== ] 3524/3767 93% [========================================================== ] 3525/3767 93% [========================================================== ] 3526/3767 93% [========================================================== ] 3527/3767 93% [========================================================== ] 3528/3767 93% [========================================================== ] 3529/3767 93% [========================================================== ] 3530/3767 93% [========================================================== ] 3531/3767 93% [========================================================== ] 3532/3767 93% [========================================================== ] 3533/3767 93% [========================================================== ] 3534/3767 93% [========================================================== ] 3535/3767 93% [========================================================== ] 3536/3767 93% [========================================================== ] 3537/3767 93% [========================================================== ] 3538/3767 93% [========================================================== ] 3539/3767 93% [========================================================== ] 3540/3767 93% [========================================================== ] 3541/3767 94% [========================================================== ] 3542/3767 94% [========================================================== ] 3543/3767 94% [========================================================== ] 3544/3767 94% [========================================================== ] 3545/3767 94% [========================================================== ] 3546/3767 94% [========================================================== ] 3547/3767 94% [========================================================== ] 3548/3767 94% [========================================================== ] 3549/3767 94% [========================================================== ] 3550/3767 94% [========================================================== ] 3551/3767 94% [========================================================== ] 3552/3767 94% [========================================================== ] 3553/3767 94% [========================================================== ] 3554/3767 94% [========================================================== ] 3555/3767 94% [========================================================== ] 3556/3767 94% [========================================================== ] 3557/3767 94% [========================================================== ] 3558/3767 94% [========================================================== ] 3559/3767 94% [========================================================== ] 3560/3767 94% [========================================================== ] 3561/3767 94% [========================================================== ] 3562/3767 94% [========================================================== ] 3563/3767 94% [========================================================== ] 3564/3767 94% [========================================================== ] 3565/3767 94% [========================================================== ] 3566/3767 94% [========================================================== ] 3567/3767 94% [========================================================== ] 3568/3767 94% [========================================================== ] 3569/3767 94% [========================================================== ] 3570/3767 94% [========================================================== ] 3571/3767 94% [========================================================== ] 3572/3767 94% [========================================================== ] 3573/3767 94% [========================================================== ] 3574/3767 94% [========================================================== ] 3575/3767 94% [========================================================== ] 3576/3767 94% [========================================================== ] 3577/3767 94% [========================================================== ] 3578/3767 94% [========================================================== ] 3579/3767 95% [========================================================== ] 3580/3767 95% [========================================================== ] 3581/3767 95% [========================================================== ] 3582/3767 95% [========================================================== ] 3583/3767 95% [========================================================== ] 3584/3767 95% [=========================================================== ] 3585/3767 95% [=========================================================== ] 3586/3767 95% [=========================================================== ] 3587/3767 95% [=========================================================== ] 3588/3767 95% [=========================================================== ] 3589/3767 95% [=========================================================== ] 3590/3767 95% [=========================================================== ] 3591/3767 95% [=========================================================== ] 3592/3767 95% [=========================================================== ] 3593/3767 95% [=========================================================== ] 3594/3767 95% [=========================================================== ] 3595/3767 95% [=========================================================== ] 3596/3767 95% [=========================================================== ] 3597/3767 95% [=========================================================== ] 3598/3767 95% [=========================================================== ] 3599/3767 95% [=========================================================== ] 3600/3767 95% [=========================================================== ] 3601/3767 95% [=========================================================== ] 3602/3767 95% [=========================================================== ] 3603/3767 95% [=========================================================== ] 3604/3767 95% [=========================================================== ] 3605/3767 95% [=========================================================== ] 3606/3767 95% [=========================================================== ] 3607/3767 95% [=========================================================== ] 3608/3767 95% [=========================================================== ] 3609/3767 95% [=========================================================== ] 3610/3767 95% [=========================================================== ] 3611/3767 95% [=========================================================== ] 3612/3767 95% [=========================================================== ] 3613/3767 95% [=========================================================== ] 3614/3767 95% [=========================================================== ] 3615/3767 95% [=========================================================== ] 3616/3767 95% [=========================================================== ] 3617/3767 96% [=========================================================== ] 3618/3767 96% [=========================================================== ] 3619/3767 96% [=========================================================== ] 3620/3767 96% [=========================================================== ] 3621/3767 96% [=========================================================== ] 3622/3767 96% [=========================================================== ] 3623/3767 96% [=========================================================== ] 3624/3767 96% [=========================================================== ] 3625/3767 96% [=========================================================== ] 3626/3767 96% [=========================================================== ] 3627/3767 96% [=========================================================== ] 3628/3767 96% [=========================================================== ] 3629/3767 96% [=========================================================== ] 3630/3767 96% [=========================================================== ] 3631/3767 96% [=========================================================== ] 3632/3767 96% [=========================================================== ] 3633/3767 96% [=========================================================== ] 3634/3767 96% [=========================================================== ] 3635/3767 96% [=========================================================== ] 3636/3767 96% [=========================================================== ] 3637/3767 96% [=========================================================== ] 3638/3767 96% [=========================================================== ] 3639/3767 96% [=========================================================== ] 3640/3767 96% [=========================================================== ] 3641/3767 96% [=========================================================== ] 3642/3767 96% [=========================================================== ] 3643/3767 96% [=========================================================== ] 3644/3767 96% [=========================================================== ] 3645/3767 96% [============================================================ ] 3646/3767 96% [============================================================ ] 3647/3767 96% [============================================================ ] 3648/3767 96% [============================================================ ] 3649/3767 96% [============================================================ ] 3650/3767 96% [============================================================ ] 3651/3767 96% [============================================================ ] 3652/3767 96% [============================================================ ] 3653/3767 96% [============================================================ ] 3654/3767 97% [============================================================ ] 3655/3767 97% [============================================================ ] 3656/3767 97% [============================================================ ] 3657/3767 97% [============================================================ ] 3658/3767 97% [============================================================ ] 3659/3767 97% [============================================================ ] 3660/3767 97% [============================================================ ] 3661/3767 97% [============================================================ ] 3662/3767 97% [============================================================ ] 3663/3767 97% [============================================================ ] 3664/3767 97% [============================================================ ] 3665/3767 97% [============================================================ ] 3666/3767 97% [============================================================ ] 3667/3767 97% [============================================================ ] 3668/3767 97% [============================================================ ] 3669/3767 97% [============================================================ ] 3670/3767 97% [============================================================ ] 3671/3767 97% [============================================================ ] 3672/3767 97% [============================================================ ] 3673/3767 97% [============================================================ ] 3674/3767 97% [============================================================ ] 3675/3767 97% [============================================================ ] 3676/3767 97% [============================================================ ] 3677/3767 97% [============================================================ ] 3678/3767 97% [============================================================ ] 3679/3767 97% [============================================================ ] 3680/3767 97% [============================================================ ] 3681/3767 97% [============================================================ ] 3682/3767 97% [============================================================ ] 3683/3767 97% [============================================================ ] 3684/3767 97% [============================================================ ] 3685/3767 97% [============================================================ ] 3686/3767 97% [============================================================ ] 3687/3767 97% [============================================================ ] 3688/3767 97% [============================================================ ] 3689/3767 97% [============================================================ ] 3690/3767 97% [============================================================ ] 3691/3767 97% [============================================================ ] 3692/3767 98% [============================================================ ] 3693/3767 98% [============================================================ ] 3694/3767 98% [============================================================ ] 3695/3767 98% [============================================================ ] 3696/3767 98% [============================================================ ] 3697/3767 98% [============================================================ ] 3698/3767 98% [============================================================ ] 3699/3767 98% [============================================================ ] 3700/3767 98% [============================================================ ] 3701/3767 98% [============================================================ ] 3702/3767 98% [============================================================ ] 3703/3767 98% [============================================================ ] 3704/3767 98% [============================================================ ] 3705/3767 98% [============================================================ ] 3706/3767 98% [============================================================= ] 3707/3767 98% [============================================================= ] 3708/3767 98% [============================================================= ] 3709/3767 98% [============================================================= ] 3710/3767 98% [============================================================= ] 3711/3767 98% [============================================================= ] 3712/3767 98% [============================================================= ] 3713/3767 98% [============================================================= ] 3714/3767 98% [============================================================= ] 3715/3767 98% [============================================================= ] 3716/3767 98% [============================================================= ] 3717/3767 98% [============================================================= ] 3718/3767 98% [============================================================= ] 3719/3767 98% [============================================================= ] 3720/3767 98% [============================================================= ] 3721/3767 98% [============================================================= ] 3722/3767 98% [============================================================= ] 3723/3767 98% [============================================================= ] 3724/3767 98% [============================================================= ] 3725/3767 98% [============================================================= ] 3726/3767 98% [============================================================= ] 3727/3767 98% [============================================================= ] 3728/3767 98% [============================================================= ] 3729/3767 98% [============================================================= ] 3730/3767 99% [============================================================= ] 3731/3767 99% [============================================================= ] 3732/3767 99% [============================================================= ] 3733/3767 99% [============================================================= ] 3734/3767 99% [============================================================= ] 3735/3767 99% [============================================================= ] 3736/3767 99% [============================================================= ] 3737/3767 99% [============================================================= ] 3738/3767 99% [============================================================= ] 3739/3767 99% [============================================================= ] 3740/3767 99% [============================================================= ] 3741/3767 99% [============================================================= ] 3742/3767 99% [============================================================= ] 3743/3767 99% [============================================================= ] 3744/3767 99% [============================================================= ] 3745/3767 99% [============================================================= ] 3746/3767 99% [============================================================= ] 3747/3767 99% [============================================================= ] 3748/3767 99% [============================================================= ] 3749/3767 99% [============================================================= ] 3750/3767 99% [============================================================= ] 3751/3767 99% [============================================================= ] 3752/3767 99% [============================================================= ] 3753/3767 99% [============================================================= ] 3754/3767 99% [============================================================= ] 3755/3767 99% [============================================================= ] 3756/3767 99% [============================================================= ] 3757/3767 99% [============================================================= ] 3758/3767 99% [============================================================= ] 3759/3767 99% [============================================================= ] 3760/3767 99% [============================================================= ] 3761/3767 99% [============================================================= ] 3762/3767 99% [============================================================= ] 3763/3767 99% [============================================================= ] 3764/3767 99% [============================================================= ] 3765/3767 99% [============================================================= ] 3766/3767 99% [==============================================================] 3767/3767 100% operation complete, 3767 objects in 37346 NAND pages. ln -snf /home/thomas/autobuild/instance-1/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-5174-g96785cd814 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.5.5 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-amlogic-boot-fip e96b6a694380ff07d5a9e4be644ffe254bd18512 Collecting legal info LICENSE: OK (sha256: 4255537f71b1cd0d487de0fa2b8eddf1eb96ed96d119507336dde8b3782b86e6) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> 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.27.6 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> less 643 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.5.0 Collecting legal info COPYING.txt: OK (sha256: 6009a35c7aaee9888fd4844972c37b84bce22e7407893727c70f4f3560ae3eac) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fetchmail 6.4.37 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> 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) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fxdiv 63058eff77e11aa15bf531df5dd34395ec3017c8 Collecting legal info LICENSE: OK (sha256: 7cac00006125b1486a27e4801ed66357236e984c540bd323945ab7b66b078ec3) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libhtp 0.5.45 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> obsidian-cursors 1.0 Collecting legal info >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> tz Collecting legal info >>> host-tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ulogd 2.0.8 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> vulkan-headers 1.3.262 Collecting legal info LICENSE.md: OK (sha256: ac24e5ea920e4318e4d02c4086ae51f53cfb03feed06c18df1019e7ada1ec7bc) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-cpio 2.14 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'