/home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-497-g4dc1fffca0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05.3"; \ echo "PRETTY_NAME=\"Buildroot 2022.05.3\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs\n /home/buildroot/autobuild/instance-1/output-1/host/bin/mkfs.btrfs -f -r '\''/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: d54d7291-e3b9-4b2f-a62e-e8f5fb6c9119 Node size: 16384 Sector size: 4096 Filesystem size: 309.00MiB Block group profiles: Data: single 104.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 309.00MiB /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.erofs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkfs.erofs /home/buildroot/autobuild/instance-1/output-1/images/rootfs.erofs /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.4 c_version: [ 1.4] c_dbg_lvl: [ 2] c_dry_run: [ 0] >>> Generating filesystem image rootfs.ext2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2\n /home/buildroot/autobuild/instance-1/output-1/host/sbin/mkfs.ext2 -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -O ^64bit /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 009f2a3e-c547-485e-89ac-7e2d5aaf8890 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/output-1/host/bin/lzop -9 -c /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2 > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 4056 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/4056 0% [ ] 2/4056 0% [ ] 3/4056 0% [ ] 4/4056 0% [ ] 5/4056 0% [ ] 6/4056 0% [ ] 7/4056 0% [ ] 8/4056 0% [ ] 9/4056 0% [ ] 10/4056 0% [ ] 11/4056 0% [ ] 12/4056 0% [ ] 13/4056 0% [ ] 14/4056 0% [ ] 15/4056 0% [ ] 16/4056 0% [ ] 17/4056 0% [ ] 18/4056 0% [ ] 19/4056 0% [ ] 20/4056 0% [ ] 21/4056 0% [ ] 22/4056 0% [ ] 23/4056 0% [ ] 24/4056 0% [ ] 25/4056 0% [ ] 26/4056 0% [ ] 27/4056 0% [ ] 28/4056 0% [ ] 29/4056 0% [ ] 30/4056 0% [ ] 31/4056 0% [ ] 32/4056 0% [ ] 33/4056 0% [ ] 34/4056 0% [ ] 35/4056 0% [ ] 36/4056 0% [ ] 37/4056 0% [ ] 38/4056 0% [ ] 39/4056 0% [ ] 40/4056 0% [ ] 41/4056 1% [ ] 42/4056 1% [ ] 43/4056 1% [ ] 44/4056 1% [ ] 45/4056 1% [ ] 46/4056 1% [ ] 47/4056 1% [ ] 48/4056 1% [ ] 49/4056 1% [ ] 50/4056 1% [ ] 51/4056 1% [ ] 52/4056 1% [ ] 53/4056 1% [ ] 54/4056 1% [ ] 55/4056 1% [ ] 56/4056 1% [ ] 57/4056 1% [ ] 58/4056 1% [ ] 59/4056 1% [ ] 60/4056 1% [ ] 61/4056 1% [ ] 62/4056 1% [ ] 63/4056 1% [ ] 64/4056 1% [ ] 65/4056 1% [= ] 66/4056 1% [= ] 67/4056 1% [= ] 68/4056 1% [= ] 69/4056 1% [= ] 70/4056 1% [= ] 71/4056 1% [= ] 72/4056 1% [= ] 73/4056 1% [= ] 74/4056 1% [= ] 75/4056 1% [= ] 76/4056 1% [= ] 77/4056 1% [= ] 78/4056 1% [= ] 79/4056 1% [= ] 80/4056 1% [= ] 81/4056 1% [= ] 82/4056 2% [= ] 83/4056 2% [= ] 84/4056 2% [= ] 85/4056 2% [= ] 86/4056 2% [= ] 87/4056 2% [= ] 88/4056 2% [= ] 89/4056 2% [= ] 90/4056 2% [= ] 91/4056 2% [= ] 92/4056 2% [= ] 93/4056 2% [= ] 94/4056 2% [= ] 95/4056 2% [= ] 96/4056 2% [= ] 97/4056 2% [= ] 98/4056 2% [= ] 99/4056 2% [= ] 100/4056 2% [= ] 101/4056 2% [= ] 102/4056 2% [= ] 103/4056 2% [= ] 104/4056 2% [= ] 105/4056 2% [= ] 106/4056 2% [= ] 107/4056 2% [= ] 108/4056 2% [= ] 109/4056 2% [= ] 110/4056 2% [= ] 111/4056 2% [= ] 112/4056 2% [= ] 113/4056 2% [= ] 114/4056 2% [= ] 115/4056 2% [= ] 116/4056 2% [= ] 117/4056 2% [= ] 118/4056 2% [= ] 119/4056 2% [= ] 120/4056 2% [= ] 121/4056 2% [= ] 122/4056 3% [= ] 123/4056 3% [= ] 124/4056 3% [= ] 125/4056 3% [= ] 126/4056 3% [= ] 127/4056 3% [= ] 128/4056 3% [= ] 129/4056 3% [= ] 130/4056 3% [== ] 131/4056 3% [== ] 132/4056 3% [== ] 133/4056 3% [== ] 134/4056 3% [== ] 135/4056 3% [== ] 136/4056 3% [== ] 137/4056 3% [== ] 138/4056 3% [== ] 139/4056 3% [== ] 140/4056 3% [== ] 141/4056 3% [== ] 142/4056 3% [== ] 143/4056 3% [== ] 144/4056 3% [== ] 145/4056 3% [== ] 146/4056 3% [== ] 147/4056 3% [== ] 148/4056 3% [== ] 149/4056 3% [== ] 150/4056 3% [== ] 151/4056 3% [== ] 152/4056 3% [== ] 153/4056 3% [== ] 154/4056 3% [== ] 155/4056 3% [== ] 156/4056 3% [== ] 157/4056 3% [== ] 158/4056 3% [== ] 159/4056 3% [== ] 160/4056 3% [== ] 161/4056 3% [== ] 162/4056 3% [== ] 163/4056 4% [== ] 164/4056 4% [== ] 165/4056 4% [== ] 166/4056 4% [== ] 167/4056 4% [== ] 168/4056 4% [== ] 169/4056 4% [== ] 170/4056 4% [== ] 171/4056 4% [== ] 172/4056 4% [== ] 173/4056 4% [== ] 174/4056 4% [== ] 175/4056 4% [== ] 176/4056 4% [== ] 177/4056 4% [== ] 178/4056 4% [== ] 179/4056 4% [== ] 180/4056 4% [== ] 181/4056 4% [== ] 182/4056 4% [== ] 183/4056 4% [== ] 184/4056 4% [== ] 185/4056 4% [== ] 186/4056 4% [== ] 187/4056 4% [== ] 188/4056 4% [== ] 189/4056 4% [== ] 190/4056 4% [== ] 191/4056 4% [== ] 192/4056 4% [== ] 193/4056 4% [== ] 194/4056 4% [== ] 195/4056 4% [== ] 196/4056 4% [=== ] 197/4056 4% [=== ] 198/4056 4% [=== ] 199/4056 4% [=== ] 200/4056 4% [=== ] 201/4056 4% [=== ] 202/4056 4% [=== ] 203/4056 5% [=== ] 204/4056 5% [=== ] 205/4056 5% [=== ] 206/4056 5% [=== ] 207/4056 5% [=== ] 208/4056 5% [=== ] 209/4056 5% [=== ] 210/4056 5% [=== ] 211/4056 5% [=== ] 212/4056 5% [=== ] 213/4056 5% [=== ] 214/4056 5% [=== ] 215/4056 5% [=== ] 216/4056 5% [=== ] 217/4056 5% [=== ] 218/4056 5% [=== ] 219/4056 5% [=== ] 220/4056 5% [=== ] 221/4056 5% [=== ] 222/4056 5% [=== ] 223/4056 5% [=== ] 224/4056 5% [=== ] 225/4056 5% [=== ] 226/4056 5% [=== ] 227/4056 5% [=== ] 228/4056 5% [=== ] 229/4056 5% [=== ] 230/4056 5% [=== ] 231/4056 5% [=== ] 232/4056 5% [=== ] 233/4056 5% [=== ] 234/4056 5% [=== ] 235/4056 5% [=== ] 236/4056 5% [=== ] 237/4056 5% [=== ] 238/4056 5% [=== ] 239/4056 5% [=== ] 240/4056 5% [=== ] 241/4056 5% [=== ] 242/4056 5% [=== ] 243/4056 5% [=== ] 244/4056 6% [=== ] 245/4056 6% [=== ] 246/4056 6% [=== ] 247/4056 6% [=== ] 248/4056 6% [=== ] 249/4056 6% [=== ] 250/4056 6% [=== ] 251/4056 6% [=== ] 252/4056 6% [=== ] 253/4056 6% [=== ] 254/4056 6% [=== ] 255/4056 6% [=== ] 256/4056 6% [=== ] 257/4056 6% [=== ] 258/4056 6% [=== ] 259/4056 6% [=== ] 260/4056 6% [=== ] 261/4056 6% [==== ] 262/4056 6% [==== ] 263/4056 6% [==== ] 264/4056 6% [==== ] 265/4056 6% [==== ] 266/4056 6% [==== ] 267/4056 6% [==== ] 268/4056 6% [==== ] 269/4056 6% [==== ] 270/4056 6% [==== ] 271/4056 6% [==== ] 272/4056 6% [==== ] 273/4056 6% [==== ] 274/4056 6% [==== ] 275/4056 6% [==== ] 276/4056 6% [==== ] 277/4056 6% [==== ] 278/4056 6% [==== ] 279/4056 6% [==== ] 280/4056 6% [==== ] 281/4056 6% [==== ] 282/4056 6% [==== ] 283/4056 6% [==== ] 284/4056 7% [==== ] 285/4056 7% [==== ] 286/4056 7% [==== ] 287/4056 7% [==== ] 288/4056 7% [==== ] 289/4056 7% [==== ] 290/4056 7% [==== ] 291/4056 7% [==== ] 292/4056 7% [==== ] 293/4056 7% [==== ] 294/4056 7% [==== ] 295/4056 7% [==== ] 296/4056 7% [==== ] 297/4056 7% [==== ] 298/4056 7% [==== ] 299/4056 7% [==== ] 300/4056 7% [==== ] 301/4056 7% [==== ] 302/4056 7% [==== ] 303/4056 7% [==== ] 304/4056 7% [==== ] 305/4056 7% [==== ] 306/4056 7% [==== ] 307/4056 7% [==== ] 308/4056 7% [==== ] 309/4056 7% [==== ] 310/4056 7% [==== ] 311/4056 7% [==== ] 312/4056 7% [==== ] 313/4056 7% [==== ] 314/4056 7% [==== ] 315/4056 7% [==== ] 316/4056 7% [==== ] 317/4056 7% [==== ] 318/4056 7% [==== ] 319/4056 7% [==== ] 320/4056 7% [==== ] 321/4056 7% [==== ] 322/4056 7% [==== ] 323/4056 7% [==== ] 324/4056 7% [==== ] 325/4056 8% [==== ] 326/4056 8% [==== ] 327/4056 8% [===== ] 328/4056 8% [===== ] 329/4056 8% [===== ] 330/4056 8% [===== ] 331/4056 8% [===== ] 332/4056 8% [===== ] 333/4056 8% [===== ] 334/4056 8% [===== ] 335/4056 8% [===== ] 336/4056 8% [===== ] 337/4056 8% [===== ] 338/4056 8% [===== ] 339/4056 8% [===== ] 340/4056 8% [===== ] 341/4056 8% [===== ] 342/4056 8% [===== ] 343/4056 8% [===== ] 344/4056 8% [===== ] 345/4056 8% [===== ] 346/4056 8% [===== ] 347/4056 8% [===== ] 348/4056 8% [===== ] 349/4056 8% [===== ] 350/4056 8% [===== ] 351/4056 8% [===== ] 352/4056 8% [===== ] 353/4056 8% [===== ] 354/4056 8% [===== ] 355/4056 8% [===== ] 356/4056 8% [===== ] 357/4056 8% [===== ] 358/4056 8% [===== ] 359/4056 8% [===== ] 360/4056 8% [===== ] 361/4056 8% [===== ] 362/4056 8% [===== ] 363/4056 8% [===== ] 364/4056 8% [===== ] 365/4056 8% [===== ] 366/4056 9% [===== ] 367/4056 9% [===== ] 368/4056 9% [===== ] 369/4056 9% [===== ] 370/4056 9% [===== ] 371/4056 9% [===== ] 372/4056 9% [===== ] 373/4056 9% [===== ] 374/4056 9% [===== ] 375/4056 9% [===== ] 376/4056 9% [===== ] 377/4056 9% [===== ] 378/4056 9% [===== ] 379/4056 9% [===== ] 380/4056 9% [===== ] 381/4056 9% [===== ] 382/4056 9% [===== ] 383/4056 9% [===== ] 384/4056 9% [===== ] 385/4056 9% [===== ] 386/4056 9% [===== ] 387/4056 9% [===== ] 388/4056 9% [===== ] 389/4056 9% [===== ] 390/4056 9% [===== ] 391/4056 9% [===== ] 392/4056 9% [====== ] 393/4056 9% [====== ] 394/4056 9% [====== ] 395/4056 9% [====== ] 396/4056 9% [====== ] 397/4056 9% [====== ] 398/4056 9% [====== ] 399/4056 9% [====== ] 400/4056 9% [====== ] 401/4056 9% [====== ] 402/4056 9% [====== ] 403/4056 9% [====== ] 404/4056 9% [====== ] 405/4056 9% [====== ] 406/4056 10% [====== ] 407/4056 10% [====== ] 408/4056 10% [====== ] 409/4056 10% [====== ] 410/4056 10% [====== ] 411/4056 10% [====== ] 412/4056 10% [====== ] 413/4056 10% [====== ] 414/4056 10% [====== ] 415/4056 10% [====== ] 416/4056 10% [====== ] 417/4056 10% [====== ] 418/4056 10% [====== ] 419/4056 10% [====== ] 420/4056 10% [====== ] 421/4056 10% [====== ] 422/4056 10% [====== ] 423/4056 10% [====== ] 424/4056 10% [====== ] 425/4056 10% [====== ] 426/4056 10% [====== ] 427/4056 10% [====== ] 428/4056 10% [====== ] 429/4056 10% [====== ] 430/4056 10% [====== ] 431/4056 10% [====== ] 432/4056 10% [====== ] 433/4056 10% [====== ] 434/4056 10% [====== ] 435/4056 10% [====== ] 436/4056 10% [====== ] 437/4056 10% [====== ] 438/4056 10% [====== ] 439/4056 10% [====== ] 440/4056 10% [====== ] 441/4056 10% [====== ] 442/4056 10% [====== ] 443/4056 10% [====== ] 444/4056 10% [====== ] 445/4056 10% [====== ] 446/4056 10% [====== ] 447/4056 11% [====== ] 448/4056 11% [====== ] 449/4056 11% [====== ] 450/4056 11% [====== ] 451/4056 11% [====== ] 452/4056 11% [====== ] 453/4056 11% [====== ] 454/4056 11% [====== ] 455/4056 11% [====== ] 456/4056 11% [====== ] 457/4056 11% [======= ] 458/4056 11% [======= ] 459/4056 11% [======= ] 460/4056 11% [======= ] 461/4056 11% [======= ] 462/4056 11% [======= ] 463/4056 11% [======= ] 464/4056 11% [======= ] 465/4056 11% [======= ] 466/4056 11% [======= ] 467/4056 11% [======= ] 468/4056 11% [======= ] 469/4056 11% [======= ] 470/4056 11% [======= ] 471/4056 11% [======= ] 472/4056 11% [======= ] 473/4056 11% [======= ] 474/4056 11% [======= ] 475/4056 11% [======= ] 476/4056 11% [======= ] 477/4056 11% [======= ] 478/4056 11% [======= ] 479/4056 11% [======= ] 480/4056 11% [======= ] 481/4056 11% [======= ] 482/4056 11% [======= ] 483/4056 11% [======= ] 484/4056 11% [======= ] 485/4056 11% [======= ] 486/4056 11% [======= ] 487/4056 12% [======= ] 488/4056 12% [======= ] 489/4056 12% [======= ] 490/4056 12% [======= ] 491/4056 12% [======= ] 492/4056 12% [======= ] 493/4056 12% [======= ] 494/4056 12% [======= ] 495/4056 12% [======= ] 496/4056 12% [======= ] 497/4056 12% [======= ] 498/4056 12% [======= ] 499/4056 12% [======= ] 500/4056 12% [======= ] 501/4056 12% [======= ] 502/4056 12% [======= ] 503/4056 12% [======= ] 504/4056 12% [======= ] 505/4056 12% [======= ] 506/4056 12% [======= ] 507/4056 12% [======= ] 508/4056 12% [======= ] 509/4056 12% [======= ] 510/4056 12% [======= ] 511/4056 12% [======= ] 512/4056 12% [======= ] 513/4056 12% [======= ] 514/4056 12% [======= ] 515/4056 12% [======= ] 516/4056 12% [======= ] 517/4056 12% [======= ] 518/4056 12% [======= ] 519/4056 12% [======= ] 520/4056 12% [======= ] 521/4056 12% [======= ] 522/4056 12% [======= ] 523/4056 12% [======== ] 524/4056 12% [======== ] 525/4056 12% [======== ] 526/4056 12% [======== ] 527/4056 12% [======== ] 528/4056 13% [======== ] 529/4056 13% [======== ] 530/4056 13% [======== ] 531/4056 13% [======== ] 532/4056 13% [======== ] 533/4056 13% [======== ] 534/4056 13% [======== ] 535/4056 13% [======== ] 536/4056 13% [======== ] 537/4056 13% [======== ] 538/4056 13% [======== ] 539/4056 13% [======== ] 540/4056 13% [======== ] 541/4056 13% [======== ] 542/4056 13% [======== ] 543/4056 13% [======== ] 544/4056 13% [======== ] 545/4056 13% [======== ] 546/4056 13% [======== ] 547/4056 13% [======== ] 548/4056 13% [======== ] 549/4056 13% [======== ] 550/4056 13% [======== ] 551/4056 13% [======== ] 552/4056 13% [======== ] 553/4056 13% [======== ] 554/4056 13% [======== ] 555/4056 13% [======== ] 556/4056 13% [======== ] 557/4056 13% [======== ] 558/4056 13% [======== ] 559/4056 13% [======== ] 560/4056 13% [======== ] 561/4056 13% [======== ] 562/4056 13% [======== ] 563/4056 13% [======== ] 564/4056 13% [======== ] 565/4056 13% [======== ] 566/4056 13% [======== ] 567/4056 13% [======== ] 568/4056 14% [======== ] 569/4056 14% [======== ] 570/4056 14% [======== ] 571/4056 14% [======== ] 572/4056 14% [======== ] 573/4056 14% [======== ] 574/4056 14% [======== ] 575/4056 14% [======== ] 576/4056 14% [======== ] 577/4056 14% [======== ] 578/4056 14% [======== ] 579/4056 14% [======== ] 580/4056 14% [======== ] 581/4056 14% [======== ] 582/4056 14% [======== ] 583/4056 14% [======== ] 584/4056 14% [======== ] 585/4056 14% [======== ] 586/4056 14% [======== ] 587/4056 14% [======== ] 588/4056 14% [========= ] 589/4056 14% [========= ] 590/4056 14% [========= ] 591/4056 14% [========= ] 592/4056 14% [========= ] 593/4056 14% [========= ] 594/4056 14% [========= ] 595/4056 14% [========= ] 596/4056 14% [========= ] 597/4056 14% [========= ] 598/4056 14% [========= ] 599/4056 14% [========= ] 600/4056 14% [========= ] 601/4056 14% [========= ] 602/4056 14% [========= ] 603/4056 14% [========= ] 604/4056 14% [========= ] 605/4056 14% [========= ] 606/4056 14% [========= ] 607/4056 14% [========= ] 608/4056 14% [========= ] 609/4056 15% [========= ] 610/4056 15% [========= ] 611/4056 15% [========= ] 612/4056 15% [========= ] 613/4056 15% [========= ] 614/4056 15% [========= ] 615/4056 15% [========= ] 616/4056 15% [========= ] 617/4056 15% [========= ] 618/4056 15% [========= ] 619/4056 15% [========= ] 620/4056 15% [========= ] 621/4056 15% [========= ] 622/4056 15% [========= ] 623/4056 15% [========= ] 624/4056 15% [========= ] 625/4056 15% [========= ] 626/4056 15% [========= ] 627/4056 15% [========= ] 628/4056 15% [========= ] 629/4056 15% [========= ] 630/4056 15% [========= ] 631/4056 15% [========= ] 632/4056 15% [========= ] 633/4056 15% [========= ] 634/4056 15% [========= ] 635/4056 15% [========= ] 636/4056 15% [========= ] 637/4056 15% [========= ] 638/4056 15% [========= ] 639/4056 15% [========= ] 640/4056 15% [========= ] 641/4056 15% [========= ] 642/4056 15% [========= ] 643/4056 15% [========= ] 644/4056 15% [========= ] 645/4056 15% [========= ] 646/4056 15% [========= ] 647/4056 15% [========= ] 648/4056 15% [========= ] 649/4056 16% [========= ] 650/4056 16% [========= ] 651/4056 16% [========= ] 652/4056 16% [========= ] 653/4056 16% [========= ] 654/4056 16% [========== ] 655/4056 16% [========== ] 656/4056 16% [========== ] 657/4056 16% [========== ] 658/4056 16% [========== ] 659/4056 16% [========== ] 660/4056 16% [========== ] 661/4056 16% [========== ] 662/4056 16% [========== ] 663/4056 16% [========== ] 664/4056 16% [========== ] 665/4056 16% [========== ] 666/4056 16% [========== ] 667/4056 16% [========== ] 668/4056 16% [========== ] 669/4056 16% [========== ] 670/4056 16% [========== ] 671/4056 16% [========== ] 672/4056 16% [========== ] 673/4056 16% [========== ] 674/4056 16% [========== ] 675/4056 16% [========== ] 676/4056 16% [========== ] 677/4056 16% [========== ] 678/4056 16% [========== ] 679/4056 16% [========== ] 680/4056 16% [========== ] 681/4056 16% [========== ] 682/4056 16% [========== ] 683/4056 16% [========== ] 684/4056 16% [========== ] 685/4056 16% [========== ] 686/4056 16% [========== ] 687/4056 16% [========== ] 688/4056 16% [========== ] 689/4056 16% [========== ] 690/4056 17% [========== ] 691/4056 17% [========== ] 692/4056 17% [========== ] 693/4056 17% [========== ] 694/4056 17% [========== ] 695/4056 17% [========== ] 696/4056 17% [========== ] 697/4056 17% [========== ] 698/4056 17% [========== ] 699/4056 17% [========== ] 700/4056 17% [========== ] 701/4056 17% [========== ] 702/4056 17% [========== ] 703/4056 17% [========== ] 704/4056 17% [========== ] 705/4056 17% [========== ] 706/4056 17% [========== ] 707/4056 17% [========== ] 708/4056 17% [========== ] 709/4056 17% [========== ] 710/4056 17% [========== ] 711/4056 17% [========== ] 712/4056 17% [========== ] 713/4056 17% [========== ] 714/4056 17% [========== ] 715/4056 17% [========== ] 716/4056 17% [========== ] 717/4056 17% [========== ] 718/4056 17% [========== ] 719/4056 17% [=========== ] 720/4056 17% [=========== ] 721/4056 17% [=========== ] 722/4056 17% [=========== ] 723/4056 17% [=========== ] 724/4056 17% [=========== ] 725/4056 17% [=========== ] 726/4056 17% [=========== ] 727/4056 17% [=========== ] 728/4056 17% [=========== ] 729/4056 17% [=========== ] 730/4056 17% [=========== ] 731/4056 18% [=========== ] 732/4056 18% [=========== ] 733/4056 18% [=========== ] 734/4056 18% [=========== ] 735/4056 18% [=========== ] 736/4056 18% [=========== ] 737/4056 18% [=========== ] 738/4056 18% [=========== ] 739/4056 18% [=========== ] 740/4056 18% [=========== ] 741/4056 18% [=========== ] 742/4056 18% [=========== ] 743/4056 18% [=========== ] 744/4056 18% [=========== ] 745/4056 18% [=========== ] 746/4056 18% [=========== ] 747/4056 18% [=========== ] 748/4056 18% [=========== ] 749/4056 18% [=========== ] 750/4056 18% [=========== ] 751/4056 18% [=========== ] 752/4056 18% [=========== ] 753/4056 18% [=========== ] 754/4056 18% [=========== ] 755/4056 18% [=========== ] 756/4056 18% [=========== ] 757/4056 18% [=========== ] 758/4056 18% [=========== ] 759/4056 18% [=========== ] 760/4056 18% [=========== ] 761/4056 18% [=========== ] 762/4056 18% [=========== ] 763/4056 18% [=========== ] 764/4056 18% [=========== ] 765/4056 18% [=========== ] 766/4056 18% [=========== ] 767/4056 18% [=========== ] 768/4056 18% [=========== ] 769/4056 18% [=========== ] 770/4056 18% [=========== ] 771/4056 19% [=========== ] 772/4056 19% [=========== ] 773/4056 19% [=========== ] 774/4056 19% [=========== ] 775/4056 19% [=========== ] 776/4056 19% [=========== ] 777/4056 19% [=========== ] 778/4056 19% [=========== ] 779/4056 19% [=========== ] 780/4056 19% [=========== ] 781/4056 19% [=========== ] 782/4056 19% [=========== ] 783/4056 19% [=========== ] 784/4056 19% [=========== ] 785/4056 19% [============ ] 786/4056 19% [============ ] 787/4056 19% [============ ] 788/4056 19% [============ ] 789/4056 19% [============ ] 790/4056 19% [============ ] 791/4056 19% [============ ] 792/4056 19% [============ ] 793/4056 19% [============ ] 794/4056 19% [============ ] 795/4056 19% [============ ] 796/4056 19% [============ ] 797/4056 19% [============ ] 798/4056 19% [============ ] 799/4056 19% [============ ] 800/4056 19% [============ ] 801/4056 19% [============ ] 802/4056 19% [============ ] 803/4056 19% [============ ] 804/4056 19% [============ ] 805/4056 19% [============ ] 806/4056 19% [============ ] 807/4056 19% [============ ] 808/4056 19% [============ ] 809/4056 19% [============ ] 810/4056 19% [============ ] 811/4056 19% [============ ] 812/4056 20% [============ ] 813/4056 20% [============ ] 814/4056 20% [============ ] 815/4056 20% [============ ] 816/4056 20% [============ ] 817/4056 20% [============ ] 818/4056 20% [============ ] 819/4056 20% [============ ] 820/4056 20% [============ ] 821/4056 20% [============ ] 822/4056 20% [============ ] 823/4056 20% [============ ] 824/4056 20% [============ ] 825/4056 20% [============ ] 826/4056 20% [============ ] 827/4056 20% [============ ] 828/4056 20% [============ ] 829/4056 20% [============ ] 830/4056 20% [============ ] 831/4056 20% [============ ] 832/4056 20% [============ ] 833/4056 20% [============ ] 834/4056 20% [============ ] 835/4056 20% [============ ] 836/4056 20% [============ ] 837/4056 20% [============ ] 838/4056 20% [============ ] 839/4056 20% [============ ] 840/4056 20% [============ ] 841/4056 20% [============ ] 842/4056 20% [============ ] 843/4056 20% [============ ] 844/4056 20% [============ ] 845/4056 20% [============ ] 846/4056 20% [============ ] 847/4056 20% [============ ] 848/4056 20% [============ ] 849/4056 20% [============ ] 850/4056 20% [============= ] 851/4056 20% [============= ] 852/4056 21% [============= ] 853/4056 21% [============= ] 854/4056 21% [============= ] 855/4056 21% [============= ] 856/4056 21% [============= ] 857/4056 21% [============= ] 858/4056 21% [============= ] 859/4056 21% [============= ] 860/4056 21% [============= ] 861/4056 21% [============= ] 862/4056 21% [============= ] 863/4056 21% [============= ] 864/4056 21% [============= ] 865/4056 21% [============= ] 866/4056 21% [============= ] 867/4056 21% [============= ] 868/4056 21% [============= ] 869/4056 21% [============= ] 870/4056 21% [============= ] 871/4056 21% [============= ] 872/4056 21% [============= ] 873/4056 21% [============= ] 874/4056 21% [============= ] 875/4056 21% [============= ] 876/4056 21% [============= ] 877/4056 21% [============= ] 878/4056 21% [============= ] 879/4056 21% [============= ] 880/4056 21% [============= ] 881/4056 21% [============= ] 882/4056 21% [============= ] 883/4056 21% [============= ] 884/4056 21% [============= ] 885/4056 21% [============= ] 886/4056 21% [============= ] 887/4056 21% [============= ] 888/4056 21% [============= ] 889/4056 21% [============= ] 890/4056 21% [============= ] 891/4056 21% [============= ] 892/4056 21% [============= ] 893/4056 22% [============= ] 894/4056 22% [============= ] 895/4056 22% [============= ] 896/4056 22% [============= ] 897/4056 22% [============= ] 898/4056 22% [============= ] 899/4056 22% [============= ] 900/4056 22% [============= ] 901/4056 22% [============= ] 902/4056 22% [============= ] 903/4056 22% [============= ] 904/4056 22% [============= ] 905/4056 22% [============= ] 906/4056 22% [============= ] 907/4056 22% [============= ] 908/4056 22% [============= ] 909/4056 22% [============= ] 910/4056 22% [============= ] 911/4056 22% [============= ] 912/4056 22% [============= ] 913/4056 22% [============= ] 914/4056 22% [============= ] 915/4056 22% [============== ] 916/4056 22% [============== ] 917/4056 22% [============== ] 918/4056 22% [============== ] 919/4056 22% [============== ] 920/4056 22% [============== ] 921/4056 22% [============== ] 922/4056 22% [============== ] 923/4056 22% [============== ] 924/4056 22% [============== ] 925/4056 22% [============== ] 926/4056 22% [============== ] 927/4056 22% [============== ] 928/4056 22% [============== ] 929/4056 22% [============== ] 930/4056 22% [============== ] 931/4056 22% [============== ] 932/4056 22% [============== ] 933/4056 23% [============== ] 934/4056 23% [============== ] 935/4056 23% [============== ] 936/4056 23% [============== ] 937/4056 23% [============== ] 938/4056 23% [============== ] 939/4056 23% [============== ] 940/4056 23% [============== ] 941/4056 23% [============== ] 942/4056 23% [============== ] 943/4056 23% [============== ] 944/4056 23% [============== ] 945/4056 23% [============== ] 946/4056 23% [============== ] 947/4056 23% [============== ] 948/4056 23% [============== ] 949/4056 23% [============== ] 950/4056 23% [============== ] 951/4056 23% [============== ] 952/4056 23% [============== ] 953/4056 23% [============== ] 954/4056 23% [============== ] 955/4056 23% [============== ] 956/4056 23% [============== ] 957/4056 23% [============== ] 958/4056 23% [============== ] 959/4056 23% [============== ] 960/4056 23% [============== ] 961/4056 23% [============== ] 962/4056 23% [============== ] 963/4056 23% [============== ] 964/4056 23% [============== ] 965/4056 23% [============== ] 966/4056 23% [============== ] 967/4056 23% [============== ] 968/4056 23% [============== ] 969/4056 23% [============== ] 970/4056 23% [============== ] 971/4056 23% [============== ] 972/4056 23% [============== ] 973/4056 23% [============== ] 974/4056 24% [============== ] 975/4056 24% [============== ] 976/4056 24% [============== ] 977/4056 24% [============== ] 978/4056 24% [============== ] 979/4056 24% [============== ] 980/4056 24% [============== ] 981/4056 24% [=============== ] 982/4056 24% [=============== ] 983/4056 24% [=============== ] 984/4056 24% [=============== ] 985/4056 24% [=============== ] 986/4056 24% [=============== ] 987/4056 24% [=============== ] 988/4056 24% [=============== ] 989/4056 24% [=============== ] 990/4056 24% [=============== ] 991/4056 24% [=============== ] 992/4056 24% [=============== ] 993/4056 24% [=============== ] 994/4056 24% [=============== ] 995/4056 24% [=============== ] 996/4056 24% [=============== ] 997/4056 24% [=============== ] 998/4056 24% [=============== ] 999/4056 24% [=============== ] 1000/4056 24% [=============== ] 1001/4056 24% [=============== ] 1002/4056 24% [=============== ] 1003/4056 24% [=============== ] 1004/4056 24% [=============== ] 1005/4056 24% [=============== ] 1006/4056 24% [=============== ] 1007/4056 24% [=============== ] 1008/4056 24% [=============== ] 1009/4056 24% [=============== ] 1010/4056 24% [=============== ] 1011/4056 24% [=============== ] 1012/4056 24% [=============== ] 1013/4056 24% [=============== ] 1014/4056 25% [=============== ] 1015/4056 25% [=============== ] 1016/4056 25% [=============== ] 1017/4056 25% [=============== ] 1018/4056 25% [=============== ] 1019/4056 25% [=============== ] 1020/4056 25% [=============== ] 1021/4056 25% [=============== ] 1022/4056 25% [=============== ] 1023/4056 25% [=============== ] 1024/4056 25% [=============== ] 1025/4056 25% [=============== ] 1026/4056 25% [=============== ] 1027/4056 25% [=============== ] 1028/4056 25% [=============== ] 1029/4056 25% [=============== ] 1030/4056 25% [=============== ] 1031/4056 25% [=============== ] 1032/4056 25% [=============== ] 1033/4056 25% [=============== ] 1034/4056 25% [=============== ] 1035/4056 25% [=============== ] 1036/4056 25% [=============== ] 1037/4056 25% [=============== ] 1038/4056 25% [=============== ] 1039/4056 25% [=============== ] 1040/4056 25% [=============== ] 1041/4056 25% [=============== ] 1042/4056 25% [=============== ] 1043/4056 25% [=============== ] 1044/4056 25% [=============== ] 1045/4056 25% [=============== ] 1046/4056 25% [================ ] 1047/4056 25% [================ ] 1048/4056 25% [================ ] 1049/4056 25% [================ ] 1050/4056 25% [================ ] 1051/4056 25% [================ ] 1052/4056 25% [================ ] 1053/4056 25% [================ ] 1054/4056 25% [================ ] 1055/4056 26% [================ ] 1056/4056 26% [================ ] 1057/4056 26% [================ ] 1058/4056 26% [================ ] 1059/4056 26% [================ ] 1060/4056 26% [================ ] 1061/4056 26% [================ ] 1062/4056 26% [================ ] 1063/4056 26% [================ ] 1064/4056 26% [================ ] 1065/4056 26% [================ ] 1066/4056 26% [================ ] 1067/4056 26% [================ ] 1068/4056 26% [================ ] 1069/4056 26% [================ ] 1070/4056 26% [================ ] 1071/4056 26% [================ ] 1072/4056 26% [================ ] 1073/4056 26% [================ ] 1074/4056 26% [================ ] 1075/4056 26% [================ ] 1076/4056 26% [================ ] 1077/4056 26% [================ ] 1078/4056 26% [================ ] 1079/4056 26% [================ ] 1080/4056 26% [================ ] 1081/4056 26% [================ ] 1082/4056 26% [================ ] 1083/4056 26% [================ ] 1084/4056 26% [================ ] 1085/4056 26% [================ ] 1086/4056 26% [================ ] 1087/4056 26% [================ ] 1088/4056 26% [================ ] 1089/4056 26% [================ ] 1090/4056 26% [================ ] 1091/4056 26% [================ ] 1092/4056 26% [================ ] 1093/4056 26% [================ ] 1094/4056 26% [================ ] 1095/4056 26% [================ ] 1096/4056 27% [================ ] 1097/4056 27% [================ ] 1098/4056 27% [================ ] 1099/4056 27% [================ ] 1100/4056 27% [================ ] 1101/4056 27% [================ ] 1102/4056 27% [================ ] 1103/4056 27% [================ ] 1104/4056 27% [================ ] 1105/4056 27% [================ ] 1106/4056 27% [================ ] 1107/4056 27% [================ ] 1108/4056 27% [================ ] 1109/4056 27% [================ ] 1110/4056 27% [================ ] 1111/4056 27% [================ ] 1112/4056 27% [================= ] 1113/4056 27% [================= ] 1114/4056 27% [================= ] 1115/4056 27% [================= ] 1116/4056 27% [================= ] 1117/4056 27% [================= ] 1118/4056 27% [================= ] 1119/4056 27% [================= ] 1120/4056 27% [================= ] 1121/4056 27% [================= ] 1122/4056 27% [================= ] 1123/4056 27% [================= ] 1124/4056 27% [================= ] 1125/4056 27% [================= ] 1126/4056 27% [================= ] 1127/4056 27% [================= ] 1128/4056 27% [================= ] 1129/4056 27% [================= ] 1130/4056 27% [================= ] 1131/4056 27% [================= ] 1132/4056 27% [================= ] 1133/4056 27% [================= ] 1134/4056 27% [================= ] 1135/4056 27% [================= ] 1136/4056 28% [================= ] 1137/4056 28% [================= ] 1138/4056 28% [================= ] 1139/4056 28% [================= ] 1140/4056 28% [================= ] 1141/4056 28% [================= ] 1142/4056 28% [================= ] 1143/4056 28% [================= ] 1144/4056 28% [================= ] 1145/4056 28% [================= ] 1146/4056 28% [================= ] 1147/4056 28% [================= ] 1148/4056 28% [================= ] 1149/4056 28% [================= ] 1150/4056 28% [================= ] 1151/4056 28% [================= ] 1152/4056 28% [================= ] 1153/4056 28% [================= ] 1154/4056 28% [================= ] 1155/4056 28% [================= ] 1156/4056 28% [================= ] 1157/4056 28% [================= ] 1158/4056 28% [================= ] 1159/4056 28% [================= ] 1160/4056 28% [================= ] 1161/4056 28% [================= ] 1162/4056 28% [================= ] 1163/4056 28% [================= ] 1164/4056 28% [================= ] 1165/4056 28% [================= ] 1166/4056 28% [================= ] 1167/4056 28% [================= ] 1168/4056 28% [================= ] 1169/4056 28% [================= ] 1170/4056 28% [================= ] 1171/4056 28% [================= ] 1172/4056 28% [================= ] 1173/4056 28% [================= ] 1174/4056 28% [================= ] 1175/4056 28% [================= ] 1176/4056 28% [================= ] 1177/4056 29% [================== ] 1178/4056 29% [================== ] 1179/4056 29% [================== ] 1180/4056 29% [================== ] 1181/4056 29% [================== ] 1182/4056 29% [================== ] 1183/4056 29% [================== ] 1184/4056 29% [================== ] 1185/4056 29% [================== ] 1186/4056 29% [================== ] 1187/4056 29% [================== ] 1188/4056 29% [================== ] 1189/4056 29% [================== ] 1190/4056 29% [================== ] 1191/4056 29% [================== ] 1192/4056 29% [================== ] 1193/4056 29% [================== ] 1194/4056 29% [================== ] 1195/4056 29% [================== ] 1196/4056 29% [================== ] 1197/4056 29% [================== ] 1198/4056 29% [================== ] 1199/4056 29% [================== ] 1200/4056 29% [================== ] 1201/4056 29% [================== ] 1202/4056 29% [================== ] 1203/4056 29% [================== ] 1204/4056 29% [================== ] 1205/4056 29% [================== ] 1206/4056 29% [================== ] 1207/4056 29% [================== ] 1208/4056 29% [================== ] 1209/4056 29% [================== ] 1210/4056 29% [================== ] 1211/4056 29% [================== ] 1212/4056 29% [================== ] 1213/4056 29% [================== ] 1214/4056 29% [================== ] 1215/4056 29% [================== ] 1216/4056 29% [================== ] 1217/4056 30% [================== ] 1218/4056 30% [================== ] 1219/4056 30% [================== ] 1220/4056 30% [================== ] 1221/4056 30% [================== ] 1222/4056 30% [================== ] 1223/4056 30% [================== ] 1224/4056 30% [================== ] 1225/4056 30% [================== ] 1226/4056 30% [================== ] 1227/4056 30% [================== ] 1228/4056 30% [================== ] 1229/4056 30% [================== ] 1230/4056 30% [================== ] 1231/4056 30% [================== ] 1232/4056 30% [================== ] 1233/4056 30% [================== ] 1234/4056 30% [================== ] 1235/4056 30% [================== ] 1236/4056 30% [================== ] 1237/4056 30% [================== ] 1238/4056 30% [================== ] 1239/4056 30% [================== ] 1240/4056 30% [================== ] 1241/4056 30% [================== ] 1242/4056 30% [=================== ] 1243/4056 30% [=================== ] 1244/4056 30% [=================== ] 1245/4056 30% [=================== ] 1246/4056 30% [=================== ] 1247/4056 30% [=================== ] 1248/4056 30% [=================== ] 1249/4056 30% [=================== ] 1250/4056 30% [=================== ] 1251/4056 30% [=================== ] 1252/4056 30% [=================== ] 1253/4056 30% [=================== ] 1254/4056 30% [=================== ] 1255/4056 30% [=================== ] 1256/4056 30% [=================== ] 1257/4056 30% [=================== ] 1258/4056 31% [=================== ] 1259/4056 31% [=================== ] 1260/4056 31% [=================== ] 1261/4056 31% [=================== ] 1262/4056 31% [=================== ] 1263/4056 31% [=================== ] 1264/4056 31% [=================== ] 1265/4056 31% [=================== ] 1266/4056 31% [=================== ] 1267/4056 31% [=================== ] 1268/4056 31% [=================== ] 1269/4056 31% [=================== ] 1270/4056 31% [=================== ] 1271/4056 31% [=================== ] 1272/4056 31% [=================== ] 1273/4056 31% [=================== ] 1274/4056 31% [=================== ] 1275/4056 31% [=================== ] 1276/4056 31% [=================== ] 1277/4056 31% [=================== ] 1278/4056 31% [=================== ] 1279/4056 31% [=================== ] 1280/4056 31% [=================== ] 1281/4056 31% [=================== ] 1282/4056 31% [=================== ] 1283/4056 31% [=================== ] 1284/4056 31% [=================== ] 1285/4056 31% [=================== ] 1286/4056 31% [=================== ] 1287/4056 31% [=================== ] 1288/4056 31% [=================== ] 1289/4056 31% [=================== ] 1290/4056 31% [=================== ] 1291/4056 31% [=================== ] 1292/4056 31% [=================== ] 1293/4056 31% [=================== ] 1294/4056 31% [=================== ] 1295/4056 31% [=================== ] 1296/4056 31% [=================== ] 1297/4056 31% [=================== ] 1298/4056 32% [=================== ] 1299/4056 32% [=================== ] 1300/4056 32% [=================== ] 1301/4056 32% [=================== ] 1302/4056 32% [=================== ] 1303/4056 32% [=================== ] 1304/4056 32% [=================== ] 1305/4056 32% [=================== ] 1306/4056 32% [=================== ] 1307/4056 32% [=================== ] 1308/4056 32% [==================== ] 1309/4056 32% [==================== ] 1310/4056 32% [==================== ] 1311/4056 32% [==================== ] 1312/4056 32% [==================== ] 1313/4056 32% [==================== ] 1314/4056 32% [==================== ] 1315/4056 32% [==================== ] 1316/4056 32% [==================== ] 1317/4056 32% [==================== ] 1318/4056 32% [==================== ] 1319/4056 32% [==================== ] 1320/4056 32% [==================== ] 1321/4056 32% [==================== ] 1322/4056 32% [==================== ] 1323/4056 32% [==================== ] 1324/4056 32% [==================== ] 1325/4056 32% [==================== ] 1326/4056 32% [==================== ] 1327/4056 32% [==================== ] 1328/4056 32% [==================== ] 1329/4056 32% [==================== ] 1330/4056 32% [==================== ] 1331/4056 32% [==================== ] 1332/4056 32% [==================== ] 1333/4056 32% [==================== ] 1334/4056 32% [==================== ] 1335/4056 32% [==================== ] 1336/4056 32% [==================== ] 1337/4056 32% [==================== ] 1338/4056 32% [==================== ] 1339/4056 33% [==================== ] 1340/4056 33% [==================== ] 1341/4056 33% [==================== ] 1342/4056 33% [==================== ] 1343/4056 33% [==================== ] 1344/4056 33% [==================== ] 1345/4056 33% [==================== ] 1346/4056 33% [==================== ] 1347/4056 33% [==================== ] 1348/4056 33% [==================== ] 1349/4056 33% [==================== ] 1350/4056 33% [==================== ] 1351/4056 33% [==================== ] 1352/4056 33% [==================== ] 1353/4056 33% [==================== ] 1354/4056 33% [==================== ] 1355/4056 33% [==================== ] 1356/4056 33% [==================== ] 1357/4056 33% [==================== ] 1358/4056 33% [==================== ] 1359/4056 33% [==================== ] 1360/4056 33% [==================== ] 1361/4056 33% [==================== ] 1362/4056 33% [==================== ] 1363/4056 33% [==================== ] 1364/4056 33% [==================== ] 1365/4056 33% [==================== ] 1366/4056 33% [==================== ] 1367/4056 33% [==================== ] 1368/4056 33% [==================== ] 1369/4056 33% [==================== ] 1370/4056 33% [==================== ] 1371/4056 33% [==================== ] 1372/4056 33% [==================== ] 1373/4056 33% [===================== ] 1374/4056 33% [===================== ] 1375/4056 33% [===================== ] 1376/4056 33% [===================== ] 1377/4056 33% [===================== ] 1378/4056 33% [===================== ] 1379/4056 33% [===================== ] 1380/4056 34% [===================== ] 1381/4056 34% [===================== ] 1382/4056 34% [===================== ] 1383/4056 34% [===================== ] 1384/4056 34% [===================== ] 1385/4056 34% [===================== ] 1386/4056 34% [===================== ] 1387/4056 34% [===================== ] 1388/4056 34% [===================== ] 1389/4056 34% [===================== ] 1390/4056 34% [===================== ] 1391/4056 34% [===================== ] 1392/4056 34% [===================== ] 1393/4056 34% [===================== ] 1394/4056 34% [===================== ] 1395/4056 34% [===================== ] 1396/4056 34% [===================== ] 1397/4056 34% [===================== ] 1398/4056 34% [===================== ] 1399/4056 34% [===================== ] 1400/4056 34% [===================== ] 1401/4056 34% [===================== ] 1402/4056 34% [===================== ] 1403/4056 34% [===================== ] 1404/4056 34% [===================== ] 1405/4056 34% [===================== ] 1406/4056 34% [===================== ] 1407/4056 34% [===================== ] 1408/4056 34% [===================== ] 1409/4056 34% [===================== ] 1410/4056 34% [===================== ] 1411/4056 34% [===================== ] 1412/4056 34% [===================== ] 1413/4056 34% [===================== ] 1414/4056 34% [===================== ] 1415/4056 34% [===================== ] 1416/4056 34% [===================== ] 1417/4056 34% [===================== ] 1418/4056 34% [===================== ] 1419/4056 34% [===================== ] 1420/4056 35% [===================== ] 1421/4056 35% [===================== ] 1422/4056 35% [===================== ] 1423/4056 35% [===================== ] 1424/4056 35% [===================== ] 1425/4056 35% [===================== ] 1426/4056 35% [===================== ] 1427/4056 35% [===================== ] 1428/4056 35% [===================== ] 1429/4056 35% [===================== ] 1430/4056 35% [===================== ] 1431/4056 35% [===================== ] 1432/4056 35% [===================== ] 1433/4056 35% [===================== ] 1434/4056 35% [===================== ] 1435/4056 35% [===================== ] 1436/4056 35% [===================== ] 1437/4056 35% [===================== ] 1438/4056 35% [===================== ] 1439/4056 35% [====================== ] 1440/4056 35% [====================== ] 1441/4056 35% [====================== ] 1442/4056 35% [====================== ] 1443/4056 35% [====================== ] 1444/4056 35% [====================== ] 1445/4056 35% [====================== ] 1446/4056 35% [====================== ] 1447/4056 35% [====================== ] 1448/4056 35% [====================== ] 1449/4056 35% [====================== ] 1450/4056 35% [====================== ] 1451/4056 35% [====================== ] 1452/4056 35% [====================== ] 1453/4056 35% [====================== ] 1454/4056 35% [====================== ] 1455/4056 35% [====================== ] 1456/4056 35% [====================== ] 1457/4056 35% [====================== ] 1458/4056 35% [====================== ] 1459/4056 35% [====================== ] 1460/4056 35% [====================== ] 1461/4056 36% [====================== ] 1462/4056 36% [====================== ] 1463/4056 36% [====================== ] 1464/4056 36% [====================== ] 1465/4056 36% [====================== ] 1466/4056 36% [====================== ] 1467/4056 36% [====================== ] 1468/4056 36% [====================== ] 1469/4056 36% [====================== ] 1470/4056 36% [====================== ] 1471/4056 36% [====================== ] 1472/4056 36% [====================== ] 1473/4056 36% [====================== ] 1474/4056 36% [====================== ] 1475/4056 36% [====================== ] 1476/4056 36% [====================== ] 1477/4056 36% [====================== ] 1478/4056 36% [====================== ] 1479/4056 36% [====================== ] 1480/4056 36% [====================== ] 1481/4056 36% [====================== ] 1482/4056 36% [====================== ] 1483/4056 36% [====================== ] 1484/4056 36% [====================== ] 1485/4056 36% [====================== ] 1486/4056 36% [====================== ] 1487/4056 36% [====================== ] 1488/4056 36% [====================== ] 1489/4056 36% [====================== ] 1490/4056 36% [====================== ] 1491/4056 36% [====================== ] 1492/4056 36% [====================== ] 1493/4056 36% [====================== ] 1494/4056 36% [====================== ] 1495/4056 36% [====================== ] 1496/4056 36% [====================== ] 1497/4056 36% [====================== ] 1498/4056 36% [====================== ] 1499/4056 36% [====================== ] 1500/4056 36% [====================== ] 1501/4056 37% [====================== ] 1502/4056 37% [====================== ] 1503/4056 37% [====================== ] 1504/4056 37% [======================= ] 1505/4056 37% [======================= ] 1506/4056 37% [======================= ] 1507/4056 37% [======================= ] 1508/4056 37% [======================= ] 1509/4056 37% [======================= ] 1510/4056 37% [======================= ] 1511/4056 37% [======================= ] 1512/4056 37% [======================= ] 1513/4056 37% [======================= ] 1514/4056 37% [======================= ] 1515/4056 37% [======================= ] 1516/4056 37% [======================= ] 1517/4056 37% [======================= ] 1518/4056 37% [======================= ] 1519/4056 37% [======================= ] 1520/4056 37% [======================= ] 1521/4056 37% [======================= ] 1522/4056 37% [======================= ] 1523/4056 37% [======================= ] 1524/4056 37% [======================= ] 1525/4056 37% [======================= ] 1526/4056 37% [======================= ] 1527/4056 37% [======================= ] 1528/4056 37% [======================= ] 1529/4056 37% [======================= ] 1530/4056 37% [======================= ] 1531/4056 37% [======================= ] 1532/4056 37% [======================= ] 1533/4056 37% [======================= ] 1534/4056 37% [======================= ] 1535/4056 37% [======================= ] 1536/4056 37% [======================= ] 1537/4056 37% [======================= ] 1538/4056 37% [======================= ] 1539/4056 37% [======================= ] 1540/4056 37% [======================= ] 1541/4056 37% [======================= ] 1542/4056 38% [======================= ] 1543/4056 38% [======================= ] 1544/4056 38% [======================= ] 1545/4056 38% [======================= ] 1546/4056 38% [======================= ] 1547/4056 38% [======================= ] 1548/4056 38% [======================= ] 1549/4056 38% [======================= ] 1550/4056 38% [======================= ] 1551/4056 38% [======================= ] 1552/4056 38% [======================= ] 1553/4056 38% [======================= ] 1554/4056 38% [======================= ] 1555/4056 38% [======================= ] 1556/4056 38% [======================= ] 1557/4056 38% [======================= ] 1558/4056 38% [======================= ] 1559/4056 38% [======================= ] 1560/4056 38% [======================= ] 1561/4056 38% [======================= ] 1562/4056 38% [======================= ] 1563/4056 38% [======================= ] 1564/4056 38% [======================= ] 1565/4056 38% [======================= ] 1566/4056 38% [======================= ] 1567/4056 38% [======================= ] 1568/4056 38% [======================= ] 1569/4056 38% [======================= ] 1570/4056 38% [======================== ] 1571/4056 38% [======================== ] 1572/4056 38% [======================== ] 1573/4056 38% [======================== ] 1574/4056 38% [======================== ] 1575/4056 38% [======================== ] 1576/4056 38% [======================== ] 1577/4056 38% [======================== ] 1578/4056 38% [======================== ] 1579/4056 38% [======================== ] 1580/4056 38% [======================== ] 1581/4056 38% [======================== ] 1582/4056 39% [======================== ] 1583/4056 39% [======================== ] 1584/4056 39% [======================== ] 1585/4056 39% [======================== ] 1586/4056 39% [======================== ] 1587/4056 39% [======================== ] 1588/4056 39% [======================== ] 1589/4056 39% [======================== ] 1590/4056 39% [======================== ] 1591/4056 39% [======================== ] 1592/4056 39% [======================== ] 1593/4056 39% [======================== ] 1594/4056 39% [======================== ] 1595/4056 39% [======================== ] 1596/4056 39% [======================== ] 1597/4056 39% [======================== ] 1598/4056 39% [======================== ] 1599/4056 39% [======================== ] 1600/4056 39% [======================== ] 1601/4056 39% [======================== ] 1602/4056 39% [======================== ] 1603/4056 39% [======================== ] 1604/4056 39% [======================== ] 1605/4056 39% [======================== ] 1606/4056 39% [======================== ] 1607/4056 39% [======================== ] 1608/4056 39% [======================== ] 1609/4056 39% [======================== ] 1610/4056 39% [======================== ] 1611/4056 39% [======================== ] 1612/4056 39% [======================== ] 1613/4056 39% [======================== ] 1614/4056 39% [======================== ] 1615/4056 39% [======================== ] 1616/4056 39% [======================== ] 1617/4056 39% [======================== ] 1618/4056 39% [======================== ] 1619/4056 39% [======================== ] 1620/4056 39% [======================== ] 1621/4056 39% [======================== ] 1622/4056 39% [======================== ] 1623/4056 40% [======================== ] 1624/4056 40% [======================== ] 1625/4056 40% [======================== ] 1626/4056 40% [======================== ] 1627/4056 40% [======================== ] 1628/4056 40% [======================== ] 1629/4056 40% [======================== ] 1630/4056 40% [======================== ] 1631/4056 40% [======================== ] 1632/4056 40% [======================== ] 1633/4056 40% [======================== ] 1634/4056 40% [======================== ] 1635/4056 40% [========================= ] 1636/4056 40% [========================= ] 1637/4056 40% [========================= ] 1638/4056 40% [========================= ] 1639/4056 40% [========================= ] 1640/4056 40% [========================= ] 1641/4056 40% [========================= ] 1642/4056 40% [========================= ] 1643/4056 40% [========================= ] 1644/4056 40% [========================= ] 1645/4056 40% [========================= ] 1646/4056 40% [========================= ] 1647/4056 40% [========================= ] 1648/4056 40% [========================= ] 1649/4056 40% [========================= ] 1650/4056 40% [========================= ] 1651/4056 40% [========================= ] 1652/4056 40% [========================= ] 1653/4056 40% [========================= ] 1654/4056 40% [========================= ] 1655/4056 40% [========================= ] 1656/4056 40% [========================= ] 1657/4056 40% [========================= ] 1658/4056 40% [========================= ] 1659/4056 40% [========================= ] 1660/4056 40% [========================= ] 1661/4056 40% [========================= ] 1662/4056 40% [========================= ] 1663/4056 41% [========================= ] 1664/4056 41% [========================= ] 1665/4056 41% [========================= ] 1666/4056 41% [========================= ] 1667/4056 41% [========================= ] 1668/4056 41% [========================= ] 1669/4056 41% [========================= ] 1670/4056 41% [========================= ] 1671/4056 41% [========================= ] 1672/4056 41% [========================= ] 1673/4056 41% [========================= ] 1674/4056 41% [========================= ] 1675/4056 41% [========================= ] 1676/4056 41% [========================= ] 1677/4056 41% [========================= ] 1678/4056 41% [========================= ] 1679/4056 41% [========================= ] 1680/4056 41% [========================= ] 1681/4056 41% [========================= ] 1682/4056 41% [========================= ] 1683/4056 41% [========================= ] 1684/4056 41% [========================= ] 1685/4056 41% [========================= ] 1686/4056 41% [========================= ] 1687/4056 41% [========================= ] 1688/4056 41% [========================= ] 1689/4056 41% [========================= ] 1690/4056 41% [========================= ] 1691/4056 41% [========================= ] 1692/4056 41% [========================= ] 1693/4056 41% [========================= ] 1694/4056 41% [========================= ] 1695/4056 41% [========================= ] 1696/4056 41% [========================= ] 1697/4056 41% [========================= ] 1698/4056 41% [========================= ] 1699/4056 41% [========================= ] 1700/4056 41% [========================== ] 1701/4056 41% [========================== ] 1702/4056 41% [========================== ] 1703/4056 41% [========================== ] 1704/4056 42% [========================== ] 1705/4056 42% [========================== ] 1706/4056 42% [========================== ] 1707/4056 42% [========================== ] 1708/4056 42% [========================== ] 1709/4056 42% [========================== ] 1710/4056 42% [========================== ] 1711/4056 42% [========================== ] 1712/4056 42% [========================== ] 1713/4056 42% [========================== ] 1714/4056 42% [========================== ] 1715/4056 42% [========================== ] 1716/4056 42% [========================== ] 1717/4056 42% [========================== ] 1718/4056 42% [========================== ] 1719/4056 42% [========================== ] 1720/4056 42% [========================== ] 1721/4056 42% [========================== ] 1722/4056 42% [========================== ] 1723/4056 42% [========================== ] 1724/4056 42% [========================== ] 1725/4056 42% [========================== ] 1726/4056 42% [========================== ] 1727/4056 42% [========================== ] 1728/4056 42% [========================== ] 1729/4056 42% [========================== ] 1730/4056 42% [========================== ] 1731/4056 42% [========================== ] 1732/4056 42% [========================== ] 1733/4056 42% [========================== ] 1734/4056 42% [========================== ] 1735/4056 42% [========================== ] 1736/4056 42% [========================== ] 1737/4056 42% [========================== ] 1738/4056 42% [========================== ] 1739/4056 42% [========================== ] 1740/4056 42% [========================== ] 1741/4056 42% [========================== ] 1742/4056 42% [========================== ] 1743/4056 42% [========================== ] 1744/4056 42% [========================== ] 1745/4056 43% [========================== ] 1746/4056 43% [========================== ] 1747/4056 43% [========================== ] 1748/4056 43% [========================== ] 1749/4056 43% [========================== ] 1750/4056 43% [========================== ] 1751/4056 43% [========================== ] 1752/4056 43% [========================== ] 1753/4056 43% [========================== ] 1754/4056 43% [========================== ] 1755/4056 43% [========================== ] 1756/4056 43% [========================== ] 1757/4056 43% [========================== ] 1758/4056 43% [========================== ] 1759/4056 43% [========================== ] 1760/4056 43% [========================== ] 1761/4056 43% [========================== ] 1762/4056 43% [========================== ] 1763/4056 43% [========================== ] 1764/4056 43% [========================== ] 1765/4056 43% [========================== ] 1766/4056 43% [=========================== ] 1767/4056 43% [=========================== ] 1768/4056 43% [=========================== ] 1769/4056 43% [=========================== ] 1770/4056 43% [=========================== ] 1771/4056 43% [=========================== ] 1772/4056 43% [=========================== ] 1773/4056 43% [=========================== ] 1774/4056 43% [=========================== ] 1775/4056 43% [=========================== ] 1776/4056 43% [=========================== ] 1777/4056 43% [=========================== ] 1778/4056 43% [=========================== ] 1779/4056 43% [=========================== ] 1780/4056 43% [=========================== ] 1781/4056 43% [=========================== ] 1782/4056 43% [=========================== ] 1783/4056 43% [=========================== ] 1784/4056 43% [=========================== ] 1785/4056 44% [=========================== ] 1786/4056 44% [=========================== ] 1787/4056 44% [=========================== ] 1788/4056 44% [=========================== ] 1789/4056 44% [=========================== ] 1790/4056 44% [=========================== ] 1791/4056 44% [=========================== ] 1792/4056 44% [=========================== ] 1793/4056 44% [=========================== ] 1794/4056 44% [=========================== ] 1795/4056 44% [=========================== ] 1796/4056 44% [=========================== ] 1797/4056 44% [=========================== ] 1798/4056 44% [=========================== ] 1799/4056 44% [=========================== ] 1800/4056 44% [=========================== ] 1801/4056 44% [=========================== ] 1802/4056 44% [=========================== ] 1803/4056 44% [=========================== ] 1804/4056 44% [=========================== ] 1805/4056 44% [=========================== ] 1806/4056 44% [=========================== ] 1807/4056 44% [=========================== ] 1808/4056 44% [=========================== ] 1809/4056 44% [=========================== ] 1810/4056 44% [=========================== ] 1811/4056 44% [=========================== ] 1812/4056 44% [=========================== ] 1813/4056 44% [=========================== ] 1814/4056 44% [=========================== ] 1815/4056 44% [=========================== ] 1816/4056 44% [=========================== ] 1817/4056 44% [=========================== ] 1818/4056 44% [=========================== ] 1819/4056 44% [=========================== ] 1820/4056 44% [=========================== ] 1821/4056 44% [=========================== ] 1822/4056 44% [=========================== ] 1823/4056 44% [=========================== ] 1824/4056 44% [=========================== ] 1825/4056 44% [=========================== ] 1826/4056 45% [=========================== ] 1827/4056 45% [=========================== ] 1828/4056 45% [=========================== ] 1829/4056 45% [=========================== ] 1830/4056 45% [=========================== ] 1831/4056 45% [============================ ] 1832/4056 45% [============================ ] 1833/4056 45% [============================ ] 1834/4056 45% [============================ ] 1835/4056 45% [============================ ] 1836/4056 45% [============================ ] 1837/4056 45% [============================ ] 1838/4056 45% [============================ ] 1839/4056 45% [============================ ] 1840/4056 45% [============================ ] 1841/4056 45% [============================ ] 1842/4056 45% [============================ ] 1843/4056 45% [============================ ] 1844/4056 45% [============================ ] 1845/4056 45% [============================ ] 1846/4056 45% [============================ ] 1847/4056 45% [============================ ] 1848/4056 45% [============================ ] 1849/4056 45% [============================ ] 1850/4056 45% [============================ ] 1851/4056 45% [============================ ] 1852/4056 45% [============================ ] 1853/4056 45% [============================ ] 1854/4056 45% [============================ ] 1855/4056 45% [============================ ] 1856/4056 45% [============================ ] 1857/4056 45% [============================ ] 1858/4056 45% [============================ ] 1859/4056 45% [============================ ] 1860/4056 45% [============================ ] 1861/4056 45% [============================ ] 1862/4056 45% [============================ ] 1863/4056 45% [============================ ] 1864/4056 45% [============================ ] 1865/4056 45% [============================ ] 1866/4056 46% [============================ ] 1867/4056 46% [============================ ] 1868/4056 46% [============================ ] 1869/4056 46% [============================ ] 1870/4056 46% [============================ ] 1871/4056 46% [============================ ] 1872/4056 46% [============================ ] 1873/4056 46% [============================ ] 1874/4056 46% [============================ ] 1875/4056 46% [============================ ] 1876/4056 46% [============================ ] 1877/4056 46% [============================ ] 1878/4056 46% [============================ ] 1879/4056 46% [============================ ] 1880/4056 46% [============================ ] 1881/4056 46% [============================ ] 1882/4056 46% [============================ ] 1883/4056 46% [============================ ] 1884/4056 46% [============================ ] 1885/4056 46% [============================ ] 1886/4056 46% [============================ ] 1887/4056 46% [============================ ] 1888/4056 46% [============================ ] 1889/4056 46% [============================ ] 1890/4056 46% [============================ ] 1891/4056 46% [============================ ] 1892/4056 46% [============================ ] 1893/4056 46% [============================ ] 1894/4056 46% [============================ ] 1895/4056 46% [============================ ] 1896/4056 46% [============================ ] 1897/4056 46% [============================= ] 1898/4056 46% [============================= ] 1899/4056 46% [============================= ] 1900/4056 46% [============================= ] 1901/4056 46% [============================= ] 1902/4056 46% [============================= ] 1903/4056 46% [============================= ] 1904/4056 46% [============================= ] 1905/4056 46% [============================= ] 1906/4056 46% [============================= ] 1907/4056 47% [============================= ] 1908/4056 47% [============================= ] 1909/4056 47% [============================= ] 1910/4056 47% [============================= ] 1911/4056 47% [============================= ] 1912/4056 47% [============================= ] 1913/4056 47% [============================= ] 1914/4056 47% [============================= ] 1915/4056 47% [============================= ] 1916/4056 47% [============================= ] 1917/4056 47% [============================= ] 1918/4056 47% [============================= ] 1919/4056 47% [============================= ] 1920/4056 47% [============================= ] 1921/4056 47% [============================= ] 1922/4056 47% [============================= ] 1923/4056 47% [============================= ] 1924/4056 47% [============================= ] 1925/4056 47% [============================= ] 1926/4056 47% [============================= ] 1927/4056 47% [============================= ] 1928/4056 47% [============================= ] 1929/4056 47% [============================= ] 1930/4056 47% [============================= ] 1931/4056 47% [============================= ] 1932/4056 47% [============================= ] 1933/4056 47% [============================= ] 1934/4056 47% [============================= ] 1935/4056 47% [============================= ] 1936/4056 47% [============================= ] 1937/4056 47% [============================= ] 1938/4056 47% [============================= ] 1939/4056 47% [============================= ] 1940/4056 47% [============================= ] 1941/4056 47% [============================= ] 1942/4056 47% [============================= ] 1943/4056 47% [============================= ] 1944/4056 47% [============================= ] 1945/4056 47% [============================= ] 1946/4056 47% [============================= ] 1947/4056 48% [============================= ] 1948/4056 48% [============================= ] 1949/4056 48% [============================= ] 1950/4056 48% [============================= ] 1951/4056 48% [============================= ] 1952/4056 48% [============================= ] 1953/4056 48% [============================= ] 1954/4056 48% [============================= ] 1955/4056 48% [============================= ] 1956/4056 48% [============================= ] 1957/4056 48% [============================= ] 1958/4056 48% [============================= ] 1959/4056 48% [============================= ] 1960/4056 48% [============================= ] 1961/4056 48% [============================= ] 1962/4056 48% [============================== ] 1963/4056 48% [============================== ] 1964/4056 48% [============================== ] 1965/4056 48% [============================== ] 1966/4056 48% [============================== ] 1967/4056 48% [============================== ] 1968/4056 48% [============================== ] 1969/4056 48% [============================== ] 1970/4056 48% [============================== ] 1971/4056 48% [============================== ] 1972/4056 48% [============================== ] 1973/4056 48% [============================== ] 1974/4056 48% [============================== ] 1975/4056 48% [============================== ] 1976/4056 48% [============================== ] 1977/4056 48% [============================== ] 1978/4056 48% [============================== ] 1979/4056 48% [============================== ] 1980/4056 48% [============================== ] 1981/4056 48% [============================== ] 1982/4056 48% [============================== ] 1983/4056 48% [============================== ] 1984/4056 48% [============================== ] 1985/4056 48% [============================== ] 1986/4056 48% [============================== ] 1987/4056 48% [============================== ] 1988/4056 49% [============================== ] 1989/4056 49% [============================== ] 1990/4056 49% [============================== ] 1991/4056 49% [============================== ] 1992/4056 49% [============================== ] 1993/4056 49% [============================== ] 1994/4056 49% [============================== ] 1995/4056 49% [============================== ] 1996/4056 49% [============================== ] 1997/4056 49% [============================== ] 1998/4056 49% [============================== ] 1999/4056 49% [============================== ] 2000/4056 49% [============================== ] 2001/4056 49% [============================== ] 2002/4056 49% [============================== ] 2003/4056 49% [============================== ] 2004/4056 49% [============================== ] 2005/4056 49% [============================== ] 2006/4056 49% [============================== ] 2007/4056 49% [============================== ] 2008/4056 49% [============================== ] 2009/4056 49% [============================== ] 2010/4056 49% [============================== ] 2011/4056 49% [============================== ] 2012/4056 49% [============================== ] 2013/4056 49% [============================== ] 2014/4056 49% [============================== ] 2015/4056 49% [============================== ] 2016/4056 49% [============================== ] 2017/4056 49% [============================== ] 2018/4056 49% [============================== ] 2019/4056 49% [============================== ] 2020/4056 49% [============================== ] 2021/4056 49% [============================== ] 2022/4056 49% [============================== ] 2023/4056 49% [============================== ] 2024/4056 49% [============================== ] 2025/4056 49% [============================== ] 2026/4056 49% [============================== ] 2027/4056 49% [=============================== ] 2028/4056 50% [=============================== ] 2029/4056 50% [=============================== ] 2030/4056 50% [=============================== ] 2031/4056 50% [=============================== ] 2032/4056 50% [=============================== ] 2033/4056 50% [=============================== ] 2034/4056 50% [=============================== ] 2035/4056 50% [=============================== ] 2036/4056 50% [=============================== ] 2037/4056 50% [=============================== ] 2038/4056 50% [=============================== ] 2039/4056 50% [=============================== ] 2040/4056 50% [=============================== ] 2041/4056 50% [=============================== ] 2042/4056 50% [=============================== ] 2043/4056 50% [=============================== ] 2044/4056 50% [=============================== ] 2045/4056 50% [=============================== ] 2046/4056 50% [=============================== ] 2047/4056 50% [=============================== ] 2048/4056 50% [=============================== ] 2049/4056 50% [=============================== ] 2050/4056 50% [=============================== ] 2051/4056 50% [=============================== ] 2052/4056 50% [=============================== ] 2053/4056 50% [=============================== ] 2054/4056 50% [=============================== ] 2055/4056 50% [=============================== ] 2056/4056 50% [=============================== ] 2057/4056 50% [=============================== ] 2058/4056 50% [=============================== ] 2059/4056 50% [=============================== ] 2060/4056 50% [=============================== ] 2061/4056 50% [=============================== ] 2062/4056 50% [=============================== ] 2063/4056 50% [=============================== ] 2064/4056 50% [=============================== ] 2065/4056 50% [=============================== ] 2066/4056 50% [=============================== ] 2067/4056 50% [=============================== ] 2068/4056 50% [=============================== ] 2069/4056 51% [=============================== ] 2070/4056 51% [=============================== ] 2071/4056 51% [=============================== ] 2072/4056 51% [=============================== ] 2073/4056 51% [=============================== ] 2074/4056 51% [=============================== ] 2075/4056 51% [=============================== ] 2076/4056 51% [=============================== ] 2077/4056 51% [=============================== ] 2078/4056 51% [=============================== ] 2079/4056 51% [=============================== ] 2080/4056 51% [=============================== ] 2081/4056 51% [=============================== ] 2082/4056 51% [=============================== ] 2083/4056 51% [=============================== ] 2084/4056 51% [=============================== ] 2085/4056 51% [=============================== ] 2086/4056 51% [=============================== ] 2087/4056 51% [=============================== ] 2088/4056 51% [=============================== ] 2089/4056 51% [=============================== ] 2090/4056 51% [=============================== ] 2091/4056 51% [=============================== ] 2092/4056 51% [=============================== ] 2093/4056 51% [================================ ] 2094/4056 51% [================================ ] 2095/4056 51% [================================ ] 2096/4056 51% [================================ ] 2097/4056 51% [================================ ] 2098/4056 51% [================================ ] 2099/4056 51% [================================ ] 2100/4056 51% [================================ ] 2101/4056 51% [================================ ] 2102/4056 51% [================================ ] 2103/4056 51% [================================ ] 2104/4056 51% [================================ ] 2105/4056 51% [================================ ] 2106/4056 51% [================================ ] 2107/4056 51% [================================ ] 2108/4056 51% [================================ ] 2109/4056 51% [================================ ] 2110/4056 52% [================================ ] 2111/4056 52% [================================ ] 2112/4056 52% [================================ ] 2113/4056 52% [================================ ] 2114/4056 52% [================================ ] 2115/4056 52% [================================ ] 2116/4056 52% [================================ ] 2117/4056 52% [================================ ] 2118/4056 52% [================================ ] 2119/4056 52% [================================ ] 2120/4056 52% [================================ ] 2121/4056 52% [================================ ] 2122/4056 52% [================================ ] 2123/4056 52% [================================ ] 2124/4056 52% [================================ ] 2125/4056 52% [================================ ] 2126/4056 52% [================================ ] 2127/4056 52% [================================ ] 2128/4056 52% [================================ ] 2129/4056 52% [================================ ] 2130/4056 52% [================================ ] 2131/4056 52% [================================ ] 2132/4056 52% [================================ ] 2133/4056 52% [================================ ] 2134/4056 52% [================================ ] 2135/4056 52% [================================ ] 2136/4056 52% [================================ ] 2137/4056 52% [================================ ] 2138/4056 52% [================================ ] 2139/4056 52% [================================ ] 2140/4056 52% [================================ ] 2141/4056 52% [================================ ] 2142/4056 52% [================================ ] 2143/4056 52% [================================ ] 2144/4056 52% [================================ ] 2145/4056 52% [================================ ] 2146/4056 52% [================================ ] 2147/4056 52% [================================ ] 2148/4056 52% [================================ ] 2149/4056 52% [================================ ] 2150/4056 53% [================================ ] 2151/4056 53% [================================ ] 2152/4056 53% [================================ ] 2153/4056 53% [================================ ] 2154/4056 53% [================================ ] 2155/4056 53% [================================ ] 2156/4056 53% [================================ ] 2157/4056 53% [================================ ] 2158/4056 53% [================================= ] 2159/4056 53% [================================= ] 2160/4056 53% [================================= ] 2161/4056 53% [================================= ] 2162/4056 53% [================================= ] 2163/4056 53% [================================= ] 2164/4056 53% [================================= ] 2165/4056 53% [================================= ] 2166/4056 53% [================================= ] 2167/4056 53% [================================= ] 2168/4056 53% [================================= ] 2169/4056 53% [================================= ] 2170/4056 53% [================================= ] 2171/4056 53% [================================= ] 2172/4056 53% [================================= ] 2173/4056 53% [================================= ] 2174/4056 53% [================================= ] 2175/4056 53% [================================= ] 2176/4056 53% [================================= ] 2177/4056 53% [================================= ] 2178/4056 53% [================================= ] 2179/4056 53% [================================= ] 2180/4056 53% [================================= ] 2181/4056 53% [================================= ] 2182/4056 53% [================================= ] 2183/4056 53% [================================= ] 2184/4056 53% [================================= ] 2185/4056 53% [================================= ] 2186/4056 53% [================================= ] 2187/4056 53% [================================= ] 2188/4056 53% [================================= ] 2189/4056 53% [================================= ] 2190/4056 53% [================================= ] 2191/4056 54% [================================= ] 2192/4056 54% [================================= ] 2193/4056 54% [================================= ] 2194/4056 54% [================================= ] 2195/4056 54% [================================= ] 2196/4056 54% [================================= ] 2197/4056 54% [================================= ] 2198/4056 54% [================================= ] 2199/4056 54% [================================= ] 2200/4056 54% [================================= ] 2201/4056 54% [================================= ] 2202/4056 54% [================================= ] 2203/4056 54% [================================= ] 2204/4056 54% [================================= ] 2205/4056 54% [================================= ] 2206/4056 54% [================================= ] 2207/4056 54% [================================= ] 2208/4056 54% [================================= ] 2209/4056 54% [================================= ] 2210/4056 54% [================================= ] 2211/4056 54% [================================= ] 2212/4056 54% [================================= ] 2213/4056 54% [================================= ] 2214/4056 54% [================================= ] 2215/4056 54% [================================= ] 2216/4056 54% [================================= ] 2217/4056 54% [================================= ] 2218/4056 54% [================================= ] 2219/4056 54% [================================= ] 2220/4056 54% [================================= ] 2221/4056 54% [================================= ] 2222/4056 54% [================================= ] 2223/4056 54% [================================= ] 2224/4056 54% [================================== ] 2225/4056 54% [================================== ] 2226/4056 54% [================================== ] 2227/4056 54% [================================== ] 2228/4056 54% [================================== ] 2229/4056 54% [================================== ] 2230/4056 54% [================================== ] 2231/4056 55% [================================== ] 2232/4056 55% [================================== ] 2233/4056 55% [================================== ] 2234/4056 55% [================================== ] 2235/4056 55% [================================== ] 2236/4056 55% [================================== ] 2237/4056 55% [================================== ] 2238/4056 55% [================================== ] 2239/4056 55% [================================== ] 2240/4056 55% [================================== ] 2241/4056 55% [================================== ] 2242/4056 55% [================================== ] 2243/4056 55% [================================== ] 2244/4056 55% [================================== ] 2245/4056 55% [================================== ] 2246/4056 55% [================================== ] 2247/4056 55% [================================== ] 2248/4056 55% [================================== ] 2249/4056 55% [================================== ] 2250/4056 55% [================================== ] 2251/4056 55% [================================== ] 2252/4056 55% [================================== ] 2253/4056 55% [================================== ] 2254/4056 55% [================================== ] 2255/4056 55% [================================== ] 2256/4056 55% [================================== ] 2257/4056 55% [================================== ] 2258/4056 55% [================================== ] 2259/4056 55% [================================== ] 2260/4056 55% [================================== ] 2261/4056 55% [================================== ] 2262/4056 55% [================================== ] 2263/4056 55% [================================== ] 2264/4056 55% [================================== ] 2265/4056 55% [================================== ] 2266/4056 55% [================================== ] 2267/4056 55% [================================== ] 2268/4056 55% [================================== ] 2269/4056 55% [================================== ] 2270/4056 55% [================================== ] 2271/4056 55% [================================== ] 2272/4056 56% [================================== ] 2273/4056 56% [================================== ] 2274/4056 56% [================================== ] 2275/4056 56% [================================== ] 2276/4056 56% [================================== ] 2277/4056 56% [================================== ] 2278/4056 56% [================================== ] 2279/4056 56% [================================== ] 2280/4056 56% [================================== ] 2281/4056 56% [================================== ] 2282/4056 56% [================================== ] 2283/4056 56% [================================== ] 2284/4056 56% [================================== ] 2285/4056 56% [================================== ] 2286/4056 56% [================================== ] 2287/4056 56% [================================== ] 2288/4056 56% [================================== ] 2289/4056 56% [=================================== ] 2290/4056 56% [=================================== ] 2291/4056 56% [=================================== ] 2292/4056 56% [=================================== ] 2293/4056 56% [=================================== ] 2294/4056 56% [=================================== ] 2295/4056 56% [=================================== ] 2296/4056 56% [=================================== ] 2297/4056 56% [=================================== ] 2298/4056 56% [=================================== ] 2299/4056 56% [=================================== ] 2300/4056 56% [=================================== ] 2301/4056 56% [=================================== ] 2302/4056 56% [=================================== ] 2303/4056 56% [=================================== ] 2304/4056 56% [=================================== ] 2305/4056 56% [=================================== ] 2306/4056 56% [=================================== ] 2307/4056 56% [=================================== ] 2308/4056 56% [=================================== ] 2309/4056 56% [=================================== ] 2310/4056 56% [=================================== ] 2311/4056 56% [=================================== ] 2312/4056 57% [=================================== ] 2313/4056 57% [=================================== ] 2314/4056 57% [=================================== ] 2315/4056 57% [=================================== ] 2316/4056 57% [=================================== ] 2317/4056 57% [=================================== ] 2318/4056 57% [=================================== ] 2319/4056 57% [=================================== ] 2320/4056 57% [=================================== ] 2321/4056 57% [=================================== ] 2322/4056 57% [=================================== ] 2323/4056 57% [=================================== ] 2324/4056 57% [=================================== ] 2325/4056 57% [=================================== ] 2326/4056 57% [=================================== ] 2327/4056 57% [=================================== ] 2328/4056 57% [=================================== ] 2329/4056 57% [=================================== ] 2330/4056 57% [=================================== ] 2331/4056 57% [=================================== ] 2332/4056 57% [=================================== ] 2333/4056 57% [=================================== ] 2334/4056 57% [=================================== ] 2335/4056 57% [=================================== ] 2336/4056 57% [=================================== ] 2337/4056 57% [=================================== ] 2338/4056 57% [=================================== ] 2339/4056 57% [=================================== ] 2340/4056 57% [=================================== ] 2341/4056 57% [=================================== ] 2342/4056 57% [=================================== ] 2343/4056 57% [=================================== ] 2344/4056 57% [=================================== ] 2345/4056 57% [=================================== ] 2346/4056 57% [=================================== ] 2347/4056 57% [=================================== ] 2348/4056 57% [=================================== ] 2349/4056 57% [=================================== ] 2350/4056 57% [=================================== ] 2351/4056 57% [=================================== ] 2352/4056 57% [=================================== ] 2353/4056 58% [=================================== ] 2354/4056 58% [=================================== ] 2355/4056 58% [==================================== ] 2356/4056 58% [==================================== ] 2357/4056 58% [==================================== ] 2358/4056 58% [==================================== ] 2359/4056 58% [==================================== ] 2360/4056 58% [==================================== ] 2361/4056 58% [==================================== ] 2362/4056 58% [==================================== ] 2363/4056 58% [==================================== ] 2364/4056 58% [==================================== ] 2365/4056 58% [==================================== ] 2366/4056 58% [==================================== ] 2367/4056 58% [==================================== ] 2368/4056 58% [==================================== ] 2369/4056 58% [==================================== ] 2370/4056 58% [==================================== ] 2371/4056 58% [==================================== ] 2372/4056 58% [==================================== ] 2373/4056 58% [==================================== ] 2374/4056 58% [==================================== ] 2375/4056 58% [==================================== ] 2376/4056 58% [==================================== ] 2377/4056 58% [==================================== ] 2378/4056 58% [==================================== ] 2379/4056 58% [==================================== ] 2380/4056 58% [==================================== ] 2381/4056 58% [==================================== ] 2382/4056 58% [==================================== ] 2383/4056 58% [==================================== ] 2384/4056 58% [==================================== ] 2385/4056 58% [==================================== ] 2386/4056 58% [==================================== ] 2387/4056 58% [==================================== ] 2388/4056 58% [==================================== ] 2389/4056 58% [==================================== ] 2390/4056 58% [==================================== ] 2391/4056 58% [==================================== ] 2392/4056 58% [==================================== ] 2393/4056 58% [==================================== ] 2394/4056 59% [==================================== ] 2395/4056 59% [==================================== ] 2396/4056 59% [==================================== ] 2397/4056 59% [==================================== ] 2398/4056 59% [==================================== ] 2399/4056 59% [==================================== ] 2400/4056 59% [==================================== ] 2401/4056 59% [==================================== ] 2402/4056 59% [==================================== ] 2403/4056 59% [==================================== ] 2404/4056 59% [==================================== ] 2405/4056 59% [==================================== ] 2406/4056 59% [==================================== ] 2407/4056 59% [==================================== ] 2408/4056 59% [==================================== ] 2409/4056 59% [==================================== ] 2410/4056 59% [==================================== ] 2411/4056 59% [==================================== ] 2412/4056 59% [==================================== ] 2413/4056 59% [==================================== ] 2414/4056 59% [==================================== ] 2415/4056 59% [==================================== ] 2416/4056 59% [==================================== ] 2417/4056 59% [==================================== ] 2418/4056 59% [==================================== ] 2419/4056 59% [==================================== ] 2420/4056 59% [===================================== ] 2421/4056 59% [===================================== ] 2422/4056 59% [===================================== ] 2423/4056 59% [===================================== ] 2424/4056 59% [===================================== ] 2425/4056 59% [===================================== ] 2426/4056 59% [===================================== ] 2427/4056 59% [===================================== ] 2428/4056 59% [===================================== ] 2429/4056 59% [===================================== ] 2430/4056 59% [===================================== ] 2431/4056 59% [===================================== ] 2432/4056 59% [===================================== ] 2433/4056 59% [===================================== ] 2434/4056 60% [===================================== ] 2435/4056 60% [===================================== ] 2436/4056 60% [===================================== ] 2437/4056 60% [===================================== ] 2438/4056 60% [===================================== ] 2439/4056 60% [===================================== ] 2440/4056 60% [===================================== ] 2441/4056 60% [===================================== ] 2442/4056 60% [===================================== ] 2443/4056 60% [===================================== ] 2444/4056 60% [===================================== ] 2445/4056 60% [===================================== ] 2446/4056 60% [===================================== ] 2447/4056 60% [===================================== ] 2448/4056 60% [===================================== ] 2449/4056 60% [===================================== ] 2450/4056 60% [===================================== ] 2451/4056 60% [===================================== ] 2452/4056 60% [===================================== ] 2453/4056 60% [===================================== ] 2454/4056 60% [===================================== ] 2455/4056 60% [===================================== ] 2456/4056 60% [===================================== ] 2457/4056 60% [===================================== ] 2458/4056 60% [===================================== ] 2459/4056 60% [===================================== ] 2460/4056 60% [===================================== ] 2461/4056 60% [===================================== ] 2462/4056 60% [===================================== ] 2463/4056 60% [===================================== ] 2464/4056 60% [===================================== ] 2465/4056 60% [===================================== ] 2466/4056 60% [===================================== ] 2467/4056 60% [===================================== ] 2468/4056 60% [===================================== ] 2469/4056 60% [===================================== ] 2470/4056 60% [===================================== ] 2471/4056 60% [===================================== ] 2472/4056 60% [===================================== ] 2473/4056 60% [===================================== ] 2474/4056 60% [===================================== ] 2475/4056 61% [===================================== ] 2476/4056 61% [===================================== ] 2477/4056 61% [===================================== ] 2478/4056 61% [===================================== ] 2479/4056 61% [===================================== ] 2480/4056 61% [===================================== ] 2481/4056 61% [===================================== ] 2482/4056 61% [===================================== ] 2483/4056 61% [===================================== ] 2484/4056 61% [===================================== ] 2485/4056 61% [====================================== ] 2486/4056 61% [====================================== ] 2487/4056 61% [====================================== ] 2488/4056 61% [====================================== ] 2489/4056 61% [====================================== ] 2490/4056 61% [====================================== ] 2491/4056 61% [====================================== ] 2492/4056 61% [====================================== ] 2493/4056 61% [====================================== ] 2494/4056 61% [====================================== ] 2495/4056 61% [====================================== ] 2496/4056 61% [====================================== ] 2497/4056 61% [====================================== ] 2498/4056 61% [====================================== ] 2499/4056 61% [====================================== ] 2500/4056 61% [====================================== ] 2501/4056 61% [====================================== ] 2502/4056 61% [====================================== ] 2503/4056 61% [====================================== ] 2504/4056 61% [====================================== ] 2505/4056 61% [====================================== ] 2506/4056 61% [====================================== ] 2507/4056 61% [====================================== ] 2508/4056 61% [====================================== ] 2509/4056 61% [====================================== ] 2510/4056 61% [====================================== ] 2511/4056 61% [====================================== ] 2512/4056 61% [====================================== ] 2513/4056 61% [====================================== ] 2514/4056 61% [====================================== ] 2515/4056 62% [====================================== ] 2516/4056 62% [====================================== ] 2517/4056 62% [====================================== ] 2518/4056 62% [====================================== ] 2519/4056 62% [====================================== ] 2520/4056 62% [====================================== ] 2521/4056 62% [====================================== ] 2522/4056 62% [====================================== ] 2523/4056 62% [====================================== ] 2524/4056 62% [====================================== ] 2525/4056 62% [====================================== ] 2526/4056 62% [====================================== ] 2527/4056 62% [====================================== ] 2528/4056 62% [====================================== ] 2529/4056 62% [====================================== ] 2530/4056 62% [====================================== ] 2531/4056 62% [====================================== ] 2532/4056 62% [====================================== ] 2533/4056 62% [====================================== ] 2534/4056 62% [====================================== ] 2535/4056 62% [====================================== ] 2536/4056 62% [====================================== ] 2537/4056 62% [====================================== ] 2538/4056 62% [====================================== ] 2539/4056 62% [====================================== ] 2540/4056 62% [====================================== ] 2541/4056 62% [====================================== ] 2542/4056 62% [====================================== ] 2543/4056 62% [====================================== ] 2544/4056 62% [====================================== ] 2545/4056 62% [====================================== ] 2546/4056 62% [====================================== ] 2547/4056 62% [====================================== ] 2548/4056 62% [====================================== ] 2549/4056 62% [====================================== ] 2550/4056 62% [====================================== ] 2551/4056 62% [======================================= ] 2552/4056 62% [======================================= ] 2553/4056 62% [======================================= ] 2554/4056 62% [======================================= ] 2555/4056 62% [======================================= ] 2556/4056 63% [======================================= ] 2557/4056 63% [======================================= ] 2558/4056 63% [======================================= ] 2559/4056 63% [======================================= ] 2560/4056 63% [======================================= ] 2561/4056 63% [======================================= ] 2562/4056 63% [======================================= ] 2563/4056 63% [======================================= ] 2564/4056 63% [======================================= ] 2565/4056 63% [======================================= ] 2566/4056 63% [======================================= ] 2567/4056 63% [======================================= ] 2568/4056 63% [======================================= ] 2569/4056 63% [======================================= ] 2570/4056 63% [======================================= ] 2571/4056 63% [======================================= ] 2572/4056 63% [======================================= ] 2573/4056 63% [======================================= ] 2574/4056 63% [======================================= ] 2575/4056 63% [======================================= ] 2576/4056 63% [======================================= ] 2577/4056 63% [======================================= ] 2578/4056 63% [======================================= ] 2579/4056 63% [======================================= ] 2580/4056 63% [======================================= ] 2581/4056 63% [======================================= ] 2582/4056 63% [======================================= ] 2583/4056 63% [======================================= ] 2584/4056 63% [======================================= ] 2585/4056 63% [======================================= ] 2586/4056 63% [======================================= ] 2587/4056 63% [======================================= ] 2588/4056 63% [======================================= ] 2589/4056 63% [======================================= ] 2590/4056 63% [======================================= ] 2591/4056 63% [======================================= ] 2592/4056 63% [======================================= ] 2593/4056 63% [======================================= ] 2594/4056 63% [======================================= ] 2595/4056 63% [======================================= ] 2596/4056 64% [======================================= ] 2597/4056 64% [======================================= ] 2598/4056 64% [======================================= ] 2599/4056 64% [======================================= ] 2600/4056 64% [======================================= ] 2601/4056 64% [======================================= ] 2602/4056 64% [======================================= ] 2603/4056 64% [======================================= ] 2604/4056 64% [======================================= ] 2605/4056 64% [======================================= ] 2606/4056 64% [======================================= ] 2607/4056 64% [======================================= ] 2608/4056 64% [======================================= ] 2609/4056 64% [======================================= ] 2610/4056 64% [======================================= ] 2611/4056 64% [======================================= ] 2612/4056 64% [======================================= ] 2613/4056 64% [======================================= ] 2614/4056 64% [======================================= ] 2615/4056 64% [======================================= ] 2616/4056 64% [======================================== ] 2617/4056 64% [======================================== ] 2618/4056 64% [======================================== ] 2619/4056 64% [======================================== ] 2620/4056 64% [======================================== ] 2621/4056 64% [======================================== ] 2622/4056 64% [======================================== ] 2623/4056 64% [======================================== ] 2624/4056 64% [======================================== ] 2625/4056 64% [======================================== ] 2626/4056 64% [======================================== ] 2627/4056 64% [======================================== ] 2628/4056 64% [======================================== ] 2629/4056 64% [======================================== ] 2630/4056 64% [======================================== ] 2631/4056 64% [======================================== ] 2632/4056 64% [======================================== ] 2633/4056 64% [======================================== ] 2634/4056 64% [======================================== ] 2635/4056 64% [======================================== ] 2636/4056 64% [======================================== ] 2637/4056 65% [======================================== ] 2638/4056 65% [======================================== ] 2639/4056 65% [======================================== ] 2640/4056 65% [======================================== ] 2641/4056 65% [======================================== ] 2642/4056 65% [======================================== ] 2643/4056 65% [======================================== ] 2644/4056 65% [======================================== ] 2645/4056 65% [======================================== ] 2646/4056 65% [======================================== ] 2647/4056 65% [======================================== ] 2648/4056 65% [======================================== ] 2649/4056 65% [======================================== ] 2650/4056 65% [======================================== ] 2651/4056 65% [======================================== ] 2652/4056 65% [======================================== ] 2653/4056 65% [======================================== ] 2654/4056 65% [======================================== ] 2655/4056 65% [======================================== ] 2656/4056 65% [======================================== ] 2657/4056 65% [======================================== ] 2658/4056 65% [======================================== ] 2659/4056 65% [======================================== ] 2660/4056 65% [======================================== ] 2661/4056 65% [======================================== ] 2662/4056 65% [======================================== ] 2663/4056 65% [======================================== ] 2664/4056 65% [======================================== ] 2665/4056 65% [======================================== ] 2666/4056 65% [======================================== ] 2667/4056 65% [======================================== ] 2668/4056 65% [======================================== ] 2669/4056 65% [======================================== ] 2670/4056 65% [======================================== ] 2671/4056 65% [======================================== ] 2672/4056 65% [======================================== ] 2673/4056 65% [======================================== ] 2674/4056 65% [======================================== ] 2675/4056 65% [======================================== ] 2676/4056 65% [======================================== ] 2677/4056 66% [======================================== ] 2678/4056 66% [======================================== ] 2679/4056 66% [======================================== ] 2680/4056 66% [======================================== ] 2681/4056 66% [======================================== ] 2682/4056 66% [========================================= ] 2683/4056 66% [========================================= ] 2684/4056 66% [========================================= ] 2685/4056 66% [========================================= ] 2686/4056 66% [========================================= ] 2687/4056 66% [========================================= ] 2688/4056 66% [========================================= ] 2689/4056 66% [========================================= ] 2690/4056 66% [========================================= ] 2691/4056 66% [========================================= ] 2692/4056 66% [========================================= ] 2693/4056 66% [========================================= ] 2694/4056 66% [========================================= ] 2695/4056 66% [========================================= ] 2696/4056 66% [========================================= ] 2697/4056 66% [========================================= ] 2698/4056 66% [========================================= ] 2699/4056 66% [========================================= ] 2700/4056 66% [========================================= ] 2701/4056 66% [========================================= ] 2702/4056 66% [========================================= ] 2703/4056 66% [========================================= ] 2704/4056 66% [========================================= ] 2705/4056 66% [========================================= ] 2706/4056 66% [========================================= ] 2707/4056 66% [========================================= ] 2708/4056 66% [========================================= ] 2709/4056 66% [========================================= ] 2710/4056 66% [========================================= ] 2711/4056 66% [========================================= ] 2712/4056 66% [========================================= ] 2713/4056 66% [========================================= ] 2714/4056 66% [========================================= ] 2715/4056 66% [========================================= ] 2716/4056 66% [========================================= ] 2717/4056 66% [========================================= ] 2718/4056 67% [========================================= ] 2719/4056 67% [========================================= ] 2720/4056 67% [========================================= ] 2721/4056 67% [========================================= ] 2722/4056 67% [========================================= ] 2723/4056 67% [========================================= ] 2724/4056 67% [========================================= ] 2725/4056 67% [========================================= ] 2726/4056 67% [========================================= ] 2727/4056 67% [========================================= ] 2728/4056 67% [========================================= ] 2729/4056 67% [========================================= ] 2730/4056 67% [========================================= ] 2731/4056 67% [========================================= ] 2732/4056 67% [========================================= ] 2733/4056 67% [========================================= ] 2734/4056 67% [========================================= ] 2735/4056 67% [========================================= ] 2736/4056 67% [========================================= ] 2737/4056 67% [========================================= ] 2738/4056 67% [========================================= ] 2739/4056 67% [========================================= ] 2740/4056 67% [========================================= ] 2741/4056 67% [========================================= ] 2742/4056 67% [========================================= ] 2743/4056 67% [========================================= ] 2744/4056 67% [========================================= ] 2745/4056 67% [========================================= ] 2746/4056 67% [========================================= ] 2747/4056 67% [========================================== ] 2748/4056 67% [========================================== ] 2749/4056 67% [========================================== ] 2750/4056 67% [========================================== ] 2751/4056 67% [========================================== ] 2752/4056 67% [========================================== ] 2753/4056 67% [========================================== ] 2754/4056 67% [========================================== ] 2755/4056 67% [========================================== ] 2756/4056 67% [========================================== ] 2757/4056 67% [========================================== ] 2758/4056 67% [========================================== ] 2759/4056 68% [========================================== ] 2760/4056 68% [========================================== ] 2761/4056 68% [========================================== ] 2762/4056 68% [========================================== ] 2763/4056 68% [========================================== ] 2764/4056 68% [========================================== ] 2765/4056 68% [========================================== ] 2766/4056 68% [========================================== ] 2767/4056 68% [========================================== ] 2768/4056 68% [========================================== ] 2769/4056 68% [========================================== ] 2770/4056 68% [========================================== ] 2771/4056 68% [========================================== ] 2772/4056 68% [========================================== ] 2773/4056 68% [========================================== ] 2774/4056 68% [========================================== ] 2775/4056 68% [========================================== ] 2776/4056 68% [========================================== ] 2777/4056 68% [========================================== ] 2778/4056 68% [========================================== ] 2779/4056 68% [========================================== ] 2780/4056 68% [========================================== ] 2781/4056 68% [========================================== ] 2782/4056 68% [========================================== ] 2783/4056 68% [========================================== ] 2784/4056 68% [========================================== ] 2785/4056 68% [========================================== ] 2786/4056 68% [========================================== ] 2787/4056 68% [========================================== ] 2788/4056 68% [========================================== ] 2789/4056 68% [========================================== ] 2790/4056 68% [========================================== ] 2791/4056 68% [========================================== ] 2792/4056 68% [========================================== ] 2793/4056 68% [========================================== ] 2794/4056 68% [========================================== ] 2795/4056 68% [========================================== ] 2796/4056 68% [========================================== ] 2797/4056 68% [========================================== ] 2798/4056 68% [========================================== ] 2799/4056 69% [========================================== ] 2800/4056 69% [========================================== ] 2801/4056 69% [========================================== ] 2802/4056 69% [========================================== ] 2803/4056 69% [========================================== ] 2804/4056 69% [========================================== ] 2805/4056 69% [========================================== ] 2806/4056 69% [========================================== ] 2807/4056 69% [========================================== ] 2808/4056 69% [========================================== ] 2809/4056 69% [========================================== ] 2810/4056 69% [========================================== ] 2811/4056 69% [========================================== ] 2812/4056 69% [========================================== ] 2813/4056 69% [=========================================== ] 2814/4056 69% [=========================================== ] 2815/4056 69% [=========================================== ] 2816/4056 69% [=========================================== ] 2817/4056 69% [=========================================== ] 2818/4056 69% [=========================================== ] 2819/4056 69% [=========================================== ] 2820/4056 69% [=========================================== ] 2821/4056 69% [=========================================== ] 2822/4056 69% [=========================================== ] 2823/4056 69% [=========================================== ] 2824/4056 69% [=========================================== ] 2825/4056 69% [=========================================== ] 2826/4056 69% [=========================================== ] 2827/4056 69% [=========================================== ] 2828/4056 69% [=========================================== ] 2829/4056 69% [=========================================== ] 2830/4056 69% [=========================================== ] 2831/4056 69% [=========================================== ] 2832/4056 69% [=========================================== ] 2833/4056 69% [=========================================== ] 2834/4056 69% [=========================================== ] 2835/4056 69% [=========================================== ] 2836/4056 69% [=========================================== ] 2837/4056 69% [=========================================== ] 2838/4056 69% [=========================================== ] 2839/4056 69% [=========================================== ] 2840/4056 70% [=========================================== ] 2841/4056 70% [=========================================== ] 2842/4056 70% [=========================================== ] 2843/4056 70% [=========================================== ] 2844/4056 70% [=========================================== ] 2845/4056 70% [=========================================== ] 2846/4056 70% [=========================================== ] 2847/4056 70% [=========================================== ] 2848/4056 70% [=========================================== ] 2849/4056 70% [=========================================== ] 2850/4056 70% [=========================================== ] 2851/4056 70% [=========================================== ] 2852/4056 70% [=========================================== ] 2853/4056 70% [=========================================== ] 2854/4056 70% [=========================================== ] 2855/4056 70% [=========================================== ] 2856/4056 70% [=========================================== ] 2857/4056 70% [=========================================== ] 2858/4056 70% [=========================================== ] 2859/4056 70% [=========================================== ] 2860/4056 70% [=========================================== ] 2861/4056 70% [=========================================== ] 2862/4056 70% [=========================================== ] 2863/4056 70% [=========================================== ] 2864/4056 70% [=========================================== ] 2865/4056 70% [=========================================== ] 2866/4056 70% [=========================================== ] 2867/4056 70% [=========================================== ] 2868/4056 70% [=========================================== ] 2869/4056 70% [=========================================== ] 2870/4056 70% [=========================================== ] 2871/4056 70% [=========================================== ] 2872/4056 70% [=========================================== ] 2873/4056 70% [=========================================== ] 2874/4056 70% [=========================================== ] 2875/4056 70% [=========================================== ] 2876/4056 70% [=========================================== ] 2877/4056 70% [=========================================== ] 2878/4056 70% [============================================ ] 2879/4056 70% [============================================ ] 2880/4056 71% [============================================ ] 2881/4056 71% [============================================ ] 2882/4056 71% [============================================ ] 2883/4056 71% [============================================ ] 2884/4056 71% [============================================ ] 2885/4056 71% [============================================ ] 2886/4056 71% [============================================ ] 2887/4056 71% [============================================ ] 2888/4056 71% [============================================ ] 2889/4056 71% [============================================ ] 2890/4056 71% [============================================ ] 2891/4056 71% [============================================ ] 2892/4056 71% [============================================ ] 2893/4056 71% [============================================ ] 2894/4056 71% [============================================ ] 2895/4056 71% [============================================ ] 2896/4056 71% [============================================ ] 2897/4056 71% [============================================ ] 2898/4056 71% [============================================ ] 2899/4056 71% [============================================ ] 2900/4056 71% [============================================ ] 2901/4056 71% [============================================ ] 2902/4056 71% [============================================ ] 2903/4056 71% [============================================ ] 2904/4056 71% [============================================ ] 2905/4056 71% [============================================ ] 2906/4056 71% [============================================ ] 2907/4056 71% [============================================ ] 2908/4056 71% [============================================ ] 2909/4056 71% [============================================ ] 2910/4056 71% [============================================ ] 2911/4056 71% [============================================ ] 2912/4056 71% [============================================ ] 2913/4056 71% [============================================ ] 2914/4056 71% [============================================ ] 2915/4056 71% [============================================ ] 2916/4056 71% [============================================ ] 2917/4056 71% [============================================ ] 2918/4056 71% [============================================ ] 2919/4056 71% [============================================ ] 2920/4056 71% [============================================ ] 2921/4056 72% [============================================ ] 2922/4056 72% [============================================ ] 2923/4056 72% [============================================ ] 2924/4056 72% [============================================ ] 2925/4056 72% [============================================ ] 2926/4056 72% [============================================ ] 2927/4056 72% [============================================ ] 2928/4056 72% [============================================ ] 2929/4056 72% [============================================ ] 2930/4056 72% [============================================ ] 2931/4056 72% [============================================ ] 2932/4056 72% [============================================ ] 2933/4056 72% [============================================ ] 2934/4056 72% [============================================ ] 2935/4056 72% [============================================ ] 2936/4056 72% [============================================ ] 2937/4056 72% [============================================ ] 2938/4056 72% [============================================ ] 2939/4056 72% [============================================ ] 2940/4056 72% [============================================ ] 2941/4056 72% [============================================ ] 2942/4056 72% [============================================ ] 2943/4056 72% [============================================= ] 2944/4056 72% [============================================= ] 2945/4056 72% [============================================= ] 2946/4056 72% [============================================= ] 2947/4056 72% [============================================= ] 2948/4056 72% [============================================= ] 2949/4056 72% [============================================= ] 2950/4056 72% [============================================= ] 2951/4056 72% [============================================= ] 2952/4056 72% [============================================= ] 2953/4056 72% [============================================= ] 2954/4056 72% [============================================= ] 2955/4056 72% [============================================= ] 2956/4056 72% [============================================= ] 2957/4056 72% [============================================= ] 2958/4056 72% [============================================= ] 2959/4056 72% [============================================= ] 2960/4056 72% [============================================= ] 2961/4056 73% [============================================= ] 2962/4056 73% [============================================= ] 2963/4056 73% [============================================= ] 2964/4056 73% [============================================= ] 2965/4056 73% [============================================= ] 2966/4056 73% [============================================= ] 2967/4056 73% [============================================= ] 2968/4056 73% [============================================= ] 2969/4056 73% [============================================= ] 2970/4056 73% [============================================= ] 2971/4056 73% [============================================= ] 2972/4056 73% [============================================= ] 2973/4056 73% [============================================= ] 2974/4056 73% [============================================= ] 2975/4056 73% [============================================= ] 2976/4056 73% [============================================= ] 2977/4056 73% [============================================= ] 2978/4056 73% [============================================= ] 2979/4056 73% [============================================= ] 2980/4056 73% [============================================= ] 2981/4056 73% [============================================= ] 2982/4056 73% [============================================= ] 2983/4056 73% [============================================= ] 2984/4056 73% [============================================= ] 2985/4056 73% [============================================= ] 2986/4056 73% [============================================= ] 2987/4056 73% [============================================= ] 2988/4056 73% [============================================= ] 2989/4056 73% [============================================= ] 2990/4056 73% [============================================= ] 2991/4056 73% [============================================= ] 2992/4056 73% [============================================= ] 2993/4056 73% [============================================= ] 2994/4056 73% [============================================= ] 2995/4056 73% [============================================= ] 2996/4056 73% [============================================= ] 2997/4056 73% [============================================= ] 2998/4056 73% [============================================= ] 2999/4056 73% [============================================= ] 3000/4056 73% [============================================= ] 3001/4056 73% [============================================= ] 3002/4056 74% [============================================= ] 3003/4056 74% [============================================= ] 3004/4056 74% [============================================= ] 3005/4056 74% [============================================= ] 3006/4056 74% [============================================= ] 3007/4056 74% [============================================= ] 3008/4056 74% [============================================= ] 3009/4056 74% [============================================== ] 3010/4056 74% [============================================== ] 3011/4056 74% [============================================== ] 3012/4056 74% [============================================== ] 3013/4056 74% [============================================== ] 3014/4056 74% [============================================== ] 3015/4056 74% [============================================== ] 3016/4056 74% [============================================== ] 3017/4056 74% [============================================== ] 3018/4056 74% [============================================== ] 3019/4056 74% [============================================== ] 3020/4056 74% [============================================== ] 3021/4056 74% [============================================== ] 3022/4056 74% [============================================== ] 3023/4056 74% [============================================== ] 3024/4056 74% [============================================== ] 3025/4056 74% [============================================== ] 3026/4056 74% [============================================== ] 3027/4056 74% [============================================== ] 3028/4056 74% [============================================== ] 3029/4056 74% [============================================== ] 3030/4056 74% [============================================== ] 3031/4056 74% [============================================== ] 3032/4056 74% [============================================== ] 3033/4056 74% [============================================== ] 3034/4056 74% [============================================== ] 3035/4056 74% [============================================== ] 3036/4056 74% [============================================== ] 3037/4056 74% [============================================== ] 3038/4056 74% [============================================== ] 3039/4056 74% [============================================== ] 3040/4056 74% [============================================== ] 3041/4056 74% [============================================== ] 3042/4056 75% [============================================== ] 3043/4056 75% [============================================== ] 3044/4056 75% [============================================== ] 3045/4056 75% [============================================== ] 3046/4056 75% [============================================== ] 3047/4056 75% [============================================== ] 3048/4056 75% [============================================== ] 3049/4056 75% [============================================== ] 3050/4056 75% [============================================== ] 3051/4056 75% [============================================== ] 3052/4056 75% [============================================== ] 3053/4056 75% [============================================== ] 3054/4056 75% [============================================== ] 3055/4056 75% [============================================== ] 3056/4056 75% [============================================== ] 3057/4056 75% [============================================== ] 3058/4056 75% [============================================== ] 3059/4056 75% [============================================== ] 3060/4056 75% [============================================== ] 3061/4056 75% [============================================== ] 3062/4056 75% [============================================== ] 3063/4056 75% [============================================== ] 3064/4056 75% [============================================== ] 3065/4056 75% [============================================== ] 3066/4056 75% [============================================== ] 3067/4056 75% [============================================== ] 3068/4056 75% [============================================== ] 3069/4056 75% [============================================== ] 3070/4056 75% [============================================== ] 3071/4056 75% [============================================== ] 3072/4056 75% [============================================== ] 3073/4056 75% [============================================== ] 3074/4056 75% [=============================================== ] 3075/4056 75% [=============================================== ] 3076/4056 75% [=============================================== ] 3077/4056 75% [=============================================== ] 3078/4056 75% [=============================================== ] 3079/4056 75% [=============================================== ] 3080/4056 75% [=============================================== ] 3081/4056 75% [=============================================== ] 3082/4056 75% [=============================================== ] 3083/4056 76% [=============================================== ] 3084/4056 76% [=============================================== ] 3085/4056 76% [=============================================== ] 3086/4056 76% [=============================================== ] 3087/4056 76% [=============================================== ] 3088/4056 76% [=============================================== ] 3089/4056 76% [=============================================== ] 3090/4056 76% [=============================================== ] 3091/4056 76% [=============================================== ] 3092/4056 76% [=============================================== ] 3093/4056 76% [=============================================== ] 3094/4056 76% [=============================================== ] 3095/4056 76% [=============================================== ] 3096/4056 76% [=============================================== ] 3097/4056 76% [=============================================== ] 3098/4056 76% [=============================================== ] 3099/4056 76% [=============================================== ] 3100/4056 76% [=============================================== ] 3101/4056 76% [=============================================== ] 3102/4056 76% [=============================================== ] 3103/4056 76% [=============================================== ] 3104/4056 76% [=============================================== ] 3105/4056 76% [=============================================== ] 3106/4056 76% [=============================================== ] 3107/4056 76% [=============================================== ] 3108/4056 76% [=============================================== ] 3109/4056 76% [=============================================== ] 3110/4056 76% [=============================================== ] 3111/4056 76% [=============================================== ] 3112/4056 76% [=============================================== ] 3113/4056 76% [=============================================== ] 3114/4056 76% [=============================================== ] 3115/4056 76% [=============================================== ] 3116/4056 76% [=============================================== ] 3117/4056 76% [=============================================== ] 3118/4056 76% [=============================================== ] 3119/4056 76% [=============================================== ] 3120/4056 76% [=============================================== ] 3121/4056 76% [=============================================== ] 3122/4056 76% [=============================================== ] 3123/4056 76% [=============================================== ] 3124/4056 77% [=============================================== ] 3125/4056 77% [=============================================== ] 3126/4056 77% [=============================================== ] 3127/4056 77% [=============================================== ] 3128/4056 77% [=============================================== ] 3129/4056 77% [=============================================== ] 3130/4056 77% [=============================================== ] 3131/4056 77% [=============================================== ] 3132/4056 77% [=============================================== ] 3133/4056 77% [=============================================== ] 3134/4056 77% [=============================================== ] 3135/4056 77% [=============================================== ] 3136/4056 77% [=============================================== ] 3137/4056 77% [=============================================== ] 3138/4056 77% [=============================================== ] 3139/4056 77% [=============================================== ] 3140/4056 77% [================================================ ] 3141/4056 77% [================================================ ] 3142/4056 77% [================================================ ] 3143/4056 77% [================================================ ] 3144/4056 77% [================================================ ] 3145/4056 77% [================================================ ] 3146/4056 77% [================================================ ] 3147/4056 77% [================================================ ] 3148/4056 77% [================================================ ] 3149/4056 77% [================================================ ] 3150/4056 77% [================================================ ] 3151/4056 77% [================================================ ] 3152/4056 77% [================================================ ] 3153/4056 77% [================================================ ] 3154/4056 77% [================================================ ] 3155/4056 77% [================================================ ] 3156/4056 77% [================================================ ] 3157/4056 77% [================================================ ] 3158/4056 77% [================================================ ] 3159/4056 77% [================================================ ] 3160/4056 77% [================================================ ] 3161/4056 77% [================================================ ] 3162/4056 77% [================================================ ] 3163/4056 77% [================================================ ] 3164/4056 78% [================================================ ] 3165/4056 78% [================================================ ] 3166/4056 78% [================================================ ] 3167/4056 78% [================================================ ] 3168/4056 78% [================================================ ] 3169/4056 78% [================================================ ] 3170/4056 78% [================================================ ] 3171/4056 78% [================================================ ] 3172/4056 78% [================================================ ] 3173/4056 78% [================================================ ] 3174/4056 78% [================================================ ] 3175/4056 78% [================================================ ] 3176/4056 78% [================================================ ] 3177/4056 78% [================================================ ] 3178/4056 78% [================================================ ] 3179/4056 78% [================================================ ] 3180/4056 78% [================================================ ] 3181/4056 78% [================================================ ] 3182/4056 78% [================================================ ] 3183/4056 78% [================================================ ] 3184/4056 78% [================================================ ] 3185/4056 78% [================================================ ] 3186/4056 78% [================================================ ] 3187/4056 78% [================================================ ] 3188/4056 78% [================================================ ] 3189/4056 78% [================================================ ] 3190/4056 78% [================================================ ] 3191/4056 78% [================================================ ] 3192/4056 78% [================================================ ] 3193/4056 78% [================================================ ] 3194/4056 78% [================================================ ] 3195/4056 78% [================================================ ] 3196/4056 78% [================================================ ] 3197/4056 78% [================================================ ] 3198/4056 78% [================================================ ] 3199/4056 78% [================================================ ] 3200/4056 78% [================================================ ] 3201/4056 78% [================================================ ] 3202/4056 78% [================================================ ] 3203/4056 78% [================================================ ] 3204/4056 78% [================================================ ] 3205/4056 79% [================================================= ] 3206/4056 79% [================================================= ] 3207/4056 79% [================================================= ] 3208/4056 79% [================================================= ] 3209/4056 79% [================================================= ] 3210/4056 79% [================================================= ] 3211/4056 79% [================================================= ] 3212/4056 79% [================================================= ] 3213/4056 79% [================================================= ] 3214/4056 79% [================================================= ] 3215/4056 79% [================================================= ] 3216/4056 79% [================================================= ] 3217/4056 79% [================================================= ] 3218/4056 79% [================================================= ] 3219/4056 79% [================================================= ] 3220/4056 79% [================================================= ] 3221/4056 79% [================================================= ] 3222/4056 79% [================================================= ] 3223/4056 79% [================================================= ] 3224/4056 79% [================================================= ] 3225/4056 79% [================================================= ] 3226/4056 79% [================================================= ] 3227/4056 79% [================================================= ] 3228/4056 79% [================================================= ] 3229/4056 79% [================================================= ] 3230/4056 79% [================================================= ] 3231/4056 79% [================================================= ] 3232/4056 79% [================================================= ] 3233/4056 79% [================================================= ] 3234/4056 79% [================================================= ] 3235/4056 79% [================================================= ] 3236/4056 79% [================================================= ] 3237/4056 79% [================================================= ] 3238/4056 79% [================================================= ] 3239/4056 79% [================================================= ] 3240/4056 79% [================================================= ] 3241/4056 79% [================================================= ] 3242/4056 79% [================================================= ] 3243/4056 79% [================================================= ] 3244/4056 79% [================================================= ] 3245/4056 80% [================================================= ] 3246/4056 80% [================================================= ] 3247/4056 80% [================================================= ] 3248/4056 80% [================================================= ] 3249/4056 80% [================================================= ] 3250/4056 80% [================================================= ] 3251/4056 80% [================================================= ] 3252/4056 80% [================================================= ] 3253/4056 80% [================================================= ] 3254/4056 80% [================================================= ] 3255/4056 80% [================================================= ] 3256/4056 80% [================================================= ] 3257/4056 80% [================================================= ] 3258/4056 80% [================================================= ] 3259/4056 80% [================================================= ] 3260/4056 80% [================================================= ] 3261/4056 80% [================================================= ] 3262/4056 80% [================================================= ] 3263/4056 80% [================================================= ] 3264/4056 80% [================================================= ] 3265/4056 80% [================================================= ] 3266/4056 80% [================================================= ] 3267/4056 80% [================================================= ] 3268/4056 80% [================================================= ] 3269/4056 80% [================================================= ] 3270/4056 80% [================================================== ] 3271/4056 80% [================================================== ] 3272/4056 80% [================================================== ] 3273/4056 80% [================================================== ] 3274/4056 80% [================================================== ] 3275/4056 80% [================================================== ] 3276/4056 80% [================================================== ] 3277/4056 80% [================================================== ] 3278/4056 80% [================================================== ] 3279/4056 80% [================================================== ] 3280/4056 80% [================================================== ] 3281/4056 80% [================================================== ] 3282/4056 80% [================================================== ] 3283/4056 80% [================================================== ] 3284/4056 80% [================================================== ] 3285/4056 80% [================================================== ] 3286/4056 81% [================================================== ] 3287/4056 81% [================================================== ] 3288/4056 81% [================================================== ] 3289/4056 81% [================================================== ] 3290/4056 81% [================================================== ] 3291/4056 81% [================================================== ] 3292/4056 81% [================================================== ] 3293/4056 81% [================================================== ] 3294/4056 81% [================================================== ] 3295/4056 81% [================================================== ] 3296/4056 81% [================================================== ] 3297/4056 81% [================================================== ] 3298/4056 81% [================================================== ] 3299/4056 81% [================================================== ] 3300/4056 81% [================================================== ] 3301/4056 81% [================================================== ] 3302/4056 81% [================================================== ] 3303/4056 81% [================================================== ] 3304/4056 81% [================================================== ] 3305/4056 81% [================================================== ] 3306/4056 81% [================================================== ] 3307/4056 81% [================================================== ] 3308/4056 81% [================================================== ] 3309/4056 81% [================================================== ] 3310/4056 81% [================================================== ] 3311/4056 81% [================================================== ] 3312/4056 81% [================================================== ] 3313/4056 81% [================================================== ] 3314/4056 81% [================================================== ] 3315/4056 81% [================================================== ] 3316/4056 81% [================================================== ] 3317/4056 81% [================================================== ] 3318/4056 81% [================================================== ] 3319/4056 81% [================================================== ] 3320/4056 81% [================================================== ] 3321/4056 81% [================================================== ] 3322/4056 81% [================================================== ] 3323/4056 81% [================================================== ] 3324/4056 81% [================================================== ] 3325/4056 81% [================================================== ] 3326/4056 82% [================================================== ] 3327/4056 82% [================================================== ] 3328/4056 82% [================================================== ] 3329/4056 82% [================================================== ] 3330/4056 82% [================================================== ] 3331/4056 82% [================================================== ] 3332/4056 82% [================================================== ] 3333/4056 82% [================================================== ] 3334/4056 82% [================================================== ] 3335/4056 82% [================================================== ] 3336/4056 82% [=================================================== ] 3337/4056 82% [=================================================== ] 3338/4056 82% [=================================================== ] 3339/4056 82% [=================================================== ] 3340/4056 82% [=================================================== ] 3341/4056 82% [=================================================== ] 3342/4056 82% [=================================================== ] 3343/4056 82% [=================================================== ] 3344/4056 82% [=================================================== ] 3345/4056 82% [=================================================== ] 3346/4056 82% [=================================================== ] 3347/4056 82% [=================================================== ] 3348/4056 82% [=================================================== ] 3349/4056 82% [=================================================== ] 3350/4056 82% [=================================================== ] 3351/4056 82% [=================================================== ] 3352/4056 82% [=================================================== ] 3353/4056 82% [=================================================== ] 3354/4056 82% [=================================================== ] 3355/4056 82% [=================================================== ] 3356/4056 82% [=================================================== ] 3357/4056 82% [=================================================== ] 3358/4056 82% [=================================================== ] 3359/4056 82% [=================================================== ] 3360/4056 82% [=================================================== ] 3361/4056 82% [=================================================== ] 3362/4056 82% [=================================================== ] 3363/4056 82% [=================================================== ] 3364/4056 82% [=================================================== ] 3365/4056 82% [=================================================== ] 3366/4056 82% [=================================================== ] 3367/4056 83% [=================================================== ] 3368/4056 83% [=================================================== ] 3369/4056 83% [=================================================== ] 3370/4056 83% [=================================================== ] 3371/4056 83% [=================================================== ] 3372/4056 83% [=================================================== ] 3373/4056 83% [=================================================== ] 3374/4056 83% [=================================================== ] 3375/4056 83% [=================================================== ] 3376/4056 83% [=================================================== ] 3377/4056 83% [=================================================== ] 3378/4056 83% [=================================================== ] 3379/4056 83% [=================================================== ] 3380/4056 83% [=================================================== ] 3381/4056 83% [=================================================== ] 3382/4056 83% [=================================================== ] 3383/4056 83% [=================================================== ] 3384/4056 83% [=================================================== ] 3385/4056 83% [=================================================== ] 3386/4056 83% [=================================================== ] 3387/4056 83% [=================================================== ] 3388/4056 83% [=================================================== ] 3389/4056 83% [=================================================== ] 3390/4056 83% [=================================================== ] 3391/4056 83% [=================================================== ] 3392/4056 83% [=================================================== ] 3393/4056 83% [=================================================== ] 3394/4056 83% [=================================================== ] 3395/4056 83% [=================================================== ] 3396/4056 83% [=================================================== ] 3397/4056 83% [=================================================== ] 3398/4056 83% [=================================================== ] 3399/4056 83% [=================================================== ] 3400/4056 83% [=================================================== ] 3401/4056 83% [==================================================== ] 3402/4056 83% [==================================================== ] 3403/4056 83% [==================================================== ] 3404/4056 83% [==================================================== ] 3405/4056 83% [==================================================== ] 3406/4056 83% [==================================================== ] 3407/4056 83% [==================================================== ] 3408/4056 84% [==================================================== ] 3409/4056 84% [==================================================== ] 3410/4056 84% [==================================================== ] 3411/4056 84% [==================================================== ] 3412/4056 84% [==================================================== ] 3413/4056 84% [==================================================== ] 3414/4056 84% [==================================================== ] 3415/4056 84% [==================================================== ] 3416/4056 84% [==================================================== ] 3417/4056 84% [==================================================== ] 3418/4056 84% [==================================================== ] 3419/4056 84% [==================================================== ] 3420/4056 84% [==================================================== ] 3421/4056 84% [==================================================== ] 3422/4056 84% [==================================================== ] 3423/4056 84% [==================================================== ] 3424/4056 84% [==================================================== ] 3425/4056 84% [==================================================== ] 3426/4056 84% [==================================================== ] 3427/4056 84% [==================================================== ] 3428/4056 84% [==================================================== ] 3429/4056 84% [==================================================== ] 3430/4056 84% [==================================================== ] 3431/4056 84% [==================================================== ] 3432/4056 84% [==================================================== ] 3433/4056 84% [==================================================== ] 3434/4056 84% [==================================================== ] 3435/4056 84% [==================================================== ] 3436/4056 84% [==================================================== ] 3437/4056 84% [==================================================== ] 3438/4056 84% [==================================================== ] 3439/4056 84% [==================================================== ] 3440/4056 84% [==================================================== ] 3441/4056 84% [==================================================== ] 3442/4056 84% [==================================================== ] 3443/4056 84% [==================================================== ] 3444/4056 84% [==================================================== ] 3445/4056 84% [==================================================== ] 3446/4056 84% [==================================================== ] 3447/4056 84% [==================================================== ] 3448/4056 85% [==================================================== ] 3449/4056 85% [==================================================== ] 3450/4056 85% [==================================================== ] 3451/4056 85% [==================================================== ] 3452/4056 85% [==================================================== ] 3453/4056 85% [==================================================== ] 3454/4056 85% [==================================================== ] 3455/4056 85% [==================================================== ] 3456/4056 85% [==================================================== ] 3457/4056 85% [==================================================== ] 3458/4056 85% [==================================================== ] 3459/4056 85% [==================================================== ] 3460/4056 85% [==================================================== ] 3461/4056 85% [==================================================== ] 3462/4056 85% [==================================================== ] 3463/4056 85% [==================================================== ] 3464/4056 85% [==================================================== ] 3465/4056 85% [==================================================== ] 3466/4056 85% [==================================================== ] 3467/4056 85% [===================================================== ] 3468/4056 85% [===================================================== ] 3469/4056 85% [===================================================== ] 3470/4056 85% [===================================================== ] 3471/4056 85% [===================================================== ] 3472/4056 85% [===================================================== ] 3473/4056 85% [===================================================== ] 3474/4056 85% [===================================================== ] 3475/4056 85% [===================================================== ] 3476/4056 85% [===================================================== ] 3477/4056 85% [===================================================== ] 3478/4056 85% [===================================================== ] 3479/4056 85% [===================================================== ] 3480/4056 85% [===================================================== ] 3481/4056 85% [===================================================== ] 3482/4056 85% [===================================================== ] 3483/4056 85% [===================================================== ] 3484/4056 85% [===================================================== ] 3485/4056 85% [===================================================== ] 3486/4056 85% [===================================================== ] 3487/4056 85% [===================================================== ] 3488/4056 85% [===================================================== ] 3489/4056 86% [===================================================== ] 3490/4056 86% [===================================================== ] 3491/4056 86% [===================================================== ] 3492/4056 86% [===================================================== ] 3493/4056 86% [===================================================== ] 3494/4056 86% [===================================================== ] 3495/4056 86% [===================================================== ] 3496/4056 86% [===================================================== ] 3497/4056 86% [===================================================== ] 3498/4056 86% [===================================================== ] 3499/4056 86% [===================================================== ] 3500/4056 86% [===================================================== ] 3501/4056 86% [===================================================== ] 3502/4056 86% [===================================================== ] 3503/4056 86% [===================================================== ] 3504/4056 86% [===================================================== ] 3505/4056 86% [===================================================== ] 3506/4056 86% [===================================================== ] 3507/4056 86% [===================================================== ] 3508/4056 86% [===================================================== ] 3509/4056 86% [===================================================== ] 3510/4056 86% [===================================================== ] 3511/4056 86% [===================================================== ] 3512/4056 86% [===================================================== ] 3513/4056 86% [===================================================== ] 3514/4056 86% [===================================================== ] 3515/4056 86% [===================================================== ] 3516/4056 86% [===================================================== ] 3517/4056 86% [===================================================== ] 3518/4056 86% [===================================================== ] 3519/4056 86% [===================================================== ] 3520/4056 86% [===================================================== ] 3521/4056 86% [===================================================== ] 3522/4056 86% [===================================================== ] 3523/4056 86% [===================================================== ] 3524/4056 86% [===================================================== ] 3525/4056 86% [===================================================== ] 3526/4056 86% [===================================================== ] 3527/4056 86% [===================================================== ] 3528/4056 86% [===================================================== ] 3529/4056 87% [===================================================== ] 3530/4056 87% [===================================================== ] 3531/4056 87% [===================================================== ] 3532/4056 87% [====================================================== ] 3533/4056 87% [====================================================== ] 3534/4056 87% [====================================================== ] 3535/4056 87% [====================================================== ] 3536/4056 87% [====================================================== ] 3537/4056 87% [====================================================== ] 3538/4056 87% [====================================================== ] 3539/4056 87% [====================================================== ] 3540/4056 87% [====================================================== ] 3541/4056 87% [====================================================== ] 3542/4056 87% [====================================================== ] 3543/4056 87% [====================================================== ] 3544/4056 87% [====================================================== ] 3545/4056 87% [====================================================== ] 3546/4056 87% [====================================================== ] 3547/4056 87% [====================================================== ] 3548/4056 87% [====================================================== ] 3549/4056 87% [====================================================== ] 3550/4056 87% [====================================================== ] 3551/4056 87% [====================================================== ] 3552/4056 87% [====================================================== ] 3553/4056 87% [====================================================== ] 3554/4056 87% [====================================================== ] 3555/4056 87% [====================================================== ] 3556/4056 87% [====================================================== ] 3557/4056 87% [====================================================== ] 3558/4056 87% [====================================================== ] 3559/4056 87% [====================================================== ] 3560/4056 87% [====================================================== ] 3561/4056 87% [====================================================== ] 3562/4056 87% [====================================================== ] 3563/4056 87% [====================================================== ] 3564/4056 87% [====================================================== ] 3565/4056 87% [====================================================== ] 3566/4056 87% [====================================================== ] 3567/4056 87% [====================================================== ] 3568/4056 87% [====================================================== ] 3569/4056 87% [====================================================== ] 3570/4056 88% [====================================================== ] 3571/4056 88% [====================================================== ] 3572/4056 88% [====================================================== ] 3573/4056 88% [====================================================== ] 3574/4056 88% [====================================================== ] 3575/4056 88% [====================================================== ] 3576/4056 88% [====================================================== ] 3577/4056 88% [====================================================== ] 3578/4056 88% [====================================================== ] 3579/4056 88% [====================================================== ] 3580/4056 88% [====================================================== ] 3581/4056 88% [====================================================== ] 3582/4056 88% [====================================================== ] 3583/4056 88% [====================================================== ] 3584/4056 88% [====================================================== ] 3585/4056 88% [====================================================== ] 3586/4056 88% [====================================================== ] 3587/4056 88% [====================================================== ] 3588/4056 88% [====================================================== ] 3589/4056 88% [====================================================== ] 3590/4056 88% [====================================================== ] 3591/4056 88% [====================================================== ] 3592/4056 88% [====================================================== ] 3593/4056 88% [====================================================== ] 3594/4056 88% [====================================================== ] 3595/4056 88% [====================================================== ] 3596/4056 88% [====================================================== ] 3597/4056 88% [====================================================== ] 3598/4056 88% [======================================================= ] 3599/4056 88% [======================================================= ] 3600/4056 88% [======================================================= ] 3601/4056 88% [======================================================= ] 3602/4056 88% [======================================================= ] 3603/4056 88% [======================================================= ] 3604/4056 88% [======================================================= ] 3605/4056 88% [======================================================= ] 3606/4056 88% [======================================================= ] 3607/4056 88% [======================================================= ] 3608/4056 88% [======================================================= ] 3609/4056 88% [======================================================= ] 3610/4056 89% [======================================================= ] 3611/4056 89% [======================================================= ] 3612/4056 89% [======================================================= ] 3613/4056 89% [======================================================= ] 3614/4056 89% [======================================================= ] 3615/4056 89% [======================================================= ] 3616/4056 89% [======================================================= ] 3617/4056 89% [======================================================= ] 3618/4056 89% [======================================================= ] 3619/4056 89% [======================================================= ] 3620/4056 89% [======================================================= ] 3621/4056 89% [======================================================= ] 3622/4056 89% [======================================================= ] 3623/4056 89% [======================================================= ] 3624/4056 89% [======================================================= ] 3625/4056 89% [======================================================= ] 3626/4056 89% [======================================================= ] 3627/4056 89% [======================================================= ] 3628/4056 89% [======================================================= ] 3629/4056 89% [======================================================= ] 3630/4056 89% [======================================================= ] 3631/4056 89% [======================================================= ] 3632/4056 89% [======================================================= ] 3633/4056 89% [======================================================= ] 3634/4056 89% [======================================================= ] 3635/4056 89% [======================================================= ] 3636/4056 89% [======================================================= ] 3637/4056 89% [======================================================= ] 3638/4056 89% [======================================================= ] 3639/4056 89% [======================================================= ] 3640/4056 89% [======================================================= ] 3641/4056 89% [======================================================= ] 3642/4056 89% [======================================================= ] 3643/4056 89% [======================================================= ] 3644/4056 89% [======================================================= ] 3645/4056 89% [======================================================= ] 3646/4056 89% [======================================================= ] 3647/4056 89% [======================================================= ] 3648/4056 89% [======================================================= ] 3649/4056 89% [======================================================= ] 3650/4056 89% [======================================================= ] 3651/4056 90% [======================================================= ] 3652/4056 90% [======================================================= ] 3653/4056 90% [======================================================= ] 3654/4056 90% [======================================================= ] 3655/4056 90% [======================================================= ] 3656/4056 90% [======================================================= ] 3657/4056 90% [======================================================= ] 3658/4056 90% [======================================================= ] 3659/4056 90% [======================================================= ] 3660/4056 90% [======================================================= ] 3661/4056 90% [======================================================= ] 3662/4056 90% [======================================================= ] 3663/4056 90% [======================================================== ] 3664/4056 90% [======================================================== ] 3665/4056 90% [======================================================== ] 3666/4056 90% [======================================================== ] 3667/4056 90% [======================================================== ] 3668/4056 90% [======================================================== ] 3669/4056 90% [======================================================== ] 3670/4056 90% [======================================================== ] 3671/4056 90% [======================================================== ] 3672/4056 90% [======================================================== ] 3673/4056 90% [======================================================== ] 3674/4056 90% [======================================================== ] 3675/4056 90% [======================================================== ] 3676/4056 90% [======================================================== ] 3677/4056 90% [======================================================== ] 3678/4056 90% [======================================================== ] 3679/4056 90% [======================================================== ] 3680/4056 90% [======================================================== ] 3681/4056 90% [======================================================== ] 3682/4056 90% [======================================================== ] 3683/4056 90% [======================================================== ] 3684/4056 90% [======================================================== ] 3685/4056 90% [======================================================== ] 3686/4056 90% [======================================================== ] 3687/4056 90% [======================================================== ] 3688/4056 90% [======================================================== ] 3689/4056 90% [======================================================== ] 3690/4056 90% [======================================================== ] 3691/4056 91% [======================================================== ] 3692/4056 91% [======================================================== ] 3693/4056 91% [======================================================== ] 3694/4056 91% [======================================================== ] 3695/4056 91% [======================================================== ] 3696/4056 91% [======================================================== ] 3697/4056 91% [======================================================== ] 3698/4056 91% [======================================================== ] 3699/4056 91% [======================================================== ] 3700/4056 91% [======================================================== ] 3701/4056 91% [======================================================== ] 3702/4056 91% [======================================================== ] 3703/4056 91% [======================================================== ] 3704/4056 91% [======================================================== ] 3705/4056 91% [======================================================== ] 3706/4056 91% [======================================================== ] 3707/4056 91% [======================================================== ] 3708/4056 91% [======================================================== ] 3709/4056 91% [======================================================== ] 3710/4056 91% [======================================================== ] 3711/4056 91% [======================================================== ] 3712/4056 91% [======================================================== ] 3713/4056 91% [======================================================== ] 3714/4056 91% [======================================================== ] 3715/4056 91% [======================================================== ] 3716/4056 91% [======================================================== ] 3717/4056 91% [======================================================== ] 3718/4056 91% [======================================================== ] 3719/4056 91% [======================================================== ] 3720/4056 91% [======================================================== ] 3721/4056 91% [======================================================== ] 3722/4056 91% [======================================================== ] 3723/4056 91% [======================================================== ] 3724/4056 91% [======================================================== ] 3725/4056 91% [======================================================== ] 3726/4056 91% [======================================================== ] 3727/4056 91% [======================================================== ] 3728/4056 91% [========================================================= ] 3729/4056 91% [========================================================= ] 3730/4056 91% [========================================================= ] 3731/4056 91% [========================================================= ] 3732/4056 92% [========================================================= ] 3733/4056 92% [========================================================= ] 3734/4056 92% [========================================================= ] 3735/4056 92% [========================================================= ] 3736/4056 92% [========================================================= ] 3737/4056 92% [========================================================= ] 3738/4056 92% [========================================================= ] 3739/4056 92% [========================================================= ] 3740/4056 92% [========================================================= ] 3741/4056 92% [========================================================= ] 3742/4056 92% [========================================================= ] 3743/4056 92% [========================================================= ] 3744/4056 92% [========================================================= ] 3745/4056 92% [========================================================= ] 3746/4056 92% [========================================================= ] 3747/4056 92% [========================================================= ] 3748/4056 92% [========================================================= ] 3749/4056 92% [========================================================= ] 3750/4056 92% [========================================================= ] 3751/4056 92% [========================================================= ] 3752/4056 92% [========================================================= ] 3753/4056 92% [========================================================= ] 3754/4056 92% [========================================================= ] 3755/4056 92% [========================================================= ] 3756/4056 92% [========================================================= ] 3757/4056 92% [========================================================= ] 3758/4056 92% [========================================================= ] 3759/4056 92% [========================================================= ] 3760/4056 92% [========================================================= ] 3761/4056 92% [========================================================= ] 3762/4056 92% [========================================================= ] 3763/4056 92% [========================================================= ] 3764/4056 92% [========================================================= ] 3765/4056 92% [========================================================= ] 3766/4056 92% [========================================================= ] 3767/4056 92% [========================================================= ] 3768/4056 92% [========================================================= ] 3769/4056 92% [========================================================= ] 3770/4056 92% [========================================================= ] 3771/4056 92% [========================================================= ] 3772/4056 92% [========================================================= ] 3773/4056 93% [========================================================= ] 3774/4056 93% [========================================================= ] 3775/4056 93% [========================================================= ] 3776/4056 93% [========================================================= ] 3777/4056 93% [========================================================= ] 3778/4056 93% [========================================================= ] 3779/4056 93% [========================================================= ] 3780/4056 93% [========================================================= ] 3781/4056 93% [========================================================= ] 3782/4056 93% [========================================================= ] 3783/4056 93% [========================================================= ] 3784/4056 93% [========================================================= ] 3785/4056 93% [========================================================= ] 3786/4056 93% [========================================================= ] 3787/4056 93% [========================================================= ] 3788/4056 93% [========================================================= ] 3789/4056 93% [========================================================= ] 3790/4056 93% [========================================================= ] 3791/4056 93% [========================================================= ] 3792/4056 93% [========================================================= ] 3793/4056 93% [========================================================= ] 3794/4056 93% [========================================================== ] 3795/4056 93% [========================================================== ] 3796/4056 93% [========================================================== ] 3797/4056 93% [========================================================== ] 3798/4056 93% [========================================================== ] 3799/4056 93% [========================================================== ] 3800/4056 93% [========================================================== ] 3801/4056 93% [========================================================== ] 3802/4056 93% [========================================================== ] 3803/4056 93% [========================================================== ] 3804/4056 93% [========================================================== ] 3805/4056 93% [========================================================== ] 3806/4056 93% [========================================================== ] 3807/4056 93% [========================================================== ] 3808/4056 93% [========================================================== ] 3809/4056 93% [========================================================== ] 3810/4056 93% [========================================================== ] 3811/4056 93% [========================================================== ] 3812/4056 93% [========================================================== ] 3813/4056 94% [========================================================== ] 3814/4056 94% [========================================================== ] 3815/4056 94% [========================================================== ] 3816/4056 94% [========================================================== ] 3817/4056 94% [========================================================== ] 3818/4056 94% [========================================================== ] 3819/4056 94% [========================================================== ] 3820/4056 94% [========================================================== ] 3821/4056 94% [========================================================== ] 3822/4056 94% [========================================================== ] 3823/4056 94% [========================================================== ] 3824/4056 94% [========================================================== ] 3825/4056 94% [========================================================== ] 3826/4056 94% [========================================================== ] 3827/4056 94% [========================================================== ] 3828/4056 94% [========================================================== ] 3829/4056 94% [========================================================== ] 3830/4056 94% [========================================================== ] 3831/4056 94% [========================================================== ] 3832/4056 94% [========================================================== ] 3833/4056 94% [========================================================== ] 3834/4056 94% [========================================================== ] 3835/4056 94% [========================================================== ] 3836/4056 94% [========================================================== ] 3837/4056 94% [========================================================== ] 3838/4056 94% [========================================================== ] 3839/4056 94% [========================================================== ] 3840/4056 94% [========================================================== ] 3841/4056 94% [========================================================== ] 3842/4056 94% [========================================================== ] 3843/4056 94% [========================================================== ] 3844/4056 94% [========================================================== ] 3845/4056 94% [========================================================== ] 3846/4056 94% [========================================================== ] 3847/4056 94% [========================================================== ] 3848/4056 94% [========================================================== ] 3849/4056 94% [========================================================== ] 3850/4056 94% [========================================================== ] 3851/4056 94% [========================================================== ] 3852/4056 94% [========================================================== ] 3853/4056 94% [========================================================== ] 3854/4056 95% [========================================================== ] 3855/4056 95% [========================================================== ] 3856/4056 95% [========================================================== ] 3857/4056 95% [========================================================== ] 3858/4056 95% [========================================================== ] 3859/4056 95% [=========================================================== ] 3860/4056 95% [=========================================================== ] 3861/4056 95% [=========================================================== ] 3862/4056 95% [=========================================================== ] 3863/4056 95% [=========================================================== ] 3864/4056 95% [=========================================================== ] 3865/4056 95% [=========================================================== ] 3866/4056 95% [=========================================================== ] 3867/4056 95% [=========================================================== ] 3868/4056 95% [=========================================================== ] 3869/4056 95% [=========================================================== ] 3870/4056 95% [=========================================================== ] 3871/4056 95% [=========================================================== ] 3872/4056 95% [=========================================================== ] 3873/4056 95% [=========================================================== ] 3874/4056 95% [=========================================================== ] 3875/4056 95% [=========================================================== ] 3876/4056 95% [=========================================================== ] 3877/4056 95% [=========================================================== ] 3878/4056 95% [=========================================================== ] 3879/4056 95% [=========================================================== ] 3880/4056 95% [=========================================================== ] 3881/4056 95% [=========================================================== ] 3882/4056 95% [=========================================================== ] 3883/4056 95% [=========================================================== ] 3884/4056 95% [=========================================================== ] 3885/4056 95% [=========================================================== ] 3886/4056 95% [=========================================================== ] 3887/4056 95% [=========================================================== ] 3888/4056 95% [=========================================================== ] 3889/4056 95% [=========================================================== ] 3890/4056 95% [=========================================================== ] 3891/4056 95% [=========================================================== ] 3892/4056 95% [=========================================================== ] 3893/4056 95% [=========================================================== ] 3894/4056 96% [=========================================================== ] 3895/4056 96% [=========================================================== ] 3896/4056 96% [=========================================================== ] 3897/4056 96% [=========================================================== ] 3898/4056 96% [=========================================================== ] 3899/4056 96% [=========================================================== ] 3900/4056 96% [=========================================================== ] 3901/4056 96% [=========================================================== ] 3902/4056 96% [=========================================================== ] 3903/4056 96% [=========================================================== ] 3904/4056 96% [=========================================================== ] 3905/4056 96% [=========================================================== ] 3906/4056 96% [=========================================================== ] 3907/4056 96% [=========================================================== ] 3908/4056 96% [=========================================================== ] 3909/4056 96% [=========================================================== ] 3910/4056 96% [=========================================================== ] 3911/4056 96% [=========================================================== ] 3912/4056 96% [=========================================================== ] 3913/4056 96% [=========================================================== ] 3914/4056 96% [=========================================================== ] 3915/4056 96% [=========================================================== ] 3916/4056 96% [=========================================================== ] 3917/4056 96% [=========================================================== ] 3918/4056 96% [=========================================================== ] 3919/4056 96% [=========================================================== ] 3920/4056 96% [=========================================================== ] 3921/4056 96% [=========================================================== ] 3922/4056 96% [=========================================================== ] 3923/4056 96% [=========================================================== ] 3924/4056 96% [=========================================================== ] 3925/4056 96% [============================================================ ] 3926/4056 96% [============================================================ ] 3927/4056 96% [============================================================ ] 3928/4056 96% [============================================================ ] 3929/4056 96% [============================================================ ] 3930/4056 96% [============================================================ ] 3931/4056 96% [============================================================ ] 3932/4056 96% [============================================================ ] 3933/4056 96% [============================================================ ] 3934/4056 96% [============================================================ ] 3935/4056 97% [============================================================ ] 3936/4056 97% [============================================================ ] 3937/4056 97% [============================================================ ] 3938/4056 97% [============================================================ ] 3939/4056 97% [============================================================ ] 3940/4056 97% [============================================================ ] 3941/4056 97% [============================================================ ] 3942/4056 97% [============================================================ ] 3943/4056 97% [============================================================ ] 3944/4056 97% [============================================================ ] 3945/4056 97% [============================================================ ] 3946/4056 97% [============================================================ ] 3947/4056 97% [============================================================ ] 3948/4056 97% [============================================================ ] 3949/4056 97% [============================================================ ] 3950/4056 97% [============================================================ ] 3951/4056 97% [============================================================ ] 3952/4056 97% [============================================================ ] 3953/4056 97% [============================================================ ] 3954/4056 97% [============================================================ ] 3955/4056 97% [============================================================ ] 3956/4056 97% [============================================================ ] 3957/4056 97% [============================================================ ] 3958/4056 97% [============================================================ ] 3959/4056 97% [============================================================ ] 3960/4056 97% [============================================================ ] 3961/4056 97% [============================================================ ] 3962/4056 97% [============================================================ ] 3963/4056 97% [============================================================ ] 3964/4056 97% [============================================================ ] 3965/4056 97% [============================================================ ] 3966/4056 97% [============================================================ ] 3967/4056 97% [============================================================ ] 3968/4056 97% [============================================================ ] 3969/4056 97% [============================================================ ] 3970/4056 97% [============================================================ ] 3971/4056 97% [============================================================ ] 3972/4056 97% [============================================================ ] 3973/4056 97% [============================================================ ] 3974/4056 97% [============================================================ ] 3975/4056 98% [============================================================ ] 3976/4056 98% [============================================================ ] 3977/4056 98% [============================================================ ] 3978/4056 98% [============================================================ ] 3979/4056 98% [============================================================ ] 3980/4056 98% [============================================================ ] 3981/4056 98% [============================================================ ] 3982/4056 98% [============================================================ ] 3983/4056 98% [============================================================ ] 3984/4056 98% [============================================================ ] 3985/4056 98% [============================================================ ] 3986/4056 98% [============================================================ ] 3987/4056 98% [============================================================ ] 3988/4056 98% [============================================================ ] 3989/4056 98% [============================================================ ] 3990/4056 98% [============================================================= ] 3991/4056 98% [============================================================= ] 3992/4056 98% [============================================================= ] 3993/4056 98% [============================================================= ] 3994/4056 98% [============================================================= ] 3995/4056 98% [============================================================= ] 3996/4056 98% [============================================================= ] 3997/4056 98% [============================================================= ] 3998/4056 98% [============================================================= ] 3999/4056 98% [============================================================= ] 4000/4056 98% [============================================================= ] 4001/4056 98% [============================================================= ] 4002/4056 98% [============================================================= ] 4003/4056 98% [============================================================= ] 4004/4056 98% [============================================================= ] 4005/4056 98% [============================================================= ] 4006/4056 98% [============================================================= ] 4007/4056 98% [============================================================= ] 4008/4056 98% [============================================================= ] 4009/4056 98% [============================================================= ] 4010/4056 98% [============================================================= ] 4011/4056 98% [============================================================= ] 4012/4056 98% [============================================================= ] 4013/4056 98% [============================================================= ] 4014/4056 98% [============================================================= ] 4015/4056 98% [============================================================= ] 4016/4056 99% [============================================================= ] 4017/4056 99% [============================================================= ] 4018/4056 99% [============================================================= ] 4019/4056 99% [============================================================= ] 4020/4056 99% [============================================================= ] 4021/4056 99% [============================================================= ] 4022/4056 99% [============================================================= ] 4023/4056 99% [============================================================= ] 4024/4056 99% [============================================================= ] 4025/4056 99% [============================================================= ] 4026/4056 99% [============================================================= ] 4027/4056 99% [============================================================= ] 4028/4056 99% [============================================================= ] 4029/4056 99% [============================================================= ] 4030/4056 99% [============================================================= ] 4031/4056 99% [============================================================= ] 4032/4056 99% [============================================================= ] 4033/4056 99% [============================================================= ] 4034/4056 99% [============================================================= ] 4035/4056 99% [============================================================= ] 4036/4056 99% [============================================================= ] 4037/4056 99% [============================================================= ] 4038/4056 99% [============================================================= ] 4039/4056 99% [============================================================= ] 4040/4056 99% [============================================================= ] 4041/4056 99% [============================================================= ] 4042/4056 99% [============================================================= ] 4043/4056 99% [============================================================= ] 4044/4056 99% [============================================================= ] 4045/4056 99% [============================================================= ] 4046/4056 99% [============================================================= ] 4047/4056 99% [============================================================= ] 4048/4056 99% [============================================================= ] 4049/4056 99% [============================================================= ] 4050/4056 99% [============================================================= ] 4051/4056 99% [============================================================= ] 4052/4056 99% [============================================================= ] 4053/4056 99% [============================================================= ] 4054/4056 99% [============================================================= ] 4055/4056 99% [==============================================================] 4056/4056 100% operation complete, 4056 objects in 41431 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2022.05-497-g4dc1fffca0 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 4.14.292 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bird 2.0.8 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> genpart 1.0.2 Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hiredis 1.0.2 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> initscripts Collecting legal info >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libzip 1.8.0 Collecting legal info LICENSE: OK (sha256: deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> logsurfer 1.8 Collecting legal info >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> 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) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openssh 9.0p1 Collecting legal info LICENCE: OK (sha256: d6807e99f3d159145c659060f57c3fa74e109faa39326dbfc38674cb550fd104) >>> openvpn 2.5.6 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> pkcs11-helper 1.28 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-cookie-baker 0.11 Collecting legal info LICENSE: OK (sha256: b4ce94671fa219074d4e91e2268652d6bf9764cebcc7a5e27bfc14897745ca4c) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> host-perl-module-build-tiny 0.039 Collecting legal info LICENSE: OK (sha256: 09fd2bc0428920c455f10c5a6c52e2bb4615114e88966c75ce27a07af028c36b) >>> host-perl-extutils-config 0.008 Collecting legal info LICENSE: OK (sha256: 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc) >>> host-perl-extutils-helpers 0.026 Collecting legal info LICENSE: OK (sha256: e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0) >>> host-perl-extutils-installpaths 0.012 Collecting legal info LICENSE: OK (sha256: b95d38ac031587625625d92fbd2ee1d5df0d02606057d680e7dcf3598fe629f9) >>> perl-date-manip 6.86 Collecting legal info LICENSE: OK (sha256: 8ba2a138654f8b59b7e1e3ad0d4c81918b9148ff95078b172ccbb45fa241431d) >>> perl-devel-stacktrace-ashtml 0.15 Collecting legal info LICENSE: OK (sha256: ffecf60c52b85d56c928f5eac889b5044243c3907b810ef640c9f02fbce567ac) >>> perl-devel-stacktrace 2.04 Collecting legal info LICENSE: OK (sha256: dbd3162d261db5b40cac4d85afba619ec6a196398003c57b85c2333e7ef4c393) >>> perl-stream-buffered 0.03 Collecting legal info LICENSE: OK (sha256: 68e8c38e6d2f2b0570a908411f8321b80a7e35ea44f43729807c9ac9a025f591) >>> perl-uri 5.10 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> host-rust-bin 1.60.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tz Collecting legal info >>> host-tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> ulogd 2.0.7 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.14.292: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'