printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs\n /home/buildroot/autobuild/instance-2/output-1/host/bin/mkfs.btrfs -f -r '\''/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 46b1e8a2-4d06-4aad-8611-7a3c22c1107b Node size: 16384 Sector size: 4096 Filesystem size: 261.00MiB Block group profiles: Data: single 120.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 261.00MiB /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.cramfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkcramfs -B /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.cramfs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3320 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/3320 0% [ ] 2/3320 0% [ ] 3/3320 0% [ ] 4/3320 0% [ ] 5/3320 0% [ ] 6/3320 0% [ ] 7/3320 0% [ ] 8/3320 0% [ ] 9/3320 0% [ ] 10/3320 0% [ ] 11/3320 0% [ ] 12/3320 0% [ ] 13/3320 0% [ ] 14/3320 0% [ ] 15/3320 0% [ ] 16/3320 0% [ ] 17/3320 0% [ ] 18/3320 0% [ ] 19/3320 0% [ ] 20/3320 0% [ ] 21/3320 0% [ ] 22/3320 0% [ ] 23/3320 0% [ ] 24/3320 0% [ ] 25/3320 0% [ ] 26/3320 0% [ ] 27/3320 0% [ ] 28/3320 0% [ ] 29/3320 0% [ ] 30/3320 0% [ ] 31/3320 0% [ ] 32/3320 0% [ ] 33/3320 0% [ ] 34/3320 1% [ ] 35/3320 1% [ ] 36/3320 1% [ ] 37/3320 1% [ ] 38/3320 1% [ ] 39/3320 1% [ ] 40/3320 1% [ ] 41/3320 1% [ ] 42/3320 1% [ ] 43/3320 1% [ ] 44/3320 1% [ ] 45/3320 1% [ ] 46/3320 1% [ ] 47/3320 1% [ ] 48/3320 1% [ ] 49/3320 1% [ ] 50/3320 1% [ ] 51/3320 1% [ ] 52/3320 1% [ ] 53/3320 1% [= ] 54/3320 1% [= ] 55/3320 1% [= ] 56/3320 1% [= ] 57/3320 1% [= ] 58/3320 1% [= ] 59/3320 1% [= ] 60/3320 1% [= ] 61/3320 1% [= ] 62/3320 1% [= ] 63/3320 1% [= ] 64/3320 1% [= ] 65/3320 1% [= ] 66/3320 1% [= ] 67/3320 2% [= ] 68/3320 2% [= ] 69/3320 2% [= ] 70/3320 2% [= ] 71/3320 2% [= ] 72/3320 2% [= ] 73/3320 2% [= ] 74/3320 2% [= ] 75/3320 2% [= ] 76/3320 2% [= ] 77/3320 2% [= ] 78/3320 2% [= ] 79/3320 2% [= ] 80/3320 2% [= ] 81/3320 2% [= ] 82/3320 2% [= ] 83/3320 2% [= ] 84/3320 2% [= ] 85/3320 2% [= ] 86/3320 2% [= ] 87/3320 2% [= ] 88/3320 2% [= ] 89/3320 2% [= ] 90/3320 2% [= ] 91/3320 2% [= ] 92/3320 2% [= ] 93/3320 2% [= ] 94/3320 2% [= ] 95/3320 2% [= ] 96/3320 2% [= ] 97/3320 2% [= ] 98/3320 2% [= ] 99/3320 2% [= ] 100/3320 3% [= ] 101/3320 3% [= ] 102/3320 3% [= ] 103/3320 3% [= ] 104/3320 3% [= ] 105/3320 3% [= ] 106/3320 3% [= ] 107/3320 3% [== ] 108/3320 3% [== ] 109/3320 3% [== ] 110/3320 3% [== ] 111/3320 3% [== ] 112/3320 3% [== ] 113/3320 3% [== ] 114/3320 3% [== ] 115/3320 3% [== ] 116/3320 3% [== ] 117/3320 3% [== ] 118/3320 3% [== ] 119/3320 3% [== ] 120/3320 3% [== ] 121/3320 3% [== ] 122/3320 3% [== ] 123/3320 3% [== ] 124/3320 3% [== ] 125/3320 3% [== ] 126/3320 3% [== ] 127/3320 3% [== ] 128/3320 3% [== ] 129/3320 3% [== ] 130/3320 3% [== ] 131/3320 3% [== ] 132/3320 3% [== ] 133/3320 4% [== ] 134/3320 4% [== ] 135/3320 4% [== ] 136/3320 4% [== ] 137/3320 4% [== ] 138/3320 4% [== ] 139/3320 4% [== ] 140/3320 4% [== ] 141/3320 4% [== ] 142/3320 4% [== ] 143/3320 4% [== ] 144/3320 4% [== ] 145/3320 4% [== ] 146/3320 4% [== ] 147/3320 4% [== ] 148/3320 4% [== ] 149/3320 4% [== ] 150/3320 4% [== ] 151/3320 4% [== ] 152/3320 4% [== ] 153/3320 4% [== ] 154/3320 4% [== ] 155/3320 4% [== ] 156/3320 4% [== ] 157/3320 4% [== ] 158/3320 4% [== ] 159/3320 4% [== ] 160/3320 4% [=== ] 161/3320 4% [=== ] 162/3320 4% [=== ] 163/3320 4% [=== ] 164/3320 4% [=== ] 165/3320 4% [=== ] 166/3320 5% [=== ] 167/3320 5% [=== ] 168/3320 5% [=== ] 169/3320 5% [=== ] 170/3320 5% [=== ] 171/3320 5% [=== ] 172/3320 5% [=== ] 173/3320 5% [=== ] 174/3320 5% [=== ] 175/3320 5% [=== ] 176/3320 5% [=== ] 177/3320 5% [=== ] 178/3320 5% [=== ] 179/3320 5% [=== ] 180/3320 5% [=== ] 181/3320 5% [=== ] 182/3320 5% [=== ] 183/3320 5% [=== ] 184/3320 5% [=== ] 185/3320 5% [=== ] 186/3320 5% [=== ] 187/3320 5% [=== ] 188/3320 5% [=== ] 189/3320 5% [=== ] 190/3320 5% [=== ] 191/3320 5% [=== ] 192/3320 5% [=== ] 193/3320 5% [=== ] 194/3320 5% [=== ] 195/3320 5% [=== ] 196/3320 5% [=== ] 197/3320 5% [=== ] 198/3320 5% [=== ] 199/3320 5% [=== ] 200/3320 6% [=== ] 201/3320 6% [=== ] 202/3320 6% [=== ] 203/3320 6% [=== ] 204/3320 6% [=== ] 205/3320 6% [=== ] 206/3320 6% [=== ] 207/3320 6% [=== ] 208/3320 6% [=== ] 209/3320 6% [=== ] 210/3320 6% [=== ] 211/3320 6% [=== ] 212/3320 6% [=== ] 213/3320 6% [=== ] 214/3320 6% [==== ] 215/3320 6% [==== ] 216/3320 6% [==== ] 217/3320 6% [==== ] 218/3320 6% [==== ] 219/3320 6% [==== ] 220/3320 6% [==== ] 221/3320 6% [==== ] 222/3320 6% [==== ] 223/3320 6% [==== ] 224/3320 6% [==== ] 225/3320 6% [==== ] 226/3320 6% [==== ] 227/3320 6% [==== ] 228/3320 6% [==== ] 229/3320 6% [==== ] 230/3320 6% [==== ] 231/3320 6% [==== ] 232/3320 6% [==== ] 233/3320 7% [==== ] 234/3320 7% [==== ] 235/3320 7% [==== ] 236/3320 7% [==== ] 237/3320 7% [==== ] 238/3320 7% [==== ] 239/3320 7% [==== ] 240/3320 7% [==== ] 241/3320 7% [==== ] 242/3320 7% [==== ] 243/3320 7% [==== ] 244/3320 7% [==== ] 245/3320 7% [==== ] 246/3320 7% [==== ] 247/3320 7% [==== ] 248/3320 7% [==== ] 249/3320 7% [==== ] 250/3320 7% [==== ] 251/3320 7% [==== ] 252/3320 7% [==== ] 253/3320 7% [==== ] 254/3320 7% [==== ] 255/3320 7% [==== ] 256/3320 7% [==== ] 257/3320 7% [==== ] 258/3320 7% [==== ] 259/3320 7% [==== ] 260/3320 7% [==== ] 261/3320 7% [==== ] 262/3320 7% [==== ] 263/3320 7% [==== ] 264/3320 7% [==== ] 265/3320 7% [==== ] 266/3320 8% [==== ] 267/3320 8% [===== ] 268/3320 8% [===== ] 269/3320 8% [===== ] 270/3320 8% [===== ] 271/3320 8% [===== ] 272/3320 8% [===== ] 273/3320 8% [===== ] 274/3320 8% [===== ] 275/3320 8% [===== ] 276/3320 8% [===== ] 277/3320 8% [===== ] 278/3320 8% [===== ] 279/3320 8% [===== ] 280/3320 8% [===== ] 281/3320 8% [===== ] 282/3320 8% [===== ] 283/3320 8% [===== ] 284/3320 8% [===== ] 285/3320 8% [===== ] 286/3320 8% [===== ] 287/3320 8% [===== ] 288/3320 8% [===== ] 289/3320 8% [===== ] 290/3320 8% [===== ] 291/3320 8% [===== ] 292/3320 8% [===== ] 293/3320 8% [===== ] 294/3320 8% [===== ] 295/3320 8% [===== ] 296/3320 8% [===== ] 297/3320 8% [===== ] 298/3320 8% [===== ] 299/3320 9% [===== ] 300/3320 9% [===== ] 301/3320 9% [===== ] 302/3320 9% [===== ] 303/3320 9% [===== ] 304/3320 9% [===== ] 305/3320 9% [===== ] 306/3320 9% [===== ] 307/3320 9% [===== ] 308/3320 9% [===== ] 309/3320 9% [===== ] 310/3320 9% [===== ] 311/3320 9% [===== ] 312/3320 9% [===== ] 313/3320 9% [===== ] 314/3320 9% [===== ] 315/3320 9% [===== ] 316/3320 9% [===== ] 317/3320 9% [===== ] 318/3320 9% [===== ] 319/3320 9% [===== ] 320/3320 9% [===== ] 321/3320 9% [====== ] 322/3320 9% [====== ] 323/3320 9% [====== ] 324/3320 9% [====== ] 325/3320 9% [====== ] 326/3320 9% [====== ] 327/3320 9% [====== ] 328/3320 9% [====== ] 329/3320 9% [====== ] 330/3320 9% [====== ] 331/3320 9% [====== ] 332/3320 10% [====== ] 333/3320 10% [====== ] 334/3320 10% [====== ] 335/3320 10% [====== ] 336/3320 10% [====== ] 337/3320 10% [====== ] 338/3320 10% [====== ] 339/3320 10% [====== ] 340/3320 10% [====== ] 341/3320 10% [====== ] 342/3320 10% [====== ] 343/3320 10% [====== ] 344/3320 10% [====== ] 345/3320 10% [====== ] 346/3320 10% [====== ] 347/3320 10% [====== ] 348/3320 10% [====== ] 349/3320 10% [====== ] 350/3320 10% [====== ] 351/3320 10% [====== ] 352/3320 10% [====== ] 353/3320 10% [====== ] 354/3320 10% [====== ] 355/3320 10% [====== ] 356/3320 10% [====== ] 357/3320 10% [====== ] 358/3320 10% [====== ] 359/3320 10% [====== ] 360/3320 10% [====== ] 361/3320 10% [====== ] 362/3320 10% [====== ] 363/3320 10% [====== ] 364/3320 10% [====== ] 365/3320 10% [====== ] 366/3320 11% [====== ] 367/3320 11% [====== ] 368/3320 11% [====== ] 369/3320 11% [====== ] 370/3320 11% [====== ] 371/3320 11% [====== ] 372/3320 11% [====== ] 373/3320 11% [====== ] 374/3320 11% [======= ] 375/3320 11% [======= ] 376/3320 11% [======= ] 377/3320 11% [======= ] 378/3320 11% [======= ] 379/3320 11% [======= ] 380/3320 11% [======= ] 381/3320 11% [======= ] 382/3320 11% [======= ] 383/3320 11% [======= ] 384/3320 11% [======= ] 385/3320 11% [======= ] 386/3320 11% [======= ] 387/3320 11% [======= ] 388/3320 11% [======= ] 389/3320 11% [======= ] 390/3320 11% [======= ] 391/3320 11% [======= ] 392/3320 11% [======= ] 393/3320 11% [======= ] 394/3320 11% [======= ] 395/3320 11% [======= ] 396/3320 11% [======= ] 397/3320 11% [======= ] 398/3320 11% [======= ] 399/3320 12% [======= ] 400/3320 12% [======= ] 401/3320 12% [======= ] 402/3320 12% [======= ] 403/3320 12% [======= ] 404/3320 12% [======= ] 405/3320 12% [======= ] 406/3320 12% [======= ] 407/3320 12% [======= ] 408/3320 12% [======= ] 409/3320 12% [======= ] 410/3320 12% [======= ] 411/3320 12% [======= ] 412/3320 12% [======= ] 413/3320 12% [======= ] 414/3320 12% [======= ] 415/3320 12% [======= ] 416/3320 12% [======= ] 417/3320 12% [======= ] 418/3320 12% [======= ] 419/3320 12% [======= ] 420/3320 12% [======= ] 421/3320 12% [======= ] 422/3320 12% [======= ] 423/3320 12% [======= ] 424/3320 12% [======= ] 425/3320 12% [======= ] 426/3320 12% [======= ] 427/3320 12% [======= ] 428/3320 12% [======== ] 429/3320 12% [======== ] 430/3320 12% [======== ] 431/3320 12% [======== ] 432/3320 13% [======== ] 433/3320 13% [======== ] 434/3320 13% [======== ] 435/3320 13% [======== ] 436/3320 13% [======== ] 437/3320 13% [======== ] 438/3320 13% [======== ] 439/3320 13% [======== ] 440/3320 13% [======== ] 441/3320 13% [======== ] 442/3320 13% [======== ] 443/3320 13% [======== ] 444/3320 13% [======== ] 445/3320 13% [======== ] 446/3320 13% [======== ] 447/3320 13% [======== ] 448/3320 13% [======== ] 449/3320 13% [======== ] 450/3320 13% [======== ] 451/3320 13% [======== ] 452/3320 13% [======== ] 453/3320 13% [======== ] 454/3320 13% [======== ] 455/3320 13% [======== ] 456/3320 13% [======== ] 457/3320 13% [======== ] 458/3320 13% [======== ] 459/3320 13% [======== ] 460/3320 13% [======== ] 461/3320 13% [======== ] 462/3320 13% [======== ] 463/3320 13% [======== ] 464/3320 13% [======== ] 465/3320 14% [======== ] 466/3320 14% [======== ] 467/3320 14% [======== ] 468/3320 14% [======== ] 469/3320 14% [======== ] 470/3320 14% [======== ] 471/3320 14% [======== ] 472/3320 14% [======== ] 473/3320 14% [======== ] 474/3320 14% [======== ] 475/3320 14% [======== ] 476/3320 14% [======== ] 477/3320 14% [======== ] 478/3320 14% [======== ] 479/3320 14% [======== ] 480/3320 14% [======== ] 481/3320 14% [========= ] 482/3320 14% [========= ] 483/3320 14% [========= ] 484/3320 14% [========= ] 485/3320 14% [========= ] 486/3320 14% [========= ] 487/3320 14% [========= ] 488/3320 14% [========= ] 489/3320 14% [========= ] 490/3320 14% [========= ] 491/3320 14% [========= ] 492/3320 14% [========= ] 493/3320 14% [========= ] 494/3320 14% [========= ] 495/3320 14% [========= ] 496/3320 14% [========= ] 497/3320 14% [========= ] 498/3320 15% [========= ] 499/3320 15% [========= ] 500/3320 15% [========= ] 501/3320 15% [========= ] 502/3320 15% [========= ] 503/3320 15% [========= ] 504/3320 15% [========= ] 505/3320 15% [========= ] 506/3320 15% [========= ] 507/3320 15% [========= ] 508/3320 15% [========= ] 509/3320 15% [========= ] 510/3320 15% [========= ] 511/3320 15% [========= ] 512/3320 15% [========= ] 513/3320 15% [========= ] 514/3320 15% [========= ] 515/3320 15% [========= ] 516/3320 15% [========= ] 517/3320 15% [========= ] 518/3320 15% [========= ] 519/3320 15% [========= ] 520/3320 15% [========= ] 521/3320 15% [========= ] 522/3320 15% [========= ] 523/3320 15% [========= ] 524/3320 15% [========= ] 525/3320 15% [========= ] 526/3320 15% [========= ] 527/3320 15% [========= ] 528/3320 15% [========= ] 529/3320 15% [========= ] 530/3320 15% [========= ] 531/3320 15% [========= ] 532/3320 16% [========= ] 533/3320 16% [========= ] 534/3320 16% [========= ] 535/3320 16% [========== ] 536/3320 16% [========== ] 537/3320 16% [========== ] 538/3320 16% [========== ] 539/3320 16% [========== ] 540/3320 16% [========== ] 541/3320 16% [========== ] 542/3320 16% [========== ] 543/3320 16% [========== ] 544/3320 16% [========== ] 545/3320 16% [========== ] 546/3320 16% [========== ] 547/3320 16% [========== ] 548/3320 16% [========== ] 549/3320 16% [========== ] 550/3320 16% [========== ] 551/3320 16% [========== ] 552/3320 16% [========== ] 553/3320 16% [========== ] 554/3320 16% [========== ] 555/3320 16% [========== ] 556/3320 16% [========== ] 557/3320 16% [========== ] 558/3320 16% [========== ] 559/3320 16% [========== ] 560/3320 16% [========== ] 561/3320 16% [========== ] 562/3320 16% [========== ] 563/3320 16% [========== ] 564/3320 16% [========== ] 565/3320 17% [========== ] 566/3320 17% [========== ] 567/3320 17% [========== ] 568/3320 17% [========== ] 569/3320 17% [========== ] 570/3320 17% [========== ] 571/3320 17% [========== ] 572/3320 17% [========== ] 573/3320 17% [========== ] 574/3320 17% [========== ] 575/3320 17% [========== ] 576/3320 17% [========== ] 577/3320 17% [========== ] 578/3320 17% [========== ] 579/3320 17% [========== ] 580/3320 17% [========== ] 581/3320 17% [========== ] 582/3320 17% [========== ] 583/3320 17% [========== ] 584/3320 17% [========== ] 585/3320 17% [========== ] 586/3320 17% [========== ] 587/3320 17% [========== ] 588/3320 17% [========== ] 589/3320 17% [=========== ] 590/3320 17% [=========== ] 591/3320 17% [=========== ] 592/3320 17% [=========== ] 593/3320 17% [=========== ] 594/3320 17% [=========== ] 595/3320 17% [=========== ] 596/3320 17% [=========== ] 597/3320 17% [=========== ] 598/3320 18% [=========== ] 599/3320 18% [=========== ] 600/3320 18% [=========== ] 601/3320 18% [=========== ] 602/3320 18% [=========== ] 603/3320 18% [=========== ] 604/3320 18% [=========== ] 605/3320 18% [=========== ] 606/3320 18% [=========== ] 607/3320 18% [=========== ] 608/3320 18% [=========== ] 609/3320 18% [=========== ] 610/3320 18% [=========== ] 611/3320 18% [=========== ] 612/3320 18% [=========== ] 613/3320 18% [=========== ] 614/3320 18% [=========== ] 615/3320 18% [=========== ] 616/3320 18% [=========== ] 617/3320 18% [=========== ] 618/3320 18% [=========== ] 619/3320 18% [=========== ] 620/3320 18% [=========== ] 621/3320 18% [=========== ] 622/3320 18% [=========== ] 623/3320 18% [=========== ] 624/3320 18% [=========== ] 625/3320 18% [=========== ] 626/3320 18% [=========== ] 627/3320 18% [=========== ] 628/3320 18% [=========== ] 629/3320 18% [=========== ] 630/3320 18% [=========== ] 631/3320 19% [=========== ] 632/3320 19% [=========== ] 633/3320 19% [=========== ] 634/3320 19% [=========== ] 635/3320 19% [=========== ] 636/3320 19% [=========== ] 637/3320 19% [=========== ] 638/3320 19% [=========== ] 639/3320 19% [=========== ] 640/3320 19% [=========== ] 641/3320 19% [=========== ] 642/3320 19% [============ ] 643/3320 19% [============ ] 644/3320 19% [============ ] 645/3320 19% [============ ] 646/3320 19% [============ ] 647/3320 19% [============ ] 648/3320 19% [============ ] 649/3320 19% [============ ] 650/3320 19% [============ ] 651/3320 19% [============ ] 652/3320 19% [============ ] 653/3320 19% [============ ] 654/3320 19% [============ ] 655/3320 19% [============ ] 656/3320 19% [============ ] 657/3320 19% [============ ] 658/3320 19% [============ ] 659/3320 19% [============ ] 660/3320 19% [============ ] 661/3320 19% [============ ] 662/3320 19% [============ ] 663/3320 19% [============ ] 664/3320 20% [============ ] 665/3320 20% [============ ] 666/3320 20% [============ ] 667/3320 20% [============ ] 668/3320 20% [============ ] 669/3320 20% [============ ] 670/3320 20% [============ ] 671/3320 20% [============ ] 672/3320 20% [============ ] 673/3320 20% [============ ] 674/3320 20% [============ ] 675/3320 20% [============ ] 676/3320 20% [============ ] 677/3320 20% [============ ] 678/3320 20% [============ ] 679/3320 20% [============ ] 680/3320 20% [============ ] 681/3320 20% [============ ] 682/3320 20% [============ ] 683/3320 20% [============ ] 684/3320 20% [============ ] 685/3320 20% [============ ] 686/3320 20% [============ ] 687/3320 20% [============ ] 688/3320 20% [============ ] 689/3320 20% [============ ] 690/3320 20% [============ ] 691/3320 20% [============ ] 692/3320 20% [============ ] 693/3320 20% [============ ] 694/3320 20% [============ ] 695/3320 20% [============ ] 696/3320 20% [============= ] 697/3320 20% [============= ] 698/3320 21% [============= ] 699/3320 21% [============= ] 700/3320 21% [============= ] 701/3320 21% [============= ] 702/3320 21% [============= ] 703/3320 21% [============= ] 704/3320 21% [============= ] 705/3320 21% [============= ] 706/3320 21% [============= ] 707/3320 21% [============= ] 708/3320 21% [============= ] 709/3320 21% [============= ] 710/3320 21% [============= ] 711/3320 21% [============= ] 712/3320 21% [============= ] 713/3320 21% [============= ] 714/3320 21% [============= ] 715/3320 21% [============= ] 716/3320 21% [============= ] 717/3320 21% [============= ] 718/3320 21% [============= ] 719/3320 21% [============= ] 720/3320 21% [============= ] 721/3320 21% [============= ] 722/3320 21% [============= ] 723/3320 21% [============= ] 724/3320 21% [============= ] 725/3320 21% [============= ] 726/3320 21% [============= ] 727/3320 21% [============= ] 728/3320 21% [============= ] 729/3320 21% [============= ] 730/3320 21% [============= ] 731/3320 22% [============= ] 732/3320 22% [============= ] 733/3320 22% [============= ] 734/3320 22% [============= ] 735/3320 22% [============= ] 736/3320 22% [============= ] 737/3320 22% [============= ] 738/3320 22% [============= ] 739/3320 22% [============= ] 740/3320 22% [============= ] 741/3320 22% [============= ] 742/3320 22% [============= ] 743/3320 22% [============= ] 744/3320 22% [============= ] 745/3320 22% [============= ] 746/3320 22% [============= ] 747/3320 22% [============= ] 748/3320 22% [============= ] 749/3320 22% [============== ] 750/3320 22% [============== ] 751/3320 22% [============== ] 752/3320 22% [============== ] 753/3320 22% [============== ] 754/3320 22% [============== ] 755/3320 22% [============== ] 756/3320 22% [============== ] 757/3320 22% [============== ] 758/3320 22% [============== ] 759/3320 22% [============== ] 760/3320 22% [============== ] 761/3320 22% [============== ] 762/3320 22% [============== ] 763/3320 22% [============== ] 764/3320 23% [============== ] 765/3320 23% [============== ] 766/3320 23% [============== ] 767/3320 23% [============== ] 768/3320 23% [============== ] 769/3320 23% [============== ] 770/3320 23% [============== ] 771/3320 23% [============== ] 772/3320 23% [============== ] 773/3320 23% [============== ] 774/3320 23% [============== ] 775/3320 23% [============== ] 776/3320 23% [============== ] 777/3320 23% [============== ] 778/3320 23% [============== ] 779/3320 23% [============== ] 780/3320 23% [============== ] 781/3320 23% [============== ] 782/3320 23% [============== ] 783/3320 23% [============== ] 784/3320 23% [============== ] 785/3320 23% [============== ] 786/3320 23% [============== ] 787/3320 23% [============== ] 788/3320 23% [============== ] 789/3320 23% [============== ] 790/3320 23% [============== ] 791/3320 23% [============== ] 792/3320 23% [============== ] 793/3320 23% [============== ] 794/3320 23% [============== ] 795/3320 23% [============== ] 796/3320 23% [============== ] 797/3320 24% [============== ] 798/3320 24% [============== ] 799/3320 24% [============== ] 800/3320 24% [============== ] 801/3320 24% [============== ] 802/3320 24% [============== ] 803/3320 24% [=============== ] 804/3320 24% [=============== ] 805/3320 24% [=============== ] 806/3320 24% [=============== ] 807/3320 24% [=============== ] 808/3320 24% [=============== ] 809/3320 24% [=============== ] 810/3320 24% [=============== ] 811/3320 24% [=============== ] 812/3320 24% [=============== ] 813/3320 24% [=============== ] 814/3320 24% [=============== ] 815/3320 24% [=============== ] 816/3320 24% [=============== ] 817/3320 24% [=============== ] 818/3320 24% [=============== ] 819/3320 24% [=============== ] 820/3320 24% [=============== ] 821/3320 24% [=============== ] 822/3320 24% [=============== ] 823/3320 24% [=============== ] 824/3320 24% [=============== ] 825/3320 24% [=============== ] 826/3320 24% [=============== ] 827/3320 24% [=============== ] 828/3320 24% [=============== ] 829/3320 24% [=============== ] 830/3320 25% [=============== ] 831/3320 25% [=============== ] 832/3320 25% [=============== ] 833/3320 25% [=============== ] 834/3320 25% [=============== ] 835/3320 25% [=============== ] 836/3320 25% [=============== ] 837/3320 25% [=============== ] 838/3320 25% [=============== ] 839/3320 25% [=============== ] 840/3320 25% [=============== ] 841/3320 25% [=============== ] 842/3320 25% [=============== ] 843/3320 25% [=============== ] 844/3320 25% [=============== ] 845/3320 25% [=============== ] 846/3320 25% [=============== ] 847/3320 25% [=============== ] 848/3320 25% [=============== ] 849/3320 25% [=============== ] 850/3320 25% [=============== ] 851/3320 25% [=============== ] 852/3320 25% [=============== ] 853/3320 25% [=============== ] 854/3320 25% [=============== ] 855/3320 25% [=============== ] 856/3320 25% [================ ] 857/3320 25% [================ ] 858/3320 25% [================ ] 859/3320 25% [================ ] 860/3320 25% [================ ] 861/3320 25% [================ ] 862/3320 25% [================ ] 863/3320 25% [================ ] 864/3320 26% [================ ] 865/3320 26% [================ ] 866/3320 26% [================ ] 867/3320 26% [================ ] 868/3320 26% [================ ] 869/3320 26% [================ ] 870/3320 26% [================ ] 871/3320 26% [================ ] 872/3320 26% [================ ] 873/3320 26% [================ ] 874/3320 26% [================ ] 875/3320 26% [================ ] 876/3320 26% [================ ] 877/3320 26% [================ ] 878/3320 26% [================ ] 879/3320 26% [================ ] 880/3320 26% [================ ] 881/3320 26% [================ ] 882/3320 26% [================ ] 883/3320 26% [================ ] 884/3320 26% [================ ] 885/3320 26% [================ ] 886/3320 26% [================ ] 887/3320 26% [================ ] 888/3320 26% [================ ] 889/3320 26% [================ ] 890/3320 26% [================ ] 891/3320 26% [================ ] 892/3320 26% [================ ] 893/3320 26% [================ ] 894/3320 26% [================ ] 895/3320 26% [================ ] 896/3320 26% [================ ] 897/3320 27% [================ ] 898/3320 27% [================ ] 899/3320 27% [================ ] 900/3320 27% [================ ] 901/3320 27% [================ ] 902/3320 27% [================ ] 903/3320 27% [================ ] 904/3320 27% [================ ] 905/3320 27% [================ ] 906/3320 27% [================ ] 907/3320 27% [================ ] 908/3320 27% [================ ] 909/3320 27% [================ ] 910/3320 27% [================= ] 911/3320 27% [================= ] 912/3320 27% [================= ] 913/3320 27% [================= ] 914/3320 27% [================= ] 915/3320 27% [================= ] 916/3320 27% [================= ] 917/3320 27% [================= ] 918/3320 27% [================= ] 919/3320 27% [================= ] 920/3320 27% [================= ] 921/3320 27% [================= ] 922/3320 27% [================= ] 923/3320 27% [================= ] 924/3320 27% [================= ] 925/3320 27% [================= ] 926/3320 27% [================= ] 927/3320 27% [================= ] 928/3320 27% [================= ] 929/3320 27% [================= ] 930/3320 28% [================= ] 931/3320 28% [================= ] 932/3320 28% [================= ] 933/3320 28% [================= ] 934/3320 28% [================= ] 935/3320 28% [================= ] 936/3320 28% [================= ] 937/3320 28% [================= ] 938/3320 28% [================= ] 939/3320 28% [================= ] 940/3320 28% [================= ] 941/3320 28% [================= ] 942/3320 28% [================= ] 943/3320 28% [================= ] 944/3320 28% [================= ] 945/3320 28% [================= ] 946/3320 28% [================= ] 947/3320 28% [================= ] 948/3320 28% [================= ] 949/3320 28% [================= ] 950/3320 28% [================= ] 951/3320 28% [================= ] 952/3320 28% [================= ] 953/3320 28% [================= ] 954/3320 28% [================= ] 955/3320 28% [================= ] 956/3320 28% [================= ] 957/3320 28% [================= ] 958/3320 28% [================= ] 959/3320 28% [================= ] 960/3320 28% [================= ] 961/3320 28% [================= ] 962/3320 28% [================= ] 963/3320 29% [================== ] 964/3320 29% [================== ] 965/3320 29% [================== ] 966/3320 29% [================== ] 967/3320 29% [================== ] 968/3320 29% [================== ] 969/3320 29% [================== ] 970/3320 29% [================== ] 971/3320 29% [================== ] 972/3320 29% [================== ] 973/3320 29% [================== ] 974/3320 29% [================== ] 975/3320 29% [================== ] 976/3320 29% [================== ] 977/3320 29% [================== ] 978/3320 29% [================== ] 979/3320 29% [================== ] 980/3320 29% [================== ] 981/3320 29% [================== ] 982/3320 29% [================== ] 983/3320 29% [================== ] 984/3320 29% [================== ] 985/3320 29% [================== ] 986/3320 29% [================== ] 987/3320 29% [================== ] 988/3320 29% [================== ] 989/3320 29% [================== ] 990/3320 29% [================== ] 991/3320 29% [================== ] 992/3320 29% [================== ] 993/3320 29% [================== ] 994/3320 29% [================== ] 995/3320 29% [================== ] 996/3320 30% [================== ] 997/3320 30% [================== ] 998/3320 30% [================== ] 999/3320 30% [================== ] 1000/3320 30% [================== ] 1001/3320 30% [================== ] 1002/3320 30% [================== ] 1003/3320 30% [================== ] 1004/3320 30% [================== ] 1005/3320 30% [================== ] 1006/3320 30% [================== ] 1007/3320 30% [================== ] 1008/3320 30% [================== ] 1009/3320 30% [================== ] 1010/3320 30% [================== ] 1011/3320 30% [================== ] 1012/3320 30% [================== ] 1013/3320 30% [================== ] 1014/3320 30% [================== ] 1015/3320 30% [================== ] 1016/3320 30% [================== ] 1017/3320 30% [=================== ] 1018/3320 30% [=================== ] 1019/3320 30% [=================== ] 1020/3320 30% [=================== ] 1021/3320 30% [=================== ] 1022/3320 30% [=================== ] 1023/3320 30% [=================== ] 1024/3320 30% [=================== ] 1025/3320 30% [=================== ] 1026/3320 30% [=================== ] 1027/3320 30% [=================== ] 1028/3320 30% [=================== ] 1029/3320 30% [=================== ] 1030/3320 31% [=================== ] 1031/3320 31% [=================== ] 1032/3320 31% [=================== ] 1033/3320 31% [=================== ] 1034/3320 31% [=================== ] 1035/3320 31% [=================== ] 1036/3320 31% [=================== ] 1037/3320 31% [=================== ] 1038/3320 31% [=================== ] 1039/3320 31% [=================== ] 1040/3320 31% [=================== ] 1041/3320 31% [=================== ] 1042/3320 31% [=================== ] 1043/3320 31% [=================== ] 1044/3320 31% [=================== ] 1045/3320 31% [=================== ] 1046/3320 31% [=================== ] 1047/3320 31% [=================== ] 1048/3320 31% [=================== ] 1049/3320 31% [=================== ] 1050/3320 31% [=================== ] 1051/3320 31% [=================== ] 1052/3320 31% [=================== ] 1053/3320 31% [=================== ] 1054/3320 31% [=================== ] 1055/3320 31% [=================== ] 1056/3320 31% [=================== ] 1057/3320 31% [=================== ] 1058/3320 31% [=================== ] 1059/3320 31% [=================== ] 1060/3320 31% [=================== ] 1061/3320 31% [=================== ] 1062/3320 31% [=================== ] 1063/3320 32% [=================== ] 1064/3320 32% [=================== ] 1065/3320 32% [=================== ] 1066/3320 32% [=================== ] 1067/3320 32% [=================== ] 1068/3320 32% [=================== ] 1069/3320 32% [=================== ] 1070/3320 32% [==================== ] 1071/3320 32% [==================== ] 1072/3320 32% [==================== ] 1073/3320 32% [==================== ] 1074/3320 32% [==================== ] 1075/3320 32% [==================== ] 1076/3320 32% [==================== ] 1077/3320 32% [==================== ] 1078/3320 32% [==================== ] 1079/3320 32% [==================== ] 1080/3320 32% [==================== ] 1081/3320 32% [==================== ] 1082/3320 32% [==================== ] 1083/3320 32% [==================== ] 1084/3320 32% [==================== ] 1085/3320 32% [==================== ] 1086/3320 32% [==================== ] 1087/3320 32% [==================== ] 1088/3320 32% [==================== ] 1089/3320 32% [==================== ] 1090/3320 32% [==================== ] 1091/3320 32% [==================== ] 1092/3320 32% [==================== ] 1093/3320 32% [==================== ] 1094/3320 32% [==================== ] 1095/3320 32% [==================== ] 1096/3320 33% [==================== ] 1097/3320 33% [==================== ] 1098/3320 33% [==================== ] 1099/3320 33% [==================== ] 1100/3320 33% [==================== ] 1101/3320 33% [==================== ] 1102/3320 33% [==================== ] 1103/3320 33% [==================== ] 1104/3320 33% [==================== ] 1105/3320 33% [==================== ] 1106/3320 33% [==================== ] 1107/3320 33% [==================== ] 1108/3320 33% [==================== ] 1109/3320 33% [==================== ] 1110/3320 33% [==================== ] 1111/3320 33% [==================== ] 1112/3320 33% [==================== ] 1113/3320 33% [==================== ] 1114/3320 33% [==================== ] 1115/3320 33% [==================== ] 1116/3320 33% [==================== ] 1117/3320 33% [==================== ] 1118/3320 33% [==================== ] 1119/3320 33% [==================== ] 1120/3320 33% [==================== ] 1121/3320 33% [==================== ] 1122/3320 33% [==================== ] 1123/3320 33% [==================== ] 1124/3320 33% [===================== ] 1125/3320 33% [===================== ] 1126/3320 33% [===================== ] 1127/3320 33% [===================== ] 1128/3320 33% [===================== ] 1129/3320 34% [===================== ] 1130/3320 34% [===================== ] 1131/3320 34% [===================== ] 1132/3320 34% [===================== ] 1133/3320 34% [===================== ] 1134/3320 34% [===================== ] 1135/3320 34% [===================== ] 1136/3320 34% [===================== ] 1137/3320 34% [===================== ] 1138/3320 34% [===================== ] 1139/3320 34% [===================== ] 1140/3320 34% [===================== ] 1141/3320 34% [===================== ] 1142/3320 34% [===================== ] 1143/3320 34% [===================== ] 1144/3320 34% [===================== ] 1145/3320 34% [===================== ] 1146/3320 34% [===================== ] 1147/3320 34% [===================== ] 1148/3320 34% [===================== ] 1149/3320 34% [===================== ] 1150/3320 34% [===================== ] 1151/3320 34% [===================== ] 1152/3320 34% [===================== ] 1153/3320 34% [===================== ] 1154/3320 34% [===================== ] 1155/3320 34% [===================== ] 1156/3320 34% [===================== ] 1157/3320 34% [===================== ] 1158/3320 34% [===================== ] 1159/3320 34% [===================== ] 1160/3320 34% [===================== ] 1161/3320 34% [===================== ] 1162/3320 35% [===================== ] 1163/3320 35% [===================== ] 1164/3320 35% [===================== ] 1165/3320 35% [===================== ] 1166/3320 35% [===================== ] 1167/3320 35% [===================== ] 1168/3320 35% [===================== ] 1169/3320 35% [===================== ] 1170/3320 35% [===================== ] 1171/3320 35% [===================== ] 1172/3320 35% [===================== ] 1173/3320 35% [===================== ] 1174/3320 35% [===================== ] 1175/3320 35% [===================== ] 1176/3320 35% [===================== ] 1177/3320 35% [===================== ] 1178/3320 35% [====================== ] 1179/3320 35% [====================== ] 1180/3320 35% [====================== ] 1181/3320 35% [====================== ] 1182/3320 35% [====================== ] 1183/3320 35% [====================== ] 1184/3320 35% [====================== ] 1185/3320 35% [====================== ] 1186/3320 35% [====================== ] 1187/3320 35% [====================== ] 1188/3320 35% [====================== ] 1189/3320 35% [====================== ] 1190/3320 35% [====================== ] 1191/3320 35% [====================== ] 1192/3320 35% [====================== ] 1193/3320 35% [====================== ] 1194/3320 35% [====================== ] 1195/3320 35% [====================== ] 1196/3320 36% [====================== ] 1197/3320 36% [====================== ] 1198/3320 36% [====================== ] 1199/3320 36% [====================== ] 1200/3320 36% [====================== ] 1201/3320 36% [====================== ] 1202/3320 36% [====================== ] 1203/3320 36% [====================== ] 1204/3320 36% [====================== ] 1205/3320 36% [====================== ] 1206/3320 36% [====================== ] 1207/3320 36% [====================== ] 1208/3320 36% [====================== ] 1209/3320 36% [====================== ] 1210/3320 36% [====================== ] 1211/3320 36% [====================== ] 1212/3320 36% [====================== ] 1213/3320 36% [====================== ] 1214/3320 36% [====================== ] 1215/3320 36% [====================== ] 1216/3320 36% [====================== ] 1217/3320 36% [====================== ] 1218/3320 36% [====================== ] 1219/3320 36% [====================== ] 1220/3320 36% [====================== ] 1221/3320 36% [====================== ] 1222/3320 36% [====================== ] 1223/3320 36% [====================== ] 1224/3320 36% [====================== ] 1225/3320 36% [====================== ] 1226/3320 36% [====================== ] 1227/3320 36% [====================== ] 1228/3320 36% [====================== ] 1229/3320 37% [====================== ] 1230/3320 37% [====================== ] 1231/3320 37% [======================= ] 1232/3320 37% [======================= ] 1233/3320 37% [======================= ] 1234/3320 37% [======================= ] 1235/3320 37% [======================= ] 1236/3320 37% [======================= ] 1237/3320 37% [======================= ] 1238/3320 37% [======================= ] 1239/3320 37% [======================= ] 1240/3320 37% [======================= ] 1241/3320 37% [======================= ] 1242/3320 37% [======================= ] 1243/3320 37% [======================= ] 1244/3320 37% [======================= ] 1245/3320 37% [======================= ] 1246/3320 37% [======================= ] 1247/3320 37% [======================= ] 1248/3320 37% [======================= ] 1249/3320 37% [======================= ] 1250/3320 37% [======================= ] 1251/3320 37% [======================= ] 1252/3320 37% [======================= ] 1253/3320 37% [======================= ] 1254/3320 37% [======================= ] 1255/3320 37% [======================= ] 1256/3320 37% [======================= ] 1257/3320 37% [======================= ] 1258/3320 37% [======================= ] 1259/3320 37% [======================= ] 1260/3320 37% [======================= ] 1261/3320 37% [======================= ] 1262/3320 38% [======================= ] 1263/3320 38% [======================= ] 1264/3320 38% [======================= ] 1265/3320 38% [======================= ] 1266/3320 38% [======================= ] 1267/3320 38% [======================= ] 1268/3320 38% [======================= ] 1269/3320 38% [======================= ] 1270/3320 38% [======================= ] 1271/3320 38% [======================= ] 1272/3320 38% [======================= ] 1273/3320 38% [======================= ] 1274/3320 38% [======================= ] 1275/3320 38% [======================= ] 1276/3320 38% [======================= ] 1277/3320 38% [======================= ] 1278/3320 38% [======================= ] 1279/3320 38% [======================= ] 1280/3320 38% [======================= ] 1281/3320 38% [======================= ] 1282/3320 38% [======================= ] 1283/3320 38% [======================= ] 1284/3320 38% [======================= ] 1285/3320 38% [======================== ] 1286/3320 38% [======================== ] 1287/3320 38% [======================== ] 1288/3320 38% [======================== ] 1289/3320 38% [======================== ] 1290/3320 38% [======================== ] 1291/3320 38% [======================== ] 1292/3320 38% [======================== ] 1293/3320 38% [======================== ] 1294/3320 38% [======================== ] 1295/3320 39% [======================== ] 1296/3320 39% [======================== ] 1297/3320 39% [======================== ] 1298/3320 39% [======================== ] 1299/3320 39% [======================== ] 1300/3320 39% [======================== ] 1301/3320 39% [======================== ] 1302/3320 39% [======================== ] 1303/3320 39% [======================== ] 1304/3320 39% [======================== ] 1305/3320 39% [======================== ] 1306/3320 39% [======================== ] 1307/3320 39% [======================== ] 1308/3320 39% [======================== ] 1309/3320 39% [======================== ] 1310/3320 39% [======================== ] 1311/3320 39% [======================== ] 1312/3320 39% [======================== ] 1313/3320 39% [======================== ] 1314/3320 39% [======================== ] 1315/3320 39% [======================== ] 1316/3320 39% [======================== ] 1317/3320 39% [======================== ] 1318/3320 39% [======================== ] 1319/3320 39% [======================== ] 1320/3320 39% [======================== ] 1321/3320 39% [======================== ] 1322/3320 39% [======================== ] 1323/3320 39% [======================== ] 1324/3320 39% [======================== ] 1325/3320 39% [======================== ] 1326/3320 39% [======================== ] 1327/3320 39% [======================== ] 1328/3320 40% [======================== ] 1329/3320 40% [======================== ] 1330/3320 40% [======================== ] 1331/3320 40% [======================== ] 1332/3320 40% [======================== ] 1333/3320 40% [======================== ] 1334/3320 40% [======================== ] 1335/3320 40% [======================== ] 1336/3320 40% [======================== ] 1337/3320 40% [======================== ] 1338/3320 40% [========================= ] 1339/3320 40% [========================= ] 1340/3320 40% [========================= ] 1341/3320 40% [========================= ] 1342/3320 40% [========================= ] 1343/3320 40% [========================= ] 1344/3320 40% [========================= ] 1345/3320 40% [========================= ] 1346/3320 40% [========================= ] 1347/3320 40% [========================= ] 1348/3320 40% [========================= ] 1349/3320 40% [========================= ] 1350/3320 40% [========================= ] 1351/3320 40% [========================= ] 1352/3320 40% [========================= ] 1353/3320 40% [========================= ] 1354/3320 40% [========================= ] 1355/3320 40% [========================= ] 1356/3320 40% [========================= ] 1357/3320 40% [========================= ] 1358/3320 40% [========================= ] 1359/3320 40% [========================= ] 1360/3320 40% [========================= ] 1361/3320 40% [========================= ] 1362/3320 41% [========================= ] 1363/3320 41% [========================= ] 1364/3320 41% [========================= ] 1365/3320 41% [========================= ] 1366/3320 41% [========================= ] 1367/3320 41% [========================= ] 1368/3320 41% [========================= ] 1369/3320 41% [========================= ] 1370/3320 41% [========================= ] 1371/3320 41% [========================= ] 1372/3320 41% [========================= ] 1373/3320 41% [========================= ] 1374/3320 41% [========================= ] 1375/3320 41% [========================= ] 1376/3320 41% [========================= ] 1377/3320 41% [========================= ] 1378/3320 41% [========================= ] 1379/3320 41% [========================= ] 1380/3320 41% [========================= ] 1381/3320 41% [========================= ] 1382/3320 41% [========================= ] 1383/3320 41% [========================= ] 1384/3320 41% [========================= ] 1385/3320 41% [========================= ] 1386/3320 41% [========================= ] 1387/3320 41% [========================= ] 1388/3320 41% [========================= ] 1389/3320 41% [========================= ] 1390/3320 41% [========================= ] 1391/3320 41% [========================= ] 1392/3320 41% [========================== ] 1393/3320 41% [========================== ] 1394/3320 41% [========================== ] 1395/3320 42% [========================== ] 1396/3320 42% [========================== ] 1397/3320 42% [========================== ] 1398/3320 42% [========================== ] 1399/3320 42% [========================== ] 1400/3320 42% [========================== ] 1401/3320 42% [========================== ] 1402/3320 42% [========================== ] 1403/3320 42% [========================== ] 1404/3320 42% [========================== ] 1405/3320 42% [========================== ] 1406/3320 42% [========================== ] 1407/3320 42% [========================== ] 1408/3320 42% [========================== ] 1409/3320 42% [========================== ] 1410/3320 42% [========================== ] 1411/3320 42% [========================== ] 1412/3320 42% [========================== ] 1413/3320 42% [========================== ] 1414/3320 42% [========================== ] 1415/3320 42% [========================== ] 1416/3320 42% [========================== ] 1417/3320 42% [========================== ] 1418/3320 42% [========================== ] 1419/3320 42% [========================== ] 1420/3320 42% [========================== ] 1421/3320 42% [========================== ] 1422/3320 42% [========================== ] 1423/3320 42% [========================== ] 1424/3320 42% [========================== ] 1425/3320 42% [========================== ] 1426/3320 42% [========================== ] 1427/3320 42% [========================== ] 1428/3320 43% [========================== ] 1429/3320 43% [========================== ] 1430/3320 43% [========================== ] 1431/3320 43% [========================== ] 1432/3320 43% [========================== ] 1433/3320 43% [========================== ] 1434/3320 43% [========================== ] 1435/3320 43% [========================== ] 1436/3320 43% [========================== ] 1437/3320 43% [========================== ] 1438/3320 43% [========================== ] 1439/3320 43% [========================== ] 1440/3320 43% [========================== ] 1441/3320 43% [========================== ] 1442/3320 43% [========================== ] 1443/3320 43% [========================== ] 1444/3320 43% [========================== ] 1445/3320 43% [=========================== ] 1446/3320 43% [=========================== ] 1447/3320 43% [=========================== ] 1448/3320 43% [=========================== ] 1449/3320 43% [=========================== ] 1450/3320 43% [=========================== ] 1451/3320 43% [=========================== ] 1452/3320 43% [=========================== ] 1453/3320 43% [=========================== ] 1454/3320 43% [=========================== ] 1455/3320 43% [=========================== ] 1456/3320 43% [=========================== ] 1457/3320 43% [=========================== ] 1458/3320 43% [=========================== ] 1459/3320 43% [=========================== ] 1460/3320 43% [=========================== ] 1461/3320 44% [=========================== ] 1462/3320 44% [=========================== ] 1463/3320 44% [=========================== ] 1464/3320 44% [=========================== ] 1465/3320 44% [=========================== ] 1466/3320 44% [=========================== ] 1467/3320 44% [=========================== ] 1468/3320 44% [=========================== ] 1469/3320 44% [=========================== ] 1470/3320 44% [=========================== ] 1471/3320 44% [=========================== ] 1472/3320 44% [=========================== ] 1473/3320 44% [=========================== ] 1474/3320 44% [=========================== ] 1475/3320 44% [=========================== ] 1476/3320 44% [=========================== ] 1477/3320 44% [=========================== ] 1478/3320 44% [=========================== ] 1479/3320 44% [=========================== ] 1480/3320 44% [=========================== ] 1481/3320 44% [=========================== ] 1482/3320 44% [=========================== ] 1483/3320 44% [=========================== ] 1484/3320 44% [=========================== ] 1485/3320 44% [=========================== ] 1486/3320 44% [=========================== ] 1487/3320 44% [=========================== ] 1488/3320 44% [=========================== ] 1489/3320 44% [=========================== ] 1490/3320 44% [=========================== ] 1491/3320 44% [=========================== ] 1492/3320 44% [=========================== ] 1493/3320 44% [=========================== ] 1494/3320 45% [=========================== ] 1495/3320 45% [=========================== ] 1496/3320 45% [=========================== ] 1497/3320 45% [=========================== ] 1498/3320 45% [=========================== ] 1499/3320 45% [============================ ] 1500/3320 45% [============================ ] 1501/3320 45% [============================ ] 1502/3320 45% [============================ ] 1503/3320 45% [============================ ] 1504/3320 45% [============================ ] 1505/3320 45% [============================ ] 1506/3320 45% [============================ ] 1507/3320 45% [============================ ] 1508/3320 45% [============================ ] 1509/3320 45% [============================ ] 1510/3320 45% [============================ ] 1511/3320 45% [============================ ] 1512/3320 45% [============================ ] 1513/3320 45% [============================ ] 1514/3320 45% [============================ ] 1515/3320 45% [============================ ] 1516/3320 45% [============================ ] 1517/3320 45% [============================ ] 1518/3320 45% [============================ ] 1519/3320 45% [============================ ] 1520/3320 45% [============================ ] 1521/3320 45% [============================ ] 1522/3320 45% [============================ ] 1523/3320 45% [============================ ] 1524/3320 45% [============================ ] 1525/3320 45% [============================ ] 1526/3320 45% [============================ ] 1527/3320 45% [============================ ] 1528/3320 46% [============================ ] 1529/3320 46% [============================ ] 1530/3320 46% [============================ ] 1531/3320 46% [============================ ] 1532/3320 46% [============================ ] 1533/3320 46% [============================ ] 1534/3320 46% [============================ ] 1535/3320 46% [============================ ] 1536/3320 46% [============================ ] 1537/3320 46% [============================ ] 1538/3320 46% [============================ ] 1539/3320 46% [============================ ] 1540/3320 46% [============================ ] 1541/3320 46% [============================ ] 1542/3320 46% [============================ ] 1543/3320 46% [============================ ] 1544/3320 46% [============================ ] 1545/3320 46% [============================ ] 1546/3320 46% [============================ ] 1547/3320 46% [============================ ] 1548/3320 46% [============================ ] 1549/3320 46% [============================ ] 1550/3320 46% [============================ ] 1551/3320 46% [============================ ] 1552/3320 46% [============================= ] 1553/3320 46% [============================= ] 1554/3320 46% [============================= ] 1555/3320 46% [============================= ] 1556/3320 46% [============================= ] 1557/3320 46% [============================= ] 1558/3320 46% [============================= ] 1559/3320 46% [============================= ] 1560/3320 46% [============================= ] 1561/3320 47% [============================= ] 1562/3320 47% [============================= ] 1563/3320 47% [============================= ] 1564/3320 47% [============================= ] 1565/3320 47% [============================= ] 1566/3320 47% [============================= ] 1567/3320 47% [============================= ] 1568/3320 47% [============================= ] 1569/3320 47% [============================= ] 1570/3320 47% [============================= ] 1571/3320 47% [============================= ] 1572/3320 47% [============================= ] 1573/3320 47% [============================= ] 1574/3320 47% [============================= ] 1575/3320 47% [============================= ] 1576/3320 47% [============================= ] 1577/3320 47% [============================= ] 1578/3320 47% [============================= ] 1579/3320 47% [============================= ] 1580/3320 47% [============================= ] 1581/3320 47% [============================= ] 1582/3320 47% [============================= ] 1583/3320 47% [============================= ] 1584/3320 47% [============================= ] 1585/3320 47% [============================= ] 1586/3320 47% [============================= ] 1587/3320 47% [============================= ] 1588/3320 47% [============================= ] 1589/3320 47% [============================= ] 1590/3320 47% [============================= ] 1591/3320 47% [============================= ] 1592/3320 47% [============================= ] 1593/3320 47% [============================= ] 1594/3320 48% [============================= ] 1595/3320 48% [============================= ] 1596/3320 48% [============================= ] 1597/3320 48% [============================= ] 1598/3320 48% [============================= ] 1599/3320 48% [============================= ] 1600/3320 48% [============================= ] 1601/3320 48% [============================= ] 1602/3320 48% [============================= ] 1603/3320 48% [============================= ] 1604/3320 48% [============================= ] 1605/3320 48% [============================= ] 1606/3320 48% [============================== ] 1607/3320 48% [============================== ] 1608/3320 48% [============================== ] 1609/3320 48% [============================== ] 1610/3320 48% [============================== ] 1611/3320 48% [============================== ] 1612/3320 48% [============================== ] 1613/3320 48% [============================== ] 1614/3320 48% [============================== ] 1615/3320 48% [============================== ] 1616/3320 48% [============================== ] 1617/3320 48% [============================== ] 1618/3320 48% [============================== ] 1619/3320 48% [============================== ] 1620/3320 48% [============================== ] 1621/3320 48% [============================== ] 1622/3320 48% [============================== ] 1623/3320 48% [============================== ] 1624/3320 48% [============================== ] 1625/3320 48% [============================== ] 1626/3320 48% [============================== ] 1627/3320 49% [============================== ] 1628/3320 49% [============================== ] 1629/3320 49% [============================== ] 1630/3320 49% [============================== ] 1631/3320 49% [============================== ] 1632/3320 49% [============================== ] 1633/3320 49% [============================== ] 1634/3320 49% [============================== ] 1635/3320 49% [============================== ] 1636/3320 49% [============================== ] 1637/3320 49% [============================== ] 1638/3320 49% [============================== ] 1639/3320 49% [============================== ] 1640/3320 49% [============================== ] 1641/3320 49% [============================== ] 1642/3320 49% [============================== ] 1643/3320 49% [============================== ] 1644/3320 49% [============================== ] 1645/3320 49% [============================== ] 1646/3320 49% [============================== ] 1647/3320 49% [============================== ] 1648/3320 49% [============================== ] 1649/3320 49% [============================== ] 1650/3320 49% [============================== ] 1651/3320 49% [============================== ] 1652/3320 49% [============================== ] 1653/3320 49% [============================== ] 1654/3320 49% [============================== ] 1655/3320 49% [============================== ] 1656/3320 49% [============================== ] 1657/3320 49% [============================== ] 1658/3320 49% [============================== ] 1659/3320 49% [=============================== ] 1660/3320 50% [=============================== ] 1661/3320 50% [=============================== ] 1662/3320 50% [=============================== ] 1663/3320 50% [=============================== ] 1664/3320 50% [=============================== ] 1665/3320 50% [=============================== ] 1666/3320 50% [=============================== ] 1667/3320 50% [=============================== ] 1668/3320 50% [=============================== ] 1669/3320 50% [=============================== ] 1670/3320 50% [=============================== ] 1671/3320 50% [=============================== ] 1672/3320 50% [=============================== ] 1673/3320 50% [=============================== ] 1674/3320 50% [=============================== ] 1675/3320 50% [=============================== ] 1676/3320 50% [=============================== ] 1677/3320 50% [=============================== ] 1678/3320 50% [=============================== ] 1679/3320 50% [=============================== ] 1680/3320 50% [=============================== ] 1681/3320 50% [=============================== ] 1682/3320 50% [=============================== ] 1683/3320 50% [=============================== ] 1684/3320 50% [=============================== ] 1685/3320 50% [=============================== ] 1686/3320 50% [=============================== ] 1687/3320 50% [=============================== ] 1688/3320 50% [=============================== ] 1689/3320 50% [=============================== ] 1690/3320 50% [=============================== ] 1691/3320 50% [=============================== ] 1692/3320 50% [=============================== ] 1693/3320 50% [=============================== ] 1694/3320 51% [=============================== ] 1695/3320 51% [=============================== ] 1696/3320 51% [=============================== ] 1697/3320 51% [=============================== ] 1698/3320 51% [=============================== ] 1699/3320 51% [=============================== ] 1700/3320 51% [=============================== ] 1701/3320 51% [=============================== ] 1702/3320 51% [=============================== ] 1703/3320 51% [=============================== ] 1704/3320 51% [=============================== ] 1705/3320 51% [=============================== ] 1706/3320 51% [=============================== ] 1707/3320 51% [=============================== ] 1708/3320 51% [=============================== ] 1709/3320 51% [=============================== ] 1710/3320 51% [=============================== ] 1711/3320 51% [=============================== ] 1712/3320 51% [=============================== ] 1713/3320 51% [================================ ] 1714/3320 51% [================================ ] 1715/3320 51% [================================ ] 1716/3320 51% [================================ ] 1717/3320 51% [================================ ] 1718/3320 51% [================================ ] 1719/3320 51% [================================ ] 1720/3320 51% [================================ ] 1721/3320 51% [================================ ] 1722/3320 51% [================================ ] 1723/3320 51% [================================ ] 1724/3320 51% [================================ ] 1725/3320 51% [================================ ] 1726/3320 51% [================================ ] 1727/3320 52% [================================ ] 1728/3320 52% [================================ ] 1729/3320 52% [================================ ] 1730/3320 52% [================================ ] 1731/3320 52% [================================ ] 1732/3320 52% [================================ ] 1733/3320 52% [================================ ] 1734/3320 52% [================================ ] 1735/3320 52% [================================ ] 1736/3320 52% [================================ ] 1737/3320 52% [================================ ] 1738/3320 52% [================================ ] 1739/3320 52% [================================ ] 1740/3320 52% [================================ ] 1741/3320 52% [================================ ] 1742/3320 52% [================================ ] 1743/3320 52% [================================ ] 1744/3320 52% [================================ ] 1745/3320 52% [================================ ] 1746/3320 52% [================================ ] 1747/3320 52% [================================ ] 1748/3320 52% [================================ ] 1749/3320 52% [================================ ] 1750/3320 52% [================================ ] 1751/3320 52% [================================ ] 1752/3320 52% [================================ ] 1753/3320 52% [================================ ] 1754/3320 52% [================================ ] 1755/3320 52% [================================ ] 1756/3320 52% [================================ ] 1757/3320 52% [================================ ] 1758/3320 52% [================================ ] 1759/3320 52% [================================ ] 1760/3320 53% [================================ ] 1761/3320 53% [================================ ] 1762/3320 53% [================================ ] 1763/3320 53% [================================ ] 1764/3320 53% [================================ ] 1765/3320 53% [================================ ] 1766/3320 53% [================================ ] 1767/3320 53% [================================= ] 1768/3320 53% [================================= ] 1769/3320 53% [================================= ] 1770/3320 53% [================================= ] 1771/3320 53% [================================= ] 1772/3320 53% [================================= ] 1773/3320 53% [================================= ] 1774/3320 53% [================================= ] 1775/3320 53% [================================= ] 1776/3320 53% [================================= ] 1777/3320 53% [================================= ] 1778/3320 53% [================================= ] 1779/3320 53% [================================= ] 1780/3320 53% [================================= ] 1781/3320 53% [================================= ] 1782/3320 53% [================================= ] 1783/3320 53% [================================= ] 1784/3320 53% [================================= ] 1785/3320 53% [================================= ] 1786/3320 53% [================================= ] 1787/3320 53% [================================= ] 1788/3320 53% [================================= ] 1789/3320 53% [================================= ] 1790/3320 53% [================================= ] 1791/3320 53% [================================= ] 1792/3320 53% [================================= ] 1793/3320 54% [================================= ] 1794/3320 54% [================================= ] 1795/3320 54% [================================= ] 1796/3320 54% [================================= ] 1797/3320 54% [================================= ] 1798/3320 54% [================================= ] 1799/3320 54% [================================= ] 1800/3320 54% [================================= ] 1801/3320 54% [================================= ] 1802/3320 54% [================================= ] 1803/3320 54% [================================= ] 1804/3320 54% [================================= ] 1805/3320 54% [================================= ] 1806/3320 54% [================================= ] 1807/3320 54% [================================= ] 1808/3320 54% [================================= ] 1809/3320 54% [================================= ] 1810/3320 54% [================================= ] 1811/3320 54% [================================= ] 1812/3320 54% [================================= ] 1813/3320 54% [================================= ] 1814/3320 54% [================================= ] 1815/3320 54% [================================= ] 1816/3320 54% [================================= ] 1817/3320 54% [================================= ] 1818/3320 54% [================================= ] 1819/3320 54% [================================= ] 1820/3320 54% [================================== ] 1821/3320 54% [================================== ] 1822/3320 54% [================================== ] 1823/3320 54% [================================== ] 1824/3320 54% [================================== ] 1825/3320 54% [================================== ] 1826/3320 55% [================================== ] 1827/3320 55% [================================== ] 1828/3320 55% [================================== ] 1829/3320 55% [================================== ] 1830/3320 55% [================================== ] 1831/3320 55% [================================== ] 1832/3320 55% [================================== ] 1833/3320 55% [================================== ] 1834/3320 55% [================================== ] 1835/3320 55% [================================== ] 1836/3320 55% [================================== ] 1837/3320 55% [================================== ] 1838/3320 55% [================================== ] 1839/3320 55% [================================== ] 1840/3320 55% [================================== ] 1841/3320 55% [================================== ] 1842/3320 55% [================================== ] 1843/3320 55% [================================== ] 1844/3320 55% [================================== ] 1845/3320 55% [================================== ] 1846/3320 55% [================================== ] 1847/3320 55% [================================== ] 1848/3320 55% [================================== ] 1849/3320 55% [================================== ] 1850/3320 55% [================================== ] 1851/3320 55% [================================== ] 1852/3320 55% [================================== ] 1853/3320 55% [================================== ] 1854/3320 55% [================================== ] 1855/3320 55% [================================== ] 1856/3320 55% [================================== ] 1857/3320 55% [================================== ] 1858/3320 55% [================================== ] 1859/3320 55% [================================== ] 1860/3320 56% [================================== ] 1861/3320 56% [================================== ] 1862/3320 56% [================================== ] 1863/3320 56% [================================== ] 1864/3320 56% [================================== ] 1865/3320 56% [================================== ] 1866/3320 56% [================================== ] 1867/3320 56% [================================== ] 1868/3320 56% [================================== ] 1869/3320 56% [================================== ] 1870/3320 56% [================================== ] 1871/3320 56% [================================== ] 1872/3320 56% [================================== ] 1873/3320 56% [================================== ] 1874/3320 56% [=================================== ] 1875/3320 56% [=================================== ] 1876/3320 56% [=================================== ] 1877/3320 56% [=================================== ] 1878/3320 56% [=================================== ] 1879/3320 56% [=================================== ] 1880/3320 56% [=================================== ] 1881/3320 56% [=================================== ] 1882/3320 56% [=================================== ] 1883/3320 56% [=================================== ] 1884/3320 56% [=================================== ] 1885/3320 56% [=================================== ] 1886/3320 56% [=================================== ] 1887/3320 56% [=================================== ] 1888/3320 56% [=================================== ] 1889/3320 56% [=================================== ] 1890/3320 56% [=================================== ] 1891/3320 56% [=================================== ] 1892/3320 56% [=================================== ] 1893/3320 57% [=================================== ] 1894/3320 57% [=================================== ] 1895/3320 57% [=================================== ] 1896/3320 57% [=================================== ] 1897/3320 57% [=================================== ] 1898/3320 57% [=================================== ] 1899/3320 57% [=================================== ] 1900/3320 57% [=================================== ] 1901/3320 57% [=================================== ] 1902/3320 57% [=================================== ] 1903/3320 57% [=================================== ] 1904/3320 57% [=================================== ] 1905/3320 57% [=================================== ] 1906/3320 57% [=================================== ] 1907/3320 57% [=================================== ] 1908/3320 57% [=================================== ] 1909/3320 57% [=================================== ] 1910/3320 57% [=================================== ] 1911/3320 57% [=================================== ] 1912/3320 57% [=================================== ] 1913/3320 57% [=================================== ] 1914/3320 57% [=================================== ] 1915/3320 57% [=================================== ] 1916/3320 57% [=================================== ] 1917/3320 57% [=================================== ] 1918/3320 57% [=================================== ] 1919/3320 57% [=================================== ] 1920/3320 57% [=================================== ] 1921/3320 57% [=================================== ] 1922/3320 57% [=================================== ] 1923/3320 57% [=================================== ] 1924/3320 57% [=================================== ] 1925/3320 57% [=================================== ] 1926/3320 58% [=================================== ] 1927/3320 58% [==================================== ] 1928/3320 58% [==================================== ] 1929/3320 58% [==================================== ] 1930/3320 58% [==================================== ] 1931/3320 58% [==================================== ] 1932/3320 58% [==================================== ] 1933/3320 58% [==================================== ] 1934/3320 58% [==================================== ] 1935/3320 58% [==================================== ] 1936/3320 58% [==================================== ] 1937/3320 58% [==================================== ] 1938/3320 58% [==================================== ] 1939/3320 58% [==================================== ] 1940/3320 58% [==================================== ] 1941/3320 58% [==================================== ] 1942/3320 58% [==================================== ] 1943/3320 58% [==================================== ] 1944/3320 58% [==================================== ] 1945/3320 58% [==================================== ] 1946/3320 58% [==================================== ] 1947/3320 58% [==================================== ] 1948/3320 58% [==================================== ] 1949/3320 58% [==================================== ] 1950/3320 58% [==================================== ] 1951/3320 58% [==================================== ] 1952/3320 58% [==================================== ] 1953/3320 58% [==================================== ] 1954/3320 58% [==================================== ] 1955/3320 58% [==================================== ] 1956/3320 58% [==================================== ] 1957/3320 58% [==================================== ] 1958/3320 58% [==================================== ] 1959/3320 59% [==================================== ] 1960/3320 59% [==================================== ] 1961/3320 59% [==================================== ] 1962/3320 59% [==================================== ] 1963/3320 59% [==================================== ] 1964/3320 59% [==================================== ] 1965/3320 59% [==================================== ] 1966/3320 59% [==================================== ] 1967/3320 59% [==================================== ] 1968/3320 59% [==================================== ] 1969/3320 59% [==================================== ] 1970/3320 59% [==================================== ] 1971/3320 59% [==================================== ] 1972/3320 59% [==================================== ] 1973/3320 59% [==================================== ] 1974/3320 59% [==================================== ] 1975/3320 59% [==================================== ] 1976/3320 59% [==================================== ] 1977/3320 59% [==================================== ] 1978/3320 59% [==================================== ] 1979/3320 59% [==================================== ] 1980/3320 59% [==================================== ] 1981/3320 59% [===================================== ] 1982/3320 59% [===================================== ] 1983/3320 59% [===================================== ] 1984/3320 59% [===================================== ] 1985/3320 59% [===================================== ] 1986/3320 59% [===================================== ] 1987/3320 59% [===================================== ] 1988/3320 59% [===================================== ] 1989/3320 59% [===================================== ] 1990/3320 59% [===================================== ] 1991/3320 59% [===================================== ] 1992/3320 60% [===================================== ] 1993/3320 60% [===================================== ] 1994/3320 60% [===================================== ] 1995/3320 60% [===================================== ] 1996/3320 60% [===================================== ] 1997/3320 60% [===================================== ] 1998/3320 60% [===================================== ] 1999/3320 60% [===================================== ] 2000/3320 60% [===================================== ] 2001/3320 60% [===================================== ] 2002/3320 60% [===================================== ] 2003/3320 60% [===================================== ] 2004/3320 60% [===================================== ] 2005/3320 60% [===================================== ] 2006/3320 60% [===================================== ] 2007/3320 60% [===================================== ] 2008/3320 60% [===================================== ] 2009/3320 60% [===================================== ] 2010/3320 60% [===================================== ] 2011/3320 60% [===================================== ] 2012/3320 60% [===================================== ] 2013/3320 60% [===================================== ] 2014/3320 60% [===================================== ] 2015/3320 60% [===================================== ] 2016/3320 60% [===================================== ] 2017/3320 60% [===================================== ] 2018/3320 60% [===================================== ] 2019/3320 60% [===================================== ] 2020/3320 60% [===================================== ] 2021/3320 60% [===================================== ] 2022/3320 60% [===================================== ] 2023/3320 60% [===================================== ] 2024/3320 60% [===================================== ] 2025/3320 60% [===================================== ] 2026/3320 61% [===================================== ] 2027/3320 61% [===================================== ] 2028/3320 61% [===================================== ] 2029/3320 61% [===================================== ] 2030/3320 61% [===================================== ] 2031/3320 61% [===================================== ] 2032/3320 61% [===================================== ] 2033/3320 61% [===================================== ] 2034/3320 61% [====================================== ] 2035/3320 61% [====================================== ] 2036/3320 61% [====================================== ] 2037/3320 61% [====================================== ] 2038/3320 61% [====================================== ] 2039/3320 61% [====================================== ] 2040/3320 61% [====================================== ] 2041/3320 61% [====================================== ] 2042/3320 61% [====================================== ] 2043/3320 61% [====================================== ] 2044/3320 61% [====================================== ] 2045/3320 61% [====================================== ] 2046/3320 61% [====================================== ] 2047/3320 61% [====================================== ] 2048/3320 61% [====================================== ] 2049/3320 61% [====================================== ] 2050/3320 61% [====================================== ] 2051/3320 61% [====================================== ] 2052/3320 61% [====================================== ] 2053/3320 61% [====================================== ] 2054/3320 61% [====================================== ] 2055/3320 61% [====================================== ] 2056/3320 61% [====================================== ] 2057/3320 61% [====================================== ] 2058/3320 61% [====================================== ] 2059/3320 62% [====================================== ] 2060/3320 62% [====================================== ] 2061/3320 62% [====================================== ] 2062/3320 62% [====================================== ] 2063/3320 62% [====================================== ] 2064/3320 62% [====================================== ] 2065/3320 62% [====================================== ] 2066/3320 62% [====================================== ] 2067/3320 62% [====================================== ] 2068/3320 62% [====================================== ] 2069/3320 62% [====================================== ] 2070/3320 62% [====================================== ] 2071/3320 62% [====================================== ] 2072/3320 62% [====================================== ] 2073/3320 62% [====================================== ] 2074/3320 62% [====================================== ] 2075/3320 62% [====================================== ] 2076/3320 62% [====================================== ] 2077/3320 62% [====================================== ] 2078/3320 62% [====================================== ] 2079/3320 62% [====================================== ] 2080/3320 62% [====================================== ] 2081/3320 62% [====================================== ] 2082/3320 62% [====================================== ] 2083/3320 62% [====================================== ] 2084/3320 62% [====================================== ] 2085/3320 62% [====================================== ] 2086/3320 62% [====================================== ] 2087/3320 62% [====================================== ] 2088/3320 62% [======================================= ] 2089/3320 62% [======================================= ] 2090/3320 62% [======================================= ] 2091/3320 62% [======================================= ] 2092/3320 63% [======================================= ] 2093/3320 63% [======================================= ] 2094/3320 63% [======================================= ] 2095/3320 63% [======================================= ] 2096/3320 63% [======================================= ] 2097/3320 63% [======================================= ] 2098/3320 63% [======================================= ] 2099/3320 63% [======================================= ] 2100/3320 63% [======================================= ] 2101/3320 63% [======================================= ] 2102/3320 63% [======================================= ] 2103/3320 63% [======================================= ] 2104/3320 63% [======================================= ] 2105/3320 63% [======================================= ] 2106/3320 63% [======================================= ] 2107/3320 63% [======================================= ] 2108/3320 63% [======================================= ] 2109/3320 63% [======================================= ] 2110/3320 63% [======================================= ] 2111/3320 63% [======================================= ] 2112/3320 63% [======================================= ] 2113/3320 63% [======================================= ] 2114/3320 63% [======================================= ] 2115/3320 63% [======================================= ] 2116/3320 63% [======================================= ] 2117/3320 63% [======================================= ] 2118/3320 63% [======================================= ] 2119/3320 63% [======================================= ] 2120/3320 63% [======================================= ] 2121/3320 63% [======================================= ] 2122/3320 63% [======================================= ] 2123/3320 63% [======================================= ] 2124/3320 63% [======================================= ] 2125/3320 64% [======================================= ] 2126/3320 64% [======================================= ] 2127/3320 64% [======================================= ] 2128/3320 64% [======================================= ] 2129/3320 64% [======================================= ] 2130/3320 64% [======================================= ] 2131/3320 64% [======================================= ] 2132/3320 64% [======================================= ] 2133/3320 64% [======================================= ] 2134/3320 64% [======================================= ] 2135/3320 64% [======================================= ] 2136/3320 64% [======================================= ] 2137/3320 64% [======================================= ] 2138/3320 64% [======================================= ] 2139/3320 64% [======================================= ] 2140/3320 64% [======================================= ] 2141/3320 64% [======================================== ] 2142/3320 64% [======================================== ] 2143/3320 64% [======================================== ] 2144/3320 64% [======================================== ] 2145/3320 64% [======================================== ] 2146/3320 64% [======================================== ] 2147/3320 64% [======================================== ] 2148/3320 64% [======================================== ] 2149/3320 64% [======================================== ] 2150/3320 64% [======================================== ] 2151/3320 64% [======================================== ] 2152/3320 64% [======================================== ] 2153/3320 64% [======================================== ] 2154/3320 64% [======================================== ] 2155/3320 64% [======================================== ] 2156/3320 64% [======================================== ] 2157/3320 64% [======================================== ] 2158/3320 65% [======================================== ] 2159/3320 65% [======================================== ] 2160/3320 65% [======================================== ] 2161/3320 65% [======================================== ] 2162/3320 65% [======================================== ] 2163/3320 65% [======================================== ] 2164/3320 65% [======================================== ] 2165/3320 65% [======================================== ] 2166/3320 65% [======================================== ] 2167/3320 65% [======================================== ] 2168/3320 65% [======================================== ] 2169/3320 65% [======================================== ] 2170/3320 65% [======================================== ] 2171/3320 65% [======================================== ] 2172/3320 65% [======================================== ] 2173/3320 65% [======================================== ] 2174/3320 65% [======================================== ] 2175/3320 65% [======================================== ] 2176/3320 65% [======================================== ] 2177/3320 65% [======================================== ] 2178/3320 65% [======================================== ] 2179/3320 65% [======================================== ] 2180/3320 65% [======================================== ] 2181/3320 65% [======================================== ] 2182/3320 65% [======================================== ] 2183/3320 65% [======================================== ] 2184/3320 65% [======================================== ] 2185/3320 65% [======================================== ] 2186/3320 65% [======================================== ] 2187/3320 65% [======================================== ] 2188/3320 65% [======================================== ] 2189/3320 65% [======================================== ] 2190/3320 65% [======================================== ] 2191/3320 65% [======================================== ] 2192/3320 66% [======================================== ] 2193/3320 66% [======================================== ] 2194/3320 66% [======================================== ] 2195/3320 66% [========================================= ] 2196/3320 66% [========================================= ] 2197/3320 66% [========================================= ] 2198/3320 66% [========================================= ] 2199/3320 66% [========================================= ] 2200/3320 66% [========================================= ] 2201/3320 66% [========================================= ] 2202/3320 66% [========================================= ] 2203/3320 66% [========================================= ] 2204/3320 66% [========================================= ] 2205/3320 66% [========================================= ] 2206/3320 66% [========================================= ] 2207/3320 66% [========================================= ] 2208/3320 66% [========================================= ] 2209/3320 66% [========================================= ] 2210/3320 66% [========================================= ] 2211/3320 66% [========================================= ] 2212/3320 66% [========================================= ] 2213/3320 66% [========================================= ] 2214/3320 66% [========================================= ] 2215/3320 66% [========================================= ] 2216/3320 66% [========================================= ] 2217/3320 66% [========================================= ] 2218/3320 66% [========================================= ] 2219/3320 66% [========================================= ] 2220/3320 66% [========================================= ] 2221/3320 66% [========================================= ] 2222/3320 66% [========================================= ] 2223/3320 66% [========================================= ] 2224/3320 66% [========================================= ] 2225/3320 67% [========================================= ] 2226/3320 67% [========================================= ] 2227/3320 67% [========================================= ] 2228/3320 67% [========================================= ] 2229/3320 67% [========================================= ] 2230/3320 67% [========================================= ] 2231/3320 67% [========================================= ] 2232/3320 67% [========================================= ] 2233/3320 67% [========================================= ] 2234/3320 67% [========================================= ] 2235/3320 67% [========================================= ] 2236/3320 67% [========================================= ] 2237/3320 67% [========================================= ] 2238/3320 67% [========================================= ] 2239/3320 67% [========================================= ] 2240/3320 67% [========================================= ] 2241/3320 67% [========================================= ] 2242/3320 67% [========================================= ] 2243/3320 67% [========================================= ] 2244/3320 67% [========================================= ] 2245/3320 67% [========================================= ] 2246/3320 67% [========================================= ] 2247/3320 67% [========================================= ] 2248/3320 67% [========================================= ] 2249/3320 67% [========================================== ] 2250/3320 67% [========================================== ] 2251/3320 67% [========================================== ] 2252/3320 67% [========================================== ] 2253/3320 67% [========================================== ] 2254/3320 67% [========================================== ] 2255/3320 67% [========================================== ] 2256/3320 67% [========================================== ] 2257/3320 67% [========================================== ] 2258/3320 68% [========================================== ] 2259/3320 68% [========================================== ] 2260/3320 68% [========================================== ] 2261/3320 68% [========================================== ] 2262/3320 68% [========================================== ] 2263/3320 68% [========================================== ] 2264/3320 68% [========================================== ] 2265/3320 68% [========================================== ] 2266/3320 68% [========================================== ] 2267/3320 68% [========================================== ] 2268/3320 68% [========================================== ] 2269/3320 68% [========================================== ] 2270/3320 68% [========================================== ] 2271/3320 68% [========================================== ] 2272/3320 68% [========================================== ] 2273/3320 68% [========================================== ] 2274/3320 68% [========================================== ] 2275/3320 68% [========================================== ] 2276/3320 68% [========================================== ] 2277/3320 68% [========================================== ] 2278/3320 68% [========================================== ] 2279/3320 68% [========================================== ] 2280/3320 68% [========================================== ] 2281/3320 68% [========================================== ] 2282/3320 68% [========================================== ] 2283/3320 68% [========================================== ] 2284/3320 68% [========================================== ] 2285/3320 68% [========================================== ] 2286/3320 68% [========================================== ] 2287/3320 68% [========================================== ] 2288/3320 68% [========================================== ] 2289/3320 68% [========================================== ] 2290/3320 68% [========================================== ] 2291/3320 69% [========================================== ] 2292/3320 69% [========================================== ] 2293/3320 69% [========================================== ] 2294/3320 69% [========================================== ] 2295/3320 69% [========================================== ] 2296/3320 69% [========================================== ] 2297/3320 69% [========================================== ] 2298/3320 69% [========================================== ] 2299/3320 69% [========================================== ] 2300/3320 69% [========================================== ] 2301/3320 69% [========================================== ] 2302/3320 69% [=========================================== ] 2303/3320 69% [=========================================== ] 2304/3320 69% [=========================================== ] 2305/3320 69% [=========================================== ] 2306/3320 69% [=========================================== ] 2307/3320 69% [=========================================== ] 2308/3320 69% [=========================================== ] 2309/3320 69% [=========================================== ] 2310/3320 69% [=========================================== ] 2311/3320 69% [=========================================== ] 2312/3320 69% [=========================================== ] 2313/3320 69% [=========================================== ] 2314/3320 69% [=========================================== ] 2315/3320 69% [=========================================== ] 2316/3320 69% [=========================================== ] 2317/3320 69% [=========================================== ] 2318/3320 69% [=========================================== ] 2319/3320 69% [=========================================== ] 2320/3320 69% [=========================================== ] 2321/3320 69% [=========================================== ] 2322/3320 69% [=========================================== ] 2323/3320 69% [=========================================== ] 2324/3320 70% [=========================================== ] 2325/3320 70% [=========================================== ] 2326/3320 70% [=========================================== ] 2327/3320 70% [=========================================== ] 2328/3320 70% [=========================================== ] 2329/3320 70% [=========================================== ] 2330/3320 70% [=========================================== ] 2331/3320 70% [=========================================== ] 2332/3320 70% [=========================================== ] 2333/3320 70% [=========================================== ] 2334/3320 70% [=========================================== ] 2335/3320 70% [=========================================== ] 2336/3320 70% [=========================================== ] 2337/3320 70% [=========================================== ] 2338/3320 70% [=========================================== ] 2339/3320 70% [=========================================== ] 2340/3320 70% [=========================================== ] 2341/3320 70% [=========================================== ] 2342/3320 70% [=========================================== ] 2343/3320 70% [=========================================== ] 2344/3320 70% [=========================================== ] 2345/3320 70% [=========================================== ] 2346/3320 70% [=========================================== ] 2347/3320 70% [=========================================== ] 2348/3320 70% [=========================================== ] 2349/3320 70% [=========================================== ] 2350/3320 70% [=========================================== ] 2351/3320 70% [=========================================== ] 2352/3320 70% [=========================================== ] 2353/3320 70% [=========================================== ] 2354/3320 70% [=========================================== ] 2355/3320 70% [=========================================== ] 2356/3320 70% [============================================ ] 2357/3320 70% [============================================ ] 2358/3320 71% [============================================ ] 2359/3320 71% [============================================ ] 2360/3320 71% [============================================ ] 2361/3320 71% [============================================ ] 2362/3320 71% [============================================ ] 2363/3320 71% [============================================ ] 2364/3320 71% [============================================ ] 2365/3320 71% [============================================ ] 2366/3320 71% [============================================ ] 2367/3320 71% [============================================ ] 2368/3320 71% [============================================ ] 2369/3320 71% [============================================ ] 2370/3320 71% [============================================ ] 2371/3320 71% [============================================ ] 2372/3320 71% [============================================ ] 2373/3320 71% [============================================ ] 2374/3320 71% [============================================ ] 2375/3320 71% [============================================ ] 2376/3320 71% [============================================ ] 2377/3320 71% [============================================ ] 2378/3320 71% [============================================ ] 2379/3320 71% [============================================ ] 2380/3320 71% [============================================ ] 2381/3320 71% [============================================ ] 2382/3320 71% [============================================ ] 2383/3320 71% [============================================ ] 2384/3320 71% [============================================ ] 2385/3320 71% [============================================ ] 2386/3320 71% [============================================ ] 2387/3320 71% [============================================ ] 2388/3320 71% [============================================ ] 2389/3320 71% [============================================ ] 2390/3320 71% [============================================ ] 2391/3320 72% [============================================ ] 2392/3320 72% [============================================ ] 2393/3320 72% [============================================ ] 2394/3320 72% [============================================ ] 2395/3320 72% [============================================ ] 2396/3320 72% [============================================ ] 2397/3320 72% [============================================ ] 2398/3320 72% [============================================ ] 2399/3320 72% [============================================ ] 2400/3320 72% [============================================ ] 2401/3320 72% [============================================ ] 2402/3320 72% [============================================ ] 2403/3320 72% [============================================ ] 2404/3320 72% [============================================ ] 2405/3320 72% [============================================ ] 2406/3320 72% [============================================ ] 2407/3320 72% [============================================ ] 2408/3320 72% [============================================ ] 2409/3320 72% [============================================= ] 2410/3320 72% [============================================= ] 2411/3320 72% [============================================= ] 2412/3320 72% [============================================= ] 2413/3320 72% [============================================= ] 2414/3320 72% [============================================= ] 2415/3320 72% [============================================= ] 2416/3320 72% [============================================= ] 2417/3320 72% [============================================= ] 2418/3320 72% [============================================= ] 2419/3320 72% [============================================= ] 2420/3320 72% [============================================= ] 2421/3320 72% [============================================= ] 2422/3320 72% [============================================= ] 2423/3320 72% [============================================= ] 2424/3320 73% [============================================= ] 2425/3320 73% [============================================= ] 2426/3320 73% [============================================= ] 2427/3320 73% [============================================= ] 2428/3320 73% [============================================= ] 2429/3320 73% [============================================= ] 2430/3320 73% [============================================= ] 2431/3320 73% [============================================= ] 2432/3320 73% [============================================= ] 2433/3320 73% [============================================= ] 2434/3320 73% [============================================= ] 2435/3320 73% [============================================= ] 2436/3320 73% [============================================= ] 2437/3320 73% [============================================= ] 2438/3320 73% [============================================= ] 2439/3320 73% [============================================= ] 2440/3320 73% [============================================= ] 2441/3320 73% [============================================= ] 2442/3320 73% [============================================= ] 2443/3320 73% [============================================= ] 2444/3320 73% [============================================= ] 2445/3320 73% [============================================= ] 2446/3320 73% [============================================= ] 2447/3320 73% [============================================= ] 2448/3320 73% [============================================= ] 2449/3320 73% [============================================= ] 2450/3320 73% [============================================= ] 2451/3320 73% [============================================= ] 2452/3320 73% [============================================= ] 2453/3320 73% [============================================= ] 2454/3320 73% [============================================= ] 2455/3320 73% [============================================= ] 2456/3320 73% [============================================= ] 2457/3320 74% [============================================= ] 2458/3320 74% [============================================= ] 2459/3320 74% [============================================= ] 2460/3320 74% [============================================= ] 2461/3320 74% [============================================= ] 2462/3320 74% [============================================= ] 2463/3320 74% [============================================== ] 2464/3320 74% [============================================== ] 2465/3320 74% [============================================== ] 2466/3320 74% [============================================== ] 2467/3320 74% [============================================== ] 2468/3320 74% [============================================== ] 2469/3320 74% [============================================== ] 2470/3320 74% [============================================== ] 2471/3320 74% [============================================== ] 2472/3320 74% [============================================== ] 2473/3320 74% [============================================== ] 2474/3320 74% [============================================== ] 2475/3320 74% [============================================== ] 2476/3320 74% [============================================== ] 2477/3320 74% [============================================== ] 2478/3320 74% [============================================== ] 2479/3320 74% [============================================== ] 2480/3320 74% [============================================== ] 2481/3320 74% [============================================== ] 2482/3320 74% [============================================== ] 2483/3320 74% [============================================== ] 2484/3320 74% [============================================== ] 2485/3320 74% [============================================== ] 2486/3320 74% [============================================== ] 2487/3320 74% [============================================== ] 2488/3320 74% [============================================== ] 2489/3320 74% [============================================== ] 2490/3320 75% [============================================== ] 2491/3320 75% [============================================== ] 2492/3320 75% [============================================== ] 2493/3320 75% [============================================== ] 2494/3320 75% [============================================== ] 2495/3320 75% [============================================== ] 2496/3320 75% [============================================== ] 2497/3320 75% [============================================== ] 2498/3320 75% [============================================== ] 2499/3320 75% [============================================== ] 2500/3320 75% [============================================== ] 2501/3320 75% [============================================== ] 2502/3320 75% [============================================== ] 2503/3320 75% [============================================== ] 2504/3320 75% [============================================== ] 2505/3320 75% [============================================== ] 2506/3320 75% [============================================== ] 2507/3320 75% [============================================== ] 2508/3320 75% [============================================== ] 2509/3320 75% [============================================== ] 2510/3320 75% [============================================== ] 2511/3320 75% [============================================== ] 2512/3320 75% [============================================== ] 2513/3320 75% [============================================== ] 2514/3320 75% [============================================== ] 2515/3320 75% [============================================== ] 2516/3320 75% [=============================================== ] 2517/3320 75% [=============================================== ] 2518/3320 75% [=============================================== ] 2519/3320 75% [=============================================== ] 2520/3320 75% [=============================================== ] 2521/3320 75% [=============================================== ] 2522/3320 75% [=============================================== ] 2523/3320 75% [=============================================== ] 2524/3320 76% [=============================================== ] 2525/3320 76% [=============================================== ] 2526/3320 76% [=============================================== ] 2527/3320 76% [=============================================== ] 2528/3320 76% [=============================================== ] 2529/3320 76% [=============================================== ] 2530/3320 76% [=============================================== ] 2531/3320 76% [=============================================== ] 2532/3320 76% [=============================================== ] 2533/3320 76% [=============================================== ] 2534/3320 76% [=============================================== ] 2535/3320 76% [=============================================== ] 2536/3320 76% [=============================================== ] 2537/3320 76% [=============================================== ] 2538/3320 76% [=============================================== ] 2539/3320 76% [=============================================== ] 2540/3320 76% [=============================================== ] 2541/3320 76% [=============================================== ] 2542/3320 76% [=============================================== ] 2543/3320 76% [=============================================== ] 2544/3320 76% [=============================================== ] 2545/3320 76% [=============================================== ] 2546/3320 76% [=============================================== ] 2547/3320 76% [=============================================== ] 2548/3320 76% [=============================================== ] 2549/3320 76% [=============================================== ] 2550/3320 76% [=============================================== ] 2551/3320 76% [=============================================== ] 2552/3320 76% [=============================================== ] 2553/3320 76% [=============================================== ] 2554/3320 76% [=============================================== ] 2555/3320 76% [=============================================== ] 2556/3320 76% [=============================================== ] 2557/3320 77% [=============================================== ] 2558/3320 77% [=============================================== ] 2559/3320 77% [=============================================== ] 2560/3320 77% [=============================================== ] 2561/3320 77% [=============================================== ] 2562/3320 77% [=============================================== ] 2563/3320 77% [=============================================== ] 2564/3320 77% [=============================================== ] 2565/3320 77% [=============================================== ] 2566/3320 77% [=============================================== ] 2567/3320 77% [=============================================== ] 2568/3320 77% [=============================================== ] 2569/3320 77% [=============================================== ] 2570/3320 77% [================================================ ] 2571/3320 77% [================================================ ] 2572/3320 77% [================================================ ] 2573/3320 77% [================================================ ] 2574/3320 77% [================================================ ] 2575/3320 77% [================================================ ] 2576/3320 77% [================================================ ] 2577/3320 77% [================================================ ] 2578/3320 77% [================================================ ] 2579/3320 77% [================================================ ] 2580/3320 77% [================================================ ] 2581/3320 77% [================================================ ] 2582/3320 77% [================================================ ] 2583/3320 77% [================================================ ] 2584/3320 77% [================================================ ] 2585/3320 77% [================================================ ] 2586/3320 77% [================================================ ] 2587/3320 77% [================================================ ] 2588/3320 77% [================================================ ] 2589/3320 77% [================================================ ] 2590/3320 78% [================================================ ] 2591/3320 78% [================================================ ] 2592/3320 78% [================================================ ] 2593/3320 78% [================================================ ] 2594/3320 78% [================================================ ] 2595/3320 78% [================================================ ] 2596/3320 78% [================================================ ] 2597/3320 78% [================================================ ] 2598/3320 78% [================================================ ] 2599/3320 78% [================================================ ] 2600/3320 78% [================================================ ] 2601/3320 78% [================================================ ] 2602/3320 78% [================================================ ] 2603/3320 78% [================================================ ] 2604/3320 78% [================================================ ] 2605/3320 78% [================================================ ] 2606/3320 78% [================================================ ] 2607/3320 78% [================================================ ] 2608/3320 78% [================================================ ] 2609/3320 78% [================================================ ] 2610/3320 78% [================================================ ] 2611/3320 78% [================================================ ] 2612/3320 78% [================================================ ] 2613/3320 78% [================================================ ] 2614/3320 78% [================================================ ] 2615/3320 78% [================================================ ] 2616/3320 78% [================================================ ] 2617/3320 78% [================================================ ] 2618/3320 78% [================================================ ] 2619/3320 78% [================================================ ] 2620/3320 78% [================================================ ] 2621/3320 78% [================================================ ] 2622/3320 78% [================================================ ] 2623/3320 79% [================================================= ] 2624/3320 79% [================================================= ] 2625/3320 79% [================================================= ] 2626/3320 79% [================================================= ] 2627/3320 79% [================================================= ] 2628/3320 79% [================================================= ] 2629/3320 79% [================================================= ] 2630/3320 79% [================================================= ] 2631/3320 79% [================================================= ] 2632/3320 79% [================================================= ] 2633/3320 79% [================================================= ] 2634/3320 79% [================================================= ] 2635/3320 79% [================================================= ] 2636/3320 79% [================================================= ] 2637/3320 79% [================================================= ] 2638/3320 79% [================================================= ] 2639/3320 79% [================================================= ] 2640/3320 79% [================================================= ] 2641/3320 79% [================================================= ] 2642/3320 79% [================================================= ] 2643/3320 79% [================================================= ] 2644/3320 79% [================================================= ] 2645/3320 79% [================================================= ] 2646/3320 79% [================================================= ] 2647/3320 79% [================================================= ] 2648/3320 79% [================================================= ] 2649/3320 79% [================================================= ] 2650/3320 79% [================================================= ] 2651/3320 79% [================================================= ] 2652/3320 79% [================================================= ] 2653/3320 79% [================================================= ] 2654/3320 79% [================================================= ] 2655/3320 79% [================================================= ] 2656/3320 80% [================================================= ] 2657/3320 80% [================================================= ] 2658/3320 80% [================================================= ] 2659/3320 80% [================================================= ] 2660/3320 80% [================================================= ] 2661/3320 80% [================================================= ] 2662/3320 80% [================================================= ] 2663/3320 80% [================================================= ] 2664/3320 80% [================================================= ] 2665/3320 80% [================================================= ] 2666/3320 80% [================================================= ] 2667/3320 80% [================================================= ] 2668/3320 80% [================================================= ] 2669/3320 80% [================================================= ] 2670/3320 80% [================================================= ] 2671/3320 80% [================================================= ] 2672/3320 80% [================================================= ] 2673/3320 80% [================================================= ] 2674/3320 80% [================================================= ] 2675/3320 80% [================================================= ] 2676/3320 80% [================================================= ] 2677/3320 80% [================================================== ] 2678/3320 80% [================================================== ] 2679/3320 80% [================================================== ] 2680/3320 80% [================================================== ] 2681/3320 80% [================================================== ] 2682/3320 80% [================================================== ] 2683/3320 80% [================================================== ] 2684/3320 80% [================================================== ] 2685/3320 80% [================================================== ] 2686/3320 80% [================================================== ] 2687/3320 80% [================================================== ] 2688/3320 80% [================================================== ] 2689/3320 80% [================================================== ] 2690/3320 81% [================================================== ] 2691/3320 81% [================================================== ] 2692/3320 81% [================================================== ] 2693/3320 81% [================================================== ] 2694/3320 81% [================================================== ] 2695/3320 81% [================================================== ] 2696/3320 81% [================================================== ] 2697/3320 81% [================================================== ] 2698/3320 81% [================================================== ] 2699/3320 81% [================================================== ] 2700/3320 81% [================================================== ] 2701/3320 81% [================================================== ] 2702/3320 81% [================================================== ] 2703/3320 81% [================================================== ] 2704/3320 81% [================================================== ] 2705/3320 81% [================================================== ] 2706/3320 81% [================================================== ] 2707/3320 81% [================================================== ] 2708/3320 81% [================================================== ] 2709/3320 81% [================================================== ] 2710/3320 81% [================================================== ] 2711/3320 81% [================================================== ] 2712/3320 81% [================================================== ] 2713/3320 81% [================================================== ] 2714/3320 81% [================================================== ] 2715/3320 81% [================================================== ] 2716/3320 81% [================================================== ] 2717/3320 81% [================================================== ] 2718/3320 81% [================================================== ] 2719/3320 81% [================================================== ] 2720/3320 81% [================================================== ] 2721/3320 81% [================================================== ] 2722/3320 81% [================================================== ] 2723/3320 82% [================================================== ] 2724/3320 82% [================================================== ] 2725/3320 82% [================================================== ] 2726/3320 82% [================================================== ] 2727/3320 82% [================================================== ] 2728/3320 82% [================================================== ] 2729/3320 82% [================================================== ] 2730/3320 82% [=================================================== ] 2731/3320 82% [=================================================== ] 2732/3320 82% [=================================================== ] 2733/3320 82% [=================================================== ] 2734/3320 82% [=================================================== ] 2735/3320 82% [=================================================== ] 2736/3320 82% [=================================================== ] 2737/3320 82% [=================================================== ] 2738/3320 82% [=================================================== ] 2739/3320 82% [=================================================== ] 2740/3320 82% [=================================================== ] 2741/3320 82% [=================================================== ] 2742/3320 82% [=================================================== ] 2743/3320 82% [=================================================== ] 2744/3320 82% [=================================================== ] 2745/3320 82% [=================================================== ] 2746/3320 82% [=================================================== ] 2747/3320 82% [=================================================== ] 2748/3320 82% [=================================================== ] 2749/3320 82% [=================================================== ] 2750/3320 82% [=================================================== ] 2751/3320 82% [=================================================== ] 2752/3320 82% [=================================================== ] 2753/3320 82% [=================================================== ] 2754/3320 82% [=================================================== ] 2755/3320 82% [=================================================== ] 2756/3320 83% [=================================================== ] 2757/3320 83% [=================================================== ] 2758/3320 83% [=================================================== ] 2759/3320 83% [=================================================== ] 2760/3320 83% [=================================================== ] 2761/3320 83% [=================================================== ] 2762/3320 83% [=================================================== ] 2763/3320 83% [=================================================== ] 2764/3320 83% [=================================================== ] 2765/3320 83% [=================================================== ] 2766/3320 83% [=================================================== ] 2767/3320 83% [=================================================== ] 2768/3320 83% [=================================================== ] 2769/3320 83% [=================================================== ] 2770/3320 83% [=================================================== ] 2771/3320 83% [=================================================== ] 2772/3320 83% [=================================================== ] 2773/3320 83% [=================================================== ] 2774/3320 83% [=================================================== ] 2775/3320 83% [=================================================== ] 2776/3320 83% [=================================================== ] 2777/3320 83% [=================================================== ] 2778/3320 83% [=================================================== ] 2779/3320 83% [=================================================== ] 2780/3320 83% [=================================================== ] 2781/3320 83% [=================================================== ] 2782/3320 83% [=================================================== ] 2783/3320 83% [=================================================== ] 2784/3320 83% [==================================================== ] 2785/3320 83% [==================================================== ] 2786/3320 83% [==================================================== ] 2787/3320 83% [==================================================== ] 2788/3320 83% [==================================================== ] 2789/3320 84% [==================================================== ] 2790/3320 84% [==================================================== ] 2791/3320 84% [==================================================== ] 2792/3320 84% [==================================================== ] 2793/3320 84% [==================================================== ] 2794/3320 84% [==================================================== ] 2795/3320 84% [==================================================== ] 2796/3320 84% [==================================================== ] 2797/3320 84% [==================================================== ] 2798/3320 84% [==================================================== ] 2799/3320 84% [==================================================== ] 2800/3320 84% [==================================================== ] 2801/3320 84% [==================================================== ] 2802/3320 84% [==================================================== ] 2803/3320 84% [==================================================== ] 2804/3320 84% [==================================================== ] 2805/3320 84% [==================================================== ] 2806/3320 84% [==================================================== ] 2807/3320 84% [==================================================== ] 2808/3320 84% [==================================================== ] 2809/3320 84% [==================================================== ] 2810/3320 84% [==================================================== ] 2811/3320 84% [==================================================== ] 2812/3320 84% [==================================================== ] 2813/3320 84% [==================================================== ] 2814/3320 84% [==================================================== ] 2815/3320 84% [==================================================== ] 2816/3320 84% [==================================================== ] 2817/3320 84% [==================================================== ] 2818/3320 84% [==================================================== ] 2819/3320 84% [==================================================== ] 2820/3320 84% [==================================================== ] 2821/3320 84% [==================================================== ] 2822/3320 85% [==================================================== ] 2823/3320 85% [==================================================== ] 2824/3320 85% [==================================================== ] 2825/3320 85% [==================================================== ] 2826/3320 85% [==================================================== ] 2827/3320 85% [==================================================== ] 2828/3320 85% [==================================================== ] 2829/3320 85% [==================================================== ] 2830/3320 85% [==================================================== ] 2831/3320 85% [==================================================== ] 2832/3320 85% [==================================================== ] 2833/3320 85% [==================================================== ] 2834/3320 85% [==================================================== ] 2835/3320 85% [==================================================== ] 2836/3320 85% [==================================================== ] 2837/3320 85% [==================================================== ] 2838/3320 85% [===================================================== ] 2839/3320 85% [===================================================== ] 2840/3320 85% [===================================================== ] 2841/3320 85% [===================================================== ] 2842/3320 85% [===================================================== ] 2843/3320 85% [===================================================== ] 2844/3320 85% [===================================================== ] 2845/3320 85% [===================================================== ] 2846/3320 85% [===================================================== ] 2847/3320 85% [===================================================== ] 2848/3320 85% [===================================================== ] 2849/3320 85% [===================================================== ] 2850/3320 85% [===================================================== ] 2851/3320 85% [===================================================== ] 2852/3320 85% [===================================================== ] 2853/3320 85% [===================================================== ] 2854/3320 85% [===================================================== ] 2855/3320 85% [===================================================== ] 2856/3320 86% [===================================================== ] 2857/3320 86% [===================================================== ] 2858/3320 86% [===================================================== ] 2859/3320 86% [===================================================== ] 2860/3320 86% [===================================================== ] 2861/3320 86% [===================================================== ] 2862/3320 86% [===================================================== ] 2863/3320 86% [===================================================== ] 2864/3320 86% [===================================================== ] 2865/3320 86% [===================================================== ] 2866/3320 86% [===================================================== ] 2867/3320 86% [===================================================== ] 2868/3320 86% [===================================================== ] 2869/3320 86% [===================================================== ] 2870/3320 86% [===================================================== ] 2871/3320 86% [===================================================== ] 2872/3320 86% [===================================================== ] 2873/3320 86% [===================================================== ] 2874/3320 86% [===================================================== ] 2875/3320 86% [===================================================== ] 2876/3320 86% [===================================================== ] 2877/3320 86% [===================================================== ] 2878/3320 86% [===================================================== ] 2879/3320 86% [===================================================== ] 2880/3320 86% [===================================================== ] 2881/3320 86% [===================================================== ] 2882/3320 86% [===================================================== ] 2883/3320 86% [===================================================== ] 2884/3320 86% [===================================================== ] 2885/3320 86% [===================================================== ] 2886/3320 86% [===================================================== ] 2887/3320 86% [===================================================== ] 2888/3320 86% [===================================================== ] 2889/3320 87% [===================================================== ] 2890/3320 87% [===================================================== ] 2891/3320 87% [====================================================== ] 2892/3320 87% [====================================================== ] 2893/3320 87% [====================================================== ] 2894/3320 87% [====================================================== ] 2895/3320 87% [====================================================== ] 2896/3320 87% [====================================================== ] 2897/3320 87% [====================================================== ] 2898/3320 87% [====================================================== ] 2899/3320 87% [====================================================== ] 2900/3320 87% [====================================================== ] 2901/3320 87% [====================================================== ] 2902/3320 87% [====================================================== ] 2903/3320 87% [====================================================== ] 2904/3320 87% [====================================================== ] 2905/3320 87% [====================================================== ] 2906/3320 87% [====================================================== ] 2907/3320 87% [====================================================== ] 2908/3320 87% [====================================================== ] 2909/3320 87% [====================================================== ] 2910/3320 87% [====================================================== ] 2911/3320 87% [====================================================== ] 2912/3320 87% [====================================================== ] 2913/3320 87% [====================================================== ] 2914/3320 87% [====================================================== ] 2915/3320 87% [====================================================== ] 2916/3320 87% [====================================================== ] 2917/3320 87% [====================================================== ] 2918/3320 87% [====================================================== ] 2919/3320 87% [====================================================== ] 2920/3320 87% [====================================================== ] 2921/3320 87% [====================================================== ] 2922/3320 88% [====================================================== ] 2923/3320 88% [====================================================== ] 2924/3320 88% [====================================================== ] 2925/3320 88% [====================================================== ] 2926/3320 88% [====================================================== ] 2927/3320 88% [====================================================== ] 2928/3320 88% [====================================================== ] 2929/3320 88% [====================================================== ] 2930/3320 88% [====================================================== ] 2931/3320 88% [====================================================== ] 2932/3320 88% [====================================================== ] 2933/3320 88% [====================================================== ] 2934/3320 88% [====================================================== ] 2935/3320 88% [====================================================== ] 2936/3320 88% [====================================================== ] 2937/3320 88% [====================================================== ] 2938/3320 88% [====================================================== ] 2939/3320 88% [====================================================== ] 2940/3320 88% [====================================================== ] 2941/3320 88% [====================================================== ] 2942/3320 88% [====================================================== ] 2943/3320 88% [====================================================== ] 2944/3320 88% [====================================================== ] 2945/3320 88% [======================================================= ] 2946/3320 88% [======================================================= ] 2947/3320 88% [======================================================= ] 2948/3320 88% [======================================================= ] 2949/3320 88% [======================================================= ] 2950/3320 88% [======================================================= ] 2951/3320 88% [======================================================= ] 2952/3320 88% [======================================================= ] 2953/3320 88% [======================================================= ] 2954/3320 88% [======================================================= ] 2955/3320 89% [======================================================= ] 2956/3320 89% [======================================================= ] 2957/3320 89% [======================================================= ] 2958/3320 89% [======================================================= ] 2959/3320 89% [======================================================= ] 2960/3320 89% [======================================================= ] 2961/3320 89% [======================================================= ] 2962/3320 89% [======================================================= ] 2963/3320 89% [======================================================= ] 2964/3320 89% [======================================================= ] 2965/3320 89% [======================================================= ] 2966/3320 89% [======================================================= ] 2967/3320 89% [======================================================= ] 2968/3320 89% [======================================================= ] 2969/3320 89% [======================================================= ] 2970/3320 89% [======================================================= ] 2971/3320 89% [======================================================= ] 2972/3320 89% [======================================================= ] 2973/3320 89% [======================================================= ] 2974/3320 89% [======================================================= ] 2975/3320 89% [======================================================= ] 2976/3320 89% [======================================================= ] 2977/3320 89% [======================================================= ] 2978/3320 89% [======================================================= ] 2979/3320 89% [======================================================= ] 2980/3320 89% [======================================================= ] 2981/3320 89% [======================================================= ] 2982/3320 89% [======================================================= ] 2983/3320 89% [======================================================= ] 2984/3320 89% [======================================================= ] 2985/3320 89% [======================================================= ] 2986/3320 89% [======================================================= ] 2987/3320 89% [======================================================= ] 2988/3320 90% [======================================================= ] 2989/3320 90% [======================================================= ] 2990/3320 90% [======================================================= ] 2991/3320 90% [======================================================= ] 2992/3320 90% [======================================================= ] 2993/3320 90% [======================================================= ] 2994/3320 90% [======================================================= ] 2995/3320 90% [======================================================= ] 2996/3320 90% [======================================================= ] 2997/3320 90% [======================================================= ] 2998/3320 90% [======================================================== ] 2999/3320 90% [======================================================== ] 3000/3320 90% [======================================================== ] 3001/3320 90% [======================================================== ] 3002/3320 90% [======================================================== ] 3003/3320 90% [======================================================== ] 3004/3320 90% [======================================================== ] 3005/3320 90% [======================================================== ] 3006/3320 90% [======================================================== ] 3007/3320 90% [======================================================== ] 3008/3320 90% [======================================================== ] 3009/3320 90% [======================================================== ] 3010/3320 90% [======================================================== ] 3011/3320 90% [======================================================== ] 3012/3320 90% [======================================================== ] 3013/3320 90% [======================================================== ] 3014/3320 90% [======================================================== ] 3015/3320 90% [======================================================== ] 3016/3320 90% [======================================================== ] 3017/3320 90% [======================================================== ] 3018/3320 90% [======================================================== ] 3019/3320 90% [======================================================== ] 3020/3320 90% [======================================================== ] 3021/3320 90% [======================================================== ] 3022/3320 91% [======================================================== ] 3023/3320 91% [======================================================== ] 3024/3320 91% [======================================================== ] 3025/3320 91% [======================================================== ] 3026/3320 91% [======================================================== ] 3027/3320 91% [======================================================== ] 3028/3320 91% [======================================================== ] 3029/3320 91% [======================================================== ] 3030/3320 91% [======================================================== ] 3031/3320 91% [======================================================== ] 3032/3320 91% [======================================================== ] 3033/3320 91% [======================================================== ] 3034/3320 91% [======================================================== ] 3035/3320 91% [======================================================== ] 3036/3320 91% [======================================================== ] 3037/3320 91% [======================================================== ] 3038/3320 91% [======================================================== ] 3039/3320 91% [======================================================== ] 3040/3320 91% [======================================================== ] 3041/3320 91% [======================================================== ] 3042/3320 91% [======================================================== ] 3043/3320 91% [======================================================== ] 3044/3320 91% [======================================================== ] 3045/3320 91% [======================================================== ] 3046/3320 91% [======================================================== ] 3047/3320 91% [======================================================== ] 3048/3320 91% [======================================================== ] 3049/3320 91% [======================================================== ] 3050/3320 91% [======================================================== ] 3051/3320 91% [======================================================== ] 3052/3320 91% [========================================================= ] 3053/3320 91% [========================================================= ] 3054/3320 91% [========================================================= ] 3055/3320 92% [========================================================= ] 3056/3320 92% [========================================================= ] 3057/3320 92% [========================================================= ] 3058/3320 92% [========================================================= ] 3059/3320 92% [========================================================= ] 3060/3320 92% [========================================================= ] 3061/3320 92% [========================================================= ] 3062/3320 92% [========================================================= ] 3063/3320 92% [========================================================= ] 3064/3320 92% [========================================================= ] 3065/3320 92% [========================================================= ] 3066/3320 92% [========================================================= ] 3067/3320 92% [========================================================= ] 3068/3320 92% [========================================================= ] 3069/3320 92% [========================================================= ] 3070/3320 92% [========================================================= ] 3071/3320 92% [========================================================= ] 3072/3320 92% [========================================================= ] 3073/3320 92% [========================================================= ] 3074/3320 92% [========================================================= ] 3075/3320 92% [========================================================= ] 3076/3320 92% [========================================================= ] 3077/3320 92% [========================================================= ] 3078/3320 92% [========================================================= ] 3079/3320 92% [========================================================= ] 3080/3320 92% [========================================================= ] 3081/3320 92% [========================================================= ] 3082/3320 92% [========================================================= ] 3083/3320 92% [========================================================= ] 3084/3320 92% [========================================================= ] 3085/3320 92% [========================================================= ] 3086/3320 92% [========================================================= ] 3087/3320 92% [========================================================= ] 3088/3320 93% [========================================================= ] 3089/3320 93% [========================================================= ] 3090/3320 93% [========================================================= ] 3091/3320 93% [========================================================= ] 3092/3320 93% [========================================================= ] 3093/3320 93% [========================================================= ] 3094/3320 93% [========================================================= ] 3095/3320 93% [========================================================= ] 3096/3320 93% [========================================================= ] 3097/3320 93% [========================================================= ] 3098/3320 93% [========================================================= ] 3099/3320 93% [========================================================= ] 3100/3320 93% [========================================================= ] 3101/3320 93% [========================================================= ] 3102/3320 93% [========================================================= ] 3103/3320 93% [========================================================= ] 3104/3320 93% [========================================================= ] 3105/3320 93% [========================================================== ] 3106/3320 93% [========================================================== ] 3107/3320 93% [========================================================== ] 3108/3320 93% [========================================================== ] 3109/3320 93% [========================================================== ] 3110/3320 93% [========================================================== ] 3111/3320 93% [========================================================== ] 3112/3320 93% [========================================================== ] 3113/3320 93% [========================================================== ] 3114/3320 93% [========================================================== ] 3115/3320 93% [========================================================== ] 3116/3320 93% [========================================================== ] 3117/3320 93% [========================================================== ] 3118/3320 93% [========================================================== ] 3119/3320 93% [========================================================== ] 3120/3320 93% [========================================================== ] 3121/3320 94% [========================================================== ] 3122/3320 94% [========================================================== ] 3123/3320 94% [========================================================== ] 3124/3320 94% [========================================================== ] 3125/3320 94% [========================================================== ] 3126/3320 94% [========================================================== ] 3127/3320 94% [========================================================== ] 3128/3320 94% [========================================================== ] 3129/3320 94% [========================================================== ] 3130/3320 94% [========================================================== ] 3131/3320 94% [========================================================== ] 3132/3320 94% [========================================================== ] 3133/3320 94% [========================================================== ] 3134/3320 94% [========================================================== ] 3135/3320 94% [========================================================== ] 3136/3320 94% [========================================================== ] 3137/3320 94% [========================================================== ] 3138/3320 94% [========================================================== ] 3139/3320 94% [========================================================== ] 3140/3320 94% [========================================================== ] 3141/3320 94% [========================================================== ] 3142/3320 94% [========================================================== ] 3143/3320 94% [========================================================== ] 3144/3320 94% [========================================================== ] 3145/3320 94% [========================================================== ] 3146/3320 94% [========================================================== ] 3147/3320 94% [========================================================== ] 3148/3320 94% [========================================================== ] 3149/3320 94% [========================================================== ] 3150/3320 94% [========================================================== ] 3151/3320 94% [========================================================== ] 3152/3320 94% [========================================================== ] 3153/3320 94% [========================================================== ] 3154/3320 95% [========================================================== ] 3155/3320 95% [========================================================== ] 3156/3320 95% [========================================================== ] 3157/3320 95% [========================================================== ] 3158/3320 95% [========================================================== ] 3159/3320 95% [=========================================================== ] 3160/3320 95% [=========================================================== ] 3161/3320 95% [=========================================================== ] 3162/3320 95% [=========================================================== ] 3163/3320 95% [=========================================================== ] 3164/3320 95% [=========================================================== ] 3165/3320 95% [=========================================================== ] 3166/3320 95% [=========================================================== ] 3167/3320 95% [=========================================================== ] 3168/3320 95% [=========================================================== ] 3169/3320 95% [=========================================================== ] 3170/3320 95% [=========================================================== ] 3171/3320 95% [=========================================================== ] 3172/3320 95% [=========================================================== ] 3173/3320 95% [=========================================================== ] 3174/3320 95% [=========================================================== ] 3175/3320 95% [=========================================================== ] 3176/3320 95% [=========================================================== ] 3177/3320 95% [=========================================================== ] 3178/3320 95% [=========================================================== ] 3179/3320 95% [=========================================================== ] 3180/3320 95% [=========================================================== ] 3181/3320 95% [=========================================================== ] 3182/3320 95% [=========================================================== ] 3183/3320 95% [=========================================================== ] 3184/3320 95% [=========================================================== ] 3185/3320 95% [=========================================================== ] 3186/3320 95% [=========================================================== ] 3187/3320 95% [=========================================================== ] 3188/3320 96% [=========================================================== ] 3189/3320 96% [=========================================================== ] 3190/3320 96% [=========================================================== ] 3191/3320 96% [=========================================================== ] 3192/3320 96% [=========================================================== ] 3193/3320 96% [=========================================================== ] 3194/3320 96% [=========================================================== ] 3195/3320 96% [=========================================================== ] 3196/3320 96% [=========================================================== ] 3197/3320 96% [=========================================================== ] 3198/3320 96% [=========================================================== ] 3199/3320 96% [=========================================================== ] 3200/3320 96% [=========================================================== ] 3201/3320 96% [=========================================================== ] 3202/3320 96% [=========================================================== ] 3203/3320 96% [=========================================================== ] 3204/3320 96% [=========================================================== ] 3205/3320 96% [=========================================================== ] 3206/3320 96% [=========================================================== ] 3207/3320 96% [=========================================================== ] 3208/3320 96% [=========================================================== ] 3209/3320 96% [=========================================================== ] 3210/3320 96% [=========================================================== ] 3211/3320 96% [=========================================================== ] 3212/3320 96% [============================================================ ] 3213/3320 96% [============================================================ ] 3214/3320 96% [============================================================ ] 3215/3320 96% [============================================================ ] 3216/3320 96% [============================================================ ] 3217/3320 96% [============================================================ ] 3218/3320 96% [============================================================ ] 3219/3320 96% [============================================================ ] 3220/3320 96% [============================================================ ] 3221/3320 97% [============================================================ ] 3222/3320 97% [============================================================ ] 3223/3320 97% [============================================================ ] 3224/3320 97% [============================================================ ] 3225/3320 97% [============================================================ ] 3226/3320 97% [============================================================ ] 3227/3320 97% [============================================================ ] 3228/3320 97% [============================================================ ] 3229/3320 97% [============================================================ ] 3230/3320 97% [============================================================ ] 3231/3320 97% [============================================================ ] 3232/3320 97% [============================================================ ] 3233/3320 97% [============================================================ ] 3234/3320 97% [============================================================ ] 3235/3320 97% [============================================================ ] 3236/3320 97% [============================================================ ] 3237/3320 97% [============================================================ ] 3238/3320 97% [============================================================ ] 3239/3320 97% [============================================================ ] 3240/3320 97% [============================================================ ] 3241/3320 97% [============================================================ ] 3242/3320 97% [============================================================ ] 3243/3320 97% [============================================================ ] 3244/3320 97% [============================================================ ] 3245/3320 97% [============================================================ ] 3246/3320 97% [============================================================ ] 3247/3320 97% [============================================================ ] 3248/3320 97% [============================================================ ] 3249/3320 97% [============================================================ ] 3250/3320 97% [============================================================ ] 3251/3320 97% [============================================================ ] 3252/3320 97% [============================================================ ] 3253/3320 97% [============================================================ ] 3254/3320 98% [============================================================ ] 3255/3320 98% [============================================================ ] 3256/3320 98% [============================================================ ] 3257/3320 98% [============================================================ ] 3258/3320 98% [============================================================ ] 3259/3320 98% [============================================================ ] 3260/3320 98% [============================================================ ] 3261/3320 98% [============================================================ ] 3262/3320 98% [============================================================ ] 3263/3320 98% [============================================================ ] 3264/3320 98% [============================================================ ] 3265/3320 98% [============================================================ ] 3266/3320 98% [============================================================= ] 3267/3320 98% [============================================================= ] 3268/3320 98% [============================================================= ] 3269/3320 98% [============================================================= ] 3270/3320 98% [============================================================= ] 3271/3320 98% [============================================================= ] 3272/3320 98% [============================================================= ] 3273/3320 98% [============================================================= ] 3274/3320 98% [============================================================= ] 3275/3320 98% [============================================================= ] 3276/3320 98% [============================================================= ] 3277/3320 98% [============================================================= ] 3278/3320 98% [============================================================= ] 3279/3320 98% [============================================================= ] 3280/3320 98% [============================================================= ] 3281/3320 98% [============================================================= ] 3282/3320 98% [============================================================= ] 3283/3320 98% [============================================================= ] 3284/3320 98% [============================================================= ] 3285/3320 98% [============================================================= ] 3286/3320 98% [============================================================= ] 3287/3320 99% [============================================================= ] 3288/3320 99% [============================================================= ] 3289/3320 99% [============================================================= ] 3290/3320 99% [============================================================= ] 3291/3320 99% [============================================================= ] 3292/3320 99% [============================================================= ] 3293/3320 99% [============================================================= ] 3294/3320 99% [============================================================= ] 3295/3320 99% [============================================================= ] 3296/3320 99% [============================================================= ] 3297/3320 99% [============================================================= ] 3298/3320 99% [============================================================= ] 3299/3320 99% [============================================================= ] 3300/3320 99% [============================================================= ] 3301/3320 99% [============================================================= ] 3302/3320 99% [============================================================= ] 3303/3320 99% [============================================================= ] 3304/3320 99% [============================================================= ] 3305/3320 99% [============================================================= ] 3306/3320 99% [============================================================= ] 3307/3320 99% [============================================================= ] 3308/3320 99% [============================================================= ] 3309/3320 99% [============================================================= ] 3310/3320 99% [============================================================= ] 3311/3320 99% [============================================================= ] 3312/3320 99% [============================================================= ] 3313/3320 99% [============================================================= ] 3314/3320 99% [============================================================= ] 3315/3320 99% [============================================================= ] 3316/3320 99% [============================================================= ] 3317/3320 99% [============================================================= ] 3318/3320 99% [============================================================= ] 3319/3320 99% [==============================================================] 3320/3320 100% operation complete, 3320 objects in 46410 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2021.05-7187-g50d5e224a6f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> altera-stapl 0.3.3 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-skeleton Collecting legal info >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-elf2flt 2021.08 Collecting legal info LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-isl 0.24 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> 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.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.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-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> 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) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-checksec 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: 7888fee828bf56d547fc1f634e40638984148b4fc41373b7626eb465060640de) >>> datatables-responsive 2.2.3 Collecting legal info License.txt: OK (sha256: da4e1020ae97c095a14d7830c1a8a793e080c062e22d749ecd3fc3c075673dbf) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 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) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> janet 1.23.0 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libiio 0.23 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.7 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> 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) >>> lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mbw 1.5 Collecting legal info mbw.spec: OK (sha256: 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> host-mkpasswd Collecting legal info >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> mxml 3.3 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> host-sam-ba 3.7 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tio 1.40 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'