/usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-12/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-12/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-12/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-12/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-12/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-12/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-12/output-1/target/etc/passwd /usr/bin/sed -i -e '/^passwd:/ {/systemd/! s/$/ systemd/}' -e '/^group:/ {/systemd/! s/$/ [SUCCESS=merge] systemd/}' -e '/^shadow:/ {/systemd/! s/$/ systemd/}' -e '/^gshadow:/ {/systemd/! s/$/ systemd/}' -e '/^hosts:/ {/mymachines/! s/^\(hosts:[[:space:]]*\)/\1mymachines /}' /home/autobuild/autobuild/instance-12/output-1/target/etc/nsswitch.conf printf '%s\n' C en_US locale-archive > /home/autobuild/autobuild/instance-12/output-1/build/locales.nopurge for dir in /home/autobuild/autobuild/instance-12/output-1/target/usr/share/locale /home/autobuild/autobuild/instance-12/output-1/target/usr/share/X11/locale /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/autobuild/autobuild/instance-12/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/autobuild/autobuild/instance-12/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/autobuild/autobuild/instance-12/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/autobuild/autobuild/instance-12/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/include /home/autobuild/autobuild/instance-12/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-12/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-12/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-12/output-1/target/usr/doc find /home/autobuild/autobuild/instance-12/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-12/output-1/target/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/man /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/info /home/autobuild/autobuild/instance-12/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/doc /home/autobuild/autobuild/instance-12/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-12/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-12/output-1/target/lib/debug /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-12/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/autobuild/autobuild/instance-12/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-12/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/autobuild/autobuild/instance-12/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/autobuild/autobuild/instance-12/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-270-gb100440bff"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-12/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-12/output-1/per-package /home/autobuild/autobuild/instance-12/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-12/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n # udev user groups\n - - render -1 * - - - DRI rendering nodes\n - - sgx -1 * - - - SGX device nodes\n # systemd user groups\n - - systemd-journal -1 * - - - Journal\n \n systemd-coredump -1 systemd-coredump -1 * - - - systemd core dump processing\n \n \n \n \n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n \n \n \n /var/empty d 755 root root - - - - -\n /var/spool d 755 0 0 - - - - -\n /var/lib d 755 0 0 - - - - -\n /var/lib/private d 700 0 0 - - - - -\n /var/log/private d 700 0 0 - - - - -\n /var/cache/private d 700 0 0 - - - - -\n \n /var/lib/machines d 700 0 0 - - - - -\n \n /var/lib/systemd/coredump d 755 0 0 - - - - -\n \n \n\n' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot printf ' for cfile in `find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/usr/lib/systemd/catalog -name '\''*.*.catalog'\''`; do basename=${cfile##*/}; basename=${basename%%.catalog}; langext=${basename#*.}; [ "$langext" = "${basename}" ] && continue; expr '\''C en_US'\'' : ".*\\b${langext}\\b" >/dev/null && continue; rm -f "$cfile"; done\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/usr/lib/systemd/catalog /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/systemctl --root=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target preset-all\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-12/output-1/host/sbin/mkfs.ext4 -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/multi-user.target.wants/ptp4l.service -> /usr/lib/systemd/system/ptp4l.service. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/multi-user.target.wants/iwd.service -> /usr/lib/systemd/system/iwd.service. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/multi-user.target.wants/machines.target -> /usr/lib/systemd/system/machines.target. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/multi-user.target.wants/sshd.service -> /usr/lib/systemd/system/sshd.service. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/multi-user.target.wants/phc2sys.service -> /usr/lib/systemd/system/phc2sys.service. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/sysinit.target.wants/systemd-bootchart.service -> /usr/lib/systemd/system/systemd-bootchart.service. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ext2/target/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service -> /usr/lib/systemd/system/systemd-network-generator.service. mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ext2 64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-strength checksumming. Pass -O 64bit to rectify. Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 7e82a9f4-078e-4bd2-90e3-6ed1b5894d6a Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" zstd -19 -z -f -T1 /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ext2.zst /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ext2 : 0.48% ( 5.00 GiB => 24.4 MiB, /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ext2.zst) ln -sf rootfs.ext2.zst /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ext4.zst >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' for cfile in `find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/catalog -name '\''*.*.catalog'\''`; do basename=${cfile##*/}; basename=${basename%%.catalog}; langext=${basename#*.}; [ "$langext" = "${basename}" ] && continue; expr '\''C en_US'\'' : ".*\\b${langext}\\b" >/dev/null && continue; rm -f "$cfile"; done\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/catalog /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/systemctl --root=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target preset-all\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/machines.target -> /usr/lib/systemd/system/machines.target. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/sshd.service -> /usr/lib/systemd/system/sshd.service. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/iwd.service -> /usr/lib/systemd/system/iwd.service. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/sysinit.target.wants/systemd-bootchart.service -> /usr/lib/systemd/system/systemd-bootchart.service. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/ptp4l.service -> /usr/lib/systemd/system/ptp4l.service. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service -> /usr/lib/systemd/system/systemd-network-generator.service. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/phc2sys.service -> /usr/lib/systemd/system/phc2sys.service. Created symlink /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target. mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3175 objects. stage 2: creating image '/home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2' [ ] 1/3175 0% [ ] 2/3175 0% [ ] 3/3175 0% [ ] 4/3175 0% [ ] 5/3175 0% [ ] 6/3175 0% [ ] 7/3175 0% [ ] 8/3175 0% [ ] 9/3175 0% [ ] 10/3175 0% [ ] 11/3175 0% [ ] 12/3175 0% [ ] 13/3175 0% [ ] 14/3175 0% [ ] 15/3175 0% [ ] 16/3175 0% [ ] 17/3175 0% [ ] 18/3175 0% [ ] 19/3175 0% [ ] 20/3175 0% [ ] 21/3175 0% [ ] 22/3175 0% [ ] 23/3175 0% [ ] 24/3175 0% [ ] 25/3175 0% [ ] 26/3175 0% [ ] 27/3175 0% [ ] 28/3175 0% [ ] 29/3175 0% [ ] 30/3175 0% [ ] 31/3175 0% [ ] 32/3175 1% [ ] 33/3175 1% [ ] 34/3175 1% [ ] 35/3175 1% [ ] 36/3175 1% [ ] 37/3175 1% [ ] 38/3175 1% [ ] 39/3175 1% [ ] 40/3175 1% [ ] 41/3175 1% [ ] 42/3175 1% [ ] 43/3175 1% [ ] 44/3175 1% [ ] 45/3175 1% [ ] 46/3175 1% [ ] 47/3175 1% [ ] 48/3175 1% [ ] 49/3175 1% [ ] 50/3175 1% [ ] 51/3175 1% [= ] 52/3175 1% [= ] 53/3175 1% [= ] 54/3175 1% [= ] 55/3175 1% [= ] 56/3175 1% [= ] 57/3175 1% [= ] 58/3175 1% [= ] 59/3175 1% [= ] 60/3175 1% [= ] 61/3175 1% [= ] 62/3175 1% [= ] 63/3175 1% [= ] 64/3175 2% [= ] 65/3175 2% [= ] 66/3175 2% [= ] 67/3175 2% [= ] 68/3175 2% [= ] 69/3175 2% [= ] 70/3175 2% [= ] 71/3175 2% [= ] 72/3175 2% [= ] 73/3175 2% [= ] 74/3175 2% [= ] 75/3175 2% [= ] 76/3175 2% [= ] 77/3175 2% [= ] 78/3175 2% [= ] 79/3175 2% [= ] 80/3175 2% [= ] 81/3175 2% [= ] 82/3175 2% [= ] 83/3175 2% [= ] 84/3175 2% [= ] 85/3175 2% [= ] 86/3175 2% [= ] 87/3175 2% [= ] 88/3175 2% [= ] 89/3175 2% [= ] 90/3175 2% [= ] 91/3175 2% [= ] 92/3175 2% [= ] 93/3175 2% [= ] 94/3175 2% [= ] 95/3175 2% [= ] 96/3175 3% [= ] 97/3175 3% [= ] 98/3175 3% [= ] 99/3175 3% [= ] 100/3175 3% [= ] 101/3175 3% [= ] 102/3175 3% [== ] 103/3175 3% [== ] 104/3175 3% [== ] 105/3175 3% [== ] 106/3175 3% [== ] 107/3175 3% [== ] 108/3175 3% [== ] 109/3175 3% [== ] 110/3175 3% [== ] 111/3175 3% [== ] 112/3175 3% [== ] 113/3175 3% [== ] 114/3175 3% [== ] 115/3175 3% [== ] 116/3175 3% [== ] 117/3175 3% [== ] 118/3175 3% [== ] 119/3175 3% [== ] 120/3175 3% [== ] 121/3175 3% [== ] 122/3175 3% [== ] 123/3175 3% [== ] 124/3175 3% [== ] 125/3175 3% [== ] 126/3175 3% [== ] 127/3175 4% [== ] 128/3175 4% [== ] 129/3175 4% [== ] 130/3175 4% [== ] 131/3175 4% [== ] 132/3175 4% [== ] 133/3175 4% [== ] 134/3175 4% [== ] 135/3175 4% [== ] 136/3175 4% [== ] 137/3175 4% [== ] 138/3175 4% [== ] 139/3175 4% [== ] 140/3175 4% [== ] 141/3175 4% [== ] 142/3175 4% [== ] 143/3175 4% [== ] 144/3175 4% [== ] 145/3175 4% [== ] 146/3175 4% [== ] 147/3175 4% [== ] 148/3175 4% [== ] 149/3175 4% [== ] 150/3175 4% [== ] 151/3175 4% [== ] 152/3175 4% [== ] 153/3175 4% [=== ] 154/3175 4% [=== ] 155/3175 4% [=== ] 156/3175 4% [=== ] 157/3175 4% [=== ] 158/3175 4% [=== ] 159/3175 5% [=== ] 160/3175 5% [=== ] 161/3175 5% [=== ] 162/3175 5% [=== ] 163/3175 5% [=== ] 164/3175 5% [=== ] 165/3175 5% [=== ] 166/3175 5% [=== ] 167/3175 5% [=== ] 168/3175 5% [=== ] 169/3175 5% [=== ] 170/3175 5% [=== ] 171/3175 5% [=== ] 172/3175 5% [=== ] 173/3175 5% [=== ] 174/3175 5% [=== ] 175/3175 5% [=== ] 176/3175 5% [=== ] 177/3175 5% [=== ] 178/3175 5% [=== ] 179/3175 5% [=== ] 180/3175 5% [=== ] 181/3175 5% [=== ] 182/3175 5% [=== ] 183/3175 5% [=== ] 184/3175 5% [=== ] 185/3175 5% [=== ] 186/3175 5% [=== ] 187/3175 5% [=== ] 188/3175 5% [=== ] 189/3175 5% [=== ] 190/3175 5% [=== ] 191/3175 6% [=== ] 192/3175 6% [=== ] 193/3175 6% [=== ] 194/3175 6% [=== ] 195/3175 6% [=== ] 196/3175 6% [=== ] 197/3175 6% [=== ] 198/3175 6% [=== ] 199/3175 6% [=== ] 200/3175 6% [=== ] 201/3175 6% [=== ] 202/3175 6% [=== ] 203/3175 6% [=== ] 204/3175 6% [==== ] 205/3175 6% [==== ] 206/3175 6% [==== ] 207/3175 6% [==== ] 208/3175 6% [==== ] 209/3175 6% [==== ] 210/3175 6% [==== ] 211/3175 6% [==== ] 212/3175 6% [==== ] 213/3175 6% [==== ] 214/3175 6% [==== ] 215/3175 6% [==== ] 216/3175 6% [==== ] 217/3175 6% [==== ] 218/3175 6% [==== ] 219/3175 6% [==== ] 220/3175 6% [==== ] 221/3175 6% [==== ] 222/3175 6% [==== ] 223/3175 7% [==== ] 224/3175 7% [==== ] 225/3175 7% [==== ] 226/3175 7% [==== ] 227/3175 7% [==== ] 228/3175 7% [==== ] 229/3175 7% [==== ] 230/3175 7% [==== ] 231/3175 7% [==== ] 232/3175 7% [==== ] 233/3175 7% [==== ] 234/3175 7% [==== ] 235/3175 7% [==== ] 236/3175 7% [==== ] 237/3175 7% [==== ] 238/3175 7% [==== ] 239/3175 7% [==== ] 240/3175 7% [==== ] 241/3175 7% [==== ] 242/3175 7% [==== ] 243/3175 7% [==== ] 244/3175 7% [==== ] 245/3175 7% [==== ] 246/3175 7% [==== ] 247/3175 7% [==== ] 248/3175 7% [==== ] 249/3175 7% [==== ] 250/3175 7% [==== ] 251/3175 7% [==== ] 252/3175 7% [==== ] 253/3175 7% [==== ] 254/3175 8% [==== ] 255/3175 8% [==== ] 256/3175 8% [===== ] 257/3175 8% [===== ] 258/3175 8% [===== ] 259/3175 8% [===== ] 260/3175 8% [===== ] 261/3175 8% [===== ] 262/3175 8% [===== ] 263/3175 8% [===== ] 264/3175 8% [===== ] 265/3175 8% [===== ] 266/3175 8% [===== ] 267/3175 8% [===== ] 268/3175 8% [===== ] 269/3175 8% [===== ] 270/3175 8% [===== ] 271/3175 8% [===== ] 272/3175 8% [===== ] 273/3175 8% [===== ] 274/3175 8% [===== ] 275/3175 8% [===== ] 276/3175 8% [===== ] 277/3175 8% [===== ] 278/3175 8% [===== ] 279/3175 8% [===== ] 280/3175 8% [===== ] 281/3175 8% [===== ] 282/3175 8% [===== ] 283/3175 8% [===== ] 284/3175 8% [===== ] 285/3175 8% [===== ] 286/3175 9% [===== ] 287/3175 9% [===== ] 288/3175 9% [===== ] 289/3175 9% [===== ] 290/3175 9% [===== ] 291/3175 9% [===== ] 292/3175 9% [===== ] 293/3175 9% [===== ] 294/3175 9% [===== ] 295/3175 9% [===== ] 296/3175 9% [===== ] 297/3175 9% [===== ] 298/3175 9% [===== ] 299/3175 9% [===== ] 300/3175 9% [===== ] 301/3175 9% [===== ] 302/3175 9% [===== ] 303/3175 9% [===== ] 304/3175 9% [===== ] 305/3175 9% [===== ] 306/3175 9% [===== ] 307/3175 9% [====== ] 308/3175 9% [====== ] 309/3175 9% [====== ] 310/3175 9% [====== ] 311/3175 9% [====== ] 312/3175 9% [====== ] 313/3175 9% [====== ] 314/3175 9% [====== ] 315/3175 9% [====== ] 316/3175 9% [====== ] 317/3175 9% [====== ] 318/3175 10% [====== ] 319/3175 10% [====== ] 320/3175 10% [====== ] 321/3175 10% [====== ] 322/3175 10% [====== ] 323/3175 10% [====== ] 324/3175 10% [====== ] 325/3175 10% [====== ] 326/3175 10% [====== ] 327/3175 10% [====== ] 328/3175 10% [====== ] 329/3175 10% [====== ] 330/3175 10% [====== ] 331/3175 10% [====== ] 332/3175 10% [====== ] 333/3175 10% [====== ] 334/3175 10% [====== ] 335/3175 10% [====== ] 336/3175 10% [====== ] 337/3175 10% [====== ] 338/3175 10% [====== ] 339/3175 10% [====== ] 340/3175 10% [====== ] 341/3175 10% [====== ] 342/3175 10% [====== ] 343/3175 10% [====== ] 344/3175 10% [====== ] 345/3175 10% [====== ] 346/3175 10% [====== ] 347/3175 10% [====== ] 348/3175 10% [====== ] 349/3175 10% [====== ] 350/3175 11% [====== ] 351/3175 11% [====== ] 352/3175 11% [====== ] 353/3175 11% [====== ] 354/3175 11% [====== ] 355/3175 11% [====== ] 356/3175 11% [====== ] 357/3175 11% [====== ] 358/3175 11% [======= ] 359/3175 11% [======= ] 360/3175 11% [======= ] 361/3175 11% [======= ] 362/3175 11% [======= ] 363/3175 11% [======= ] 364/3175 11% [======= ] 365/3175 11% [======= ] 366/3175 11% [======= ] 367/3175 11% [======= ] 368/3175 11% [======= ] 369/3175 11% [======= ] 370/3175 11% [======= ] 371/3175 11% [======= ] 372/3175 11% [======= ] 373/3175 11% [======= ] 374/3175 11% [======= ] 375/3175 11% [======= ] 376/3175 11% [======= ] 377/3175 11% [======= ] 378/3175 11% [======= ] 379/3175 11% [======= ] 380/3175 11% [======= ] 381/3175 12% [======= ] 382/3175 12% [======= ] 383/3175 12% [======= ] 384/3175 12% [======= ] 385/3175 12% [======= ] 386/3175 12% [======= ] 387/3175 12% [======= ] 388/3175 12% [======= ] 389/3175 12% [======= ] 390/3175 12% [======= ] 391/3175 12% [======= ] 392/3175 12% [======= ] 393/3175 12% [======= ] 394/3175 12% [======= ] 395/3175 12% [======= ] 396/3175 12% [======= ] 397/3175 12% [======= ] 398/3175 12% [======= ] 399/3175 12% [======= ] 400/3175 12% [======= ] 401/3175 12% [======= ] 402/3175 12% [======= ] 403/3175 12% [======= ] 404/3175 12% [======= ] 405/3175 12% [======= ] 406/3175 12% [======= ] 407/3175 12% [======= ] 408/3175 12% [======= ] 409/3175 12% [======== ] 410/3175 12% [======== ] 411/3175 12% [======== ] 412/3175 12% [======== ] 413/3175 13% [======== ] 414/3175 13% [======== ] 415/3175 13% [======== ] 416/3175 13% [======== ] 417/3175 13% [======== ] 418/3175 13% [======== ] 419/3175 13% [======== ] 420/3175 13% [======== ] 421/3175 13% [======== ] 422/3175 13% [======== ] 423/3175 13% [======== ] 424/3175 13% [======== ] 425/3175 13% [======== ] 426/3175 13% [======== ] 427/3175 13% [======== ] 428/3175 13% [======== ] 429/3175 13% [======== ] 430/3175 13% [======== ] 431/3175 13% [======== ] 432/3175 13% [======== ] 433/3175 13% [======== ] 434/3175 13% [======== ] 435/3175 13% [======== ] 436/3175 13% [======== ] 437/3175 13% [======== ] 438/3175 13% [======== ] 439/3175 13% [======== ] 440/3175 13% [======== ] 441/3175 13% [======== ] 442/3175 13% [======== ] 443/3175 13% [======== ] 444/3175 13% [======== ] 445/3175 14% [======== ] 446/3175 14% [======== ] 447/3175 14% [======== ] 448/3175 14% [======== ] 449/3175 14% [======== ] 450/3175 14% [======== ] 451/3175 14% [======== ] 452/3175 14% [======== ] 453/3175 14% [======== ] 454/3175 14% [======== ] 455/3175 14% [======== ] 456/3175 14% [======== ] 457/3175 14% [======== ] 458/3175 14% [======== ] 459/3175 14% [======== ] 460/3175 14% [========= ] 461/3175 14% [========= ] 462/3175 14% [========= ] 463/3175 14% [========= ] 464/3175 14% [========= ] 465/3175 14% [========= ] 466/3175 14% [========= ] 467/3175 14% [========= ] 468/3175 14% [========= ] 469/3175 14% [========= ] 470/3175 14% [========= ] 471/3175 14% [========= ] 472/3175 14% [========= ] 473/3175 14% [========= ] 474/3175 14% [========= ] 475/3175 14% [========= ] 476/3175 14% [========= ] 477/3175 15% [========= ] 478/3175 15% [========= ] 479/3175 15% [========= ] 480/3175 15% [========= ] 481/3175 15% [========= ] 482/3175 15% [========= ] 483/3175 15% [========= ] 484/3175 15% [========= ] 485/3175 15% [========= ] 486/3175 15% [========= ] 487/3175 15% [========= ] 488/3175 15% [========= ] 489/3175 15% [========= ] 490/3175 15% [========= ] 491/3175 15% [========= ] 492/3175 15% [========= ] 493/3175 15% [========= ] 494/3175 15% [========= ] 495/3175 15% [========= ] 496/3175 15% [========= ] 497/3175 15% [========= ] 498/3175 15% [========= ] 499/3175 15% [========= ] 500/3175 15% [========= ] 501/3175 15% [========= ] 502/3175 15% [========= ] 503/3175 15% [========= ] 504/3175 15% [========= ] 505/3175 15% [========= ] 506/3175 15% [========= ] 507/3175 15% [========= ] 508/3175 16% [========= ] 509/3175 16% [========= ] 510/3175 16% [========= ] 511/3175 16% [========= ] 512/3175 16% [========== ] 513/3175 16% [========== ] 514/3175 16% [========== ] 515/3175 16% [========== ] 516/3175 16% [========== ] 517/3175 16% [========== ] 518/3175 16% [========== ] 519/3175 16% [========== ] 520/3175 16% [========== ] 521/3175 16% [========== ] 522/3175 16% [========== ] 523/3175 16% [========== ] 524/3175 16% [========== ] 525/3175 16% [========== ] 526/3175 16% [========== ] 527/3175 16% [========== ] 528/3175 16% [========== ] 529/3175 16% [========== ] 530/3175 16% [========== ] 531/3175 16% [========== ] 532/3175 16% [========== ] 533/3175 16% [========== ] 534/3175 16% [========== ] 535/3175 16% [========== ] 536/3175 16% [========== ] 537/3175 16% [========== ] 538/3175 16% [========== ] 539/3175 16% [========== ] 540/3175 17% [========== ] 541/3175 17% [========== ] 542/3175 17% [========== ] 543/3175 17% [========== ] 544/3175 17% [========== ] 545/3175 17% [========== ] 546/3175 17% [========== ] 547/3175 17% [========== ] 548/3175 17% [========== ] 549/3175 17% [========== ] 550/3175 17% [========== ] 551/3175 17% [========== ] 552/3175 17% [========== ] 553/3175 17% [========== ] 554/3175 17% [========== ] 555/3175 17% [========== ] 556/3175 17% [========== ] 557/3175 17% [========== ] 558/3175 17% [========== ] 559/3175 17% [========== ] 560/3175 17% [========== ] 561/3175 17% [========== ] 562/3175 17% [========== ] 563/3175 17% [=========== ] 564/3175 17% [=========== ] 565/3175 17% [=========== ] 566/3175 17% [=========== ] 567/3175 17% [=========== ] 568/3175 17% [=========== ] 569/3175 17% [=========== ] 570/3175 17% [=========== ] 571/3175 17% [=========== ] 572/3175 18% [=========== ] 573/3175 18% [=========== ] 574/3175 18% [=========== ] 575/3175 18% [=========== ] 576/3175 18% [=========== ] 577/3175 18% [=========== ] 578/3175 18% [=========== ] 579/3175 18% [=========== ] 580/3175 18% [=========== ] 581/3175 18% [=========== ] 582/3175 18% [=========== ] 583/3175 18% [=========== ] 584/3175 18% [=========== ] 585/3175 18% [=========== ] 586/3175 18% [=========== ] 587/3175 18% [=========== ] 588/3175 18% [=========== ] 589/3175 18% [=========== ] 590/3175 18% [=========== ] 591/3175 18% [=========== ] 592/3175 18% [=========== ] 593/3175 18% [=========== ] 594/3175 18% [=========== ] 595/3175 18% [=========== ] 596/3175 18% [=========== ] 597/3175 18% [=========== ] 598/3175 18% [=========== ] 599/3175 18% [=========== ] 600/3175 18% [=========== ] 601/3175 18% [=========== ] 602/3175 18% [=========== ] 603/3175 18% [=========== ] 604/3175 19% [=========== ] 605/3175 19% [=========== ] 606/3175 19% [=========== ] 607/3175 19% [=========== ] 608/3175 19% [=========== ] 609/3175 19% [=========== ] 610/3175 19% [=========== ] 611/3175 19% [=========== ] 612/3175 19% [=========== ] 613/3175 19% [=========== ] 614/3175 19% [============ ] 615/3175 19% [============ ] 616/3175 19% [============ ] 617/3175 19% [============ ] 618/3175 19% [============ ] 619/3175 19% [============ ] 620/3175 19% [============ ] 621/3175 19% [============ ] 622/3175 19% [============ ] 623/3175 19% [============ ] 624/3175 19% [============ ] 625/3175 19% [============ ] 626/3175 19% [============ ] 627/3175 19% [============ ] 628/3175 19% [============ ] 629/3175 19% [============ ] 630/3175 19% [============ ] 631/3175 19% [============ ] 632/3175 19% [============ ] 633/3175 19% [============ ] 634/3175 19% [============ ] 635/3175 20% [============ ] 636/3175 20% [============ ] 637/3175 20% [============ ] 638/3175 20% [============ ] 639/3175 20% [============ ] 640/3175 20% [============ ] 641/3175 20% [============ ] 642/3175 20% [============ ] 643/3175 20% [============ ] 644/3175 20% [============ ] 645/3175 20% [============ ] 646/3175 20% [============ ] 647/3175 20% [============ ] 648/3175 20% [============ ] 649/3175 20% [============ ] 650/3175 20% [============ ] 651/3175 20% [============ ] 652/3175 20% [============ ] 653/3175 20% [============ ] 654/3175 20% [============ ] 655/3175 20% [============ ] 656/3175 20% [============ ] 657/3175 20% [============ ] 658/3175 20% [============ ] 659/3175 20% [============ ] 660/3175 20% [============ ] 661/3175 20% [============ ] 662/3175 20% [============ ] 663/3175 20% [============ ] 664/3175 20% [============ ] 665/3175 20% [============= ] 666/3175 20% [============= ] 667/3175 21% [============= ] 668/3175 21% [============= ] 669/3175 21% [============= ] 670/3175 21% [============= ] 671/3175 21% [============= ] 672/3175 21% [============= ] 673/3175 21% [============= ] 674/3175 21% [============= ] 675/3175 21% [============= ] 676/3175 21% [============= ] 677/3175 21% [============= ] 678/3175 21% [============= ] 679/3175 21% [============= ] 680/3175 21% [============= ] 681/3175 21% [============= ] 682/3175 21% [============= ] 683/3175 21% [============= ] 684/3175 21% [============= ] 685/3175 21% [============= ] 686/3175 21% [============= ] 687/3175 21% [============= ] 688/3175 21% [============= ] 689/3175 21% [============= ] 690/3175 21% [============= ] 691/3175 21% [============= ] 692/3175 21% [============= ] 693/3175 21% [============= ] 694/3175 21% [============= ] 695/3175 21% [============= ] 696/3175 21% [============= ] 697/3175 21% [============= ] 698/3175 21% [============= ] 699/3175 22% [============= ] 700/3175 22% [============= ] 701/3175 22% [============= ] 702/3175 22% [============= ] 703/3175 22% [============= ] 704/3175 22% [============= ] 705/3175 22% [============= ] 706/3175 22% [============= ] 707/3175 22% [============= ] 708/3175 22% [============= ] 709/3175 22% [============= ] 710/3175 22% [============= ] 711/3175 22% [============= ] 712/3175 22% [============= ] 713/3175 22% [============= ] 714/3175 22% [============= ] 715/3175 22% [============= ] 716/3175 22% [============== ] 717/3175 22% [============== ] 718/3175 22% [============== ] 719/3175 22% [============== ] 720/3175 22% [============== ] 721/3175 22% [============== ] 722/3175 22% [============== ] 723/3175 22% [============== ] 724/3175 22% [============== ] 725/3175 22% [============== ] 726/3175 22% [============== ] 727/3175 22% [============== ] 728/3175 22% [============== ] 729/3175 22% [============== ] 730/3175 22% [============== ] 731/3175 23% [============== ] 732/3175 23% [============== ] 733/3175 23% [============== ] 734/3175 23% [============== ] 735/3175 23% [============== ] 736/3175 23% [============== ] 737/3175 23% [============== ] 738/3175 23% [============== ] 739/3175 23% [============== ] 740/3175 23% [============== ] 741/3175 23% [============== ] 742/3175 23% [============== ] 743/3175 23% [============== ] 744/3175 23% [============== ] 745/3175 23% [============== ] 746/3175 23% [============== ] 747/3175 23% [============== ] 748/3175 23% [============== ] 749/3175 23% [============== ] 750/3175 23% [============== ] 751/3175 23% [============== ] 752/3175 23% [============== ] 753/3175 23% [============== ] 754/3175 23% [============== ] 755/3175 23% [============== ] 756/3175 23% [============== ] 757/3175 23% [============== ] 758/3175 23% [============== ] 759/3175 23% [============== ] 760/3175 23% [============== ] 761/3175 23% [============== ] 762/3175 24% [============== ] 763/3175 24% [============== ] 764/3175 24% [============== ] 765/3175 24% [============== ] 766/3175 24% [============== ] 767/3175 24% [============== ] 768/3175 24% [=============== ] 769/3175 24% [=============== ] 770/3175 24% [=============== ] 771/3175 24% [=============== ] 772/3175 24% [=============== ] 773/3175 24% [=============== ] 774/3175 24% [=============== ] 775/3175 24% [=============== ] 776/3175 24% [=============== ] 777/3175 24% [=============== ] 778/3175 24% [=============== ] 779/3175 24% [=============== ] 780/3175 24% [=============== ] 781/3175 24% [=============== ] 782/3175 24% [=============== ] 783/3175 24% [=============== ] 784/3175 24% [=============== ] 785/3175 24% [=============== ] 786/3175 24% [=============== ] 787/3175 24% [=============== ] 788/3175 24% [=============== ] 789/3175 24% [=============== ] 790/3175 24% [=============== ] 791/3175 24% [=============== ] 792/3175 24% [=============== ] 793/3175 24% [=============== ] 794/3175 25% [=============== ] 795/3175 25% [=============== ] 796/3175 25% [=============== ] 797/3175 25% [=============== ] 798/3175 25% [=============== ] 799/3175 25% [=============== ] 800/3175 25% [=============== ] 801/3175 25% [=============== ] 802/3175 25% [=============== ] 803/3175 25% [=============== ] 804/3175 25% [=============== ] 805/3175 25% [=============== ] 806/3175 25% [=============== ] 807/3175 25% [=============== ] 808/3175 25% [=============== ] 809/3175 25% [=============== ] 810/3175 25% [=============== ] 811/3175 25% [=============== ] 812/3175 25% [=============== ] 813/3175 25% [=============== ] 814/3175 25% [=============== ] 815/3175 25% [=============== ] 816/3175 25% [=============== ] 817/3175 25% [=============== ] 818/3175 25% [=============== ] 819/3175 25% [================ ] 820/3175 25% [================ ] 821/3175 25% [================ ] 822/3175 25% [================ ] 823/3175 25% [================ ] 824/3175 25% [================ ] 825/3175 25% [================ ] 826/3175 26% [================ ] 827/3175 26% [================ ] 828/3175 26% [================ ] 829/3175 26% [================ ] 830/3175 26% [================ ] 831/3175 26% [================ ] 832/3175 26% [================ ] 833/3175 26% [================ ] 834/3175 26% [================ ] 835/3175 26% [================ ] 836/3175 26% [================ ] 837/3175 26% [================ ] 838/3175 26% [================ ] 839/3175 26% [================ ] 840/3175 26% [================ ] 841/3175 26% [================ ] 842/3175 26% [================ ] 843/3175 26% [================ ] 844/3175 26% [================ ] 845/3175 26% [================ ] 846/3175 26% [================ ] 847/3175 26% [================ ] 848/3175 26% [================ ] 849/3175 26% [================ ] 850/3175 26% [================ ] 851/3175 26% [================ ] 852/3175 26% [================ ] 853/3175 26% [================ ] 854/3175 26% [================ ] 855/3175 26% [================ ] 856/3175 26% [================ ] 857/3175 26% [================ ] 858/3175 27% [================ ] 859/3175 27% [================ ] 860/3175 27% [================ ] 861/3175 27% [================ ] 862/3175 27% [================ ] 863/3175 27% [================ ] 864/3175 27% [================ ] 865/3175 27% [================ ] 866/3175 27% [================ ] 867/3175 27% [================ ] 868/3175 27% [================ ] 869/3175 27% [================ ] 870/3175 27% [================= ] 871/3175 27% [================= ] 872/3175 27% [================= ] 873/3175 27% [================= ] 874/3175 27% [================= ] 875/3175 27% [================= ] 876/3175 27% [================= ] 877/3175 27% [================= ] 878/3175 27% [================= ] 879/3175 27% [================= ] 880/3175 27% [================= ] 881/3175 27% [================= ] 882/3175 27% [================= ] 883/3175 27% [================= ] 884/3175 27% [================= ] 885/3175 27% [================= ] 886/3175 27% [================= ] 887/3175 27% [================= ] 888/3175 27% [================= ] 889/3175 28% [================= ] 890/3175 28% [================= ] 891/3175 28% [================= ] 892/3175 28% [================= ] 893/3175 28% [================= ] 894/3175 28% [================= ] 895/3175 28% [================= ] 896/3175 28% [================= ] 897/3175 28% [================= ] 898/3175 28% [================= ] 899/3175 28% [================= ] 900/3175 28% [================= ] 901/3175 28% [================= ] 902/3175 28% [================= ] 903/3175 28% [================= ] 904/3175 28% [================= ] 905/3175 28% [================= ] 906/3175 28% [================= ] 907/3175 28% [================= ] 908/3175 28% [================= ] 909/3175 28% [================= ] 910/3175 28% [================= ] 911/3175 28% [================= ] 912/3175 28% [================= ] 913/3175 28% [================= ] 914/3175 28% [================= ] 915/3175 28% [================= ] 916/3175 28% [================= ] 917/3175 28% [================= ] 918/3175 28% [================= ] 919/3175 28% [================= ] 920/3175 28% [================= ] 921/3175 29% [================== ] 922/3175 29% [================== ] 923/3175 29% [================== ] 924/3175 29% [================== ] 925/3175 29% [================== ] 926/3175 29% [================== ] 927/3175 29% [================== ] 928/3175 29% [================== ] 929/3175 29% [================== ] 930/3175 29% [================== ] 931/3175 29% [================== ] 932/3175 29% [================== ] 933/3175 29% [================== ] 934/3175 29% [================== ] 935/3175 29% [================== ] 936/3175 29% [================== ] 937/3175 29% [================== ] 938/3175 29% [================== ] 939/3175 29% [================== ] 940/3175 29% [================== ] 941/3175 29% [================== ] 942/3175 29% [================== ] 943/3175 29% [================== ] 944/3175 29% [================== ] 945/3175 29% [================== ] 946/3175 29% [================== ] 947/3175 29% [================== ] 948/3175 29% [================== ] 949/3175 29% [================== ] 950/3175 29% [================== ] 951/3175 29% [================== ] 952/3175 29% [================== ] 953/3175 30% [================== ] 954/3175 30% [================== ] 955/3175 30% [================== ] 956/3175 30% [================== ] 957/3175 30% [================== ] 958/3175 30% [================== ] 959/3175 30% [================== ] 960/3175 30% [================== ] 961/3175 30% [================== ] 962/3175 30% [================== ] 963/3175 30% [================== ] 964/3175 30% [================== ] 965/3175 30% [================== ] 966/3175 30% [================== ] 967/3175 30% [================== ] 968/3175 30% [================== ] 969/3175 30% [================== ] 970/3175 30% [================== ] 971/3175 30% [================== ] 972/3175 30% [=================== ] 973/3175 30% [=================== ] 974/3175 30% [=================== ] 975/3175 30% [=================== ] 976/3175 30% [=================== ] 977/3175 30% [=================== ] 978/3175 30% [=================== ] 979/3175 30% [=================== ] 980/3175 30% [=================== ] 981/3175 30% [=================== ] 982/3175 30% [=================== ] 983/3175 30% [=================== ] 984/3175 30% [=================== ] 985/3175 31% [=================== ] 986/3175 31% [=================== ] 987/3175 31% [=================== ] 988/3175 31% [=================== ] 989/3175 31% [=================== ] 990/3175 31% [=================== ] 991/3175 31% [=================== ] 992/3175 31% [=================== ] 993/3175 31% [=================== ] 994/3175 31% [=================== ] 995/3175 31% [=================== ] 996/3175 31% [=================== ] 997/3175 31% [=================== ] 998/3175 31% [=================== ] 999/3175 31% [=================== ] 1000/3175 31% [=================== ] 1001/3175 31% [=================== ] 1002/3175 31% [=================== ] 1003/3175 31% [=================== ] 1004/3175 31% [=================== ] 1005/3175 31% [=================== ] 1006/3175 31% [=================== ] 1007/3175 31% [=================== ] 1008/3175 31% [=================== ] 1009/3175 31% [=================== ] 1010/3175 31% [=================== ] 1011/3175 31% [=================== ] 1012/3175 31% [=================== ] 1013/3175 31% [=================== ] 1014/3175 31% [=================== ] 1015/3175 31% [=================== ] 1016/3175 32% [=================== ] 1017/3175 32% [=================== ] 1018/3175 32% [=================== ] 1019/3175 32% [=================== ] 1020/3175 32% [=================== ] 1021/3175 32% [=================== ] 1022/3175 32% [=================== ] 1023/3175 32% [=================== ] 1024/3175 32% [==================== ] 1025/3175 32% [==================== ] 1026/3175 32% [==================== ] 1027/3175 32% [==================== ] 1028/3175 32% [==================== ] 1029/3175 32% [==================== ] 1030/3175 32% [==================== ] 1031/3175 32% [==================== ] 1032/3175 32% [==================== ] 1033/3175 32% [==================== ] 1034/3175 32% [==================== ] 1035/3175 32% [==================== ] 1036/3175 32% [==================== ] 1037/3175 32% [==================== ] 1038/3175 32% [==================== ] 1039/3175 32% [==================== ] 1040/3175 32% [==================== ] 1041/3175 32% [==================== ] 1042/3175 32% [==================== ] 1043/3175 32% [==================== ] 1044/3175 32% [==================== ] 1045/3175 32% [==================== ] 1046/3175 32% [==================== ] 1047/3175 32% [==================== ] 1048/3175 33% [==================== ] 1049/3175 33% [==================== ] 1050/3175 33% [==================== ] 1051/3175 33% [==================== ] 1052/3175 33% [==================== ] 1053/3175 33% [==================== ] 1054/3175 33% [==================== ] 1055/3175 33% [==================== ] 1056/3175 33% [==================== ] 1057/3175 33% [==================== ] 1058/3175 33% [==================== ] 1059/3175 33% [==================== ] 1060/3175 33% [==================== ] 1061/3175 33% [==================== ] 1062/3175 33% [==================== ] 1063/3175 33% [==================== ] 1064/3175 33% [==================== ] 1065/3175 33% [==================== ] 1066/3175 33% [==================== ] 1067/3175 33% [==================== ] 1068/3175 33% [==================== ] 1069/3175 33% [==================== ] 1070/3175 33% [==================== ] 1071/3175 33% [==================== ] 1072/3175 33% [==================== ] 1073/3175 33% [==================== ] 1074/3175 33% [==================== ] 1075/3175 33% [===================== ] 1076/3175 33% [===================== ] 1077/3175 33% [===================== ] 1078/3175 33% [===================== ] 1079/3175 33% [===================== ] 1080/3175 34% [===================== ] 1081/3175 34% [===================== ] 1082/3175 34% [===================== ] 1083/3175 34% [===================== ] 1084/3175 34% [===================== ] 1085/3175 34% [===================== ] 1086/3175 34% [===================== ] 1087/3175 34% [===================== ] 1088/3175 34% [===================== ] 1089/3175 34% [===================== ] 1090/3175 34% [===================== ] 1091/3175 34% [===================== ] 1092/3175 34% [===================== ] 1093/3175 34% [===================== ] 1094/3175 34% [===================== ] 1095/3175 34% [===================== ] 1096/3175 34% [===================== ] 1097/3175 34% [===================== ] 1098/3175 34% [===================== ] 1099/3175 34% [===================== ] 1100/3175 34% [===================== ] 1101/3175 34% [===================== ] 1102/3175 34% [===================== ] 1103/3175 34% [===================== ] 1104/3175 34% [===================== ] 1105/3175 34% [===================== ] 1106/3175 34% [===================== ] 1107/3175 34% [===================== ] 1108/3175 34% [===================== ] 1109/3175 34% [===================== ] 1110/3175 34% [===================== ] 1111/3175 34% [===================== ] 1112/3175 35% [===================== ] 1113/3175 35% [===================== ] 1114/3175 35% [===================== ] 1115/3175 35% [===================== ] 1116/3175 35% [===================== ] 1117/3175 35% [===================== ] 1118/3175 35% [===================== ] 1119/3175 35% [===================== ] 1120/3175 35% [===================== ] 1121/3175 35% [===================== ] 1122/3175 35% [===================== ] 1123/3175 35% [===================== ] 1124/3175 35% [===================== ] 1125/3175 35% [===================== ] 1126/3175 35% [====================== ] 1127/3175 35% [====================== ] 1128/3175 35% [====================== ] 1129/3175 35% [====================== ] 1130/3175 35% [====================== ] 1131/3175 35% [====================== ] 1132/3175 35% [====================== ] 1133/3175 35% [====================== ] 1134/3175 35% [====================== ] 1135/3175 35% [====================== ] 1136/3175 35% [====================== ] 1137/3175 35% [====================== ] 1138/3175 35% [====================== ] 1139/3175 35% [====================== ] 1140/3175 35% [====================== ] 1141/3175 35% [====================== ] 1142/3175 35% [====================== ] 1143/3175 36% [====================== ] 1144/3175 36% [====================== ] 1145/3175 36% [====================== ] 1146/3175 36% [====================== ] 1147/3175 36% [====================== ] 1148/3175 36% [====================== ] 1149/3175 36% [====================== ] 1150/3175 36% [====================== ] 1151/3175 36% [====================== ] 1152/3175 36% [====================== ] 1153/3175 36% [====================== ] 1154/3175 36% [====================== ] 1155/3175 36% [====================== ] 1156/3175 36% [====================== ] 1157/3175 36% [====================== ] 1158/3175 36% [====================== ] 1159/3175 36% [====================== ] 1160/3175 36% [====================== ] 1161/3175 36% [====================== ] 1162/3175 36% [====================== ] 1163/3175 36% [====================== ] 1164/3175 36% [====================== ] 1165/3175 36% [====================== ] 1166/3175 36% [====================== ] 1167/3175 36% [====================== ] 1168/3175 36% [====================== ] 1169/3175 36% [====================== ] 1170/3175 36% [====================== ] 1171/3175 36% [====================== ] 1172/3175 36% [====================== ] 1173/3175 36% [====================== ] 1174/3175 36% [====================== ] 1175/3175 37% [====================== ] 1176/3175 37% [====================== ] 1177/3175 37% [======================= ] 1178/3175 37% [======================= ] 1179/3175 37% [======================= ] 1180/3175 37% [======================= ] 1181/3175 37% [======================= ] 1182/3175 37% [======================= ] 1183/3175 37% [======================= ] 1184/3175 37% [======================= ] 1185/3175 37% [======================= ] 1186/3175 37% [======================= ] 1187/3175 37% [======================= ] 1188/3175 37% [======================= ] 1189/3175 37% [======================= ] 1190/3175 37% [======================= ] 1191/3175 37% [======================= ] 1192/3175 37% [======================= ] 1193/3175 37% [======================= ] 1194/3175 37% [======================= ] 1195/3175 37% [======================= ] 1196/3175 37% [======================= ] 1197/3175 37% [======================= ] 1198/3175 37% [======================= ] 1199/3175 37% [======================= ] 1200/3175 37% [======================= ] 1201/3175 37% [======================= ] 1202/3175 37% [======================= ] 1203/3175 37% [======================= ] 1204/3175 37% [======================= ] 1205/3175 37% [======================= ] 1206/3175 37% [======================= ] 1207/3175 38% [======================= ] 1208/3175 38% [======================= ] 1209/3175 38% [======================= ] 1210/3175 38% [======================= ] 1211/3175 38% [======================= ] 1212/3175 38% [======================= ] 1213/3175 38% [======================= ] 1214/3175 38% [======================= ] 1215/3175 38% [======================= ] 1216/3175 38% [======================= ] 1217/3175 38% [======================= ] 1218/3175 38% [======================= ] 1219/3175 38% [======================= ] 1220/3175 38% [======================= ] 1221/3175 38% [======================= ] 1222/3175 38% [======================= ] 1223/3175 38% [======================= ] 1224/3175 38% [======================= ] 1225/3175 38% [======================= ] 1226/3175 38% [======================= ] 1227/3175 38% [======================= ] 1228/3175 38% [======================= ] 1229/3175 38% [======================== ] 1230/3175 38% [======================== ] 1231/3175 38% [======================== ] 1232/3175 38% [======================== ] 1233/3175 38% [======================== ] 1234/3175 38% [======================== ] 1235/3175 38% [======================== ] 1236/3175 38% [======================== ] 1237/3175 38% [======================== ] 1238/3175 38% [======================== ] 1239/3175 39% [======================== ] 1240/3175 39% [======================== ] 1241/3175 39% [======================== ] 1242/3175 39% [======================== ] 1243/3175 39% [======================== ] 1244/3175 39% [======================== ] 1245/3175 39% [======================== ] 1246/3175 39% [======================== ] 1247/3175 39% [======================== ] 1248/3175 39% [======================== ] 1249/3175 39% [======================== ] 1250/3175 39% [======================== ] 1251/3175 39% [======================== ] 1252/3175 39% [======================== ] 1253/3175 39% [======================== ] 1254/3175 39% [======================== ] 1255/3175 39% [======================== ] 1256/3175 39% [======================== ] 1257/3175 39% [======================== ] 1258/3175 39% [======================== ] 1259/3175 39% [======================== ] 1260/3175 39% [======================== ] 1261/3175 39% [======================== ] 1262/3175 39% [======================== ] 1263/3175 39% [======================== ] 1264/3175 39% [======================== ] 1265/3175 39% [======================== ] 1266/3175 39% [======================== ] 1267/3175 39% [======================== ] 1268/3175 39% [======================== ] 1269/3175 39% [======================== ] 1270/3175 40% [======================== ] 1271/3175 40% [======================== ] 1272/3175 40% [======================== ] 1273/3175 40% [======================== ] 1274/3175 40% [======================== ] 1275/3175 40% [======================== ] 1276/3175 40% [======================== ] 1277/3175 40% [======================== ] 1278/3175 40% [======================== ] 1279/3175 40% [======================== ] 1280/3175 40% [========================= ] 1281/3175 40% [========================= ] 1282/3175 40% [========================= ] 1283/3175 40% [========================= ] 1284/3175 40% [========================= ] 1285/3175 40% [========================= ] 1286/3175 40% [========================= ] 1287/3175 40% [========================= ] 1288/3175 40% [========================= ] 1289/3175 40% [========================= ] 1290/3175 40% [========================= ] 1291/3175 40% [========================= ] 1292/3175 40% [========================= ] 1293/3175 40% [========================= ] 1294/3175 40% [========================= ] 1295/3175 40% [========================= ] 1296/3175 40% [========================= ] 1297/3175 40% [========================= ] 1298/3175 40% [========================= ] 1299/3175 40% [========================= ] 1300/3175 40% [========================= ] 1301/3175 40% [========================= ] 1302/3175 41% [========================= ] 1303/3175 41% [========================= ] 1304/3175 41% [========================= ] 1305/3175 41% [========================= ] 1306/3175 41% [========================= ] 1307/3175 41% [========================= ] 1308/3175 41% [========================= ] 1309/3175 41% [========================= ] 1310/3175 41% [========================= ] 1311/3175 41% [========================= ] 1312/3175 41% [========================= ] 1313/3175 41% [========================= ] 1314/3175 41% [========================= ] 1315/3175 41% [========================= ] 1316/3175 41% [========================= ] 1317/3175 41% [========================= ] 1318/3175 41% [========================= ] 1319/3175 41% [========================= ] 1320/3175 41% [========================= ] 1321/3175 41% [========================= ] 1322/3175 41% [========================= ] 1323/3175 41% [========================= ] 1324/3175 41% [========================= ] 1325/3175 41% [========================= ] 1326/3175 41% [========================= ] 1327/3175 41% [========================= ] 1328/3175 41% [========================= ] 1329/3175 41% [========================= ] 1330/3175 41% [========================= ] 1331/3175 41% [========================== ] 1332/3175 41% [========================== ] 1333/3175 41% [========================== ] 1334/3175 42% [========================== ] 1335/3175 42% [========================== ] 1336/3175 42% [========================== ] 1337/3175 42% [========================== ] 1338/3175 42% [========================== ] 1339/3175 42% [========================== ] 1340/3175 42% [========================== ] 1341/3175 42% [========================== ] 1342/3175 42% [========================== ] 1343/3175 42% [========================== ] 1344/3175 42% [========================== ] 1345/3175 42% [========================== ] 1346/3175 42% [========================== ] 1347/3175 42% [========================== ] 1348/3175 42% [========================== ] 1349/3175 42% [========================== ] 1350/3175 42% [========================== ] 1351/3175 42% [========================== ] 1352/3175 42% [========================== ] 1353/3175 42% [========================== ] 1354/3175 42% [========================== ] 1355/3175 42% [========================== ] 1356/3175 42% [========================== ] 1357/3175 42% [========================== ] 1358/3175 42% [========================== ] 1359/3175 42% [========================== ] 1360/3175 42% [========================== ] 1361/3175 42% [========================== ] 1362/3175 42% [========================== ] 1363/3175 42% [========================== ] 1364/3175 42% [========================== ] 1365/3175 42% [========================== ] 1366/3175 43% [========================== ] 1367/3175 43% [========================== ] 1368/3175 43% [========================== ] 1369/3175 43% [========================== ] 1370/3175 43% [========================== ] 1371/3175 43% [========================== ] 1372/3175 43% [========================== ] 1373/3175 43% [========================== ] 1374/3175 43% [========================== ] 1375/3175 43% [========================== ] 1376/3175 43% [========================== ] 1377/3175 43% [========================== ] 1378/3175 43% [========================== ] 1379/3175 43% [========================== ] 1380/3175 43% [========================== ] 1381/3175 43% [========================== ] 1382/3175 43% [=========================== ] 1383/3175 43% [=========================== ] 1384/3175 43% [=========================== ] 1385/3175 43% [=========================== ] 1386/3175 43% [=========================== ] 1387/3175 43% [=========================== ] 1388/3175 43% [=========================== ] 1389/3175 43% [=========================== ] 1390/3175 43% [=========================== ] 1391/3175 43% [=========================== ] 1392/3175 43% [=========================== ] 1393/3175 43% [=========================== ] 1394/3175 43% [=========================== ] 1395/3175 43% [=========================== ] 1396/3175 43% [=========================== ] 1397/3175 44% [=========================== ] 1398/3175 44% [=========================== ] 1399/3175 44% [=========================== ] 1400/3175 44% [=========================== ] 1401/3175 44% [=========================== ] 1402/3175 44% [=========================== ] 1403/3175 44% [=========================== ] 1404/3175 44% [=========================== ] 1405/3175 44% [=========================== ] 1406/3175 44% [=========================== ] 1407/3175 44% [=========================== ] 1408/3175 44% [=========================== ] 1409/3175 44% [=========================== ] 1410/3175 44% [=========================== ] 1411/3175 44% [=========================== ] 1412/3175 44% [=========================== ] 1413/3175 44% [=========================== ] 1414/3175 44% [=========================== ] 1415/3175 44% [=========================== ] 1416/3175 44% [=========================== ] 1417/3175 44% [=========================== ] 1418/3175 44% [=========================== ] 1419/3175 44% [=========================== ] 1420/3175 44% [=========================== ] 1421/3175 44% [=========================== ] 1422/3175 44% [=========================== ] 1423/3175 44% [=========================== ] 1424/3175 44% [=========================== ] 1425/3175 44% [=========================== ] 1426/3175 44% [=========================== ] 1427/3175 44% [=========================== ] 1428/3175 44% [=========================== ] 1429/3175 45% [=========================== ] 1430/3175 45% [=========================== ] 1431/3175 45% [=========================== ] 1432/3175 45% [=========================== ] 1433/3175 45% [============================ ] 1434/3175 45% [============================ ] 1435/3175 45% [============================ ] 1436/3175 45% [============================ ] 1437/3175 45% [============================ ] 1438/3175 45% [============================ ] 1439/3175 45% [============================ ] 1440/3175 45% [============================ ] 1441/3175 45% [============================ ] 1442/3175 45% [============================ ] 1443/3175 45% [============================ ] 1444/3175 45% [============================ ] 1445/3175 45% [============================ ] 1446/3175 45% [============================ ] 1447/3175 45% [============================ ] 1448/3175 45% [============================ ] 1449/3175 45% [============================ ] 1450/3175 45% [============================ ] 1451/3175 45% [============================ ] 1452/3175 45% [============================ ] 1453/3175 45% [============================ ] 1454/3175 45% [============================ ] 1455/3175 45% [============================ ] 1456/3175 45% [============================ ] 1457/3175 45% [============================ ] 1458/3175 45% [============================ ] 1459/3175 45% [============================ ] 1460/3175 45% [============================ ] 1461/3175 46% [============================ ] 1462/3175 46% [============================ ] 1463/3175 46% [============================ ] 1464/3175 46% [============================ ] 1465/3175 46% [============================ ] 1466/3175 46% [============================ ] 1467/3175 46% [============================ ] 1468/3175 46% [============================ ] 1469/3175 46% [============================ ] 1470/3175 46% [============================ ] 1471/3175 46% [============================ ] 1472/3175 46% [============================ ] 1473/3175 46% [============================ ] 1474/3175 46% [============================ ] 1475/3175 46% [============================ ] 1476/3175 46% [============================ ] 1477/3175 46% [============================ ] 1478/3175 46% [============================ ] 1479/3175 46% [============================ ] 1480/3175 46% [============================ ] 1481/3175 46% [============================ ] 1482/3175 46% [============================ ] 1483/3175 46% [============================ ] 1484/3175 46% [============================ ] 1485/3175 46% [============================= ] 1486/3175 46% [============================= ] 1487/3175 46% [============================= ] 1488/3175 46% [============================= ] 1489/3175 46% [============================= ] 1490/3175 46% [============================= ] 1491/3175 46% [============================= ] 1492/3175 46% [============================= ] 1493/3175 47% [============================= ] 1494/3175 47% [============================= ] 1495/3175 47% [============================= ] 1496/3175 47% [============================= ] 1497/3175 47% [============================= ] 1498/3175 47% [============================= ] 1499/3175 47% [============================= ] 1500/3175 47% [============================= ] 1501/3175 47% [============================= ] 1502/3175 47% [============================= ] 1503/3175 47% [============================= ] 1504/3175 47% [============================= ] 1505/3175 47% [============================= ] 1506/3175 47% [============================= ] 1507/3175 47% [============================= ] 1508/3175 47% [============================= ] 1509/3175 47% [============================= ] 1510/3175 47% [============================= ] 1511/3175 47% [============================= ] 1512/3175 47% [============================= ] 1513/3175 47% [============================= ] 1514/3175 47% [============================= ] 1515/3175 47% [============================= ] 1516/3175 47% [============================= ] 1517/3175 47% [============================= ] 1518/3175 47% [============================= ] 1519/3175 47% [============================= ] 1520/3175 47% [============================= ] 1521/3175 47% [============================= ] 1522/3175 47% [============================= ] 1523/3175 47% [============================= ] 1524/3175 48% [============================= ] 1525/3175 48% [============================= ] 1526/3175 48% [============================= ] 1527/3175 48% [============================= ] 1528/3175 48% [============================= ] 1529/3175 48% [============================= ] 1530/3175 48% [============================= ] 1531/3175 48% [============================= ] 1532/3175 48% [============================= ] 1533/3175 48% [============================= ] 1534/3175 48% [============================= ] 1535/3175 48% [============================= ] 1536/3175 48% [============================== ] 1537/3175 48% [============================== ] 1538/3175 48% [============================== ] 1539/3175 48% [============================== ] 1540/3175 48% [============================== ] 1541/3175 48% [============================== ] 1542/3175 48% [============================== ] 1543/3175 48% [============================== ] 1544/3175 48% [============================== ] 1545/3175 48% [============================== ] 1546/3175 48% [============================== ] 1547/3175 48% [============================== ] 1548/3175 48% [============================== ] 1549/3175 48% [============================== ] 1550/3175 48% [============================== ] 1551/3175 48% [============================== ] 1552/3175 48% [============================== ] 1553/3175 48% [============================== ] 1554/3175 48% [============================== ] 1555/3175 48% [============================== ] 1556/3175 49% [============================== ] 1557/3175 49% [============================== ] 1558/3175 49% [============================== ] 1559/3175 49% [============================== ] 1560/3175 49% [============================== ] 1561/3175 49% [============================== ] 1562/3175 49% [============================== ] 1563/3175 49% [============================== ] 1564/3175 49% [============================== ] 1565/3175 49% [============================== ] 1566/3175 49% [============================== ] 1567/3175 49% [============================== ] 1568/3175 49% [============================== ] 1569/3175 49% [============================== ] 1570/3175 49% [============================== ] 1571/3175 49% [============================== ] 1572/3175 49% [============================== ] 1573/3175 49% [============================== ] 1574/3175 49% [============================== ] 1575/3175 49% [============================== ] 1576/3175 49% [============================== ] 1577/3175 49% [============================== ] 1578/3175 49% [============================== ] 1579/3175 49% [============================== ] 1580/3175 49% [============================== ] 1581/3175 49% [============================== ] 1582/3175 49% [============================== ] 1583/3175 49% [============================== ] 1584/3175 49% [============================== ] 1585/3175 49% [============================== ] 1586/3175 49% [============================== ] 1587/3175 49% [=============================== ] 1588/3175 50% [=============================== ] 1589/3175 50% [=============================== ] 1590/3175 50% [=============================== ] 1591/3175 50% [=============================== ] 1592/3175 50% [=============================== ] 1593/3175 50% [=============================== ] 1594/3175 50% [=============================== ] 1595/3175 50% [=============================== ] 1596/3175 50% [=============================== ] 1597/3175 50% [=============================== ] 1598/3175 50% [=============================== ] 1599/3175 50% [=============================== ] 1600/3175 50% [=============================== ] 1601/3175 50% [=============================== ] 1602/3175 50% [=============================== ] 1603/3175 50% [=============================== ] 1604/3175 50% [=============================== ] 1605/3175 50% [=============================== ] 1606/3175 50% [=============================== ] 1607/3175 50% [=============================== ] 1608/3175 50% [=============================== ] 1609/3175 50% [=============================== ] 1610/3175 50% [=============================== ] 1611/3175 50% [=============================== ] 1612/3175 50% [=============================== ] 1613/3175 50% [=============================== ] 1614/3175 50% [=============================== ] 1615/3175 50% [=============================== ] 1616/3175 50% [=============================== ] 1617/3175 50% [=============================== ] 1618/3175 50% [=============================== ] 1619/3175 50% [=============================== ] 1620/3175 51% [=============================== ] 1621/3175 51% [=============================== ] 1622/3175 51% [=============================== ] 1623/3175 51% [=============================== ] 1624/3175 51% [=============================== ] 1625/3175 51% [=============================== ] 1626/3175 51% [=============================== ] 1627/3175 51% [=============================== ] 1628/3175 51% [=============================== ] 1629/3175 51% [=============================== ] 1630/3175 51% [=============================== ] 1631/3175 51% [=============================== ] 1632/3175 51% [=============================== ] 1633/3175 51% [=============================== ] 1634/3175 51% [=============================== ] 1635/3175 51% [=============================== ] 1636/3175 51% [=============================== ] 1637/3175 51% [=============================== ] 1638/3175 51% [================================ ] 1639/3175 51% [================================ ] 1640/3175 51% [================================ ] 1641/3175 51% [================================ ] 1642/3175 51% [================================ ] 1643/3175 51% [================================ ] 1644/3175 51% [================================ ] 1645/3175 51% [================================ ] 1646/3175 51% [================================ ] 1647/3175 51% [================================ ] 1648/3175 51% [================================ ] 1649/3175 51% [================================ ] 1650/3175 51% [================================ ] 1651/3175 52% [================================ ] 1652/3175 52% [================================ ] 1653/3175 52% [================================ ] 1654/3175 52% [================================ ] 1655/3175 52% [================================ ] 1656/3175 52% [================================ ] 1657/3175 52% [================================ ] 1658/3175 52% [================================ ] 1659/3175 52% [================================ ] 1660/3175 52% [================================ ] 1661/3175 52% [================================ ] 1662/3175 52% [================================ ] 1663/3175 52% [================================ ] 1664/3175 52% [================================ ] 1665/3175 52% [================================ ] 1666/3175 52% [================================ ] 1667/3175 52% [================================ ] 1668/3175 52% [================================ ] 1669/3175 52% [================================ ] 1670/3175 52% [================================ ] 1671/3175 52% [================================ ] 1672/3175 52% [================================ ] 1673/3175 52% [================================ ] 1674/3175 52% [================================ ] 1675/3175 52% [================================ ] 1676/3175 52% [================================ ] 1677/3175 52% [================================ ] 1678/3175 52% [================================ ] 1679/3175 52% [================================ ] 1680/3175 52% [================================ ] 1681/3175 52% [================================ ] 1682/3175 52% [================================ ] 1683/3175 53% [================================ ] 1684/3175 53% [================================ ] 1685/3175 53% [================================ ] 1686/3175 53% [================================ ] 1687/3175 53% [================================ ] 1688/3175 53% [================================ ] 1689/3175 53% [================================= ] 1690/3175 53% [================================= ] 1691/3175 53% [================================= ] 1692/3175 53% [================================= ] 1693/3175 53% [================================= ] 1694/3175 53% [================================= ] 1695/3175 53% [================================= ] 1696/3175 53% [================================= ] 1697/3175 53% [================================= ] 1698/3175 53% [================================= ] 1699/3175 53% [================================= ] 1700/3175 53% [================================= ] 1701/3175 53% [================================= ] 1702/3175 53% [================================= ] 1703/3175 53% [================================= ] 1704/3175 53% [================================= ] 1705/3175 53% [================================= ] 1706/3175 53% [================================= ] 1707/3175 53% [================================= ] 1708/3175 53% [================================= ] 1709/3175 53% [================================= ] 1710/3175 53% [================================= ] 1711/3175 53% [================================= ] 1712/3175 53% [================================= ] 1713/3175 53% [================================= ] 1714/3175 53% [================================= ] 1715/3175 54% [================================= ] 1716/3175 54% [================================= ] 1717/3175 54% [================================= ] 1718/3175 54% [================================= ] 1719/3175 54% [================================= ] 1720/3175 54% [================================= ] 1721/3175 54% [================================= ] 1722/3175 54% [================================= ] 1723/3175 54% [================================= ] 1724/3175 54% [================================= ] 1725/3175 54% [================================= ] 1726/3175 54% [================================= ] 1727/3175 54% [================================= ] 1728/3175 54% [================================= ] 1729/3175 54% [================================= ] 1730/3175 54% [================================= ] 1731/3175 54% [================================= ] 1732/3175 54% [================================= ] 1733/3175 54% [================================= ] 1734/3175 54% [================================= ] 1735/3175 54% [================================= ] 1736/3175 54% [================================= ] 1737/3175 54% [================================= ] 1738/3175 54% [================================= ] 1739/3175 54% [================================= ] 1740/3175 54% [================================= ] 1741/3175 54% [================================== ] 1742/3175 54% [================================== ] 1743/3175 54% [================================== ] 1744/3175 54% [================================== ] 1745/3175 54% [================================== ] 1746/3175 54% [================================== ] 1747/3175 55% [================================== ] 1748/3175 55% [================================== ] 1749/3175 55% [================================== ] 1750/3175 55% [================================== ] 1751/3175 55% [================================== ] 1752/3175 55% [================================== ] 1753/3175 55% [================================== ] 1754/3175 55% [================================== ] 1755/3175 55% [================================== ] 1756/3175 55% [================================== ] 1757/3175 55% [================================== ] 1758/3175 55% [================================== ] 1759/3175 55% [================================== ] 1760/3175 55% [================================== ] 1761/3175 55% [================================== ] 1762/3175 55% [================================== ] 1763/3175 55% [================================== ] 1764/3175 55% [================================== ] 1765/3175 55% [================================== ] 1766/3175 55% [================================== ] 1767/3175 55% [================================== ] 1768/3175 55% [================================== ] 1769/3175 55% [================================== ] 1770/3175 55% [================================== ] 1771/3175 55% [================================== ] 1772/3175 55% [================================== ] 1773/3175 55% [================================== ] 1774/3175 55% [================================== ] 1775/3175 55% [================================== ] 1776/3175 55% [================================== ] 1777/3175 55% [================================== ] 1778/3175 56% [================================== ] 1779/3175 56% [================================== ] 1780/3175 56% [================================== ] 1781/3175 56% [================================== ] 1782/3175 56% [================================== ] 1783/3175 56% [================================== ] 1784/3175 56% [================================== ] 1785/3175 56% [================================== ] 1786/3175 56% [================================== ] 1787/3175 56% [================================== ] 1788/3175 56% [================================== ] 1789/3175 56% [================================== ] 1790/3175 56% [================================== ] 1791/3175 56% [================================== ] 1792/3175 56% [=================================== ] 1793/3175 56% [=================================== ] 1794/3175 56% [=================================== ] 1795/3175 56% [=================================== ] 1796/3175 56% [=================================== ] 1797/3175 56% [=================================== ] 1798/3175 56% [=================================== ] 1799/3175 56% [=================================== ] 1800/3175 56% [=================================== ] 1801/3175 56% [=================================== ] 1802/3175 56% [=================================== ] 1803/3175 56% [=================================== ] 1804/3175 56% [=================================== ] 1805/3175 56% [=================================== ] 1806/3175 56% [=================================== ] 1807/3175 56% [=================================== ] 1808/3175 56% [=================================== ] 1809/3175 56% [=================================== ] 1810/3175 57% [=================================== ] 1811/3175 57% [=================================== ] 1812/3175 57% [=================================== ] 1813/3175 57% [=================================== ] 1814/3175 57% [=================================== ] 1815/3175 57% [=================================== ] 1816/3175 57% [=================================== ] 1817/3175 57% [=================================== ] 1818/3175 57% [=================================== ] 1819/3175 57% [=================================== ] 1820/3175 57% [=================================== ] 1821/3175 57% [=================================== ] 1822/3175 57% [=================================== ] 1823/3175 57% [=================================== ] 1824/3175 57% [=================================== ] 1825/3175 57% [=================================== ] 1826/3175 57% [=================================== ] 1827/3175 57% [=================================== ] 1828/3175 57% [=================================== ] 1829/3175 57% [=================================== ] 1830/3175 57% [=================================== ] 1831/3175 57% [=================================== ] 1832/3175 57% [=================================== ] 1833/3175 57% [=================================== ] 1834/3175 57% [=================================== ] 1835/3175 57% [=================================== ] 1836/3175 57% [=================================== ] 1837/3175 57% [=================================== ] 1838/3175 57% [=================================== ] 1839/3175 57% [=================================== ] 1840/3175 57% [=================================== ] 1841/3175 57% [=================================== ] 1842/3175 58% [=================================== ] 1843/3175 58% [==================================== ] 1844/3175 58% [==================================== ] 1845/3175 58% [==================================== ] 1846/3175 58% [==================================== ] 1847/3175 58% [==================================== ] 1848/3175 58% [==================================== ] 1849/3175 58% [==================================== ] 1850/3175 58% [==================================== ] 1851/3175 58% [==================================== ] 1852/3175 58% [==================================== ] 1853/3175 58% [==================================== ] 1854/3175 58% [==================================== ] 1855/3175 58% [==================================== ] 1856/3175 58% [==================================== ] 1857/3175 58% [==================================== ] 1858/3175 58% [==================================== ] 1859/3175 58% [==================================== ] 1860/3175 58% [==================================== ] 1861/3175 58% [==================================== ] 1862/3175 58% [==================================== ] 1863/3175 58% [==================================== ] 1864/3175 58% [==================================== ] 1865/3175 58% [==================================== ] 1866/3175 58% [==================================== ] 1867/3175 58% [==================================== ] 1868/3175 58% [==================================== ] 1869/3175 58% [==================================== ] 1870/3175 58% [==================================== ] 1871/3175 58% [==================================== ] 1872/3175 58% [==================================== ] 1873/3175 58% [==================================== ] 1874/3175 59% [==================================== ] 1875/3175 59% [==================================== ] 1876/3175 59% [==================================== ] 1877/3175 59% [==================================== ] 1878/3175 59% [==================================== ] 1879/3175 59% [==================================== ] 1880/3175 59% [==================================== ] 1881/3175 59% [==================================== ] 1882/3175 59% [==================================== ] 1883/3175 59% [==================================== ] 1884/3175 59% [==================================== ] 1885/3175 59% [==================================== ] 1886/3175 59% [==================================== ] 1887/3175 59% [==================================== ] 1888/3175 59% [==================================== ] 1889/3175 59% [==================================== ] 1890/3175 59% [==================================== ] 1891/3175 59% [==================================== ] 1892/3175 59% [==================================== ] 1893/3175 59% [==================================== ] 1894/3175 59% [===================================== ] 1895/3175 59% [===================================== ] 1896/3175 59% [===================================== ] 1897/3175 59% [===================================== ] 1898/3175 59% [===================================== ] 1899/3175 59% [===================================== ] 1900/3175 59% [===================================== ] 1901/3175 59% [===================================== ] 1902/3175 59% [===================================== ] 1903/3175 59% [===================================== ] 1904/3175 59% [===================================== ] 1905/3175 60% [===================================== ] 1906/3175 60% [===================================== ] 1907/3175 60% [===================================== ] 1908/3175 60% [===================================== ] 1909/3175 60% [===================================== ] 1910/3175 60% [===================================== ] 1911/3175 60% [===================================== ] 1912/3175 60% [===================================== ] 1913/3175 60% [===================================== ] 1914/3175 60% [===================================== ] 1915/3175 60% [===================================== ] 1916/3175 60% [===================================== ] 1917/3175 60% [===================================== ] 1918/3175 60% [===================================== ] 1919/3175 60% [===================================== ] 1920/3175 60% [===================================== ] 1921/3175 60% [===================================== ] 1922/3175 60% [===================================== ] 1923/3175 60% [===================================== ] 1924/3175 60% [===================================== ] 1925/3175 60% [===================================== ] 1926/3175 60% [===================================== ] 1927/3175 60% [===================================== ] 1928/3175 60% [===================================== ] 1929/3175 60% [===================================== ] 1930/3175 60% [===================================== ] 1931/3175 60% [===================================== ] 1932/3175 60% [===================================== ] 1933/3175 60% [===================================== ] 1934/3175 60% [===================================== ] 1935/3175 60% [===================================== ] 1936/3175 60% [===================================== ] 1937/3175 61% [===================================== ] 1938/3175 61% [===================================== ] 1939/3175 61% [===================================== ] 1940/3175 61% [===================================== ] 1941/3175 61% [===================================== ] 1942/3175 61% [===================================== ] 1943/3175 61% [===================================== ] 1944/3175 61% [===================================== ] 1945/3175 61% [====================================== ] 1946/3175 61% [====================================== ] 1947/3175 61% [====================================== ] 1948/3175 61% [====================================== ] 1949/3175 61% [====================================== ] 1950/3175 61% [====================================== ] 1951/3175 61% [====================================== ] 1952/3175 61% [====================================== ] 1953/3175 61% [====================================== ] 1954/3175 61% [====================================== ] 1955/3175 61% [====================================== ] 1956/3175 61% [====================================== ] 1957/3175 61% [====================================== ] 1958/3175 61% [====================================== ] 1959/3175 61% [====================================== ] 1960/3175 61% [====================================== ] 1961/3175 61% [====================================== ] 1962/3175 61% [====================================== ] 1963/3175 61% [====================================== ] 1964/3175 61% [====================================== ] 1965/3175 61% [====================================== ] 1966/3175 61% [====================================== ] 1967/3175 61% [====================================== ] 1968/3175 61% [====================================== ] 1969/3175 62% [====================================== ] 1970/3175 62% [====================================== ] 1971/3175 62% [====================================== ] 1972/3175 62% [====================================== ] 1973/3175 62% [====================================== ] 1974/3175 62% [====================================== ] 1975/3175 62% [====================================== ] 1976/3175 62% [====================================== ] 1977/3175 62% [====================================== ] 1978/3175 62% [====================================== ] 1979/3175 62% [====================================== ] 1980/3175 62% [====================================== ] 1981/3175 62% [====================================== ] 1982/3175 62% [====================================== ] 1983/3175 62% [====================================== ] 1984/3175 62% [====================================== ] 1985/3175 62% [====================================== ] 1986/3175 62% [====================================== ] 1987/3175 62% [====================================== ] 1988/3175 62% [====================================== ] 1989/3175 62% [====================================== ] 1990/3175 62% [====================================== ] 1991/3175 62% [====================================== ] 1992/3175 62% [====================================== ] 1993/3175 62% [====================================== ] 1994/3175 62% [====================================== ] 1995/3175 62% [====================================== ] 1996/3175 62% [====================================== ] 1997/3175 62% [======================================= ] 1998/3175 62% [======================================= ] 1999/3175 62% [======================================= ] 2000/3175 62% [======================================= ] 2001/3175 63% [======================================= ] 2002/3175 63% [======================================= ] 2003/3175 63% [======================================= ] 2004/3175 63% [======================================= ] 2005/3175 63% [======================================= ] 2006/3175 63% [======================================= ] 2007/3175 63% [======================================= ] 2008/3175 63% [======================================= ] 2009/3175 63% [======================================= ] 2010/3175 63% [======================================= ] 2011/3175 63% [======================================= ] 2012/3175 63% [======================================= ] 2013/3175 63% [======================================= ] 2014/3175 63% [======================================= ] 2015/3175 63% [======================================= ] 2016/3175 63% [======================================= ] 2017/3175 63% [======================================= ] 2018/3175 63% [======================================= ] 2019/3175 63% [======================================= ] 2020/3175 63% [======================================= ] 2021/3175 63% [======================================= ] 2022/3175 63% [======================================= ] 2023/3175 63% [======================================= ] 2024/3175 63% [======================================= ] 2025/3175 63% [======================================= ] 2026/3175 63% [======================================= ] 2027/3175 63% [======================================= ] 2028/3175 63% [======================================= ] 2029/3175 63% [======================================= ] 2030/3175 63% [======================================= ] 2031/3175 63% [======================================= ] 2032/3175 64% [======================================= ] 2033/3175 64% [======================================= ] 2034/3175 64% [======================================= ] 2035/3175 64% [======================================= ] 2036/3175 64% [======================================= ] 2037/3175 64% [======================================= ] 2038/3175 64% [======================================= ] 2039/3175 64% [======================================= ] 2040/3175 64% [======================================= ] 2041/3175 64% [======================================= ] 2042/3175 64% [======================================= ] 2043/3175 64% [======================================= ] 2044/3175 64% [======================================= ] 2045/3175 64% [======================================= ] 2046/3175 64% [======================================= ] 2047/3175 64% [======================================= ] 2048/3175 64% [======================================== ] 2049/3175 64% [======================================== ] 2050/3175 64% [======================================== ] 2051/3175 64% [======================================== ] 2052/3175 64% [======================================== ] 2053/3175 64% [======================================== ] 2054/3175 64% [======================================== ] 2055/3175 64% [======================================== ] 2056/3175 64% [======================================== ] 2057/3175 64% [======================================== ] 2058/3175 64% [======================================== ] 2059/3175 64% [======================================== ] 2060/3175 64% [======================================== ] 2061/3175 64% [======================================== ] 2062/3175 64% [======================================== ] 2063/3175 64% [======================================== ] 2064/3175 65% [======================================== ] 2065/3175 65% [======================================== ] 2066/3175 65% [======================================== ] 2067/3175 65% [======================================== ] 2068/3175 65% [======================================== ] 2069/3175 65% [======================================== ] 2070/3175 65% [======================================== ] 2071/3175 65% [======================================== ] 2072/3175 65% [======================================== ] 2073/3175 65% [======================================== ] 2074/3175 65% [======================================== ] 2075/3175 65% [======================================== ] 2076/3175 65% [======================================== ] 2077/3175 65% [======================================== ] 2078/3175 65% [======================================== ] 2079/3175 65% [======================================== ] 2080/3175 65% [======================================== ] 2081/3175 65% [======================================== ] 2082/3175 65% [======================================== ] 2083/3175 65% [======================================== ] 2084/3175 65% [======================================== ] 2085/3175 65% [======================================== ] 2086/3175 65% [======================================== ] 2087/3175 65% [======================================== ] 2088/3175 65% [======================================== ] 2089/3175 65% [======================================== ] 2090/3175 65% [======================================== ] 2091/3175 65% [======================================== ] 2092/3175 65% [======================================== ] 2093/3175 65% [======================================== ] 2094/3175 65% [======================================== ] 2095/3175 65% [======================================== ] 2096/3175 66% [======================================== ] 2097/3175 66% [======================================== ] 2098/3175 66% [======================================== ] 2099/3175 66% [========================================= ] 2100/3175 66% [========================================= ] 2101/3175 66% [========================================= ] 2102/3175 66% [========================================= ] 2103/3175 66% [========================================= ] 2104/3175 66% [========================================= ] 2105/3175 66% [========================================= ] 2106/3175 66% [========================================= ] 2107/3175 66% [========================================= ] 2108/3175 66% [========================================= ] 2109/3175 66% [========================================= ] 2110/3175 66% [========================================= ] 2111/3175 66% [========================================= ] 2112/3175 66% [========================================= ] 2113/3175 66% [========================================= ] 2114/3175 66% [========================================= ] 2115/3175 66% [========================================= ] 2116/3175 66% [========================================= ] 2117/3175 66% [========================================= ] 2118/3175 66% [========================================= ] 2119/3175 66% [========================================= ] 2120/3175 66% [========================================= ] 2121/3175 66% [========================================= ] 2122/3175 66% [========================================= ] 2123/3175 66% [========================================= ] 2124/3175 66% [========================================= ] 2125/3175 66% [========================================= ] 2126/3175 66% [========================================= ] 2127/3175 66% [========================================= ] 2128/3175 67% [========================================= ] 2129/3175 67% [========================================= ] 2130/3175 67% [========================================= ] 2131/3175 67% [========================================= ] 2132/3175 67% [========================================= ] 2133/3175 67% [========================================= ] 2134/3175 67% [========================================= ] 2135/3175 67% [========================================= ] 2136/3175 67% [========================================= ] 2137/3175 67% [========================================= ] 2138/3175 67% [========================================= ] 2139/3175 67% [========================================= ] 2140/3175 67% [========================================= ] 2141/3175 67% [========================================= ] 2142/3175 67% [========================================= ] 2143/3175 67% [========================================= ] 2144/3175 67% [========================================= ] 2145/3175 67% [========================================= ] 2146/3175 67% [========================================= ] 2147/3175 67% [========================================= ] 2148/3175 67% [========================================= ] 2149/3175 67% [========================================= ] 2150/3175 67% [========================================== ] 2151/3175 67% [========================================== ] 2152/3175 67% [========================================== ] 2153/3175 67% [========================================== ] 2154/3175 67% [========================================== ] 2155/3175 67% [========================================== ] 2156/3175 67% [========================================== ] 2157/3175 67% [========================================== ] 2158/3175 67% [========================================== ] 2159/3175 68% [========================================== ] 2160/3175 68% [========================================== ] 2161/3175 68% [========================================== ] 2162/3175 68% [========================================== ] 2163/3175 68% [========================================== ] 2164/3175 68% [========================================== ] 2165/3175 68% [========================================== ] 2166/3175 68% [========================================== ] 2167/3175 68% [========================================== ] 2168/3175 68% [========================================== ] 2169/3175 68% [========================================== ] 2170/3175 68% [========================================== ] 2171/3175 68% [========================================== ] 2172/3175 68% [========================================== ] 2173/3175 68% [========================================== ] 2174/3175 68% [========================================== ] 2175/3175 68% [========================================== ] 2176/3175 68% [========================================== ] 2177/3175 68% [========================================== ] 2178/3175 68% [========================================== ] 2179/3175 68% [========================================== ] 2180/3175 68% [========================================== ] 2181/3175 68% [========================================== ] 2182/3175 68% [========================================== ] 2183/3175 68% [========================================== ] 2184/3175 68% [========================================== ] 2185/3175 68% [========================================== ] 2186/3175 68% [========================================== ] 2187/3175 68% [========================================== ] 2188/3175 68% [========================================== ] 2189/3175 68% [========================================== ] 2190/3175 68% [========================================== ] 2191/3175 69% [========================================== ] 2192/3175 69% [========================================== ] 2193/3175 69% [========================================== ] 2194/3175 69% [========================================== ] 2195/3175 69% [========================================== ] 2196/3175 69% [========================================== ] 2197/3175 69% [========================================== ] 2198/3175 69% [========================================== ] 2199/3175 69% [========================================== ] 2200/3175 69% [========================================== ] 2201/3175 69% [========================================== ] 2202/3175 69% [=========================================== ] 2203/3175 69% [=========================================== ] 2204/3175 69% [=========================================== ] 2205/3175 69% [=========================================== ] 2206/3175 69% [=========================================== ] 2207/3175 69% [=========================================== ] 2208/3175 69% [=========================================== ] 2209/3175 69% [=========================================== ] 2210/3175 69% [=========================================== ] 2211/3175 69% [=========================================== ] 2212/3175 69% [=========================================== ] 2213/3175 69% [=========================================== ] 2214/3175 69% [=========================================== ] 2215/3175 69% [=========================================== ] 2216/3175 69% [=========================================== ] 2217/3175 69% [=========================================== ] 2218/3175 69% [=========================================== ] 2219/3175 69% [=========================================== ] 2220/3175 69% [=========================================== ] 2221/3175 69% [=========================================== ] 2222/3175 69% [=========================================== ] 2223/3175 70% [=========================================== ] 2224/3175 70% [=========================================== ] 2225/3175 70% [=========================================== ] 2226/3175 70% [=========================================== ] 2227/3175 70% [=========================================== ] 2228/3175 70% [=========================================== ] 2229/3175 70% [=========================================== ] 2230/3175 70% [=========================================== ] 2231/3175 70% [=========================================== ] 2232/3175 70% [=========================================== ] 2233/3175 70% [=========================================== ] 2234/3175 70% [=========================================== ] 2235/3175 70% [=========================================== ] 2236/3175 70% [=========================================== ] 2237/3175 70% [=========================================== ] 2238/3175 70% [=========================================== ] 2239/3175 70% [=========================================== ] 2240/3175 70% [=========================================== ] 2241/3175 70% [=========================================== ] 2242/3175 70% [=========================================== ] 2243/3175 70% [=========================================== ] 2244/3175 70% [=========================================== ] 2245/3175 70% [=========================================== ] 2246/3175 70% [=========================================== ] 2247/3175 70% [=========================================== ] 2248/3175 70% [=========================================== ] 2249/3175 70% [=========================================== ] 2250/3175 70% [=========================================== ] 2251/3175 70% [=========================================== ] 2252/3175 70% [=========================================== ] 2253/3175 70% [============================================ ] 2254/3175 70% [============================================ ] 2255/3175 71% [============================================ ] 2256/3175 71% [============================================ ] 2257/3175 71% [============================================ ] 2258/3175 71% [============================================ ] 2259/3175 71% [============================================ ] 2260/3175 71% [============================================ ] 2261/3175 71% [============================================ ] 2262/3175 71% [============================================ ] 2263/3175 71% [============================================ ] 2264/3175 71% [============================================ ] 2265/3175 71% [============================================ ] 2266/3175 71% [============================================ ] 2267/3175 71% [============================================ ] 2268/3175 71% [============================================ ] 2269/3175 71% [============================================ ] 2270/3175 71% [============================================ ] 2271/3175 71% [============================================ ] 2272/3175 71% [============================================ ] 2273/3175 71% [============================================ ] 2274/3175 71% [============================================ ] 2275/3175 71% [============================================ ] 2276/3175 71% [============================================ ] 2277/3175 71% [============================================ ] 2278/3175 71% [============================================ ] 2279/3175 71% [============================================ ] 2280/3175 71% [============================================ ] 2281/3175 71% [============================================ ] 2282/3175 71% [============================================ ] 2283/3175 71% [============================================ ] 2284/3175 71% [============================================ ] 2285/3175 71% [============================================ ] 2286/3175 72% [============================================ ] 2287/3175 72% [============================================ ] 2288/3175 72% [============================================ ] 2289/3175 72% [============================================ ] 2290/3175 72% [============================================ ] 2291/3175 72% [============================================ ] 2292/3175 72% [============================================ ] 2293/3175 72% [============================================ ] 2294/3175 72% [============================================ ] 2295/3175 72% [============================================ ] 2296/3175 72% [============================================ ] 2297/3175 72% [============================================ ] 2298/3175 72% [============================================ ] 2299/3175 72% [============================================ ] 2300/3175 72% [============================================ ] 2301/3175 72% [============================================ ] 2302/3175 72% [============================================ ] 2303/3175 72% [============================================ ] 2304/3175 72% [============================================= ] 2305/3175 72% [============================================= ] 2306/3175 72% [============================================= ] 2307/3175 72% [============================================= ] 2308/3175 72% [============================================= ] 2309/3175 72% [============================================= ] 2310/3175 72% [============================================= ] 2311/3175 72% [============================================= ] 2312/3175 72% [============================================= ] 2313/3175 72% [============================================= ] 2314/3175 72% [============================================= ] 2315/3175 72% [============================================= ] 2316/3175 72% [============================================= ] 2317/3175 72% [============================================= ] 2318/3175 73% [============================================= ] 2319/3175 73% [============================================= ] 2320/3175 73% [============================================= ] 2321/3175 73% [============================================= ] 2322/3175 73% [============================================= ] 2323/3175 73% [============================================= ] 2324/3175 73% [============================================= ] 2325/3175 73% [============================================= ] 2326/3175 73% [============================================= ] 2327/3175 73% [============================================= ] 2328/3175 73% [============================================= ] 2329/3175 73% [============================================= ] 2330/3175 73% [============================================= ] 2331/3175 73% [============================================= ] 2332/3175 73% [============================================= ] 2333/3175 73% [============================================= ] 2334/3175 73% [============================================= ] 2335/3175 73% [============================================= ] 2336/3175 73% [============================================= ] 2337/3175 73% [============================================= ] 2338/3175 73% [============================================= ] 2339/3175 73% [============================================= ] 2340/3175 73% [============================================= ] 2341/3175 73% [============================================= ] 2342/3175 73% [============================================= ] 2343/3175 73% [============================================= ] 2344/3175 73% [============================================= ] 2345/3175 73% [============================================= ] 2346/3175 73% [============================================= ] 2347/3175 73% [============================================= ] 2348/3175 73% [============================================= ] 2349/3175 73% [============================================= ] 2350/3175 74% [============================================= ] 2351/3175 74% [============================================= ] 2352/3175 74% [============================================= ] 2353/3175 74% [============================================= ] 2354/3175 74% [============================================= ] 2355/3175 74% [============================================== ] 2356/3175 74% [============================================== ] 2357/3175 74% [============================================== ] 2358/3175 74% [============================================== ] 2359/3175 74% [============================================== ] 2360/3175 74% [============================================== ] 2361/3175 74% [============================================== ] 2362/3175 74% [============================================== ] 2363/3175 74% [============================================== ] 2364/3175 74% [============================================== ] 2365/3175 74% [============================================== ] 2366/3175 74% [============================================== ] 2367/3175 74% [============================================== ] 2368/3175 74% [============================================== ] 2369/3175 74% [============================================== ] 2370/3175 74% [============================================== ] 2371/3175 74% [============================================== ] 2372/3175 74% [============================================== ] 2373/3175 74% [============================================== ] 2374/3175 74% [============================================== ] 2375/3175 74% [============================================== ] 2376/3175 74% [============================================== ] 2377/3175 74% [============================================== ] 2378/3175 74% [============================================== ] 2379/3175 74% [============================================== ] 2380/3175 74% [============================================== ] 2381/3175 74% [============================================== ] 2382/3175 75% [============================================== ] 2383/3175 75% [============================================== ] 2384/3175 75% [============================================== ] 2385/3175 75% [============================================== ] 2386/3175 75% [============================================== ] 2387/3175 75% [============================================== ] 2388/3175 75% [============================================== ] 2389/3175 75% [============================================== ] 2390/3175 75% [============================================== ] 2391/3175 75% [============================================== ] 2392/3175 75% [============================================== ] 2393/3175 75% [============================================== ] 2394/3175 75% [============================================== ] 2395/3175 75% [============================================== ] 2396/3175 75% [============================================== ] 2397/3175 75% [============================================== ] 2398/3175 75% [============================================== ] 2399/3175 75% [============================================== ] 2400/3175 75% [============================================== ] 2401/3175 75% [============================================== ] 2402/3175 75% [============================================== ] 2403/3175 75% [============================================== ] 2404/3175 75% [============================================== ] 2405/3175 75% [============================================== ] 2406/3175 75% [=============================================== ] 2407/3175 75% [=============================================== ] 2408/3175 75% [=============================================== ] 2409/3175 75% [=============================================== ] 2410/3175 75% [=============================================== ] 2411/3175 75% [=============================================== ] 2412/3175 75% [=============================================== ] 2413/3175 76% [=============================================== ] 2414/3175 76% [=============================================== ] 2415/3175 76% [=============================================== ] 2416/3175 76% [=============================================== ] 2417/3175 76% [=============================================== ] 2418/3175 76% [=============================================== ] 2419/3175 76% [=============================================== ] 2420/3175 76% [=============================================== ] 2421/3175 76% [=============================================== ] 2422/3175 76% [=============================================== ] 2423/3175 76% [=============================================== ] 2424/3175 76% [=============================================== ] 2425/3175 76% [=============================================== ] 2426/3175 76% [=============================================== ] 2427/3175 76% [=============================================== ] 2428/3175 76% [=============================================== ] 2429/3175 76% [=============================================== ] 2430/3175 76% [=============================================== ] 2431/3175 76% [=============================================== ] 2432/3175 76% [=============================================== ] 2433/3175 76% [=============================================== ] 2434/3175 76% [=============================================== ] 2435/3175 76% [=============================================== ] 2436/3175 76% [=============================================== ] 2437/3175 76% [=============================================== ] 2438/3175 76% [=============================================== ] 2439/3175 76% [=============================================== ] 2440/3175 76% [=============================================== ] 2441/3175 76% [=============================================== ] 2442/3175 76% [=============================================== ] 2443/3175 76% [=============================================== ] 2444/3175 76% [=============================================== ] 2445/3175 77% [=============================================== ] 2446/3175 77% [=============================================== ] 2447/3175 77% [=============================================== ] 2448/3175 77% [=============================================== ] 2449/3175 77% [=============================================== ] 2450/3175 77% [=============================================== ] 2451/3175 77% [=============================================== ] 2452/3175 77% [=============================================== ] 2453/3175 77% [=============================================== ] 2454/3175 77% [=============================================== ] 2455/3175 77% [=============================================== ] 2456/3175 77% [=============================================== ] 2457/3175 77% [=============================================== ] 2458/3175 77% [================================================ ] 2459/3175 77% [================================================ ] 2460/3175 77% [================================================ ] 2461/3175 77% [================================================ ] 2462/3175 77% [================================================ ] 2463/3175 77% [================================================ ] 2464/3175 77% [================================================ ] 2465/3175 77% [================================================ ] 2466/3175 77% [================================================ ] 2467/3175 77% [================================================ ] 2468/3175 77% [================================================ ] 2469/3175 77% [================================================ ] 2470/3175 77% [================================================ ] 2471/3175 77% [================================================ ] 2472/3175 77% [================================================ ] 2473/3175 77% [================================================ ] 2474/3175 77% [================================================ ] 2475/3175 77% [================================================ ] 2476/3175 77% [================================================ ] 2477/3175 78% [================================================ ] 2478/3175 78% [================================================ ] 2479/3175 78% [================================================ ] 2480/3175 78% [================================================ ] 2481/3175 78% [================================================ ] 2482/3175 78% [================================================ ] 2483/3175 78% [================================================ ] 2484/3175 78% [================================================ ] 2485/3175 78% [================================================ ] 2486/3175 78% [================================================ ] 2487/3175 78% [================================================ ] 2488/3175 78% [================================================ ] 2489/3175 78% [================================================ ] 2490/3175 78% [================================================ ] 2491/3175 78% [================================================ ] 2492/3175 78% [================================================ ] 2493/3175 78% [================================================ ] 2494/3175 78% [================================================ ] 2495/3175 78% [================================================ ] 2496/3175 78% [================================================ ] 2497/3175 78% [================================================ ] 2498/3175 78% [================================================ ] 2499/3175 78% [================================================ ] 2500/3175 78% [================================================ ] 2501/3175 78% [================================================ ] 2502/3175 78% [================================================ ] 2503/3175 78% [================================================ ] 2504/3175 78% [================================================ ] 2505/3175 78% [================================================ ] 2506/3175 78% [================================================ ] 2507/3175 78% [================================================ ] 2508/3175 78% [================================================ ] 2509/3175 79% [================================================= ] 2510/3175 79% [================================================= ] 2511/3175 79% [================================================= ] 2512/3175 79% [================================================= ] 2513/3175 79% [================================================= ] 2514/3175 79% [================================================= ] 2515/3175 79% [================================================= ] 2516/3175 79% [================================================= ] 2517/3175 79% [================================================= ] 2518/3175 79% [================================================= ] 2519/3175 79% [================================================= ] 2520/3175 79% [================================================= ] 2521/3175 79% [================================================= ] 2522/3175 79% [================================================= ] 2523/3175 79% [================================================= ] 2524/3175 79% [================================================= ] 2525/3175 79% [================================================= ] 2526/3175 79% [================================================= ] 2527/3175 79% [================================================= ] 2528/3175 79% [================================================= ] 2529/3175 79% [================================================= ] 2530/3175 79% [================================================= ] 2531/3175 79% [================================================= ] 2532/3175 79% [================================================= ] 2533/3175 79% [================================================= ] 2534/3175 79% [================================================= ] 2535/3175 79% [================================================= ] 2536/3175 79% [================================================= ] 2537/3175 79% [================================================= ] 2538/3175 79% [================================================= ] 2539/3175 79% [================================================= ] 2540/3175 80% [================================================= ] 2541/3175 80% [================================================= ] 2542/3175 80% [================================================= ] 2543/3175 80% [================================================= ] 2544/3175 80% [================================================= ] 2545/3175 80% [================================================= ] 2546/3175 80% [================================================= ] 2547/3175 80% [================================================= ] 2548/3175 80% [================================================= ] 2549/3175 80% [================================================= ] 2550/3175 80% [================================================= ] 2551/3175 80% [================================================= ] 2552/3175 80% [================================================= ] 2553/3175 80% [================================================= ] 2554/3175 80% [================================================= ] 2555/3175 80% [================================================= ] 2556/3175 80% [================================================= ] 2557/3175 80% [================================================= ] 2558/3175 80% [================================================= ] 2559/3175 80% [================================================= ] 2560/3175 80% [================================================== ] 2561/3175 80% [================================================== ] 2562/3175 80% [================================================== ] 2563/3175 80% [================================================== ] 2564/3175 80% [================================================== ] 2565/3175 80% [================================================== ] 2566/3175 80% [================================================== ] 2567/3175 80% [================================================== ] 2568/3175 80% [================================================== ] 2569/3175 80% [================================================== ] 2570/3175 80% [================================================== ] 2571/3175 80% [================================================== ] 2572/3175 81% [================================================== ] 2573/3175 81% [================================================== ] 2574/3175 81% [================================================== ] 2575/3175 81% [================================================== ] 2576/3175 81% [================================================== ] 2577/3175 81% [================================================== ] 2578/3175 81% [================================================== ] 2579/3175 81% [================================================== ] 2580/3175 81% [================================================== ] 2581/3175 81% [================================================== ] 2582/3175 81% [================================================== ] 2583/3175 81% [================================================== ] 2584/3175 81% [================================================== ] 2585/3175 81% [================================================== ] 2586/3175 81% [================================================== ] 2587/3175 81% [================================================== ] 2588/3175 81% [================================================== ] 2589/3175 81% [================================================== ] 2590/3175 81% [================================================== ] 2591/3175 81% [================================================== ] 2592/3175 81% [================================================== ] 2593/3175 81% [================================================== ] 2594/3175 81% [================================================== ] 2595/3175 81% [================================================== ] 2596/3175 81% [================================================== ] 2597/3175 81% [================================================== ] 2598/3175 81% [================================================== ] 2599/3175 81% [================================================== ] 2600/3175 81% [================================================== ] 2601/3175 81% [================================================== ] 2602/3175 81% [================================================== ] 2603/3175 81% [================================================== ] 2604/3175 82% [================================================== ] 2605/3175 82% [================================================== ] 2606/3175 82% [================================================== ] 2607/3175 82% [================================================== ] 2608/3175 82% [================================================== ] 2609/3175 82% [================================================== ] 2610/3175 82% [================================================== ] 2611/3175 82% [=================================================== ] 2612/3175 82% [=================================================== ] 2613/3175 82% [=================================================== ] 2614/3175 82% [=================================================== ] 2615/3175 82% [=================================================== ] 2616/3175 82% [=================================================== ] 2617/3175 82% [=================================================== ] 2618/3175 82% [=================================================== ] 2619/3175 82% [=================================================== ] 2620/3175 82% [=================================================== ] 2621/3175 82% [=================================================== ] 2622/3175 82% [=================================================== ] 2623/3175 82% [=================================================== ] 2624/3175 82% [=================================================== ] 2625/3175 82% [=================================================== ] 2626/3175 82% [=================================================== ] 2627/3175 82% [=================================================== ] 2628/3175 82% [=================================================== ] 2629/3175 82% [=================================================== ] 2630/3175 82% [=================================================== ] 2631/3175 82% [=================================================== ] 2632/3175 82% [=================================================== ] 2633/3175 82% [=================================================== ] 2634/3175 82% [=================================================== ] 2635/3175 82% [=================================================== ] 2636/3175 83% [=================================================== ] 2637/3175 83% [=================================================== ] 2638/3175 83% [=================================================== ] 2639/3175 83% [=================================================== ] 2640/3175 83% [=================================================== ] 2641/3175 83% [=================================================== ] 2642/3175 83% [=================================================== ] 2643/3175 83% [=================================================== ] 2644/3175 83% [=================================================== ] 2645/3175 83% [=================================================== ] 2646/3175 83% [=================================================== ] 2647/3175 83% [=================================================== ] 2648/3175 83% [=================================================== ] 2649/3175 83% [=================================================== ] 2650/3175 83% [=================================================== ] 2651/3175 83% [=================================================== ] 2652/3175 83% [=================================================== ] 2653/3175 83% [=================================================== ] 2654/3175 83% [=================================================== ] 2655/3175 83% [=================================================== ] 2656/3175 83% [=================================================== ] 2657/3175 83% [=================================================== ] 2658/3175 83% [=================================================== ] 2659/3175 83% [=================================================== ] 2660/3175 83% [=================================================== ] 2661/3175 83% [=================================================== ] 2662/3175 83% [==================================================== ] 2663/3175 83% [==================================================== ] 2664/3175 83% [==================================================== ] 2665/3175 83% [==================================================== ] 2666/3175 83% [==================================================== ] 2667/3175 84% [==================================================== ] 2668/3175 84% [==================================================== ] 2669/3175 84% [==================================================== ] 2670/3175 84% [==================================================== ] 2671/3175 84% [==================================================== ] 2672/3175 84% [==================================================== ] 2673/3175 84% [==================================================== ] 2674/3175 84% [==================================================== ] 2675/3175 84% [==================================================== ] 2676/3175 84% [==================================================== ] 2677/3175 84% [==================================================== ] 2678/3175 84% [==================================================== ] 2679/3175 84% [==================================================== ] 2680/3175 84% [==================================================== ] 2681/3175 84% [==================================================== ] 2682/3175 84% [==================================================== ] 2683/3175 84% [==================================================== ] 2684/3175 84% [==================================================== ] 2685/3175 84% [==================================================== ] 2686/3175 84% [==================================================== ] 2687/3175 84% [==================================================== ] 2688/3175 84% [==================================================== ] 2689/3175 84% [==================================================== ] 2690/3175 84% [==================================================== ] 2691/3175 84% [==================================================== ] 2692/3175 84% [==================================================== ] 2693/3175 84% [==================================================== ] 2694/3175 84% [==================================================== ] 2695/3175 84% [==================================================== ] 2696/3175 84% [==================================================== ] 2697/3175 84% [==================================================== ] 2698/3175 84% [==================================================== ] 2699/3175 85% [==================================================== ] 2700/3175 85% [==================================================== ] 2701/3175 85% [==================================================== ] 2702/3175 85% [==================================================== ] 2703/3175 85% [==================================================== ] 2704/3175 85% [==================================================== ] 2705/3175 85% [==================================================== ] 2706/3175 85% [==================================================== ] 2707/3175 85% [==================================================== ] 2708/3175 85% [==================================================== ] 2709/3175 85% [==================================================== ] 2710/3175 85% [==================================================== ] 2711/3175 85% [==================================================== ] 2712/3175 85% [==================================================== ] 2713/3175 85% [==================================================== ] 2714/3175 85% [===================================================== ] 2715/3175 85% [===================================================== ] 2716/3175 85% [===================================================== ] 2717/3175 85% [===================================================== ] 2718/3175 85% [===================================================== ] 2719/3175 85% [===================================================== ] 2720/3175 85% [===================================================== ] 2721/3175 85% [===================================================== ] 2722/3175 85% [===================================================== ] 2723/3175 85% [===================================================== ] 2724/3175 85% [===================================================== ] 2725/3175 85% [===================================================== ] 2726/3175 85% [===================================================== ] 2727/3175 85% [===================================================== ] 2728/3175 85% [===================================================== ] 2729/3175 85% [===================================================== ] 2730/3175 85% [===================================================== ] 2731/3175 86% [===================================================== ] 2732/3175 86% [===================================================== ] 2733/3175 86% [===================================================== ] 2734/3175 86% [===================================================== ] 2735/3175 86% [===================================================== ] 2736/3175 86% [===================================================== ] 2737/3175 86% [===================================================== ] 2738/3175 86% [===================================================== ] 2739/3175 86% [===================================================== ] 2740/3175 86% [===================================================== ] 2741/3175 86% [===================================================== ] 2742/3175 86% [===================================================== ] 2743/3175 86% [===================================================== ] 2744/3175 86% [===================================================== ] 2745/3175 86% [===================================================== ] 2746/3175 86% [===================================================== ] 2747/3175 86% [===================================================== ] 2748/3175 86% [===================================================== ] 2749/3175 86% [===================================================== ] 2750/3175 86% [===================================================== ] 2751/3175 86% [===================================================== ] 2752/3175 86% [===================================================== ] 2753/3175 86% [===================================================== ] 2754/3175 86% [===================================================== ] 2755/3175 86% [===================================================== ] 2756/3175 86% [===================================================== ] 2757/3175 86% [===================================================== ] 2758/3175 86% [===================================================== ] 2759/3175 86% [===================================================== ] 2760/3175 86% [===================================================== ] 2761/3175 86% [===================================================== ] 2762/3175 86% [===================================================== ] 2763/3175 87% [===================================================== ] 2764/3175 87% [===================================================== ] 2765/3175 87% [====================================================== ] 2766/3175 87% [====================================================== ] 2767/3175 87% [====================================================== ] 2768/3175 87% [====================================================== ] 2769/3175 87% [====================================================== ] 2770/3175 87% [====================================================== ] 2771/3175 87% [====================================================== ] 2772/3175 87% [====================================================== ] 2773/3175 87% [====================================================== ] 2774/3175 87% [====================================================== ] 2775/3175 87% [====================================================== ] 2776/3175 87% [====================================================== ] 2777/3175 87% [====================================================== ] 2778/3175 87% [====================================================== ] 2779/3175 87% [====================================================== ] 2780/3175 87% [====================================================== ] 2781/3175 87% [====================================================== ] 2782/3175 87% [====================================================== ] 2783/3175 87% [====================================================== ] 2784/3175 87% [====================================================== ] 2785/3175 87% [====================================================== ] 2786/3175 87% [====================================================== ] 2787/3175 87% [====================================================== ] 2788/3175 87% [====================================================== ] 2789/3175 87% [====================================================== ] 2790/3175 87% [====================================================== ] 2791/3175 87% [====================================================== ] 2792/3175 87% [====================================================== ] 2793/3175 87% [====================================================== ] 2794/3175 88% [====================================================== ] 2795/3175 88% [====================================================== ] 2796/3175 88% [====================================================== ] 2797/3175 88% [====================================================== ] 2798/3175 88% [====================================================== ] 2799/3175 88% [====================================================== ] 2800/3175 88% [====================================================== ] 2801/3175 88% [====================================================== ] 2802/3175 88% [====================================================== ] 2803/3175 88% [====================================================== ] 2804/3175 88% [====================================================== ] 2805/3175 88% [====================================================== ] 2806/3175 88% [====================================================== ] 2807/3175 88% [====================================================== ] 2808/3175 88% [====================================================== ] 2809/3175 88% [====================================================== ] 2810/3175 88% [====================================================== ] 2811/3175 88% [====================================================== ] 2812/3175 88% [====================================================== ] 2813/3175 88% [====================================================== ] 2814/3175 88% [====================================================== ] 2815/3175 88% [====================================================== ] 2816/3175 88% [======================================================= ] 2817/3175 88% [======================================================= ] 2818/3175 88% [======================================================= ] 2819/3175 88% [======================================================= ] 2820/3175 88% [======================================================= ] 2821/3175 88% [======================================================= ] 2822/3175 88% [======================================================= ] 2823/3175 88% [======================================================= ] 2824/3175 88% [======================================================= ] 2825/3175 88% [======================================================= ] 2826/3175 89% [======================================================= ] 2827/3175 89% [======================================================= ] 2828/3175 89% [======================================================= ] 2829/3175 89% [======================================================= ] 2830/3175 89% [======================================================= ] 2831/3175 89% [======================================================= ] 2832/3175 89% [======================================================= ] 2833/3175 89% [======================================================= ] 2834/3175 89% [======================================================= ] 2835/3175 89% [======================================================= ] 2836/3175 89% [======================================================= ] 2837/3175 89% [======================================================= ] 2838/3175 89% [======================================================= ] 2839/3175 89% [======================================================= ] 2840/3175 89% [======================================================= ] 2841/3175 89% [======================================================= ] 2842/3175 89% [======================================================= ] 2843/3175 89% [======================================================= ] 2844/3175 89% [======================================================= ] 2845/3175 89% [======================================================= ] 2846/3175 89% [======================================================= ] 2847/3175 89% [======================================================= ] 2848/3175 89% [======================================================= ] 2849/3175 89% [======================================================= ] 2850/3175 89% [======================================================= ] 2851/3175 89% [======================================================= ] 2852/3175 89% [======================================================= ] 2853/3175 89% [======================================================= ] 2854/3175 89% [======================================================= ] 2855/3175 89% [======================================================= ] 2856/3175 89% [======================================================= ] 2857/3175 89% [======================================================= ] 2858/3175 90% [======================================================= ] 2859/3175 90% [======================================================= ] 2860/3175 90% [======================================================= ] 2861/3175 90% [======================================================= ] 2862/3175 90% [======================================================= ] 2863/3175 90% [======================================================= ] 2864/3175 90% [======================================================= ] 2865/3175 90% [======================================================= ] 2866/3175 90% [======================================================= ] 2867/3175 90% [======================================================== ] 2868/3175 90% [======================================================== ] 2869/3175 90% [======================================================== ] 2870/3175 90% [======================================================== ] 2871/3175 90% [======================================================== ] 2872/3175 90% [======================================================== ] 2873/3175 90% [======================================================== ] 2874/3175 90% [======================================================== ] 2875/3175 90% [======================================================== ] 2876/3175 90% [======================================================== ] 2877/3175 90% [======================================================== ] 2878/3175 90% [======================================================== ] 2879/3175 90% [======================================================== ] 2880/3175 90% [======================================================== ] 2881/3175 90% [======================================================== ] 2882/3175 90% [======================================================== ] 2883/3175 90% [======================================================== ] 2884/3175 90% [======================================================== ] 2885/3175 90% [======================================================== ] 2886/3175 90% [======================================================== ] 2887/3175 90% [======================================================== ] 2888/3175 90% [======================================================== ] 2889/3175 90% [======================================================== ] 2890/3175 91% [======================================================== ] 2891/3175 91% [======================================================== ] 2892/3175 91% [======================================================== ] 2893/3175 91% [======================================================== ] 2894/3175 91% [======================================================== ] 2895/3175 91% [======================================================== ] 2896/3175 91% [======================================================== ] 2897/3175 91% [======================================================== ] 2898/3175 91% [======================================================== ] 2899/3175 91% [======================================================== ] 2900/3175 91% [======================================================== ] 2901/3175 91% [======================================================== ] 2902/3175 91% [======================================================== ] 2903/3175 91% [======================================================== ] 2904/3175 91% [======================================================== ] 2905/3175 91% [======================================================== ] 2906/3175 91% [======================================================== ] 2907/3175 91% [======================================================== ] 2908/3175 91% [======================================================== ] 2909/3175 91% [======================================================== ] 2910/3175 91% [======================================================== ] 2911/3175 91% [======================================================== ] 2912/3175 91% [======================================================== ] 2913/3175 91% [======================================================== ] 2914/3175 91% [======================================================== ] 2915/3175 91% [======================================================== ] 2916/3175 91% [======================================================== ] 2917/3175 91% [======================================================== ] 2918/3175 91% [========================================================= ] 2919/3175 91% [========================================================= ] 2920/3175 91% [========================================================= ] 2921/3175 92% [========================================================= ] 2922/3175 92% [========================================================= ] 2923/3175 92% [========================================================= ] 2924/3175 92% [========================================================= ] 2925/3175 92% [========================================================= ] 2926/3175 92% [========================================================= ] 2927/3175 92% [========================================================= ] 2928/3175 92% [========================================================= ] 2929/3175 92% [========================================================= ] 2930/3175 92% [========================================================= ] 2931/3175 92% [========================================================= ] 2932/3175 92% [========================================================= ] 2933/3175 92% [========================================================= ] 2934/3175 92% [========================================================= ] 2935/3175 92% [========================================================= ] 2936/3175 92% [========================================================= ] 2937/3175 92% [========================================================= ] 2938/3175 92% [========================================================= ] 2939/3175 92% [========================================================= ] 2940/3175 92% [========================================================= ] 2941/3175 92% [========================================================= ] 2942/3175 92% [========================================================= ] 2943/3175 92% [========================================================= ] 2944/3175 92% [========================================================= ] 2945/3175 92% [========================================================= ] 2946/3175 92% [========================================================= ] 2947/3175 92% [========================================================= ] 2948/3175 92% [========================================================= ] 2949/3175 92% [========================================================= ] 2950/3175 92% [========================================================= ] 2951/3175 92% [========================================================= ] 2952/3175 92% [========================================================= ] 2953/3175 93% [========================================================= ] 2954/3175 93% [========================================================= ] 2955/3175 93% [========================================================= ] 2956/3175 93% [========================================================= ] 2957/3175 93% [========================================================= ] 2958/3175 93% [========================================================= ] 2959/3175 93% [========================================================= ] 2960/3175 93% [========================================================= ] 2961/3175 93% [========================================================= ] 2962/3175 93% [========================================================= ] 2963/3175 93% [========================================================= ] 2964/3175 93% [========================================================= ] 2965/3175 93% [========================================================= ] 2966/3175 93% [========================================================= ] 2967/3175 93% [========================================================= ] 2968/3175 93% [========================================================= ] 2969/3175 93% [========================================================= ] 2970/3175 93% [========================================================== ] 2971/3175 93% [========================================================== ] 2972/3175 93% [========================================================== ] 2973/3175 93% [========================================================== ] 2974/3175 93% [========================================================== ] 2975/3175 93% [========================================================== ] 2976/3175 93% [========================================================== ] 2977/3175 93% [========================================================== ] 2978/3175 93% [========================================================== ] 2979/3175 93% [========================================================== ] 2980/3175 93% [========================================================== ] 2981/3175 93% [========================================================== ] 2982/3175 93% [========================================================== ] 2983/3175 93% [========================================================== ] 2984/3175 93% [========================================================== ] 2985/3175 94% [========================================================== ] 2986/3175 94% [========================================================== ] 2987/3175 94% [========================================================== ] 2988/3175 94% [========================================================== ] 2989/3175 94% [========================================================== ] 2990/3175 94% [========================================================== ] 2991/3175 94% [========================================================== ] 2992/3175 94% [========================================================== ] 2993/3175 94% [========================================================== ] 2994/3175 94% [========================================================== ] 2995/3175 94% [========================================================== ] 2996/3175 94% [========================================================== ] 2997/3175 94% [========================================================== ] 2998/3175 94% [========================================================== ] 2999/3175 94% [========================================================== ] 3000/3175 94% [========================================================== ] 3001/3175 94% [========================================================== ] 3002/3175 94% [========================================================== ] 3003/3175 94% [========================================================== ] 3004/3175 94% [========================================================== ] 3005/3175 94% [========================================================== ] 3006/3175 94% [========================================================== ] 3007/3175 94% [========================================================== ] 3008/3175 94% [========================================================== ] 3009/3175 94% [========================================================== ] 3010/3175 94% [========================================================== ] 3011/3175 94% [========================================================== ] 3012/3175 94% [========================================================== ] 3013/3175 94% [========================================================== ] 3014/3175 94% [========================================================== ] 3015/3175 94% [========================================================== ] 3016/3175 94% [========================================================== ] 3017/3175 95% [========================================================== ] 3018/3175 95% [========================================================== ] 3019/3175 95% [========================================================== ] 3020/3175 95% [========================================================== ] 3021/3175 95% [=========================================================== ] 3022/3175 95% [=========================================================== ] 3023/3175 95% [=========================================================== ] 3024/3175 95% [=========================================================== ] 3025/3175 95% [=========================================================== ] 3026/3175 95% [=========================================================== ] 3027/3175 95% [=========================================================== ] 3028/3175 95% [=========================================================== ] 3029/3175 95% [=========================================================== ] 3030/3175 95% [=========================================================== ] 3031/3175 95% [=========================================================== ] 3032/3175 95% [=========================================================== ] 3033/3175 95% [=========================================================== ] 3034/3175 95% [=========================================================== ] 3035/3175 95% [=========================================================== ] 3036/3175 95% [=========================================================== ] 3037/3175 95% [=========================================================== ] 3038/3175 95% [=========================================================== ] 3039/3175 95% [=========================================================== ] 3040/3175 95% [=========================================================== ] 3041/3175 95% [=========================================================== ] 3042/3175 95% [=========================================================== ] 3043/3175 95% [=========================================================== ] 3044/3175 95% [=========================================================== ] 3045/3175 95% [=========================================================== ] 3046/3175 95% [=========================================================== ] 3047/3175 95% [=========================================================== ] 3048/3175 96% [=========================================================== ] 3049/3175 96% [=========================================================== ] 3050/3175 96% [=========================================================== ] 3051/3175 96% [=========================================================== ] 3052/3175 96% [=========================================================== ] 3053/3175 96% [=========================================================== ] 3054/3175 96% [=========================================================== ] 3055/3175 96% [=========================================================== ] 3056/3175 96% [=========================================================== ] 3057/3175 96% [=========================================================== ] 3058/3175 96% [=========================================================== ] 3059/3175 96% [=========================================================== ] 3060/3175 96% [=========================================================== ] 3061/3175 96% [=========================================================== ] 3062/3175 96% [=========================================================== ] 3063/3175 96% [=========================================================== ] 3064/3175 96% [=========================================================== ] 3065/3175 96% [=========================================================== ] 3066/3175 96% [=========================================================== ] 3067/3175 96% [=========================================================== ] 3068/3175 96% [=========================================================== ] 3069/3175 96% [=========================================================== ] 3070/3175 96% [=========================================================== ] 3071/3175 96% [=========================================================== ] 3072/3175 96% [============================================================ ] 3073/3175 96% [============================================================ ] 3074/3175 96% [============================================================ ] 3075/3175 96% [============================================================ ] 3076/3175 96% [============================================================ ] 3077/3175 96% [============================================================ ] 3078/3175 96% [============================================================ ] 3079/3175 96% [============================================================ ] 3080/3175 97% [============================================================ ] 3081/3175 97% [============================================================ ] 3082/3175 97% [============================================================ ] 3083/3175 97% [============================================================ ] 3084/3175 97% [============================================================ ] 3085/3175 97% [============================================================ ] 3086/3175 97% [============================================================ ] 3087/3175 97% [============================================================ ] 3088/3175 97% [============================================================ ] 3089/3175 97% [============================================================ ] 3090/3175 97% [============================================================ ] 3091/3175 97% [============================================================ ] 3092/3175 97% [============================================================ ] 3093/3175 97% [============================================================ ] 3094/3175 97% [============================================================ ] 3095/3175 97% [============================================================ ] 3096/3175 97% [============================================================ ] 3097/3175 97% [============================================================ ] 3098/3175 97% [============================================================ ] 3099/3175 97% [============================================================ ] 3100/3175 97% [============================================================ ] 3101/3175 97% [============================================================ ] 3102/3175 97% [============================================================ ] 3103/3175 97% [============================================================ ] 3104/3175 97% [============================================================ ] 3105/3175 97% [============================================================ ] 3106/3175 97% [============================================================ ] 3107/3175 97% [============================================================ ] 3108/3175 97% [============================================================ ] 3109/3175 97% [============================================================ ] 3110/3175 97% [============================================================ ] 3111/3175 97% [============================================================ ] 3112/3175 98% [============================================================ ] 3113/3175 98% [============================================================ ] 3114/3175 98% [============================================================ ] 3115/3175 98% [============================================================ ] 3116/3175 98% [============================================================ ] 3117/3175 98% [============================================================ ] 3118/3175 98% [============================================================ ] 3119/3175 98% [============================================================ ] 3120/3175 98% [============================================================ ] 3121/3175 98% [============================================================ ] 3122/3175 98% [============================================================ ] 3123/3175 98% [============================================================= ] 3124/3175 98% [============================================================= ] 3125/3175 98% [============================================================= ] 3126/3175 98% [============================================================= ] 3127/3175 98% [============================================================= ] 3128/3175 98% [============================================================= ] 3129/3175 98% [============================================================= ] 3130/3175 98% [============================================================= ] 3131/3175 98% [============================================================= ] 3132/3175 98% [============================================================= ] 3133/3175 98% [============================================================= ] 3134/3175 98% [============================================================= ] 3135/3175 98% [============================================================= ] 3136/3175 98% [============================================================= ] 3137/3175 98% [============================================================= ] 3138/3175 98% [============================================================= ] 3139/3175 98% [============================================================= ] 3140/3175 98% [============================================================= ] 3141/3175 98% [============================================================= ] 3142/3175 98% [============================================================= ] 3143/3175 98% [============================================================= ] 3144/3175 99% [============================================================= ] 3145/3175 99% [============================================================= ] 3146/3175 99% [============================================================= ] 3147/3175 99% [============================================================= ] 3148/3175 99% [============================================================= ] 3149/3175 99% [============================================================= ] 3150/3175 99% [============================================================= ] 3151/3175 99% [============================================================= ] 3152/3175 99% [============================================================= ] 3153/3175 99% [============================================================= ] 3154/3175 99% [============================================================= ] 3155/3175 99% [============================================================= ] 3156/3175 99% [============================================================= ] 3157/3175 99% [============================================================= ] 3158/3175 99% [============================================================= ] 3159/3175 99% [============================================================= ] 3160/3175 99% [============================================================= ] 3161/3175 99% [============================================================= ] 3162/3175 99% [============================================================= ] 3163/3175 99% [============================================================= ] 3164/3175 99% [============================================================= ] 3165/3175 99% [============================================================= ] 3166/3175 99% [============================================================= ] 3167/3175 99% [============================================================= ] 3168/3175 99% [============================================================= ] 3169/3175 99% [============================================================= ] 3170/3175 99% [============================================================= ] 3171/3175 99% [============================================================= ] 3172/3175 99% [============================================================= ] 3173/3175 99% [============================================================= ] 3174/3175 99% [==============================================================] 3175/3175 100% operation complete, 3175 objects in 59859 NAND pages. ln -snf /home/autobuild/autobuild/instance-12/output-1/host/sh4a-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-12/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-12/buildroot' >>> Buildroot 2023.02-270-gb100440bff Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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 12.2.0 Collecting legal info >>> host-binutils 2.39 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 5.10.170 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-systemd Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> systemd 252.4 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT-0.txt: OK (sha256: 8a6fc0879cecc0b96bf4c08159b9d733bf0f15fcf32879aec98c4ffd05424554) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: da9b2c7b8cd10516fd2c4279b82496ea61787148f13e899c62fc8988c5fac34f) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> ell 0.56 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> grep 3.9 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> httping 2.5 Collecting legal info license.txt: OK (sha256: c5db2e5b9a692fcdf2bd370f1533529063fbcf8947a8f5ee9d4b050a14e0566d) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> igmpproxy 0.4 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> iputils 20221126 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iwd 2.3 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> lcms2 2.14 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> udev Collecting legal info >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> linuxptp 3.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mc 4.8.28 Collecting legal info COPYING: OK (sha256: 5576bbec76296e1c8e081f7037ebd01bdada388635f58d844a2f20d37bbe4284) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> netdata 1.33.1 Collecting legal info LICENSE: OK (sha256: 0e5fd9d833efe9b79f784d1903281554af82d1b4261af67d35455728e5572aa6) >>> 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) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> openssh 9.3p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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) >>> parted 3.5 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pinentry 1.2.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> sqlite 3.41.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> systemd-bootchart 233 Collecting legal info LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-systemd 252.4 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT-0.txt: OK (sha256: 8a6fc0879cecc0b96bf4c08159b9d733bf0f15fcf32879aec98c4ffd05424554) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: da9b2c7b8cd10516fd2c4279b82496ea61787148f13e899c62fc8988c5fac34f) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ulogd 2.0.8 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> vnstat 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> 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-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.170: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-12/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot'