if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi grep -qsE '^/bin/mksh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/mksh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi grep -qsE '^/bin/zsh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/zsh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-2/output-1/host/bin/xtensa-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-2/output-1/host/bin/xtensa-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-7719-g716b8c4e7b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' - - sudo -1 - - - -\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ubi mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/buildroot/autobuild/instance-2/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/buildroot/autobuild/instance-2/output-1/build/ubinize.cfg\n /home/buildroot/autobuild/instance-2/output-1/host/sbin/ubinize -o /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/buildroot/autobuild/instance-2/output-1/build/ubinize.cfg\n rm /home/buildroot/autobuild/instance-2/output-1/build/ubinize.cfg\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs"238952448 bytes (227.8 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3185 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/3185 0% [ ] 2/3185 0% [ ] 3/3185 0% [ ] 4/3185 0% [ ] 5/3185 0% [ ] 6/3185 0% [ ] 7/3185 0% [ ] 8/3185 0% [ ] 9/3185 0% [ ] 10/3185 0% [ ] 11/3185 0% [ ] 12/3185 0% [ ] 13/3185 0% [ ] 14/3185 0% [ ] 15/3185 0% [ ] 16/3185 0% [ ] 17/3185 0% [ ] 18/3185 0% [ ] 19/3185 0% [ ] 20/3185 0% [ ] 21/3185 0% [ ] 22/3185 0% [ ] 23/3185 0% [ ] 24/3185 0% [ ] 25/3185 0% [ ] 26/3185 0% [ ] 27/3185 0% [ ] 28/3185 0% [ ] 29/3185 0% [ ] 30/3185 0% [ ] 31/3185 0% [ ] 32/3185 1% [ ] 33/3185 1% [ ] 34/3185 1% [ ] 35/3185 1% [ ] 36/3185 1% [ ] 37/3185 1% [ ] 38/3185 1% [ ] 39/3185 1% [ ] 40/3185 1% [ ] 41/3185 1% [ ] 42/3185 1% [ ] 43/3185 1% [ ] 44/3185 1% [ ] 45/3185 1% [ ] 46/3185 1% [ ] 47/3185 1% [ ] 48/3185 1% [ ] 49/3185 1% [ ] 50/3185 1% [ ] 51/3185 1% [= ] 52/3185 1% [= ] 53/3185 1% [= ] 54/3185 1% [= ] 55/3185 1% [= ] 56/3185 1% [= ] 57/3185 1% [= ] 58/3185 1% [= ] 59/3185 1% [= ] 60/3185 1% [= ] 61/3185 1% [= ] 62/3185 1% [= ] 63/3185 1% [= ] 64/3185 2% [= ] 65/3185 2% [= ] 66/3185 2% [= ] 67/3185 2% [= ] 68/3185 2% [= ] 69/3185 2% [= ] 70/3185 2% [= ] 71/3185 2% [= ] 72/3185 2% [= ] 73/3185 2% [= ] 74/3185 2% [= ] 75/3185 2% [= ] 76/3185 2% [= ] 77/3185 2% [= ] 78/3185 2% [= ] 79/3185 2% [= ] 80/3185 2% [= ] 81/3185 2% [= ] 82/3185 2% [= ] 83/3185 2% [= ] 84/3185 2% [= ] 85/3185 2% [= ] 86/3185 2% [= ] 87/3185 2% [= ] 88/3185 2% [= ] 89/3185 2% [= ] 90/3185 2% [= ] 91/3185 2% [= ] 92/3185 2% [= ] 93/3185 2% [= ] 94/3185 2% [= ] 95/3185 2% [= ] 96/3185 3% [= ] 97/3185 3% [= ] 98/3185 3% [= ] 99/3185 3% [= ] 100/3185 3% [= ] 101/3185 3% [= ] 102/3185 3% [== ] 103/3185 3% [== ] 104/3185 3% [== ] 105/3185 3% [== ] 106/3185 3% [== ] 107/3185 3% [== ] 108/3185 3% [== ] 109/3185 3% [== ] 110/3185 3% [== ] 111/3185 3% [== ] 112/3185 3% [== ] 113/3185 3% [== ] 114/3185 3% [== ] 115/3185 3% [== ] 116/3185 3% [== ] 117/3185 3% [== ] 118/3185 3% [== ] 119/3185 3% [== ] 120/3185 3% [== ] 121/3185 3% [== ] 122/3185 3% [== ] 123/3185 3% [== ] 124/3185 3% [== ] 125/3185 3% [== ] 126/3185 3% [== ] 127/3185 3% [== ] 128/3185 4% [== ] 129/3185 4% [== ] 130/3185 4% [== ] 131/3185 4% [== ] 132/3185 4% [== ] 133/3185 4% [== ] 134/3185 4% [== ] 135/3185 4% [== ] 136/3185 4% [== ] 137/3185 4% [== ] 138/3185 4% [== ] 139/3185 4% [== ] 140/3185 4% [== ] 141/3185 4% [== ] 142/3185 4% [== ] 143/3185 4% [== ] 144/3185 4% [== ] 145/3185 4% [== ] 146/3185 4% [== ] 147/3185 4% [== ] 148/3185 4% [== ] 149/3185 4% [== ] 150/3185 4% [== ] 151/3185 4% [== ] 152/3185 4% [== ] 153/3185 4% [== ] 154/3185 4% [=== ] 155/3185 4% [=== ] 156/3185 4% [=== ] 157/3185 4% [=== ] 158/3185 4% [=== ] 159/3185 4% [=== ] 160/3185 5% [=== ] 161/3185 5% [=== ] 162/3185 5% [=== ] 163/3185 5% [=== ] 164/3185 5% [=== ] 165/3185 5% [=== ] 166/3185 5% [=== ] 167/3185 5% [=== ] 168/3185 5% [=== ] 169/3185 5% [=== ] 170/3185 5% [=== ] 171/3185 5% [=== ] 172/3185 5% [=== ] 173/3185 5% [=== ] 174/3185 5% [=== ] 175/3185 5% [=== ] 176/3185 5% [=== ] 177/3185 5% [=== ] 178/3185 5% [=== ] 179/3185 5% [=== ] 180/3185 5% [=== ] 181/3185 5% [=== ] 182/3185 5% [=== ] 183/3185 5% [=== ] 184/3185 5% [=== ] 185/3185 5% [=== ] 186/3185 5% [=== ] 187/3185 5% [=== ] 188/3185 5% [=== ] 189/3185 5% [=== ] 190/3185 5% [=== ] 191/3185 5% [=== ] 192/3185 6% [=== ] 193/3185 6% [=== ] 194/3185 6% [=== ] 195/3185 6% [=== ] 196/3185 6% [=== ] 197/3185 6% [=== ] 198/3185 6% [=== ] 199/3185 6% [=== ] 200/3185 6% [=== ] 201/3185 6% [=== ] 202/3185 6% [=== ] 203/3185 6% [=== ] 204/3185 6% [=== ] 205/3185 6% [==== ] 206/3185 6% [==== ] 207/3185 6% [==== ] 208/3185 6% [==== ] 209/3185 6% [==== ] 210/3185 6% [==== ] 211/3185 6% [==== ] 212/3185 6% [==== ] 213/3185 6% [==== ] 214/3185 6% [==== ] 215/3185 6% [==== ] 216/3185 6% [==== ] 217/3185 6% [==== ] 218/3185 6% [==== ] 219/3185 6% [==== ] 220/3185 6% [==== ] 221/3185 6% [==== ] 222/3185 6% [==== ] 223/3185 7% [==== ] 224/3185 7% [==== ] 225/3185 7% [==== ] 226/3185 7% [==== ] 227/3185 7% [==== ] 228/3185 7% [==== ] 229/3185 7% [==== ] 230/3185 7% [==== ] 231/3185 7% [==== ] 232/3185 7% [==== ] 233/3185 7% [==== ] 234/3185 7% [==== ] 235/3185 7% [==== ] 236/3185 7% [==== ] 237/3185 7% [==== ] 238/3185 7% [==== ] 239/3185 7% [==== ] 240/3185 7% [==== ] 241/3185 7% [==== ] 242/3185 7% [==== ] 243/3185 7% [==== ] 244/3185 7% [==== ] 245/3185 7% [==== ] 246/3185 7% [==== ] 247/3185 7% [==== ] 248/3185 7% [==== ] 249/3185 7% [==== ] 250/3185 7% [==== ] 251/3185 7% [==== ] 252/3185 7% [==== ] 253/3185 7% [==== ] 254/3185 7% [==== ] 255/3185 8% [==== ] 256/3185 8% [===== ] 257/3185 8% [===== ] 258/3185 8% [===== ] 259/3185 8% [===== ] 260/3185 8% [===== ] 261/3185 8% [===== ] 262/3185 8% [===== ] 263/3185 8% [===== ] 264/3185 8% [===== ] 265/3185 8% [===== ] 266/3185 8% [===== ] 267/3185 8% [===== ] 268/3185 8% [===== ] 269/3185 8% [===== ] 270/3185 8% [===== ] 271/3185 8% [===== ] 272/3185 8% [===== ] 273/3185 8% [===== ] 274/3185 8% [===== ] 275/3185 8% [===== ] 276/3185 8% [===== ] 277/3185 8% [===== ] 278/3185 8% [===== ] 279/3185 8% [===== ] 280/3185 8% [===== ] 281/3185 8% [===== ] 282/3185 8% [===== ] 283/3185 8% [===== ] 284/3185 8% [===== ] 285/3185 8% [===== ] 286/3185 8% [===== ] 287/3185 9% [===== ] 288/3185 9% [===== ] 289/3185 9% [===== ] 290/3185 9% [===== ] 291/3185 9% [===== ] 292/3185 9% [===== ] 293/3185 9% [===== ] 294/3185 9% [===== ] 295/3185 9% [===== ] 296/3185 9% [===== ] 297/3185 9% [===== ] 298/3185 9% [===== ] 299/3185 9% [===== ] 300/3185 9% [===== ] 301/3185 9% [===== ] 302/3185 9% [===== ] 303/3185 9% [===== ] 304/3185 9% [===== ] 305/3185 9% [===== ] 306/3185 9% [===== ] 307/3185 9% [===== ] 308/3185 9% [====== ] 309/3185 9% [====== ] 310/3185 9% [====== ] 311/3185 9% [====== ] 312/3185 9% [====== ] 313/3185 9% [====== ] 314/3185 9% [====== ] 315/3185 9% [====== ] 316/3185 9% [====== ] 317/3185 9% [====== ] 318/3185 9% [====== ] 319/3185 10% [====== ] 320/3185 10% [====== ] 321/3185 10% [====== ] 322/3185 10% [====== ] 323/3185 10% [====== ] 324/3185 10% [====== ] 325/3185 10% [====== ] 326/3185 10% [====== ] 327/3185 10% [====== ] 328/3185 10% [====== ] 329/3185 10% [====== ] 330/3185 10% [====== ] 331/3185 10% [====== ] 332/3185 10% [====== ] 333/3185 10% [====== ] 334/3185 10% [====== ] 335/3185 10% [====== ] 336/3185 10% [====== ] 337/3185 10% [====== ] 338/3185 10% [====== ] 339/3185 10% [====== ] 340/3185 10% [====== ] 341/3185 10% [====== ] 342/3185 10% [====== ] 343/3185 10% [====== ] 344/3185 10% [====== ] 345/3185 10% [====== ] 346/3185 10% [====== ] 347/3185 10% [====== ] 348/3185 10% [====== ] 349/3185 10% [====== ] 350/3185 10% [====== ] 351/3185 11% [====== ] 352/3185 11% [====== ] 353/3185 11% [====== ] 354/3185 11% [====== ] 355/3185 11% [====== ] 356/3185 11% [====== ] 357/3185 11% [====== ] 358/3185 11% [====== ] 359/3185 11% [======= ] 360/3185 11% [======= ] 361/3185 11% [======= ] 362/3185 11% [======= ] 363/3185 11% [======= ] 364/3185 11% [======= ] 365/3185 11% [======= ] 366/3185 11% [======= ] 367/3185 11% [======= ] 368/3185 11% [======= ] 369/3185 11% [======= ] 370/3185 11% [======= ] 371/3185 11% [======= ] 372/3185 11% [======= ] 373/3185 11% [======= ] 374/3185 11% [======= ] 375/3185 11% [======= ] 376/3185 11% [======= ] 377/3185 11% [======= ] 378/3185 11% [======= ] 379/3185 11% [======= ] 380/3185 11% [======= ] 381/3185 11% [======= ] 382/3185 11% [======= ] 383/3185 12% [======= ] 384/3185 12% [======= ] 385/3185 12% [======= ] 386/3185 12% [======= ] 387/3185 12% [======= ] 388/3185 12% [======= ] 389/3185 12% [======= ] 390/3185 12% [======= ] 391/3185 12% [======= ] 392/3185 12% [======= ] 393/3185 12% [======= ] 394/3185 12% [======= ] 395/3185 12% [======= ] 396/3185 12% [======= ] 397/3185 12% [======= ] 398/3185 12% [======= ] 399/3185 12% [======= ] 400/3185 12% [======= ] 401/3185 12% [======= ] 402/3185 12% [======= ] 403/3185 12% [======= ] 404/3185 12% [======= ] 405/3185 12% [======= ] 406/3185 12% [======= ] 407/3185 12% [======= ] 408/3185 12% [======= ] 409/3185 12% [======= ] 410/3185 12% [======== ] 411/3185 12% [======== ] 412/3185 12% [======== ] 413/3185 12% [======== ] 414/3185 12% [======== ] 415/3185 13% [======== ] 416/3185 13% [======== ] 417/3185 13% [======== ] 418/3185 13% [======== ] 419/3185 13% [======== ] 420/3185 13% [======== ] 421/3185 13% [======== ] 422/3185 13% [======== ] 423/3185 13% [======== ] 424/3185 13% [======== ] 425/3185 13% [======== ] 426/3185 13% [======== ] 427/3185 13% [======== ] 428/3185 13% [======== ] 429/3185 13% [======== ] 430/3185 13% [======== ] 431/3185 13% [======== ] 432/3185 13% [======== ] 433/3185 13% [======== ] 434/3185 13% [======== ] 435/3185 13% [======== ] 436/3185 13% [======== ] 437/3185 13% [======== ] 438/3185 13% [======== ] 439/3185 13% [======== ] 440/3185 13% [======== ] 441/3185 13% [======== ] 442/3185 13% [======== ] 443/3185 13% [======== ] 444/3185 13% [======== ] 445/3185 13% [======== ] 446/3185 14% [======== ] 447/3185 14% [======== ] 448/3185 14% [======== ] 449/3185 14% [======== ] 450/3185 14% [======== ] 451/3185 14% [======== ] 452/3185 14% [======== ] 453/3185 14% [======== ] 454/3185 14% [======== ] 455/3185 14% [======== ] 456/3185 14% [======== ] 457/3185 14% [======== ] 458/3185 14% [======== ] 459/3185 14% [======== ] 460/3185 14% [======== ] 461/3185 14% [======== ] 462/3185 14% [========= ] 463/3185 14% [========= ] 464/3185 14% [========= ] 465/3185 14% [========= ] 466/3185 14% [========= ] 467/3185 14% [========= ] 468/3185 14% [========= ] 469/3185 14% [========= ] 470/3185 14% [========= ] 471/3185 14% [========= ] 472/3185 14% [========= ] 473/3185 14% [========= ] 474/3185 14% [========= ] 475/3185 14% [========= ] 476/3185 14% [========= ] 477/3185 14% [========= ] 478/3185 15% [========= ] 479/3185 15% [========= ] 480/3185 15% [========= ] 481/3185 15% [========= ] 482/3185 15% [========= ] 483/3185 15% [========= ] 484/3185 15% [========= ] 485/3185 15% [========= ] 486/3185 15% [========= ] 487/3185 15% [========= ] 488/3185 15% [========= ] 489/3185 15% [========= ] 490/3185 15% [========= ] 491/3185 15% [========= ] 492/3185 15% [========= ] 493/3185 15% [========= ] 494/3185 15% [========= ] 495/3185 15% [========= ] 496/3185 15% [========= ] 497/3185 15% [========= ] 498/3185 15% [========= ] 499/3185 15% [========= ] 500/3185 15% [========= ] 501/3185 15% [========= ] 502/3185 15% [========= ] 503/3185 15% [========= ] 504/3185 15% [========= ] 505/3185 15% [========= ] 506/3185 15% [========= ] 507/3185 15% [========= ] 508/3185 15% [========= ] 509/3185 15% [========= ] 510/3185 16% [========= ] 511/3185 16% [========= ] 512/3185 16% [========= ] 513/3185 16% [========== ] 514/3185 16% [========== ] 515/3185 16% [========== ] 516/3185 16% [========== ] 517/3185 16% [========== ] 518/3185 16% [========== ] 519/3185 16% [========== ] 520/3185 16% [========== ] 521/3185 16% [========== ] 522/3185 16% [========== ] 523/3185 16% [========== ] 524/3185 16% [========== ] 525/3185 16% [========== ] 526/3185 16% [========== ] 527/3185 16% [========== ] 528/3185 16% [========== ] 529/3185 16% [========== ] 530/3185 16% [========== ] 531/3185 16% [========== ] 532/3185 16% [========== ] 533/3185 16% [========== ] 534/3185 16% [========== ] 535/3185 16% [========== ] 536/3185 16% [========== ] 537/3185 16% [========== ] 538/3185 16% [========== ] 539/3185 16% [========== ] 540/3185 16% [========== ] 541/3185 16% [========== ] 542/3185 17% [========== ] 543/3185 17% [========== ] 544/3185 17% [========== ] 545/3185 17% [========== ] 546/3185 17% [========== ] 547/3185 17% [========== ] 548/3185 17% [========== ] 549/3185 17% [========== ] 550/3185 17% [========== ] 551/3185 17% [========== ] 552/3185 17% [========== ] 553/3185 17% [========== ] 554/3185 17% [========== ] 555/3185 17% [========== ] 556/3185 17% [========== ] 557/3185 17% [========== ] 558/3185 17% [========== ] 559/3185 17% [========== ] 560/3185 17% [========== ] 561/3185 17% [========== ] 562/3185 17% [========== ] 563/3185 17% [========== ] 564/3185 17% [========== ] 565/3185 17% [=========== ] 566/3185 17% [=========== ] 567/3185 17% [=========== ] 568/3185 17% [=========== ] 569/3185 17% [=========== ] 570/3185 17% [=========== ] 571/3185 17% [=========== ] 572/3185 17% [=========== ] 573/3185 17% [=========== ] 574/3185 18% [=========== ] 575/3185 18% [=========== ] 576/3185 18% [=========== ] 577/3185 18% [=========== ] 578/3185 18% [=========== ] 579/3185 18% [=========== ] 580/3185 18% [=========== ] 581/3185 18% [=========== ] 582/3185 18% [=========== ] 583/3185 18% [=========== ] 584/3185 18% [=========== ] 585/3185 18% [=========== ] 586/3185 18% [=========== ] 587/3185 18% [=========== ] 588/3185 18% [=========== ] 589/3185 18% [=========== ] 590/3185 18% [=========== ] 591/3185 18% [=========== ] 592/3185 18% [=========== ] 593/3185 18% [=========== ] 594/3185 18% [=========== ] 595/3185 18% [=========== ] 596/3185 18% [=========== ] 597/3185 18% [=========== ] 598/3185 18% [=========== ] 599/3185 18% [=========== ] 600/3185 18% [=========== ] 601/3185 18% [=========== ] 602/3185 18% [=========== ] 603/3185 18% [=========== ] 604/3185 18% [=========== ] 605/3185 18% [=========== ] 606/3185 19% [=========== ] 607/3185 19% [=========== ] 608/3185 19% [=========== ] 609/3185 19% [=========== ] 610/3185 19% [=========== ] 611/3185 19% [=========== ] 612/3185 19% [=========== ] 613/3185 19% [=========== ] 614/3185 19% [=========== ] 615/3185 19% [=========== ] 616/3185 19% [============ ] 617/3185 19% [============ ] 618/3185 19% [============ ] 619/3185 19% [============ ] 620/3185 19% [============ ] 621/3185 19% [============ ] 622/3185 19% [============ ] 623/3185 19% [============ ] 624/3185 19% [============ ] 625/3185 19% [============ ] 626/3185 19% [============ ] 627/3185 19% [============ ] 628/3185 19% [============ ] 629/3185 19% [============ ] 630/3185 19% [============ ] 631/3185 19% [============ ] 632/3185 19% [============ ] 633/3185 19% [============ ] 634/3185 19% [============ ] 635/3185 19% [============ ] 636/3185 19% [============ ] 637/3185 20% [============ ] 638/3185 20% [============ ] 639/3185 20% [============ ] 640/3185 20% [============ ] 641/3185 20% [============ ] 642/3185 20% [============ ] 643/3185 20% [============ ] 644/3185 20% [============ ] 645/3185 20% [============ ] 646/3185 20% [============ ] 647/3185 20% [============ ] 648/3185 20% [============ ] 649/3185 20% [============ ] 650/3185 20% [============ ] 651/3185 20% [============ ] 652/3185 20% [============ ] 653/3185 20% [============ ] 654/3185 20% [============ ] 655/3185 20% [============ ] 656/3185 20% [============ ] 657/3185 20% [============ ] 658/3185 20% [============ ] 659/3185 20% [============ ] 660/3185 20% [============ ] 661/3185 20% [============ ] 662/3185 20% [============ ] 663/3185 20% [============ ] 664/3185 20% [============ ] 665/3185 20% [============ ] 666/3185 20% [============ ] 667/3185 20% [============= ] 668/3185 20% [============= ] 669/3185 21% [============= ] 670/3185 21% [============= ] 671/3185 21% [============= ] 672/3185 21% [============= ] 673/3185 21% [============= ] 674/3185 21% [============= ] 675/3185 21% [============= ] 676/3185 21% [============= ] 677/3185 21% [============= ] 678/3185 21% [============= ] 679/3185 21% [============= ] 680/3185 21% [============= ] 681/3185 21% [============= ] 682/3185 21% [============= ] 683/3185 21% [============= ] 684/3185 21% [============= ] 685/3185 21% [============= ] 686/3185 21% [============= ] 687/3185 21% [============= ] 688/3185 21% [============= ] 689/3185 21% [============= ] 690/3185 21% [============= ] 691/3185 21% [============= ] 692/3185 21% [============= ] 693/3185 21% [============= ] 694/3185 21% [============= ] 695/3185 21% [============= ] 696/3185 21% [============= ] 697/3185 21% [============= ] 698/3185 21% [============= ] 699/3185 21% [============= ] 700/3185 21% [============= ] 701/3185 22% [============= ] 702/3185 22% [============= ] 703/3185 22% [============= ] 704/3185 22% [============= ] 705/3185 22% [============= ] 706/3185 22% [============= ] 707/3185 22% [============= ] 708/3185 22% [============= ] 709/3185 22% [============= ] 710/3185 22% [============= ] 711/3185 22% [============= ] 712/3185 22% [============= ] 713/3185 22% [============= ] 714/3185 22% [============= ] 715/3185 22% [============= ] 716/3185 22% [============= ] 717/3185 22% [============= ] 718/3185 22% [============= ] 719/3185 22% [============== ] 720/3185 22% [============== ] 721/3185 22% [============== ] 722/3185 22% [============== ] 723/3185 22% [============== ] 724/3185 22% [============== ] 725/3185 22% [============== ] 726/3185 22% [============== ] 727/3185 22% [============== ] 728/3185 22% [============== ] 729/3185 22% [============== ] 730/3185 22% [============== ] 731/3185 22% [============== ] 732/3185 22% [============== ] 733/3185 23% [============== ] 734/3185 23% [============== ] 735/3185 23% [============== ] 736/3185 23% [============== ] 737/3185 23% [============== ] 738/3185 23% [============== ] 739/3185 23% [============== ] 740/3185 23% [============== ] 741/3185 23% [============== ] 742/3185 23% [============== ] 743/3185 23% [============== ] 744/3185 23% [============== ] 745/3185 23% [============== ] 746/3185 23% [============== ] 747/3185 23% [============== ] 748/3185 23% [============== ] 749/3185 23% [============== ] 750/3185 23% [============== ] 751/3185 23% [============== ] 752/3185 23% [============== ] 753/3185 23% [============== ] 754/3185 23% [============== ] 755/3185 23% [============== ] 756/3185 23% [============== ] 757/3185 23% [============== ] 758/3185 23% [============== ] 759/3185 23% [============== ] 760/3185 23% [============== ] 761/3185 23% [============== ] 762/3185 23% [============== ] 763/3185 23% [============== ] 764/3185 23% [============== ] 765/3185 24% [============== ] 766/3185 24% [============== ] 767/3185 24% [============== ] 768/3185 24% [============== ] 769/3185 24% [============== ] 770/3185 24% [=============== ] 771/3185 24% [=============== ] 772/3185 24% [=============== ] 773/3185 24% [=============== ] 774/3185 24% [=============== ] 775/3185 24% [=============== ] 776/3185 24% [=============== ] 777/3185 24% [=============== ] 778/3185 24% [=============== ] 779/3185 24% [=============== ] 780/3185 24% [=============== ] 781/3185 24% [=============== ] 782/3185 24% [=============== ] 783/3185 24% [=============== ] 784/3185 24% [=============== ] 785/3185 24% [=============== ] 786/3185 24% [=============== ] 787/3185 24% [=============== ] 788/3185 24% [=============== ] 789/3185 24% [=============== ] 790/3185 24% [=============== ] 791/3185 24% [=============== ] 792/3185 24% [=============== ] 793/3185 24% [=============== ] 794/3185 24% [=============== ] 795/3185 24% [=============== ] 796/3185 24% [=============== ] 797/3185 25% [=============== ] 798/3185 25% [=============== ] 799/3185 25% [=============== ] 800/3185 25% [=============== ] 801/3185 25% [=============== ] 802/3185 25% [=============== ] 803/3185 25% [=============== ] 804/3185 25% [=============== ] 805/3185 25% [=============== ] 806/3185 25% [=============== ] 807/3185 25% [=============== ] 808/3185 25% [=============== ] 809/3185 25% [=============== ] 810/3185 25% [=============== ] 811/3185 25% [=============== ] 812/3185 25% [=============== ] 813/3185 25% [=============== ] 814/3185 25% [=============== ] 815/3185 25% [=============== ] 816/3185 25% [=============== ] 817/3185 25% [=============== ] 818/3185 25% [=============== ] 819/3185 25% [=============== ] 820/3185 25% [=============== ] 821/3185 25% [================ ] 822/3185 25% [================ ] 823/3185 25% [================ ] 824/3185 25% [================ ] 825/3185 25% [================ ] 826/3185 25% [================ ] 827/3185 25% [================ ] 828/3185 25% [================ ] 829/3185 26% [================ ] 830/3185 26% [================ ] 831/3185 26% [================ ] 832/3185 26% [================ ] 833/3185 26% [================ ] 834/3185 26% [================ ] 835/3185 26% [================ ] 836/3185 26% [================ ] 837/3185 26% [================ ] 838/3185 26% [================ ] 839/3185 26% [================ ] 840/3185 26% [================ ] 841/3185 26% [================ ] 842/3185 26% [================ ] 843/3185 26% [================ ] 844/3185 26% [================ ] 845/3185 26% [================ ] 846/3185 26% [================ ] 847/3185 26% [================ ] 848/3185 26% [================ ] 849/3185 26% [================ ] 850/3185 26% [================ ] 851/3185 26% [================ ] 852/3185 26% [================ ] 853/3185 26% [================ ] 854/3185 26% [================ ] 855/3185 26% [================ ] 856/3185 26% [================ ] 857/3185 26% [================ ] 858/3185 26% [================ ] 859/3185 26% [================ ] 860/3185 27% [================ ] 861/3185 27% [================ ] 862/3185 27% [================ ] 863/3185 27% [================ ] 864/3185 27% [================ ] 865/3185 27% [================ ] 866/3185 27% [================ ] 867/3185 27% [================ ] 868/3185 27% [================ ] 869/3185 27% [================ ] 870/3185 27% [================ ] 871/3185 27% [================ ] 872/3185 27% [================ ] 873/3185 27% [================= ] 874/3185 27% [================= ] 875/3185 27% [================= ] 876/3185 27% [================= ] 877/3185 27% [================= ] 878/3185 27% [================= ] 879/3185 27% [================= ] 880/3185 27% [================= ] 881/3185 27% [================= ] 882/3185 27% [================= ] 883/3185 27% [================= ] 884/3185 27% [================= ] 885/3185 27% [================= ] 886/3185 27% [================= ] 887/3185 27% [================= ] 888/3185 27% [================= ] 889/3185 27% [================= ] 890/3185 27% [================= ] 891/3185 27% [================= ] 892/3185 28% [================= ] 893/3185 28% [================= ] 894/3185 28% [================= ] 895/3185 28% [================= ] 896/3185 28% [================= ] 897/3185 28% [================= ] 898/3185 28% [================= ] 899/3185 28% [================= ] 900/3185 28% [================= ] 901/3185 28% [================= ] 902/3185 28% [================= ] 903/3185 28% [================= ] 904/3185 28% [================= ] 905/3185 28% [================= ] 906/3185 28% [================= ] 907/3185 28% [================= ] 908/3185 28% [================= ] 909/3185 28% [================= ] 910/3185 28% [================= ] 911/3185 28% [================= ] 912/3185 28% [================= ] 913/3185 28% [================= ] 914/3185 28% [================= ] 915/3185 28% [================= ] 916/3185 28% [================= ] 917/3185 28% [================= ] 918/3185 28% [================= ] 919/3185 28% [================= ] 920/3185 28% [================= ] 921/3185 28% [================= ] 922/3185 28% [================= ] 923/3185 28% [================= ] 924/3185 29% [================== ] 925/3185 29% [================== ] 926/3185 29% [================== ] 927/3185 29% [================== ] 928/3185 29% [================== ] 929/3185 29% [================== ] 930/3185 29% [================== ] 931/3185 29% [================== ] 932/3185 29% [================== ] 933/3185 29% [================== ] 934/3185 29% [================== ] 935/3185 29% [================== ] 936/3185 29% [================== ] 937/3185 29% [================== ] 938/3185 29% [================== ] 939/3185 29% [================== ] 940/3185 29% [================== ] 941/3185 29% [================== ] 942/3185 29% [================== ] 943/3185 29% [================== ] 944/3185 29% [================== ] 945/3185 29% [================== ] 946/3185 29% [================== ] 947/3185 29% [================== ] 948/3185 29% [================== ] 949/3185 29% [================== ] 950/3185 29% [================== ] 951/3185 29% [================== ] 952/3185 29% [================== ] 953/3185 29% [================== ] 954/3185 29% [================== ] 955/3185 29% [================== ] 956/3185 30% [================== ] 957/3185 30% [================== ] 958/3185 30% [================== ] 959/3185 30% [================== ] 960/3185 30% [================== ] 961/3185 30% [================== ] 962/3185 30% [================== ] 963/3185 30% [================== ] 964/3185 30% [================== ] 965/3185 30% [================== ] 966/3185 30% [================== ] 967/3185 30% [================== ] 968/3185 30% [================== ] 969/3185 30% [================== ] 970/3185 30% [================== ] 971/3185 30% [================== ] 972/3185 30% [================== ] 973/3185 30% [================== ] 974/3185 30% [================== ] 975/3185 30% [================== ] 976/3185 30% [=================== ] 977/3185 30% [=================== ] 978/3185 30% [=================== ] 979/3185 30% [=================== ] 980/3185 30% [=================== ] 981/3185 30% [=================== ] 982/3185 30% [=================== ] 983/3185 30% [=================== ] 984/3185 30% [=================== ] 985/3185 30% [=================== ] 986/3185 30% [=================== ] 987/3185 30% [=================== ] 988/3185 31% [=================== ] 989/3185 31% [=================== ] 990/3185 31% [=================== ] 991/3185 31% [=================== ] 992/3185 31% [=================== ] 993/3185 31% [=================== ] 994/3185 31% [=================== ] 995/3185 31% [=================== ] 996/3185 31% [=================== ] 997/3185 31% [=================== ] 998/3185 31% [=================== ] 999/3185 31% [=================== ] 1000/3185 31% [=================== ] 1001/3185 31% [=================== ] 1002/3185 31% [=================== ] 1003/3185 31% [=================== ] 1004/3185 31% [=================== ] 1005/3185 31% [=================== ] 1006/3185 31% [=================== ] 1007/3185 31% [=================== ] 1008/3185 31% [=================== ] 1009/3185 31% [=================== ] 1010/3185 31% [=================== ] 1011/3185 31% [=================== ] 1012/3185 31% [=================== ] 1013/3185 31% [=================== ] 1014/3185 31% [=================== ] 1015/3185 31% [=================== ] 1016/3185 31% [=================== ] 1017/3185 31% [=================== ] 1018/3185 31% [=================== ] 1019/3185 31% [=================== ] 1020/3185 32% [=================== ] 1021/3185 32% [=================== ] 1022/3185 32% [=================== ] 1023/3185 32% [=================== ] 1024/3185 32% [=================== ] 1025/3185 32% [=================== ] 1026/3185 32% [=================== ] 1027/3185 32% [==================== ] 1028/3185 32% [==================== ] 1029/3185 32% [==================== ] 1030/3185 32% [==================== ] 1031/3185 32% [==================== ] 1032/3185 32% [==================== ] 1033/3185 32% [==================== ] 1034/3185 32% [==================== ] 1035/3185 32% [==================== ] 1036/3185 32% [==================== ] 1037/3185 32% [==================== ] 1038/3185 32% [==================== ] 1039/3185 32% [==================== ] 1040/3185 32% [==================== ] 1041/3185 32% [==================== ] 1042/3185 32% [==================== ] 1043/3185 32% [==================== ] 1044/3185 32% [==================== ] 1045/3185 32% [==================== ] 1046/3185 32% [==================== ] 1047/3185 32% [==================== ] 1048/3185 32% [==================== ] 1049/3185 32% [==================== ] 1050/3185 32% [==================== ] 1051/3185 32% [==================== ] 1052/3185 33% [==================== ] 1053/3185 33% [==================== ] 1054/3185 33% [==================== ] 1055/3185 33% [==================== ] 1056/3185 33% [==================== ] 1057/3185 33% [==================== ] 1058/3185 33% [==================== ] 1059/3185 33% [==================== ] 1060/3185 33% [==================== ] 1061/3185 33% [==================== ] 1062/3185 33% [==================== ] 1063/3185 33% [==================== ] 1064/3185 33% [==================== ] 1065/3185 33% [==================== ] 1066/3185 33% [==================== ] 1067/3185 33% [==================== ] 1068/3185 33% [==================== ] 1069/3185 33% [==================== ] 1070/3185 33% [==================== ] 1071/3185 33% [==================== ] 1072/3185 33% [==================== ] 1073/3185 33% [==================== ] 1074/3185 33% [==================== ] 1075/3185 33% [==================== ] 1076/3185 33% [==================== ] 1077/3185 33% [==================== ] 1078/3185 33% [===================== ] 1079/3185 33% [===================== ] 1080/3185 33% [===================== ] 1081/3185 33% [===================== ] 1082/3185 33% [===================== ] 1083/3185 34% [===================== ] 1084/3185 34% [===================== ] 1085/3185 34% [===================== ] 1086/3185 34% [===================== ] 1087/3185 34% [===================== ] 1088/3185 34% [===================== ] 1089/3185 34% [===================== ] 1090/3185 34% [===================== ] 1091/3185 34% [===================== ] 1092/3185 34% [===================== ] 1093/3185 34% [===================== ] 1094/3185 34% [===================== ] 1095/3185 34% [===================== ] 1096/3185 34% [===================== ] 1097/3185 34% [===================== ] 1098/3185 34% [===================== ] 1099/3185 34% [===================== ] 1100/3185 34% [===================== ] 1101/3185 34% [===================== ] 1102/3185 34% [===================== ] 1103/3185 34% [===================== ] 1104/3185 34% [===================== ] 1105/3185 34% [===================== ] 1106/3185 34% [===================== ] 1107/3185 34% [===================== ] 1108/3185 34% [===================== ] 1109/3185 34% [===================== ] 1110/3185 34% [===================== ] 1111/3185 34% [===================== ] 1112/3185 34% [===================== ] 1113/3185 34% [===================== ] 1114/3185 34% [===================== ] 1115/3185 35% [===================== ] 1116/3185 35% [===================== ] 1117/3185 35% [===================== ] 1118/3185 35% [===================== ] 1119/3185 35% [===================== ] 1120/3185 35% [===================== ] 1121/3185 35% [===================== ] 1122/3185 35% [===================== ] 1123/3185 35% [===================== ] 1124/3185 35% [===================== ] 1125/3185 35% [===================== ] 1126/3185 35% [===================== ] 1127/3185 35% [===================== ] 1128/3185 35% [===================== ] 1129/3185 35% [===================== ] 1130/3185 35% [====================== ] 1131/3185 35% [====================== ] 1132/3185 35% [====================== ] 1133/3185 35% [====================== ] 1134/3185 35% [====================== ] 1135/3185 35% [====================== ] 1136/3185 35% [====================== ] 1137/3185 35% [====================== ] 1138/3185 35% [====================== ] 1139/3185 35% [====================== ] 1140/3185 35% [====================== ] 1141/3185 35% [====================== ] 1142/3185 35% [====================== ] 1143/3185 35% [====================== ] 1144/3185 35% [====================== ] 1145/3185 35% [====================== ] 1146/3185 35% [====================== ] 1147/3185 36% [====================== ] 1148/3185 36% [====================== ] 1149/3185 36% [====================== ] 1150/3185 36% [====================== ] 1151/3185 36% [====================== ] 1152/3185 36% [====================== ] 1153/3185 36% [====================== ] 1154/3185 36% [====================== ] 1155/3185 36% [====================== ] 1156/3185 36% [====================== ] 1157/3185 36% [====================== ] 1158/3185 36% [====================== ] 1159/3185 36% [====================== ] 1160/3185 36% [====================== ] 1161/3185 36% [====================== ] 1162/3185 36% [====================== ] 1163/3185 36% [====================== ] 1164/3185 36% [====================== ] 1165/3185 36% [====================== ] 1166/3185 36% [====================== ] 1167/3185 36% [====================== ] 1168/3185 36% [====================== ] 1169/3185 36% [====================== ] 1170/3185 36% [====================== ] 1171/3185 36% [====================== ] 1172/3185 36% [====================== ] 1173/3185 36% [====================== ] 1174/3185 36% [====================== ] 1175/3185 36% [====================== ] 1176/3185 36% [====================== ] 1177/3185 36% [====================== ] 1178/3185 36% [====================== ] 1179/3185 37% [====================== ] 1180/3185 37% [====================== ] 1181/3185 37% [======================= ] 1182/3185 37% [======================= ] 1183/3185 37% [======================= ] 1184/3185 37% [======================= ] 1185/3185 37% [======================= ] 1186/3185 37% [======================= ] 1187/3185 37% [======================= ] 1188/3185 37% [======================= ] 1189/3185 37% [======================= ] 1190/3185 37% [======================= ] 1191/3185 37% [======================= ] 1192/3185 37% [======================= ] 1193/3185 37% [======================= ] 1194/3185 37% [======================= ] 1195/3185 37% [======================= ] 1196/3185 37% [======================= ] 1197/3185 37% [======================= ] 1198/3185 37% [======================= ] 1199/3185 37% [======================= ] 1200/3185 37% [======================= ] 1201/3185 37% [======================= ] 1202/3185 37% [======================= ] 1203/3185 37% [======================= ] 1204/3185 37% [======================= ] 1205/3185 37% [======================= ] 1206/3185 37% [======================= ] 1207/3185 37% [======================= ] 1208/3185 37% [======================= ] 1209/3185 37% [======================= ] 1210/3185 37% [======================= ] 1211/3185 38% [======================= ] 1212/3185 38% [======================= ] 1213/3185 38% [======================= ] 1214/3185 38% [======================= ] 1215/3185 38% [======================= ] 1216/3185 38% [======================= ] 1217/3185 38% [======================= ] 1218/3185 38% [======================= ] 1219/3185 38% [======================= ] 1220/3185 38% [======================= ] 1221/3185 38% [======================= ] 1222/3185 38% [======================= ] 1223/3185 38% [======================= ] 1224/3185 38% [======================= ] 1225/3185 38% [======================= ] 1226/3185 38% [======================= ] 1227/3185 38% [======================= ] 1228/3185 38% [======================= ] 1229/3185 38% [======================= ] 1230/3185 38% [======================= ] 1231/3185 38% [======================= ] 1232/3185 38% [======================== ] 1233/3185 38% [======================== ] 1234/3185 38% [======================== ] 1235/3185 38% [======================== ] 1236/3185 38% [======================== ] 1237/3185 38% [======================== ] 1238/3185 38% [======================== ] 1239/3185 38% [======================== ] 1240/3185 38% [======================== ] 1241/3185 38% [======================== ] 1242/3185 38% [======================== ] 1243/3185 39% [======================== ] 1244/3185 39% [======================== ] 1245/3185 39% [======================== ] 1246/3185 39% [======================== ] 1247/3185 39% [======================== ] 1248/3185 39% [======================== ] 1249/3185 39% [======================== ] 1250/3185 39% [======================== ] 1251/3185 39% [======================== ] 1252/3185 39% [======================== ] 1253/3185 39% [======================== ] 1254/3185 39% [======================== ] 1255/3185 39% [======================== ] 1256/3185 39% [======================== ] 1257/3185 39% [======================== ] 1258/3185 39% [======================== ] 1259/3185 39% [======================== ] 1260/3185 39% [======================== ] 1261/3185 39% [======================== ] 1262/3185 39% [======================== ] 1263/3185 39% [======================== ] 1264/3185 39% [======================== ] 1265/3185 39% [======================== ] 1266/3185 39% [======================== ] 1267/3185 39% [======================== ] 1268/3185 39% [======================== ] 1269/3185 39% [======================== ] 1270/3185 39% [======================== ] 1271/3185 39% [======================== ] 1272/3185 39% [======================== ] 1273/3185 39% [======================== ] 1274/3185 40% [======================== ] 1275/3185 40% [======================== ] 1276/3185 40% [======================== ] 1277/3185 40% [======================== ] 1278/3185 40% [======================== ] 1279/3185 40% [======================== ] 1280/3185 40% [======================== ] 1281/3185 40% [======================== ] 1282/3185 40% [======================== ] 1283/3185 40% [======================== ] 1284/3185 40% [========================= ] 1285/3185 40% [========================= ] 1286/3185 40% [========================= ] 1287/3185 40% [========================= ] 1288/3185 40% [========================= ] 1289/3185 40% [========================= ] 1290/3185 40% [========================= ] 1291/3185 40% [========================= ] 1292/3185 40% [========================= ] 1293/3185 40% [========================= ] 1294/3185 40% [========================= ] 1295/3185 40% [========================= ] 1296/3185 40% [========================= ] 1297/3185 40% [========================= ] 1298/3185 40% [========================= ] 1299/3185 40% [========================= ] 1300/3185 40% [========================= ] 1301/3185 40% [========================= ] 1302/3185 40% [========================= ] 1303/3185 40% [========================= ] 1304/3185 40% [========================= ] 1305/3185 40% [========================= ] 1306/3185 41% [========================= ] 1307/3185 41% [========================= ] 1308/3185 41% [========================= ] 1309/3185 41% [========================= ] 1310/3185 41% [========================= ] 1311/3185 41% [========================= ] 1312/3185 41% [========================= ] 1313/3185 41% [========================= ] 1314/3185 41% [========================= ] 1315/3185 41% [========================= ] 1316/3185 41% [========================= ] 1317/3185 41% [========================= ] 1318/3185 41% [========================= ] 1319/3185 41% [========================= ] 1320/3185 41% [========================= ] 1321/3185 41% [========================= ] 1322/3185 41% [========================= ] 1323/3185 41% [========================= ] 1324/3185 41% [========================= ] 1325/3185 41% [========================= ] 1326/3185 41% [========================= ] 1327/3185 41% [========================= ] 1328/3185 41% [========================= ] 1329/3185 41% [========================= ] 1330/3185 41% [========================= ] 1331/3185 41% [========================= ] 1332/3185 41% [========================= ] 1333/3185 41% [========================= ] 1334/3185 41% [========================= ] 1335/3185 41% [========================== ] 1336/3185 41% [========================== ] 1337/3185 41% [========================== ] 1338/3185 42% [========================== ] 1339/3185 42% [========================== ] 1340/3185 42% [========================== ] 1341/3185 42% [========================== ] 1342/3185 42% [========================== ] 1343/3185 42% [========================== ] 1344/3185 42% [========================== ] 1345/3185 42% [========================== ] 1346/3185 42% [========================== ] 1347/3185 42% [========================== ] 1348/3185 42% [========================== ] 1349/3185 42% [========================== ] 1350/3185 42% [========================== ] 1351/3185 42% [========================== ] 1352/3185 42% [========================== ] 1353/3185 42% [========================== ] 1354/3185 42% [========================== ] 1355/3185 42% [========================== ] 1356/3185 42% [========================== ] 1357/3185 42% [========================== ] 1358/3185 42% [========================== ] 1359/3185 42% [========================== ] 1360/3185 42% [========================== ] 1361/3185 42% [========================== ] 1362/3185 42% [========================== ] 1363/3185 42% [========================== ] 1364/3185 42% [========================== ] 1365/3185 42% [========================== ] 1366/3185 42% [========================== ] 1367/3185 42% [========================== ] 1368/3185 42% [========================== ] 1369/3185 42% [========================== ] 1370/3185 43% [========================== ] 1371/3185 43% [========================== ] 1372/3185 43% [========================== ] 1373/3185 43% [========================== ] 1374/3185 43% [========================== ] 1375/3185 43% [========================== ] 1376/3185 43% [========================== ] 1377/3185 43% [========================== ] 1378/3185 43% [========================== ] 1379/3185 43% [========================== ] 1380/3185 43% [========================== ] 1381/3185 43% [========================== ] 1382/3185 43% [========================== ] 1383/3185 43% [========================== ] 1384/3185 43% [========================== ] 1385/3185 43% [========================== ] 1386/3185 43% [========================== ] 1387/3185 43% [=========================== ] 1388/3185 43% [=========================== ] 1389/3185 43% [=========================== ] 1390/3185 43% [=========================== ] 1391/3185 43% [=========================== ] 1392/3185 43% [=========================== ] 1393/3185 43% [=========================== ] 1394/3185 43% [=========================== ] 1395/3185 43% [=========================== ] 1396/3185 43% [=========================== ] 1397/3185 43% [=========================== ] 1398/3185 43% [=========================== ] 1399/3185 43% [=========================== ] 1400/3185 43% [=========================== ] 1401/3185 43% [=========================== ] 1402/3185 44% [=========================== ] 1403/3185 44% [=========================== ] 1404/3185 44% [=========================== ] 1405/3185 44% [=========================== ] 1406/3185 44% [=========================== ] 1407/3185 44% [=========================== ] 1408/3185 44% [=========================== ] 1409/3185 44% [=========================== ] 1410/3185 44% [=========================== ] 1411/3185 44% [=========================== ] 1412/3185 44% [=========================== ] 1413/3185 44% [=========================== ] 1414/3185 44% [=========================== ] 1415/3185 44% [=========================== ] 1416/3185 44% [=========================== ] 1417/3185 44% [=========================== ] 1418/3185 44% [=========================== ] 1419/3185 44% [=========================== ] 1420/3185 44% [=========================== ] 1421/3185 44% [=========================== ] 1422/3185 44% [=========================== ] 1423/3185 44% [=========================== ] 1424/3185 44% [=========================== ] 1425/3185 44% [=========================== ] 1426/3185 44% [=========================== ] 1427/3185 44% [=========================== ] 1428/3185 44% [=========================== ] 1429/3185 44% [=========================== ] 1430/3185 44% [=========================== ] 1431/3185 44% [=========================== ] 1432/3185 44% [=========================== ] 1433/3185 44% [=========================== ] 1434/3185 45% [=========================== ] 1435/3185 45% [=========================== ] 1436/3185 45% [=========================== ] 1437/3185 45% [=========================== ] 1438/3185 45% [============================ ] 1439/3185 45% [============================ ] 1440/3185 45% [============================ ] 1441/3185 45% [============================ ] 1442/3185 45% [============================ ] 1443/3185 45% [============================ ] 1444/3185 45% [============================ ] 1445/3185 45% [============================ ] 1446/3185 45% [============================ ] 1447/3185 45% [============================ ] 1448/3185 45% [============================ ] 1449/3185 45% [============================ ] 1450/3185 45% [============================ ] 1451/3185 45% [============================ ] 1452/3185 45% [============================ ] 1453/3185 45% [============================ ] 1454/3185 45% [============================ ] 1455/3185 45% [============================ ] 1456/3185 45% [============================ ] 1457/3185 45% [============================ ] 1458/3185 45% [============================ ] 1459/3185 45% [============================ ] 1460/3185 45% [============================ ] 1461/3185 45% [============================ ] 1462/3185 45% [============================ ] 1463/3185 45% [============================ ] 1464/3185 45% [============================ ] 1465/3185 45% [============================ ] 1466/3185 46% [============================ ] 1467/3185 46% [============================ ] 1468/3185 46% [============================ ] 1469/3185 46% [============================ ] 1470/3185 46% [============================ ] 1471/3185 46% [============================ ] 1472/3185 46% [============================ ] 1473/3185 46% [============================ ] 1474/3185 46% [============================ ] 1475/3185 46% [============================ ] 1476/3185 46% [============================ ] 1477/3185 46% [============================ ] 1478/3185 46% [============================ ] 1479/3185 46% [============================ ] 1480/3185 46% [============================ ] 1481/3185 46% [============================ ] 1482/3185 46% [============================ ] 1483/3185 46% [============================ ] 1484/3185 46% [============================ ] 1485/3185 46% [============================ ] 1486/3185 46% [============================ ] 1487/3185 46% [============================ ] 1488/3185 46% [============================ ] 1489/3185 46% [============================= ] 1490/3185 46% [============================= ] 1491/3185 46% [============================= ] 1492/3185 46% [============================= ] 1493/3185 46% [============================= ] 1494/3185 46% [============================= ] 1495/3185 46% [============================= ] 1496/3185 46% [============================= ] 1497/3185 47% [============================= ] 1498/3185 47% [============================= ] 1499/3185 47% [============================= ] 1500/3185 47% [============================= ] 1501/3185 47% [============================= ] 1502/3185 47% [============================= ] 1503/3185 47% [============================= ] 1504/3185 47% [============================= ] 1505/3185 47% [============================= ] 1506/3185 47% [============================= ] 1507/3185 47% [============================= ] 1508/3185 47% [============================= ] 1509/3185 47% [============================= ] 1510/3185 47% [============================= ] 1511/3185 47% [============================= ] 1512/3185 47% [============================= ] 1513/3185 47% [============================= ] 1514/3185 47% [============================= ] 1515/3185 47% [============================= ] 1516/3185 47% [============================= ] 1517/3185 47% [============================= ] 1518/3185 47% [============================= ] 1519/3185 47% [============================= ] 1520/3185 47% [============================= ] 1521/3185 47% [============================= ] 1522/3185 47% [============================= ] 1523/3185 47% [============================= ] 1524/3185 47% [============================= ] 1525/3185 47% [============================= ] 1526/3185 47% [============================= ] 1527/3185 47% [============================= ] 1528/3185 47% [============================= ] 1529/3185 48% [============================= ] 1530/3185 48% [============================= ] 1531/3185 48% [============================= ] 1532/3185 48% [============================= ] 1533/3185 48% [============================= ] 1534/3185 48% [============================= ] 1535/3185 48% [============================= ] 1536/3185 48% [============================= ] 1537/3185 48% [============================= ] 1538/3185 48% [============================= ] 1539/3185 48% [============================= ] 1540/3185 48% [============================= ] 1541/3185 48% [============================== ] 1542/3185 48% [============================== ] 1543/3185 48% [============================== ] 1544/3185 48% [============================== ] 1545/3185 48% [============================== ] 1546/3185 48% [============================== ] 1547/3185 48% [============================== ] 1548/3185 48% [============================== ] 1549/3185 48% [============================== ] 1550/3185 48% [============================== ] 1551/3185 48% [============================== ] 1552/3185 48% [============================== ] 1553/3185 48% [============================== ] 1554/3185 48% [============================== ] 1555/3185 48% [============================== ] 1556/3185 48% [============================== ] 1557/3185 48% [============================== ] 1558/3185 48% [============================== ] 1559/3185 48% [============================== ] 1560/3185 48% [============================== ] 1561/3185 49% [============================== ] 1562/3185 49% [============================== ] 1563/3185 49% [============================== ] 1564/3185 49% [============================== ] 1565/3185 49% [============================== ] 1566/3185 49% [============================== ] 1567/3185 49% [============================== ] 1568/3185 49% [============================== ] 1569/3185 49% [============================== ] 1570/3185 49% [============================== ] 1571/3185 49% [============================== ] 1572/3185 49% [============================== ] 1573/3185 49% [============================== ] 1574/3185 49% [============================== ] 1575/3185 49% [============================== ] 1576/3185 49% [============================== ] 1577/3185 49% [============================== ] 1578/3185 49% [============================== ] 1579/3185 49% [============================== ] 1580/3185 49% [============================== ] 1581/3185 49% [============================== ] 1582/3185 49% [============================== ] 1583/3185 49% [============================== ] 1584/3185 49% [============================== ] 1585/3185 49% [============================== ] 1586/3185 49% [============================== ] 1587/3185 49% [============================== ] 1588/3185 49% [============================== ] 1589/3185 49% [============================== ] 1590/3185 49% [============================== ] 1591/3185 49% [============================== ] 1592/3185 49% [=============================== ] 1593/3185 50% [=============================== ] 1594/3185 50% [=============================== ] 1595/3185 50% [=============================== ] 1596/3185 50% [=============================== ] 1597/3185 50% [=============================== ] 1598/3185 50% [=============================== ] 1599/3185 50% [=============================== ] 1600/3185 50% [=============================== ] 1601/3185 50% [=============================== ] 1602/3185 50% [=============================== ] 1603/3185 50% [=============================== ] 1604/3185 50% [=============================== ] 1605/3185 50% [=============================== ] 1606/3185 50% [=============================== ] 1607/3185 50% [=============================== ] 1608/3185 50% [=============================== ] 1609/3185 50% [=============================== ] 1610/3185 50% [=============================== ] 1611/3185 50% [=============================== ] 1612/3185 50% [=============================== ] 1613/3185 50% [=============================== ] 1614/3185 50% [=============================== ] 1615/3185 50% [=============================== ] 1616/3185 50% [=============================== ] 1617/3185 50% [=============================== ] 1618/3185 50% [=============================== ] 1619/3185 50% [=============================== ] 1620/3185 50% [=============================== ] 1621/3185 50% [=============================== ] 1622/3185 50% [=============================== ] 1623/3185 50% [=============================== ] 1624/3185 50% [=============================== ] 1625/3185 51% [=============================== ] 1626/3185 51% [=============================== ] 1627/3185 51% [=============================== ] 1628/3185 51% [=============================== ] 1629/3185 51% [=============================== ] 1630/3185 51% [=============================== ] 1631/3185 51% [=============================== ] 1632/3185 51% [=============================== ] 1633/3185 51% [=============================== ] 1634/3185 51% [=============================== ] 1635/3185 51% [=============================== ] 1636/3185 51% [=============================== ] 1637/3185 51% [=============================== ] 1638/3185 51% [=============================== ] 1639/3185 51% [=============================== ] 1640/3185 51% [=============================== ] 1641/3185 51% [=============================== ] 1642/3185 51% [=============================== ] 1643/3185 51% [================================ ] 1644/3185 51% [================================ ] 1645/3185 51% [================================ ] 1646/3185 51% [================================ ] 1647/3185 51% [================================ ] 1648/3185 51% [================================ ] 1649/3185 51% [================================ ] 1650/3185 51% [================================ ] 1651/3185 51% [================================ ] 1652/3185 51% [================================ ] 1653/3185 51% [================================ ] 1654/3185 51% [================================ ] 1655/3185 51% [================================ ] 1656/3185 51% [================================ ] 1657/3185 52% [================================ ] 1658/3185 52% [================================ ] 1659/3185 52% [================================ ] 1660/3185 52% [================================ ] 1661/3185 52% [================================ ] 1662/3185 52% [================================ ] 1663/3185 52% [================================ ] 1664/3185 52% [================================ ] 1665/3185 52% [================================ ] 1666/3185 52% [================================ ] 1667/3185 52% [================================ ] 1668/3185 52% [================================ ] 1669/3185 52% [================================ ] 1670/3185 52% [================================ ] 1671/3185 52% [================================ ] 1672/3185 52% [================================ ] 1673/3185 52% [================================ ] 1674/3185 52% [================================ ] 1675/3185 52% [================================ ] 1676/3185 52% [================================ ] 1677/3185 52% [================================ ] 1678/3185 52% [================================ ] 1679/3185 52% [================================ ] 1680/3185 52% [================================ ] 1681/3185 52% [================================ ] 1682/3185 52% [================================ ] 1683/3185 52% [================================ ] 1684/3185 52% [================================ ] 1685/3185 52% [================================ ] 1686/3185 52% [================================ ] 1687/3185 52% [================================ ] 1688/3185 52% [================================ ] 1689/3185 53% [================================ ] 1690/3185 53% [================================ ] 1691/3185 53% [================================ ] 1692/3185 53% [================================ ] 1693/3185 53% [================================ ] 1694/3185 53% [================================ ] 1695/3185 53% [================================= ] 1696/3185 53% [================================= ] 1697/3185 53% [================================= ] 1698/3185 53% [================================= ] 1699/3185 53% [================================= ] 1700/3185 53% [================================= ] 1701/3185 53% [================================= ] 1702/3185 53% [================================= ] 1703/3185 53% [================================= ] 1704/3185 53% [================================= ] 1705/3185 53% [================================= ] 1706/3185 53% [================================= ] 1707/3185 53% [================================= ] 1708/3185 53% [================================= ] 1709/3185 53% [================================= ] 1710/3185 53% [================================= ] 1711/3185 53% [================================= ] 1712/3185 53% [================================= ] 1713/3185 53% [================================= ] 1714/3185 53% [================================= ] 1715/3185 53% [================================= ] 1716/3185 53% [================================= ] 1717/3185 53% [================================= ] 1718/3185 53% [================================= ] 1719/3185 53% [================================= ] 1720/3185 54% [================================= ] 1721/3185 54% [================================= ] 1722/3185 54% [================================= ] 1723/3185 54% [================================= ] 1724/3185 54% [================================= ] 1725/3185 54% [================================= ] 1726/3185 54% [================================= ] 1727/3185 54% [================================= ] 1728/3185 54% [================================= ] 1729/3185 54% [================================= ] 1730/3185 54% [================================= ] 1731/3185 54% [================================= ] 1732/3185 54% [================================= ] 1733/3185 54% [================================= ] 1734/3185 54% [================================= ] 1735/3185 54% [================================= ] 1736/3185 54% [================================= ] 1737/3185 54% [================================= ] 1738/3185 54% [================================= ] 1739/3185 54% [================================= ] 1740/3185 54% [================================= ] 1741/3185 54% [================================= ] 1742/3185 54% [================================= ] 1743/3185 54% [================================= ] 1744/3185 54% [================================= ] 1745/3185 54% [================================= ] 1746/3185 54% [================================== ] 1747/3185 54% [================================== ] 1748/3185 54% [================================== ] 1749/3185 54% [================================== ] 1750/3185 54% [================================== ] 1751/3185 54% [================================== ] 1752/3185 55% [================================== ] 1753/3185 55% [================================== ] 1754/3185 55% [================================== ] 1755/3185 55% [================================== ] 1756/3185 55% [================================== ] 1757/3185 55% [================================== ] 1758/3185 55% [================================== ] 1759/3185 55% [================================== ] 1760/3185 55% [================================== ] 1761/3185 55% [================================== ] 1762/3185 55% [================================== ] 1763/3185 55% [================================== ] 1764/3185 55% [================================== ] 1765/3185 55% [================================== ] 1766/3185 55% [================================== ] 1767/3185 55% [================================== ] 1768/3185 55% [================================== ] 1769/3185 55% [================================== ] 1770/3185 55% [================================== ] 1771/3185 55% [================================== ] 1772/3185 55% [================================== ] 1773/3185 55% [================================== ] 1774/3185 55% [================================== ] 1775/3185 55% [================================== ] 1776/3185 55% [================================== ] 1777/3185 55% [================================== ] 1778/3185 55% [================================== ] 1779/3185 55% [================================== ] 1780/3185 55% [================================== ] 1781/3185 55% [================================== ] 1782/3185 55% [================================== ] 1783/3185 55% [================================== ] 1784/3185 56% [================================== ] 1785/3185 56% [================================== ] 1786/3185 56% [================================== ] 1787/3185 56% [================================== ] 1788/3185 56% [================================== ] 1789/3185 56% [================================== ] 1790/3185 56% [================================== ] 1791/3185 56% [================================== ] 1792/3185 56% [================================== ] 1793/3185 56% [================================== ] 1794/3185 56% [================================== ] 1795/3185 56% [================================== ] 1796/3185 56% [================================== ] 1797/3185 56% [=================================== ] 1798/3185 56% [=================================== ] 1799/3185 56% [=================================== ] 1800/3185 56% [=================================== ] 1801/3185 56% [=================================== ] 1802/3185 56% [=================================== ] 1803/3185 56% [=================================== ] 1804/3185 56% [=================================== ] 1805/3185 56% [=================================== ] 1806/3185 56% [=================================== ] 1807/3185 56% [=================================== ] 1808/3185 56% [=================================== ] 1809/3185 56% [=================================== ] 1810/3185 56% [=================================== ] 1811/3185 56% [=================================== ] 1812/3185 56% [=================================== ] 1813/3185 56% [=================================== ] 1814/3185 56% [=================================== ] 1815/3185 56% [=================================== ] 1816/3185 57% [=================================== ] 1817/3185 57% [=================================== ] 1818/3185 57% [=================================== ] 1819/3185 57% [=================================== ] 1820/3185 57% [=================================== ] 1821/3185 57% [=================================== ] 1822/3185 57% [=================================== ] 1823/3185 57% [=================================== ] 1824/3185 57% [=================================== ] 1825/3185 57% [=================================== ] 1826/3185 57% [=================================== ] 1827/3185 57% [=================================== ] 1828/3185 57% [=================================== ] 1829/3185 57% [=================================== ] 1830/3185 57% [=================================== ] 1831/3185 57% [=================================== ] 1832/3185 57% [=================================== ] 1833/3185 57% [=================================== ] 1834/3185 57% [=================================== ] 1835/3185 57% [=================================== ] 1836/3185 57% [=================================== ] 1837/3185 57% [=================================== ] 1838/3185 57% [=================================== ] 1839/3185 57% [=================================== ] 1840/3185 57% [=================================== ] 1841/3185 57% [=================================== ] 1842/3185 57% [=================================== ] 1843/3185 57% [=================================== ] 1844/3185 57% [=================================== ] 1845/3185 57% [=================================== ] 1846/3185 57% [=================================== ] 1847/3185 57% [=================================== ] 1848/3185 58% [=================================== ] 1849/3185 58% [==================================== ] 1850/3185 58% [==================================== ] 1851/3185 58% [==================================== ] 1852/3185 58% [==================================== ] 1853/3185 58% [==================================== ] 1854/3185 58% [==================================== ] 1855/3185 58% [==================================== ] 1856/3185 58% [==================================== ] 1857/3185 58% [==================================== ] 1858/3185 58% [==================================== ] 1859/3185 58% [==================================== ] 1860/3185 58% [==================================== ] 1861/3185 58% [==================================== ] 1862/3185 58% [==================================== ] 1863/3185 58% [==================================== ] 1864/3185 58% [==================================== ] 1865/3185 58% [==================================== ] 1866/3185 58% [==================================== ] 1867/3185 58% [==================================== ] 1868/3185 58% [==================================== ] 1869/3185 58% [==================================== ] 1870/3185 58% [==================================== ] 1871/3185 58% [==================================== ] 1872/3185 58% [==================================== ] 1873/3185 58% [==================================== ] 1874/3185 58% [==================================== ] 1875/3185 58% [==================================== ] 1876/3185 58% [==================================== ] 1877/3185 58% [==================================== ] 1878/3185 58% [==================================== ] 1879/3185 58% [==================================== ] 1880/3185 59% [==================================== ] 1881/3185 59% [==================================== ] 1882/3185 59% [==================================== ] 1883/3185 59% [==================================== ] 1884/3185 59% [==================================== ] 1885/3185 59% [==================================== ] 1886/3185 59% [==================================== ] 1887/3185 59% [==================================== ] 1888/3185 59% [==================================== ] 1889/3185 59% [==================================== ] 1890/3185 59% [==================================== ] 1891/3185 59% [==================================== ] 1892/3185 59% [==================================== ] 1893/3185 59% [==================================== ] 1894/3185 59% [==================================== ] 1895/3185 59% [==================================== ] 1896/3185 59% [==================================== ] 1897/3185 59% [==================================== ] 1898/3185 59% [==================================== ] 1899/3185 59% [==================================== ] 1900/3185 59% [===================================== ] 1901/3185 59% [===================================== ] 1902/3185 59% [===================================== ] 1903/3185 59% [===================================== ] 1904/3185 59% [===================================== ] 1905/3185 59% [===================================== ] 1906/3185 59% [===================================== ] 1907/3185 59% [===================================== ] 1908/3185 59% [===================================== ] 1909/3185 59% [===================================== ] 1910/3185 59% [===================================== ] 1911/3185 60% [===================================== ] 1912/3185 60% [===================================== ] 1913/3185 60% [===================================== ] 1914/3185 60% [===================================== ] 1915/3185 60% [===================================== ] 1916/3185 60% [===================================== ] 1917/3185 60% [===================================== ] 1918/3185 60% [===================================== ] 1919/3185 60% [===================================== ] 1920/3185 60% [===================================== ] 1921/3185 60% [===================================== ] 1922/3185 60% [===================================== ] 1923/3185 60% [===================================== ] 1924/3185 60% [===================================== ] 1925/3185 60% [===================================== ] 1926/3185 60% [===================================== ] 1927/3185 60% [===================================== ] 1928/3185 60% [===================================== ] 1929/3185 60% [===================================== ] 1930/3185 60% [===================================== ] 1931/3185 60% [===================================== ] 1932/3185 60% [===================================== ] 1933/3185 60% [===================================== ] 1934/3185 60% [===================================== ] 1935/3185 60% [===================================== ] 1936/3185 60% [===================================== ] 1937/3185 60% [===================================== ] 1938/3185 60% [===================================== ] 1939/3185 60% [===================================== ] 1940/3185 60% [===================================== ] 1941/3185 60% [===================================== ] 1942/3185 60% [===================================== ] 1943/3185 61% [===================================== ] 1944/3185 61% [===================================== ] 1945/3185 61% [===================================== ] 1946/3185 61% [===================================== ] 1947/3185 61% [===================================== ] 1948/3185 61% [===================================== ] 1949/3185 61% [===================================== ] 1950/3185 61% [===================================== ] 1951/3185 61% [===================================== ] 1952/3185 61% [====================================== ] 1953/3185 61% [====================================== ] 1954/3185 61% [====================================== ] 1955/3185 61% [====================================== ] 1956/3185 61% [====================================== ] 1957/3185 61% [====================================== ] 1958/3185 61% [====================================== ] 1959/3185 61% [====================================== ] 1960/3185 61% [====================================== ] 1961/3185 61% [====================================== ] 1962/3185 61% [====================================== ] 1963/3185 61% [====================================== ] 1964/3185 61% [====================================== ] 1965/3185 61% [====================================== ] 1966/3185 61% [====================================== ] 1967/3185 61% [====================================== ] 1968/3185 61% [====================================== ] 1969/3185 61% [====================================== ] 1970/3185 61% [====================================== ] 1971/3185 61% [====================================== ] 1972/3185 61% [====================================== ] 1973/3185 61% [====================================== ] 1974/3185 61% [====================================== ] 1975/3185 62% [====================================== ] 1976/3185 62% [====================================== ] 1977/3185 62% [====================================== ] 1978/3185 62% [====================================== ] 1979/3185 62% [====================================== ] 1980/3185 62% [====================================== ] 1981/3185 62% [====================================== ] 1982/3185 62% [====================================== ] 1983/3185 62% [====================================== ] 1984/3185 62% [====================================== ] 1985/3185 62% [====================================== ] 1986/3185 62% [====================================== ] 1987/3185 62% [====================================== ] 1988/3185 62% [====================================== ] 1989/3185 62% [====================================== ] 1990/3185 62% [====================================== ] 1991/3185 62% [====================================== ] 1992/3185 62% [====================================== ] 1993/3185 62% [====================================== ] 1994/3185 62% [====================================== ] 1995/3185 62% [====================================== ] 1996/3185 62% [====================================== ] 1997/3185 62% [====================================== ] 1998/3185 62% [====================================== ] 1999/3185 62% [====================================== ] 2000/3185 62% [====================================== ] 2001/3185 62% [====================================== ] 2002/3185 62% [====================================== ] 2003/3185 62% [======================================= ] 2004/3185 62% [======================================= ] 2005/3185 62% [======================================= ] 2006/3185 62% [======================================= ] 2007/3185 63% [======================================= ] 2008/3185 63% [======================================= ] 2009/3185 63% [======================================= ] 2010/3185 63% [======================================= ] 2011/3185 63% [======================================= ] 2012/3185 63% [======================================= ] 2013/3185 63% [======================================= ] 2014/3185 63% [======================================= ] 2015/3185 63% [======================================= ] 2016/3185 63% [======================================= ] 2017/3185 63% [======================================= ] 2018/3185 63% [======================================= ] 2019/3185 63% [======================================= ] 2020/3185 63% [======================================= ] 2021/3185 63% [======================================= ] 2022/3185 63% [======================================= ] 2023/3185 63% [======================================= ] 2024/3185 63% [======================================= ] 2025/3185 63% [======================================= ] 2026/3185 63% [======================================= ] 2027/3185 63% [======================================= ] 2028/3185 63% [======================================= ] 2029/3185 63% [======================================= ] 2030/3185 63% [======================================= ] 2031/3185 63% [======================================= ] 2032/3185 63% [======================================= ] 2033/3185 63% [======================================= ] 2034/3185 63% [======================================= ] 2035/3185 63% [======================================= ] 2036/3185 63% [======================================= ] 2037/3185 63% [======================================= ] 2038/3185 63% [======================================= ] 2039/3185 64% [======================================= ] 2040/3185 64% [======================================= ] 2041/3185 64% [======================================= ] 2042/3185 64% [======================================= ] 2043/3185 64% [======================================= ] 2044/3185 64% [======================================= ] 2045/3185 64% [======================================= ] 2046/3185 64% [======================================= ] 2047/3185 64% [======================================= ] 2048/3185 64% [======================================= ] 2049/3185 64% [======================================= ] 2050/3185 64% [======================================= ] 2051/3185 64% [======================================= ] 2052/3185 64% [======================================= ] 2053/3185 64% [======================================= ] 2054/3185 64% [======================================== ] 2055/3185 64% [======================================== ] 2056/3185 64% [======================================== ] 2057/3185 64% [======================================== ] 2058/3185 64% [======================================== ] 2059/3185 64% [======================================== ] 2060/3185 64% [======================================== ] 2061/3185 64% [======================================== ] 2062/3185 64% [======================================== ] 2063/3185 64% [======================================== ] 2064/3185 64% [======================================== ] 2065/3185 64% [======================================== ] 2066/3185 64% [======================================== ] 2067/3185 64% [======================================== ] 2068/3185 64% [======================================== ] 2069/3185 64% [======================================== ] 2070/3185 64% [======================================== ] 2071/3185 65% [======================================== ] 2072/3185 65% [======================================== ] 2073/3185 65% [======================================== ] 2074/3185 65% [======================================== ] 2075/3185 65% [======================================== ] 2076/3185 65% [======================================== ] 2077/3185 65% [======================================== ] 2078/3185 65% [======================================== ] 2079/3185 65% [======================================== ] 2080/3185 65% [======================================== ] 2081/3185 65% [======================================== ] 2082/3185 65% [======================================== ] 2083/3185 65% [======================================== ] 2084/3185 65% [======================================== ] 2085/3185 65% [======================================== ] 2086/3185 65% [======================================== ] 2087/3185 65% [======================================== ] 2088/3185 65% [======================================== ] 2089/3185 65% [======================================== ] 2090/3185 65% [======================================== ] 2091/3185 65% [======================================== ] 2092/3185 65% [======================================== ] 2093/3185 65% [======================================== ] 2094/3185 65% [======================================== ] 2095/3185 65% [======================================== ] 2096/3185 65% [======================================== ] 2097/3185 65% [======================================== ] 2098/3185 65% [======================================== ] 2099/3185 65% [======================================== ] 2100/3185 65% [======================================== ] 2101/3185 65% [======================================== ] 2102/3185 65% [======================================== ] 2103/3185 66% [======================================== ] 2104/3185 66% [======================================== ] 2105/3185 66% [======================================== ] 2106/3185 66% [========================================= ] 2107/3185 66% [========================================= ] 2108/3185 66% [========================================= ] 2109/3185 66% [========================================= ] 2110/3185 66% [========================================= ] 2111/3185 66% [========================================= ] 2112/3185 66% [========================================= ] 2113/3185 66% [========================================= ] 2114/3185 66% [========================================= ] 2115/3185 66% [========================================= ] 2116/3185 66% [========================================= ] 2117/3185 66% [========================================= ] 2118/3185 66% [========================================= ] 2119/3185 66% [========================================= ] 2120/3185 66% [========================================= ] 2121/3185 66% [========================================= ] 2122/3185 66% [========================================= ] 2123/3185 66% [========================================= ] 2124/3185 66% [========================================= ] 2125/3185 66% [========================================= ] 2126/3185 66% [========================================= ] 2127/3185 66% [========================================= ] 2128/3185 66% [========================================= ] 2129/3185 66% [========================================= ] 2130/3185 66% [========================================= ] 2131/3185 66% [========================================= ] 2132/3185 66% [========================================= ] 2133/3185 66% [========================================= ] 2134/3185 67% [========================================= ] 2135/3185 67% [========================================= ] 2136/3185 67% [========================================= ] 2137/3185 67% [========================================= ] 2138/3185 67% [========================================= ] 2139/3185 67% [========================================= ] 2140/3185 67% [========================================= ] 2141/3185 67% [========================================= ] 2142/3185 67% [========================================= ] 2143/3185 67% [========================================= ] 2144/3185 67% [========================================= ] 2145/3185 67% [========================================= ] 2146/3185 67% [========================================= ] 2147/3185 67% [========================================= ] 2148/3185 67% [========================================= ] 2149/3185 67% [========================================= ] 2150/3185 67% [========================================= ] 2151/3185 67% [========================================= ] 2152/3185 67% [========================================= ] 2153/3185 67% [========================================= ] 2154/3185 67% [========================================= ] 2155/3185 67% [========================================= ] 2156/3185 67% [========================================= ] 2157/3185 67% [========================================== ] 2158/3185 67% [========================================== ] 2159/3185 67% [========================================== ] 2160/3185 67% [========================================== ] 2161/3185 67% [========================================== ] 2162/3185 67% [========================================== ] 2163/3185 67% [========================================== ] 2164/3185 67% [========================================== ] 2165/3185 67% [========================================== ] 2166/3185 68% [========================================== ] 2167/3185 68% [========================================== ] 2168/3185 68% [========================================== ] 2169/3185 68% [========================================== ] 2170/3185 68% [========================================== ] 2171/3185 68% [========================================== ] 2172/3185 68% [========================================== ] 2173/3185 68% [========================================== ] 2174/3185 68% [========================================== ] 2175/3185 68% [========================================== ] 2176/3185 68% [========================================== ] 2177/3185 68% [========================================== ] 2178/3185 68% [========================================== ] 2179/3185 68% [========================================== ] 2180/3185 68% [========================================== ] 2181/3185 68% [========================================== ] 2182/3185 68% [========================================== ] 2183/3185 68% [========================================== ] 2184/3185 68% [========================================== ] 2185/3185 68% [========================================== ] 2186/3185 68% [========================================== ] 2187/3185 68% [========================================== ] 2188/3185 68% [========================================== ] 2189/3185 68% [========================================== ] 2190/3185 68% [========================================== ] 2191/3185 68% [========================================== ] 2192/3185 68% [========================================== ] 2193/3185 68% [========================================== ] 2194/3185 68% [========================================== ] 2195/3185 68% [========================================== ] 2196/3185 68% [========================================== ] 2197/3185 68% [========================================== ] 2198/3185 69% [========================================== ] 2199/3185 69% [========================================== ] 2200/3185 69% [========================================== ] 2201/3185 69% [========================================== ] 2202/3185 69% [========================================== ] 2203/3185 69% [========================================== ] 2204/3185 69% [========================================== ] 2205/3185 69% [========================================== ] 2206/3185 69% [========================================== ] 2207/3185 69% [========================================== ] 2208/3185 69% [=========================================== ] 2209/3185 69% [=========================================== ] 2210/3185 69% [=========================================== ] 2211/3185 69% [=========================================== ] 2212/3185 69% [=========================================== ] 2213/3185 69% [=========================================== ] 2214/3185 69% [=========================================== ] 2215/3185 69% [=========================================== ] 2216/3185 69% [=========================================== ] 2217/3185 69% [=========================================== ] 2218/3185 69% [=========================================== ] 2219/3185 69% [=========================================== ] 2220/3185 69% [=========================================== ] 2221/3185 69% [=========================================== ] 2222/3185 69% [=========================================== ] 2223/3185 69% [=========================================== ] 2224/3185 69% [=========================================== ] 2225/3185 69% [=========================================== ] 2226/3185 69% [=========================================== ] 2227/3185 69% [=========================================== ] 2228/3185 69% [=========================================== ] 2229/3185 69% [=========================================== ] 2230/3185 70% [=========================================== ] 2231/3185 70% [=========================================== ] 2232/3185 70% [=========================================== ] 2233/3185 70% [=========================================== ] 2234/3185 70% [=========================================== ] 2235/3185 70% [=========================================== ] 2236/3185 70% [=========================================== ] 2237/3185 70% [=========================================== ] 2238/3185 70% [=========================================== ] 2239/3185 70% [=========================================== ] 2240/3185 70% [=========================================== ] 2241/3185 70% [=========================================== ] 2242/3185 70% [=========================================== ] 2243/3185 70% [=========================================== ] 2244/3185 70% [=========================================== ] 2245/3185 70% [=========================================== ] 2246/3185 70% [=========================================== ] 2247/3185 70% [=========================================== ] 2248/3185 70% [=========================================== ] 2249/3185 70% [=========================================== ] 2250/3185 70% [=========================================== ] 2251/3185 70% [=========================================== ] 2252/3185 70% [=========================================== ] 2253/3185 70% [=========================================== ] 2254/3185 70% [=========================================== ] 2255/3185 70% [=========================================== ] 2256/3185 70% [=========================================== ] 2257/3185 70% [=========================================== ] 2258/3185 70% [=========================================== ] 2259/3185 70% [=========================================== ] 2260/3185 70% [============================================ ] 2261/3185 70% [============================================ ] 2262/3185 71% [============================================ ] 2263/3185 71% [============================================ ] 2264/3185 71% [============================================ ] 2265/3185 71% [============================================ ] 2266/3185 71% [============================================ ] 2267/3185 71% [============================================ ] 2268/3185 71% [============================================ ] 2269/3185 71% [============================================ ] 2270/3185 71% [============================================ ] 2271/3185 71% [============================================ ] 2272/3185 71% [============================================ ] 2273/3185 71% [============================================ ] 2274/3185 71% [============================================ ] 2275/3185 71% [============================================ ] 2276/3185 71% [============================================ ] 2277/3185 71% [============================================ ] 2278/3185 71% [============================================ ] 2279/3185 71% [============================================ ] 2280/3185 71% [============================================ ] 2281/3185 71% [============================================ ] 2282/3185 71% [============================================ ] 2283/3185 71% [============================================ ] 2284/3185 71% [============================================ ] 2285/3185 71% [============================================ ] 2286/3185 71% [============================================ ] 2287/3185 71% [============================================ ] 2288/3185 71% [============================================ ] 2289/3185 71% [============================================ ] 2290/3185 71% [============================================ ] 2291/3185 71% [============================================ ] 2292/3185 71% [============================================ ] 2293/3185 71% [============================================ ] 2294/3185 72% [============================================ ] 2295/3185 72% [============================================ ] 2296/3185 72% [============================================ ] 2297/3185 72% [============================================ ] 2298/3185 72% [============================================ ] 2299/3185 72% [============================================ ] 2300/3185 72% [============================================ ] 2301/3185 72% [============================================ ] 2302/3185 72% [============================================ ] 2303/3185 72% [============================================ ] 2304/3185 72% [============================================ ] 2305/3185 72% [============================================ ] 2306/3185 72% [============================================ ] 2307/3185 72% [============================================ ] 2308/3185 72% [============================================ ] 2309/3185 72% [============================================ ] 2310/3185 72% [============================================ ] 2311/3185 72% [============================================= ] 2312/3185 72% [============================================= ] 2313/3185 72% [============================================= ] 2314/3185 72% [============================================= ] 2315/3185 72% [============================================= ] 2316/3185 72% [============================================= ] 2317/3185 72% [============================================= ] 2318/3185 72% [============================================= ] 2319/3185 72% [============================================= ] 2320/3185 72% [============================================= ] 2321/3185 72% [============================================= ] 2322/3185 72% [============================================= ] 2323/3185 72% [============================================= ] 2324/3185 72% [============================================= ] 2325/3185 72% [============================================= ] 2326/3185 73% [============================================= ] 2327/3185 73% [============================================= ] 2328/3185 73% [============================================= ] 2329/3185 73% [============================================= ] 2330/3185 73% [============================================= ] 2331/3185 73% [============================================= ] 2332/3185 73% [============================================= ] 2333/3185 73% [============================================= ] 2334/3185 73% [============================================= ] 2335/3185 73% [============================================= ] 2336/3185 73% [============================================= ] 2337/3185 73% [============================================= ] 2338/3185 73% [============================================= ] 2339/3185 73% [============================================= ] 2340/3185 73% [============================================= ] 2341/3185 73% [============================================= ] 2342/3185 73% [============================================= ] 2343/3185 73% [============================================= ] 2344/3185 73% [============================================= ] 2345/3185 73% [============================================= ] 2346/3185 73% [============================================= ] 2347/3185 73% [============================================= ] 2348/3185 73% [============================================= ] 2349/3185 73% [============================================= ] 2350/3185 73% [============================================= ] 2351/3185 73% [============================================= ] 2352/3185 73% [============================================= ] 2353/3185 73% [============================================= ] 2354/3185 73% [============================================= ] 2355/3185 73% [============================================= ] 2356/3185 73% [============================================= ] 2357/3185 74% [============================================= ] 2358/3185 74% [============================================= ] 2359/3185 74% [============================================= ] 2360/3185 74% [============================================= ] 2361/3185 74% [============================================= ] 2362/3185 74% [============================================= ] 2363/3185 74% [============================================== ] 2364/3185 74% [============================================== ] 2365/3185 74% [============================================== ] 2366/3185 74% [============================================== ] 2367/3185 74% [============================================== ] 2368/3185 74% [============================================== ] 2369/3185 74% [============================================== ] 2370/3185 74% [============================================== ] 2371/3185 74% [============================================== ] 2372/3185 74% [============================================== ] 2373/3185 74% [============================================== ] 2374/3185 74% [============================================== ] 2375/3185 74% [============================================== ] 2376/3185 74% [============================================== ] 2377/3185 74% [============================================== ] 2378/3185 74% [============================================== ] 2379/3185 74% [============================================== ] 2380/3185 74% [============================================== ] 2381/3185 74% [============================================== ] 2382/3185 74% [============================================== ] 2383/3185 74% [============================================== ] 2384/3185 74% [============================================== ] 2385/3185 74% [============================================== ] 2386/3185 74% [============================================== ] 2387/3185 74% [============================================== ] 2388/3185 74% [============================================== ] 2389/3185 75% [============================================== ] 2390/3185 75% [============================================== ] 2391/3185 75% [============================================== ] 2392/3185 75% [============================================== ] 2393/3185 75% [============================================== ] 2394/3185 75% [============================================== ] 2395/3185 75% [============================================== ] 2396/3185 75% [============================================== ] 2397/3185 75% [============================================== ] 2398/3185 75% [============================================== ] 2399/3185 75% [============================================== ] 2400/3185 75% [============================================== ] 2401/3185 75% [============================================== ] 2402/3185 75% [============================================== ] 2403/3185 75% [============================================== ] 2404/3185 75% [============================================== ] 2405/3185 75% [============================================== ] 2406/3185 75% [============================================== ] 2407/3185 75% [============================================== ] 2408/3185 75% [============================================== ] 2409/3185 75% [============================================== ] 2410/3185 75% [============================================== ] 2411/3185 75% [============================================== ] 2412/3185 75% [============================================== ] 2413/3185 75% [============================================== ] 2414/3185 75% [=============================================== ] 2415/3185 75% [=============================================== ] 2416/3185 75% [=============================================== ] 2417/3185 75% [=============================================== ] 2418/3185 75% [=============================================== ] 2419/3185 75% [=============================================== ] 2420/3185 75% [=============================================== ] 2421/3185 76% [=============================================== ] 2422/3185 76% [=============================================== ] 2423/3185 76% [=============================================== ] 2424/3185 76% [=============================================== ] 2425/3185 76% [=============================================== ] 2426/3185 76% [=============================================== ] 2427/3185 76% [=============================================== ] 2428/3185 76% [=============================================== ] 2429/3185 76% [=============================================== ] 2430/3185 76% [=============================================== ] 2431/3185 76% [=============================================== ] 2432/3185 76% [=============================================== ] 2433/3185 76% [=============================================== ] 2434/3185 76% [=============================================== ] 2435/3185 76% [=============================================== ] 2436/3185 76% [=============================================== ] 2437/3185 76% [=============================================== ] 2438/3185 76% [=============================================== ] 2439/3185 76% [=============================================== ] 2440/3185 76% [=============================================== ] 2441/3185 76% [=============================================== ] 2442/3185 76% [=============================================== ] 2443/3185 76% [=============================================== ] 2444/3185 76% [=============================================== ] 2445/3185 76% [=============================================== ] 2446/3185 76% [=============================================== ] 2447/3185 76% [=============================================== ] 2448/3185 76% [=============================================== ] 2449/3185 76% [=============================================== ] 2450/3185 76% [=============================================== ] 2451/3185 76% [=============================================== ] 2452/3185 76% [=============================================== ] 2453/3185 77% [=============================================== ] 2454/3185 77% [=============================================== ] 2455/3185 77% [=============================================== ] 2456/3185 77% [=============================================== ] 2457/3185 77% [=============================================== ] 2458/3185 77% [=============================================== ] 2459/3185 77% [=============================================== ] 2460/3185 77% [=============================================== ] 2461/3185 77% [=============================================== ] 2462/3185 77% [=============================================== ] 2463/3185 77% [=============================================== ] 2464/3185 77% [=============================================== ] 2465/3185 77% [================================================ ] 2466/3185 77% [================================================ ] 2467/3185 77% [================================================ ] 2468/3185 77% [================================================ ] 2469/3185 77% [================================================ ] 2470/3185 77% [================================================ ] 2471/3185 77% [================================================ ] 2472/3185 77% [================================================ ] 2473/3185 77% [================================================ ] 2474/3185 77% [================================================ ] 2475/3185 77% [================================================ ] 2476/3185 77% [================================================ ] 2477/3185 77% [================================================ ] 2478/3185 77% [================================================ ] 2479/3185 77% [================================================ ] 2480/3185 77% [================================================ ] 2481/3185 77% [================================================ ] 2482/3185 77% [================================================ ] 2483/3185 77% [================================================ ] 2484/3185 77% [================================================ ] 2485/3185 78% [================================================ ] 2486/3185 78% [================================================ ] 2487/3185 78% [================================================ ] 2488/3185 78% [================================================ ] 2489/3185 78% [================================================ ] 2490/3185 78% [================================================ ] 2491/3185 78% [================================================ ] 2492/3185 78% [================================================ ] 2493/3185 78% [================================================ ] 2494/3185 78% [================================================ ] 2495/3185 78% [================================================ ] 2496/3185 78% [================================================ ] 2497/3185 78% [================================================ ] 2498/3185 78% [================================================ ] 2499/3185 78% [================================================ ] 2500/3185 78% [================================================ ] 2501/3185 78% [================================================ ] 2502/3185 78% [================================================ ] 2503/3185 78% [================================================ ] 2504/3185 78% [================================================ ] 2505/3185 78% [================================================ ] 2506/3185 78% [================================================ ] 2507/3185 78% [================================================ ] 2508/3185 78% [================================================ ] 2509/3185 78% [================================================ ] 2510/3185 78% [================================================ ] 2511/3185 78% [================================================ ] 2512/3185 78% [================================================ ] 2513/3185 78% [================================================ ] 2514/3185 78% [================================================ ] 2515/3185 78% [================================================ ] 2516/3185 78% [================================================ ] 2517/3185 79% [================================================= ] 2518/3185 79% [================================================= ] 2519/3185 79% [================================================= ] 2520/3185 79% [================================================= ] 2521/3185 79% [================================================= ] 2522/3185 79% [================================================= ] 2523/3185 79% [================================================= ] 2524/3185 79% [================================================= ] 2525/3185 79% [================================================= ] 2526/3185 79% [================================================= ] 2527/3185 79% [================================================= ] 2528/3185 79% [================================================= ] 2529/3185 79% [================================================= ] 2530/3185 79% [================================================= ] 2531/3185 79% [================================================= ] 2532/3185 79% [================================================= ] 2533/3185 79% [================================================= ] 2534/3185 79% [================================================= ] 2535/3185 79% [================================================= ] 2536/3185 79% [================================================= ] 2537/3185 79% [================================================= ] 2538/3185 79% [================================================= ] 2539/3185 79% [================================================= ] 2540/3185 79% [================================================= ] 2541/3185 79% [================================================= ] 2542/3185 79% [================================================= ] 2543/3185 79% [================================================= ] 2544/3185 79% [================================================= ] 2545/3185 79% [================================================= ] 2546/3185 79% [================================================= ] 2547/3185 79% [================================================= ] 2548/3185 80% [================================================= ] 2549/3185 80% [================================================= ] 2550/3185 80% [================================================= ] 2551/3185 80% [================================================= ] 2552/3185 80% [================================================= ] 2553/3185 80% [================================================= ] 2554/3185 80% [================================================= ] 2555/3185 80% [================================================= ] 2556/3185 80% [================================================= ] 2557/3185 80% [================================================= ] 2558/3185 80% [================================================= ] 2559/3185 80% [================================================= ] 2560/3185 80% [================================================= ] 2561/3185 80% [================================================= ] 2562/3185 80% [================================================= ] 2563/3185 80% [================================================= ] 2564/3185 80% [================================================= ] 2565/3185 80% [================================================= ] 2566/3185 80% [================================================= ] 2567/3185 80% [================================================= ] 2568/3185 80% [================================================== ] 2569/3185 80% [================================================== ] 2570/3185 80% [================================================== ] 2571/3185 80% [================================================== ] 2572/3185 80% [================================================== ] 2573/3185 80% [================================================== ] 2574/3185 80% [================================================== ] 2575/3185 80% [================================================== ] 2576/3185 80% [================================================== ] 2577/3185 80% [================================================== ] 2578/3185 80% [================================================== ] 2579/3185 80% [================================================== ] 2580/3185 81% [================================================== ] 2581/3185 81% [================================================== ] 2582/3185 81% [================================================== ] 2583/3185 81% [================================================== ] 2584/3185 81% [================================================== ] 2585/3185 81% [================================================== ] 2586/3185 81% [================================================== ] 2587/3185 81% [================================================== ] 2588/3185 81% [================================================== ] 2589/3185 81% [================================================== ] 2590/3185 81% [================================================== ] 2591/3185 81% [================================================== ] 2592/3185 81% [================================================== ] 2593/3185 81% [================================================== ] 2594/3185 81% [================================================== ] 2595/3185 81% [================================================== ] 2596/3185 81% [================================================== ] 2597/3185 81% [================================================== ] 2598/3185 81% [================================================== ] 2599/3185 81% [================================================== ] 2600/3185 81% [================================================== ] 2601/3185 81% [================================================== ] 2602/3185 81% [================================================== ] 2603/3185 81% [================================================== ] 2604/3185 81% [================================================== ] 2605/3185 81% [================================================== ] 2606/3185 81% [================================================== ] 2607/3185 81% [================================================== ] 2608/3185 81% [================================================== ] 2609/3185 81% [================================================== ] 2610/3185 81% [================================================== ] 2611/3185 81% [================================================== ] 2612/3185 82% [================================================== ] 2613/3185 82% [================================================== ] 2614/3185 82% [================================================== ] 2615/3185 82% [================================================== ] 2616/3185 82% [================================================== ] 2617/3185 82% [================================================== ] 2618/3185 82% [================================================== ] 2619/3185 82% [=================================================== ] 2620/3185 82% [=================================================== ] 2621/3185 82% [=================================================== ] 2622/3185 82% [=================================================== ] 2623/3185 82% [=================================================== ] 2624/3185 82% [=================================================== ] 2625/3185 82% [=================================================== ] 2626/3185 82% [=================================================== ] 2627/3185 82% [=================================================== ] 2628/3185 82% [=================================================== ] 2629/3185 82% [=================================================== ] 2630/3185 82% [=================================================== ] 2631/3185 82% [=================================================== ] 2632/3185 82% [=================================================== ] 2633/3185 82% [=================================================== ] 2634/3185 82% [=================================================== ] 2635/3185 82% [=================================================== ] 2636/3185 82% [=================================================== ] 2637/3185 82% [=================================================== ] 2638/3185 82% [=================================================== ] 2639/3185 82% [=================================================== ] 2640/3185 82% [=================================================== ] 2641/3185 82% [=================================================== ] 2642/3185 82% [=================================================== ] 2643/3185 82% [=================================================== ] 2644/3185 83% [=================================================== ] 2645/3185 83% [=================================================== ] 2646/3185 83% [=================================================== ] 2647/3185 83% [=================================================== ] 2648/3185 83% [=================================================== ] 2649/3185 83% [=================================================== ] 2650/3185 83% [=================================================== ] 2651/3185 83% [=================================================== ] 2652/3185 83% [=================================================== ] 2653/3185 83% [=================================================== ] 2654/3185 83% [=================================================== ] 2655/3185 83% [=================================================== ] 2656/3185 83% [=================================================== ] 2657/3185 83% [=================================================== ] 2658/3185 83% [=================================================== ] 2659/3185 83% [=================================================== ] 2660/3185 83% [=================================================== ] 2661/3185 83% [=================================================== ] 2662/3185 83% [=================================================== ] 2663/3185 83% [=================================================== ] 2664/3185 83% [=================================================== ] 2665/3185 83% [=================================================== ] 2666/3185 83% [=================================================== ] 2667/3185 83% [=================================================== ] 2668/3185 83% [=================================================== ] 2669/3185 83% [=================================================== ] 2670/3185 83% [=================================================== ] 2671/3185 83% [==================================================== ] 2672/3185 83% [==================================================== ] 2673/3185 83% [==================================================== ] 2674/3185 83% [==================================================== ] 2675/3185 83% [==================================================== ] 2676/3185 84% [==================================================== ] 2677/3185 84% [==================================================== ] 2678/3185 84% [==================================================== ] 2679/3185 84% [==================================================== ] 2680/3185 84% [==================================================== ] 2681/3185 84% [==================================================== ] 2682/3185 84% [==================================================== ] 2683/3185 84% [==================================================== ] 2684/3185 84% [==================================================== ] 2685/3185 84% [==================================================== ] 2686/3185 84% [==================================================== ] 2687/3185 84% [==================================================== ] 2688/3185 84% [==================================================== ] 2689/3185 84% [==================================================== ] 2690/3185 84% [==================================================== ] 2691/3185 84% [==================================================== ] 2692/3185 84% [==================================================== ] 2693/3185 84% [==================================================== ] 2694/3185 84% [==================================================== ] 2695/3185 84% [==================================================== ] 2696/3185 84% [==================================================== ] 2697/3185 84% [==================================================== ] 2698/3185 84% [==================================================== ] 2699/3185 84% [==================================================== ] 2700/3185 84% [==================================================== ] 2701/3185 84% [==================================================== ] 2702/3185 84% [==================================================== ] 2703/3185 84% [==================================================== ] 2704/3185 84% [==================================================== ] 2705/3185 84% [==================================================== ] 2706/3185 84% [==================================================== ] 2707/3185 84% [==================================================== ] 2708/3185 85% [==================================================== ] 2709/3185 85% [==================================================== ] 2710/3185 85% [==================================================== ] 2711/3185 85% [==================================================== ] 2712/3185 85% [==================================================== ] 2713/3185 85% [==================================================== ] 2714/3185 85% [==================================================== ] 2715/3185 85% [==================================================== ] 2716/3185 85% [==================================================== ] 2717/3185 85% [==================================================== ] 2718/3185 85% [==================================================== ] 2719/3185 85% [==================================================== ] 2720/3185 85% [==================================================== ] 2721/3185 85% [==================================================== ] 2722/3185 85% [===================================================== ] 2723/3185 85% [===================================================== ] 2724/3185 85% [===================================================== ] 2725/3185 85% [===================================================== ] 2726/3185 85% [===================================================== ] 2727/3185 85% [===================================================== ] 2728/3185 85% [===================================================== ] 2729/3185 85% [===================================================== ] 2730/3185 85% [===================================================== ] 2731/3185 85% [===================================================== ] 2732/3185 85% [===================================================== ] 2733/3185 85% [===================================================== ] 2734/3185 85% [===================================================== ] 2735/3185 85% [===================================================== ] 2736/3185 85% [===================================================== ] 2737/3185 85% [===================================================== ] 2738/3185 85% [===================================================== ] 2739/3185 85% [===================================================== ] 2740/3185 86% [===================================================== ] 2741/3185 86% [===================================================== ] 2742/3185 86% [===================================================== ] 2743/3185 86% [===================================================== ] 2744/3185 86% [===================================================== ] 2745/3185 86% [===================================================== ] 2746/3185 86% [===================================================== ] 2747/3185 86% [===================================================== ] 2748/3185 86% [===================================================== ] 2749/3185 86% [===================================================== ] 2750/3185 86% [===================================================== ] 2751/3185 86% [===================================================== ] 2752/3185 86% [===================================================== ] 2753/3185 86% [===================================================== ] 2754/3185 86% [===================================================== ] 2755/3185 86% [===================================================== ] 2756/3185 86% [===================================================== ] 2757/3185 86% [===================================================== ] 2758/3185 86% [===================================================== ] 2759/3185 86% [===================================================== ] 2760/3185 86% [===================================================== ] 2761/3185 86% [===================================================== ] 2762/3185 86% [===================================================== ] 2763/3185 86% [===================================================== ] 2764/3185 86% [===================================================== ] 2765/3185 86% [===================================================== ] 2766/3185 86% [===================================================== ] 2767/3185 86% [===================================================== ] 2768/3185 86% [===================================================== ] 2769/3185 86% [===================================================== ] 2770/3185 86% [===================================================== ] 2771/3185 87% [===================================================== ] 2772/3185 87% [===================================================== ] 2773/3185 87% [===================================================== ] 2774/3185 87% [====================================================== ] 2775/3185 87% [====================================================== ] 2776/3185 87% [====================================================== ] 2777/3185 87% [====================================================== ] 2778/3185 87% [====================================================== ] 2779/3185 87% [====================================================== ] 2780/3185 87% [====================================================== ] 2781/3185 87% [====================================================== ] 2782/3185 87% [====================================================== ] 2783/3185 87% [====================================================== ] 2784/3185 87% [====================================================== ] 2785/3185 87% [====================================================== ] 2786/3185 87% [====================================================== ] 2787/3185 87% [====================================================== ] 2788/3185 87% [====================================================== ] 2789/3185 87% [====================================================== ] 2790/3185 87% [====================================================== ] 2791/3185 87% [====================================================== ] 2792/3185 87% [====================================================== ] 2793/3185 87% [====================================================== ] 2794/3185 87% [====================================================== ] 2795/3185 87% [====================================================== ] 2796/3185 87% [====================================================== ] 2797/3185 87% [====================================================== ] 2798/3185 87% [====================================================== ] 2799/3185 87% [====================================================== ] 2800/3185 87% [====================================================== ] 2801/3185 87% [====================================================== ] 2802/3185 87% [====================================================== ] 2803/3185 88% [====================================================== ] 2804/3185 88% [====================================================== ] 2805/3185 88% [====================================================== ] 2806/3185 88% [====================================================== ] 2807/3185 88% [====================================================== ] 2808/3185 88% [====================================================== ] 2809/3185 88% [====================================================== ] 2810/3185 88% [====================================================== ] 2811/3185 88% [====================================================== ] 2812/3185 88% [====================================================== ] 2813/3185 88% [====================================================== ] 2814/3185 88% [====================================================== ] 2815/3185 88% [====================================================== ] 2816/3185 88% [====================================================== ] 2817/3185 88% [====================================================== ] 2818/3185 88% [====================================================== ] 2819/3185 88% [====================================================== ] 2820/3185 88% [====================================================== ] 2821/3185 88% [====================================================== ] 2822/3185 88% [====================================================== ] 2823/3185 88% [====================================================== ] 2824/3185 88% [====================================================== ] 2825/3185 88% [======================================================= ] 2826/3185 88% [======================================================= ] 2827/3185 88% [======================================================= ] 2828/3185 88% [======================================================= ] 2829/3185 88% [======================================================= ] 2830/3185 88% [======================================================= ] 2831/3185 88% [======================================================= ] 2832/3185 88% [======================================================= ] 2833/3185 88% [======================================================= ] 2834/3185 88% [======================================================= ] 2835/3185 89% [======================================================= ] 2836/3185 89% [======================================================= ] 2837/3185 89% [======================================================= ] 2838/3185 89% [======================================================= ] 2839/3185 89% [======================================================= ] 2840/3185 89% [======================================================= ] 2841/3185 89% [======================================================= ] 2842/3185 89% [======================================================= ] 2843/3185 89% [======================================================= ] 2844/3185 89% [======================================================= ] 2845/3185 89% [======================================================= ] 2846/3185 89% [======================================================= ] 2847/3185 89% [======================================================= ] 2848/3185 89% [======================================================= ] 2849/3185 89% [======================================================= ] 2850/3185 89% [======================================================= ] 2851/3185 89% [======================================================= ] 2852/3185 89% [======================================================= ] 2853/3185 89% [======================================================= ] 2854/3185 89% [======================================================= ] 2855/3185 89% [======================================================= ] 2856/3185 89% [======================================================= ] 2857/3185 89% [======================================================= ] 2858/3185 89% [======================================================= ] 2859/3185 89% [======================================================= ] 2860/3185 89% [======================================================= ] 2861/3185 89% [======================================================= ] 2862/3185 89% [======================================================= ] 2863/3185 89% [======================================================= ] 2864/3185 89% [======================================================= ] 2865/3185 89% [======================================================= ] 2866/3185 89% [======================================================= ] 2867/3185 90% [======================================================= ] 2868/3185 90% [======================================================= ] 2869/3185 90% [======================================================= ] 2870/3185 90% [======================================================= ] 2871/3185 90% [======================================================= ] 2872/3185 90% [======================================================= ] 2873/3185 90% [======================================================= ] 2874/3185 90% [======================================================= ] 2875/3185 90% [======================================================= ] 2876/3185 90% [======================================================== ] 2877/3185 90% [======================================================== ] 2878/3185 90% [======================================================== ] 2879/3185 90% [======================================================== ] 2880/3185 90% [======================================================== ] 2881/3185 90% [======================================================== ] 2882/3185 90% [======================================================== ] 2883/3185 90% [======================================================== ] 2884/3185 90% [======================================================== ] 2885/3185 90% [======================================================== ] 2886/3185 90% [======================================================== ] 2887/3185 90% [======================================================== ] 2888/3185 90% [======================================================== ] 2889/3185 90% [======================================================== ] 2890/3185 90% [======================================================== ] 2891/3185 90% [======================================================== ] 2892/3185 90% [======================================================== ] 2893/3185 90% [======================================================== ] 2894/3185 90% [======================================================== ] 2895/3185 90% [======================================================== ] 2896/3185 90% [======================================================== ] 2897/3185 90% [======================================================== ] 2898/3185 90% [======================================================== ] 2899/3185 91% [======================================================== ] 2900/3185 91% [======================================================== ] 2901/3185 91% [======================================================== ] 2902/3185 91% [======================================================== ] 2903/3185 91% [======================================================== ] 2904/3185 91% [======================================================== ] 2905/3185 91% [======================================================== ] 2906/3185 91% [======================================================== ] 2907/3185 91% [======================================================== ] 2908/3185 91% [======================================================== ] 2909/3185 91% [======================================================== ] 2910/3185 91% [======================================================== ] 2911/3185 91% [======================================================== ] 2912/3185 91% [======================================================== ] 2913/3185 91% [======================================================== ] 2914/3185 91% [======================================================== ] 2915/3185 91% [======================================================== ] 2916/3185 91% [======================================================== ] 2917/3185 91% [======================================================== ] 2918/3185 91% [======================================================== ] 2919/3185 91% [======================================================== ] 2920/3185 91% [======================================================== ] 2921/3185 91% [======================================================== ] 2922/3185 91% [======================================================== ] 2923/3185 91% [======================================================== ] 2924/3185 91% [======================================================== ] 2925/3185 91% [======================================================== ] 2926/3185 91% [======================================================== ] 2927/3185 91% [======================================================== ] 2928/3185 91% [========================================================= ] 2929/3185 91% [========================================================= ] 2930/3185 91% [========================================================= ] 2931/3185 92% [========================================================= ] 2932/3185 92% [========================================================= ] 2933/3185 92% [========================================================= ] 2934/3185 92% [========================================================= ] 2935/3185 92% [========================================================= ] 2936/3185 92% [========================================================= ] 2937/3185 92% [========================================================= ] 2938/3185 92% [========================================================= ] 2939/3185 92% [========================================================= ] 2940/3185 92% [========================================================= ] 2941/3185 92% [========================================================= ] 2942/3185 92% [========================================================= ] 2943/3185 92% [========================================================= ] 2944/3185 92% [========================================================= ] 2945/3185 92% [========================================================= ] 2946/3185 92% [========================================================= ] 2947/3185 92% [========================================================= ] 2948/3185 92% [========================================================= ] 2949/3185 92% [========================================================= ] 2950/3185 92% [========================================================= ] 2951/3185 92% [========================================================= ] 2952/3185 92% [========================================================= ] 2953/3185 92% [========================================================= ] 2954/3185 92% [========================================================= ] 2955/3185 92% [========================================================= ] 2956/3185 92% [========================================================= ] 2957/3185 92% [========================================================= ] 2958/3185 92% [========================================================= ] 2959/3185 92% [========================================================= ] 2960/3185 92% [========================================================= ] 2961/3185 92% [========================================================= ] 2962/3185 92% [========================================================= ] 2963/3185 93% [========================================================= ] 2964/3185 93% [========================================================= ] 2965/3185 93% [========================================================= ] 2966/3185 93% [========================================================= ] 2967/3185 93% [========================================================= ] 2968/3185 93% [========================================================= ] 2969/3185 93% [========================================================= ] 2970/3185 93% [========================================================= ] 2971/3185 93% [========================================================= ] 2972/3185 93% [========================================================= ] 2973/3185 93% [========================================================= ] 2974/3185 93% [========================================================= ] 2975/3185 93% [========================================================= ] 2976/3185 93% [========================================================= ] 2977/3185 93% [========================================================= ] 2978/3185 93% [========================================================= ] 2979/3185 93% [========================================================== ] 2980/3185 93% [========================================================== ] 2981/3185 93% [========================================================== ] 2982/3185 93% [========================================================== ] 2983/3185 93% [========================================================== ] 2984/3185 93% [========================================================== ] 2985/3185 93% [========================================================== ] 2986/3185 93% [========================================================== ] 2987/3185 93% [========================================================== ] 2988/3185 93% [========================================================== ] 2989/3185 93% [========================================================== ] 2990/3185 93% [========================================================== ] 2991/3185 93% [========================================================== ] 2992/3185 93% [========================================================== ] 2993/3185 93% [========================================================== ] 2994/3185 94% [========================================================== ] 2995/3185 94% [========================================================== ] 2996/3185 94% [========================================================== ] 2997/3185 94% [========================================================== ] 2998/3185 94% [========================================================== ] 2999/3185 94% [========================================================== ] 3000/3185 94% [========================================================== ] 3001/3185 94% [========================================================== ] 3002/3185 94% [========================================================== ] 3003/3185 94% [========================================================== ] 3004/3185 94% [========================================================== ] 3005/3185 94% [========================================================== ] 3006/3185 94% [========================================================== ] 3007/3185 94% [========================================================== ] 3008/3185 94% [========================================================== ] 3009/3185 94% [========================================================== ] 3010/3185 94% [========================================================== ] 3011/3185 94% [========================================================== ] 3012/3185 94% [========================================================== ] 3013/3185 94% [========================================================== ] 3014/3185 94% [========================================================== ] 3015/3185 94% [========================================================== ] 3016/3185 94% [========================================================== ] 3017/3185 94% [========================================================== ] 3018/3185 94% [========================================================== ] 3019/3185 94% [========================================================== ] 3020/3185 94% [========================================================== ] 3021/3185 94% [========================================================== ] 3022/3185 94% [========================================================== ] 3023/3185 94% [========================================================== ] 3024/3185 94% [========================================================== ] 3025/3185 94% [========================================================== ] 3026/3185 95% [========================================================== ] 3027/3185 95% [========================================================== ] 3028/3185 95% [========================================================== ] 3029/3185 95% [========================================================== ] 3030/3185 95% [=========================================================== ] 3031/3185 95% [=========================================================== ] 3032/3185 95% [=========================================================== ] 3033/3185 95% [=========================================================== ] 3034/3185 95% [=========================================================== ] 3035/3185 95% [=========================================================== ] 3036/3185 95% [=========================================================== ] 3037/3185 95% [=========================================================== ] 3038/3185 95% [=========================================================== ] 3039/3185 95% [=========================================================== ] 3040/3185 95% [=========================================================== ] 3041/3185 95% [=========================================================== ] 3042/3185 95% [=========================================================== ] 3043/3185 95% [=========================================================== ] 3044/3185 95% [=========================================================== ] 3045/3185 95% [=========================================================== ] 3046/3185 95% [=========================================================== ] 3047/3185 95% [=========================================================== ] 3048/3185 95% [=========================================================== ] 3049/3185 95% [=========================================================== ] 3050/3185 95% [=========================================================== ] 3051/3185 95% [=========================================================== ] 3052/3185 95% [=========================================================== ] 3053/3185 95% [=========================================================== ] 3054/3185 95% [=========================================================== ] 3055/3185 95% [=========================================================== ] 3056/3185 95% [=========================================================== ] 3057/3185 95% [=========================================================== ] 3058/3185 96% [=========================================================== ] 3059/3185 96% [=========================================================== ] 3060/3185 96% [=========================================================== ] 3061/3185 96% [=========================================================== ] 3062/3185 96% [=========================================================== ] 3063/3185 96% [=========================================================== ] 3064/3185 96% [=========================================================== ] 3065/3185 96% [=========================================================== ] 3066/3185 96% [=========================================================== ] 3067/3185 96% [=========================================================== ] 3068/3185 96% [=========================================================== ] 3069/3185 96% [=========================================================== ] 3070/3185 96% [=========================================================== ] 3071/3185 96% [=========================================================== ] 3072/3185 96% [=========================================================== ] 3073/3185 96% [=========================================================== ] 3074/3185 96% [=========================================================== ] 3075/3185 96% [=========================================================== ] 3076/3185 96% [=========================================================== ] 3077/3185 96% [=========================================================== ] 3078/3185 96% [=========================================================== ] 3079/3185 96% [=========================================================== ] 3080/3185 96% [=========================================================== ] 3081/3185 96% [=========================================================== ] 3082/3185 96% [============================================================ ] 3083/3185 96% [============================================================ ] 3084/3185 96% [============================================================ ] 3085/3185 96% [============================================================ ] 3086/3185 96% [============================================================ ] 3087/3185 96% [============================================================ ] 3088/3185 96% [============================================================ ] 3089/3185 96% [============================================================ ] 3090/3185 97% [============================================================ ] 3091/3185 97% [============================================================ ] 3092/3185 97% [============================================================ ] 3093/3185 97% [============================================================ ] 3094/3185 97% [============================================================ ] 3095/3185 97% [============================================================ ] 3096/3185 97% [============================================================ ] 3097/3185 97% [============================================================ ] 3098/3185 97% [============================================================ ] 3099/3185 97% [============================================================ ] 3100/3185 97% [============================================================ ] 3101/3185 97% [============================================================ ] 3102/3185 97% [============================================================ ] 3103/3185 97% [============================================================ ] 3104/3185 97% [============================================================ ] 3105/3185 97% [============================================================ ] 3106/3185 97% [============================================================ ] 3107/3185 97% [============================================================ ] 3108/3185 97% [============================================================ ] 3109/3185 97% [============================================================ ] 3110/3185 97% [============================================================ ] 3111/3185 97% [============================================================ ] 3112/3185 97% [============================================================ ] 3113/3185 97% [============================================================ ] 3114/3185 97% [============================================================ ] 3115/3185 97% [============================================================ ] 3116/3185 97% [============================================================ ] 3117/3185 97% [============================================================ ] 3118/3185 97% [============================================================ ] 3119/3185 97% [============================================================ ] 3120/3185 97% [============================================================ ] 3121/3185 97% [============================================================ ] 3122/3185 98% [============================================================ ] 3123/3185 98% [============================================================ ] 3124/3185 98% [============================================================ ] 3125/3185 98% [============================================================ ] 3126/3185 98% [============================================================ ] 3127/3185 98% [============================================================ ] 3128/3185 98% [============================================================ ] 3129/3185 98% [============================================================ ] 3130/3185 98% [============================================================ ] 3131/3185 98% [============================================================ ] 3132/3185 98% [============================================================ ] 3133/3185 98% [============================================================= ] 3134/3185 98% [============================================================= ] 3135/3185 98% [============================================================= ] 3136/3185 98% [============================================================= ] 3137/3185 98% [============================================================= ] 3138/3185 98% [============================================================= ] 3139/3185 98% [============================================================= ] 3140/3185 98% [============================================================= ] 3141/3185 98% [============================================================= ] 3142/3185 98% [============================================================= ] 3143/3185 98% [============================================================= ] 3144/3185 98% [============================================================= ] 3145/3185 98% [============================================================= ] 3146/3185 98% [============================================================= ] 3147/3185 98% [============================================================= ] 3148/3185 98% [============================================================= ] 3149/3185 98% [============================================================= ] 3150/3185 98% [============================================================= ] 3151/3185 98% [============================================================= ] 3152/3185 98% [============================================================= ] 3153/3185 98% [============================================================= ] 3154/3185 99% [============================================================= ] 3155/3185 99% [============================================================= ] 3156/3185 99% [============================================================= ] 3157/3185 99% [============================================================= ] 3158/3185 99% [============================================================= ] 3159/3185 99% [============================================================= ] 3160/3185 99% [============================================================= ] 3161/3185 99% [============================================================= ] 3162/3185 99% [============================================================= ] 3163/3185 99% [============================================================= ] 3164/3185 99% [============================================================= ] 3165/3185 99% [============================================================= ] 3166/3185 99% [============================================================= ] 3167/3185 99% [============================================================= ] 3168/3185 99% [============================================================= ] 3169/3185 99% [============================================================= ] 3170/3185 99% [============================================================= ] 3171/3185 99% [============================================================= ] 3172/3185 99% [============================================================= ] 3173/3185 99% [============================================================= ] 3174/3185 99% [============================================================= ] 3175/3185 99% [============================================================= ] 3176/3185 99% [============================================================= ] 3177/3185 99% [============================================================= ] 3178/3185 99% [============================================================= ] 3179/3185 99% [============================================================= ] 3180/3185 99% [============================================================= ] 3181/3185 99% [============================================================= ] 3182/3185 99% [============================================================= ] 3183/3185 99% [============================================================= ] 3184/3185 99% [==============================================================] 3185/3185 100% operation complete, 3185 objects in 117476 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2021.05-7719-g716b8c4e7b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-aespipe 2.4f Collecting legal info >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> git 2.31.4 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdeflate 1.12 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mbpfan 2.3.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkcs11-helper 1.29.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> sound-theme-borealis 0.9a Collecting legal info >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> spidev_test 5.8 Collecting legal info >>> sudo 1.9.11p2 Collecting legal info LICENSE.md: OK (sha256: cf3a83366f9aabfd76d693ce03843106fcaaf6c76dfa97610f7c0b719a06e6bb) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ulogd 2.0.7 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> whetstone 1.2 Collecting legal info >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> zsh 5.8.1 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) 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-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'