grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; fi grep -qsE '^/bin/zsh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/zsh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /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/lib/rpm /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 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/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=2023.02-38-gd9c4e693a1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02"; \ echo "PRETTY_NAME=\"Buildroot 2023.02\"" \ ) > /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 ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP 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 /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\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" /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 printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /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" 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: 791e51b2-efaa-4f66-aef9-69ca3d6aeb6a Node size: 16384 Sector size: 4096 Filesystem size: 453.00MiB Block group profiles: Data: single 216.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 453.00MiB /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs >>> 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" /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 printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /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" 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 5297 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/5297 0% [ ] 2/5297 0% [ ] 3/5297 0% [ ] 4/5297 0% [ ] 5/5297 0% [ ] 6/5297 0% [ ] 7/5297 0% [ ] 8/5297 0% [ ] 9/5297 0% [ ] 10/5297 0% [ ] 11/5297 0% [ ] 12/5297 0% [ ] 13/5297 0% [ ] 14/5297 0% [ ] 15/5297 0% [ ] 16/5297 0% [ ] 17/5297 0% [ ] 18/5297 0% [ ] 19/5297 0% [ ] 20/5297 0% [ ] 21/5297 0% [ ] 22/5297 0% [ ] 23/5297 0% [ ] 24/5297 0% [ ] 25/5297 0% [ ] 26/5297 0% [ ] 27/5297 0% [ ] 28/5297 0% [ ] 29/5297 0% [ ] 30/5297 0% [ ] 31/5297 0% [ ] 32/5297 0% [ ] 33/5297 0% [ ] 34/5297 0% [ ] 35/5297 0% [ ] 36/5297 0% [ ] 37/5297 0% [ ] 38/5297 0% [ ] 39/5297 0% [ ] 40/5297 0% [ ] 41/5297 0% [ ] 42/5297 0% [ ] 43/5297 0% [ ] 44/5297 0% [ ] 45/5297 0% [ ] 46/5297 0% [ ] 47/5297 0% [ ] 48/5297 0% [ ] 49/5297 0% [ ] 50/5297 0% [ ] 51/5297 0% [ ] 52/5297 0% [ ] 53/5297 1% [ ] 54/5297 1% [ ] 55/5297 1% [ ] 56/5297 1% [ ] 57/5297 1% [ ] 58/5297 1% [ ] 59/5297 1% [ ] 60/5297 1% [ ] 61/5297 1% [ ] 62/5297 1% [ ] 63/5297 1% [ ] 64/5297 1% [ ] 65/5297 1% [ ] 66/5297 1% [ ] 67/5297 1% [ ] 68/5297 1% [ ] 69/5297 1% [ ] 70/5297 1% [ ] 71/5297 1% [ ] 72/5297 1% [ ] 73/5297 1% [ ] 74/5297 1% [ ] 75/5297 1% [ ] 76/5297 1% [ ] 77/5297 1% [ ] 78/5297 1% [ ] 79/5297 1% [ ] 80/5297 1% [ ] 81/5297 1% [ ] 82/5297 1% [ ] 83/5297 1% [ ] 84/5297 1% [ ] 85/5297 1% [= ] 86/5297 1% [= ] 87/5297 1% [= ] 88/5297 1% [= ] 89/5297 1% [= ] 90/5297 1% [= ] 91/5297 1% [= ] 92/5297 1% [= ] 93/5297 1% [= ] 94/5297 1% [= ] 95/5297 1% [= ] 96/5297 1% [= ] 97/5297 1% [= ] 98/5297 1% [= ] 99/5297 1% [= ] 100/5297 1% [= ] 101/5297 1% [= ] 102/5297 1% [= ] 103/5297 1% [= ] 104/5297 1% [= ] 105/5297 1% [= ] 106/5297 2% [= ] 107/5297 2% [= ] 108/5297 2% [= ] 109/5297 2% [= ] 110/5297 2% [= ] 111/5297 2% [= ] 112/5297 2% [= ] 113/5297 2% [= ] 114/5297 2% [= ] 115/5297 2% [= ] 116/5297 2% [= ] 117/5297 2% [= ] 118/5297 2% [= ] 119/5297 2% [= ] 120/5297 2% [= ] 121/5297 2% [= ] 122/5297 2% [= ] 123/5297 2% [= ] 124/5297 2% [= ] 125/5297 2% [= ] 126/5297 2% [= ] 127/5297 2% [= ] 128/5297 2% [= ] 129/5297 2% [= ] 130/5297 2% [= ] 131/5297 2% [= ] 132/5297 2% [= ] 133/5297 2% [= ] 134/5297 2% [= ] 135/5297 2% [= ] 136/5297 2% [= ] 137/5297 2% [= ] 138/5297 2% [= ] 139/5297 2% [= ] 140/5297 2% [= ] 141/5297 2% [= ] 142/5297 2% [= ] 143/5297 2% [= ] 144/5297 2% [= ] 145/5297 2% [= ] 146/5297 2% [= ] 147/5297 2% [= ] 148/5297 2% [= ] 149/5297 2% [= ] 150/5297 2% [= ] 151/5297 2% [= ] 152/5297 2% [= ] 153/5297 2% [= ] 154/5297 2% [= ] 155/5297 2% [= ] 156/5297 2% [= ] 157/5297 2% [= ] 158/5297 2% [= ] 159/5297 3% [= ] 160/5297 3% [= ] 161/5297 3% [= ] 162/5297 3% [= ] 163/5297 3% [= ] 164/5297 3% [= ] 165/5297 3% [= ] 166/5297 3% [= ] 167/5297 3% [= ] 168/5297 3% [= ] 169/5297 3% [= ] 170/5297 3% [== ] 171/5297 3% [== ] 172/5297 3% [== ] 173/5297 3% [== ] 174/5297 3% [== ] 175/5297 3% [== ] 176/5297 3% [== ] 177/5297 3% [== ] 178/5297 3% [== ] 179/5297 3% [== ] 180/5297 3% [== ] 181/5297 3% [== ] 182/5297 3% [== ] 183/5297 3% [== ] 184/5297 3% [== ] 185/5297 3% [== ] 186/5297 3% [== ] 187/5297 3% [== ] 188/5297 3% [== ] 189/5297 3% [== ] 190/5297 3% [== ] 191/5297 3% [== ] 192/5297 3% [== ] 193/5297 3% [== ] 194/5297 3% [== ] 195/5297 3% [== ] 196/5297 3% [== ] 197/5297 3% [== ] 198/5297 3% [== ] 199/5297 3% [== ] 200/5297 3% [== ] 201/5297 3% [== ] 202/5297 3% [== ] 203/5297 3% [== ] 204/5297 3% [== ] 205/5297 3% [== ] 206/5297 3% [== ] 207/5297 3% [== ] 208/5297 3% [== ] 209/5297 3% [== ] 210/5297 3% [== ] 211/5297 3% [== ] 212/5297 4% [== ] 213/5297 4% [== ] 214/5297 4% [== ] 215/5297 4% [== ] 216/5297 4% [== ] 217/5297 4% [== ] 218/5297 4% [== ] 219/5297 4% [== ] 220/5297 4% [== ] 221/5297 4% [== ] 222/5297 4% [== ] 223/5297 4% [== ] 224/5297 4% [== ] 225/5297 4% [== ] 226/5297 4% [== ] 227/5297 4% [== ] 228/5297 4% [== ] 229/5297 4% [== ] 230/5297 4% [== ] 231/5297 4% [== ] 232/5297 4% [== ] 233/5297 4% [== ] 234/5297 4% [== ] 235/5297 4% [== ] 236/5297 4% [== ] 237/5297 4% [== ] 238/5297 4% [== ] 239/5297 4% [== ] 240/5297 4% [== ] 241/5297 4% [== ] 242/5297 4% [== ] 243/5297 4% [== ] 244/5297 4% [== ] 245/5297 4% [== ] 246/5297 4% [== ] 247/5297 4% [== ] 248/5297 4% [== ] 249/5297 4% [== ] 250/5297 4% [== ] 251/5297 4% [== ] 252/5297 4% [== ] 253/5297 4% [== ] 254/5297 4% [== ] 255/5297 4% [== ] 256/5297 4% [=== ] 257/5297 4% [=== ] 258/5297 4% [=== ] 259/5297 4% [=== ] 260/5297 4% [=== ] 261/5297 4% [=== ] 262/5297 4% [=== ] 263/5297 4% [=== ] 264/5297 4% [=== ] 265/5297 5% [=== ] 266/5297 5% [=== ] 267/5297 5% [=== ] 268/5297 5% [=== ] 269/5297 5% [=== ] 270/5297 5% [=== ] 271/5297 5% [=== ] 272/5297 5% [=== ] 273/5297 5% [=== ] 274/5297 5% [=== ] 275/5297 5% [=== ] 276/5297 5% [=== ] 277/5297 5% [=== ] 278/5297 5% [=== ] 279/5297 5% [=== ] 280/5297 5% [=== ] 281/5297 5% [=== ] 282/5297 5% [=== ] 283/5297 5% [=== ] 284/5297 5% [=== ] 285/5297 5% [=== ] 286/5297 5% [=== ] 287/5297 5% [=== ] 288/5297 5% [=== ] 289/5297 5% [=== ] 290/5297 5% [=== ] 291/5297 5% [=== ] 292/5297 5% [=== ] 293/5297 5% [=== ] 294/5297 5% [=== ] 295/5297 5% [=== ] 296/5297 5% [=== ] 297/5297 5% [=== ] 298/5297 5% [=== ] 299/5297 5% [=== ] 300/5297 5% [=== ] 301/5297 5% [=== ] 302/5297 5% [=== ] 303/5297 5% [=== ] 304/5297 5% [=== ] 305/5297 5% [=== ] 306/5297 5% [=== ] 307/5297 5% [=== ] 308/5297 5% [=== ] 309/5297 5% [=== ] 310/5297 5% [=== ] 311/5297 5% [=== ] 312/5297 5% [=== ] 313/5297 5% [=== ] 314/5297 5% [=== ] 315/5297 5% [=== ] 316/5297 5% [=== ] 317/5297 5% [=== ] 318/5297 6% [=== ] 319/5297 6% [=== ] 320/5297 6% [=== ] 321/5297 6% [=== ] 322/5297 6% [=== ] 323/5297 6% [=== ] 324/5297 6% [=== ] 325/5297 6% [=== ] 326/5297 6% [=== ] 327/5297 6% [=== ] 328/5297 6% [=== ] 329/5297 6% [=== ] 330/5297 6% [=== ] 331/5297 6% [=== ] 332/5297 6% [=== ] 333/5297 6% [=== ] 334/5297 6% [=== ] 335/5297 6% [=== ] 336/5297 6% [=== ] 337/5297 6% [=== ] 338/5297 6% [=== ] 339/5297 6% [=== ] 340/5297 6% [=== ] 341/5297 6% [==== ] 342/5297 6% [==== ] 343/5297 6% [==== ] 344/5297 6% [==== ] 345/5297 6% [==== ] 346/5297 6% [==== ] 347/5297 6% [==== ] 348/5297 6% [==== ] 349/5297 6% [==== ] 350/5297 6% [==== ] 351/5297 6% [==== ] 352/5297 6% [==== ] 353/5297 6% [==== ] 354/5297 6% [==== ] 355/5297 6% [==== ] 356/5297 6% [==== ] 357/5297 6% [==== ] 358/5297 6% [==== ] 359/5297 6% [==== ] 360/5297 6% [==== ] 361/5297 6% [==== ] 362/5297 6% [==== ] 363/5297 6% [==== ] 364/5297 6% [==== ] 365/5297 6% [==== ] 366/5297 6% [==== ] 367/5297 6% [==== ] 368/5297 6% [==== ] 369/5297 6% [==== ] 370/5297 6% [==== ] 371/5297 7% [==== ] 372/5297 7% [==== ] 373/5297 7% [==== ] 374/5297 7% [==== ] 375/5297 7% [==== ] 376/5297 7% [==== ] 377/5297 7% [==== ] 378/5297 7% [==== ] 379/5297 7% [==== ] 380/5297 7% [==== ] 381/5297 7% [==== ] 382/5297 7% [==== ] 383/5297 7% [==== ] 384/5297 7% [==== ] 385/5297 7% [==== ] 386/5297 7% [==== ] 387/5297 7% [==== ] 388/5297 7% [==== ] 389/5297 7% [==== ] 390/5297 7% [==== ] 391/5297 7% [==== ] 392/5297 7% [==== ] 393/5297 7% [==== ] 394/5297 7% [==== ] 395/5297 7% [==== ] 396/5297 7% [==== ] 397/5297 7% [==== ] 398/5297 7% [==== ] 399/5297 7% [==== ] 400/5297 7% [==== ] 401/5297 7% [==== ] 402/5297 7% [==== ] 403/5297 7% [==== ] 404/5297 7% [==== ] 405/5297 7% [==== ] 406/5297 7% [==== ] 407/5297 7% [==== ] 408/5297 7% [==== ] 409/5297 7% [==== ] 410/5297 7% [==== ] 411/5297 7% [==== ] 412/5297 7% [==== ] 413/5297 7% [==== ] 414/5297 7% [==== ] 415/5297 7% [==== ] 416/5297 7% [==== ] 417/5297 7% [==== ] 418/5297 7% [==== ] 419/5297 7% [==== ] 420/5297 7% [==== ] 421/5297 7% [==== ] 422/5297 7% [==== ] 423/5297 7% [==== ] 424/5297 8% [==== ] 425/5297 8% [==== ] 426/5297 8% [==== ] 427/5297 8% [===== ] 428/5297 8% [===== ] 429/5297 8% [===== ] 430/5297 8% [===== ] 431/5297 8% [===== ] 432/5297 8% [===== ] 433/5297 8% [===== ] 434/5297 8% [===== ] 435/5297 8% [===== ] 436/5297 8% [===== ] 437/5297 8% [===== ] 438/5297 8% [===== ] 439/5297 8% [===== ] 440/5297 8% [===== ] 441/5297 8% [===== ] 442/5297 8% [===== ] 443/5297 8% [===== ] 444/5297 8% [===== ] 445/5297 8% [===== ] 446/5297 8% [===== ] 447/5297 8% [===== ] 448/5297 8% [===== ] 449/5297 8% [===== ] 450/5297 8% [===== ] 451/5297 8% [===== ] 452/5297 8% [===== ] 453/5297 8% [===== ] 454/5297 8% [===== ] 455/5297 8% [===== ] 456/5297 8% [===== ] 457/5297 8% [===== ] 458/5297 8% [===== ] 459/5297 8% [===== ] 460/5297 8% [===== ] 461/5297 8% [===== ] 462/5297 8% [===== ] 463/5297 8% [===== ] 464/5297 8% [===== ] 465/5297 8% [===== ] 466/5297 8% [===== ] 467/5297 8% [===== ] 468/5297 8% [===== ] 469/5297 8% [===== ] 470/5297 8% [===== ] 471/5297 8% [===== ] 472/5297 8% [===== ] 473/5297 8% [===== ] 474/5297 8% [===== ] 475/5297 8% [===== ] 476/5297 8% [===== ] 477/5297 9% [===== ] 478/5297 9% [===== ] 479/5297 9% [===== ] 480/5297 9% [===== ] 481/5297 9% [===== ] 482/5297 9% [===== ] 483/5297 9% [===== ] 484/5297 9% [===== ] 485/5297 9% [===== ] 486/5297 9% [===== ] 487/5297 9% [===== ] 488/5297 9% [===== ] 489/5297 9% [===== ] 490/5297 9% [===== ] 491/5297 9% [===== ] 492/5297 9% [===== ] 493/5297 9% [===== ] 494/5297 9% [===== ] 495/5297 9% [===== ] 496/5297 9% [===== ] 497/5297 9% [===== ] 498/5297 9% [===== ] 499/5297 9% [===== ] 500/5297 9% [===== ] 501/5297 9% [===== ] 502/5297 9% [===== ] 503/5297 9% [===== ] 504/5297 9% [===== ] 505/5297 9% [===== ] 506/5297 9% [===== ] 507/5297 9% [===== ] 508/5297 9% [===== ] 509/5297 9% [===== ] 510/5297 9% [===== ] 511/5297 9% [===== ] 512/5297 9% [====== ] 513/5297 9% [====== ] 514/5297 9% [====== ] 515/5297 9% [====== ] 516/5297 9% [====== ] 517/5297 9% [====== ] 518/5297 9% [====== ] 519/5297 9% [====== ] 520/5297 9% [====== ] 521/5297 9% [====== ] 522/5297 9% [====== ] 523/5297 9% [====== ] 524/5297 9% [====== ] 525/5297 9% [====== ] 526/5297 9% [====== ] 527/5297 9% [====== ] 528/5297 9% [====== ] 529/5297 9% [====== ] 530/5297 10% [====== ] 531/5297 10% [====== ] 532/5297 10% [====== ] 533/5297 10% [====== ] 534/5297 10% [====== ] 535/5297 10% [====== ] 536/5297 10% [====== ] 537/5297 10% [====== ] 538/5297 10% [====== ] 539/5297 10% [====== ] 540/5297 10% [====== ] 541/5297 10% [====== ] 542/5297 10% [====== ] 543/5297 10% [====== ] 544/5297 10% [====== ] 545/5297 10% [====== ] 546/5297 10% [====== ] 547/5297 10% [====== ] 548/5297 10% [====== ] 549/5297 10% [====== ] 550/5297 10% [====== ] 551/5297 10% [====== ] 552/5297 10% [====== ] 553/5297 10% [====== ] 554/5297 10% [====== ] 555/5297 10% [====== ] 556/5297 10% [====== ] 557/5297 10% [====== ] 558/5297 10% [====== ] 559/5297 10% [====== ] 560/5297 10% [====== ] 561/5297 10% [====== ] 562/5297 10% [====== ] 563/5297 10% [====== ] 564/5297 10% [====== ] 565/5297 10% [====== ] 566/5297 10% [====== ] 567/5297 10% [====== ] 568/5297 10% [====== ] 569/5297 10% [====== ] 570/5297 10% [====== ] 571/5297 10% [====== ] 572/5297 10% [====== ] 573/5297 10% [====== ] 574/5297 10% [====== ] 575/5297 10% [====== ] 576/5297 10% [====== ] 577/5297 10% [====== ] 578/5297 10% [====== ] 579/5297 10% [====== ] 580/5297 10% [====== ] 581/5297 10% [====== ] 582/5297 10% [====== ] 583/5297 11% [====== ] 584/5297 11% [====== ] 585/5297 11% [====== ] 586/5297 11% [====== ] 587/5297 11% [====== ] 588/5297 11% [====== ] 589/5297 11% [====== ] 590/5297 11% [====== ] 591/5297 11% [====== ] 592/5297 11% [====== ] 593/5297 11% [====== ] 594/5297 11% [====== ] 595/5297 11% [====== ] 596/5297 11% [====== ] 597/5297 11% [====== ] 598/5297 11% [======= ] 599/5297 11% [======= ] 600/5297 11% [======= ] 601/5297 11% [======= ] 602/5297 11% [======= ] 603/5297 11% [======= ] 604/5297 11% [======= ] 605/5297 11% [======= ] 606/5297 11% [======= ] 607/5297 11% [======= ] 608/5297 11% [======= ] 609/5297 11% [======= ] 610/5297 11% [======= ] 611/5297 11% [======= ] 612/5297 11% [======= ] 613/5297 11% [======= ] 614/5297 11% [======= ] 615/5297 11% [======= ] 616/5297 11% [======= ] 617/5297 11% [======= ] 618/5297 11% [======= ] 619/5297 11% [======= ] 620/5297 11% [======= ] 621/5297 11% [======= ] 622/5297 11% [======= ] 623/5297 11% [======= ] 624/5297 11% [======= ] 625/5297 11% [======= ] 626/5297 11% [======= ] 627/5297 11% [======= ] 628/5297 11% [======= ] 629/5297 11% [======= ] 630/5297 11% [======= ] 631/5297 11% [======= ] 632/5297 11% [======= ] 633/5297 11% [======= ] 634/5297 11% [======= ] 635/5297 11% [======= ] 636/5297 12% [======= ] 637/5297 12% [======= ] 638/5297 12% [======= ] 639/5297 12% [======= ] 640/5297 12% [======= ] 641/5297 12% [======= ] 642/5297 12% [======= ] 643/5297 12% [======= ] 644/5297 12% [======= ] 645/5297 12% [======= ] 646/5297 12% [======= ] 647/5297 12% [======= ] 648/5297 12% [======= ] 649/5297 12% [======= ] 650/5297 12% [======= ] 651/5297 12% [======= ] 652/5297 12% [======= ] 653/5297 12% [======= ] 654/5297 12% [======= ] 655/5297 12% [======= ] 656/5297 12% [======= ] 657/5297 12% [======= ] 658/5297 12% [======= ] 659/5297 12% [======= ] 660/5297 12% [======= ] 661/5297 12% [======= ] 662/5297 12% [======= ] 663/5297 12% [======= ] 664/5297 12% [======= ] 665/5297 12% [======= ] 666/5297 12% [======= ] 667/5297 12% [======= ] 668/5297 12% [======= ] 669/5297 12% [======= ] 670/5297 12% [======= ] 671/5297 12% [======= ] 672/5297 12% [======= ] 673/5297 12% [======= ] 674/5297 12% [======= ] 675/5297 12% [======= ] 676/5297 12% [======= ] 677/5297 12% [======= ] 678/5297 12% [======= ] 679/5297 12% [======= ] 680/5297 12% [======= ] 681/5297 12% [======= ] 682/5297 12% [======= ] 683/5297 12% [======== ] 684/5297 12% [======== ] 685/5297 12% [======== ] 686/5297 12% [======== ] 687/5297 12% [======== ] 688/5297 12% [======== ] 689/5297 13% [======== ] 690/5297 13% [======== ] 691/5297 13% [======== ] 692/5297 13% [======== ] 693/5297 13% [======== ] 694/5297 13% [======== ] 695/5297 13% [======== ] 696/5297 13% [======== ] 697/5297 13% [======== ] 698/5297 13% [======== ] 699/5297 13% [======== ] 700/5297 13% [======== ] 701/5297 13% [======== ] 702/5297 13% [======== ] 703/5297 13% [======== ] 704/5297 13% [======== ] 705/5297 13% [======== ] 706/5297 13% [======== ] 707/5297 13% [======== ] 708/5297 13% [======== ] 709/5297 13% [======== ] 710/5297 13% [======== ] 711/5297 13% [======== ] 712/5297 13% [======== ] 713/5297 13% [======== ] 714/5297 13% [======== ] 715/5297 13% [======== ] 716/5297 13% [======== ] 717/5297 13% [======== ] 718/5297 13% [======== ] 719/5297 13% [======== ] 720/5297 13% [======== ] 721/5297 13% [======== ] 722/5297 13% [======== ] 723/5297 13% [======== ] 724/5297 13% [======== ] 725/5297 13% [======== ] 726/5297 13% [======== ] 727/5297 13% [======== ] 728/5297 13% [======== ] 729/5297 13% [======== ] 730/5297 13% [======== ] 731/5297 13% [======== ] 732/5297 13% [======== ] 733/5297 13% [======== ] 734/5297 13% [======== ] 735/5297 13% [======== ] 736/5297 13% [======== ] 737/5297 13% [======== ] 738/5297 13% [======== ] 739/5297 13% [======== ] 740/5297 13% [======== ] 741/5297 13% [======== ] 742/5297 14% [======== ] 743/5297 14% [======== ] 744/5297 14% [======== ] 745/5297 14% [======== ] 746/5297 14% [======== ] 747/5297 14% [======== ] 748/5297 14% [======== ] 749/5297 14% [======== ] 750/5297 14% [======== ] 751/5297 14% [======== ] 752/5297 14% [======== ] 753/5297 14% [======== ] 754/5297 14% [======== ] 755/5297 14% [======== ] 756/5297 14% [======== ] 757/5297 14% [======== ] 758/5297 14% [======== ] 759/5297 14% [======== ] 760/5297 14% [======== ] 761/5297 14% [======== ] 762/5297 14% [======== ] 763/5297 14% [======== ] 764/5297 14% [======== ] 765/5297 14% [======== ] 766/5297 14% [======== ] 767/5297 14% [======== ] 768/5297 14% [========= ] 769/5297 14% [========= ] 770/5297 14% [========= ] 771/5297 14% [========= ] 772/5297 14% [========= ] 773/5297 14% [========= ] 774/5297 14% [========= ] 775/5297 14% [========= ] 776/5297 14% [========= ] 777/5297 14% [========= ] 778/5297 14% [========= ] 779/5297 14% [========= ] 780/5297 14% [========= ] 781/5297 14% [========= ] 782/5297 14% [========= ] 783/5297 14% [========= ] 784/5297 14% [========= ] 785/5297 14% [========= ] 786/5297 14% [========= ] 787/5297 14% [========= ] 788/5297 14% [========= ] 789/5297 14% [========= ] 790/5297 14% [========= ] 791/5297 14% [========= ] 792/5297 14% [========= ] 793/5297 14% [========= ] 794/5297 14% [========= ] 795/5297 15% [========= ] 796/5297 15% [========= ] 797/5297 15% [========= ] 798/5297 15% [========= ] 799/5297 15% [========= ] 800/5297 15% [========= ] 801/5297 15% [========= ] 802/5297 15% [========= ] 803/5297 15% [========= ] 804/5297 15% [========= ] 805/5297 15% [========= ] 806/5297 15% [========= ] 807/5297 15% [========= ] 808/5297 15% [========= ] 809/5297 15% [========= ] 810/5297 15% [========= ] 811/5297 15% [========= ] 812/5297 15% [========= ] 813/5297 15% [========= ] 814/5297 15% [========= ] 815/5297 15% [========= ] 816/5297 15% [========= ] 817/5297 15% [========= ] 818/5297 15% [========= ] 819/5297 15% [========= ] 820/5297 15% [========= ] 821/5297 15% [========= ] 822/5297 15% [========= ] 823/5297 15% [========= ] 824/5297 15% [========= ] 825/5297 15% [========= ] 826/5297 15% [========= ] 827/5297 15% [========= ] 828/5297 15% [========= ] 829/5297 15% [========= ] 830/5297 15% [========= ] 831/5297 15% [========= ] 832/5297 15% [========= ] 833/5297 15% [========= ] 834/5297 15% [========= ] 835/5297 15% [========= ] 836/5297 15% [========= ] 837/5297 15% [========= ] 838/5297 15% [========= ] 839/5297 15% [========= ] 840/5297 15% [========= ] 841/5297 15% [========= ] 842/5297 15% [========= ] 843/5297 15% [========= ] 844/5297 15% [========= ] 845/5297 15% [========= ] 846/5297 15% [========= ] 847/5297 15% [========= ] 848/5297 16% [========= ] 849/5297 16% [========= ] 850/5297 16% [========= ] 851/5297 16% [========= ] 852/5297 16% [========= ] 853/5297 16% [========= ] 854/5297 16% [========== ] 855/5297 16% [========== ] 856/5297 16% [========== ] 857/5297 16% [========== ] 858/5297 16% [========== ] 859/5297 16% [========== ] 860/5297 16% [========== ] 861/5297 16% [========== ] 862/5297 16% [========== ] 863/5297 16% [========== ] 864/5297 16% [========== ] 865/5297 16% [========== ] 866/5297 16% [========== ] 867/5297 16% [========== ] 868/5297 16% [========== ] 869/5297 16% [========== ] 870/5297 16% [========== ] 871/5297 16% [========== ] 872/5297 16% [========== ] 873/5297 16% [========== ] 874/5297 16% [========== ] 875/5297 16% [========== ] 876/5297 16% [========== ] 877/5297 16% [========== ] 878/5297 16% [========== ] 879/5297 16% [========== ] 880/5297 16% [========== ] 881/5297 16% [========== ] 882/5297 16% [========== ] 883/5297 16% [========== ] 884/5297 16% [========== ] 885/5297 16% [========== ] 886/5297 16% [========== ] 887/5297 16% [========== ] 888/5297 16% [========== ] 889/5297 16% [========== ] 890/5297 16% [========== ] 891/5297 16% [========== ] 892/5297 16% [========== ] 893/5297 16% [========== ] 894/5297 16% [========== ] 895/5297 16% [========== ] 896/5297 16% [========== ] 897/5297 16% [========== ] 898/5297 16% [========== ] 899/5297 16% [========== ] 900/5297 16% [========== ] 901/5297 17% [========== ] 902/5297 17% [========== ] 903/5297 17% [========== ] 904/5297 17% [========== ] 905/5297 17% [========== ] 906/5297 17% [========== ] 907/5297 17% [========== ] 908/5297 17% [========== ] 909/5297 17% [========== ] 910/5297 17% [========== ] 911/5297 17% [========== ] 912/5297 17% [========== ] 913/5297 17% [========== ] 914/5297 17% [========== ] 915/5297 17% [========== ] 916/5297 17% [========== ] 917/5297 17% [========== ] 918/5297 17% [========== ] 919/5297 17% [========== ] 920/5297 17% [========== ] 921/5297 17% [========== ] 922/5297 17% [========== ] 923/5297 17% [========== ] 924/5297 17% [========== ] 925/5297 17% [========== ] 926/5297 17% [========== ] 927/5297 17% [========== ] 928/5297 17% [========== ] 929/5297 17% [========== ] 930/5297 17% [========== ] 931/5297 17% [========== ] 932/5297 17% [========== ] 933/5297 17% [========== ] 934/5297 17% [========== ] 935/5297 17% [========== ] 936/5297 17% [========== ] 937/5297 17% [========== ] 938/5297 17% [========== ] 939/5297 17% [=========== ] 940/5297 17% [=========== ] 941/5297 17% [=========== ] 942/5297 17% [=========== ] 943/5297 17% [=========== ] 944/5297 17% [=========== ] 945/5297 17% [=========== ] 946/5297 17% [=========== ] 947/5297 17% [=========== ] 948/5297 17% [=========== ] 949/5297 17% [=========== ] 950/5297 17% [=========== ] 951/5297 17% [=========== ] 952/5297 17% [=========== ] 953/5297 17% [=========== ] 954/5297 18% [=========== ] 955/5297 18% [=========== ] 956/5297 18% [=========== ] 957/5297 18% [=========== ] 958/5297 18% [=========== ] 959/5297 18% [=========== ] 960/5297 18% [=========== ] 961/5297 18% [=========== ] 962/5297 18% [=========== ] 963/5297 18% [=========== ] 964/5297 18% [=========== ] 965/5297 18% [=========== ] 966/5297 18% [=========== ] 967/5297 18% [=========== ] 968/5297 18% [=========== ] 969/5297 18% [=========== ] 970/5297 18% [=========== ] 971/5297 18% [=========== ] 972/5297 18% [=========== ] 973/5297 18% [=========== ] 974/5297 18% [=========== ] 975/5297 18% [=========== ] 976/5297 18% [=========== ] 977/5297 18% [=========== ] 978/5297 18% [=========== ] 979/5297 18% [=========== ] 980/5297 18% [=========== ] 981/5297 18% [=========== ] 982/5297 18% [=========== ] 983/5297 18% [=========== ] 984/5297 18% [=========== ] 985/5297 18% [=========== ] 986/5297 18% [=========== ] 987/5297 18% [=========== ] 988/5297 18% [=========== ] 989/5297 18% [=========== ] 990/5297 18% [=========== ] 991/5297 18% [=========== ] 992/5297 18% [=========== ] 993/5297 18% [=========== ] 994/5297 18% [=========== ] 995/5297 18% [=========== ] 996/5297 18% [=========== ] 997/5297 18% [=========== ] 998/5297 18% [=========== ] 999/5297 18% [=========== ] 1000/5297 18% [=========== ] 1001/5297 18% [=========== ] 1002/5297 18% [=========== ] 1003/5297 18% [=========== ] 1004/5297 18% [=========== ] 1005/5297 18% [=========== ] 1006/5297 18% [=========== ] 1007/5297 19% [=========== ] 1008/5297 19% [=========== ] 1009/5297 19% [=========== ] 1010/5297 19% [=========== ] 1011/5297 19% [=========== ] 1012/5297 19% [=========== ] 1013/5297 19% [=========== ] 1014/5297 19% [=========== ] 1015/5297 19% [=========== ] 1016/5297 19% [=========== ] 1017/5297 19% [=========== ] 1018/5297 19% [=========== ] 1019/5297 19% [=========== ] 1020/5297 19% [=========== ] 1021/5297 19% [=========== ] 1022/5297 19% [=========== ] 1023/5297 19% [=========== ] 1024/5297 19% [=========== ] 1025/5297 19% [============ ] 1026/5297 19% [============ ] 1027/5297 19% [============ ] 1028/5297 19% [============ ] 1029/5297 19% [============ ] 1030/5297 19% [============ ] 1031/5297 19% [============ ] 1032/5297 19% [============ ] 1033/5297 19% [============ ] 1034/5297 19% [============ ] 1035/5297 19% [============ ] 1036/5297 19% [============ ] 1037/5297 19% [============ ] 1038/5297 19% [============ ] 1039/5297 19% [============ ] 1040/5297 19% [============ ] 1041/5297 19% [============ ] 1042/5297 19% [============ ] 1043/5297 19% [============ ] 1044/5297 19% [============ ] 1045/5297 19% [============ ] 1046/5297 19% [============ ] 1047/5297 19% [============ ] 1048/5297 19% [============ ] 1049/5297 19% [============ ] 1050/5297 19% [============ ] 1051/5297 19% [============ ] 1052/5297 19% [============ ] 1053/5297 19% [============ ] 1054/5297 19% [============ ] 1055/5297 19% [============ ] 1056/5297 19% [============ ] 1057/5297 19% [============ ] 1058/5297 19% [============ ] 1059/5297 19% [============ ] 1060/5297 20% [============ ] 1061/5297 20% [============ ] 1062/5297 20% [============ ] 1063/5297 20% [============ ] 1064/5297 20% [============ ] 1065/5297 20% [============ ] 1066/5297 20% [============ ] 1067/5297 20% [============ ] 1068/5297 20% [============ ] 1069/5297 20% [============ ] 1070/5297 20% [============ ] 1071/5297 20% [============ ] 1072/5297 20% [============ ] 1073/5297 20% [============ ] 1074/5297 20% [============ ] 1075/5297 20% [============ ] 1076/5297 20% [============ ] 1077/5297 20% [============ ] 1078/5297 20% [============ ] 1079/5297 20% [============ ] 1080/5297 20% [============ ] 1081/5297 20% [============ ] 1082/5297 20% [============ ] 1083/5297 20% [============ ] 1084/5297 20% [============ ] 1085/5297 20% [============ ] 1086/5297 20% [============ ] 1087/5297 20% [============ ] 1088/5297 20% [============ ] 1089/5297 20% [============ ] 1090/5297 20% [============ ] 1091/5297 20% [============ ] 1092/5297 20% [============ ] 1093/5297 20% [============ ] 1094/5297 20% [============ ] 1095/5297 20% [============ ] 1096/5297 20% [============ ] 1097/5297 20% [============ ] 1098/5297 20% [============ ] 1099/5297 20% [============ ] 1100/5297 20% [============ ] 1101/5297 20% [============ ] 1102/5297 20% [============ ] 1103/5297 20% [============ ] 1104/5297 20% [============ ] 1105/5297 20% [============ ] 1106/5297 20% [============ ] 1107/5297 20% [============ ] 1108/5297 20% [============ ] 1109/5297 20% [============ ] 1110/5297 20% [============= ] 1111/5297 20% [============= ] 1112/5297 20% [============= ] 1113/5297 21% [============= ] 1114/5297 21% [============= ] 1115/5297 21% [============= ] 1116/5297 21% [============= ] 1117/5297 21% [============= ] 1118/5297 21% [============= ] 1119/5297 21% [============= ] 1120/5297 21% [============= ] 1121/5297 21% [============= ] 1122/5297 21% [============= ] 1123/5297 21% [============= ] 1124/5297 21% [============= ] 1125/5297 21% [============= ] 1126/5297 21% [============= ] 1127/5297 21% [============= ] 1128/5297 21% [============= ] 1129/5297 21% [============= ] 1130/5297 21% [============= ] 1131/5297 21% [============= ] 1132/5297 21% [============= ] 1133/5297 21% [============= ] 1134/5297 21% [============= ] 1135/5297 21% [============= ] 1136/5297 21% [============= ] 1137/5297 21% [============= ] 1138/5297 21% [============= ] 1139/5297 21% [============= ] 1140/5297 21% [============= ] 1141/5297 21% [============= ] 1142/5297 21% [============= ] 1143/5297 21% [============= ] 1144/5297 21% [============= ] 1145/5297 21% [============= ] 1146/5297 21% [============= ] 1147/5297 21% [============= ] 1148/5297 21% [============= ] 1149/5297 21% [============= ] 1150/5297 21% [============= ] 1151/5297 21% [============= ] 1152/5297 21% [============= ] 1153/5297 21% [============= ] 1154/5297 21% [============= ] 1155/5297 21% [============= ] 1156/5297 21% [============= ] 1157/5297 21% [============= ] 1158/5297 21% [============= ] 1159/5297 21% [============= ] 1160/5297 21% [============= ] 1161/5297 21% [============= ] 1162/5297 21% [============= ] 1163/5297 21% [============= ] 1164/5297 21% [============= ] 1165/5297 21% [============= ] 1166/5297 22% [============= ] 1167/5297 22% [============= ] 1168/5297 22% [============= ] 1169/5297 22% [============= ] 1170/5297 22% [============= ] 1171/5297 22% [============= ] 1172/5297 22% [============= ] 1173/5297 22% [============= ] 1174/5297 22% [============= ] 1175/5297 22% [============= ] 1176/5297 22% [============= ] 1177/5297 22% [============= ] 1178/5297 22% [============= ] 1179/5297 22% [============= ] 1180/5297 22% [============= ] 1181/5297 22% [============= ] 1182/5297 22% [============= ] 1183/5297 22% [============= ] 1184/5297 22% [============= ] 1185/5297 22% [============= ] 1186/5297 22% [============= ] 1187/5297 22% [============= ] 1188/5297 22% [============= ] 1189/5297 22% [============= ] 1190/5297 22% [============= ] 1191/5297 22% [============= ] 1192/5297 22% [============= ] 1193/5297 22% [============= ] 1194/5297 22% [============= ] 1195/5297 22% [============= ] 1196/5297 22% [============== ] 1197/5297 22% [============== ] 1198/5297 22% [============== ] 1199/5297 22% [============== ] 1200/5297 22% [============== ] 1201/5297 22% [============== ] 1202/5297 22% [============== ] 1203/5297 22% [============== ] 1204/5297 22% [============== ] 1205/5297 22% [============== ] 1206/5297 22% [============== ] 1207/5297 22% [============== ] 1208/5297 22% [============== ] 1209/5297 22% [============== ] 1210/5297 22% [============== ] 1211/5297 22% [============== ] 1212/5297 22% [============== ] 1213/5297 22% [============== ] 1214/5297 22% [============== ] 1215/5297 22% [============== ] 1216/5297 22% [============== ] 1217/5297 22% [============== ] 1218/5297 22% [============== ] 1219/5297 23% [============== ] 1220/5297 23% [============== ] 1221/5297 23% [============== ] 1222/5297 23% [============== ] 1223/5297 23% [============== ] 1224/5297 23% [============== ] 1225/5297 23% [============== ] 1226/5297 23% [============== ] 1227/5297 23% [============== ] 1228/5297 23% [============== ] 1229/5297 23% [============== ] 1230/5297 23% [============== ] 1231/5297 23% [============== ] 1232/5297 23% [============== ] 1233/5297 23% [============== ] 1234/5297 23% [============== ] 1235/5297 23% [============== ] 1236/5297 23% [============== ] 1237/5297 23% [============== ] 1238/5297 23% [============== ] 1239/5297 23% [============== ] 1240/5297 23% [============== ] 1241/5297 23% [============== ] 1242/5297 23% [============== ] 1243/5297 23% [============== ] 1244/5297 23% [============== ] 1245/5297 23% [============== ] 1246/5297 23% [============== ] 1247/5297 23% [============== ] 1248/5297 23% [============== ] 1249/5297 23% [============== ] 1250/5297 23% [============== ] 1251/5297 23% [============== ] 1252/5297 23% [============== ] 1253/5297 23% [============== ] 1254/5297 23% [============== ] 1255/5297 23% [============== ] 1256/5297 23% [============== ] 1257/5297 23% [============== ] 1258/5297 23% [============== ] 1259/5297 23% [============== ] 1260/5297 23% [============== ] 1261/5297 23% [============== ] 1262/5297 23% [============== ] 1263/5297 23% [============== ] 1264/5297 23% [============== ] 1265/5297 23% [============== ] 1266/5297 23% [============== ] 1267/5297 23% [============== ] 1268/5297 23% [============== ] 1269/5297 23% [============== ] 1270/5297 23% [============== ] 1271/5297 23% [============== ] 1272/5297 24% [============== ] 1273/5297 24% [============== ] 1274/5297 24% [============== ] 1275/5297 24% [============== ] 1276/5297 24% [============== ] 1277/5297 24% [============== ] 1278/5297 24% [============== ] 1279/5297 24% [============== ] 1280/5297 24% [============== ] 1281/5297 24% [=============== ] 1282/5297 24% [=============== ] 1283/5297 24% [=============== ] 1284/5297 24% [=============== ] 1285/5297 24% [=============== ] 1286/5297 24% [=============== ] 1287/5297 24% [=============== ] 1288/5297 24% [=============== ] 1289/5297 24% [=============== ] 1290/5297 24% [=============== ] 1291/5297 24% [=============== ] 1292/5297 24% [=============== ] 1293/5297 24% [=============== ] 1294/5297 24% [=============== ] 1295/5297 24% [=============== ] 1296/5297 24% [=============== ] 1297/5297 24% [=============== ] 1298/5297 24% [=============== ] 1299/5297 24% [=============== ] 1300/5297 24% [=============== ] 1301/5297 24% [=============== ] 1302/5297 24% [=============== ] 1303/5297 24% [=============== ] 1304/5297 24% [=============== ] 1305/5297 24% [=============== ] 1306/5297 24% [=============== ] 1307/5297 24% [=============== ] 1308/5297 24% [=============== ] 1309/5297 24% [=============== ] 1310/5297 24% [=============== ] 1311/5297 24% [=============== ] 1312/5297 24% [=============== ] 1313/5297 24% [=============== ] 1314/5297 24% [=============== ] 1315/5297 24% [=============== ] 1316/5297 24% [=============== ] 1317/5297 24% [=============== ] 1318/5297 24% [=============== ] 1319/5297 24% [=============== ] 1320/5297 24% [=============== ] 1321/5297 24% [=============== ] 1322/5297 24% [=============== ] 1323/5297 24% [=============== ] 1324/5297 24% [=============== ] 1325/5297 25% [=============== ] 1326/5297 25% [=============== ] 1327/5297 25% [=============== ] 1328/5297 25% [=============== ] 1329/5297 25% [=============== ] 1330/5297 25% [=============== ] 1331/5297 25% [=============== ] 1332/5297 25% [=============== ] 1333/5297 25% [=============== ] 1334/5297 25% [=============== ] 1335/5297 25% [=============== ] 1336/5297 25% [=============== ] 1337/5297 25% [=============== ] 1338/5297 25% [=============== ] 1339/5297 25% [=============== ] 1340/5297 25% [=============== ] 1341/5297 25% [=============== ] 1342/5297 25% [=============== ] 1343/5297 25% [=============== ] 1344/5297 25% [=============== ] 1345/5297 25% [=============== ] 1346/5297 25% [=============== ] 1347/5297 25% [=============== ] 1348/5297 25% [=============== ] 1349/5297 25% [=============== ] 1350/5297 25% [=============== ] 1351/5297 25% [=============== ] 1352/5297 25% [=============== ] 1353/5297 25% [=============== ] 1354/5297 25% [=============== ] 1355/5297 25% [=============== ] 1356/5297 25% [=============== ] 1357/5297 25% [=============== ] 1358/5297 25% [=============== ] 1359/5297 25% [=============== ] 1360/5297 25% [=============== ] 1361/5297 25% [=============== ] 1362/5297 25% [=============== ] 1363/5297 25% [=============== ] 1364/5297 25% [=============== ] 1365/5297 25% [=============== ] 1366/5297 25% [================ ] 1367/5297 25% [================ ] 1368/5297 25% [================ ] 1369/5297 25% [================ ] 1370/5297 25% [================ ] 1371/5297 25% [================ ] 1372/5297 25% [================ ] 1373/5297 25% [================ ] 1374/5297 25% [================ ] 1375/5297 25% [================ ] 1376/5297 25% [================ ] 1377/5297 25% [================ ] 1378/5297 26% [================ ] 1379/5297 26% [================ ] 1380/5297 26% [================ ] 1381/5297 26% [================ ] 1382/5297 26% [================ ] 1383/5297 26% [================ ] 1384/5297 26% [================ ] 1385/5297 26% [================ ] 1386/5297 26% [================ ] 1387/5297 26% [================ ] 1388/5297 26% [================ ] 1389/5297 26% [================ ] 1390/5297 26% [================ ] 1391/5297 26% [================ ] 1392/5297 26% [================ ] 1393/5297 26% [================ ] 1394/5297 26% [================ ] 1395/5297 26% [================ ] 1396/5297 26% [================ ] 1397/5297 26% [================ ] 1398/5297 26% [================ ] 1399/5297 26% [================ ] 1400/5297 26% [================ ] 1401/5297 26% [================ ] 1402/5297 26% [================ ] 1403/5297 26% [================ ] 1404/5297 26% [================ ] 1405/5297 26% [================ ] 1406/5297 26% [================ ] 1407/5297 26% [================ ] 1408/5297 26% [================ ] 1409/5297 26% [================ ] 1410/5297 26% [================ ] 1411/5297 26% [================ ] 1412/5297 26% [================ ] 1413/5297 26% [================ ] 1414/5297 26% [================ ] 1415/5297 26% [================ ] 1416/5297 26% [================ ] 1417/5297 26% [================ ] 1418/5297 26% [================ ] 1419/5297 26% [================ ] 1420/5297 26% [================ ] 1421/5297 26% [================ ] 1422/5297 26% [================ ] 1423/5297 26% [================ ] 1424/5297 26% [================ ] 1425/5297 26% [================ ] 1426/5297 26% [================ ] 1427/5297 26% [================ ] 1428/5297 26% [================ ] 1429/5297 26% [================ ] 1430/5297 26% [================ ] 1431/5297 27% [================ ] 1432/5297 27% [================ ] 1433/5297 27% [================ ] 1434/5297 27% [================ ] 1435/5297 27% [================ ] 1436/5297 27% [================ ] 1437/5297 27% [================ ] 1438/5297 27% [================ ] 1439/5297 27% [================ ] 1440/5297 27% [================ ] 1441/5297 27% [================ ] 1442/5297 27% [================ ] 1443/5297 27% [================ ] 1444/5297 27% [================ ] 1445/5297 27% [================ ] 1446/5297 27% [================ ] 1447/5297 27% [================ ] 1448/5297 27% [================ ] 1449/5297 27% [================ ] 1450/5297 27% [================ ] 1451/5297 27% [================ ] 1452/5297 27% [================= ] 1453/5297 27% [================= ] 1454/5297 27% [================= ] 1455/5297 27% [================= ] 1456/5297 27% [================= ] 1457/5297 27% [================= ] 1458/5297 27% [================= ] 1459/5297 27% [================= ] 1460/5297 27% [================= ] 1461/5297 27% [================= ] 1462/5297 27% [================= ] 1463/5297 27% [================= ] 1464/5297 27% [================= ] 1465/5297 27% [================= ] 1466/5297 27% [================= ] 1467/5297 27% [================= ] 1468/5297 27% [================= ] 1469/5297 27% [================= ] 1470/5297 27% [================= ] 1471/5297 27% [================= ] 1472/5297 27% [================= ] 1473/5297 27% [================= ] 1474/5297 27% [================= ] 1475/5297 27% [================= ] 1476/5297 27% [================= ] 1477/5297 27% [================= ] 1478/5297 27% [================= ] 1479/5297 27% [================= ] 1480/5297 27% [================= ] 1481/5297 27% [================= ] 1482/5297 27% [================= ] 1483/5297 27% [================= ] 1484/5297 28% [================= ] 1485/5297 28% [================= ] 1486/5297 28% [================= ] 1487/5297 28% [================= ] 1488/5297 28% [================= ] 1489/5297 28% [================= ] 1490/5297 28% [================= ] 1491/5297 28% [================= ] 1492/5297 28% [================= ] 1493/5297 28% [================= ] 1494/5297 28% [================= ] 1495/5297 28% [================= ] 1496/5297 28% [================= ] 1497/5297 28% [================= ] 1498/5297 28% [================= ] 1499/5297 28% [================= ] 1500/5297 28% [================= ] 1501/5297 28% [================= ] 1502/5297 28% [================= ] 1503/5297 28% [================= ] 1504/5297 28% [================= ] 1505/5297 28% [================= ] 1506/5297 28% [================= ] 1507/5297 28% [================= ] 1508/5297 28% [================= ] 1509/5297 28% [================= ] 1510/5297 28% [================= ] 1511/5297 28% [================= ] 1512/5297 28% [================= ] 1513/5297 28% [================= ] 1514/5297 28% [================= ] 1515/5297 28% [================= ] 1516/5297 28% [================= ] 1517/5297 28% [================= ] 1518/5297 28% [================= ] 1519/5297 28% [================= ] 1520/5297 28% [================= ] 1521/5297 28% [================= ] 1522/5297 28% [================= ] 1523/5297 28% [================= ] 1524/5297 28% [================= ] 1525/5297 28% [================= ] 1526/5297 28% [================= ] 1527/5297 28% [================= ] 1528/5297 28% [================= ] 1529/5297 28% [================= ] 1530/5297 28% [================= ] 1531/5297 28% [================= ] 1532/5297 28% [================= ] 1533/5297 28% [================= ] 1534/5297 28% [================= ] 1535/5297 28% [================= ] 1536/5297 28% [================= ] 1537/5297 29% [================== ] 1538/5297 29% [================== ] 1539/5297 29% [================== ] 1540/5297 29% [================== ] 1541/5297 29% [================== ] 1542/5297 29% [================== ] 1543/5297 29% [================== ] 1544/5297 29% [================== ] 1545/5297 29% [================== ] 1546/5297 29% [================== ] 1547/5297 29% [================== ] 1548/5297 29% [================== ] 1549/5297 29% [================== ] 1550/5297 29% [================== ] 1551/5297 29% [================== ] 1552/5297 29% [================== ] 1553/5297 29% [================== ] 1554/5297 29% [================== ] 1555/5297 29% [================== ] 1556/5297 29% [================== ] 1557/5297 29% [================== ] 1558/5297 29% [================== ] 1559/5297 29% [================== ] 1560/5297 29% [================== ] 1561/5297 29% [================== ] 1562/5297 29% [================== ] 1563/5297 29% [================== ] 1564/5297 29% [================== ] 1565/5297 29% [================== ] 1566/5297 29% [================== ] 1567/5297 29% [================== ] 1568/5297 29% [================== ] 1569/5297 29% [================== ] 1570/5297 29% [================== ] 1571/5297 29% [================== ] 1572/5297 29% [================== ] 1573/5297 29% [================== ] 1574/5297 29% [================== ] 1575/5297 29% [================== ] 1576/5297 29% [================== ] 1577/5297 29% [================== ] 1578/5297 29% [================== ] 1579/5297 29% [================== ] 1580/5297 29% [================== ] 1581/5297 29% [================== ] 1582/5297 29% [================== ] 1583/5297 29% [================== ] 1584/5297 29% [================== ] 1585/5297 29% [================== ] 1586/5297 29% [================== ] 1587/5297 29% [================== ] 1588/5297 29% [================== ] 1589/5297 29% [================== ] 1590/5297 30% [================== ] 1591/5297 30% [================== ] 1592/5297 30% [================== ] 1593/5297 30% [================== ] 1594/5297 30% [================== ] 1595/5297 30% [================== ] 1596/5297 30% [================== ] 1597/5297 30% [================== ] 1598/5297 30% [================== ] 1599/5297 30% [================== ] 1600/5297 30% [================== ] 1601/5297 30% [================== ] 1602/5297 30% [================== ] 1603/5297 30% [================== ] 1604/5297 30% [================== ] 1605/5297 30% [================== ] 1606/5297 30% [================== ] 1607/5297 30% [================== ] 1608/5297 30% [================== ] 1609/5297 30% [================== ] 1610/5297 30% [================== ] 1611/5297 30% [================== ] 1612/5297 30% [================== ] 1613/5297 30% [================== ] 1614/5297 30% [================== ] 1615/5297 30% [================== ] 1616/5297 30% [================== ] 1617/5297 30% [================== ] 1618/5297 30% [================== ] 1619/5297 30% [================== ] 1620/5297 30% [================== ] 1621/5297 30% [================== ] 1622/5297 30% [================== ] 1623/5297 30% [=================== ] 1624/5297 30% [=================== ] 1625/5297 30% [=================== ] 1626/5297 30% [=================== ] 1627/5297 30% [=================== ] 1628/5297 30% [=================== ] 1629/5297 30% [=================== ] 1630/5297 30% [=================== ] 1631/5297 30% [=================== ] 1632/5297 30% [=================== ] 1633/5297 30% [=================== ] 1634/5297 30% [=================== ] 1635/5297 30% [=================== ] 1636/5297 30% [=================== ] 1637/5297 30% [=================== ] 1638/5297 30% [=================== ] 1639/5297 30% [=================== ] 1640/5297 30% [=================== ] 1641/5297 30% [=================== ] 1642/5297 30% [=================== ] 1643/5297 31% [=================== ] 1644/5297 31% [=================== ] 1645/5297 31% [=================== ] 1646/5297 31% [=================== ] 1647/5297 31% [=================== ] 1648/5297 31% [=================== ] 1649/5297 31% [=================== ] 1650/5297 31% [=================== ] 1651/5297 31% [=================== ] 1652/5297 31% [=================== ] 1653/5297 31% [=================== ] 1654/5297 31% [=================== ] 1655/5297 31% [=================== ] 1656/5297 31% [=================== ] 1657/5297 31% [=================== ] 1658/5297 31% [=================== ] 1659/5297 31% [=================== ] 1660/5297 31% [=================== ] 1661/5297 31% [=================== ] 1662/5297 31% [=================== ] 1663/5297 31% [=================== ] 1664/5297 31% [=================== ] 1665/5297 31% [=================== ] 1666/5297 31% [=================== ] 1667/5297 31% [=================== ] 1668/5297 31% [=================== ] 1669/5297 31% [=================== ] 1670/5297 31% [=================== ] 1671/5297 31% [=================== ] 1672/5297 31% [=================== ] 1673/5297 31% [=================== ] 1674/5297 31% [=================== ] 1675/5297 31% [=================== ] 1676/5297 31% [=================== ] 1677/5297 31% [=================== ] 1678/5297 31% [=================== ] 1679/5297 31% [=================== ] 1680/5297 31% [=================== ] 1681/5297 31% [=================== ] 1682/5297 31% [=================== ] 1683/5297 31% [=================== ] 1684/5297 31% [=================== ] 1685/5297 31% [=================== ] 1686/5297 31% [=================== ] 1687/5297 31% [=================== ] 1688/5297 31% [=================== ] 1689/5297 31% [=================== ] 1690/5297 31% [=================== ] 1691/5297 31% [=================== ] 1692/5297 31% [=================== ] 1693/5297 31% [=================== ] 1694/5297 31% [=================== ] 1695/5297 31% [=================== ] 1696/5297 32% [=================== ] 1697/5297 32% [=================== ] 1698/5297 32% [=================== ] 1699/5297 32% [=================== ] 1700/5297 32% [=================== ] 1701/5297 32% [=================== ] 1702/5297 32% [=================== ] 1703/5297 32% [=================== ] 1704/5297 32% [=================== ] 1705/5297 32% [=================== ] 1706/5297 32% [=================== ] 1707/5297 32% [=================== ] 1708/5297 32% [==================== ] 1709/5297 32% [==================== ] 1710/5297 32% [==================== ] 1711/5297 32% [==================== ] 1712/5297 32% [==================== ] 1713/5297 32% [==================== ] 1714/5297 32% [==================== ] 1715/5297 32% [==================== ] 1716/5297 32% [==================== ] 1717/5297 32% [==================== ] 1718/5297 32% [==================== ] 1719/5297 32% [==================== ] 1720/5297 32% [==================== ] 1721/5297 32% [==================== ] 1722/5297 32% [==================== ] 1723/5297 32% [==================== ] 1724/5297 32% [==================== ] 1725/5297 32% [==================== ] 1726/5297 32% [==================== ] 1727/5297 32% [==================== ] 1728/5297 32% [==================== ] 1729/5297 32% [==================== ] 1730/5297 32% [==================== ] 1731/5297 32% [==================== ] 1732/5297 32% [==================== ] 1733/5297 32% [==================== ] 1734/5297 32% [==================== ] 1735/5297 32% [==================== ] 1736/5297 32% [==================== ] 1737/5297 32% [==================== ] 1738/5297 32% [==================== ] 1739/5297 32% [==================== ] 1740/5297 32% [==================== ] 1741/5297 32% [==================== ] 1742/5297 32% [==================== ] 1743/5297 32% [==================== ] 1744/5297 32% [==================== ] 1745/5297 32% [==================== ] 1746/5297 32% [==================== ] 1747/5297 32% [==================== ] 1748/5297 32% [==================== ] 1749/5297 33% [==================== ] 1750/5297 33% [==================== ] 1751/5297 33% [==================== ] 1752/5297 33% [==================== ] 1753/5297 33% [==================== ] 1754/5297 33% [==================== ] 1755/5297 33% [==================== ] 1756/5297 33% [==================== ] 1757/5297 33% [==================== ] 1758/5297 33% [==================== ] 1759/5297 33% [==================== ] 1760/5297 33% [==================== ] 1761/5297 33% [==================== ] 1762/5297 33% [==================== ] 1763/5297 33% [==================== ] 1764/5297 33% [==================== ] 1765/5297 33% [==================== ] 1766/5297 33% [==================== ] 1767/5297 33% [==================== ] 1768/5297 33% [==================== ] 1769/5297 33% [==================== ] 1770/5297 33% [==================== ] 1771/5297 33% [==================== ] 1772/5297 33% [==================== ] 1773/5297 33% [==================== ] 1774/5297 33% [==================== ] 1775/5297 33% [==================== ] 1776/5297 33% [==================== ] 1777/5297 33% [==================== ] 1778/5297 33% [==================== ] 1779/5297 33% [==================== ] 1780/5297 33% [==================== ] 1781/5297 33% [==================== ] 1782/5297 33% [==================== ] 1783/5297 33% [==================== ] 1784/5297 33% [==================== ] 1785/5297 33% [==================== ] 1786/5297 33% [==================== ] 1787/5297 33% [==================== ] 1788/5297 33% [==================== ] 1789/5297 33% [==================== ] 1790/5297 33% [==================== ] 1791/5297 33% [==================== ] 1792/5297 33% [==================== ] 1793/5297 33% [==================== ] 1794/5297 33% [===================== ] 1795/5297 33% [===================== ] 1796/5297 33% [===================== ] 1797/5297 33% [===================== ] 1798/5297 33% [===================== ] 1799/5297 33% [===================== ] 1800/5297 33% [===================== ] 1801/5297 34% [===================== ] 1802/5297 34% [===================== ] 1803/5297 34% [===================== ] 1804/5297 34% [===================== ] 1805/5297 34% [===================== ] 1806/5297 34% [===================== ] 1807/5297 34% [===================== ] 1808/5297 34% [===================== ] 1809/5297 34% [===================== ] 1810/5297 34% [===================== ] 1811/5297 34% [===================== ] 1812/5297 34% [===================== ] 1813/5297 34% [===================== ] 1814/5297 34% [===================== ] 1815/5297 34% [===================== ] 1816/5297 34% [===================== ] 1817/5297 34% [===================== ] 1818/5297 34% [===================== ] 1819/5297 34% [===================== ] 1820/5297 34% [===================== ] 1821/5297 34% [===================== ] 1822/5297 34% [===================== ] 1823/5297 34% [===================== ] 1824/5297 34% [===================== ] 1825/5297 34% [===================== ] 1826/5297 34% [===================== ] 1827/5297 34% [===================== ] 1828/5297 34% [===================== ] 1829/5297 34% [===================== ] 1830/5297 34% [===================== ] 1831/5297 34% [===================== ] 1832/5297 34% [===================== ] 1833/5297 34% [===================== ] 1834/5297 34% [===================== ] 1835/5297 34% [===================== ] 1836/5297 34% [===================== ] 1837/5297 34% [===================== ] 1838/5297 34% [===================== ] 1839/5297 34% [===================== ] 1840/5297 34% [===================== ] 1841/5297 34% [===================== ] 1842/5297 34% [===================== ] 1843/5297 34% [===================== ] 1844/5297 34% [===================== ] 1845/5297 34% [===================== ] 1846/5297 34% [===================== ] 1847/5297 34% [===================== ] 1848/5297 34% [===================== ] 1849/5297 34% [===================== ] 1850/5297 34% [===================== ] 1851/5297 34% [===================== ] 1852/5297 34% [===================== ] 1853/5297 34% [===================== ] 1854/5297 35% [===================== ] 1855/5297 35% [===================== ] 1856/5297 35% [===================== ] 1857/5297 35% [===================== ] 1858/5297 35% [===================== ] 1859/5297 35% [===================== ] 1860/5297 35% [===================== ] 1861/5297 35% [===================== ] 1862/5297 35% [===================== ] 1863/5297 35% [===================== ] 1864/5297 35% [===================== ] 1865/5297 35% [===================== ] 1866/5297 35% [===================== ] 1867/5297 35% [===================== ] 1868/5297 35% [===================== ] 1869/5297 35% [===================== ] 1870/5297 35% [===================== ] 1871/5297 35% [===================== ] 1872/5297 35% [===================== ] 1873/5297 35% [===================== ] 1874/5297 35% [===================== ] 1875/5297 35% [===================== ] 1876/5297 35% [===================== ] 1877/5297 35% [===================== ] 1878/5297 35% [===================== ] 1879/5297 35% [====================== ] 1880/5297 35% [====================== ] 1881/5297 35% [====================== ] 1882/5297 35% [====================== ] 1883/5297 35% [====================== ] 1884/5297 35% [====================== ] 1885/5297 35% [====================== ] 1886/5297 35% [====================== ] 1887/5297 35% [====================== ] 1888/5297 35% [====================== ] 1889/5297 35% [====================== ] 1890/5297 35% [====================== ] 1891/5297 35% [====================== ] 1892/5297 35% [====================== ] 1893/5297 35% [====================== ] 1894/5297 35% [====================== ] 1895/5297 35% [====================== ] 1896/5297 35% [====================== ] 1897/5297 35% [====================== ] 1898/5297 35% [====================== ] 1899/5297 35% [====================== ] 1900/5297 35% [====================== ] 1901/5297 35% [====================== ] 1902/5297 35% [====================== ] 1903/5297 35% [====================== ] 1904/5297 35% [====================== ] 1905/5297 35% [====================== ] 1906/5297 35% [====================== ] 1907/5297 36% [====================== ] 1908/5297 36% [====================== ] 1909/5297 36% [====================== ] 1910/5297 36% [====================== ] 1911/5297 36% [====================== ] 1912/5297 36% [====================== ] 1913/5297 36% [====================== ] 1914/5297 36% [====================== ] 1915/5297 36% [====================== ] 1916/5297 36% [====================== ] 1917/5297 36% [====================== ] 1918/5297 36% [====================== ] 1919/5297 36% [====================== ] 1920/5297 36% [====================== ] 1921/5297 36% [====================== ] 1922/5297 36% [====================== ] 1923/5297 36% [====================== ] 1924/5297 36% [====================== ] 1925/5297 36% [====================== ] 1926/5297 36% [====================== ] 1927/5297 36% [====================== ] 1928/5297 36% [====================== ] 1929/5297 36% [====================== ] 1930/5297 36% [====================== ] 1931/5297 36% [====================== ] 1932/5297 36% [====================== ] 1933/5297 36% [====================== ] 1934/5297 36% [====================== ] 1935/5297 36% [====================== ] 1936/5297 36% [====================== ] 1937/5297 36% [====================== ] 1938/5297 36% [====================== ] 1939/5297 36% [====================== ] 1940/5297 36% [====================== ] 1941/5297 36% [====================== ] 1942/5297 36% [====================== ] 1943/5297 36% [====================== ] 1944/5297 36% [====================== ] 1945/5297 36% [====================== ] 1946/5297 36% [====================== ] 1947/5297 36% [====================== ] 1948/5297 36% [====================== ] 1949/5297 36% [====================== ] 1950/5297 36% [====================== ] 1951/5297 36% [====================== ] 1952/5297 36% [====================== ] 1953/5297 36% [====================== ] 1954/5297 36% [====================== ] 1955/5297 36% [====================== ] 1956/5297 36% [====================== ] 1957/5297 36% [====================== ] 1958/5297 36% [====================== ] 1959/5297 36% [====================== ] 1960/5297 37% [====================== ] 1961/5297 37% [====================== ] 1962/5297 37% [====================== ] 1963/5297 37% [====================== ] 1964/5297 37% [====================== ] 1965/5297 37% [======================= ] 1966/5297 37% [======================= ] 1967/5297 37% [======================= ] 1968/5297 37% [======================= ] 1969/5297 37% [======================= ] 1970/5297 37% [======================= ] 1971/5297 37% [======================= ] 1972/5297 37% [======================= ] 1973/5297 37% [======================= ] 1974/5297 37% [======================= ] 1975/5297 37% [======================= ] 1976/5297 37% [======================= ] 1977/5297 37% [======================= ] 1978/5297 37% [======================= ] 1979/5297 37% [======================= ] 1980/5297 37% [======================= ] 1981/5297 37% [======================= ] 1982/5297 37% [======================= ] 1983/5297 37% [======================= ] 1984/5297 37% [======================= ] 1985/5297 37% [======================= ] 1986/5297 37% [======================= ] 1987/5297 37% [======================= ] 1988/5297 37% [======================= ] 1989/5297 37% [======================= ] 1990/5297 37% [======================= ] 1991/5297 37% [======================= ] 1992/5297 37% [======================= ] 1993/5297 37% [======================= ] 1994/5297 37% [======================= ] 1995/5297 37% [======================= ] 1996/5297 37% [======================= ] 1997/5297 37% [======================= ] 1998/5297 37% [======================= ] 1999/5297 37% [======================= ] 2000/5297 37% [======================= ] 2001/5297 37% [======================= ] 2002/5297 37% [======================= ] 2003/5297 37% [======================= ] 2004/5297 37% [======================= ] 2005/5297 37% [======================= ] 2006/5297 37% [======================= ] 2007/5297 37% [======================= ] 2008/5297 37% [======================= ] 2009/5297 37% [======================= ] 2010/5297 37% [======================= ] 2011/5297 37% [======================= ] 2012/5297 37% [======================= ] 2013/5297 38% [======================= ] 2014/5297 38% [======================= ] 2015/5297 38% [======================= ] 2016/5297 38% [======================= ] 2017/5297 38% [======================= ] 2018/5297 38% [======================= ] 2019/5297 38% [======================= ] 2020/5297 38% [======================= ] 2021/5297 38% [======================= ] 2022/5297 38% [======================= ] 2023/5297 38% [======================= ] 2024/5297 38% [======================= ] 2025/5297 38% [======================= ] 2026/5297 38% [======================= ] 2027/5297 38% [======================= ] 2028/5297 38% [======================= ] 2029/5297 38% [======================= ] 2030/5297 38% [======================= ] 2031/5297 38% [======================= ] 2032/5297 38% [======================= ] 2033/5297 38% [======================= ] 2034/5297 38% [======================= ] 2035/5297 38% [======================= ] 2036/5297 38% [======================= ] 2037/5297 38% [======================= ] 2038/5297 38% [======================= ] 2039/5297 38% [======================= ] 2040/5297 38% [======================= ] 2041/5297 38% [======================= ] 2042/5297 38% [======================= ] 2043/5297 38% [======================= ] 2044/5297 38% [======================= ] 2045/5297 38% [======================= ] 2046/5297 38% [======================= ] 2047/5297 38% [======================= ] 2048/5297 38% [======================= ] 2049/5297 38% [======================= ] 2050/5297 38% [======================== ] 2051/5297 38% [======================== ] 2052/5297 38% [======================== ] 2053/5297 38% [======================== ] 2054/5297 38% [======================== ] 2055/5297 38% [======================== ] 2056/5297 38% [======================== ] 2057/5297 38% [======================== ] 2058/5297 38% [======================== ] 2059/5297 38% [======================== ] 2060/5297 38% [======================== ] 2061/5297 38% [======================== ] 2062/5297 38% [======================== ] 2063/5297 38% [======================== ] 2064/5297 38% [======================== ] 2065/5297 38% [======================== ] 2066/5297 39% [======================== ] 2067/5297 39% [======================== ] 2068/5297 39% [======================== ] 2069/5297 39% [======================== ] 2070/5297 39% [======================== ] 2071/5297 39% [======================== ] 2072/5297 39% [======================== ] 2073/5297 39% [======================== ] 2074/5297 39% [======================== ] 2075/5297 39% [======================== ] 2076/5297 39% [======================== ] 2077/5297 39% [======================== ] 2078/5297 39% [======================== ] 2079/5297 39% [======================== ] 2080/5297 39% [======================== ] 2081/5297 39% [======================== ] 2082/5297 39% [======================== ] 2083/5297 39% [======================== ] 2084/5297 39% [======================== ] 2085/5297 39% [======================== ] 2086/5297 39% [======================== ] 2087/5297 39% [======================== ] 2088/5297 39% [======================== ] 2089/5297 39% [======================== ] 2090/5297 39% [======================== ] 2091/5297 39% [======================== ] 2092/5297 39% [======================== ] 2093/5297 39% [======================== ] 2094/5297 39% [======================== ] 2095/5297 39% [======================== ] 2096/5297 39% [======================== ] 2097/5297 39% [======================== ] 2098/5297 39% [======================== ] 2099/5297 39% [======================== ] 2100/5297 39% [======================== ] 2101/5297 39% [======================== ] 2102/5297 39% [======================== ] 2103/5297 39% [======================== ] 2104/5297 39% [======================== ] 2105/5297 39% [======================== ] 2106/5297 39% [======================== ] 2107/5297 39% [======================== ] 2108/5297 39% [======================== ] 2109/5297 39% [======================== ] 2110/5297 39% [======================== ] 2111/5297 39% [======================== ] 2112/5297 39% [======================== ] 2113/5297 39% [======================== ] 2114/5297 39% [======================== ] 2115/5297 39% [======================== ] 2116/5297 39% [======================== ] 2117/5297 39% [======================== ] 2118/5297 39% [======================== ] 2119/5297 40% [======================== ] 2120/5297 40% [======================== ] 2121/5297 40% [======================== ] 2122/5297 40% [======================== ] 2123/5297 40% [======================== ] 2124/5297 40% [======================== ] 2125/5297 40% [======================== ] 2126/5297 40% [======================== ] 2127/5297 40% [======================== ] 2128/5297 40% [======================== ] 2129/5297 40% [======================== ] 2130/5297 40% [======================== ] 2131/5297 40% [======================== ] 2132/5297 40% [======================== ] 2133/5297 40% [======================== ] 2134/5297 40% [======================== ] 2135/5297 40% [========================= ] 2136/5297 40% [========================= ] 2137/5297 40% [========================= ] 2138/5297 40% [========================= ] 2139/5297 40% [========================= ] 2140/5297 40% [========================= ] 2141/5297 40% [========================= ] 2142/5297 40% [========================= ] 2143/5297 40% [========================= ] 2144/5297 40% [========================= ] 2145/5297 40% [========================= ] 2146/5297 40% [========================= ] 2147/5297 40% [========================= ] 2148/5297 40% [========================= ] 2149/5297 40% [========================= ] 2150/5297 40% [========================= ] 2151/5297 40% [========================= ] 2152/5297 40% [========================= ] 2153/5297 40% [========================= ] 2154/5297 40% [========================= ] 2155/5297 40% [========================= ] 2156/5297 40% [========================= ] 2157/5297 40% [========================= ] 2158/5297 40% [========================= ] 2159/5297 40% [========================= ] 2160/5297 40% [========================= ] 2161/5297 40% [========================= ] 2162/5297 40% [========================= ] 2163/5297 40% [========================= ] 2164/5297 40% [========================= ] 2165/5297 40% [========================= ] 2166/5297 40% [========================= ] 2167/5297 40% [========================= ] 2168/5297 40% [========================= ] 2169/5297 40% [========================= ] 2170/5297 40% [========================= ] 2171/5297 40% [========================= ] 2172/5297 41% [========================= ] 2173/5297 41% [========================= ] 2174/5297 41% [========================= ] 2175/5297 41% [========================= ] 2176/5297 41% [========================= ] 2177/5297 41% [========================= ] 2178/5297 41% [========================= ] 2179/5297 41% [========================= ] 2180/5297 41% [========================= ] 2181/5297 41% [========================= ] 2182/5297 41% [========================= ] 2183/5297 41% [========================= ] 2184/5297 41% [========================= ] 2185/5297 41% [========================= ] 2186/5297 41% [========================= ] 2187/5297 41% [========================= ] 2188/5297 41% [========================= ] 2189/5297 41% [========================= ] 2190/5297 41% [========================= ] 2191/5297 41% [========================= ] 2192/5297 41% [========================= ] 2193/5297 41% [========================= ] 2194/5297 41% [========================= ] 2195/5297 41% [========================= ] 2196/5297 41% [========================= ] 2197/5297 41% [========================= ] 2198/5297 41% [========================= ] 2199/5297 41% [========================= ] 2200/5297 41% [========================= ] 2201/5297 41% [========================= ] 2202/5297 41% [========================= ] 2203/5297 41% [========================= ] 2204/5297 41% [========================= ] 2205/5297 41% [========================= ] 2206/5297 41% [========================= ] 2207/5297 41% [========================= ] 2208/5297 41% [========================= ] 2209/5297 41% [========================= ] 2210/5297 41% [========================= ] 2211/5297 41% [========================= ] 2212/5297 41% [========================= ] 2213/5297 41% [========================= ] 2214/5297 41% [========================= ] 2215/5297 41% [========================= ] 2216/5297 41% [========================= ] 2217/5297 41% [========================= ] 2218/5297 41% [========================= ] 2219/5297 41% [========================= ] 2220/5297 41% [========================= ] 2221/5297 41% [========================== ] 2222/5297 41% [========================== ] 2223/5297 41% [========================== ] 2224/5297 41% [========================== ] 2225/5297 42% [========================== ] 2226/5297 42% [========================== ] 2227/5297 42% [========================== ] 2228/5297 42% [========================== ] 2229/5297 42% [========================== ] 2230/5297 42% [========================== ] 2231/5297 42% [========================== ] 2232/5297 42% [========================== ] 2233/5297 42% [========================== ] 2234/5297 42% [========================== ] 2235/5297 42% [========================== ] 2236/5297 42% [========================== ] 2237/5297 42% [========================== ] 2238/5297 42% [========================== ] 2239/5297 42% [========================== ] 2240/5297 42% [========================== ] 2241/5297 42% [========================== ] 2242/5297 42% [========================== ] 2243/5297 42% [========================== ] 2244/5297 42% [========================== ] 2245/5297 42% [========================== ] 2246/5297 42% [========================== ] 2247/5297 42% [========================== ] 2248/5297 42% [========================== ] 2249/5297 42% [========================== ] 2250/5297 42% [========================== ] 2251/5297 42% [========================== ] 2252/5297 42% [========================== ] 2253/5297 42% [========================== ] 2254/5297 42% [========================== ] 2255/5297 42% [========================== ] 2256/5297 42% [========================== ] 2257/5297 42% [========================== ] 2258/5297 42% [========================== ] 2259/5297 42% [========================== ] 2260/5297 42% [========================== ] 2261/5297 42% [========================== ] 2262/5297 42% [========================== ] 2263/5297 42% [========================== ] 2264/5297 42% [========================== ] 2265/5297 42% [========================== ] 2266/5297 42% [========================== ] 2267/5297 42% [========================== ] 2268/5297 42% [========================== ] 2269/5297 42% [========================== ] 2270/5297 42% [========================== ] 2271/5297 42% [========================== ] 2272/5297 42% [========================== ] 2273/5297 42% [========================== ] 2274/5297 42% [========================== ] 2275/5297 42% [========================== ] 2276/5297 42% [========================== ] 2277/5297 42% [========================== ] 2278/5297 43% [========================== ] 2279/5297 43% [========================== ] 2280/5297 43% [========================== ] 2281/5297 43% [========================== ] 2282/5297 43% [========================== ] 2283/5297 43% [========================== ] 2284/5297 43% [========================== ] 2285/5297 43% [========================== ] 2286/5297 43% [========================== ] 2287/5297 43% [========================== ] 2288/5297 43% [========================== ] 2289/5297 43% [========================== ] 2290/5297 43% [========================== ] 2291/5297 43% [========================== ] 2292/5297 43% [========================== ] 2293/5297 43% [========================== ] 2294/5297 43% [========================== ] 2295/5297 43% [========================== ] 2296/5297 43% [========================== ] 2297/5297 43% [========================== ] 2298/5297 43% [========================== ] 2299/5297 43% [========================== ] 2300/5297 43% [========================== ] 2301/5297 43% [========================== ] 2302/5297 43% [========================== ] 2303/5297 43% [========================== ] 2304/5297 43% [========================== ] 2305/5297 43% [========================== ] 2306/5297 43% [=========================== ] 2307/5297 43% [=========================== ] 2308/5297 43% [=========================== ] 2309/5297 43% [=========================== ] 2310/5297 43% [=========================== ] 2311/5297 43% [=========================== ] 2312/5297 43% [=========================== ] 2313/5297 43% [=========================== ] 2314/5297 43% [=========================== ] 2315/5297 43% [=========================== ] 2316/5297 43% [=========================== ] 2317/5297 43% [=========================== ] 2318/5297 43% [=========================== ] 2319/5297 43% [=========================== ] 2320/5297 43% [=========================== ] 2321/5297 43% [=========================== ] 2322/5297 43% [=========================== ] 2323/5297 43% [=========================== ] 2324/5297 43% [=========================== ] 2325/5297 43% [=========================== ] 2326/5297 43% [=========================== ] 2327/5297 43% [=========================== ] 2328/5297 43% [=========================== ] 2329/5297 43% [=========================== ] 2330/5297 43% [=========================== ] 2331/5297 44% [=========================== ] 2332/5297 44% [=========================== ] 2333/5297 44% [=========================== ] 2334/5297 44% [=========================== ] 2335/5297 44% [=========================== ] 2336/5297 44% [=========================== ] 2337/5297 44% [=========================== ] 2338/5297 44% [=========================== ] 2339/5297 44% [=========================== ] 2340/5297 44% [=========================== ] 2341/5297 44% [=========================== ] 2342/5297 44% [=========================== ] 2343/5297 44% [=========================== ] 2344/5297 44% [=========================== ] 2345/5297 44% [=========================== ] 2346/5297 44% [=========================== ] 2347/5297 44% [=========================== ] 2348/5297 44% [=========================== ] 2349/5297 44% [=========================== ] 2350/5297 44% [=========================== ] 2351/5297 44% [=========================== ] 2352/5297 44% [=========================== ] 2353/5297 44% [=========================== ] 2354/5297 44% [=========================== ] 2355/5297 44% [=========================== ] 2356/5297 44% [=========================== ] 2357/5297 44% [=========================== ] 2358/5297 44% [=========================== ] 2359/5297 44% [=========================== ] 2360/5297 44% [=========================== ] 2361/5297 44% [=========================== ] 2362/5297 44% [=========================== ] 2363/5297 44% [=========================== ] 2364/5297 44% [=========================== ] 2365/5297 44% [=========================== ] 2366/5297 44% [=========================== ] 2367/5297 44% [=========================== ] 2368/5297 44% [=========================== ] 2369/5297 44% [=========================== ] 2370/5297 44% [=========================== ] 2371/5297 44% [=========================== ] 2372/5297 44% [=========================== ] 2373/5297 44% [=========================== ] 2374/5297 44% [=========================== ] 2375/5297 44% [=========================== ] 2376/5297 44% [=========================== ] 2377/5297 44% [=========================== ] 2378/5297 44% [=========================== ] 2379/5297 44% [=========================== ] 2380/5297 44% [=========================== ] 2381/5297 44% [=========================== ] 2382/5297 44% [=========================== ] 2383/5297 44% [=========================== ] 2384/5297 45% [=========================== ] 2385/5297 45% [=========================== ] 2386/5297 45% [=========================== ] 2387/5297 45% [=========================== ] 2388/5297 45% [=========================== ] 2389/5297 45% [=========================== ] 2390/5297 45% [=========================== ] 2391/5297 45% [=========================== ] 2392/5297 45% [============================ ] 2393/5297 45% [============================ ] 2394/5297 45% [============================ ] 2395/5297 45% [============================ ] 2396/5297 45% [============================ ] 2397/5297 45% [============================ ] 2398/5297 45% [============================ ] 2399/5297 45% [============================ ] 2400/5297 45% [============================ ] 2401/5297 45% [============================ ] 2402/5297 45% [============================ ] 2403/5297 45% [============================ ] 2404/5297 45% [============================ ] 2405/5297 45% [============================ ] 2406/5297 45% [============================ ] 2407/5297 45% [============================ ] 2408/5297 45% [============================ ] 2409/5297 45% [============================ ] 2410/5297 45% [============================ ] 2411/5297 45% [============================ ] 2412/5297 45% [============================ ] 2413/5297 45% [============================ ] 2414/5297 45% [============================ ] 2415/5297 45% [============================ ] 2416/5297 45% [============================ ] 2417/5297 45% [============================ ] 2418/5297 45% [============================ ] 2419/5297 45% [============================ ] 2420/5297 45% [============================ ] 2421/5297 45% [============================ ] 2422/5297 45% [============================ ] 2423/5297 45% [============================ ] 2424/5297 45% [============================ ] 2425/5297 45% [============================ ] 2426/5297 45% [============================ ] 2427/5297 45% [============================ ] 2428/5297 45% [============================ ] 2429/5297 45% [============================ ] 2430/5297 45% [============================ ] 2431/5297 45% [============================ ] 2432/5297 45% [============================ ] 2433/5297 45% [============================ ] 2434/5297 45% [============================ ] 2435/5297 45% [============================ ] 2436/5297 45% [============================ ] 2437/5297 46% [============================ ] 2438/5297 46% [============================ ] 2439/5297 46% [============================ ] 2440/5297 46% [============================ ] 2441/5297 46% [============================ ] 2442/5297 46% [============================ ] 2443/5297 46% [============================ ] 2444/5297 46% [============================ ] 2445/5297 46% [============================ ] 2446/5297 46% [============================ ] 2447/5297 46% [============================ ] 2448/5297 46% [============================ ] 2449/5297 46% [============================ ] 2450/5297 46% [============================ ] 2451/5297 46% [============================ ] 2452/5297 46% [============================ ] 2453/5297 46% [============================ ] 2454/5297 46% [============================ ] 2455/5297 46% [============================ ] 2456/5297 46% [============================ ] 2457/5297 46% [============================ ] 2458/5297 46% [============================ ] 2459/5297 46% [============================ ] 2460/5297 46% [============================ ] 2461/5297 46% [============================ ] 2462/5297 46% [============================ ] 2463/5297 46% [============================ ] 2464/5297 46% [============================ ] 2465/5297 46% [============================ ] 2466/5297 46% [============================ ] 2467/5297 46% [============================ ] 2468/5297 46% [============================ ] 2469/5297 46% [============================ ] 2470/5297 46% [============================ ] 2471/5297 46% [============================ ] 2472/5297 46% [============================ ] 2473/5297 46% [============================ ] 2474/5297 46% [============================ ] 2475/5297 46% [============================ ] 2476/5297 46% [============================ ] 2477/5297 46% [============================= ] 2478/5297 46% [============================= ] 2479/5297 46% [============================= ] 2480/5297 46% [============================= ] 2481/5297 46% [============================= ] 2482/5297 46% [============================= ] 2483/5297 46% [============================= ] 2484/5297 46% [============================= ] 2485/5297 46% [============================= ] 2486/5297 46% [============================= ] 2487/5297 46% [============================= ] 2488/5297 46% [============================= ] 2489/5297 46% [============================= ] 2490/5297 47% [============================= ] 2491/5297 47% [============================= ] 2492/5297 47% [============================= ] 2493/5297 47% [============================= ] 2494/5297 47% [============================= ] 2495/5297 47% [============================= ] 2496/5297 47% [============================= ] 2497/5297 47% [============================= ] 2498/5297 47% [============================= ] 2499/5297 47% [============================= ] 2500/5297 47% [============================= ] 2501/5297 47% [============================= ] 2502/5297 47% [============================= ] 2503/5297 47% [============================= ] 2504/5297 47% [============================= ] 2505/5297 47% [============================= ] 2506/5297 47% [============================= ] 2507/5297 47% [============================= ] 2508/5297 47% [============================= ] 2509/5297 47% [============================= ] 2510/5297 47% [============================= ] 2511/5297 47% [============================= ] 2512/5297 47% [============================= ] 2513/5297 47% [============================= ] 2514/5297 47% [============================= ] 2515/5297 47% [============================= ] 2516/5297 47% [============================= ] 2517/5297 47% [============================= ] 2518/5297 47% [============================= ] 2519/5297 47% [============================= ] 2520/5297 47% [============================= ] 2521/5297 47% [============================= ] 2522/5297 47% [============================= ] 2523/5297 47% [============================= ] 2524/5297 47% [============================= ] 2525/5297 47% [============================= ] 2526/5297 47% [============================= ] 2527/5297 47% [============================= ] 2528/5297 47% [============================= ] 2529/5297 47% [============================= ] 2530/5297 47% [============================= ] 2531/5297 47% [============================= ] 2532/5297 47% [============================= ] 2533/5297 47% [============================= ] 2534/5297 47% [============================= ] 2535/5297 47% [============================= ] 2536/5297 47% [============================= ] 2537/5297 47% [============================= ] 2538/5297 47% [============================= ] 2539/5297 47% [============================= ] 2540/5297 47% [============================= ] 2541/5297 47% [============================= ] 2542/5297 47% [============================= ] 2543/5297 48% [============================= ] 2544/5297 48% [============================= ] 2545/5297 48% [============================= ] 2546/5297 48% [============================= ] 2547/5297 48% [============================= ] 2548/5297 48% [============================= ] 2549/5297 48% [============================= ] 2550/5297 48% [============================= ] 2551/5297 48% [============================= ] 2552/5297 48% [============================= ] 2553/5297 48% [============================= ] 2554/5297 48% [============================= ] 2555/5297 48% [============================= ] 2556/5297 48% [============================= ] 2557/5297 48% [============================= ] 2558/5297 48% [============================= ] 2559/5297 48% [============================= ] 2560/5297 48% [============================= ] 2561/5297 48% [============================= ] 2562/5297 48% [============================= ] 2563/5297 48% [============================== ] 2564/5297 48% [============================== ] 2565/5297 48% [============================== ] 2566/5297 48% [============================== ] 2567/5297 48% [============================== ] 2568/5297 48% [============================== ] 2569/5297 48% [============================== ] 2570/5297 48% [============================== ] 2571/5297 48% [============================== ] 2572/5297 48% [============================== ] 2573/5297 48% [============================== ] 2574/5297 48% [============================== ] 2575/5297 48% [============================== ] 2576/5297 48% [============================== ] 2577/5297 48% [============================== ] 2578/5297 48% [============================== ] 2579/5297 48% [============================== ] 2580/5297 48% [============================== ] 2581/5297 48% [============================== ] 2582/5297 48% [============================== ] 2583/5297 48% [============================== ] 2584/5297 48% [============================== ] 2585/5297 48% [============================== ] 2586/5297 48% [============================== ] 2587/5297 48% [============================== ] 2588/5297 48% [============================== ] 2589/5297 48% [============================== ] 2590/5297 48% [============================== ] 2591/5297 48% [============================== ] 2592/5297 48% [============================== ] 2593/5297 48% [============================== ] 2594/5297 48% [============================== ] 2595/5297 48% [============================== ] 2596/5297 49% [============================== ] 2597/5297 49% [============================== ] 2598/5297 49% [============================== ] 2599/5297 49% [============================== ] 2600/5297 49% [============================== ] 2601/5297 49% [============================== ] 2602/5297 49% [============================== ] 2603/5297 49% [============================== ] 2604/5297 49% [============================== ] 2605/5297 49% [============================== ] 2606/5297 49% [============================== ] 2607/5297 49% [============================== ] 2608/5297 49% [============================== ] 2609/5297 49% [============================== ] 2610/5297 49% [============================== ] 2611/5297 49% [============================== ] 2612/5297 49% [============================== ] 2613/5297 49% [============================== ] 2614/5297 49% [============================== ] 2615/5297 49% [============================== ] 2616/5297 49% [============================== ] 2617/5297 49% [============================== ] 2618/5297 49% [============================== ] 2619/5297 49% [============================== ] 2620/5297 49% [============================== ] 2621/5297 49% [============================== ] 2622/5297 49% [============================== ] 2623/5297 49% [============================== ] 2624/5297 49% [============================== ] 2625/5297 49% [============================== ] 2626/5297 49% [============================== ] 2627/5297 49% [============================== ] 2628/5297 49% [============================== ] 2629/5297 49% [============================== ] 2630/5297 49% [============================== ] 2631/5297 49% [============================== ] 2632/5297 49% [============================== ] 2633/5297 49% [============================== ] 2634/5297 49% [============================== ] 2635/5297 49% [============================== ] 2636/5297 49% [============================== ] 2637/5297 49% [============================== ] 2638/5297 49% [============================== ] 2639/5297 49% [============================== ] 2640/5297 49% [============================== ] 2641/5297 49% [============================== ] 2642/5297 49% [============================== ] 2643/5297 49% [============================== ] 2644/5297 49% [============================== ] 2645/5297 49% [============================== ] 2646/5297 49% [============================== ] 2647/5297 49% [============================== ] 2648/5297 49% [=============================== ] 2649/5297 50% [=============================== ] 2650/5297 50% [=============================== ] 2651/5297 50% [=============================== ] 2652/5297 50% [=============================== ] 2653/5297 50% [=============================== ] 2654/5297 50% [=============================== ] 2655/5297 50% [=============================== ] 2656/5297 50% [=============================== ] 2657/5297 50% [=============================== ] 2658/5297 50% [=============================== ] 2659/5297 50% [=============================== ] 2660/5297 50% [=============================== ] 2661/5297 50% [=============================== ] 2662/5297 50% [=============================== ] 2663/5297 50% [=============================== ] 2664/5297 50% [=============================== ] 2665/5297 50% [=============================== ] 2666/5297 50% [=============================== ] 2667/5297 50% [=============================== ] 2668/5297 50% [=============================== ] 2669/5297 50% [=============================== ] 2670/5297 50% [=============================== ] 2671/5297 50% [=============================== ] 2672/5297 50% [=============================== ] 2673/5297 50% [=============================== ] 2674/5297 50% [=============================== ] 2675/5297 50% [=============================== ] 2676/5297 50% [=============================== ] 2677/5297 50% [=============================== ] 2678/5297 50% [=============================== ] 2679/5297 50% [=============================== ] 2680/5297 50% [=============================== ] 2681/5297 50% [=============================== ] 2682/5297 50% [=============================== ] 2683/5297 50% [=============================== ] 2684/5297 50% [=============================== ] 2685/5297 50% [=============================== ] 2686/5297 50% [=============================== ] 2687/5297 50% [=============================== ] 2688/5297 50% [=============================== ] 2689/5297 50% [=============================== ] 2690/5297 50% [=============================== ] 2691/5297 50% [=============================== ] 2692/5297 50% [=============================== ] 2693/5297 50% [=============================== ] 2694/5297 50% [=============================== ] 2695/5297 50% [=============================== ] 2696/5297 50% [=============================== ] 2697/5297 50% [=============================== ] 2698/5297 50% [=============================== ] 2699/5297 50% [=============================== ] 2700/5297 50% [=============================== ] 2701/5297 50% [=============================== ] 2702/5297 51% [=============================== ] 2703/5297 51% [=============================== ] 2704/5297 51% [=============================== ] 2705/5297 51% [=============================== ] 2706/5297 51% [=============================== ] 2707/5297 51% [=============================== ] 2708/5297 51% [=============================== ] 2709/5297 51% [=============================== ] 2710/5297 51% [=============================== ] 2711/5297 51% [=============================== ] 2712/5297 51% [=============================== ] 2713/5297 51% [=============================== ] 2714/5297 51% [=============================== ] 2715/5297 51% [=============================== ] 2716/5297 51% [=============================== ] 2717/5297 51% [=============================== ] 2718/5297 51% [=============================== ] 2719/5297 51% [=============================== ] 2720/5297 51% [=============================== ] 2721/5297 51% [=============================== ] 2722/5297 51% [=============================== ] 2723/5297 51% [=============================== ] 2724/5297 51% [=============================== ] 2725/5297 51% [=============================== ] 2726/5297 51% [=============================== ] 2727/5297 51% [=============================== ] 2728/5297 51% [=============================== ] 2729/5297 51% [=============================== ] 2730/5297 51% [=============================== ] 2731/5297 51% [=============================== ] 2732/5297 51% [=============================== ] 2733/5297 51% [================================ ] 2734/5297 51% [================================ ] 2735/5297 51% [================================ ] 2736/5297 51% [================================ ] 2737/5297 51% [================================ ] 2738/5297 51% [================================ ] 2739/5297 51% [================================ ] 2740/5297 51% [================================ ] 2741/5297 51% [================================ ] 2742/5297 51% [================================ ] 2743/5297 51% [================================ ] 2744/5297 51% [================================ ] 2745/5297 51% [================================ ] 2746/5297 51% [================================ ] 2747/5297 51% [================================ ] 2748/5297 51% [================================ ] 2749/5297 51% [================================ ] 2750/5297 51% [================================ ] 2751/5297 51% [================================ ] 2752/5297 51% [================================ ] 2753/5297 51% [================================ ] 2754/5297 51% [================================ ] 2755/5297 52% [================================ ] 2756/5297 52% [================================ ] 2757/5297 52% [================================ ] 2758/5297 52% [================================ ] 2759/5297 52% [================================ ] 2760/5297 52% [================================ ] 2761/5297 52% [================================ ] 2762/5297 52% [================================ ] 2763/5297 52% [================================ ] 2764/5297 52% [================================ ] 2765/5297 52% [================================ ] 2766/5297 52% [================================ ] 2767/5297 52% [================================ ] 2768/5297 52% [================================ ] 2769/5297 52% [================================ ] 2770/5297 52% [================================ ] 2771/5297 52% [================================ ] 2772/5297 52% [================================ ] 2773/5297 52% [================================ ] 2774/5297 52% [================================ ] 2775/5297 52% [================================ ] 2776/5297 52% [================================ ] 2777/5297 52% [================================ ] 2778/5297 52% [================================ ] 2779/5297 52% [================================ ] 2780/5297 52% [================================ ] 2781/5297 52% [================================ ] 2782/5297 52% [================================ ] 2783/5297 52% [================================ ] 2784/5297 52% [================================ ] 2785/5297 52% [================================ ] 2786/5297 52% [================================ ] 2787/5297 52% [================================ ] 2788/5297 52% [================================ ] 2789/5297 52% [================================ ] 2790/5297 52% [================================ ] 2791/5297 52% [================================ ] 2792/5297 52% [================================ ] 2793/5297 52% [================================ ] 2794/5297 52% [================================ ] 2795/5297 52% [================================ ] 2796/5297 52% [================================ ] 2797/5297 52% [================================ ] 2798/5297 52% [================================ ] 2799/5297 52% [================================ ] 2800/5297 52% [================================ ] 2801/5297 52% [================================ ] 2802/5297 52% [================================ ] 2803/5297 52% [================================ ] 2804/5297 52% [================================ ] 2805/5297 52% [================================ ] 2806/5297 52% [================================ ] 2807/5297 52% [================================ ] 2808/5297 53% [================================ ] 2809/5297 53% [================================ ] 2810/5297 53% [================================ ] 2811/5297 53% [================================ ] 2812/5297 53% [================================ ] 2813/5297 53% [================================ ] 2814/5297 53% [================================ ] 2815/5297 53% [================================ ] 2816/5297 53% [================================ ] 2817/5297 53% [================================ ] 2818/5297 53% [================================ ] 2819/5297 53% [================================= ] 2820/5297 53% [================================= ] 2821/5297 53% [================================= ] 2822/5297 53% [================================= ] 2823/5297 53% [================================= ] 2824/5297 53% [================================= ] 2825/5297 53% [================================= ] 2826/5297 53% [================================= ] 2827/5297 53% [================================= ] 2828/5297 53% [================================= ] 2829/5297 53% [================================= ] 2830/5297 53% [================================= ] 2831/5297 53% [================================= ] 2832/5297 53% [================================= ] 2833/5297 53% [================================= ] 2834/5297 53% [================================= ] 2835/5297 53% [================================= ] 2836/5297 53% [================================= ] 2837/5297 53% [================================= ] 2838/5297 53% [================================= ] 2839/5297 53% [================================= ] 2840/5297 53% [================================= ] 2841/5297 53% [================================= ] 2842/5297 53% [================================= ] 2843/5297 53% [================================= ] 2844/5297 53% [================================= ] 2845/5297 53% [================================= ] 2846/5297 53% [================================= ] 2847/5297 53% [================================= ] 2848/5297 53% [================================= ] 2849/5297 53% [================================= ] 2850/5297 53% [================================= ] 2851/5297 53% [================================= ] 2852/5297 53% [================================= ] 2853/5297 53% [================================= ] 2854/5297 53% [================================= ] 2855/5297 53% [================================= ] 2856/5297 53% [================================= ] 2857/5297 53% [================================= ] 2858/5297 53% [================================= ] 2859/5297 53% [================================= ] 2860/5297 53% [================================= ] 2861/5297 54% [================================= ] 2862/5297 54% [================================= ] 2863/5297 54% [================================= ] 2864/5297 54% [================================= ] 2865/5297 54% [================================= ] 2866/5297 54% [================================= ] 2867/5297 54% [================================= ] 2868/5297 54% [================================= ] 2869/5297 54% [================================= ] 2870/5297 54% [================================= ] 2871/5297 54% [================================= ] 2872/5297 54% [================================= ] 2873/5297 54% [================================= ] 2874/5297 54% [================================= ] 2875/5297 54% [================================= ] 2876/5297 54% [================================= ] 2877/5297 54% [================================= ] 2878/5297 54% [================================= ] 2879/5297 54% [================================= ] 2880/5297 54% [================================= ] 2881/5297 54% [================================= ] 2882/5297 54% [================================= ] 2883/5297 54% [================================= ] 2884/5297 54% [================================= ] 2885/5297 54% [================================= ] 2886/5297 54% [================================= ] 2887/5297 54% [================================= ] 2888/5297 54% [================================= ] 2889/5297 54% [================================= ] 2890/5297 54% [================================= ] 2891/5297 54% [================================= ] 2892/5297 54% [================================= ] 2893/5297 54% [================================= ] 2894/5297 54% [================================= ] 2895/5297 54% [================================= ] 2896/5297 54% [================================= ] 2897/5297 54% [================================= ] 2898/5297 54% [================================= ] 2899/5297 54% [================================= ] 2900/5297 54% [================================= ] 2901/5297 54% [================================= ] 2902/5297 54% [================================= ] 2903/5297 54% [================================= ] 2904/5297 54% [================================== ] 2905/5297 54% [================================== ] 2906/5297 54% [================================== ] 2907/5297 54% [================================== ] 2908/5297 54% [================================== ] 2909/5297 54% [================================== ] 2910/5297 54% [================================== ] 2911/5297 54% [================================== ] 2912/5297 54% [================================== ] 2913/5297 54% [================================== ] 2914/5297 55% [================================== ] 2915/5297 55% [================================== ] 2916/5297 55% [================================== ] 2917/5297 55% [================================== ] 2918/5297 55% [================================== ] 2919/5297 55% [================================== ] 2920/5297 55% [================================== ] 2921/5297 55% [================================== ] 2922/5297 55% [================================== ] 2923/5297 55% [================================== ] 2924/5297 55% [================================== ] 2925/5297 55% [================================== ] 2926/5297 55% [================================== ] 2927/5297 55% [================================== ] 2928/5297 55% [================================== ] 2929/5297 55% [================================== ] 2930/5297 55% [================================== ] 2931/5297 55% [================================== ] 2932/5297 55% [================================== ] 2933/5297 55% [================================== ] 2934/5297 55% [================================== ] 2935/5297 55% [================================== ] 2936/5297 55% [================================== ] 2937/5297 55% [================================== ] 2938/5297 55% [================================== ] 2939/5297 55% [================================== ] 2940/5297 55% [================================== ] 2941/5297 55% [================================== ] 2942/5297 55% [================================== ] 2943/5297 55% [================================== ] 2944/5297 55% [================================== ] 2945/5297 55% [================================== ] 2946/5297 55% [================================== ] 2947/5297 55% [================================== ] 2948/5297 55% [================================== ] 2949/5297 55% [================================== ] 2950/5297 55% [================================== ] 2951/5297 55% [================================== ] 2952/5297 55% [================================== ] 2953/5297 55% [================================== ] 2954/5297 55% [================================== ] 2955/5297 55% [================================== ] 2956/5297 55% [================================== ] 2957/5297 55% [================================== ] 2958/5297 55% [================================== ] 2959/5297 55% [================================== ] 2960/5297 55% [================================== ] 2961/5297 55% [================================== ] 2962/5297 55% [================================== ] 2963/5297 55% [================================== ] 2964/5297 55% [================================== ] 2965/5297 55% [================================== ] 2966/5297 55% [================================== ] 2967/5297 56% [================================== ] 2968/5297 56% [================================== ] 2969/5297 56% [================================== ] 2970/5297 56% [================================== ] 2971/5297 56% [================================== ] 2972/5297 56% [================================== ] 2973/5297 56% [================================== ] 2974/5297 56% [================================== ] 2975/5297 56% [================================== ] 2976/5297 56% [================================== ] 2977/5297 56% [================================== ] 2978/5297 56% [================================== ] 2979/5297 56% [================================== ] 2980/5297 56% [================================== ] 2981/5297 56% [================================== ] 2982/5297 56% [================================== ] 2983/5297 56% [================================== ] 2984/5297 56% [================================== ] 2985/5297 56% [================================== ] 2986/5297 56% [================================== ] 2987/5297 56% [================================== ] 2988/5297 56% [================================== ] 2989/5297 56% [================================== ] 2990/5297 56% [=================================== ] 2991/5297 56% [=================================== ] 2992/5297 56% [=================================== ] 2993/5297 56% [=================================== ] 2994/5297 56% [=================================== ] 2995/5297 56% [=================================== ] 2996/5297 56% [=================================== ] 2997/5297 56% [=================================== ] 2998/5297 56% [=================================== ] 2999/5297 56% [=================================== ] 3000/5297 56% [=================================== ] 3001/5297 56% [=================================== ] 3002/5297 56% [=================================== ] 3003/5297 56% [=================================== ] 3004/5297 56% [=================================== ] 3005/5297 56% [=================================== ] 3006/5297 56% [=================================== ] 3007/5297 56% [=================================== ] 3008/5297 56% [=================================== ] 3009/5297 56% [=================================== ] 3010/5297 56% [=================================== ] 3011/5297 56% [=================================== ] 3012/5297 56% [=================================== ] 3013/5297 56% [=================================== ] 3014/5297 56% [=================================== ] 3015/5297 56% [=================================== ] 3016/5297 56% [=================================== ] 3017/5297 56% [=================================== ] 3018/5297 56% [=================================== ] 3019/5297 56% [=================================== ] 3020/5297 57% [=================================== ] 3021/5297 57% [=================================== ] 3022/5297 57% [=================================== ] 3023/5297 57% [=================================== ] 3024/5297 57% [=================================== ] 3025/5297 57% [=================================== ] 3026/5297 57% [=================================== ] 3027/5297 57% [=================================== ] 3028/5297 57% [=================================== ] 3029/5297 57% [=================================== ] 3030/5297 57% [=================================== ] 3031/5297 57% [=================================== ] 3032/5297 57% [=================================== ] 3033/5297 57% [=================================== ] 3034/5297 57% [=================================== ] 3035/5297 57% [=================================== ] 3036/5297 57% [=================================== ] 3037/5297 57% [=================================== ] 3038/5297 57% [=================================== ] 3039/5297 57% [=================================== ] 3040/5297 57% [=================================== ] 3041/5297 57% [=================================== ] 3042/5297 57% [=================================== ] 3043/5297 57% [=================================== ] 3044/5297 57% [=================================== ] 3045/5297 57% [=================================== ] 3046/5297 57% [=================================== ] 3047/5297 57% [=================================== ] 3048/5297 57% [=================================== ] 3049/5297 57% [=================================== ] 3050/5297 57% [=================================== ] 3051/5297 57% [=================================== ] 3052/5297 57% [=================================== ] 3053/5297 57% [=================================== ] 3054/5297 57% [=================================== ] 3055/5297 57% [=================================== ] 3056/5297 57% [=================================== ] 3057/5297 57% [=================================== ] 3058/5297 57% [=================================== ] 3059/5297 57% [=================================== ] 3060/5297 57% [=================================== ] 3061/5297 57% [=================================== ] 3062/5297 57% [=================================== ] 3063/5297 57% [=================================== ] 3064/5297 57% [=================================== ] 3065/5297 57% [=================================== ] 3066/5297 57% [=================================== ] 3067/5297 57% [=================================== ] 3068/5297 57% [=================================== ] 3069/5297 57% [=================================== ] 3070/5297 57% [=================================== ] 3071/5297 57% [=================================== ] 3072/5297 57% [=================================== ] 3073/5297 58% [=================================== ] 3074/5297 58% [=================================== ] 3075/5297 58% [==================================== ] 3076/5297 58% [==================================== ] 3077/5297 58% [==================================== ] 3078/5297 58% [==================================== ] 3079/5297 58% [==================================== ] 3080/5297 58% [==================================== ] 3081/5297 58% [==================================== ] 3082/5297 58% [==================================== ] 3083/5297 58% [==================================== ] 3084/5297 58% [==================================== ] 3085/5297 58% [==================================== ] 3086/5297 58% [==================================== ] 3087/5297 58% [==================================== ] 3088/5297 58% [==================================== ] 3089/5297 58% [==================================== ] 3090/5297 58% [==================================== ] 3091/5297 58% [==================================== ] 3092/5297 58% [==================================== ] 3093/5297 58% [==================================== ] 3094/5297 58% [==================================== ] 3095/5297 58% [==================================== ] 3096/5297 58% [==================================== ] 3097/5297 58% [==================================== ] 3098/5297 58% [==================================== ] 3099/5297 58% [==================================== ] 3100/5297 58% [==================================== ] 3101/5297 58% [==================================== ] 3102/5297 58% [==================================== ] 3103/5297 58% [==================================== ] 3104/5297 58% [==================================== ] 3105/5297 58% [==================================== ] 3106/5297 58% [==================================== ] 3107/5297 58% [==================================== ] 3108/5297 58% [==================================== ] 3109/5297 58% [==================================== ] 3110/5297 58% [==================================== ] 3111/5297 58% [==================================== ] 3112/5297 58% [==================================== ] 3113/5297 58% [==================================== ] 3114/5297 58% [==================================== ] 3115/5297 58% [==================================== ] 3116/5297 58% [==================================== ] 3117/5297 58% [==================================== ] 3118/5297 58% [==================================== ] 3119/5297 58% [==================================== ] 3120/5297 58% [==================================== ] 3121/5297 58% [==================================== ] 3122/5297 58% [==================================== ] 3123/5297 58% [==================================== ] 3124/5297 58% [==================================== ] 3125/5297 58% [==================================== ] 3126/5297 59% [==================================== ] 3127/5297 59% [==================================== ] 3128/5297 59% [==================================== ] 3129/5297 59% [==================================== ] 3130/5297 59% [==================================== ] 3131/5297 59% [==================================== ] 3132/5297 59% [==================================== ] 3133/5297 59% [==================================== ] 3134/5297 59% [==================================== ] 3135/5297 59% [==================================== ] 3136/5297 59% [==================================== ] 3137/5297 59% [==================================== ] 3138/5297 59% [==================================== ] 3139/5297 59% [==================================== ] 3140/5297 59% [==================================== ] 3141/5297 59% [==================================== ] 3142/5297 59% [==================================== ] 3143/5297 59% [==================================== ] 3144/5297 59% [==================================== ] 3145/5297 59% [==================================== ] 3146/5297 59% [==================================== ] 3147/5297 59% [==================================== ] 3148/5297 59% [==================================== ] 3149/5297 59% [==================================== ] 3150/5297 59% [==================================== ] 3151/5297 59% [==================================== ] 3152/5297 59% [==================================== ] 3153/5297 59% [==================================== ] 3154/5297 59% [==================================== ] 3155/5297 59% [==================================== ] 3156/5297 59% [==================================== ] 3157/5297 59% [==================================== ] 3158/5297 59% [==================================== ] 3159/5297 59% [==================================== ] 3160/5297 59% [==================================== ] 3161/5297 59% [===================================== ] 3162/5297 59% [===================================== ] 3163/5297 59% [===================================== ] 3164/5297 59% [===================================== ] 3165/5297 59% [===================================== ] 3166/5297 59% [===================================== ] 3167/5297 59% [===================================== ] 3168/5297 59% [===================================== ] 3169/5297 59% [===================================== ] 3170/5297 59% [===================================== ] 3171/5297 59% [===================================== ] 3172/5297 59% [===================================== ] 3173/5297 59% [===================================== ] 3174/5297 59% [===================================== ] 3175/5297 59% [===================================== ] 3176/5297 59% [===================================== ] 3177/5297 59% [===================================== ] 3178/5297 59% [===================================== ] 3179/5297 60% [===================================== ] 3180/5297 60% [===================================== ] 3181/5297 60% [===================================== ] 3182/5297 60% [===================================== ] 3183/5297 60% [===================================== ] 3184/5297 60% [===================================== ] 3185/5297 60% [===================================== ] 3186/5297 60% [===================================== ] 3187/5297 60% [===================================== ] 3188/5297 60% [===================================== ] 3189/5297 60% [===================================== ] 3190/5297 60% [===================================== ] 3191/5297 60% [===================================== ] 3192/5297 60% [===================================== ] 3193/5297 60% [===================================== ] 3194/5297 60% [===================================== ] 3195/5297 60% [===================================== ] 3196/5297 60% [===================================== ] 3197/5297 60% [===================================== ] 3198/5297 60% [===================================== ] 3199/5297 60% [===================================== ] 3200/5297 60% [===================================== ] 3201/5297 60% [===================================== ] 3202/5297 60% [===================================== ] 3203/5297 60% [===================================== ] 3204/5297 60% [===================================== ] 3205/5297 60% [===================================== ] 3206/5297 60% [===================================== ] 3207/5297 60% [===================================== ] 3208/5297 60% [===================================== ] 3209/5297 60% [===================================== ] 3210/5297 60% [===================================== ] 3211/5297 60% [===================================== ] 3212/5297 60% [===================================== ] 3213/5297 60% [===================================== ] 3214/5297 60% [===================================== ] 3215/5297 60% [===================================== ] 3216/5297 60% [===================================== ] 3217/5297 60% [===================================== ] 3218/5297 60% [===================================== ] 3219/5297 60% [===================================== ] 3220/5297 60% [===================================== ] 3221/5297 60% [===================================== ] 3222/5297 60% [===================================== ] 3223/5297 60% [===================================== ] 3224/5297 60% [===================================== ] 3225/5297 60% [===================================== ] 3226/5297 60% [===================================== ] 3227/5297 60% [===================================== ] 3228/5297 60% [===================================== ] 3229/5297 60% [===================================== ] 3230/5297 60% [===================================== ] 3231/5297 60% [===================================== ] 3232/5297 61% [===================================== ] 3233/5297 61% [===================================== ] 3234/5297 61% [===================================== ] 3235/5297 61% [===================================== ] 3236/5297 61% [===================================== ] 3237/5297 61% [===================================== ] 3238/5297 61% [===================================== ] 3239/5297 61% [===================================== ] 3240/5297 61% [===================================== ] 3241/5297 61% [===================================== ] 3242/5297 61% [===================================== ] 3243/5297 61% [===================================== ] 3244/5297 61% [===================================== ] 3245/5297 61% [===================================== ] 3246/5297 61% [====================================== ] 3247/5297 61% [====================================== ] 3248/5297 61% [====================================== ] 3249/5297 61% [====================================== ] 3250/5297 61% [====================================== ] 3251/5297 61% [====================================== ] 3252/5297 61% [====================================== ] 3253/5297 61% [====================================== ] 3254/5297 61% [====================================== ] 3255/5297 61% [====================================== ] 3256/5297 61% [====================================== ] 3257/5297 61% [====================================== ] 3258/5297 61% [====================================== ] 3259/5297 61% [====================================== ] 3260/5297 61% [====================================== ] 3261/5297 61% [====================================== ] 3262/5297 61% [====================================== ] 3263/5297 61% [====================================== ] 3264/5297 61% [====================================== ] 3265/5297 61% [====================================== ] 3266/5297 61% [====================================== ] 3267/5297 61% [====================================== ] 3268/5297 61% [====================================== ] 3269/5297 61% [====================================== ] 3270/5297 61% [====================================== ] 3271/5297 61% [====================================== ] 3272/5297 61% [====================================== ] 3273/5297 61% [====================================== ] 3274/5297 61% [====================================== ] 3275/5297 61% [====================================== ] 3276/5297 61% [====================================== ] 3277/5297 61% [====================================== ] 3278/5297 61% [====================================== ] 3279/5297 61% [====================================== ] 3280/5297 61% [====================================== ] 3281/5297 61% [====================================== ] 3282/5297 61% [====================================== ] 3283/5297 61% [====================================== ] 3284/5297 61% [====================================== ] 3285/5297 62% [====================================== ] 3286/5297 62% [====================================== ] 3287/5297 62% [====================================== ] 3288/5297 62% [====================================== ] 3289/5297 62% [====================================== ] 3290/5297 62% [====================================== ] 3291/5297 62% [====================================== ] 3292/5297 62% [====================================== ] 3293/5297 62% [====================================== ] 3294/5297 62% [====================================== ] 3295/5297 62% [====================================== ] 3296/5297 62% [====================================== ] 3297/5297 62% [====================================== ] 3298/5297 62% [====================================== ] 3299/5297 62% [====================================== ] 3300/5297 62% [====================================== ] 3301/5297 62% [====================================== ] 3302/5297 62% [====================================== ] 3303/5297 62% [====================================== ] 3304/5297 62% [====================================== ] 3305/5297 62% [====================================== ] 3306/5297 62% [====================================== ] 3307/5297 62% [====================================== ] 3308/5297 62% [====================================== ] 3309/5297 62% [====================================== ] 3310/5297 62% [====================================== ] 3311/5297 62% [====================================== ] 3312/5297 62% [====================================== ] 3313/5297 62% [====================================== ] 3314/5297 62% [====================================== ] 3315/5297 62% [====================================== ] 3316/5297 62% [====================================== ] 3317/5297 62% [====================================== ] 3318/5297 62% [====================================== ] 3319/5297 62% [====================================== ] 3320/5297 62% [====================================== ] 3321/5297 62% [====================================== ] 3322/5297 62% [====================================== ] 3323/5297 62% [====================================== ] 3324/5297 62% [====================================== ] 3325/5297 62% [====================================== ] 3326/5297 62% [====================================== ] 3327/5297 62% [====================================== ] 3328/5297 62% [====================================== ] 3329/5297 62% [====================================== ] 3330/5297 62% [====================================== ] 3331/5297 62% [======================================= ] 3332/5297 62% [======================================= ] 3333/5297 62% [======================================= ] 3334/5297 62% [======================================= ] 3335/5297 62% [======================================= ] 3336/5297 62% [======================================= ] 3337/5297 62% [======================================= ] 3338/5297 63% [======================================= ] 3339/5297 63% [======================================= ] 3340/5297 63% [======================================= ] 3341/5297 63% [======================================= ] 3342/5297 63% [======================================= ] 3343/5297 63% [======================================= ] 3344/5297 63% [======================================= ] 3345/5297 63% [======================================= ] 3346/5297 63% [======================================= ] 3347/5297 63% [======================================= ] 3348/5297 63% [======================================= ] 3349/5297 63% [======================================= ] 3350/5297 63% [======================================= ] 3351/5297 63% [======================================= ] 3352/5297 63% [======================================= ] 3353/5297 63% [======================================= ] 3354/5297 63% [======================================= ] 3355/5297 63% [======================================= ] 3356/5297 63% [======================================= ] 3357/5297 63% [======================================= ] 3358/5297 63% [======================================= ] 3359/5297 63% [======================================= ] 3360/5297 63% [======================================= ] 3361/5297 63% [======================================= ] 3362/5297 63% [======================================= ] 3363/5297 63% [======================================= ] 3364/5297 63% [======================================= ] 3365/5297 63% [======================================= ] 3366/5297 63% [======================================= ] 3367/5297 63% [======================================= ] 3368/5297 63% [======================================= ] 3369/5297 63% [======================================= ] 3370/5297 63% [======================================= ] 3371/5297 63% [======================================= ] 3372/5297 63% [======================================= ] 3373/5297 63% [======================================= ] 3374/5297 63% [======================================= ] 3375/5297 63% [======================================= ] 3376/5297 63% [======================================= ] 3377/5297 63% [======================================= ] 3378/5297 63% [======================================= ] 3379/5297 63% [======================================= ] 3380/5297 63% [======================================= ] 3381/5297 63% [======================================= ] 3382/5297 63% [======================================= ] 3383/5297 63% [======================================= ] 3384/5297 63% [======================================= ] 3385/5297 63% [======================================= ] 3386/5297 63% [======================================= ] 3387/5297 63% [======================================= ] 3388/5297 63% [======================================= ] 3389/5297 63% [======================================= ] 3390/5297 63% [======================================= ] 3391/5297 64% [======================================= ] 3392/5297 64% [======================================= ] 3393/5297 64% [======================================= ] 3394/5297 64% [======================================= ] 3395/5297 64% [======================================= ] 3396/5297 64% [======================================= ] 3397/5297 64% [======================================= ] 3398/5297 64% [======================================= ] 3399/5297 64% [======================================= ] 3400/5297 64% [======================================= ] 3401/5297 64% [======================================= ] 3402/5297 64% [======================================= ] 3403/5297 64% [======================================= ] 3404/5297 64% [======================================= ] 3405/5297 64% [======================================= ] 3406/5297 64% [======================================= ] 3407/5297 64% [======================================= ] 3408/5297 64% [======================================= ] 3409/5297 64% [======================================= ] 3410/5297 64% [======================================= ] 3411/5297 64% [======================================= ] 3412/5297 64% [======================================= ] 3413/5297 64% [======================================= ] 3414/5297 64% [======================================= ] 3415/5297 64% [======================================= ] 3416/5297 64% [======================================= ] 3417/5297 64% [======================================== ] 3418/5297 64% [======================================== ] 3419/5297 64% [======================================== ] 3420/5297 64% [======================================== ] 3421/5297 64% [======================================== ] 3422/5297 64% [======================================== ] 3423/5297 64% [======================================== ] 3424/5297 64% [======================================== ] 3425/5297 64% [======================================== ] 3426/5297 64% [======================================== ] 3427/5297 64% [======================================== ] 3428/5297 64% [======================================== ] 3429/5297 64% [======================================== ] 3430/5297 64% [======================================== ] 3431/5297 64% [======================================== ] 3432/5297 64% [======================================== ] 3433/5297 64% [======================================== ] 3434/5297 64% [======================================== ] 3435/5297 64% [======================================== ] 3436/5297 64% [======================================== ] 3437/5297 64% [======================================== ] 3438/5297 64% [======================================== ] 3439/5297 64% [======================================== ] 3440/5297 64% [======================================== ] 3441/5297 64% [======================================== ] 3442/5297 64% [======================================== ] 3443/5297 64% [======================================== ] 3444/5297 65% [======================================== ] 3445/5297 65% [======================================== ] 3446/5297 65% [======================================== ] 3447/5297 65% [======================================== ] 3448/5297 65% [======================================== ] 3449/5297 65% [======================================== ] 3450/5297 65% [======================================== ] 3451/5297 65% [======================================== ] 3452/5297 65% [======================================== ] 3453/5297 65% [======================================== ] 3454/5297 65% [======================================== ] 3455/5297 65% [======================================== ] 3456/5297 65% [======================================== ] 3457/5297 65% [======================================== ] 3458/5297 65% [======================================== ] 3459/5297 65% [======================================== ] 3460/5297 65% [======================================== ] 3461/5297 65% [======================================== ] 3462/5297 65% [======================================== ] 3463/5297 65% [======================================== ] 3464/5297 65% [======================================== ] 3465/5297 65% [======================================== ] 3466/5297 65% [======================================== ] 3467/5297 65% [======================================== ] 3468/5297 65% [======================================== ] 3469/5297 65% [======================================== ] 3470/5297 65% [======================================== ] 3471/5297 65% [======================================== ] 3472/5297 65% [======================================== ] 3473/5297 65% [======================================== ] 3474/5297 65% [======================================== ] 3475/5297 65% [======================================== ] 3476/5297 65% [======================================== ] 3477/5297 65% [======================================== ] 3478/5297 65% [======================================== ] 3479/5297 65% [======================================== ] 3480/5297 65% [======================================== ] 3481/5297 65% [======================================== ] 3482/5297 65% [======================================== ] 3483/5297 65% [======================================== ] 3484/5297 65% [======================================== ] 3485/5297 65% [======================================== ] 3486/5297 65% [======================================== ] 3487/5297 65% [======================================== ] 3488/5297 65% [======================================== ] 3489/5297 65% [======================================== ] 3490/5297 65% [======================================== ] 3491/5297 65% [======================================== ] 3492/5297 65% [======================================== ] 3493/5297 65% [======================================== ] 3494/5297 65% [======================================== ] 3495/5297 65% [======================================== ] 3496/5297 65% [======================================== ] 3497/5297 66% [======================================== ] 3498/5297 66% [======================================== ] 3499/5297 66% [======================================== ] 3500/5297 66% [======================================== ] 3501/5297 66% [======================================== ] 3502/5297 66% [========================================= ] 3503/5297 66% [========================================= ] 3504/5297 66% [========================================= ] 3505/5297 66% [========================================= ] 3506/5297 66% [========================================= ] 3507/5297 66% [========================================= ] 3508/5297 66% [========================================= ] 3509/5297 66% [========================================= ] 3510/5297 66% [========================================= ] 3511/5297 66% [========================================= ] 3512/5297 66% [========================================= ] 3513/5297 66% [========================================= ] 3514/5297 66% [========================================= ] 3515/5297 66% [========================================= ] 3516/5297 66% [========================================= ] 3517/5297 66% [========================================= ] 3518/5297 66% [========================================= ] 3519/5297 66% [========================================= ] 3520/5297 66% [========================================= ] 3521/5297 66% [========================================= ] 3522/5297 66% [========================================= ] 3523/5297 66% [========================================= ] 3524/5297 66% [========================================= ] 3525/5297 66% [========================================= ] 3526/5297 66% [========================================= ] 3527/5297 66% [========================================= ] 3528/5297 66% [========================================= ] 3529/5297 66% [========================================= ] 3530/5297 66% [========================================= ] 3531/5297 66% [========================================= ] 3532/5297 66% [========================================= ] 3533/5297 66% [========================================= ] 3534/5297 66% [========================================= ] 3535/5297 66% [========================================= ] 3536/5297 66% [========================================= ] 3537/5297 66% [========================================= ] 3538/5297 66% [========================================= ] 3539/5297 66% [========================================= ] 3540/5297 66% [========================================= ] 3541/5297 66% [========================================= ] 3542/5297 66% [========================================= ] 3543/5297 66% [========================================= ] 3544/5297 66% [========================================= ] 3545/5297 66% [========================================= ] 3546/5297 66% [========================================= ] 3547/5297 66% [========================================= ] 3548/5297 66% [========================================= ] 3549/5297 67% [========================================= ] 3550/5297 67% [========================================= ] 3551/5297 67% [========================================= ] 3552/5297 67% [========================================= ] 3553/5297 67% [========================================= ] 3554/5297 67% [========================================= ] 3555/5297 67% [========================================= ] 3556/5297 67% [========================================= ] 3557/5297 67% [========================================= ] 3558/5297 67% [========================================= ] 3559/5297 67% [========================================= ] 3560/5297 67% [========================================= ] 3561/5297 67% [========================================= ] 3562/5297 67% [========================================= ] 3563/5297 67% [========================================= ] 3564/5297 67% [========================================= ] 3565/5297 67% [========================================= ] 3566/5297 67% [========================================= ] 3567/5297 67% [========================================= ] 3568/5297 67% [========================================= ] 3569/5297 67% [========================================= ] 3570/5297 67% [========================================= ] 3571/5297 67% [========================================= ] 3572/5297 67% [========================================= ] 3573/5297 67% [========================================= ] 3574/5297 67% [========================================= ] 3575/5297 67% [========================================= ] 3576/5297 67% [========================================= ] 3577/5297 67% [========================================= ] 3578/5297 67% [========================================= ] 3579/5297 67% [========================================= ] 3580/5297 67% [========================================= ] 3581/5297 67% [========================================= ] 3582/5297 67% [========================================= ] 3583/5297 67% [========================================= ] 3584/5297 67% [========================================= ] 3585/5297 67% [========================================= ] 3586/5297 67% [========================================= ] 3587/5297 67% [========================================= ] 3588/5297 67% [========================================== ] 3589/5297 67% [========================================== ] 3590/5297 67% [========================================== ] 3591/5297 67% [========================================== ] 3592/5297 67% [========================================== ] 3593/5297 67% [========================================== ] 3594/5297 67% [========================================== ] 3595/5297 67% [========================================== ] 3596/5297 67% [========================================== ] 3597/5297 67% [========================================== ] 3598/5297 67% [========================================== ] 3599/5297 67% [========================================== ] 3600/5297 67% [========================================== ] 3601/5297 67% [========================================== ] 3602/5297 68% [========================================== ] 3603/5297 68% [========================================== ] 3604/5297 68% [========================================== ] 3605/5297 68% [========================================== ] 3606/5297 68% [========================================== ] 3607/5297 68% [========================================== ] 3608/5297 68% [========================================== ] 3609/5297 68% [========================================== ] 3610/5297 68% [========================================== ] 3611/5297 68% [========================================== ] 3612/5297 68% [========================================== ] 3613/5297 68% [========================================== ] 3614/5297 68% [========================================== ] 3615/5297 68% [========================================== ] 3616/5297 68% [========================================== ] 3617/5297 68% [========================================== ] 3618/5297 68% [========================================== ] 3619/5297 68% [========================================== ] 3620/5297 68% [========================================== ] 3621/5297 68% [========================================== ] 3622/5297 68% [========================================== ] 3623/5297 68% [========================================== ] 3624/5297 68% [========================================== ] 3625/5297 68% [========================================== ] 3626/5297 68% [========================================== ] 3627/5297 68% [========================================== ] 3628/5297 68% [========================================== ] 3629/5297 68% [========================================== ] 3630/5297 68% [========================================== ] 3631/5297 68% [========================================== ] 3632/5297 68% [========================================== ] 3633/5297 68% [========================================== ] 3634/5297 68% [========================================== ] 3635/5297 68% [========================================== ] 3636/5297 68% [========================================== ] 3637/5297 68% [========================================== ] 3638/5297 68% [========================================== ] 3639/5297 68% [========================================== ] 3640/5297 68% [========================================== ] 3641/5297 68% [========================================== ] 3642/5297 68% [========================================== ] 3643/5297 68% [========================================== ] 3644/5297 68% [========================================== ] 3645/5297 68% [========================================== ] 3646/5297 68% [========================================== ] 3647/5297 68% [========================================== ] 3648/5297 68% [========================================== ] 3649/5297 68% [========================================== ] 3650/5297 68% [========================================== ] 3651/5297 68% [========================================== ] 3652/5297 68% [========================================== ] 3653/5297 68% [========================================== ] 3654/5297 68% [========================================== ] 3655/5297 69% [========================================== ] 3656/5297 69% [========================================== ] 3657/5297 69% [========================================== ] 3658/5297 69% [========================================== ] 3659/5297 69% [========================================== ] 3660/5297 69% [========================================== ] 3661/5297 69% [========================================== ] 3662/5297 69% [========================================== ] 3663/5297 69% [========================================== ] 3664/5297 69% [========================================== ] 3665/5297 69% [========================================== ] 3666/5297 69% [========================================== ] 3667/5297 69% [========================================== ] 3668/5297 69% [========================================== ] 3669/5297 69% [========================================== ] 3670/5297 69% [========================================== ] 3671/5297 69% [========================================== ] 3672/5297 69% [========================================== ] 3673/5297 69% [=========================================== ] 3674/5297 69% [=========================================== ] 3675/5297 69% [=========================================== ] 3676/5297 69% [=========================================== ] 3677/5297 69% [=========================================== ] 3678/5297 69% [=========================================== ] 3679/5297 69% [=========================================== ] 3680/5297 69% [=========================================== ] 3681/5297 69% [=========================================== ] 3682/5297 69% [=========================================== ] 3683/5297 69% [=========================================== ] 3684/5297 69% [=========================================== ] 3685/5297 69% [=========================================== ] 3686/5297 69% [=========================================== ] 3687/5297 69% [=========================================== ] 3688/5297 69% [=========================================== ] 3689/5297 69% [=========================================== ] 3690/5297 69% [=========================================== ] 3691/5297 69% [=========================================== ] 3692/5297 69% [=========================================== ] 3693/5297 69% [=========================================== ] 3694/5297 69% [=========================================== ] 3695/5297 69% [=========================================== ] 3696/5297 69% [=========================================== ] 3697/5297 69% [=========================================== ] 3698/5297 69% [=========================================== ] 3699/5297 69% [=========================================== ] 3700/5297 69% [=========================================== ] 3701/5297 69% [=========================================== ] 3702/5297 69% [=========================================== ] 3703/5297 69% [=========================================== ] 3704/5297 69% [=========================================== ] 3705/5297 69% [=========================================== ] 3706/5297 69% [=========================================== ] 3707/5297 69% [=========================================== ] 3708/5297 70% [=========================================== ] 3709/5297 70% [=========================================== ] 3710/5297 70% [=========================================== ] 3711/5297 70% [=========================================== ] 3712/5297 70% [=========================================== ] 3713/5297 70% [=========================================== ] 3714/5297 70% [=========================================== ] 3715/5297 70% [=========================================== ] 3716/5297 70% [=========================================== ] 3717/5297 70% [=========================================== ] 3718/5297 70% [=========================================== ] 3719/5297 70% [=========================================== ] 3720/5297 70% [=========================================== ] 3721/5297 70% [=========================================== ] 3722/5297 70% [=========================================== ] 3723/5297 70% [=========================================== ] 3724/5297 70% [=========================================== ] 3725/5297 70% [=========================================== ] 3726/5297 70% [=========================================== ] 3727/5297 70% [=========================================== ] 3728/5297 70% [=========================================== ] 3729/5297 70% [=========================================== ] 3730/5297 70% [=========================================== ] 3731/5297 70% [=========================================== ] 3732/5297 70% [=========================================== ] 3733/5297 70% [=========================================== ] 3734/5297 70% [=========================================== ] 3735/5297 70% [=========================================== ] 3736/5297 70% [=========================================== ] 3737/5297 70% [=========================================== ] 3738/5297 70% [=========================================== ] 3739/5297 70% [=========================================== ] 3740/5297 70% [=========================================== ] 3741/5297 70% [=========================================== ] 3742/5297 70% [=========================================== ] 3743/5297 70% [=========================================== ] 3744/5297 70% [=========================================== ] 3745/5297 70% [=========================================== ] 3746/5297 70% [=========================================== ] 3747/5297 70% [=========================================== ] 3748/5297 70% [=========================================== ] 3749/5297 70% [=========================================== ] 3750/5297 70% [=========================================== ] 3751/5297 70% [=========================================== ] 3752/5297 70% [=========================================== ] 3753/5297 70% [=========================================== ] 3754/5297 70% [=========================================== ] 3755/5297 70% [=========================================== ] 3756/5297 70% [=========================================== ] 3757/5297 70% [=========================================== ] 3758/5297 70% [=========================================== ] 3759/5297 70% [============================================ ] 3760/5297 70% [============================================ ] 3761/5297 71% [============================================ ] 3762/5297 71% [============================================ ] 3763/5297 71% [============================================ ] 3764/5297 71% [============================================ ] 3765/5297 71% [============================================ ] 3766/5297 71% [============================================ ] 3767/5297 71% [============================================ ] 3768/5297 71% [============================================ ] 3769/5297 71% [============================================ ] 3770/5297 71% [============================================ ] 3771/5297 71% [============================================ ] 3772/5297 71% [============================================ ] 3773/5297 71% [============================================ ] 3774/5297 71% [============================================ ] 3775/5297 71% [============================================ ] 3776/5297 71% [============================================ ] 3777/5297 71% [============================================ ] 3778/5297 71% [============================================ ] 3779/5297 71% [============================================ ] 3780/5297 71% [============================================ ] 3781/5297 71% [============================================ ] 3782/5297 71% [============================================ ] 3783/5297 71% [============================================ ] 3784/5297 71% [============================================ ] 3785/5297 71% [============================================ ] 3786/5297 71% [============================================ ] 3787/5297 71% [============================================ ] 3788/5297 71% [============================================ ] 3789/5297 71% [============================================ ] 3790/5297 71% [============================================ ] 3791/5297 71% [============================================ ] 3792/5297 71% [============================================ ] 3793/5297 71% [============================================ ] 3794/5297 71% [============================================ ] 3795/5297 71% [============================================ ] 3796/5297 71% [============================================ ] 3797/5297 71% [============================================ ] 3798/5297 71% [============================================ ] 3799/5297 71% [============================================ ] 3800/5297 71% [============================================ ] 3801/5297 71% [============================================ ] 3802/5297 71% [============================================ ] 3803/5297 71% [============================================ ] 3804/5297 71% [============================================ ] 3805/5297 71% [============================================ ] 3806/5297 71% [============================================ ] 3807/5297 71% [============================================ ] 3808/5297 71% [============================================ ] 3809/5297 71% [============================================ ] 3810/5297 71% [============================================ ] 3811/5297 71% [============================================ ] 3812/5297 71% [============================================ ] 3813/5297 71% [============================================ ] 3814/5297 72% [============================================ ] 3815/5297 72% [============================================ ] 3816/5297 72% [============================================ ] 3817/5297 72% [============================================ ] 3818/5297 72% [============================================ ] 3819/5297 72% [============================================ ] 3820/5297 72% [============================================ ] 3821/5297 72% [============================================ ] 3822/5297 72% [============================================ ] 3823/5297 72% [============================================ ] 3824/5297 72% [============================================ ] 3825/5297 72% [============================================ ] 3826/5297 72% [============================================ ] 3827/5297 72% [============================================ ] 3828/5297 72% [============================================ ] 3829/5297 72% [============================================ ] 3830/5297 72% [============================================ ] 3831/5297 72% [============================================ ] 3832/5297 72% [============================================ ] 3833/5297 72% [============================================ ] 3834/5297 72% [============================================ ] 3835/5297 72% [============================================ ] 3836/5297 72% [============================================ ] 3837/5297 72% [============================================ ] 3838/5297 72% [============================================ ] 3839/5297 72% [============================================ ] 3840/5297 72% [============================================ ] 3841/5297 72% [============================================ ] 3842/5297 72% [============================================ ] 3843/5297 72% [============================================ ] 3844/5297 72% [============================================= ] 3845/5297 72% [============================================= ] 3846/5297 72% [============================================= ] 3847/5297 72% [============================================= ] 3848/5297 72% [============================================= ] 3849/5297 72% [============================================= ] 3850/5297 72% [============================================= ] 3851/5297 72% [============================================= ] 3852/5297 72% [============================================= ] 3853/5297 72% [============================================= ] 3854/5297 72% [============================================= ] 3855/5297 72% [============================================= ] 3856/5297 72% [============================================= ] 3857/5297 72% [============================================= ] 3858/5297 72% [============================================= ] 3859/5297 72% [============================================= ] 3860/5297 72% [============================================= ] 3861/5297 72% [============================================= ] 3862/5297 72% [============================================= ] 3863/5297 72% [============================================= ] 3864/5297 72% [============================================= ] 3865/5297 72% [============================================= ] 3866/5297 72% [============================================= ] 3867/5297 73% [============================================= ] 3868/5297 73% [============================================= ] 3869/5297 73% [============================================= ] 3870/5297 73% [============================================= ] 3871/5297 73% [============================================= ] 3872/5297 73% [============================================= ] 3873/5297 73% [============================================= ] 3874/5297 73% [============================================= ] 3875/5297 73% [============================================= ] 3876/5297 73% [============================================= ] 3877/5297 73% [============================================= ] 3878/5297 73% [============================================= ] 3879/5297 73% [============================================= ] 3880/5297 73% [============================================= ] 3881/5297 73% [============================================= ] 3882/5297 73% [============================================= ] 3883/5297 73% [============================================= ] 3884/5297 73% [============================================= ] 3885/5297 73% [============================================= ] 3886/5297 73% [============================================= ] 3887/5297 73% [============================================= ] 3888/5297 73% [============================================= ] 3889/5297 73% [============================================= ] 3890/5297 73% [============================================= ] 3891/5297 73% [============================================= ] 3892/5297 73% [============================================= ] 3893/5297 73% [============================================= ] 3894/5297 73% [============================================= ] 3895/5297 73% [============================================= ] 3896/5297 73% [============================================= ] 3897/5297 73% [============================================= ] 3898/5297 73% [============================================= ] 3899/5297 73% [============================================= ] 3900/5297 73% [============================================= ] 3901/5297 73% [============================================= ] 3902/5297 73% [============================================= ] 3903/5297 73% [============================================= ] 3904/5297 73% [============================================= ] 3905/5297 73% [============================================= ] 3906/5297 73% [============================================= ] 3907/5297 73% [============================================= ] 3908/5297 73% [============================================= ] 3909/5297 73% [============================================= ] 3910/5297 73% [============================================= ] 3911/5297 73% [============================================= ] 3912/5297 73% [============================================= ] 3913/5297 73% [============================================= ] 3914/5297 73% [============================================= ] 3915/5297 73% [============================================= ] 3916/5297 73% [============================================= ] 3917/5297 73% [============================================= ] 3918/5297 73% [============================================= ] 3919/5297 73% [============================================= ] 3920/5297 74% [============================================= ] 3921/5297 74% [============================================= ] 3922/5297 74% [============================================= ] 3923/5297 74% [============================================= ] 3924/5297 74% [============================================= ] 3925/5297 74% [============================================= ] 3926/5297 74% [============================================= ] 3927/5297 74% [============================================= ] 3928/5297 74% [============================================= ] 3929/5297 74% [============================================= ] 3930/5297 74% [============================================== ] 3931/5297 74% [============================================== ] 3932/5297 74% [============================================== ] 3933/5297 74% [============================================== ] 3934/5297 74% [============================================== ] 3935/5297 74% [============================================== ] 3936/5297 74% [============================================== ] 3937/5297 74% [============================================== ] 3938/5297 74% [============================================== ] 3939/5297 74% [============================================== ] 3940/5297 74% [============================================== ] 3941/5297 74% [============================================== ] 3942/5297 74% [============================================== ] 3943/5297 74% [============================================== ] 3944/5297 74% [============================================== ] 3945/5297 74% [============================================== ] 3946/5297 74% [============================================== ] 3947/5297 74% [============================================== ] 3948/5297 74% [============================================== ] 3949/5297 74% [============================================== ] 3950/5297 74% [============================================== ] 3951/5297 74% [============================================== ] 3952/5297 74% [============================================== ] 3953/5297 74% [============================================== ] 3954/5297 74% [============================================== ] 3955/5297 74% [============================================== ] 3956/5297 74% [============================================== ] 3957/5297 74% [============================================== ] 3958/5297 74% [============================================== ] 3959/5297 74% [============================================== ] 3960/5297 74% [============================================== ] 3961/5297 74% [============================================== ] 3962/5297 74% [============================================== ] 3963/5297 74% [============================================== ] 3964/5297 74% [============================================== ] 3965/5297 74% [============================================== ] 3966/5297 74% [============================================== ] 3967/5297 74% [============================================== ] 3968/5297 74% [============================================== ] 3969/5297 74% [============================================== ] 3970/5297 74% [============================================== ] 3971/5297 74% [============================================== ] 3972/5297 74% [============================================== ] 3973/5297 75% [============================================== ] 3974/5297 75% [============================================== ] 3975/5297 75% [============================================== ] 3976/5297 75% [============================================== ] 3977/5297 75% [============================================== ] 3978/5297 75% [============================================== ] 3979/5297 75% [============================================== ] 3980/5297 75% [============================================== ] 3981/5297 75% [============================================== ] 3982/5297 75% [============================================== ] 3983/5297 75% [============================================== ] 3984/5297 75% [============================================== ] 3985/5297 75% [============================================== ] 3986/5297 75% [============================================== ] 3987/5297 75% [============================================== ] 3988/5297 75% [============================================== ] 3989/5297 75% [============================================== ] 3990/5297 75% [============================================== ] 3991/5297 75% [============================================== ] 3992/5297 75% [============================================== ] 3993/5297 75% [============================================== ] 3994/5297 75% [============================================== ] 3995/5297 75% [============================================== ] 3996/5297 75% [============================================== ] 3997/5297 75% [============================================== ] 3998/5297 75% [============================================== ] 3999/5297 75% [============================================== ] 4000/5297 75% [============================================== ] 4001/5297 75% [============================================== ] 4002/5297 75% [============================================== ] 4003/5297 75% [============================================== ] 4004/5297 75% [============================================== ] 4005/5297 75% [============================================== ] 4006/5297 75% [============================================== ] 4007/5297 75% [============================================== ] 4008/5297 75% [============================================== ] 4009/5297 75% [============================================== ] 4010/5297 75% [============================================== ] 4011/5297 75% [============================================== ] 4012/5297 75% [============================================== ] 4013/5297 75% [============================================== ] 4014/5297 75% [============================================== ] 4015/5297 75% [=============================================== ] 4016/5297 75% [=============================================== ] 4017/5297 75% [=============================================== ] 4018/5297 75% [=============================================== ] 4019/5297 75% [=============================================== ] 4020/5297 75% [=============================================== ] 4021/5297 75% [=============================================== ] 4022/5297 75% [=============================================== ] 4023/5297 75% [=============================================== ] 4024/5297 75% [=============================================== ] 4025/5297 75% [=============================================== ] 4026/5297 76% [=============================================== ] 4027/5297 76% [=============================================== ] 4028/5297 76% [=============================================== ] 4029/5297 76% [=============================================== ] 4030/5297 76% [=============================================== ] 4031/5297 76% [=============================================== ] 4032/5297 76% [=============================================== ] 4033/5297 76% [=============================================== ] 4034/5297 76% [=============================================== ] 4035/5297 76% [=============================================== ] 4036/5297 76% [=============================================== ] 4037/5297 76% [=============================================== ] 4038/5297 76% [=============================================== ] 4039/5297 76% [=============================================== ] 4040/5297 76% [=============================================== ] 4041/5297 76% [=============================================== ] 4042/5297 76% [=============================================== ] 4043/5297 76% [=============================================== ] 4044/5297 76% [=============================================== ] 4045/5297 76% [=============================================== ] 4046/5297 76% [=============================================== ] 4047/5297 76% [=============================================== ] 4048/5297 76% [=============================================== ] 4049/5297 76% [=============================================== ] 4050/5297 76% [=============================================== ] 4051/5297 76% [=============================================== ] 4052/5297 76% [=============================================== ] 4053/5297 76% [=============================================== ] 4054/5297 76% [=============================================== ] 4055/5297 76% [=============================================== ] 4056/5297 76% [=============================================== ] 4057/5297 76% [=============================================== ] 4058/5297 76% [=============================================== ] 4059/5297 76% [=============================================== ] 4060/5297 76% [=============================================== ] 4061/5297 76% [=============================================== ] 4062/5297 76% [=============================================== ] 4063/5297 76% [=============================================== ] 4064/5297 76% [=============================================== ] 4065/5297 76% [=============================================== ] 4066/5297 76% [=============================================== ] 4067/5297 76% [=============================================== ] 4068/5297 76% [=============================================== ] 4069/5297 76% [=============================================== ] 4070/5297 76% [=============================================== ] 4071/5297 76% [=============================================== ] 4072/5297 76% [=============================================== ] 4073/5297 76% [=============================================== ] 4074/5297 76% [=============================================== ] 4075/5297 76% [=============================================== ] 4076/5297 76% [=============================================== ] 4077/5297 76% [=============================================== ] 4078/5297 76% [=============================================== ] 4079/5297 77% [=============================================== ] 4080/5297 77% [=============================================== ] 4081/5297 77% [=============================================== ] 4082/5297 77% [=============================================== ] 4083/5297 77% [=============================================== ] 4084/5297 77% [=============================================== ] 4085/5297 77% [=============================================== ] 4086/5297 77% [=============================================== ] 4087/5297 77% [=============================================== ] 4088/5297 77% [=============================================== ] 4089/5297 77% [=============================================== ] 4090/5297 77% [=============================================== ] 4091/5297 77% [=============================================== ] 4092/5297 77% [=============================================== ] 4093/5297 77% [=============================================== ] 4094/5297 77% [=============================================== ] 4095/5297 77% [=============================================== ] 4096/5297 77% [=============================================== ] 4097/5297 77% [=============================================== ] 4098/5297 77% [=============================================== ] 4099/5297 77% [=============================================== ] 4100/5297 77% [================================================ ] 4101/5297 77% [================================================ ] 4102/5297 77% [================================================ ] 4103/5297 77% [================================================ ] 4104/5297 77% [================================================ ] 4105/5297 77% [================================================ ] 4106/5297 77% [================================================ ] 4107/5297 77% [================================================ ] 4108/5297 77% [================================================ ] 4109/5297 77% [================================================ ] 4110/5297 77% [================================================ ] 4111/5297 77% [================================================ ] 4112/5297 77% [================================================ ] 4113/5297 77% [================================================ ] 4114/5297 77% [================================================ ] 4115/5297 77% [================================================ ] 4116/5297 77% [================================================ ] 4117/5297 77% [================================================ ] 4118/5297 77% [================================================ ] 4119/5297 77% [================================================ ] 4120/5297 77% [================================================ ] 4121/5297 77% [================================================ ] 4122/5297 77% [================================================ ] 4123/5297 77% [================================================ ] 4124/5297 77% [================================================ ] 4125/5297 77% [================================================ ] 4126/5297 77% [================================================ ] 4127/5297 77% [================================================ ] 4128/5297 77% [================================================ ] 4129/5297 77% [================================================ ] 4130/5297 77% [================================================ ] 4131/5297 77% [================================================ ] 4132/5297 78% [================================================ ] 4133/5297 78% [================================================ ] 4134/5297 78% [================================================ ] 4135/5297 78% [================================================ ] 4136/5297 78% [================================================ ] 4137/5297 78% [================================================ ] 4138/5297 78% [================================================ ] 4139/5297 78% [================================================ ] 4140/5297 78% [================================================ ] 4141/5297 78% [================================================ ] 4142/5297 78% [================================================ ] 4143/5297 78% [================================================ ] 4144/5297 78% [================================================ ] 4145/5297 78% [================================================ ] 4146/5297 78% [================================================ ] 4147/5297 78% [================================================ ] 4148/5297 78% [================================================ ] 4149/5297 78% [================================================ ] 4150/5297 78% [================================================ ] 4151/5297 78% [================================================ ] 4152/5297 78% [================================================ ] 4153/5297 78% [================================================ ] 4154/5297 78% [================================================ ] 4155/5297 78% [================================================ ] 4156/5297 78% [================================================ ] 4157/5297 78% [================================================ ] 4158/5297 78% [================================================ ] 4159/5297 78% [================================================ ] 4160/5297 78% [================================================ ] 4161/5297 78% [================================================ ] 4162/5297 78% [================================================ ] 4163/5297 78% [================================================ ] 4164/5297 78% [================================================ ] 4165/5297 78% [================================================ ] 4166/5297 78% [================================================ ] 4167/5297 78% [================================================ ] 4168/5297 78% [================================================ ] 4169/5297 78% [================================================ ] 4170/5297 78% [================================================ ] 4171/5297 78% [================================================ ] 4172/5297 78% [================================================ ] 4173/5297 78% [================================================ ] 4174/5297 78% [================================================ ] 4175/5297 78% [================================================ ] 4176/5297 78% [================================================ ] 4177/5297 78% [================================================ ] 4178/5297 78% [================================================ ] 4179/5297 78% [================================================ ] 4180/5297 78% [================================================ ] 4181/5297 78% [================================================ ] 4182/5297 78% [================================================ ] 4183/5297 78% [================================================ ] 4184/5297 78% [================================================ ] 4185/5297 79% [================================================ ] 4186/5297 79% [================================================= ] 4187/5297 79% [================================================= ] 4188/5297 79% [================================================= ] 4189/5297 79% [================================================= ] 4190/5297 79% [================================================= ] 4191/5297 79% [================================================= ] 4192/5297 79% [================================================= ] 4193/5297 79% [================================================= ] 4194/5297 79% [================================================= ] 4195/5297 79% [================================================= ] 4196/5297 79% [================================================= ] 4197/5297 79% [================================================= ] 4198/5297 79% [================================================= ] 4199/5297 79% [================================================= ] 4200/5297 79% [================================================= ] 4201/5297 79% [================================================= ] 4202/5297 79% [================================================= ] 4203/5297 79% [================================================= ] 4204/5297 79% [================================================= ] 4205/5297 79% [================================================= ] 4206/5297 79% [================================================= ] 4207/5297 79% [================================================= ] 4208/5297 79% [================================================= ] 4209/5297 79% [================================================= ] 4210/5297 79% [================================================= ] 4211/5297 79% [================================================= ] 4212/5297 79% [================================================= ] 4213/5297 79% [================================================= ] 4214/5297 79% [================================================= ] 4215/5297 79% [================================================= ] 4216/5297 79% [================================================= ] 4217/5297 79% [================================================= ] 4218/5297 79% [================================================= ] 4219/5297 79% [================================================= ] 4220/5297 79% [================================================= ] 4221/5297 79% [================================================= ] 4222/5297 79% [================================================= ] 4223/5297 79% [================================================= ] 4224/5297 79% [================================================= ] 4225/5297 79% [================================================= ] 4226/5297 79% [================================================= ] 4227/5297 79% [================================================= ] 4228/5297 79% [================================================= ] 4229/5297 79% [================================================= ] 4230/5297 79% [================================================= ] 4231/5297 79% [================================================= ] 4232/5297 79% [================================================= ] 4233/5297 79% [================================================= ] 4234/5297 79% [================================================= ] 4235/5297 79% [================================================= ] 4236/5297 79% [================================================= ] 4237/5297 79% [================================================= ] 4238/5297 80% [================================================= ] 4239/5297 80% [================================================= ] 4240/5297 80% [================================================= ] 4241/5297 80% [================================================= ] 4242/5297 80% [================================================= ] 4243/5297 80% [================================================= ] 4244/5297 80% [================================================= ] 4245/5297 80% [================================================= ] 4246/5297 80% [================================================= ] 4247/5297 80% [================================================= ] 4248/5297 80% [================================================= ] 4249/5297 80% [================================================= ] 4250/5297 80% [================================================= ] 4251/5297 80% [================================================= ] 4252/5297 80% [================================================= ] 4253/5297 80% [================================================= ] 4254/5297 80% [================================================= ] 4255/5297 80% [================================================= ] 4256/5297 80% [================================================= ] 4257/5297 80% [================================================= ] 4258/5297 80% [================================================= ] 4259/5297 80% [================================================= ] 4260/5297 80% [================================================= ] 4261/5297 80% [================================================= ] 4262/5297 80% [================================================= ] 4263/5297 80% [================================================= ] 4264/5297 80% [================================================= ] 4265/5297 80% [================================================= ] 4266/5297 80% [================================================= ] 4267/5297 80% [================================================= ] 4268/5297 80% [================================================= ] 4269/5297 80% [================================================= ] 4270/5297 80% [================================================= ] 4271/5297 80% [================================================== ] 4272/5297 80% [================================================== ] 4273/5297 80% [================================================== ] 4274/5297 80% [================================================== ] 4275/5297 80% [================================================== ] 4276/5297 80% [================================================== ] 4277/5297 80% [================================================== ] 4278/5297 80% [================================================== ] 4279/5297 80% [================================================== ] 4280/5297 80% [================================================== ] 4281/5297 80% [================================================== ] 4282/5297 80% [================================================== ] 4283/5297 80% [================================================== ] 4284/5297 80% [================================================== ] 4285/5297 80% [================================================== ] 4286/5297 80% [================================================== ] 4287/5297 80% [================================================== ] 4288/5297 80% [================================================== ] 4289/5297 80% [================================================== ] 4290/5297 80% [================================================== ] 4291/5297 81% [================================================== ] 4292/5297 81% [================================================== ] 4293/5297 81% [================================================== ] 4294/5297 81% [================================================== ] 4295/5297 81% [================================================== ] 4296/5297 81% [================================================== ] 4297/5297 81% [================================================== ] 4298/5297 81% [================================================== ] 4299/5297 81% [================================================== ] 4300/5297 81% [================================================== ] 4301/5297 81% [================================================== ] 4302/5297 81% [================================================== ] 4303/5297 81% [================================================== ] 4304/5297 81% [================================================== ] 4305/5297 81% [================================================== ] 4306/5297 81% [================================================== ] 4307/5297 81% [================================================== ] 4308/5297 81% [================================================== ] 4309/5297 81% [================================================== ] 4310/5297 81% [================================================== ] 4311/5297 81% [================================================== ] 4312/5297 81% [================================================== ] 4313/5297 81% [================================================== ] 4314/5297 81% [================================================== ] 4315/5297 81% [================================================== ] 4316/5297 81% [================================================== ] 4317/5297 81% [================================================== ] 4318/5297 81% [================================================== ] 4319/5297 81% [================================================== ] 4320/5297 81% [================================================== ] 4321/5297 81% [================================================== ] 4322/5297 81% [================================================== ] 4323/5297 81% [================================================== ] 4324/5297 81% [================================================== ] 4325/5297 81% [================================================== ] 4326/5297 81% [================================================== ] 4327/5297 81% [================================================== ] 4328/5297 81% [================================================== ] 4329/5297 81% [================================================== ] 4330/5297 81% [================================================== ] 4331/5297 81% [================================================== ] 4332/5297 81% [================================================== ] 4333/5297 81% [================================================== ] 4334/5297 81% [================================================== ] 4335/5297 81% [================================================== ] 4336/5297 81% [================================================== ] 4337/5297 81% [================================================== ] 4338/5297 81% [================================================== ] 4339/5297 81% [================================================== ] 4340/5297 81% [================================================== ] 4341/5297 81% [================================================== ] 4342/5297 81% [================================================== ] 4343/5297 81% [================================================== ] 4344/5297 82% [================================================== ] 4345/5297 82% [================================================== ] 4346/5297 82% [================================================== ] 4347/5297 82% [================================================== ] 4348/5297 82% [================================================== ] 4349/5297 82% [================================================== ] 4350/5297 82% [================================================== ] 4351/5297 82% [================================================== ] 4352/5297 82% [================================================== ] 4353/5297 82% [================================================== ] 4354/5297 82% [================================================== ] 4355/5297 82% [================================================== ] 4356/5297 82% [================================================== ] 4357/5297 82% [=================================================== ] 4358/5297 82% [=================================================== ] 4359/5297 82% [=================================================== ] 4360/5297 82% [=================================================== ] 4361/5297 82% [=================================================== ] 4362/5297 82% [=================================================== ] 4363/5297 82% [=================================================== ] 4364/5297 82% [=================================================== ] 4365/5297 82% [=================================================== ] 4366/5297 82% [=================================================== ] 4367/5297 82% [=================================================== ] 4368/5297 82% [=================================================== ] 4369/5297 82% [=================================================== ] 4370/5297 82% [=================================================== ] 4371/5297 82% [=================================================== ] 4372/5297 82% [=================================================== ] 4373/5297 82% [=================================================== ] 4374/5297 82% [=================================================== ] 4375/5297 82% [=================================================== ] 4376/5297 82% [=================================================== ] 4377/5297 82% [=================================================== ] 4378/5297 82% [=================================================== ] 4379/5297 82% [=================================================== ] 4380/5297 82% [=================================================== ] 4381/5297 82% [=================================================== ] 4382/5297 82% [=================================================== ] 4383/5297 82% [=================================================== ] 4384/5297 82% [=================================================== ] 4385/5297 82% [=================================================== ] 4386/5297 82% [=================================================== ] 4387/5297 82% [=================================================== ] 4388/5297 82% [=================================================== ] 4389/5297 82% [=================================================== ] 4390/5297 82% [=================================================== ] 4391/5297 82% [=================================================== ] 4392/5297 82% [=================================================== ] 4393/5297 82% [=================================================== ] 4394/5297 82% [=================================================== ] 4395/5297 82% [=================================================== ] 4396/5297 82% [=================================================== ] 4397/5297 83% [=================================================== ] 4398/5297 83% [=================================================== ] 4399/5297 83% [=================================================== ] 4400/5297 83% [=================================================== ] 4401/5297 83% [=================================================== ] 4402/5297 83% [=================================================== ] 4403/5297 83% [=================================================== ] 4404/5297 83% [=================================================== ] 4405/5297 83% [=================================================== ] 4406/5297 83% [=================================================== ] 4407/5297 83% [=================================================== ] 4408/5297 83% [=================================================== ] 4409/5297 83% [=================================================== ] 4410/5297 83% [=================================================== ] 4411/5297 83% [=================================================== ] 4412/5297 83% [=================================================== ] 4413/5297 83% [=================================================== ] 4414/5297 83% [=================================================== ] 4415/5297 83% [=================================================== ] 4416/5297 83% [=================================================== ] 4417/5297 83% [=================================================== ] 4418/5297 83% [=================================================== ] 4419/5297 83% [=================================================== ] 4420/5297 83% [=================================================== ] 4421/5297 83% [=================================================== ] 4422/5297 83% [=================================================== ] 4423/5297 83% [=================================================== ] 4424/5297 83% [=================================================== ] 4425/5297 83% [=================================================== ] 4426/5297 83% [=================================================== ] 4427/5297 83% [=================================================== ] 4428/5297 83% [=================================================== ] 4429/5297 83% [=================================================== ] 4430/5297 83% [=================================================== ] 4431/5297 83% [=================================================== ] 4432/5297 83% [=================================================== ] 4433/5297 83% [=================================================== ] 4434/5297 83% [=================================================== ] 4435/5297 83% [=================================================== ] 4436/5297 83% [=================================================== ] 4437/5297 83% [=================================================== ] 4438/5297 83% [=================================================== ] 4439/5297 83% [=================================================== ] 4440/5297 83% [=================================================== ] 4441/5297 83% [=================================================== ] 4442/5297 83% [==================================================== ] 4443/5297 83% [==================================================== ] 4444/5297 83% [==================================================== ] 4445/5297 83% [==================================================== ] 4446/5297 83% [==================================================== ] 4447/5297 83% [==================================================== ] 4448/5297 83% [==================================================== ] 4449/5297 83% [==================================================== ] 4450/5297 84% [==================================================== ] 4451/5297 84% [==================================================== ] 4452/5297 84% [==================================================== ] 4453/5297 84% [==================================================== ] 4454/5297 84% [==================================================== ] 4455/5297 84% [==================================================== ] 4456/5297 84% [==================================================== ] 4457/5297 84% [==================================================== ] 4458/5297 84% [==================================================== ] 4459/5297 84% [==================================================== ] 4460/5297 84% [==================================================== ] 4461/5297 84% [==================================================== ] 4462/5297 84% [==================================================== ] 4463/5297 84% [==================================================== ] 4464/5297 84% [==================================================== ] 4465/5297 84% [==================================================== ] 4466/5297 84% [==================================================== ] 4467/5297 84% [==================================================== ] 4468/5297 84% [==================================================== ] 4469/5297 84% [==================================================== ] 4470/5297 84% [==================================================== ] 4471/5297 84% [==================================================== ] 4472/5297 84% [==================================================== ] 4473/5297 84% [==================================================== ] 4474/5297 84% [==================================================== ] 4475/5297 84% [==================================================== ] 4476/5297 84% [==================================================== ] 4477/5297 84% [==================================================== ] 4478/5297 84% [==================================================== ] 4479/5297 84% [==================================================== ] 4480/5297 84% [==================================================== ] 4481/5297 84% [==================================================== ] 4482/5297 84% [==================================================== ] 4483/5297 84% [==================================================== ] 4484/5297 84% [==================================================== ] 4485/5297 84% [==================================================== ] 4486/5297 84% [==================================================== ] 4487/5297 84% [==================================================== ] 4488/5297 84% [==================================================== ] 4489/5297 84% [==================================================== ] 4490/5297 84% [==================================================== ] 4491/5297 84% [==================================================== ] 4492/5297 84% [==================================================== ] 4493/5297 84% [==================================================== ] 4494/5297 84% [==================================================== ] 4495/5297 84% [==================================================== ] 4496/5297 84% [==================================================== ] 4497/5297 84% [==================================================== ] 4498/5297 84% [==================================================== ] 4499/5297 84% [==================================================== ] 4500/5297 84% [==================================================== ] 4501/5297 84% [==================================================== ] 4502/5297 84% [==================================================== ] 4503/5297 85% [==================================================== ] 4504/5297 85% [==================================================== ] 4505/5297 85% [==================================================== ] 4506/5297 85% [==================================================== ] 4507/5297 85% [==================================================== ] 4508/5297 85% [==================================================== ] 4509/5297 85% [==================================================== ] 4510/5297 85% [==================================================== ] 4511/5297 85% [==================================================== ] 4512/5297 85% [==================================================== ] 4513/5297 85% [==================================================== ] 4514/5297 85% [==================================================== ] 4515/5297 85% [==================================================== ] 4516/5297 85% [==================================================== ] 4517/5297 85% [==================================================== ] 4518/5297 85% [==================================================== ] 4519/5297 85% [==================================================== ] 4520/5297 85% [==================================================== ] 4521/5297 85% [==================================================== ] 4522/5297 85% [==================================================== ] 4523/5297 85% [==================================================== ] 4524/5297 85% [==================================================== ] 4525/5297 85% [==================================================== ] 4526/5297 85% [==================================================== ] 4527/5297 85% [==================================================== ] 4528/5297 85% [===================================================== ] 4529/5297 85% [===================================================== ] 4530/5297 85% [===================================================== ] 4531/5297 85% [===================================================== ] 4532/5297 85% [===================================================== ] 4533/5297 85% [===================================================== ] 4534/5297 85% [===================================================== ] 4535/5297 85% [===================================================== ] 4536/5297 85% [===================================================== ] 4537/5297 85% [===================================================== ] 4538/5297 85% [===================================================== ] 4539/5297 85% [===================================================== ] 4540/5297 85% [===================================================== ] 4541/5297 85% [===================================================== ] 4542/5297 85% [===================================================== ] 4543/5297 85% [===================================================== ] 4544/5297 85% [===================================================== ] 4545/5297 85% [===================================================== ] 4546/5297 85% [===================================================== ] 4547/5297 85% [===================================================== ] 4548/5297 85% [===================================================== ] 4549/5297 85% [===================================================== ] 4550/5297 85% [===================================================== ] 4551/5297 85% [===================================================== ] 4552/5297 85% [===================================================== ] 4553/5297 85% [===================================================== ] 4554/5297 85% [===================================================== ] 4555/5297 85% [===================================================== ] 4556/5297 86% [===================================================== ] 4557/5297 86% [===================================================== ] 4558/5297 86% [===================================================== ] 4559/5297 86% [===================================================== ] 4560/5297 86% [===================================================== ] 4561/5297 86% [===================================================== ] 4562/5297 86% [===================================================== ] 4563/5297 86% [===================================================== ] 4564/5297 86% [===================================================== ] 4565/5297 86% [===================================================== ] 4566/5297 86% [===================================================== ] 4567/5297 86% [===================================================== ] 4568/5297 86% [===================================================== ] 4569/5297 86% [===================================================== ] 4570/5297 86% [===================================================== ] 4571/5297 86% [===================================================== ] 4572/5297 86% [===================================================== ] 4573/5297 86% [===================================================== ] 4574/5297 86% [===================================================== ] 4575/5297 86% [===================================================== ] 4576/5297 86% [===================================================== ] 4577/5297 86% [===================================================== ] 4578/5297 86% [===================================================== ] 4579/5297 86% [===================================================== ] 4580/5297 86% [===================================================== ] 4581/5297 86% [===================================================== ] 4582/5297 86% [===================================================== ] 4583/5297 86% [===================================================== ] 4584/5297 86% [===================================================== ] 4585/5297 86% [===================================================== ] 4586/5297 86% [===================================================== ] 4587/5297 86% [===================================================== ] 4588/5297 86% [===================================================== ] 4589/5297 86% [===================================================== ] 4590/5297 86% [===================================================== ] 4591/5297 86% [===================================================== ] 4592/5297 86% [===================================================== ] 4593/5297 86% [===================================================== ] 4594/5297 86% [===================================================== ] 4595/5297 86% [===================================================== ] 4596/5297 86% [===================================================== ] 4597/5297 86% [===================================================== ] 4598/5297 86% [===================================================== ] 4599/5297 86% [===================================================== ] 4600/5297 86% [===================================================== ] 4601/5297 86% [===================================================== ] 4602/5297 86% [===================================================== ] 4603/5297 86% [===================================================== ] 4604/5297 86% [===================================================== ] 4605/5297 86% [===================================================== ] 4606/5297 86% [===================================================== ] 4607/5297 86% [===================================================== ] 4608/5297 86% [===================================================== ] 4609/5297 87% [===================================================== ] 4610/5297 87% [===================================================== ] 4611/5297 87% [===================================================== ] 4612/5297 87% [===================================================== ] 4613/5297 87% [====================================================== ] 4614/5297 87% [====================================================== ] 4615/5297 87% [====================================================== ] 4616/5297 87% [====================================================== ] 4617/5297 87% [====================================================== ] 4618/5297 87% [====================================================== ] 4619/5297 87% [====================================================== ] 4620/5297 87% [====================================================== ] 4621/5297 87% [====================================================== ] 4622/5297 87% [====================================================== ] 4623/5297 87% [====================================================== ] 4624/5297 87% [====================================================== ] 4625/5297 87% [====================================================== ] 4626/5297 87% [====================================================== ] 4627/5297 87% [====================================================== ] 4628/5297 87% [====================================================== ] 4629/5297 87% [====================================================== ] 4630/5297 87% [====================================================== ] 4631/5297 87% [====================================================== ] 4632/5297 87% [====================================================== ] 4633/5297 87% [====================================================== ] 4634/5297 87% [====================================================== ] 4635/5297 87% [====================================================== ] 4636/5297 87% [====================================================== ] 4637/5297 87% [====================================================== ] 4638/5297 87% [====================================================== ] 4639/5297 87% [====================================================== ] 4640/5297 87% [====================================================== ] 4641/5297 87% [====================================================== ] 4642/5297 87% [====================================================== ] 4643/5297 87% [====================================================== ] 4644/5297 87% [====================================================== ] 4645/5297 87% [====================================================== ] 4646/5297 87% [====================================================== ] 4647/5297 87% [====================================================== ] 4648/5297 87% [====================================================== ] 4649/5297 87% [====================================================== ] 4650/5297 87% [====================================================== ] 4651/5297 87% [====================================================== ] 4652/5297 87% [====================================================== ] 4653/5297 87% [====================================================== ] 4654/5297 87% [====================================================== ] 4655/5297 87% [====================================================== ] 4656/5297 87% [====================================================== ] 4657/5297 87% [====================================================== ] 4658/5297 87% [====================================================== ] 4659/5297 87% [====================================================== ] 4660/5297 87% [====================================================== ] 4661/5297 87% [====================================================== ] 4662/5297 88% [====================================================== ] 4663/5297 88% [====================================================== ] 4664/5297 88% [====================================================== ] 4665/5297 88% [====================================================== ] 4666/5297 88% [====================================================== ] 4667/5297 88% [====================================================== ] 4668/5297 88% [====================================================== ] 4669/5297 88% [====================================================== ] 4670/5297 88% [====================================================== ] 4671/5297 88% [====================================================== ] 4672/5297 88% [====================================================== ] 4673/5297 88% [====================================================== ] 4674/5297 88% [====================================================== ] 4675/5297 88% [====================================================== ] 4676/5297 88% [====================================================== ] 4677/5297 88% [====================================================== ] 4678/5297 88% [====================================================== ] 4679/5297 88% [====================================================== ] 4680/5297 88% [====================================================== ] 4681/5297 88% [====================================================== ] 4682/5297 88% [====================================================== ] 4683/5297 88% [====================================================== ] 4684/5297 88% [====================================================== ] 4685/5297 88% [====================================================== ] 4686/5297 88% [====================================================== ] 4687/5297 88% [====================================================== ] 4688/5297 88% [====================================================== ] 4689/5297 88% [====================================================== ] 4690/5297 88% [====================================================== ] 4691/5297 88% [====================================================== ] 4692/5297 88% [====================================================== ] 4693/5297 88% [====================================================== ] 4694/5297 88% [====================================================== ] 4695/5297 88% [====================================================== ] 4696/5297 88% [====================================================== ] 4697/5297 88% [====================================================== ] 4698/5297 88% [======================================================= ] 4699/5297 88% [======================================================= ] 4700/5297 88% [======================================================= ] 4701/5297 88% [======================================================= ] 4702/5297 88% [======================================================= ] 4703/5297 88% [======================================================= ] 4704/5297 88% [======================================================= ] 4705/5297 88% [======================================================= ] 4706/5297 88% [======================================================= ] 4707/5297 88% [======================================================= ] 4708/5297 88% [======================================================= ] 4709/5297 88% [======================================================= ] 4710/5297 88% [======================================================= ] 4711/5297 88% [======================================================= ] 4712/5297 88% [======================================================= ] 4713/5297 88% [======================================================= ] 4714/5297 88% [======================================================= ] 4715/5297 89% [======================================================= ] 4716/5297 89% [======================================================= ] 4717/5297 89% [======================================================= ] 4718/5297 89% [======================================================= ] 4719/5297 89% [======================================================= ] 4720/5297 89% [======================================================= ] 4721/5297 89% [======================================================= ] 4722/5297 89% [======================================================= ] 4723/5297 89% [======================================================= ] 4724/5297 89% [======================================================= ] 4725/5297 89% [======================================================= ] 4726/5297 89% [======================================================= ] 4727/5297 89% [======================================================= ] 4728/5297 89% [======================================================= ] 4729/5297 89% [======================================================= ] 4730/5297 89% [======================================================= ] 4731/5297 89% [======================================================= ] 4732/5297 89% [======================================================= ] 4733/5297 89% [======================================================= ] 4734/5297 89% [======================================================= ] 4735/5297 89% [======================================================= ] 4736/5297 89% [======================================================= ] 4737/5297 89% [======================================================= ] 4738/5297 89% [======================================================= ] 4739/5297 89% [======================================================= ] 4740/5297 89% [======================================================= ] 4741/5297 89% [======================================================= ] 4742/5297 89% [======================================================= ] 4743/5297 89% [======================================================= ] 4744/5297 89% [======================================================= ] 4745/5297 89% [======================================================= ] 4746/5297 89% [======================================================= ] 4747/5297 89% [======================================================= ] 4748/5297 89% [======================================================= ] 4749/5297 89% [======================================================= ] 4750/5297 89% [======================================================= ] 4751/5297 89% [======================================================= ] 4752/5297 89% [======================================================= ] 4753/5297 89% [======================================================= ] 4754/5297 89% [======================================================= ] 4755/5297 89% [======================================================= ] 4756/5297 89% [======================================================= ] 4757/5297 89% [======================================================= ] 4758/5297 89% [======================================================= ] 4759/5297 89% [======================================================= ] 4760/5297 89% [======================================================= ] 4761/5297 89% [======================================================= ] 4762/5297 89% [======================================================= ] 4763/5297 89% [======================================================= ] 4764/5297 89% [======================================================= ] 4765/5297 89% [======================================================= ] 4766/5297 89% [======================================================= ] 4767/5297 89% [======================================================= ] 4768/5297 90% [======================================================= ] 4769/5297 90% [======================================================= ] 4770/5297 90% [======================================================= ] 4771/5297 90% [======================================================= ] 4772/5297 90% [======================================================= ] 4773/5297 90% [======================================================= ] 4774/5297 90% [======================================================= ] 4775/5297 90% [======================================================= ] 4776/5297 90% [======================================================= ] 4777/5297 90% [======================================================= ] 4778/5297 90% [======================================================= ] 4779/5297 90% [======================================================= ] 4780/5297 90% [======================================================= ] 4781/5297 90% [======================================================= ] 4782/5297 90% [======================================================= ] 4783/5297 90% [======================================================= ] 4784/5297 90% [======================================================== ] 4785/5297 90% [======================================================== ] 4786/5297 90% [======================================================== ] 4787/5297 90% [======================================================== ] 4788/5297 90% [======================================================== ] 4789/5297 90% [======================================================== ] 4790/5297 90% [======================================================== ] 4791/5297 90% [======================================================== ] 4792/5297 90% [======================================================== ] 4793/5297 90% [======================================================== ] 4794/5297 90% [======================================================== ] 4795/5297 90% [======================================================== ] 4796/5297 90% [======================================================== ] 4797/5297 90% [======================================================== ] 4798/5297 90% [======================================================== ] 4799/5297 90% [======================================================== ] 4800/5297 90% [======================================================== ] 4801/5297 90% [======================================================== ] 4802/5297 90% [======================================================== ] 4803/5297 90% [======================================================== ] 4804/5297 90% [======================================================== ] 4805/5297 90% [======================================================== ] 4806/5297 90% [======================================================== ] 4807/5297 90% [======================================================== ] 4808/5297 90% [======================================================== ] 4809/5297 90% [======================================================== ] 4810/5297 90% [======================================================== ] 4811/5297 90% [======================================================== ] 4812/5297 90% [======================================================== ] 4813/5297 90% [======================================================== ] 4814/5297 90% [======================================================== ] 4815/5297 90% [======================================================== ] 4816/5297 90% [======================================================== ] 4817/5297 90% [======================================================== ] 4818/5297 90% [======================================================== ] 4819/5297 90% [======================================================== ] 4820/5297 90% [======================================================== ] 4821/5297 91% [======================================================== ] 4822/5297 91% [======================================================== ] 4823/5297 91% [======================================================== ] 4824/5297 91% [======================================================== ] 4825/5297 91% [======================================================== ] 4826/5297 91% [======================================================== ] 4827/5297 91% [======================================================== ] 4828/5297 91% [======================================================== ] 4829/5297 91% [======================================================== ] 4830/5297 91% [======================================================== ] 4831/5297 91% [======================================================== ] 4832/5297 91% [======================================================== ] 4833/5297 91% [======================================================== ] 4834/5297 91% [======================================================== ] 4835/5297 91% [======================================================== ] 4836/5297 91% [======================================================== ] 4837/5297 91% [======================================================== ] 4838/5297 91% [======================================================== ] 4839/5297 91% [======================================================== ] 4840/5297 91% [======================================================== ] 4841/5297 91% [======================================================== ] 4842/5297 91% [======================================================== ] 4843/5297 91% [======================================================== ] 4844/5297 91% [======================================================== ] 4845/5297 91% [======================================================== ] 4846/5297 91% [======================================================== ] 4847/5297 91% [======================================================== ] 4848/5297 91% [======================================================== ] 4849/5297 91% [======================================================== ] 4850/5297 91% [======================================================== ] 4851/5297 91% [======================================================== ] 4852/5297 91% [======================================================== ] 4853/5297 91% [======================================================== ] 4854/5297 91% [======================================================== ] 4855/5297 91% [======================================================== ] 4856/5297 91% [======================================================== ] 4857/5297 91% [======================================================== ] 4858/5297 91% [======================================================== ] 4859/5297 91% [======================================================== ] 4860/5297 91% [======================================================== ] 4861/5297 91% [======================================================== ] 4862/5297 91% [======================================================== ] 4863/5297 91% [======================================================== ] 4864/5297 91% [======================================================== ] 4865/5297 91% [======================================================== ] 4866/5297 91% [======================================================== ] 4867/5297 91% [======================================================== ] 4868/5297 91% [======================================================== ] 4869/5297 91% [========================================================= ] 4870/5297 91% [========================================================= ] 4871/5297 91% [========================================================= ] 4872/5297 91% [========================================================= ] 4873/5297 91% [========================================================= ] 4874/5297 92% [========================================================= ] 4875/5297 92% [========================================================= ] 4876/5297 92% [========================================================= ] 4877/5297 92% [========================================================= ] 4878/5297 92% [========================================================= ] 4879/5297 92% [========================================================= ] 4880/5297 92% [========================================================= ] 4881/5297 92% [========================================================= ] 4882/5297 92% [========================================================= ] 4883/5297 92% [========================================================= ] 4884/5297 92% [========================================================= ] 4885/5297 92% [========================================================= ] 4886/5297 92% [========================================================= ] 4887/5297 92% [========================================================= ] 4888/5297 92% [========================================================= ] 4889/5297 92% [========================================================= ] 4890/5297 92% [========================================================= ] 4891/5297 92% [========================================================= ] 4892/5297 92% [========================================================= ] 4893/5297 92% [========================================================= ] 4894/5297 92% [========================================================= ] 4895/5297 92% [========================================================= ] 4896/5297 92% [========================================================= ] 4897/5297 92% [========================================================= ] 4898/5297 92% [========================================================= ] 4899/5297 92% [========================================================= ] 4900/5297 92% [========================================================= ] 4901/5297 92% [========================================================= ] 4902/5297 92% [========================================================= ] 4903/5297 92% [========================================================= ] 4904/5297 92% [========================================================= ] 4905/5297 92% [========================================================= ] 4906/5297 92% [========================================================= ] 4907/5297 92% [========================================================= ] 4908/5297 92% [========================================================= ] 4909/5297 92% [========================================================= ] 4910/5297 92% [========================================================= ] 4911/5297 92% [========================================================= ] 4912/5297 92% [========================================================= ] 4913/5297 92% [========================================================= ] 4914/5297 92% [========================================================= ] 4915/5297 92% [========================================================= ] 4916/5297 92% [========================================================= ] 4917/5297 92% [========================================================= ] 4918/5297 92% [========================================================= ] 4919/5297 92% [========================================================= ] 4920/5297 92% [========================================================= ] 4921/5297 92% [========================================================= ] 4922/5297 92% [========================================================= ] 4923/5297 92% [========================================================= ] 4924/5297 92% [========================================================= ] 4925/5297 92% [========================================================= ] 4926/5297 92% [========================================================= ] 4927/5297 93% [========================================================= ] 4928/5297 93% [========================================================= ] 4929/5297 93% [========================================================= ] 4930/5297 93% [========================================================= ] 4931/5297 93% [========================================================= ] 4932/5297 93% [========================================================= ] 4933/5297 93% [========================================================= ] 4934/5297 93% [========================================================= ] 4935/5297 93% [========================================================= ] 4936/5297 93% [========================================================= ] 4937/5297 93% [========================================================= ] 4938/5297 93% [========================================================= ] 4939/5297 93% [========================================================= ] 4940/5297 93% [========================================================= ] 4941/5297 93% [========================================================= ] 4942/5297 93% [========================================================= ] 4943/5297 93% [========================================================= ] 4944/5297 93% [========================================================= ] 4945/5297 93% [========================================================= ] 4946/5297 93% [========================================================= ] 4947/5297 93% [========================================================= ] 4948/5297 93% [========================================================= ] 4949/5297 93% [========================================================= ] 4950/5297 93% [========================================================= ] 4951/5297 93% [========================================================= ] 4952/5297 93% [========================================================= ] 4953/5297 93% [========================================================= ] 4954/5297 93% [========================================================= ] 4955/5297 93% [========================================================== ] 4956/5297 93% [========================================================== ] 4957/5297 93% [========================================================== ] 4958/5297 93% [========================================================== ] 4959/5297 93% [========================================================== ] 4960/5297 93% [========================================================== ] 4961/5297 93% [========================================================== ] 4962/5297 93% [========================================================== ] 4963/5297 93% [========================================================== ] 4964/5297 93% [========================================================== ] 4965/5297 93% [========================================================== ] 4966/5297 93% [========================================================== ] 4967/5297 93% [========================================================== ] 4968/5297 93% [========================================================== ] 4969/5297 93% [========================================================== ] 4970/5297 93% [========================================================== ] 4971/5297 93% [========================================================== ] 4972/5297 93% [========================================================== ] 4973/5297 93% [========================================================== ] 4974/5297 93% [========================================================== ] 4975/5297 93% [========================================================== ] 4976/5297 93% [========================================================== ] 4977/5297 93% [========================================================== ] 4978/5297 93% [========================================================== ] 4979/5297 93% [========================================================== ] 4980/5297 94% [========================================================== ] 4981/5297 94% [========================================================== ] 4982/5297 94% [========================================================== ] 4983/5297 94% [========================================================== ] 4984/5297 94% [========================================================== ] 4985/5297 94% [========================================================== ] 4986/5297 94% [========================================================== ] 4987/5297 94% [========================================================== ] 4988/5297 94% [========================================================== ] 4989/5297 94% [========================================================== ] 4990/5297 94% [========================================================== ] 4991/5297 94% [========================================================== ] 4992/5297 94% [========================================================== ] 4993/5297 94% [========================================================== ] 4994/5297 94% [========================================================== ] 4995/5297 94% [========================================================== ] 4996/5297 94% [========================================================== ] 4997/5297 94% [========================================================== ] 4998/5297 94% [========================================================== ] 4999/5297 94% [========================================================== ] 5000/5297 94% [========================================================== ] 5001/5297 94% [========================================================== ] 5002/5297 94% [========================================================== ] 5003/5297 94% [========================================================== ] 5004/5297 94% [========================================================== ] 5005/5297 94% [========================================================== ] 5006/5297 94% [========================================================== ] 5007/5297 94% [========================================================== ] 5008/5297 94% [========================================================== ] 5009/5297 94% [========================================================== ] 5010/5297 94% [========================================================== ] 5011/5297 94% [========================================================== ] 5012/5297 94% [========================================================== ] 5013/5297 94% [========================================================== ] 5014/5297 94% [========================================================== ] 5015/5297 94% [========================================================== ] 5016/5297 94% [========================================================== ] 5017/5297 94% [========================================================== ] 5018/5297 94% [========================================================== ] 5019/5297 94% [========================================================== ] 5020/5297 94% [========================================================== ] 5021/5297 94% [========================================================== ] 5022/5297 94% [========================================================== ] 5023/5297 94% [========================================================== ] 5024/5297 94% [========================================================== ] 5025/5297 94% [========================================================== ] 5026/5297 94% [========================================================== ] 5027/5297 94% [========================================================== ] 5028/5297 94% [========================================================== ] 5029/5297 94% [========================================================== ] 5030/5297 94% [========================================================== ] 5031/5297 94% [========================================================== ] 5032/5297 94% [========================================================== ] 5033/5297 95% [========================================================== ] 5034/5297 95% [========================================================== ] 5035/5297 95% [========================================================== ] 5036/5297 95% [========================================================== ] 5037/5297 95% [========================================================== ] 5038/5297 95% [========================================================== ] 5039/5297 95% [========================================================== ] 5040/5297 95% [=========================================================== ] 5041/5297 95% [=========================================================== ] 5042/5297 95% [=========================================================== ] 5043/5297 95% [=========================================================== ] 5044/5297 95% [=========================================================== ] 5045/5297 95% [=========================================================== ] 5046/5297 95% [=========================================================== ] 5047/5297 95% [=========================================================== ] 5048/5297 95% [=========================================================== ] 5049/5297 95% [=========================================================== ] 5050/5297 95% [=========================================================== ] 5051/5297 95% [=========================================================== ] 5052/5297 95% [=========================================================== ] 5053/5297 95% [=========================================================== ] 5054/5297 95% [=========================================================== ] 5055/5297 95% [=========================================================== ] 5056/5297 95% [=========================================================== ] 5057/5297 95% [=========================================================== ] 5058/5297 95% [=========================================================== ] 5059/5297 95% [=========================================================== ] 5060/5297 95% [=========================================================== ] 5061/5297 95% [=========================================================== ] 5062/5297 95% [=========================================================== ] 5063/5297 95% [=========================================================== ] 5064/5297 95% [=========================================================== ] 5065/5297 95% [=========================================================== ] 5066/5297 95% [=========================================================== ] 5067/5297 95% [=========================================================== ] 5068/5297 95% [=========================================================== ] 5069/5297 95% [=========================================================== ] 5070/5297 95% [=========================================================== ] 5071/5297 95% [=========================================================== ] 5072/5297 95% [=========================================================== ] 5073/5297 95% [=========================================================== ] 5074/5297 95% [=========================================================== ] 5075/5297 95% [=========================================================== ] 5076/5297 95% [=========================================================== ] 5077/5297 95% [=========================================================== ] 5078/5297 95% [=========================================================== ] 5079/5297 95% [=========================================================== ] 5080/5297 95% [=========================================================== ] 5081/5297 95% [=========================================================== ] 5082/5297 95% [=========================================================== ] 5083/5297 95% [=========================================================== ] 5084/5297 95% [=========================================================== ] 5085/5297 95% [=========================================================== ] 5086/5297 96% [=========================================================== ] 5087/5297 96% [=========================================================== ] 5088/5297 96% [=========================================================== ] 5089/5297 96% [=========================================================== ] 5090/5297 96% [=========================================================== ] 5091/5297 96% [=========================================================== ] 5092/5297 96% [=========================================================== ] 5093/5297 96% [=========================================================== ] 5094/5297 96% [=========================================================== ] 5095/5297 96% [=========================================================== ] 5096/5297 96% [=========================================================== ] 5097/5297 96% [=========================================================== ] 5098/5297 96% [=========================================================== ] 5099/5297 96% [=========================================================== ] 5100/5297 96% [=========================================================== ] 5101/5297 96% [=========================================================== ] 5102/5297 96% [=========================================================== ] 5103/5297 96% [=========================================================== ] 5104/5297 96% [=========================================================== ] 5105/5297 96% [=========================================================== ] 5106/5297 96% [=========================================================== ] 5107/5297 96% [=========================================================== ] 5108/5297 96% [=========================================================== ] 5109/5297 96% [=========================================================== ] 5110/5297 96% [=========================================================== ] 5111/5297 96% [=========================================================== ] 5112/5297 96% [=========================================================== ] 5113/5297 96% [=========================================================== ] 5114/5297 96% [=========================================================== ] 5115/5297 96% [=========================================================== ] 5116/5297 96% [=========================================================== ] 5117/5297 96% [=========================================================== ] 5118/5297 96% [=========================================================== ] 5119/5297 96% [=========================================================== ] 5120/5297 96% [=========================================================== ] 5121/5297 96% [=========================================================== ] 5122/5297 96% [=========================================================== ] 5123/5297 96% [=========================================================== ] 5124/5297 96% [=========================================================== ] 5125/5297 96% [=========================================================== ] 5126/5297 96% [============================================================ ] 5127/5297 96% [============================================================ ] 5128/5297 96% [============================================================ ] 5129/5297 96% [============================================================ ] 5130/5297 96% [============================================================ ] 5131/5297 96% [============================================================ ] 5132/5297 96% [============================================================ ] 5133/5297 96% [============================================================ ] 5134/5297 96% [============================================================ ] 5135/5297 96% [============================================================ ] 5136/5297 96% [============================================================ ] 5137/5297 96% [============================================================ ] 5138/5297 96% [============================================================ ] 5139/5297 97% [============================================================ ] 5140/5297 97% [============================================================ ] 5141/5297 97% [============================================================ ] 5142/5297 97% [============================================================ ] 5143/5297 97% [============================================================ ] 5144/5297 97% [============================================================ ] 5145/5297 97% [============================================================ ] 5146/5297 97% [============================================================ ] 5147/5297 97% [============================================================ ] 5148/5297 97% [============================================================ ] 5149/5297 97% [============================================================ ] 5150/5297 97% [============================================================ ] 5151/5297 97% [============================================================ ] 5152/5297 97% [============================================================ ] 5153/5297 97% [============================================================ ] 5154/5297 97% [============================================================ ] 5155/5297 97% [============================================================ ] 5156/5297 97% [============================================================ ] 5157/5297 97% [============================================================ ] 5158/5297 97% [============================================================ ] 5159/5297 97% [============================================================ ] 5160/5297 97% [============================================================ ] 5161/5297 97% [============================================================ ] 5162/5297 97% [============================================================ ] 5163/5297 97% [============================================================ ] 5164/5297 97% [============================================================ ] 5165/5297 97% [============================================================ ] 5166/5297 97% [============================================================ ] 5167/5297 97% [============================================================ ] 5168/5297 97% [============================================================ ] 5169/5297 97% [============================================================ ] 5170/5297 97% [============================================================ ] 5171/5297 97% [============================================================ ] 5172/5297 97% [============================================================ ] 5173/5297 97% [============================================================ ] 5174/5297 97% [============================================================ ] 5175/5297 97% [============================================================ ] 5176/5297 97% [============================================================ ] 5177/5297 97% [============================================================ ] 5178/5297 97% [============================================================ ] 5179/5297 97% [============================================================ ] 5180/5297 97% [============================================================ ] 5181/5297 97% [============================================================ ] 5182/5297 97% [============================================================ ] 5183/5297 97% [============================================================ ] 5184/5297 97% [============================================================ ] 5185/5297 97% [============================================================ ] 5186/5297 97% [============================================================ ] 5187/5297 97% [============================================================ ] 5188/5297 97% [============================================================ ] 5189/5297 97% [============================================================ ] 5190/5297 97% [============================================================ ] 5191/5297 97% [============================================================ ] 5192/5297 98% [============================================================ ] 5193/5297 98% [============================================================ ] 5194/5297 98% [============================================================ ] 5195/5297 98% [============================================================ ] 5196/5297 98% [============================================================ ] 5197/5297 98% [============================================================ ] 5198/5297 98% [============================================================ ] 5199/5297 98% [============================================================ ] 5200/5297 98% [============================================================ ] 5201/5297 98% [============================================================ ] 5202/5297 98% [============================================================ ] 5203/5297 98% [============================================================ ] 5204/5297 98% [============================================================ ] 5205/5297 98% [============================================================ ] 5206/5297 98% [============================================================ ] 5207/5297 98% [============================================================ ] 5208/5297 98% [============================================================ ] 5209/5297 98% [============================================================ ] 5210/5297 98% [============================================================ ] 5211/5297 98% [============================================================= ] 5212/5297 98% [============================================================= ] 5213/5297 98% [============================================================= ] 5214/5297 98% [============================================================= ] 5215/5297 98% [============================================================= ] 5216/5297 98% [============================================================= ] 5217/5297 98% [============================================================= ] 5218/5297 98% [============================================================= ] 5219/5297 98% [============================================================= ] 5220/5297 98% [============================================================= ] 5221/5297 98% [============================================================= ] 5222/5297 98% [============================================================= ] 5223/5297 98% [============================================================= ] 5224/5297 98% [============================================================= ] 5225/5297 98% [============================================================= ] 5226/5297 98% [============================================================= ] 5227/5297 98% [============================================================= ] 5228/5297 98% [============================================================= ] 5229/5297 98% [============================================================= ] 5230/5297 98% [============================================================= ] 5231/5297 98% [============================================================= ] 5232/5297 98% [============================================================= ] 5233/5297 98% [============================================================= ] 5234/5297 98% [============================================================= ] 5235/5297 98% [============================================================= ] 5236/5297 98% [============================================================= ] 5237/5297 98% [============================================================= ] 5238/5297 98% [============================================================= ] 5239/5297 98% [============================================================= ] 5240/5297 98% [============================================================= ] 5241/5297 98% [============================================================= ] 5242/5297 98% [============================================================= ] 5243/5297 98% [============================================================= ] 5244/5297 98% [============================================================= ] 5245/5297 99% [============================================================= ] 5246/5297 99% [============================================================= ] 5247/5297 99% [============================================================= ] 5248/5297 99% [============================================================= ] 5249/5297 99% [============================================================= ] 5250/5297 99% [============================================================= ] 5251/5297 99% [============================================================= ] 5252/5297 99% [============================================================= ] 5253/5297 99% [============================================================= ] 5254/5297 99% [============================================================= ] 5255/5297 99% [============================================================= ] 5256/5297 99% [============================================================= ] 5257/5297 99% [============================================================= ] 5258/5297 99% [============================================================= ] 5259/5297 99% [============================================================= ] 5260/5297 99% [============================================================= ] 5261/5297 99% [============================================================= ] 5262/5297 99% [============================================================= ] 5263/5297 99% [============================================================= ] 5264/5297 99% [============================================================= ] 5265/5297 99% [============================================================= ] 5266/5297 99% [============================================================= ] 5267/5297 99% [============================================================= ] 5268/5297 99% [============================================================= ] 5269/5297 99% [============================================================= ] 5270/5297 99% [============================================================= ] 5271/5297 99% [============================================================= ] 5272/5297 99% [============================================================= ] 5273/5297 99% [============================================================= ] 5274/5297 99% [============================================================= ] 5275/5297 99% [============================================================= ] 5276/5297 99% [============================================================= ] 5277/5297 99% [============================================================= ] 5278/5297 99% [============================================================= ] 5279/5297 99% [============================================================= ] 5280/5297 99% [============================================================= ] 5281/5297 99% [============================================================= ] 5282/5297 99% [============================================================= ] 5283/5297 99% [============================================================= ] 5284/5297 99% [============================================================= ] 5285/5297 99% [============================================================= ] 5286/5297 99% [============================================================= ] 5287/5297 99% [============================================================= ] 5288/5297 99% [============================================================= ] 5289/5297 99% [============================================================= ] 5290/5297 99% [============================================================= ] 5291/5297 99% [============================================================= ] 5292/5297 99% [============================================================= ] 5293/5297 99% [============================================================= ] 5294/5297 99% [============================================================= ] 5295/5297 99% [============================================================= ] 5296/5297 99% [==============================================================] 5297/5297 100% operation complete, 5297 objects in 82557 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-gnu/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 2023.02-38-gd9c4e693a1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> 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-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libressl 3.6.2 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> collectd 5.12.0 Collecting legal info COPYING: OK (sha256: ed0409b2b1c30566dab5fcdaf46ee70e140c99788e22f0267645a9357b476ae4) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> daq3 3.0.9 Collecting legal info COPYING: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) LICENSE: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> easy-rsa 3.1.1 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> font-awesome 4.7.0 Collecting legal info >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gnupg2 2.4.0 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> initscripts Collecting legal info >>> jack1 0.126.0 Collecting legal info COPYING: OK (sha256: 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LGPL: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> 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) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libunwind 1.6.2 Collecting legal info COPYING: OK (sha256: 6a0dbbdaec2b3136b7bf045586f4212bdf74e7af688bf9dfe9154607cf5ec156) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> libxcrypt 4.4.29 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lightning 2.2.0 Collecting legal info COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> linux-firmware 20221214 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) LICENCE.cypress: OK (sha256: ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) WHENCE: OK (sha256: 744babd4eae138ccfb5bd343b1589912b9839274f8a794af0b6c9b451df73579) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mbw 1.5 Collecting legal info mbw.spec: OK (sha256: 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> netdata 1.33.1 Collecting legal info LICENSE: OK (sha256: 0e5fd9d833efe9b79f784d1903281554af82d1b4261af67d35455728e5572aa6) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> p11-kit 0.24.1 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> perl-appconfig 1.71 Collecting legal info LICENSE: OK (sha256: 0b22dd532e4123a511d14989c4169ed56b7316cf844c29c7897a1638a4616868) >>> host-perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-astro-suntime 0.06 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-perl-module-build 0.4232 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-devel-cycle 1.12 Collecting legal info README: OK (sha256: e47dfab3e7e9d20fe6313169ead2736ab97f1388003eee033dd934278649034d) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-exporter-tiny 1.006000 Collecting legal info LICENSE: OK (sha256: a4f85c6f4d6e8bdd37b7ab08013e3e3bee1fe8e910e20f8f54d5025ffe40f384) >>> perl-hash-multivalue 0.16 Collecting legal info LICENSE: OK (sha256: af32512e13f6722dab770b989c57556a5e3d29a49b22b8ad5668064db8592401) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-http-message 6.44 Collecting legal info LICENSE: OK (sha256: f2f428b5f8a3bf4e6a71cd5ea92558a3d123d3d7c5075d34923e71e46dea94df) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-mojolicious-plugin-i18n 1.6 Collecting legal info README.pod: OK (sha256: 82b05028033057b388b0040a3b5590a1c51168fe3b9899bffdb5ef7962c4eb47) >>> perl-mojolicious 9.31 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-type-tiny 1.012004 Collecting legal info LICENSE: OK (sha256: 34427749499bd6d6e5d206089bc03d76c647a1350f8b5f95ea628d2b6ff56e4c) >>> perl-uri 5.17 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> proftpd 1.3.8 Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rsync 3.2.7 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> host-rust-bin 1.67.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> tinyssh 20220801 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> trace-cmd 2.9.7 Collecting legal info COPYING: OK (sha256: b1d04b850c1c7471b0f0896f6c6f0fcfc9f07e2dd183a5f5826af269fe9e88fb) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> 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.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_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'