rm -rf /nvmedata/autobuild/instance-31/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-31/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-31/output-1/target/lib/debug /nvmedata/autobuild/instance-31/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-31/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 /nvmedata/autobuild/instance-31/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-31/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-31/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 /nvmedata/autobuild/instance-31/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-531-g130cfc74d7"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-31/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-31/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-31/output-1/per-package /nvmedata/autobuild/instance-31/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-31/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /nvmedata/autobuild/instance-31/output-1/images rm -rf /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs mkdir -p /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-31/output-1/target/ /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-31/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/target >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot echo "/nvmedata/autobuild/instance-31/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /nvmedata/autobuild/instance-31/output-1/images/rootfs.btrfs\n /nvmedata/autobuild/instance-31/output-1/host/bin/mkfs.btrfs -f -r '\''/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /nvmedata/autobuild/instance-31/output-1/images/rootfs.btrfs\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-31/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/btrfs/target table='/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /nvmedata/autobuild/instance-31/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: f8eb1fe8-64b4-4688-b907-7acdc493b92d Node size: 16384 Sector size: 4096 Filesystem size: 245.00MiB Block group profiles: Data: single 112.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 245.00MiB /nvmedata/autobuild/instance-31/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.romfs mkdir -p /nvmedata/autobuild/instance-31/output-1/images rm -rf /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs mkdir -p /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-31/output-1/target/ /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-31/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/target >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot echo "/nvmedata/autobuild/instance-31/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot printf ' /nvmedata/autobuild/instance-31/output-1/host/bin/genromfs -d /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/target -f /nvmedata/autobuild/instance-31/output-1/images/rootfs.romfs\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-31/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/romfs/target table='/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-31/output-1/images rm -rf /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-31/output-1/target/ /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-31/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-31/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-31/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-31/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-31/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3441 objects. stage 2: creating image '/nvmedata/autobuild/instance-31/output-1/images/rootfs.yaffs2' [ ] 1/3441 0% [ ] 2/3441 0% [ ] 3/3441 0% [ ] 4/3441 0% [ ] 5/3441 0% [ ] 6/3441 0% [ ] 7/3441 0% [ ] 8/3441 0% [ ] 9/3441 0% [ ] 10/3441 0% [ ] 11/3441 0% [ ] 12/3441 0% [ ] 13/3441 0% [ ] 14/3441 0% [ ] 15/3441 0% [ ] 16/3441 0% [ ] 17/3441 0% [ ] 18/3441 0% [ ] 19/3441 0% [ ] 20/3441 0% [ ] 21/3441 0% [ ] 22/3441 0% [ ] 23/3441 0% [ ] 24/3441 0% [ ] 25/3441 0% [ ] 26/3441 0% [ ] 27/3441 0% [ ] 28/3441 0% [ ] 29/3441 0% [ ] 30/3441 0% [ ] 31/3441 0% [ ] 32/3441 0% [ ] 33/3441 0% [ ] 34/3441 0% [ ] 35/3441 1% [ ] 36/3441 1% [ ] 37/3441 1% [ ] 38/3441 1% [ ] 39/3441 1% [ ] 40/3441 1% [ ] 41/3441 1% [ ] 42/3441 1% [ ] 43/3441 1% [ ] 44/3441 1% [ ] 45/3441 1% [ ] 46/3441 1% [ ] 47/3441 1% [ ] 48/3441 1% [ ] 49/3441 1% [ ] 50/3441 1% [ ] 51/3441 1% [ ] 52/3441 1% [ ] 53/3441 1% [ ] 54/3441 1% [ ] 55/3441 1% [= ] 56/3441 1% [= ] 57/3441 1% [= ] 58/3441 1% [= ] 59/3441 1% [= ] 60/3441 1% [= ] 61/3441 1% [= ] 62/3441 1% [= ] 63/3441 1% [= ] 64/3441 1% [= ] 65/3441 1% [= ] 66/3441 1% [= ] 67/3441 1% [= ] 68/3441 1% [= ] 69/3441 2% [= ] 70/3441 2% [= ] 71/3441 2% [= ] 72/3441 2% [= ] 73/3441 2% [= ] 74/3441 2% [= ] 75/3441 2% [= ] 76/3441 2% [= ] 77/3441 2% [= ] 78/3441 2% [= ] 79/3441 2% [= ] 80/3441 2% [= ] 81/3441 2% [= ] 82/3441 2% [= ] 83/3441 2% [= ] 84/3441 2% [= ] 85/3441 2% [= ] 86/3441 2% [= ] 87/3441 2% [= ] 88/3441 2% [= ] 89/3441 2% [= ] 90/3441 2% [= ] 91/3441 2% [= ] 92/3441 2% [= ] 93/3441 2% [= ] 94/3441 2% [= ] 95/3441 2% [= ] 96/3441 2% [= ] 97/3441 2% [= ] 98/3441 2% [= ] 99/3441 2% [= ] 100/3441 2% [= ] 101/3441 2% [= ] 102/3441 2% [= ] 103/3441 2% [= ] 104/3441 3% [= ] 105/3441 3% [= ] 106/3441 3% [= ] 107/3441 3% [= ] 108/3441 3% [= ] 109/3441 3% [= ] 110/3441 3% [== ] 111/3441 3% [== ] 112/3441 3% [== ] 113/3441 3% [== ] 114/3441 3% [== ] 115/3441 3% [== ] 116/3441 3% [== ] 117/3441 3% [== ] 118/3441 3% [== ] 119/3441 3% [== ] 120/3441 3% [== ] 121/3441 3% [== ] 122/3441 3% [== ] 123/3441 3% [== ] 124/3441 3% [== ] 125/3441 3% [== ] 126/3441 3% [== ] 127/3441 3% [== ] 128/3441 3% [== ] 129/3441 3% [== ] 130/3441 3% [== ] 131/3441 3% [== ] 132/3441 3% [== ] 133/3441 3% [== ] 134/3441 3% [== ] 135/3441 3% [== ] 136/3441 3% [== ] 137/3441 3% [== ] 138/3441 4% [== ] 139/3441 4% [== ] 140/3441 4% [== ] 141/3441 4% [== ] 142/3441 4% [== ] 143/3441 4% [== ] 144/3441 4% [== ] 145/3441 4% [== ] 146/3441 4% [== ] 147/3441 4% [== ] 148/3441 4% [== ] 149/3441 4% [== ] 150/3441 4% [== ] 151/3441 4% [== ] 152/3441 4% [== ] 153/3441 4% [== ] 154/3441 4% [== ] 155/3441 4% [== ] 156/3441 4% [== ] 157/3441 4% [== ] 158/3441 4% [== ] 159/3441 4% [== ] 160/3441 4% [== ] 161/3441 4% [== ] 162/3441 4% [== ] 163/3441 4% [== ] 164/3441 4% [== ] 165/3441 4% [== ] 166/3441 4% [=== ] 167/3441 4% [=== ] 168/3441 4% [=== ] 169/3441 4% [=== ] 170/3441 4% [=== ] 171/3441 4% [=== ] 172/3441 4% [=== ] 173/3441 5% [=== ] 174/3441 5% [=== ] 175/3441 5% [=== ] 176/3441 5% [=== ] 177/3441 5% [=== ] 178/3441 5% [=== ] 179/3441 5% [=== ] 180/3441 5% [=== ] 181/3441 5% [=== ] 182/3441 5% [=== ] 183/3441 5% [=== ] 184/3441 5% [=== ] 185/3441 5% [=== ] 186/3441 5% [=== ] 187/3441 5% [=== ] 188/3441 5% [=== ] 189/3441 5% [=== ] 190/3441 5% [=== ] 191/3441 5% [=== ] 192/3441 5% [=== ] 193/3441 5% [=== ] 194/3441 5% [=== ] 195/3441 5% [=== ] 196/3441 5% [=== ] 197/3441 5% [=== ] 198/3441 5% [=== ] 199/3441 5% [=== ] 200/3441 5% [=== ] 201/3441 5% [=== ] 202/3441 5% [=== ] 203/3441 5% [=== ] 204/3441 5% [=== ] 205/3441 5% [=== ] 206/3441 5% [=== ] 207/3441 6% [=== ] 208/3441 6% [=== ] 209/3441 6% [=== ] 210/3441 6% [=== ] 211/3441 6% [=== ] 212/3441 6% [=== ] 213/3441 6% [=== ] 214/3441 6% [=== ] 215/3441 6% [=== ] 216/3441 6% [=== ] 217/3441 6% [=== ] 218/3441 6% [=== ] 219/3441 6% [=== ] 220/3441 6% [=== ] 221/3441 6% [==== ] 222/3441 6% [==== ] 223/3441 6% [==== ] 224/3441 6% [==== ] 225/3441 6% [==== ] 226/3441 6% [==== ] 227/3441 6% [==== ] 228/3441 6% [==== ] 229/3441 6% [==== ] 230/3441 6% [==== ] 231/3441 6% [==== ] 232/3441 6% [==== ] 233/3441 6% [==== ] 234/3441 6% [==== ] 235/3441 6% [==== ] 236/3441 6% [==== ] 237/3441 6% [==== ] 238/3441 6% [==== ] 239/3441 6% [==== ] 240/3441 6% [==== ] 241/3441 7% [==== ] 242/3441 7% [==== ] 243/3441 7% [==== ] 244/3441 7% [==== ] 245/3441 7% [==== ] 246/3441 7% [==== ] 247/3441 7% [==== ] 248/3441 7% [==== ] 249/3441 7% [==== ] 250/3441 7% [==== ] 251/3441 7% [==== ] 252/3441 7% [==== ] 253/3441 7% [==== ] 254/3441 7% [==== ] 255/3441 7% [==== ] 256/3441 7% [==== ] 257/3441 7% [==== ] 258/3441 7% [==== ] 259/3441 7% [==== ] 260/3441 7% [==== ] 261/3441 7% [==== ] 262/3441 7% [==== ] 263/3441 7% [==== ] 264/3441 7% [==== ] 265/3441 7% [==== ] 266/3441 7% [==== ] 267/3441 7% [==== ] 268/3441 7% [==== ] 269/3441 7% [==== ] 270/3441 7% [==== ] 271/3441 7% [==== ] 272/3441 7% [==== ] 273/3441 7% [==== ] 274/3441 7% [==== ] 275/3441 7% [==== ] 276/3441 8% [==== ] 277/3441 8% [===== ] 278/3441 8% [===== ] 279/3441 8% [===== ] 280/3441 8% [===== ] 281/3441 8% [===== ] 282/3441 8% [===== ] 283/3441 8% [===== ] 284/3441 8% [===== ] 285/3441 8% [===== ] 286/3441 8% [===== ] 287/3441 8% [===== ] 288/3441 8% [===== ] 289/3441 8% [===== ] 290/3441 8% [===== ] 291/3441 8% [===== ] 292/3441 8% [===== ] 293/3441 8% [===== ] 294/3441 8% [===== ] 295/3441 8% [===== ] 296/3441 8% [===== ] 297/3441 8% [===== ] 298/3441 8% [===== ] 299/3441 8% [===== ] 300/3441 8% [===== ] 301/3441 8% [===== ] 302/3441 8% [===== ] 303/3441 8% [===== ] 304/3441 8% [===== ] 305/3441 8% [===== ] 306/3441 8% [===== ] 307/3441 8% [===== ] 308/3441 8% [===== ] 309/3441 8% [===== ] 310/3441 9% [===== ] 311/3441 9% [===== ] 312/3441 9% [===== ] 313/3441 9% [===== ] 314/3441 9% [===== ] 315/3441 9% [===== ] 316/3441 9% [===== ] 317/3441 9% [===== ] 318/3441 9% [===== ] 319/3441 9% [===== ] 320/3441 9% [===== ] 321/3441 9% [===== ] 322/3441 9% [===== ] 323/3441 9% [===== ] 324/3441 9% [===== ] 325/3441 9% [===== ] 326/3441 9% [===== ] 327/3441 9% [===== ] 328/3441 9% [===== ] 329/3441 9% [===== ] 330/3441 9% [===== ] 331/3441 9% [===== ] 332/3441 9% [====== ] 333/3441 9% [====== ] 334/3441 9% [====== ] 335/3441 9% [====== ] 336/3441 9% [====== ] 337/3441 9% [====== ] 338/3441 9% [====== ] 339/3441 9% [====== ] 340/3441 9% [====== ] 341/3441 9% [====== ] 342/3441 9% [====== ] 343/3441 9% [====== ] 344/3441 9% [====== ] 345/3441 10% [====== ] 346/3441 10% [====== ] 347/3441 10% [====== ] 348/3441 10% [====== ] 349/3441 10% [====== ] 350/3441 10% [====== ] 351/3441 10% [====== ] 352/3441 10% [====== ] 353/3441 10% [====== ] 354/3441 10% [====== ] 355/3441 10% [====== ] 356/3441 10% [====== ] 357/3441 10% [====== ] 358/3441 10% [====== ] 359/3441 10% [====== ] 360/3441 10% [====== ] 361/3441 10% [====== ] 362/3441 10% [====== ] 363/3441 10% [====== ] 364/3441 10% [====== ] 365/3441 10% [====== ] 366/3441 10% [====== ] 367/3441 10% [====== ] 368/3441 10% [====== ] 369/3441 10% [====== ] 370/3441 10% [====== ] 371/3441 10% [====== ] 372/3441 10% [====== ] 373/3441 10% [====== ] 374/3441 10% [====== ] 375/3441 10% [====== ] 376/3441 10% [====== ] 377/3441 10% [====== ] 378/3441 10% [====== ] 379/3441 11% [====== ] 380/3441 11% [====== ] 381/3441 11% [====== ] 382/3441 11% [====== ] 383/3441 11% [====== ] 384/3441 11% [====== ] 385/3441 11% [====== ] 386/3441 11% [====== ] 387/3441 11% [====== ] 388/3441 11% [======= ] 389/3441 11% [======= ] 390/3441 11% [======= ] 391/3441 11% [======= ] 392/3441 11% [======= ] 393/3441 11% [======= ] 394/3441 11% [======= ] 395/3441 11% [======= ] 396/3441 11% [======= ] 397/3441 11% [======= ] 398/3441 11% [======= ] 399/3441 11% [======= ] 400/3441 11% [======= ] 401/3441 11% [======= ] 402/3441 11% [======= ] 403/3441 11% [======= ] 404/3441 11% [======= ] 405/3441 11% [======= ] 406/3441 11% [======= ] 407/3441 11% [======= ] 408/3441 11% [======= ] 409/3441 11% [======= ] 410/3441 11% [======= ] 411/3441 11% [======= ] 412/3441 11% [======= ] 413/3441 12% [======= ] 414/3441 12% [======= ] 415/3441 12% [======= ] 416/3441 12% [======= ] 417/3441 12% [======= ] 418/3441 12% [======= ] 419/3441 12% [======= ] 420/3441 12% [======= ] 421/3441 12% [======= ] 422/3441 12% [======= ] 423/3441 12% [======= ] 424/3441 12% [======= ] 425/3441 12% [======= ] 426/3441 12% [======= ] 427/3441 12% [======= ] 428/3441 12% [======= ] 429/3441 12% [======= ] 430/3441 12% [======= ] 431/3441 12% [======= ] 432/3441 12% [======= ] 433/3441 12% [======= ] 434/3441 12% [======= ] 435/3441 12% [======= ] 436/3441 12% [======= ] 437/3441 12% [======= ] 438/3441 12% [======= ] 439/3441 12% [======= ] 440/3441 12% [======= ] 441/3441 12% [======= ] 442/3441 12% [======= ] 443/3441 12% [======== ] 444/3441 12% [======== ] 445/3441 12% [======== ] 446/3441 12% [======== ] 447/3441 12% [======== ] 448/3441 13% [======== ] 449/3441 13% [======== ] 450/3441 13% [======== ] 451/3441 13% [======== ] 452/3441 13% [======== ] 453/3441 13% [======== ] 454/3441 13% [======== ] 455/3441 13% [======== ] 456/3441 13% [======== ] 457/3441 13% [======== ] 458/3441 13% [======== ] 459/3441 13% [======== ] 460/3441 13% [======== ] 461/3441 13% [======== ] 462/3441 13% [======== ] 463/3441 13% [======== ] 464/3441 13% [======== ] 465/3441 13% [======== ] 466/3441 13% [======== ] 467/3441 13% [======== ] 468/3441 13% [======== ] 469/3441 13% [======== ] 470/3441 13% [======== ] 471/3441 13% [======== ] 472/3441 13% [======== ] 473/3441 13% [======== ] 474/3441 13% [======== ] 475/3441 13% [======== ] 476/3441 13% [======== ] 477/3441 13% [======== ] 478/3441 13% [======== ] 479/3441 13% [======== ] 480/3441 13% [======== ] 481/3441 13% [======== ] 482/3441 14% [======== ] 483/3441 14% [======== ] 484/3441 14% [======== ] 485/3441 14% [======== ] 486/3441 14% [======== ] 487/3441 14% [======== ] 488/3441 14% [======== ] 489/3441 14% [======== ] 490/3441 14% [======== ] 491/3441 14% [======== ] 492/3441 14% [======== ] 493/3441 14% [======== ] 494/3441 14% [======== ] 495/3441 14% [======== ] 496/3441 14% [======== ] 497/3441 14% [======== ] 498/3441 14% [======== ] 499/3441 14% [========= ] 500/3441 14% [========= ] 501/3441 14% [========= ] 502/3441 14% [========= ] 503/3441 14% [========= ] 504/3441 14% [========= ] 505/3441 14% [========= ] 506/3441 14% [========= ] 507/3441 14% [========= ] 508/3441 14% [========= ] 509/3441 14% [========= ] 510/3441 14% [========= ] 511/3441 14% [========= ] 512/3441 14% [========= ] 513/3441 14% [========= ] 514/3441 14% [========= ] 515/3441 14% [========= ] 516/3441 14% [========= ] 517/3441 15% [========= ] 518/3441 15% [========= ] 519/3441 15% [========= ] 520/3441 15% [========= ] 521/3441 15% [========= ] 522/3441 15% [========= ] 523/3441 15% [========= ] 524/3441 15% [========= ] 525/3441 15% [========= ] 526/3441 15% [========= ] 527/3441 15% [========= ] 528/3441 15% [========= ] 529/3441 15% [========= ] 530/3441 15% [========= ] 531/3441 15% [========= ] 532/3441 15% [========= ] 533/3441 15% [========= ] 534/3441 15% [========= ] 535/3441 15% [========= ] 536/3441 15% [========= ] 537/3441 15% [========= ] 538/3441 15% [========= ] 539/3441 15% [========= ] 540/3441 15% [========= ] 541/3441 15% [========= ] 542/3441 15% [========= ] 543/3441 15% [========= ] 544/3441 15% [========= ] 545/3441 15% [========= ] 546/3441 15% [========= ] 547/3441 15% [========= ] 548/3441 15% [========= ] 549/3441 15% [========= ] 550/3441 15% [========= ] 551/3441 16% [========= ] 552/3441 16% [========= ] 553/3441 16% [========= ] 554/3441 16% [========== ] 555/3441 16% [========== ] 556/3441 16% [========== ] 557/3441 16% [========== ] 558/3441 16% [========== ] 559/3441 16% [========== ] 560/3441 16% [========== ] 561/3441 16% [========== ] 562/3441 16% [========== ] 563/3441 16% [========== ] 564/3441 16% [========== ] 565/3441 16% [========== ] 566/3441 16% [========== ] 567/3441 16% [========== ] 568/3441 16% [========== ] 569/3441 16% [========== ] 570/3441 16% [========== ] 571/3441 16% [========== ] 572/3441 16% [========== ] 573/3441 16% [========== ] 574/3441 16% [========== ] 575/3441 16% [========== ] 576/3441 16% [========== ] 577/3441 16% [========== ] 578/3441 16% [========== ] 579/3441 16% [========== ] 580/3441 16% [========== ] 581/3441 16% [========== ] 582/3441 16% [========== ] 583/3441 16% [========== ] 584/3441 16% [========== ] 585/3441 17% [========== ] 586/3441 17% [========== ] 587/3441 17% [========== ] 588/3441 17% [========== ] 589/3441 17% [========== ] 590/3441 17% [========== ] 591/3441 17% [========== ] 592/3441 17% [========== ] 593/3441 17% [========== ] 594/3441 17% [========== ] 595/3441 17% [========== ] 596/3441 17% [========== ] 597/3441 17% [========== ] 598/3441 17% [========== ] 599/3441 17% [========== ] 600/3441 17% [========== ] 601/3441 17% [========== ] 602/3441 17% [========== ] 603/3441 17% [========== ] 604/3441 17% [========== ] 605/3441 17% [========== ] 606/3441 17% [========== ] 607/3441 17% [========== ] 608/3441 17% [========== ] 609/3441 17% [========== ] 610/3441 17% [=========== ] 611/3441 17% [=========== ] 612/3441 17% [=========== ] 613/3441 17% [=========== ] 614/3441 17% [=========== ] 615/3441 17% [=========== ] 616/3441 17% [=========== ] 617/3441 17% [=========== ] 618/3441 17% [=========== ] 619/3441 17% [=========== ] 620/3441 18% [=========== ] 621/3441 18% [=========== ] 622/3441 18% [=========== ] 623/3441 18% [=========== ] 624/3441 18% [=========== ] 625/3441 18% [=========== ] 626/3441 18% [=========== ] 627/3441 18% [=========== ] 628/3441 18% [=========== ] 629/3441 18% [=========== ] 630/3441 18% [=========== ] 631/3441 18% [=========== ] 632/3441 18% [=========== ] 633/3441 18% [=========== ] 634/3441 18% [=========== ] 635/3441 18% [=========== ] 636/3441 18% [=========== ] 637/3441 18% [=========== ] 638/3441 18% [=========== ] 639/3441 18% [=========== ] 640/3441 18% [=========== ] 641/3441 18% [=========== ] 642/3441 18% [=========== ] 643/3441 18% [=========== ] 644/3441 18% [=========== ] 645/3441 18% [=========== ] 646/3441 18% [=========== ] 647/3441 18% [=========== ] 648/3441 18% [=========== ] 649/3441 18% [=========== ] 650/3441 18% [=========== ] 651/3441 18% [=========== ] 652/3441 18% [=========== ] 653/3441 18% [=========== ] 654/3441 19% [=========== ] 655/3441 19% [=========== ] 656/3441 19% [=========== ] 657/3441 19% [=========== ] 658/3441 19% [=========== ] 659/3441 19% [=========== ] 660/3441 19% [=========== ] 661/3441 19% [=========== ] 662/3441 19% [=========== ] 663/3441 19% [=========== ] 664/3441 19% [=========== ] 665/3441 19% [============ ] 666/3441 19% [============ ] 667/3441 19% [============ ] 668/3441 19% [============ ] 669/3441 19% [============ ] 670/3441 19% [============ ] 671/3441 19% [============ ] 672/3441 19% [============ ] 673/3441 19% [============ ] 674/3441 19% [============ ] 675/3441 19% [============ ] 676/3441 19% [============ ] 677/3441 19% [============ ] 678/3441 19% [============ ] 679/3441 19% [============ ] 680/3441 19% [============ ] 681/3441 19% [============ ] 682/3441 19% [============ ] 683/3441 19% [============ ] 684/3441 19% [============ ] 685/3441 19% [============ ] 686/3441 19% [============ ] 687/3441 19% [============ ] 688/3441 19% [============ ] 689/3441 20% [============ ] 690/3441 20% [============ ] 691/3441 20% [============ ] 692/3441 20% [============ ] 693/3441 20% [============ ] 694/3441 20% [============ ] 695/3441 20% [============ ] 696/3441 20% [============ ] 697/3441 20% [============ ] 698/3441 20% [============ ] 699/3441 20% [============ ] 700/3441 20% [============ ] 701/3441 20% [============ ] 702/3441 20% [============ ] 703/3441 20% [============ ] 704/3441 20% [============ ] 705/3441 20% [============ ] 706/3441 20% [============ ] 707/3441 20% [============ ] 708/3441 20% [============ ] 709/3441 20% [============ ] 710/3441 20% [============ ] 711/3441 20% [============ ] 712/3441 20% [============ ] 713/3441 20% [============ ] 714/3441 20% [============ ] 715/3441 20% [============ ] 716/3441 20% [============ ] 717/3441 20% [============ ] 718/3441 20% [============ ] 719/3441 20% [============ ] 720/3441 20% [============ ] 721/3441 20% [============= ] 722/3441 20% [============= ] 723/3441 21% [============= ] 724/3441 21% [============= ] 725/3441 21% [============= ] 726/3441 21% [============= ] 727/3441 21% [============= ] 728/3441 21% [============= ] 729/3441 21% [============= ] 730/3441 21% [============= ] 731/3441 21% [============= ] 732/3441 21% [============= ] 733/3441 21% [============= ] 734/3441 21% [============= ] 735/3441 21% [============= ] 736/3441 21% [============= ] 737/3441 21% [============= ] 738/3441 21% [============= ] 739/3441 21% [============= ] 740/3441 21% [============= ] 741/3441 21% [============= ] 742/3441 21% [============= ] 743/3441 21% [============= ] 744/3441 21% [============= ] 745/3441 21% [============= ] 746/3441 21% [============= ] 747/3441 21% [============= ] 748/3441 21% [============= ] 749/3441 21% [============= ] 750/3441 21% [============= ] 751/3441 21% [============= ] 752/3441 21% [============= ] 753/3441 21% [============= ] 754/3441 21% [============= ] 755/3441 21% [============= ] 756/3441 21% [============= ] 757/3441 21% [============= ] 758/3441 22% [============= ] 759/3441 22% [============= ] 760/3441 22% [============= ] 761/3441 22% [============= ] 762/3441 22% [============= ] 763/3441 22% [============= ] 764/3441 22% [============= ] 765/3441 22% [============= ] 766/3441 22% [============= ] 767/3441 22% [============= ] 768/3441 22% [============= ] 769/3441 22% [============= ] 770/3441 22% [============= ] 771/3441 22% [============= ] 772/3441 22% [============= ] 773/3441 22% [============= ] 774/3441 22% [============= ] 775/3441 22% [============= ] 776/3441 22% [============== ] 777/3441 22% [============== ] 778/3441 22% [============== ] 779/3441 22% [============== ] 780/3441 22% [============== ] 781/3441 22% [============== ] 782/3441 22% [============== ] 783/3441 22% [============== ] 784/3441 22% [============== ] 785/3441 22% [============== ] 786/3441 22% [============== ] 787/3441 22% [============== ] 788/3441 22% [============== ] 789/3441 22% [============== ] 790/3441 22% [============== ] 791/3441 22% [============== ] 792/3441 23% [============== ] 793/3441 23% [============== ] 794/3441 23% [============== ] 795/3441 23% [============== ] 796/3441 23% [============== ] 797/3441 23% [============== ] 798/3441 23% [============== ] 799/3441 23% [============== ] 800/3441 23% [============== ] 801/3441 23% [============== ] 802/3441 23% [============== ] 803/3441 23% [============== ] 804/3441 23% [============== ] 805/3441 23% [============== ] 806/3441 23% [============== ] 807/3441 23% [============== ] 808/3441 23% [============== ] 809/3441 23% [============== ] 810/3441 23% [============== ] 811/3441 23% [============== ] 812/3441 23% [============== ] 813/3441 23% [============== ] 814/3441 23% [============== ] 815/3441 23% [============== ] 816/3441 23% [============== ] 817/3441 23% [============== ] 818/3441 23% [============== ] 819/3441 23% [============== ] 820/3441 23% [============== ] 821/3441 23% [============== ] 822/3441 23% [============== ] 823/3441 23% [============== ] 824/3441 23% [============== ] 825/3441 23% [============== ] 826/3441 24% [============== ] 827/3441 24% [============== ] 828/3441 24% [============== ] 829/3441 24% [============== ] 830/3441 24% [============== ] 831/3441 24% [============== ] 832/3441 24% [=============== ] 833/3441 24% [=============== ] 834/3441 24% [=============== ] 835/3441 24% [=============== ] 836/3441 24% [=============== ] 837/3441 24% [=============== ] 838/3441 24% [=============== ] 839/3441 24% [=============== ] 840/3441 24% [=============== ] 841/3441 24% [=============== ] 842/3441 24% [=============== ] 843/3441 24% [=============== ] 844/3441 24% [=============== ] 845/3441 24% [=============== ] 846/3441 24% [=============== ] 847/3441 24% [=============== ] 848/3441 24% [=============== ] 849/3441 24% [=============== ] 850/3441 24% [=============== ] 851/3441 24% [=============== ] 852/3441 24% [=============== ] 853/3441 24% [=============== ] 854/3441 24% [=============== ] 855/3441 24% [=============== ] 856/3441 24% [=============== ] 857/3441 24% [=============== ] 858/3441 24% [=============== ] 859/3441 24% [=============== ] 860/3441 24% [=============== ] 861/3441 25% [=============== ] 862/3441 25% [=============== ] 863/3441 25% [=============== ] 864/3441 25% [=============== ] 865/3441 25% [=============== ] 866/3441 25% [=============== ] 867/3441 25% [=============== ] 868/3441 25% [=============== ] 869/3441 25% [=============== ] 870/3441 25% [=============== ] 871/3441 25% [=============== ] 872/3441 25% [=============== ] 873/3441 25% [=============== ] 874/3441 25% [=============== ] 875/3441 25% [=============== ] 876/3441 25% [=============== ] 877/3441 25% [=============== ] 878/3441 25% [=============== ] 879/3441 25% [=============== ] 880/3441 25% [=============== ] 881/3441 25% [=============== ] 882/3441 25% [=============== ] 883/3441 25% [=============== ] 884/3441 25% [=============== ] 885/3441 25% [=============== ] 886/3441 25% [=============== ] 887/3441 25% [================ ] 888/3441 25% [================ ] 889/3441 25% [================ ] 890/3441 25% [================ ] 891/3441 25% [================ ] 892/3441 25% [================ ] 893/3441 25% [================ ] 894/3441 25% [================ ] 895/3441 26% [================ ] 896/3441 26% [================ ] 897/3441 26% [================ ] 898/3441 26% [================ ] 899/3441 26% [================ ] 900/3441 26% [================ ] 901/3441 26% [================ ] 902/3441 26% [================ ] 903/3441 26% [================ ] 904/3441 26% [================ ] 905/3441 26% [================ ] 906/3441 26% [================ ] 907/3441 26% [================ ] 908/3441 26% [================ ] 909/3441 26% [================ ] 910/3441 26% [================ ] 911/3441 26% [================ ] 912/3441 26% [================ ] 913/3441 26% [================ ] 914/3441 26% [================ ] 915/3441 26% [================ ] 916/3441 26% [================ ] 917/3441 26% [================ ] 918/3441 26% [================ ] 919/3441 26% [================ ] 920/3441 26% [================ ] 921/3441 26% [================ ] 922/3441 26% [================ ] 923/3441 26% [================ ] 924/3441 26% [================ ] 925/3441 26% [================ ] 926/3441 26% [================ ] 927/3441 26% [================ ] 928/3441 26% [================ ] 929/3441 26% [================ ] 930/3441 27% [================ ] 931/3441 27% [================ ] 932/3441 27% [================ ] 933/3441 27% [================ ] 934/3441 27% [================ ] 935/3441 27% [================ ] 936/3441 27% [================ ] 937/3441 27% [================ ] 938/3441 27% [================ ] 939/3441 27% [================ ] 940/3441 27% [================ ] 941/3441 27% [================ ] 942/3441 27% [================ ] 943/3441 27% [================= ] 944/3441 27% [================= ] 945/3441 27% [================= ] 946/3441 27% [================= ] 947/3441 27% [================= ] 948/3441 27% [================= ] 949/3441 27% [================= ] 950/3441 27% [================= ] 951/3441 27% [================= ] 952/3441 27% [================= ] 953/3441 27% [================= ] 954/3441 27% [================= ] 955/3441 27% [================= ] 956/3441 27% [================= ] 957/3441 27% [================= ] 958/3441 27% [================= ] 959/3441 27% [================= ] 960/3441 27% [================= ] 961/3441 27% [================= ] 962/3441 27% [================= ] 963/3441 27% [================= ] 964/3441 28% [================= ] 965/3441 28% [================= ] 966/3441 28% [================= ] 967/3441 28% [================= ] 968/3441 28% [================= ] 969/3441 28% [================= ] 970/3441 28% [================= ] 971/3441 28% [================= ] 972/3441 28% [================= ] 973/3441 28% [================= ] 974/3441 28% [================= ] 975/3441 28% [================= ] 976/3441 28% [================= ] 977/3441 28% [================= ] 978/3441 28% [================= ] 979/3441 28% [================= ] 980/3441 28% [================= ] 981/3441 28% [================= ] 982/3441 28% [================= ] 983/3441 28% [================= ] 984/3441 28% [================= ] 985/3441 28% [================= ] 986/3441 28% [================= ] 987/3441 28% [================= ] 988/3441 28% [================= ] 989/3441 28% [================= ] 990/3441 28% [================= ] 991/3441 28% [================= ] 992/3441 28% [================= ] 993/3441 28% [================= ] 994/3441 28% [================= ] 995/3441 28% [================= ] 996/3441 28% [================= ] 997/3441 28% [================= ] 998/3441 29% [================== ] 999/3441 29% [================== ] 1000/3441 29% [================== ] 1001/3441 29% [================== ] 1002/3441 29% [================== ] 1003/3441 29% [================== ] 1004/3441 29% [================== ] 1005/3441 29% [================== ] 1006/3441 29% [================== ] 1007/3441 29% [================== ] 1008/3441 29% [================== ] 1009/3441 29% [================== ] 1010/3441 29% [================== ] 1011/3441 29% [================== ] 1012/3441 29% [================== ] 1013/3441 29% [================== ] 1014/3441 29% [================== ] 1015/3441 29% [================== ] 1016/3441 29% [================== ] 1017/3441 29% [================== ] 1018/3441 29% [================== ] 1019/3441 29% [================== ] 1020/3441 29% [================== ] 1021/3441 29% [================== ] 1022/3441 29% [================== ] 1023/3441 29% [================== ] 1024/3441 29% [================== ] 1025/3441 29% [================== ] 1026/3441 29% [================== ] 1027/3441 29% [================== ] 1028/3441 29% [================== ] 1029/3441 29% [================== ] 1030/3441 29% [================== ] 1031/3441 29% [================== ] 1032/3441 29% [================== ] 1033/3441 30% [================== ] 1034/3441 30% [================== ] 1035/3441 30% [================== ] 1036/3441 30% [================== ] 1037/3441 30% [================== ] 1038/3441 30% [================== ] 1039/3441 30% [================== ] 1040/3441 30% [================== ] 1041/3441 30% [================== ] 1042/3441 30% [================== ] 1043/3441 30% [================== ] 1044/3441 30% [================== ] 1045/3441 30% [================== ] 1046/3441 30% [================== ] 1047/3441 30% [================== ] 1048/3441 30% [================== ] 1049/3441 30% [================== ] 1050/3441 30% [================== ] 1051/3441 30% [================== ] 1052/3441 30% [================== ] 1053/3441 30% [================== ] 1054/3441 30% [=================== ] 1055/3441 30% [=================== ] 1056/3441 30% [=================== ] 1057/3441 30% [=================== ] 1058/3441 30% [=================== ] 1059/3441 30% [=================== ] 1060/3441 30% [=================== ] 1061/3441 30% [=================== ] 1062/3441 30% [=================== ] 1063/3441 30% [=================== ] 1064/3441 30% [=================== ] 1065/3441 30% [=================== ] 1066/3441 30% [=================== ] 1067/3441 31% [=================== ] 1068/3441 31% [=================== ] 1069/3441 31% [=================== ] 1070/3441 31% [=================== ] 1071/3441 31% [=================== ] 1072/3441 31% [=================== ] 1073/3441 31% [=================== ] 1074/3441 31% [=================== ] 1075/3441 31% [=================== ] 1076/3441 31% [=================== ] 1077/3441 31% [=================== ] 1078/3441 31% [=================== ] 1079/3441 31% [=================== ] 1080/3441 31% [=================== ] 1081/3441 31% [=================== ] 1082/3441 31% [=================== ] 1083/3441 31% [=================== ] 1084/3441 31% [=================== ] 1085/3441 31% [=================== ] 1086/3441 31% [=================== ] 1087/3441 31% [=================== ] 1088/3441 31% [=================== ] 1089/3441 31% [=================== ] 1090/3441 31% [=================== ] 1091/3441 31% [=================== ] 1092/3441 31% [=================== ] 1093/3441 31% [=================== ] 1094/3441 31% [=================== ] 1095/3441 31% [=================== ] 1096/3441 31% [=================== ] 1097/3441 31% [=================== ] 1098/3441 31% [=================== ] 1099/3441 31% [=================== ] 1100/3441 31% [=================== ] 1101/3441 31% [=================== ] 1102/3441 32% [=================== ] 1103/3441 32% [=================== ] 1104/3441 32% [=================== ] 1105/3441 32% [=================== ] 1106/3441 32% [=================== ] 1107/3441 32% [=================== ] 1108/3441 32% [=================== ] 1109/3441 32% [==================== ] 1110/3441 32% [==================== ] 1111/3441 32% [==================== ] 1112/3441 32% [==================== ] 1113/3441 32% [==================== ] 1114/3441 32% [==================== ] 1115/3441 32% [==================== ] 1116/3441 32% [==================== ] 1117/3441 32% [==================== ] 1118/3441 32% [==================== ] 1119/3441 32% [==================== ] 1120/3441 32% [==================== ] 1121/3441 32% [==================== ] 1122/3441 32% [==================== ] 1123/3441 32% [==================== ] 1124/3441 32% [==================== ] 1125/3441 32% [==================== ] 1126/3441 32% [==================== ] 1127/3441 32% [==================== ] 1128/3441 32% [==================== ] 1129/3441 32% [==================== ] 1130/3441 32% [==================== ] 1131/3441 32% [==================== ] 1132/3441 32% [==================== ] 1133/3441 32% [==================== ] 1134/3441 32% [==================== ] 1135/3441 32% [==================== ] 1136/3441 33% [==================== ] 1137/3441 33% [==================== ] 1138/3441 33% [==================== ] 1139/3441 33% [==================== ] 1140/3441 33% [==================== ] 1141/3441 33% [==================== ] 1142/3441 33% [==================== ] 1143/3441 33% [==================== ] 1144/3441 33% [==================== ] 1145/3441 33% [==================== ] 1146/3441 33% [==================== ] 1147/3441 33% [==================== ] 1148/3441 33% [==================== ] 1149/3441 33% [==================== ] 1150/3441 33% [==================== ] 1151/3441 33% [==================== ] 1152/3441 33% [==================== ] 1153/3441 33% [==================== ] 1154/3441 33% [==================== ] 1155/3441 33% [==================== ] 1156/3441 33% [==================== ] 1157/3441 33% [==================== ] 1158/3441 33% [==================== ] 1159/3441 33% [==================== ] 1160/3441 33% [==================== ] 1161/3441 33% [==================== ] 1162/3441 33% [==================== ] 1163/3441 33% [==================== ] 1164/3441 33% [==================== ] 1165/3441 33% [===================== ] 1166/3441 33% [===================== ] 1167/3441 33% [===================== ] 1168/3441 33% [===================== ] 1169/3441 33% [===================== ] 1170/3441 34% [===================== ] 1171/3441 34% [===================== ] 1172/3441 34% [===================== ] 1173/3441 34% [===================== ] 1174/3441 34% [===================== ] 1175/3441 34% [===================== ] 1176/3441 34% [===================== ] 1177/3441 34% [===================== ] 1178/3441 34% [===================== ] 1179/3441 34% [===================== ] 1180/3441 34% [===================== ] 1181/3441 34% [===================== ] 1182/3441 34% [===================== ] 1183/3441 34% [===================== ] 1184/3441 34% [===================== ] 1185/3441 34% [===================== ] 1186/3441 34% [===================== ] 1187/3441 34% [===================== ] 1188/3441 34% [===================== ] 1189/3441 34% [===================== ] 1190/3441 34% [===================== ] 1191/3441 34% [===================== ] 1192/3441 34% [===================== ] 1193/3441 34% [===================== ] 1194/3441 34% [===================== ] 1195/3441 34% [===================== ] 1196/3441 34% [===================== ] 1197/3441 34% [===================== ] 1198/3441 34% [===================== ] 1199/3441 34% [===================== ] 1200/3441 34% [===================== ] 1201/3441 34% [===================== ] 1202/3441 34% [===================== ] 1203/3441 34% [===================== ] 1204/3441 34% [===================== ] 1205/3441 35% [===================== ] 1206/3441 35% [===================== ] 1207/3441 35% [===================== ] 1208/3441 35% [===================== ] 1209/3441 35% [===================== ] 1210/3441 35% [===================== ] 1211/3441 35% [===================== ] 1212/3441 35% [===================== ] 1213/3441 35% [===================== ] 1214/3441 35% [===================== ] 1215/3441 35% [===================== ] 1216/3441 35% [===================== ] 1217/3441 35% [===================== ] 1218/3441 35% [===================== ] 1219/3441 35% [===================== ] 1220/3441 35% [====================== ] 1221/3441 35% [====================== ] 1222/3441 35% [====================== ] 1223/3441 35% [====================== ] 1224/3441 35% [====================== ] 1225/3441 35% [====================== ] 1226/3441 35% [====================== ] 1227/3441 35% [====================== ] 1228/3441 35% [====================== ] 1229/3441 35% [====================== ] 1230/3441 35% [====================== ] 1231/3441 35% [====================== ] 1232/3441 35% [====================== ] 1233/3441 35% [====================== ] 1234/3441 35% [====================== ] 1235/3441 35% [====================== ] 1236/3441 35% [====================== ] 1237/3441 35% [====================== ] 1238/3441 35% [====================== ] 1239/3441 36% [====================== ] 1240/3441 36% [====================== ] 1241/3441 36% [====================== ] 1242/3441 36% [====================== ] 1243/3441 36% [====================== ] 1244/3441 36% [====================== ] 1245/3441 36% [====================== ] 1246/3441 36% [====================== ] 1247/3441 36% [====================== ] 1248/3441 36% [====================== ] 1249/3441 36% [====================== ] 1250/3441 36% [====================== ] 1251/3441 36% [====================== ] 1252/3441 36% [====================== ] 1253/3441 36% [====================== ] 1254/3441 36% [====================== ] 1255/3441 36% [====================== ] 1256/3441 36% [====================== ] 1257/3441 36% [====================== ] 1258/3441 36% [====================== ] 1259/3441 36% [====================== ] 1260/3441 36% [====================== ] 1261/3441 36% [====================== ] 1262/3441 36% [====================== ] 1263/3441 36% [====================== ] 1264/3441 36% [====================== ] 1265/3441 36% [====================== ] 1266/3441 36% [====================== ] 1267/3441 36% [====================== ] 1268/3441 36% [====================== ] 1269/3441 36% [====================== ] 1270/3441 36% [====================== ] 1271/3441 36% [====================== ] 1272/3441 36% [====================== ] 1273/3441 36% [====================== ] 1274/3441 37% [====================== ] 1275/3441 37% [====================== ] 1276/3441 37% [======================= ] 1277/3441 37% [======================= ] 1278/3441 37% [======================= ] 1279/3441 37% [======================= ] 1280/3441 37% [======================= ] 1281/3441 37% [======================= ] 1282/3441 37% [======================= ] 1283/3441 37% [======================= ] 1284/3441 37% [======================= ] 1285/3441 37% [======================= ] 1286/3441 37% [======================= ] 1287/3441 37% [======================= ] 1288/3441 37% [======================= ] 1289/3441 37% [======================= ] 1290/3441 37% [======================= ] 1291/3441 37% [======================= ] 1292/3441 37% [======================= ] 1293/3441 37% [======================= ] 1294/3441 37% [======================= ] 1295/3441 37% [======================= ] 1296/3441 37% [======================= ] 1297/3441 37% [======================= ] 1298/3441 37% [======================= ] 1299/3441 37% [======================= ] 1300/3441 37% [======================= ] 1301/3441 37% [======================= ] 1302/3441 37% [======================= ] 1303/3441 37% [======================= ] 1304/3441 37% [======================= ] 1305/3441 37% [======================= ] 1306/3441 37% [======================= ] 1307/3441 37% [======================= ] 1308/3441 38% [======================= ] 1309/3441 38% [======================= ] 1310/3441 38% [======================= ] 1311/3441 38% [======================= ] 1312/3441 38% [======================= ] 1313/3441 38% [======================= ] 1314/3441 38% [======================= ] 1315/3441 38% [======================= ] 1316/3441 38% [======================= ] 1317/3441 38% [======================= ] 1318/3441 38% [======================= ] 1319/3441 38% [======================= ] 1320/3441 38% [======================= ] 1321/3441 38% [======================= ] 1322/3441 38% [======================= ] 1323/3441 38% [======================= ] 1324/3441 38% [======================= ] 1325/3441 38% [======================= ] 1326/3441 38% [======================= ] 1327/3441 38% [======================= ] 1328/3441 38% [======================= ] 1329/3441 38% [======================= ] 1330/3441 38% [======================= ] 1331/3441 38% [======================== ] 1332/3441 38% [======================== ] 1333/3441 38% [======================== ] 1334/3441 38% [======================== ] 1335/3441 38% [======================== ] 1336/3441 38% [======================== ] 1337/3441 38% [======================== ] 1338/3441 38% [======================== ] 1339/3441 38% [======================== ] 1340/3441 38% [======================== ] 1341/3441 38% [======================== ] 1342/3441 39% [======================== ] 1343/3441 39% [======================== ] 1344/3441 39% [======================== ] 1345/3441 39% [======================== ] 1346/3441 39% [======================== ] 1347/3441 39% [======================== ] 1348/3441 39% [======================== ] 1349/3441 39% [======================== ] 1350/3441 39% [======================== ] 1351/3441 39% [======================== ] 1352/3441 39% [======================== ] 1353/3441 39% [======================== ] 1354/3441 39% [======================== ] 1355/3441 39% [======================== ] 1356/3441 39% [======================== ] 1357/3441 39% [======================== ] 1358/3441 39% [======================== ] 1359/3441 39% [======================== ] 1360/3441 39% [======================== ] 1361/3441 39% [======================== ] 1362/3441 39% [======================== ] 1363/3441 39% [======================== ] 1364/3441 39% [======================== ] 1365/3441 39% [======================== ] 1366/3441 39% [======================== ] 1367/3441 39% [======================== ] 1368/3441 39% [======================== ] 1369/3441 39% [======================== ] 1370/3441 39% [======================== ] 1371/3441 39% [======================== ] 1372/3441 39% [======================== ] 1373/3441 39% [======================== ] 1374/3441 39% [======================== ] 1375/3441 39% [======================== ] 1376/3441 39% [======================== ] 1377/3441 40% [======================== ] 1378/3441 40% [======================== ] 1379/3441 40% [======================== ] 1380/3441 40% [======================== ] 1381/3441 40% [======================== ] 1382/3441 40% [======================== ] 1383/3441 40% [======================== ] 1384/3441 40% [======================== ] 1385/3441 40% [======================== ] 1386/3441 40% [======================== ] 1387/3441 40% [========================= ] 1388/3441 40% [========================= ] 1389/3441 40% [========================= ] 1390/3441 40% [========================= ] 1391/3441 40% [========================= ] 1392/3441 40% [========================= ] 1393/3441 40% [========================= ] 1394/3441 40% [========================= ] 1395/3441 40% [========================= ] 1396/3441 40% [========================= ] 1397/3441 40% [========================= ] 1398/3441 40% [========================= ] 1399/3441 40% [========================= ] 1400/3441 40% [========================= ] 1401/3441 40% [========================= ] 1402/3441 40% [========================= ] 1403/3441 40% [========================= ] 1404/3441 40% [========================= ] 1405/3441 40% [========================= ] 1406/3441 40% [========================= ] 1407/3441 40% [========================= ] 1408/3441 40% [========================= ] 1409/3441 40% [========================= ] 1410/3441 40% [========================= ] 1411/3441 41% [========================= ] 1412/3441 41% [========================= ] 1413/3441 41% [========================= ] 1414/3441 41% [========================= ] 1415/3441 41% [========================= ] 1416/3441 41% [========================= ] 1417/3441 41% [========================= ] 1418/3441 41% [========================= ] 1419/3441 41% [========================= ] 1420/3441 41% [========================= ] 1421/3441 41% [========================= ] 1422/3441 41% [========================= ] 1423/3441 41% [========================= ] 1424/3441 41% [========================= ] 1425/3441 41% [========================= ] 1426/3441 41% [========================= ] 1427/3441 41% [========================= ] 1428/3441 41% [========================= ] 1429/3441 41% [========================= ] 1430/3441 41% [========================= ] 1431/3441 41% [========================= ] 1432/3441 41% [========================= ] 1433/3441 41% [========================= ] 1434/3441 41% [========================= ] 1435/3441 41% [========================= ] 1436/3441 41% [========================= ] 1437/3441 41% [========================= ] 1438/3441 41% [========================= ] 1439/3441 41% [========================= ] 1440/3441 41% [========================= ] 1441/3441 41% [========================= ] 1442/3441 41% [========================== ] 1443/3441 41% [========================== ] 1444/3441 41% [========================== ] 1445/3441 41% [========================== ] 1446/3441 42% [========================== ] 1447/3441 42% [========================== ] 1448/3441 42% [========================== ] 1449/3441 42% [========================== ] 1450/3441 42% [========================== ] 1451/3441 42% [========================== ] 1452/3441 42% [========================== ] 1453/3441 42% [========================== ] 1454/3441 42% [========================== ] 1455/3441 42% [========================== ] 1456/3441 42% [========================== ] 1457/3441 42% [========================== ] 1458/3441 42% [========================== ] 1459/3441 42% [========================== ] 1460/3441 42% [========================== ] 1461/3441 42% [========================== ] 1462/3441 42% [========================== ] 1463/3441 42% [========================== ] 1464/3441 42% [========================== ] 1465/3441 42% [========================== ] 1466/3441 42% [========================== ] 1467/3441 42% [========================== ] 1468/3441 42% [========================== ] 1469/3441 42% [========================== ] 1470/3441 42% [========================== ] 1471/3441 42% [========================== ] 1472/3441 42% [========================== ] 1473/3441 42% [========================== ] 1474/3441 42% [========================== ] 1475/3441 42% [========================== ] 1476/3441 42% [========================== ] 1477/3441 42% [========================== ] 1478/3441 42% [========================== ] 1479/3441 42% [========================== ] 1480/3441 43% [========================== ] 1481/3441 43% [========================== ] 1482/3441 43% [========================== ] 1483/3441 43% [========================== ] 1484/3441 43% [========================== ] 1485/3441 43% [========================== ] 1486/3441 43% [========================== ] 1487/3441 43% [========================== ] 1488/3441 43% [========================== ] 1489/3441 43% [========================== ] 1490/3441 43% [========================== ] 1491/3441 43% [========================== ] 1492/3441 43% [========================== ] 1493/3441 43% [========================== ] 1494/3441 43% [========================== ] 1495/3441 43% [========================== ] 1496/3441 43% [========================== ] 1497/3441 43% [========================== ] 1498/3441 43% [=========================== ] 1499/3441 43% [=========================== ] 1500/3441 43% [=========================== ] 1501/3441 43% [=========================== ] 1502/3441 43% [=========================== ] 1503/3441 43% [=========================== ] 1504/3441 43% [=========================== ] 1505/3441 43% [=========================== ] 1506/3441 43% [=========================== ] 1507/3441 43% [=========================== ] 1508/3441 43% [=========================== ] 1509/3441 43% [=========================== ] 1510/3441 43% [=========================== ] 1511/3441 43% [=========================== ] 1512/3441 43% [=========================== ] 1513/3441 43% [=========================== ] 1514/3441 43% [=========================== ] 1515/3441 44% [=========================== ] 1516/3441 44% [=========================== ] 1517/3441 44% [=========================== ] 1518/3441 44% [=========================== ] 1519/3441 44% [=========================== ] 1520/3441 44% [=========================== ] 1521/3441 44% [=========================== ] 1522/3441 44% [=========================== ] 1523/3441 44% [=========================== ] 1524/3441 44% [=========================== ] 1525/3441 44% [=========================== ] 1526/3441 44% [=========================== ] 1527/3441 44% [=========================== ] 1528/3441 44% [=========================== ] 1529/3441 44% [=========================== ] 1530/3441 44% [=========================== ] 1531/3441 44% [=========================== ] 1532/3441 44% [=========================== ] 1533/3441 44% [=========================== ] 1534/3441 44% [=========================== ] 1535/3441 44% [=========================== ] 1536/3441 44% [=========================== ] 1537/3441 44% [=========================== ] 1538/3441 44% [=========================== ] 1539/3441 44% [=========================== ] 1540/3441 44% [=========================== ] 1541/3441 44% [=========================== ] 1542/3441 44% [=========================== ] 1543/3441 44% [=========================== ] 1544/3441 44% [=========================== ] 1545/3441 44% [=========================== ] 1546/3441 44% [=========================== ] 1547/3441 44% [=========================== ] 1548/3441 44% [=========================== ] 1549/3441 45% [=========================== ] 1550/3441 45% [=========================== ] 1551/3441 45% [=========================== ] 1552/3441 45% [=========================== ] 1553/3441 45% [============================ ] 1554/3441 45% [============================ ] 1555/3441 45% [============================ ] 1556/3441 45% [============================ ] 1557/3441 45% [============================ ] 1558/3441 45% [============================ ] 1559/3441 45% [============================ ] 1560/3441 45% [============================ ] 1561/3441 45% [============================ ] 1562/3441 45% [============================ ] 1563/3441 45% [============================ ] 1564/3441 45% [============================ ] 1565/3441 45% [============================ ] 1566/3441 45% [============================ ] 1567/3441 45% [============================ ] 1568/3441 45% [============================ ] 1569/3441 45% [============================ ] 1570/3441 45% [============================ ] 1571/3441 45% [============================ ] 1572/3441 45% [============================ ] 1573/3441 45% [============================ ] 1574/3441 45% [============================ ] 1575/3441 45% [============================ ] 1576/3441 45% [============================ ] 1577/3441 45% [============================ ] 1578/3441 45% [============================ ] 1579/3441 45% [============================ ] 1580/3441 45% [============================ ] 1581/3441 45% [============================ ] 1582/3441 45% [============================ ] 1583/3441 46% [============================ ] 1584/3441 46% [============================ ] 1585/3441 46% [============================ ] 1586/3441 46% [============================ ] 1587/3441 46% [============================ ] 1588/3441 46% [============================ ] 1589/3441 46% [============================ ] 1590/3441 46% [============================ ] 1591/3441 46% [============================ ] 1592/3441 46% [============================ ] 1593/3441 46% [============================ ] 1594/3441 46% [============================ ] 1595/3441 46% [============================ ] 1596/3441 46% [============================ ] 1597/3441 46% [============================ ] 1598/3441 46% [============================ ] 1599/3441 46% [============================ ] 1600/3441 46% [============================ ] 1601/3441 46% [============================ ] 1602/3441 46% [============================ ] 1603/3441 46% [============================ ] 1604/3441 46% [============================ ] 1605/3441 46% [============================ ] 1606/3441 46% [============================ ] 1607/3441 46% [============================ ] 1608/3441 46% [============================ ] 1609/3441 46% [============================= ] 1610/3441 46% [============================= ] 1611/3441 46% [============================= ] 1612/3441 46% [============================= ] 1613/3441 46% [============================= ] 1614/3441 46% [============================= ] 1615/3441 46% [============================= ] 1616/3441 46% [============================= ] 1617/3441 46% [============================= ] 1618/3441 47% [============================= ] 1619/3441 47% [============================= ] 1620/3441 47% [============================= ] 1621/3441 47% [============================= ] 1622/3441 47% [============================= ] 1623/3441 47% [============================= ] 1624/3441 47% [============================= ] 1625/3441 47% [============================= ] 1626/3441 47% [============================= ] 1627/3441 47% [============================= ] 1628/3441 47% [============================= ] 1629/3441 47% [============================= ] 1630/3441 47% [============================= ] 1631/3441 47% [============================= ] 1632/3441 47% [============================= ] 1633/3441 47% [============================= ] 1634/3441 47% [============================= ] 1635/3441 47% [============================= ] 1636/3441 47% [============================= ] 1637/3441 47% [============================= ] 1638/3441 47% [============================= ] 1639/3441 47% [============================= ] 1640/3441 47% [============================= ] 1641/3441 47% [============================= ] 1642/3441 47% [============================= ] 1643/3441 47% [============================= ] 1644/3441 47% [============================= ] 1645/3441 47% [============================= ] 1646/3441 47% [============================= ] 1647/3441 47% [============================= ] 1648/3441 47% [============================= ] 1649/3441 47% [============================= ] 1650/3441 47% [============================= ] 1651/3441 47% [============================= ] 1652/3441 48% [============================= ] 1653/3441 48% [============================= ] 1654/3441 48% [============================= ] 1655/3441 48% [============================= ] 1656/3441 48% [============================= ] 1657/3441 48% [============================= ] 1658/3441 48% [============================= ] 1659/3441 48% [============================= ] 1660/3441 48% [============================= ] 1661/3441 48% [============================= ] 1662/3441 48% [============================= ] 1663/3441 48% [============================= ] 1664/3441 48% [============================== ] 1665/3441 48% [============================== ] 1666/3441 48% [============================== ] 1667/3441 48% [============================== ] 1668/3441 48% [============================== ] 1669/3441 48% [============================== ] 1670/3441 48% [============================== ] 1671/3441 48% [============================== ] 1672/3441 48% [============================== ] 1673/3441 48% [============================== ] 1674/3441 48% [============================== ] 1675/3441 48% [============================== ] 1676/3441 48% [============================== ] 1677/3441 48% [============================== ] 1678/3441 48% [============================== ] 1679/3441 48% [============================== ] 1680/3441 48% [============================== ] 1681/3441 48% [============================== ] 1682/3441 48% [============================== ] 1683/3441 48% [============================== ] 1684/3441 48% [============================== ] 1685/3441 48% [============================== ] 1686/3441 48% [============================== ] 1687/3441 49% [============================== ] 1688/3441 49% [============================== ] 1689/3441 49% [============================== ] 1690/3441 49% [============================== ] 1691/3441 49% [============================== ] 1692/3441 49% [============================== ] 1693/3441 49% [============================== ] 1694/3441 49% [============================== ] 1695/3441 49% [============================== ] 1696/3441 49% [============================== ] 1697/3441 49% [============================== ] 1698/3441 49% [============================== ] 1699/3441 49% [============================== ] 1700/3441 49% [============================== ] 1701/3441 49% [============================== ] 1702/3441 49% [============================== ] 1703/3441 49% [============================== ] 1704/3441 49% [============================== ] 1705/3441 49% [============================== ] 1706/3441 49% [============================== ] 1707/3441 49% [============================== ] 1708/3441 49% [============================== ] 1709/3441 49% [============================== ] 1710/3441 49% [============================== ] 1711/3441 49% [============================== ] 1712/3441 49% [============================== ] 1713/3441 49% [============================== ] 1714/3441 49% [============================== ] 1715/3441 49% [============================== ] 1716/3441 49% [============================== ] 1717/3441 49% [============================== ] 1718/3441 49% [============================== ] 1719/3441 49% [============================== ] 1720/3441 49% [=============================== ] 1721/3441 50% [=============================== ] 1722/3441 50% [=============================== ] 1723/3441 50% [=============================== ] 1724/3441 50% [=============================== ] 1725/3441 50% [=============================== ] 1726/3441 50% [=============================== ] 1727/3441 50% [=============================== ] 1728/3441 50% [=============================== ] 1729/3441 50% [=============================== ] 1730/3441 50% [=============================== ] 1731/3441 50% [=============================== ] 1732/3441 50% [=============================== ] 1733/3441 50% [=============================== ] 1734/3441 50% [=============================== ] 1735/3441 50% [=============================== ] 1736/3441 50% [=============================== ] 1737/3441 50% [=============================== ] 1738/3441 50% [=============================== ] 1739/3441 50% [=============================== ] 1740/3441 50% [=============================== ] 1741/3441 50% [=============================== ] 1742/3441 50% [=============================== ] 1743/3441 50% [=============================== ] 1744/3441 50% [=============================== ] 1745/3441 50% [=============================== ] 1746/3441 50% [=============================== ] 1747/3441 50% [=============================== ] 1748/3441 50% [=============================== ] 1749/3441 50% [=============================== ] 1750/3441 50% [=============================== ] 1751/3441 50% [=============================== ] 1752/3441 50% [=============================== ] 1753/3441 50% [=============================== ] 1754/3441 50% [=============================== ] 1755/3441 51% [=============================== ] 1756/3441 51% [=============================== ] 1757/3441 51% [=============================== ] 1758/3441 51% [=============================== ] 1759/3441 51% [=============================== ] 1760/3441 51% [=============================== ] 1761/3441 51% [=============================== ] 1762/3441 51% [=============================== ] 1763/3441 51% [=============================== ] 1764/3441 51% [=============================== ] 1765/3441 51% [=============================== ] 1766/3441 51% [=============================== ] 1767/3441 51% [=============================== ] 1768/3441 51% [=============================== ] 1769/3441 51% [=============================== ] 1770/3441 51% [=============================== ] 1771/3441 51% [=============================== ] 1772/3441 51% [=============================== ] 1773/3441 51% [=============================== ] 1774/3441 51% [=============================== ] 1775/3441 51% [================================ ] 1776/3441 51% [================================ ] 1777/3441 51% [================================ ] 1778/3441 51% [================================ ] 1779/3441 51% [================================ ] 1780/3441 51% [================================ ] 1781/3441 51% [================================ ] 1782/3441 51% [================================ ] 1783/3441 51% [================================ ] 1784/3441 51% [================================ ] 1785/3441 51% [================================ ] 1786/3441 51% [================================ ] 1787/3441 51% [================================ ] 1788/3441 51% [================================ ] 1789/3441 51% [================================ ] 1790/3441 52% [================================ ] 1791/3441 52% [================================ ] 1792/3441 52% [================================ ] 1793/3441 52% [================================ ] 1794/3441 52% [================================ ] 1795/3441 52% [================================ ] 1796/3441 52% [================================ ] 1797/3441 52% [================================ ] 1798/3441 52% [================================ ] 1799/3441 52% [================================ ] 1800/3441 52% [================================ ] 1801/3441 52% [================================ ] 1802/3441 52% [================================ ] 1803/3441 52% [================================ ] 1804/3441 52% [================================ ] 1805/3441 52% [================================ ] 1806/3441 52% [================================ ] 1807/3441 52% [================================ ] 1808/3441 52% [================================ ] 1809/3441 52% [================================ ] 1810/3441 52% [================================ ] 1811/3441 52% [================================ ] 1812/3441 52% [================================ ] 1813/3441 52% [================================ ] 1814/3441 52% [================================ ] 1815/3441 52% [================================ ] 1816/3441 52% [================================ ] 1817/3441 52% [================================ ] 1818/3441 52% [================================ ] 1819/3441 52% [================================ ] 1820/3441 52% [================================ ] 1821/3441 52% [================================ ] 1822/3441 52% [================================ ] 1823/3441 52% [================================ ] 1824/3441 53% [================================ ] 1825/3441 53% [================================ ] 1826/3441 53% [================================ ] 1827/3441 53% [================================ ] 1828/3441 53% [================================ ] 1829/3441 53% [================================ ] 1830/3441 53% [================================ ] 1831/3441 53% [================================= ] 1832/3441 53% [================================= ] 1833/3441 53% [================================= ] 1834/3441 53% [================================= ] 1835/3441 53% [================================= ] 1836/3441 53% [================================= ] 1837/3441 53% [================================= ] 1838/3441 53% [================================= ] 1839/3441 53% [================================= ] 1840/3441 53% [================================= ] 1841/3441 53% [================================= ] 1842/3441 53% [================================= ] 1843/3441 53% [================================= ] 1844/3441 53% [================================= ] 1845/3441 53% [================================= ] 1846/3441 53% [================================= ] 1847/3441 53% [================================= ] 1848/3441 53% [================================= ] 1849/3441 53% [================================= ] 1850/3441 53% [================================= ] 1851/3441 53% [================================= ] 1852/3441 53% [================================= ] 1853/3441 53% [================================= ] 1854/3441 53% [================================= ] 1855/3441 53% [================================= ] 1856/3441 53% [================================= ] 1857/3441 53% [================================= ] 1858/3441 53% [================================= ] 1859/3441 54% [================================= ] 1860/3441 54% [================================= ] 1861/3441 54% [================================= ] 1862/3441 54% [================================= ] 1863/3441 54% [================================= ] 1864/3441 54% [================================= ] 1865/3441 54% [================================= ] 1866/3441 54% [================================= ] 1867/3441 54% [================================= ] 1868/3441 54% [================================= ] 1869/3441 54% [================================= ] 1870/3441 54% [================================= ] 1871/3441 54% [================================= ] 1872/3441 54% [================================= ] 1873/3441 54% [================================= ] 1874/3441 54% [================================= ] 1875/3441 54% [================================= ] 1876/3441 54% [================================= ] 1877/3441 54% [================================= ] 1878/3441 54% [================================= ] 1879/3441 54% [================================= ] 1880/3441 54% [================================= ] 1881/3441 54% [================================= ] 1882/3441 54% [================================= ] 1883/3441 54% [================================= ] 1884/3441 54% [================================= ] 1885/3441 54% [================================= ] 1886/3441 54% [================================== ] 1887/3441 54% [================================== ] 1888/3441 54% [================================== ] 1889/3441 54% [================================== ] 1890/3441 54% [================================== ] 1891/3441 54% [================================== ] 1892/3441 54% [================================== ] 1893/3441 55% [================================== ] 1894/3441 55% [================================== ] 1895/3441 55% [================================== ] 1896/3441 55% [================================== ] 1897/3441 55% [================================== ] 1898/3441 55% [================================== ] 1899/3441 55% [================================== ] 1900/3441 55% [================================== ] 1901/3441 55% [================================== ] 1902/3441 55% [================================== ] 1903/3441 55% [================================== ] 1904/3441 55% [================================== ] 1905/3441 55% [================================== ] 1906/3441 55% [================================== ] 1907/3441 55% [================================== ] 1908/3441 55% [================================== ] 1909/3441 55% [================================== ] 1910/3441 55% [================================== ] 1911/3441 55% [================================== ] 1912/3441 55% [================================== ] 1913/3441 55% [================================== ] 1914/3441 55% [================================== ] 1915/3441 55% [================================== ] 1916/3441 55% [================================== ] 1917/3441 55% [================================== ] 1918/3441 55% [================================== ] 1919/3441 55% [================================== ] 1920/3441 55% [================================== ] 1921/3441 55% [================================== ] 1922/3441 55% [================================== ] 1923/3441 55% [================================== ] 1924/3441 55% [================================== ] 1925/3441 55% [================================== ] 1926/3441 55% [================================== ] 1927/3441 56% [================================== ] 1928/3441 56% [================================== ] 1929/3441 56% [================================== ] 1930/3441 56% [================================== ] 1931/3441 56% [================================== ] 1932/3441 56% [================================== ] 1933/3441 56% [================================== ] 1934/3441 56% [================================== ] 1935/3441 56% [================================== ] 1936/3441 56% [================================== ] 1937/3441 56% [================================== ] 1938/3441 56% [================================== ] 1939/3441 56% [================================== ] 1940/3441 56% [================================== ] 1941/3441 56% [================================== ] 1942/3441 56% [=================================== ] 1943/3441 56% [=================================== ] 1944/3441 56% [=================================== ] 1945/3441 56% [=================================== ] 1946/3441 56% [=================================== ] 1947/3441 56% [=================================== ] 1948/3441 56% [=================================== ] 1949/3441 56% [=================================== ] 1950/3441 56% [=================================== ] 1951/3441 56% [=================================== ] 1952/3441 56% [=================================== ] 1953/3441 56% [=================================== ] 1954/3441 56% [=================================== ] 1955/3441 56% [=================================== ] 1956/3441 56% [=================================== ] 1957/3441 56% [=================================== ] 1958/3441 56% [=================================== ] 1959/3441 56% [=================================== ] 1960/3441 56% [=================================== ] 1961/3441 56% [=================================== ] 1962/3441 57% [=================================== ] 1963/3441 57% [=================================== ] 1964/3441 57% [=================================== ] 1965/3441 57% [=================================== ] 1966/3441 57% [=================================== ] 1967/3441 57% [=================================== ] 1968/3441 57% [=================================== ] 1969/3441 57% [=================================== ] 1970/3441 57% [=================================== ] 1971/3441 57% [=================================== ] 1972/3441 57% [=================================== ] 1973/3441 57% [=================================== ] 1974/3441 57% [=================================== ] 1975/3441 57% [=================================== ] 1976/3441 57% [=================================== ] 1977/3441 57% [=================================== ] 1978/3441 57% [=================================== ] 1979/3441 57% [=================================== ] 1980/3441 57% [=================================== ] 1981/3441 57% [=================================== ] 1982/3441 57% [=================================== ] 1983/3441 57% [=================================== ] 1984/3441 57% [=================================== ] 1985/3441 57% [=================================== ] 1986/3441 57% [=================================== ] 1987/3441 57% [=================================== ] 1988/3441 57% [=================================== ] 1989/3441 57% [=================================== ] 1990/3441 57% [=================================== ] 1991/3441 57% [=================================== ] 1992/3441 57% [=================================== ] 1993/3441 57% [=================================== ] 1994/3441 57% [=================================== ] 1995/3441 57% [=================================== ] 1996/3441 58% [=================================== ] 1997/3441 58% [==================================== ] 1998/3441 58% [==================================== ] 1999/3441 58% [==================================== ] 2000/3441 58% [==================================== ] 2001/3441 58% [==================================== ] 2002/3441 58% [==================================== ] 2003/3441 58% [==================================== ] 2004/3441 58% [==================================== ] 2005/3441 58% [==================================== ] 2006/3441 58% [==================================== ] 2007/3441 58% [==================================== ] 2008/3441 58% [==================================== ] 2009/3441 58% [==================================== ] 2010/3441 58% [==================================== ] 2011/3441 58% [==================================== ] 2012/3441 58% [==================================== ] 2013/3441 58% [==================================== ] 2014/3441 58% [==================================== ] 2015/3441 58% [==================================== ] 2016/3441 58% [==================================== ] 2017/3441 58% [==================================== ] 2018/3441 58% [==================================== ] 2019/3441 58% [==================================== ] 2020/3441 58% [==================================== ] 2021/3441 58% [==================================== ] 2022/3441 58% [==================================== ] 2023/3441 58% [==================================== ] 2024/3441 58% [==================================== ] 2025/3441 58% [==================================== ] 2026/3441 58% [==================================== ] 2027/3441 58% [==================================== ] 2028/3441 58% [==================================== ] 2029/3441 58% [==================================== ] 2030/3441 58% [==================================== ] 2031/3441 59% [==================================== ] 2032/3441 59% [==================================== ] 2033/3441 59% [==================================== ] 2034/3441 59% [==================================== ] 2035/3441 59% [==================================== ] 2036/3441 59% [==================================== ] 2037/3441 59% [==================================== ] 2038/3441 59% [==================================== ] 2039/3441 59% [==================================== ] 2040/3441 59% [==================================== ] 2041/3441 59% [==================================== ] 2042/3441 59% [==================================== ] 2043/3441 59% [==================================== ] 2044/3441 59% [==================================== ] 2045/3441 59% [==================================== ] 2046/3441 59% [==================================== ] 2047/3441 59% [==================================== ] 2048/3441 59% [==================================== ] 2049/3441 59% [==================================== ] 2050/3441 59% [==================================== ] 2051/3441 59% [==================================== ] 2052/3441 59% [==================================== ] 2053/3441 59% [===================================== ] 2054/3441 59% [===================================== ] 2055/3441 59% [===================================== ] 2056/3441 59% [===================================== ] 2057/3441 59% [===================================== ] 2058/3441 59% [===================================== ] 2059/3441 59% [===================================== ] 2060/3441 59% [===================================== ] 2061/3441 59% [===================================== ] 2062/3441 59% [===================================== ] 2063/3441 59% [===================================== ] 2064/3441 59% [===================================== ] 2065/3441 60% [===================================== ] 2066/3441 60% [===================================== ] 2067/3441 60% [===================================== ] 2068/3441 60% [===================================== ] 2069/3441 60% [===================================== ] 2070/3441 60% [===================================== ] 2071/3441 60% [===================================== ] 2072/3441 60% [===================================== ] 2073/3441 60% [===================================== ] 2074/3441 60% [===================================== ] 2075/3441 60% [===================================== ] 2076/3441 60% [===================================== ] 2077/3441 60% [===================================== ] 2078/3441 60% [===================================== ] 2079/3441 60% [===================================== ] 2080/3441 60% [===================================== ] 2081/3441 60% [===================================== ] 2082/3441 60% [===================================== ] 2083/3441 60% [===================================== ] 2084/3441 60% [===================================== ] 2085/3441 60% [===================================== ] 2086/3441 60% [===================================== ] 2087/3441 60% [===================================== ] 2088/3441 60% [===================================== ] 2089/3441 60% [===================================== ] 2090/3441 60% [===================================== ] 2091/3441 60% [===================================== ] 2092/3441 60% [===================================== ] 2093/3441 60% [===================================== ] 2094/3441 60% [===================================== ] 2095/3441 60% [===================================== ] 2096/3441 60% [===================================== ] 2097/3441 60% [===================================== ] 2098/3441 60% [===================================== ] 2099/3441 60% [===================================== ] 2100/3441 61% [===================================== ] 2101/3441 61% [===================================== ] 2102/3441 61% [===================================== ] 2103/3441 61% [===================================== ] 2104/3441 61% [===================================== ] 2105/3441 61% [===================================== ] 2106/3441 61% [===================================== ] 2107/3441 61% [===================================== ] 2108/3441 61% [====================================== ] 2109/3441 61% [====================================== ] 2110/3441 61% [====================================== ] 2111/3441 61% [====================================== ] 2112/3441 61% [====================================== ] 2113/3441 61% [====================================== ] 2114/3441 61% [====================================== ] 2115/3441 61% [====================================== ] 2116/3441 61% [====================================== ] 2117/3441 61% [====================================== ] 2118/3441 61% [====================================== ] 2119/3441 61% [====================================== ] 2120/3441 61% [====================================== ] 2121/3441 61% [====================================== ] 2122/3441 61% [====================================== ] 2123/3441 61% [====================================== ] 2124/3441 61% [====================================== ] 2125/3441 61% [====================================== ] 2126/3441 61% [====================================== ] 2127/3441 61% [====================================== ] 2128/3441 61% [====================================== ] 2129/3441 61% [====================================== ] 2130/3441 61% [====================================== ] 2131/3441 61% [====================================== ] 2132/3441 61% [====================================== ] 2133/3441 61% [====================================== ] 2134/3441 62% [====================================== ] 2135/3441 62% [====================================== ] 2136/3441 62% [====================================== ] 2137/3441 62% [====================================== ] 2138/3441 62% [====================================== ] 2139/3441 62% [====================================== ] 2140/3441 62% [====================================== ] 2141/3441 62% [====================================== ] 2142/3441 62% [====================================== ] 2143/3441 62% [====================================== ] 2144/3441 62% [====================================== ] 2145/3441 62% [====================================== ] 2146/3441 62% [====================================== ] 2147/3441 62% [====================================== ] 2148/3441 62% [====================================== ] 2149/3441 62% [====================================== ] 2150/3441 62% [====================================== ] 2151/3441 62% [====================================== ] 2152/3441 62% [====================================== ] 2153/3441 62% [====================================== ] 2154/3441 62% [====================================== ] 2155/3441 62% [====================================== ] 2156/3441 62% [====================================== ] 2157/3441 62% [====================================== ] 2158/3441 62% [====================================== ] 2159/3441 62% [====================================== ] 2160/3441 62% [====================================== ] 2161/3441 62% [====================================== ] 2162/3441 62% [====================================== ] 2163/3441 62% [====================================== ] 2164/3441 62% [======================================= ] 2165/3441 62% [======================================= ] 2166/3441 62% [======================================= ] 2167/3441 62% [======================================= ] 2168/3441 63% [======================================= ] 2169/3441 63% [======================================= ] 2170/3441 63% [======================================= ] 2171/3441 63% [======================================= ] 2172/3441 63% [======================================= ] 2173/3441 63% [======================================= ] 2174/3441 63% [======================================= ] 2175/3441 63% [======================================= ] 2176/3441 63% [======================================= ] 2177/3441 63% [======================================= ] 2178/3441 63% [======================================= ] 2179/3441 63% [======================================= ] 2180/3441 63% [======================================= ] 2181/3441 63% [======================================= ] 2182/3441 63% [======================================= ] 2183/3441 63% [======================================= ] 2184/3441 63% [======================================= ] 2185/3441 63% [======================================= ] 2186/3441 63% [======================================= ] 2187/3441 63% [======================================= ] 2188/3441 63% [======================================= ] 2189/3441 63% [======================================= ] 2190/3441 63% [======================================= ] 2191/3441 63% [======================================= ] 2192/3441 63% [======================================= ] 2193/3441 63% [======================================= ] 2194/3441 63% [======================================= ] 2195/3441 63% [======================================= ] 2196/3441 63% [======================================= ] 2197/3441 63% [======================================= ] 2198/3441 63% [======================================= ] 2199/3441 63% [======================================= ] 2200/3441 63% [======================================= ] 2201/3441 63% [======================================= ] 2202/3441 63% [======================================= ] 2203/3441 64% [======================================= ] 2204/3441 64% [======================================= ] 2205/3441 64% [======================================= ] 2206/3441 64% [======================================= ] 2207/3441 64% [======================================= ] 2208/3441 64% [======================================= ] 2209/3441 64% [======================================= ] 2210/3441 64% [======================================= ] 2211/3441 64% [======================================= ] 2212/3441 64% [======================================= ] 2213/3441 64% [======================================= ] 2214/3441 64% [======================================= ] 2215/3441 64% [======================================= ] 2216/3441 64% [======================================= ] 2217/3441 64% [======================================= ] 2218/3441 64% [======================================= ] 2219/3441 64% [======================================== ] 2220/3441 64% [======================================== ] 2221/3441 64% [======================================== ] 2222/3441 64% [======================================== ] 2223/3441 64% [======================================== ] 2224/3441 64% [======================================== ] 2225/3441 64% [======================================== ] 2226/3441 64% [======================================== ] 2227/3441 64% [======================================== ] 2228/3441 64% [======================================== ] 2229/3441 64% [======================================== ] 2230/3441 64% [======================================== ] 2231/3441 64% [======================================== ] 2232/3441 64% [======================================== ] 2233/3441 64% [======================================== ] 2234/3441 64% [======================================== ] 2235/3441 64% [======================================== ] 2236/3441 64% [======================================== ] 2237/3441 65% [======================================== ] 2238/3441 65% [======================================== ] 2239/3441 65% [======================================== ] 2240/3441 65% [======================================== ] 2241/3441 65% [======================================== ] 2242/3441 65% [======================================== ] 2243/3441 65% [======================================== ] 2244/3441 65% [======================================== ] 2245/3441 65% [======================================== ] 2246/3441 65% [======================================== ] 2247/3441 65% [======================================== ] 2248/3441 65% [======================================== ] 2249/3441 65% [======================================== ] 2250/3441 65% [======================================== ] 2251/3441 65% [======================================== ] 2252/3441 65% [======================================== ] 2253/3441 65% [======================================== ] 2254/3441 65% [======================================== ] 2255/3441 65% [======================================== ] 2256/3441 65% [======================================== ] 2257/3441 65% [======================================== ] 2258/3441 65% [======================================== ] 2259/3441 65% [======================================== ] 2260/3441 65% [======================================== ] 2261/3441 65% [======================================== ] 2262/3441 65% [======================================== ] 2263/3441 65% [======================================== ] 2264/3441 65% [======================================== ] 2265/3441 65% [======================================== ] 2266/3441 65% [======================================== ] 2267/3441 65% [======================================== ] 2268/3441 65% [======================================== ] 2269/3441 65% [======================================== ] 2270/3441 65% [======================================== ] 2271/3441 65% [======================================== ] 2272/3441 66% [======================================== ] 2273/3441 66% [======================================== ] 2274/3441 66% [======================================== ] 2275/3441 66% [========================================= ] 2276/3441 66% [========================================= ] 2277/3441 66% [========================================= ] 2278/3441 66% [========================================= ] 2279/3441 66% [========================================= ] 2280/3441 66% [========================================= ] 2281/3441 66% [========================================= ] 2282/3441 66% [========================================= ] 2283/3441 66% [========================================= ] 2284/3441 66% [========================================= ] 2285/3441 66% [========================================= ] 2286/3441 66% [========================================= ] 2287/3441 66% [========================================= ] 2288/3441 66% [========================================= ] 2289/3441 66% [========================================= ] 2290/3441 66% [========================================= ] 2291/3441 66% [========================================= ] 2292/3441 66% [========================================= ] 2293/3441 66% [========================================= ] 2294/3441 66% [========================================= ] 2295/3441 66% [========================================= ] 2296/3441 66% [========================================= ] 2297/3441 66% [========================================= ] 2298/3441 66% [========================================= ] 2299/3441 66% [========================================= ] 2300/3441 66% [========================================= ] 2301/3441 66% [========================================= ] 2302/3441 66% [========================================= ] 2303/3441 66% [========================================= ] 2304/3441 66% [========================================= ] 2305/3441 66% [========================================= ] 2306/3441 67% [========================================= ] 2307/3441 67% [========================================= ] 2308/3441 67% [========================================= ] 2309/3441 67% [========================================= ] 2310/3441 67% [========================================= ] 2311/3441 67% [========================================= ] 2312/3441 67% [========================================= ] 2313/3441 67% [========================================= ] 2314/3441 67% [========================================= ] 2315/3441 67% [========================================= ] 2316/3441 67% [========================================= ] 2317/3441 67% [========================================= ] 2318/3441 67% [========================================= ] 2319/3441 67% [========================================= ] 2320/3441 67% [========================================= ] 2321/3441 67% [========================================= ] 2322/3441 67% [========================================= ] 2323/3441 67% [========================================= ] 2324/3441 67% [========================================= ] 2325/3441 67% [========================================= ] 2326/3441 67% [========================================= ] 2327/3441 67% [========================================= ] 2328/3441 67% [========================================= ] 2329/3441 67% [========================================= ] 2330/3441 67% [========================================== ] 2331/3441 67% [========================================== ] 2332/3441 67% [========================================== ] 2333/3441 67% [========================================== ] 2334/3441 67% [========================================== ] 2335/3441 67% [========================================== ] 2336/3441 67% [========================================== ] 2337/3441 67% [========================================== ] 2338/3441 67% [========================================== ] 2339/3441 67% [========================================== ] 2340/3441 68% [========================================== ] 2341/3441 68% [========================================== ] 2342/3441 68% [========================================== ] 2343/3441 68% [========================================== ] 2344/3441 68% [========================================== ] 2345/3441 68% [========================================== ] 2346/3441 68% [========================================== ] 2347/3441 68% [========================================== ] 2348/3441 68% [========================================== ] 2349/3441 68% [========================================== ] 2350/3441 68% [========================================== ] 2351/3441 68% [========================================== ] 2352/3441 68% [========================================== ] 2353/3441 68% [========================================== ] 2354/3441 68% [========================================== ] 2355/3441 68% [========================================== ] 2356/3441 68% [========================================== ] 2357/3441 68% [========================================== ] 2358/3441 68% [========================================== ] 2359/3441 68% [========================================== ] 2360/3441 68% [========================================== ] 2361/3441 68% [========================================== ] 2362/3441 68% [========================================== ] 2363/3441 68% [========================================== ] 2364/3441 68% [========================================== ] 2365/3441 68% [========================================== ] 2366/3441 68% [========================================== ] 2367/3441 68% [========================================== ] 2368/3441 68% [========================================== ] 2369/3441 68% [========================================== ] 2370/3441 68% [========================================== ] 2371/3441 68% [========================================== ] 2372/3441 68% [========================================== ] 2373/3441 68% [========================================== ] 2374/3441 68% [========================================== ] 2375/3441 69% [========================================== ] 2376/3441 69% [========================================== ] 2377/3441 69% [========================================== ] 2378/3441 69% [========================================== ] 2379/3441 69% [========================================== ] 2380/3441 69% [========================================== ] 2381/3441 69% [========================================== ] 2382/3441 69% [========================================== ] 2383/3441 69% [========================================== ] 2384/3441 69% [========================================== ] 2385/3441 69% [========================================== ] 2386/3441 69% [=========================================== ] 2387/3441 69% [=========================================== ] 2388/3441 69% [=========================================== ] 2389/3441 69% [=========================================== ] 2390/3441 69% [=========================================== ] 2391/3441 69% [=========================================== ] 2392/3441 69% [=========================================== ] 2393/3441 69% [=========================================== ] 2394/3441 69% [=========================================== ] 2395/3441 69% [=========================================== ] 2396/3441 69% [=========================================== ] 2397/3441 69% [=========================================== ] 2398/3441 69% [=========================================== ] 2399/3441 69% [=========================================== ] 2400/3441 69% [=========================================== ] 2401/3441 69% [=========================================== ] 2402/3441 69% [=========================================== ] 2403/3441 69% [=========================================== ] 2404/3441 69% [=========================================== ] 2405/3441 69% [=========================================== ] 2406/3441 69% [=========================================== ] 2407/3441 69% [=========================================== ] 2408/3441 69% [=========================================== ] 2409/3441 70% [=========================================== ] 2410/3441 70% [=========================================== ] 2411/3441 70% [=========================================== ] 2412/3441 70% [=========================================== ] 2413/3441 70% [=========================================== ] 2414/3441 70% [=========================================== ] 2415/3441 70% [=========================================== ] 2416/3441 70% [=========================================== ] 2417/3441 70% [=========================================== ] 2418/3441 70% [=========================================== ] 2419/3441 70% [=========================================== ] 2420/3441 70% [=========================================== ] 2421/3441 70% [=========================================== ] 2422/3441 70% [=========================================== ] 2423/3441 70% [=========================================== ] 2424/3441 70% [=========================================== ] 2425/3441 70% [=========================================== ] 2426/3441 70% [=========================================== ] 2427/3441 70% [=========================================== ] 2428/3441 70% [=========================================== ] 2429/3441 70% [=========================================== ] 2430/3441 70% [=========================================== ] 2431/3441 70% [=========================================== ] 2432/3441 70% [=========================================== ] 2433/3441 70% [=========================================== ] 2434/3441 70% [=========================================== ] 2435/3441 70% [=========================================== ] 2436/3441 70% [=========================================== ] 2437/3441 70% [=========================================== ] 2438/3441 70% [=========================================== ] 2439/3441 70% [=========================================== ] 2440/3441 70% [=========================================== ] 2441/3441 70% [============================================ ] 2442/3441 70% [============================================ ] 2443/3441 70% [============================================ ] 2444/3441 71% [============================================ ] 2445/3441 71% [============================================ ] 2446/3441 71% [============================================ ] 2447/3441 71% [============================================ ] 2448/3441 71% [============================================ ] 2449/3441 71% [============================================ ] 2450/3441 71% [============================================ ] 2451/3441 71% [============================================ ] 2452/3441 71% [============================================ ] 2453/3441 71% [============================================ ] 2454/3441 71% [============================================ ] 2455/3441 71% [============================================ ] 2456/3441 71% [============================================ ] 2457/3441 71% [============================================ ] 2458/3441 71% [============================================ ] 2459/3441 71% [============================================ ] 2460/3441 71% [============================================ ] 2461/3441 71% [============================================ ] 2462/3441 71% [============================================ ] 2463/3441 71% [============================================ ] 2464/3441 71% [============================================ ] 2465/3441 71% [============================================ ] 2466/3441 71% [============================================ ] 2467/3441 71% [============================================ ] 2468/3441 71% [============================================ ] 2469/3441 71% [============================================ ] 2470/3441 71% [============================================ ] 2471/3441 71% [============================================ ] 2472/3441 71% [============================================ ] 2473/3441 71% [============================================ ] 2474/3441 71% [============================================ ] 2475/3441 71% [============================================ ] 2476/3441 71% [============================================ ] 2477/3441 71% [============================================ ] 2478/3441 72% [============================================ ] 2479/3441 72% [============================================ ] 2480/3441 72% [============================================ ] 2481/3441 72% [============================================ ] 2482/3441 72% [============================================ ] 2483/3441 72% [============================================ ] 2484/3441 72% [============================================ ] 2485/3441 72% [============================================ ] 2486/3441 72% [============================================ ] 2487/3441 72% [============================================ ] 2488/3441 72% [============================================ ] 2489/3441 72% [============================================ ] 2490/3441 72% [============================================ ] 2491/3441 72% [============================================ ] 2492/3441 72% [============================================ ] 2493/3441 72% [============================================ ] 2494/3441 72% [============================================ ] 2495/3441 72% [============================================ ] 2496/3441 72% [============================================ ] 2497/3441 72% [============================================= ] 2498/3441 72% [============================================= ] 2499/3441 72% [============================================= ] 2500/3441 72% [============================================= ] 2501/3441 72% [============================================= ] 2502/3441 72% [============================================= ] 2503/3441 72% [============================================= ] 2504/3441 72% [============================================= ] 2505/3441 72% [============================================= ] 2506/3441 72% [============================================= ] 2507/3441 72% [============================================= ] 2508/3441 72% [============================================= ] 2509/3441 72% [============================================= ] 2510/3441 72% [============================================= ] 2511/3441 72% [============================================= ] 2512/3441 73% [============================================= ] 2513/3441 73% [============================================= ] 2514/3441 73% [============================================= ] 2515/3441 73% [============================================= ] 2516/3441 73% [============================================= ] 2517/3441 73% [============================================= ] 2518/3441 73% [============================================= ] 2519/3441 73% [============================================= ] 2520/3441 73% [============================================= ] 2521/3441 73% [============================================= ] 2522/3441 73% [============================================= ] 2523/3441 73% [============================================= ] 2524/3441 73% [============================================= ] 2525/3441 73% [============================================= ] 2526/3441 73% [============================================= ] 2527/3441 73% [============================================= ] 2528/3441 73% [============================================= ] 2529/3441 73% [============================================= ] 2530/3441 73% [============================================= ] 2531/3441 73% [============================================= ] 2532/3441 73% [============================================= ] 2533/3441 73% [============================================= ] 2534/3441 73% [============================================= ] 2535/3441 73% [============================================= ] 2536/3441 73% [============================================= ] 2537/3441 73% [============================================= ] 2538/3441 73% [============================================= ] 2539/3441 73% [============================================= ] 2540/3441 73% [============================================= ] 2541/3441 73% [============================================= ] 2542/3441 73% [============================================= ] 2543/3441 73% [============================================= ] 2544/3441 73% [============================================= ] 2545/3441 73% [============================================= ] 2546/3441 73% [============================================= ] 2547/3441 74% [============================================= ] 2548/3441 74% [============================================= ] 2549/3441 74% [============================================= ] 2550/3441 74% [============================================= ] 2551/3441 74% [============================================= ] 2552/3441 74% [============================================== ] 2553/3441 74% [============================================== ] 2554/3441 74% [============================================== ] 2555/3441 74% [============================================== ] 2556/3441 74% [============================================== ] 2557/3441 74% [============================================== ] 2558/3441 74% [============================================== ] 2559/3441 74% [============================================== ] 2560/3441 74% [============================================== ] 2561/3441 74% [============================================== ] 2562/3441 74% [============================================== ] 2563/3441 74% [============================================== ] 2564/3441 74% [============================================== ] 2565/3441 74% [============================================== ] 2566/3441 74% [============================================== ] 2567/3441 74% [============================================== ] 2568/3441 74% [============================================== ] 2569/3441 74% [============================================== ] 2570/3441 74% [============================================== ] 2571/3441 74% [============================================== ] 2572/3441 74% [============================================== ] 2573/3441 74% [============================================== ] 2574/3441 74% [============================================== ] 2575/3441 74% [============================================== ] 2576/3441 74% [============================================== ] 2577/3441 74% [============================================== ] 2578/3441 74% [============================================== ] 2579/3441 74% [============================================== ] 2580/3441 74% [============================================== ] 2581/3441 75% [============================================== ] 2582/3441 75% [============================================== ] 2583/3441 75% [============================================== ] 2584/3441 75% [============================================== ] 2585/3441 75% [============================================== ] 2586/3441 75% [============================================== ] 2587/3441 75% [============================================== ] 2588/3441 75% [============================================== ] 2589/3441 75% [============================================== ] 2590/3441 75% [============================================== ] 2591/3441 75% [============================================== ] 2592/3441 75% [============================================== ] 2593/3441 75% [============================================== ] 2594/3441 75% [============================================== ] 2595/3441 75% [============================================== ] 2596/3441 75% [============================================== ] 2597/3441 75% [============================================== ] 2598/3441 75% [============================================== ] 2599/3441 75% [============================================== ] 2600/3441 75% [============================================== ] 2601/3441 75% [============================================== ] 2602/3441 75% [============================================== ] 2603/3441 75% [============================================== ] 2604/3441 75% [============================================== ] 2605/3441 75% [============================================== ] 2606/3441 75% [============================================== ] 2607/3441 75% [============================================== ] 2608/3441 75% [=============================================== ] 2609/3441 75% [=============================================== ] 2610/3441 75% [=============================================== ] 2611/3441 75% [=============================================== ] 2612/3441 75% [=============================================== ] 2613/3441 75% [=============================================== ] 2614/3441 75% [=============================================== ] 2615/3441 75% [=============================================== ] 2616/3441 76% [=============================================== ] 2617/3441 76% [=============================================== ] 2618/3441 76% [=============================================== ] 2619/3441 76% [=============================================== ] 2620/3441 76% [=============================================== ] 2621/3441 76% [=============================================== ] 2622/3441 76% [=============================================== ] 2623/3441 76% [=============================================== ] 2624/3441 76% [=============================================== ] 2625/3441 76% [=============================================== ] 2626/3441 76% [=============================================== ] 2627/3441 76% [=============================================== ] 2628/3441 76% [=============================================== ] 2629/3441 76% [=============================================== ] 2630/3441 76% [=============================================== ] 2631/3441 76% [=============================================== ] 2632/3441 76% [=============================================== ] 2633/3441 76% [=============================================== ] 2634/3441 76% [=============================================== ] 2635/3441 76% [=============================================== ] 2636/3441 76% [=============================================== ] 2637/3441 76% [=============================================== ] 2638/3441 76% [=============================================== ] 2639/3441 76% [=============================================== ] 2640/3441 76% [=============================================== ] 2641/3441 76% [=============================================== ] 2642/3441 76% [=============================================== ] 2643/3441 76% [=============================================== ] 2644/3441 76% [=============================================== ] 2645/3441 76% [=============================================== ] 2646/3441 76% [=============================================== ] 2647/3441 76% [=============================================== ] 2648/3441 76% [=============================================== ] 2649/3441 76% [=============================================== ] 2650/3441 77% [=============================================== ] 2651/3441 77% [=============================================== ] 2652/3441 77% [=============================================== ] 2653/3441 77% [=============================================== ] 2654/3441 77% [=============================================== ] 2655/3441 77% [=============================================== ] 2656/3441 77% [=============================================== ] 2657/3441 77% [=============================================== ] 2658/3441 77% [=============================================== ] 2659/3441 77% [=============================================== ] 2660/3441 77% [=============================================== ] 2661/3441 77% [=============================================== ] 2662/3441 77% [=============================================== ] 2663/3441 77% [================================================ ] 2664/3441 77% [================================================ ] 2665/3441 77% [================================================ ] 2666/3441 77% [================================================ ] 2667/3441 77% [================================================ ] 2668/3441 77% [================================================ ] 2669/3441 77% [================================================ ] 2670/3441 77% [================================================ ] 2671/3441 77% [================================================ ] 2672/3441 77% [================================================ ] 2673/3441 77% [================================================ ] 2674/3441 77% [================================================ ] 2675/3441 77% [================================================ ] 2676/3441 77% [================================================ ] 2677/3441 77% [================================================ ] 2678/3441 77% [================================================ ] 2679/3441 77% [================================================ ] 2680/3441 77% [================================================ ] 2681/3441 77% [================================================ ] 2682/3441 77% [================================================ ] 2683/3441 77% [================================================ ] 2684/3441 78% [================================================ ] 2685/3441 78% [================================================ ] 2686/3441 78% [================================================ ] 2687/3441 78% [================================================ ] 2688/3441 78% [================================================ ] 2689/3441 78% [================================================ ] 2690/3441 78% [================================================ ] 2691/3441 78% [================================================ ] 2692/3441 78% [================================================ ] 2693/3441 78% [================================================ ] 2694/3441 78% [================================================ ] 2695/3441 78% [================================================ ] 2696/3441 78% [================================================ ] 2697/3441 78% [================================================ ] 2698/3441 78% [================================================ ] 2699/3441 78% [================================================ ] 2700/3441 78% [================================================ ] 2701/3441 78% [================================================ ] 2702/3441 78% [================================================ ] 2703/3441 78% [================================================ ] 2704/3441 78% [================================================ ] 2705/3441 78% [================================================ ] 2706/3441 78% [================================================ ] 2707/3441 78% [================================================ ] 2708/3441 78% [================================================ ] 2709/3441 78% [================================================ ] 2710/3441 78% [================================================ ] 2711/3441 78% [================================================ ] 2712/3441 78% [================================================ ] 2713/3441 78% [================================================ ] 2714/3441 78% [================================================ ] 2715/3441 78% [================================================ ] 2716/3441 78% [================================================ ] 2717/3441 78% [================================================ ] 2718/3441 78% [================================================ ] 2719/3441 79% [================================================= ] 2720/3441 79% [================================================= ] 2721/3441 79% [================================================= ] 2722/3441 79% [================================================= ] 2723/3441 79% [================================================= ] 2724/3441 79% [================================================= ] 2725/3441 79% [================================================= ] 2726/3441 79% [================================================= ] 2727/3441 79% [================================================= ] 2728/3441 79% [================================================= ] 2729/3441 79% [================================================= ] 2730/3441 79% [================================================= ] 2731/3441 79% [================================================= ] 2732/3441 79% [================================================= ] 2733/3441 79% [================================================= ] 2734/3441 79% [================================================= ] 2735/3441 79% [================================================= ] 2736/3441 79% [================================================= ] 2737/3441 79% [================================================= ] 2738/3441 79% [================================================= ] 2739/3441 79% [================================================= ] 2740/3441 79% [================================================= ] 2741/3441 79% [================================================= ] 2742/3441 79% [================================================= ] 2743/3441 79% [================================================= ] 2744/3441 79% [================================================= ] 2745/3441 79% [================================================= ] 2746/3441 79% [================================================= ] 2747/3441 79% [================================================= ] 2748/3441 79% [================================================= ] 2749/3441 79% [================================================= ] 2750/3441 79% [================================================= ] 2751/3441 79% [================================================= ] 2752/3441 79% [================================================= ] 2753/3441 80% [================================================= ] 2754/3441 80% [================================================= ] 2755/3441 80% [================================================= ] 2756/3441 80% [================================================= ] 2757/3441 80% [================================================= ] 2758/3441 80% [================================================= ] 2759/3441 80% [================================================= ] 2760/3441 80% [================================================= ] 2761/3441 80% [================================================= ] 2762/3441 80% [================================================= ] 2763/3441 80% [================================================= ] 2764/3441 80% [================================================= ] 2765/3441 80% [================================================= ] 2766/3441 80% [================================================= ] 2767/3441 80% [================================================= ] 2768/3441 80% [================================================= ] 2769/3441 80% [================================================= ] 2770/3441 80% [================================================= ] 2771/3441 80% [================================================= ] 2772/3441 80% [================================================= ] 2773/3441 80% [================================================= ] 2774/3441 80% [================================================== ] 2775/3441 80% [================================================== ] 2776/3441 80% [================================================== ] 2777/3441 80% [================================================== ] 2778/3441 80% [================================================== ] 2779/3441 80% [================================================== ] 2780/3441 80% [================================================== ] 2781/3441 80% [================================================== ] 2782/3441 80% [================================================== ] 2783/3441 80% [================================================== ] 2784/3441 80% [================================================== ] 2785/3441 80% [================================================== ] 2786/3441 80% [================================================== ] 2787/3441 80% [================================================== ] 2788/3441 81% [================================================== ] 2789/3441 81% [================================================== ] 2790/3441 81% [================================================== ] 2791/3441 81% [================================================== ] 2792/3441 81% [================================================== ] 2793/3441 81% [================================================== ] 2794/3441 81% [================================================== ] 2795/3441 81% [================================================== ] 2796/3441 81% [================================================== ] 2797/3441 81% [================================================== ] 2798/3441 81% [================================================== ] 2799/3441 81% [================================================== ] 2800/3441 81% [================================================== ] 2801/3441 81% [================================================== ] 2802/3441 81% [================================================== ] 2803/3441 81% [================================================== ] 2804/3441 81% [================================================== ] 2805/3441 81% [================================================== ] 2806/3441 81% [================================================== ] 2807/3441 81% [================================================== ] 2808/3441 81% [================================================== ] 2809/3441 81% [================================================== ] 2810/3441 81% [================================================== ] 2811/3441 81% [================================================== ] 2812/3441 81% [================================================== ] 2813/3441 81% [================================================== ] 2814/3441 81% [================================================== ] 2815/3441 81% [================================================== ] 2816/3441 81% [================================================== ] 2817/3441 81% [================================================== ] 2818/3441 81% [================================================== ] 2819/3441 81% [================================================== ] 2820/3441 81% [================================================== ] 2821/3441 81% [================================================== ] 2822/3441 82% [================================================== ] 2823/3441 82% [================================================== ] 2824/3441 82% [================================================== ] 2825/3441 82% [================================================== ] 2826/3441 82% [================================================== ] 2827/3441 82% [================================================== ] 2828/3441 82% [================================================== ] 2829/3441 82% [================================================== ] 2830/3441 82% [=================================================== ] 2831/3441 82% [=================================================== ] 2832/3441 82% [=================================================== ] 2833/3441 82% [=================================================== ] 2834/3441 82% [=================================================== ] 2835/3441 82% [=================================================== ] 2836/3441 82% [=================================================== ] 2837/3441 82% [=================================================== ] 2838/3441 82% [=================================================== ] 2839/3441 82% [=================================================== ] 2840/3441 82% [=================================================== ] 2841/3441 82% [=================================================== ] 2842/3441 82% [=================================================== ] 2843/3441 82% [=================================================== ] 2844/3441 82% [=================================================== ] 2845/3441 82% [=================================================== ] 2846/3441 82% [=================================================== ] 2847/3441 82% [=================================================== ] 2848/3441 82% [=================================================== ] 2849/3441 82% [=================================================== ] 2850/3441 82% [=================================================== ] 2851/3441 82% [=================================================== ] 2852/3441 82% [=================================================== ] 2853/3441 82% [=================================================== ] 2854/3441 82% [=================================================== ] 2855/3441 82% [=================================================== ] 2856/3441 82% [=================================================== ] 2857/3441 83% [=================================================== ] 2858/3441 83% [=================================================== ] 2859/3441 83% [=================================================== ] 2860/3441 83% [=================================================== ] 2861/3441 83% [=================================================== ] 2862/3441 83% [=================================================== ] 2863/3441 83% [=================================================== ] 2864/3441 83% [=================================================== ] 2865/3441 83% [=================================================== ] 2866/3441 83% [=================================================== ] 2867/3441 83% [=================================================== ] 2868/3441 83% [=================================================== ] 2869/3441 83% [=================================================== ] 2870/3441 83% [=================================================== ] 2871/3441 83% [=================================================== ] 2872/3441 83% [=================================================== ] 2873/3441 83% [=================================================== ] 2874/3441 83% [=================================================== ] 2875/3441 83% [=================================================== ] 2876/3441 83% [=================================================== ] 2877/3441 83% [=================================================== ] 2878/3441 83% [=================================================== ] 2879/3441 83% [=================================================== ] 2880/3441 83% [=================================================== ] 2881/3441 83% [=================================================== ] 2882/3441 83% [=================================================== ] 2883/3441 83% [=================================================== ] 2884/3441 83% [=================================================== ] 2885/3441 83% [==================================================== ] 2886/3441 83% [==================================================== ] 2887/3441 83% [==================================================== ] 2888/3441 83% [==================================================== ] 2889/3441 83% [==================================================== ] 2890/3441 83% [==================================================== ] 2891/3441 84% [==================================================== ] 2892/3441 84% [==================================================== ] 2893/3441 84% [==================================================== ] 2894/3441 84% [==================================================== ] 2895/3441 84% [==================================================== ] 2896/3441 84% [==================================================== ] 2897/3441 84% [==================================================== ] 2898/3441 84% [==================================================== ] 2899/3441 84% [==================================================== ] 2900/3441 84% [==================================================== ] 2901/3441 84% [==================================================== ] 2902/3441 84% [==================================================== ] 2903/3441 84% [==================================================== ] 2904/3441 84% [==================================================== ] 2905/3441 84% [==================================================== ] 2906/3441 84% [==================================================== ] 2907/3441 84% [==================================================== ] 2908/3441 84% [==================================================== ] 2909/3441 84% [==================================================== ] 2910/3441 84% [==================================================== ] 2911/3441 84% [==================================================== ] 2912/3441 84% [==================================================== ] 2913/3441 84% [==================================================== ] 2914/3441 84% [==================================================== ] 2915/3441 84% [==================================================== ] 2916/3441 84% [==================================================== ] 2917/3441 84% [==================================================== ] 2918/3441 84% [==================================================== ] 2919/3441 84% [==================================================== ] 2920/3441 84% [==================================================== ] 2921/3441 84% [==================================================== ] 2922/3441 84% [==================================================== ] 2923/3441 84% [==================================================== ] 2924/3441 84% [==================================================== ] 2925/3441 85% [==================================================== ] 2926/3441 85% [==================================================== ] 2927/3441 85% [==================================================== ] 2928/3441 85% [==================================================== ] 2929/3441 85% [==================================================== ] 2930/3441 85% [==================================================== ] 2931/3441 85% [==================================================== ] 2932/3441 85% [==================================================== ] 2933/3441 85% [==================================================== ] 2934/3441 85% [==================================================== ] 2935/3441 85% [==================================================== ] 2936/3441 85% [==================================================== ] 2937/3441 85% [==================================================== ] 2938/3441 85% [==================================================== ] 2939/3441 85% [==================================================== ] 2940/3441 85% [==================================================== ] 2941/3441 85% [===================================================== ] 2942/3441 85% [===================================================== ] 2943/3441 85% [===================================================== ] 2944/3441 85% [===================================================== ] 2945/3441 85% [===================================================== ] 2946/3441 85% [===================================================== ] 2947/3441 85% [===================================================== ] 2948/3441 85% [===================================================== ] 2949/3441 85% [===================================================== ] 2950/3441 85% [===================================================== ] 2951/3441 85% [===================================================== ] 2952/3441 85% [===================================================== ] 2953/3441 85% [===================================================== ] 2954/3441 85% [===================================================== ] 2955/3441 85% [===================================================== ] 2956/3441 85% [===================================================== ] 2957/3441 85% [===================================================== ] 2958/3441 85% [===================================================== ] 2959/3441 85% [===================================================== ] 2960/3441 86% [===================================================== ] 2961/3441 86% [===================================================== ] 2962/3441 86% [===================================================== ] 2963/3441 86% [===================================================== ] 2964/3441 86% [===================================================== ] 2965/3441 86% [===================================================== ] 2966/3441 86% [===================================================== ] 2967/3441 86% [===================================================== ] 2968/3441 86% [===================================================== ] 2969/3441 86% [===================================================== ] 2970/3441 86% [===================================================== ] 2971/3441 86% [===================================================== ] 2972/3441 86% [===================================================== ] 2973/3441 86% [===================================================== ] 2974/3441 86% [===================================================== ] 2975/3441 86% [===================================================== ] 2976/3441 86% [===================================================== ] 2977/3441 86% [===================================================== ] 2978/3441 86% [===================================================== ] 2979/3441 86% [===================================================== ] 2980/3441 86% [===================================================== ] 2981/3441 86% [===================================================== ] 2982/3441 86% [===================================================== ] 2983/3441 86% [===================================================== ] 2984/3441 86% [===================================================== ] 2985/3441 86% [===================================================== ] 2986/3441 86% [===================================================== ] 2987/3441 86% [===================================================== ] 2988/3441 86% [===================================================== ] 2989/3441 86% [===================================================== ] 2990/3441 86% [===================================================== ] 2991/3441 86% [===================================================== ] 2992/3441 86% [===================================================== ] 2993/3441 86% [===================================================== ] 2994/3441 87% [===================================================== ] 2995/3441 87% [===================================================== ] 2996/3441 87% [====================================================== ] 2997/3441 87% [====================================================== ] 2998/3441 87% [====================================================== ] 2999/3441 87% [====================================================== ] 3000/3441 87% [====================================================== ] 3001/3441 87% [====================================================== ] 3002/3441 87% [====================================================== ] 3003/3441 87% [====================================================== ] 3004/3441 87% [====================================================== ] 3005/3441 87% [====================================================== ] 3006/3441 87% [====================================================== ] 3007/3441 87% [====================================================== ] 3008/3441 87% [====================================================== ] 3009/3441 87% [====================================================== ] 3010/3441 87% [====================================================== ] 3011/3441 87% [====================================================== ] 3012/3441 87% [====================================================== ] 3013/3441 87% [====================================================== ] 3014/3441 87% [====================================================== ] 3015/3441 87% [====================================================== ] 3016/3441 87% [====================================================== ] 3017/3441 87% [====================================================== ] 3018/3441 87% [====================================================== ] 3019/3441 87% [====================================================== ] 3020/3441 87% [====================================================== ] 3021/3441 87% [====================================================== ] 3022/3441 87% [====================================================== ] 3023/3441 87% [====================================================== ] 3024/3441 87% [====================================================== ] 3025/3441 87% [====================================================== ] 3026/3441 87% [====================================================== ] 3027/3441 87% [====================================================== ] 3028/3441 87% [====================================================== ] 3029/3441 88% [====================================================== ] 3030/3441 88% [====================================================== ] 3031/3441 88% [====================================================== ] 3032/3441 88% [====================================================== ] 3033/3441 88% [====================================================== ] 3034/3441 88% [====================================================== ] 3035/3441 88% [====================================================== ] 3036/3441 88% [====================================================== ] 3037/3441 88% [====================================================== ] 3038/3441 88% [====================================================== ] 3039/3441 88% [====================================================== ] 3040/3441 88% [====================================================== ] 3041/3441 88% [====================================================== ] 3042/3441 88% [====================================================== ] 3043/3441 88% [====================================================== ] 3044/3441 88% [====================================================== ] 3045/3441 88% [====================================================== ] 3046/3441 88% [====================================================== ] 3047/3441 88% [====================================================== ] 3048/3441 88% [====================================================== ] 3049/3441 88% [====================================================== ] 3050/3441 88% [====================================================== ] 3051/3441 88% [====================================================== ] 3052/3441 88% [======================================================= ] 3053/3441 88% [======================================================= ] 3054/3441 88% [======================================================= ] 3055/3441 88% [======================================================= ] 3056/3441 88% [======================================================= ] 3057/3441 88% [======================================================= ] 3058/3441 88% [======================================================= ] 3059/3441 88% [======================================================= ] 3060/3441 88% [======================================================= ] 3061/3441 88% [======================================================= ] 3062/3441 88% [======================================================= ] 3063/3441 89% [======================================================= ] 3064/3441 89% [======================================================= ] 3065/3441 89% [======================================================= ] 3066/3441 89% [======================================================= ] 3067/3441 89% [======================================================= ] 3068/3441 89% [======================================================= ] 3069/3441 89% [======================================================= ] 3070/3441 89% [======================================================= ] 3071/3441 89% [======================================================= ] 3072/3441 89% [======================================================= ] 3073/3441 89% [======================================================= ] 3074/3441 89% [======================================================= ] 3075/3441 89% [======================================================= ] 3076/3441 89% [======================================================= ] 3077/3441 89% [======================================================= ] 3078/3441 89% [======================================================= ] 3079/3441 89% [======================================================= ] 3080/3441 89% [======================================================= ] 3081/3441 89% [======================================================= ] 3082/3441 89% [======================================================= ] 3083/3441 89% [======================================================= ] 3084/3441 89% [======================================================= ] 3085/3441 89% [======================================================= ] 3086/3441 89% [======================================================= ] 3087/3441 89% [======================================================= ] 3088/3441 89% [======================================================= ] 3089/3441 89% [======================================================= ] 3090/3441 89% [======================================================= ] 3091/3441 89% [======================================================= ] 3092/3441 89% [======================================================= ] 3093/3441 89% [======================================================= ] 3094/3441 89% [======================================================= ] 3095/3441 89% [======================================================= ] 3096/3441 89% [======================================================= ] 3097/3441 90% [======================================================= ] 3098/3441 90% [======================================================= ] 3099/3441 90% [======================================================= ] 3100/3441 90% [======================================================= ] 3101/3441 90% [======================================================= ] 3102/3441 90% [======================================================= ] 3103/3441 90% [======================================================= ] 3104/3441 90% [======================================================= ] 3105/3441 90% [======================================================= ] 3106/3441 90% [======================================================= ] 3107/3441 90% [======================================================== ] 3108/3441 90% [======================================================== ] 3109/3441 90% [======================================================== ] 3110/3441 90% [======================================================== ] 3111/3441 90% [======================================================== ] 3112/3441 90% [======================================================== ] 3113/3441 90% [======================================================== ] 3114/3441 90% [======================================================== ] 3115/3441 90% [======================================================== ] 3116/3441 90% [======================================================== ] 3117/3441 90% [======================================================== ] 3118/3441 90% [======================================================== ] 3119/3441 90% [======================================================== ] 3120/3441 90% [======================================================== ] 3121/3441 90% [======================================================== ] 3122/3441 90% [======================================================== ] 3123/3441 90% [======================================================== ] 3124/3441 90% [======================================================== ] 3125/3441 90% [======================================================== ] 3126/3441 90% [======================================================== ] 3127/3441 90% [======================================================== ] 3128/3441 90% [======================================================== ] 3129/3441 90% [======================================================== ] 3130/3441 90% [======================================================== ] 3131/3441 90% [======================================================== ] 3132/3441 91% [======================================================== ] 3133/3441 91% [======================================================== ] 3134/3441 91% [======================================================== ] 3135/3441 91% [======================================================== ] 3136/3441 91% [======================================================== ] 3137/3441 91% [======================================================== ] 3138/3441 91% [======================================================== ] 3139/3441 91% [======================================================== ] 3140/3441 91% [======================================================== ] 3141/3441 91% [======================================================== ] 3142/3441 91% [======================================================== ] 3143/3441 91% [======================================================== ] 3144/3441 91% [======================================================== ] 3145/3441 91% [======================================================== ] 3146/3441 91% [======================================================== ] 3147/3441 91% [======================================================== ] 3148/3441 91% [======================================================== ] 3149/3441 91% [======================================================== ] 3150/3441 91% [======================================================== ] 3151/3441 91% [======================================================== ] 3152/3441 91% [======================================================== ] 3153/3441 91% [======================================================== ] 3154/3441 91% [======================================================== ] 3155/3441 91% [======================================================== ] 3156/3441 91% [======================================================== ] 3157/3441 91% [======================================================== ] 3158/3441 91% [======================================================== ] 3159/3441 91% [======================================================== ] 3160/3441 91% [======================================================== ] 3161/3441 91% [======================================================== ] 3162/3441 91% [======================================================== ] 3163/3441 91% [========================================================= ] 3164/3441 91% [========================================================= ] 3165/3441 91% [========================================================= ] 3166/3441 92% [========================================================= ] 3167/3441 92% [========================================================= ] 3168/3441 92% [========================================================= ] 3169/3441 92% [========================================================= ] 3170/3441 92% [========================================================= ] 3171/3441 92% [========================================================= ] 3172/3441 92% [========================================================= ] 3173/3441 92% [========================================================= ] 3174/3441 92% [========================================================= ] 3175/3441 92% [========================================================= ] 3176/3441 92% [========================================================= ] 3177/3441 92% [========================================================= ] 3178/3441 92% [========================================================= ] 3179/3441 92% [========================================================= ] 3180/3441 92% [========================================================= ] 3181/3441 92% [========================================================= ] 3182/3441 92% [========================================================= ] 3183/3441 92% [========================================================= ] 3184/3441 92% [========================================================= ] 3185/3441 92% [========================================================= ] 3186/3441 92% [========================================================= ] 3187/3441 92% [========================================================= ] 3188/3441 92% [========================================================= ] 3189/3441 92% [========================================================= ] 3190/3441 92% [========================================================= ] 3191/3441 92% [========================================================= ] 3192/3441 92% [========================================================= ] 3193/3441 92% [========================================================= ] 3194/3441 92% [========================================================= ] 3195/3441 92% [========================================================= ] 3196/3441 92% [========================================================= ] 3197/3441 92% [========================================================= ] 3198/3441 92% [========================================================= ] 3199/3441 92% [========================================================= ] 3200/3441 92% [========================================================= ] 3201/3441 93% [========================================================= ] 3202/3441 93% [========================================================= ] 3203/3441 93% [========================================================= ] 3204/3441 93% [========================================================= ] 3205/3441 93% [========================================================= ] 3206/3441 93% [========================================================= ] 3207/3441 93% [========================================================= ] 3208/3441 93% [========================================================= ] 3209/3441 93% [========================================================= ] 3210/3441 93% [========================================================= ] 3211/3441 93% [========================================================= ] 3212/3441 93% [========================================================= ] 3213/3441 93% [========================================================= ] 3214/3441 93% [========================================================= ] 3215/3441 93% [========================================================= ] 3216/3441 93% [========================================================= ] 3217/3441 93% [========================================================= ] 3218/3441 93% [========================================================== ] 3219/3441 93% [========================================================== ] 3220/3441 93% [========================================================== ] 3221/3441 93% [========================================================== ] 3222/3441 93% [========================================================== ] 3223/3441 93% [========================================================== ] 3224/3441 93% [========================================================== ] 3225/3441 93% [========================================================== ] 3226/3441 93% [========================================================== ] 3227/3441 93% [========================================================== ] 3228/3441 93% [========================================================== ] 3229/3441 93% [========================================================== ] 3230/3441 93% [========================================================== ] 3231/3441 93% [========================================================== ] 3232/3441 93% [========================================================== ] 3233/3441 93% [========================================================== ] 3234/3441 93% [========================================================== ] 3235/3441 94% [========================================================== ] 3236/3441 94% [========================================================== ] 3237/3441 94% [========================================================== ] 3238/3441 94% [========================================================== ] 3239/3441 94% [========================================================== ] 3240/3441 94% [========================================================== ] 3241/3441 94% [========================================================== ] 3242/3441 94% [========================================================== ] 3243/3441 94% [========================================================== ] 3244/3441 94% [========================================================== ] 3245/3441 94% [========================================================== ] 3246/3441 94% [========================================================== ] 3247/3441 94% [========================================================== ] 3248/3441 94% [========================================================== ] 3249/3441 94% [========================================================== ] 3250/3441 94% [========================================================== ] 3251/3441 94% [========================================================== ] 3252/3441 94% [========================================================== ] 3253/3441 94% [========================================================== ] 3254/3441 94% [========================================================== ] 3255/3441 94% [========================================================== ] 3256/3441 94% [========================================================== ] 3257/3441 94% [========================================================== ] 3258/3441 94% [========================================================== ] 3259/3441 94% [========================================================== ] 3260/3441 94% [========================================================== ] 3261/3441 94% [========================================================== ] 3262/3441 94% [========================================================== ] 3263/3441 94% [========================================================== ] 3264/3441 94% [========================================================== ] 3265/3441 94% [========================================================== ] 3266/3441 94% [========================================================== ] 3267/3441 94% [========================================================== ] 3268/3441 94% [========================================================== ] 3269/3441 95% [========================================================== ] 3270/3441 95% [========================================================== ] 3271/3441 95% [========================================================== ] 3272/3441 95% [========================================================== ] 3273/3441 95% [========================================================== ] 3274/3441 95% [=========================================================== ] 3275/3441 95% [=========================================================== ] 3276/3441 95% [=========================================================== ] 3277/3441 95% [=========================================================== ] 3278/3441 95% [=========================================================== ] 3279/3441 95% [=========================================================== ] 3280/3441 95% [=========================================================== ] 3281/3441 95% [=========================================================== ] 3282/3441 95% [=========================================================== ] 3283/3441 95% [=========================================================== ] 3284/3441 95% [=========================================================== ] 3285/3441 95% [=========================================================== ] 3286/3441 95% [=========================================================== ] 3287/3441 95% [=========================================================== ] 3288/3441 95% [=========================================================== ] 3289/3441 95% [=========================================================== ] 3290/3441 95% [=========================================================== ] 3291/3441 95% [=========================================================== ] 3292/3441 95% [=========================================================== ] 3293/3441 95% [=========================================================== ] 3294/3441 95% [=========================================================== ] 3295/3441 95% [=========================================================== ] 3296/3441 95% [=========================================================== ] 3297/3441 95% [=========================================================== ] 3298/3441 95% [=========================================================== ] 3299/3441 95% [=========================================================== ] 3300/3441 95% [=========================================================== ] 3301/3441 95% [=========================================================== ] 3302/3441 95% [=========================================================== ] 3303/3441 95% [=========================================================== ] 3304/3441 96% [=========================================================== ] 3305/3441 96% [=========================================================== ] 3306/3441 96% [=========================================================== ] 3307/3441 96% [=========================================================== ] 3308/3441 96% [=========================================================== ] 3309/3441 96% [=========================================================== ] 3310/3441 96% [=========================================================== ] 3311/3441 96% [=========================================================== ] 3312/3441 96% [=========================================================== ] 3313/3441 96% [=========================================================== ] 3314/3441 96% [=========================================================== ] 3315/3441 96% [=========================================================== ] 3316/3441 96% [=========================================================== ] 3317/3441 96% [=========================================================== ] 3318/3441 96% [=========================================================== ] 3319/3441 96% [=========================================================== ] 3320/3441 96% [=========================================================== ] 3321/3441 96% [=========================================================== ] 3322/3441 96% [=========================================================== ] 3323/3441 96% [=========================================================== ] 3324/3441 96% [=========================================================== ] 3325/3441 96% [=========================================================== ] 3326/3441 96% [=========================================================== ] 3327/3441 96% [=========================================================== ] 3328/3441 96% [=========================================================== ] 3329/3441 96% [============================================================ ] 3330/3441 96% [============================================================ ] 3331/3441 96% [============================================================ ] 3332/3441 96% [============================================================ ] 3333/3441 96% [============================================================ ] 3334/3441 96% [============================================================ ] 3335/3441 96% [============================================================ ] 3336/3441 96% [============================================================ ] 3337/3441 96% [============================================================ ] 3338/3441 97% [============================================================ ] 3339/3441 97% [============================================================ ] 3340/3441 97% [============================================================ ] 3341/3441 97% [============================================================ ] 3342/3441 97% [============================================================ ] 3343/3441 97% [============================================================ ] 3344/3441 97% [============================================================ ] 3345/3441 97% [============================================================ ] 3346/3441 97% [============================================================ ] 3347/3441 97% [============================================================ ] 3348/3441 97% [============================================================ ] 3349/3441 97% [============================================================ ] 3350/3441 97% [============================================================ ] 3351/3441 97% [============================================================ ] 3352/3441 97% [============================================================ ] 3353/3441 97% [============================================================ ] 3354/3441 97% [============================================================ ] 3355/3441 97% [============================================================ ] 3356/3441 97% [============================================================ ] 3357/3441 97% [============================================================ ] 3358/3441 97% [============================================================ ] 3359/3441 97% [============================================================ ] 3360/3441 97% [============================================================ ] 3361/3441 97% [============================================================ ] 3362/3441 97% [============================================================ ] 3363/3441 97% [============================================================ ] 3364/3441 97% [============================================================ ] 3365/3441 97% [============================================================ ] 3366/3441 97% [============================================================ ] 3367/3441 97% [============================================================ ] 3368/3441 97% [============================================================ ] 3369/3441 97% [============================================================ ] 3370/3441 97% [============================================================ ] 3371/3441 97% [============================================================ ] 3372/3441 97% [============================================================ ] 3373/3441 98% [============================================================ ] 3374/3441 98% [============================================================ ] 3375/3441 98% [============================================================ ] 3376/3441 98% [============================================================ ] 3377/3441 98% [============================================================ ] 3378/3441 98% [============================================================ ] 3379/3441 98% [============================================================ ] 3380/3441 98% [============================================================ ] 3381/3441 98% [============================================================ ] 3382/3441 98% [============================================================ ] 3383/3441 98% [============================================================ ] 3384/3441 98% [============================================================ ] 3385/3441 98% [============================================================= ] 3386/3441 98% [============================================================= ] 3387/3441 98% [============================================================= ] 3388/3441 98% [============================================================= ] 3389/3441 98% [============================================================= ] 3390/3441 98% [============================================================= ] 3391/3441 98% [============================================================= ] 3392/3441 98% [============================================================= ] 3393/3441 98% [============================================================= ] 3394/3441 98% [============================================================= ] 3395/3441 98% [============================================================= ] 3396/3441 98% [============================================================= ] 3397/3441 98% [============================================================= ] 3398/3441 98% [============================================================= ] 3399/3441 98% [============================================================= ] 3400/3441 98% [============================================================= ] 3401/3441 98% [============================================================= ] 3402/3441 98% [============================================================= ] 3403/3441 98% [============================================================= ] 3404/3441 98% [============================================================= ] 3405/3441 98% [============================================================= ] 3406/3441 98% [============================================================= ] 3407/3441 99% [============================================================= ] 3408/3441 99% [============================================================= ] 3409/3441 99% [============================================================= ] 3410/3441 99% [============================================================= ] 3411/3441 99% [============================================================= ] 3412/3441 99% [============================================================= ] 3413/3441 99% [============================================================= ] 3414/3441 99% [============================================================= ] 3415/3441 99% [============================================================= ] 3416/3441 99% [============================================================= ] 3417/3441 99% [============================================================= ] 3418/3441 99% [============================================================= ] 3419/3441 99% [============================================================= ] 3420/3441 99% [============================================================= ] 3421/3441 99% [============================================================= ] 3422/3441 99% [============================================================= ] 3423/3441 99% [============================================================= ] 3424/3441 99% [============================================================= ] 3425/3441 99% [============================================================= ] 3426/3441 99% [============================================================= ] 3427/3441 99% [============================================================= ] 3428/3441 99% [============================================================= ] 3429/3441 99% [============================================================= ] 3430/3441 99% [============================================================= ] 3431/3441 99% [============================================================= ] 3432/3441 99% [============================================================= ] 3433/3441 99% [============================================================= ] 3434/3441 99% [============================================================= ] 3435/3441 99% [============================================================= ] 3436/3441 99% [============================================================= ] 3437/3441 99% [============================================================= ] 3438/3441 99% [============================================================= ] 3439/3441 99% [============================================================= ] 3440/3441 99% [==============================================================] 3441/3441 100% operation complete, 3441 objects in 41704 NAND pages. ln -snf /nvmedata/autobuild/instance-31/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-31/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-31/buildroot' make: Entering directory '/nvmedata/autobuild/instance-31/buildroot' >>> Buildroot 2022.02-531-g130cfc74d7 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.15.33 Collecting legal info >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-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-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bcg729 1.0.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> chrony 4.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> comix-cursors 0.9.1 Collecting legal info >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> easy-rsa 3.0.8 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> host-environment-setup Collecting legal info >>> ethtool 5.15 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> freetype 2.12.0 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> webp 1.2.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> initscripts Collecting legal info >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.62.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 60.9.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.2 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openssl Collecting legal info >>> libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> 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.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libxml2 2.9.13 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ncdu 1.16 Collecting legal info COPYING: OK (sha256: e9ed7095eee84ad6804450495738277b539da0c0b2006f50faf8e6e67a0a15aa) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-diffutils 3.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> spi-tools 1.0.1 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tcpreplay 4.3.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> ulogd 2.0.7 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> whetstone 1.2 Collecting legal info >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.33: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-31/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-31/buildroot'