cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-1/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-1/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-1/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zchunk 1.2.2 Installing to target PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/autobuild/instance-1/output-1/target PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-1/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-1/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/home/buildroot/autobuild/instance-1/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.so.1.2.2 to /home/buildroot/autobuild/instance-1/output-1/target/usr/lib Installing src/zck to /home/buildroot/autobuild/instance-1/output-1/target/usr/bin Installing src/unzck to /home/buildroot/autobuild/instance-1/output-1/target/usr/bin Installing src/zck_gen_zdict to /home/buildroot/autobuild/instance-1/output-1/target/usr/bin Installing src/zck_read_header to /home/buildroot/autobuild/instance-1/output-1/target/usr/bin Installing src/zck_delta_size to /home/buildroot/autobuild/instance-1/output-1/target/usr/bin Installing /home/buildroot/autobuild/instance-1/output-1/build/zchunk-1.2.2/build/include/zck.h to /home/buildroot/autobuild/instance-1/output-1/target/usr/include Installing /home/buildroot/autobuild/instance-1/output-1/build/zchunk-1.2.2/doc/unzck.1 to /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-1/output-1/build/zchunk-1.2.2/doc/zck.1 to /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-1/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-1/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-1/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-1/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-1/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.2.2 to /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/libzck.so >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/bash" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells grep -qsE '^/bin/dash$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/dash" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/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-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells ln -sf bash /home/buildroot/autobuild/instance-1/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,bash,' /home/buildroot/autobuild/instance-1/output-1/target/etc/passwd if [ -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab printf '%s\n' C en_US locale-archive > /home/buildroot/autobuild/instance-1/output-1/build/locales.nopurge for dir in /home/buildroot/autobuild/instance-1/output-1/target/usr/share/locale /home/buildroot/autobuild/instance-1/output-1/target/usr/share/X11/locale /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-6332-g5645990b882"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' davfs2 -1 davfs2 -1 * - - - davfs user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n - - sudo -1 - - - -\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3333 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/3333 0% [ ] 2/3333 0% [ ] 3/3333 0% [ ] 4/3333 0% [ ] 5/3333 0% [ ] 6/3333 0% [ ] 7/3333 0% [ ] 8/3333 0% [ ] 9/3333 0% [ ] 10/3333 0% [ ] 11/3333 0% [ ] 12/3333 0% [ ] 13/3333 0% [ ] 14/3333 0% [ ] 15/3333 0% [ ] 16/3333 0% [ ] 17/3333 0% [ ] 18/3333 0% [ ] 19/3333 0% [ ] 20/3333 0% [ ] 21/3333 0% [ ] 22/3333 0% [ ] 23/3333 0% [ ] 24/3333 0% [ ] 25/3333 0% [ ] 26/3333 0% [ ] 27/3333 0% [ ] 28/3333 0% [ ] 29/3333 0% [ ] 30/3333 0% [ ] 31/3333 0% [ ] 32/3333 0% [ ] 33/3333 0% [ ] 34/3333 1% [ ] 35/3333 1% [ ] 36/3333 1% [ ] 37/3333 1% [ ] 38/3333 1% [ ] 39/3333 1% [ ] 40/3333 1% [ ] 41/3333 1% [ ] 42/3333 1% [ ] 43/3333 1% [ ] 44/3333 1% [ ] 45/3333 1% [ ] 46/3333 1% [ ] 47/3333 1% [ ] 48/3333 1% [ ] 49/3333 1% [ ] 50/3333 1% [ ] 51/3333 1% [ ] 52/3333 1% [ ] 53/3333 1% [= ] 54/3333 1% [= ] 55/3333 1% [= ] 56/3333 1% [= ] 57/3333 1% [= ] 58/3333 1% [= ] 59/3333 1% [= ] 60/3333 1% [= ] 61/3333 1% [= ] 62/3333 1% [= ] 63/3333 1% [= ] 64/3333 1% [= ] 65/3333 1% [= ] 66/3333 1% [= ] 67/3333 2% [= ] 68/3333 2% [= ] 69/3333 2% [= ] 70/3333 2% [= ] 71/3333 2% [= ] 72/3333 2% [= ] 73/3333 2% [= ] 74/3333 2% [= ] 75/3333 2% [= ] 76/3333 2% [= ] 77/3333 2% [= ] 78/3333 2% [= ] 79/3333 2% [= ] 80/3333 2% [= ] 81/3333 2% [= ] 82/3333 2% [= ] 83/3333 2% [= ] 84/3333 2% [= ] 85/3333 2% [= ] 86/3333 2% [= ] 87/3333 2% [= ] 88/3333 2% [= ] 89/3333 2% [= ] 90/3333 2% [= ] 91/3333 2% [= ] 92/3333 2% [= ] 93/3333 2% [= ] 94/3333 2% [= ] 95/3333 2% [= ] 96/3333 2% [= ] 97/3333 2% [= ] 98/3333 2% [= ] 99/3333 2% [= ] 100/3333 3% [= ] 101/3333 3% [= ] 102/3333 3% [= ] 103/3333 3% [= ] 104/3333 3% [= ] 105/3333 3% [= ] 106/3333 3% [= ] 107/3333 3% [== ] 108/3333 3% [== ] 109/3333 3% [== ] 110/3333 3% [== ] 111/3333 3% [== ] 112/3333 3% [== ] 113/3333 3% [== ] 114/3333 3% [== ] 115/3333 3% [== ] 116/3333 3% [== ] 117/3333 3% [== ] 118/3333 3% [== ] 119/3333 3% [== ] 120/3333 3% [== ] 121/3333 3% [== ] 122/3333 3% [== ] 123/3333 3% [== ] 124/3333 3% [== ] 125/3333 3% [== ] 126/3333 3% [== ] 127/3333 3% [== ] 128/3333 3% [== ] 129/3333 3% [== ] 130/3333 3% [== ] 131/3333 3% [== ] 132/3333 3% [== ] 133/3333 3% [== ] 134/3333 4% [== ] 135/3333 4% [== ] 136/3333 4% [== ] 137/3333 4% [== ] 138/3333 4% [== ] 139/3333 4% [== ] 140/3333 4% [== ] 141/3333 4% [== ] 142/3333 4% [== ] 143/3333 4% [== ] 144/3333 4% [== ] 145/3333 4% [== ] 146/3333 4% [== ] 147/3333 4% [== ] 148/3333 4% [== ] 149/3333 4% [== ] 150/3333 4% [== ] 151/3333 4% [== ] 152/3333 4% [== ] 153/3333 4% [== ] 154/3333 4% [== ] 155/3333 4% [== ] 156/3333 4% [== ] 157/3333 4% [== ] 158/3333 4% [== ] 159/3333 4% [== ] 160/3333 4% [== ] 161/3333 4% [=== ] 162/3333 4% [=== ] 163/3333 4% [=== ] 164/3333 4% [=== ] 165/3333 4% [=== ] 166/3333 4% [=== ] 167/3333 5% [=== ] 168/3333 5% [=== ] 169/3333 5% [=== ] 170/3333 5% [=== ] 171/3333 5% [=== ] 172/3333 5% [=== ] 173/3333 5% [=== ] 174/3333 5% [=== ] 175/3333 5% [=== ] 176/3333 5% [=== ] 177/3333 5% [=== ] 178/3333 5% [=== ] 179/3333 5% [=== ] 180/3333 5% [=== ] 181/3333 5% [=== ] 182/3333 5% [=== ] 183/3333 5% [=== ] 184/3333 5% [=== ] 185/3333 5% [=== ] 186/3333 5% [=== ] 187/3333 5% [=== ] 188/3333 5% [=== ] 189/3333 5% [=== ] 190/3333 5% [=== ] 191/3333 5% [=== ] 192/3333 5% [=== ] 193/3333 5% [=== ] 194/3333 5% [=== ] 195/3333 5% [=== ] 196/3333 5% [=== ] 197/3333 5% [=== ] 198/3333 5% [=== ] 199/3333 5% [=== ] 200/3333 6% [=== ] 201/3333 6% [=== ] 202/3333 6% [=== ] 203/3333 6% [=== ] 204/3333 6% [=== ] 205/3333 6% [=== ] 206/3333 6% [=== ] 207/3333 6% [=== ] 208/3333 6% [=== ] 209/3333 6% [=== ] 210/3333 6% [=== ] 211/3333 6% [=== ] 212/3333 6% [=== ] 213/3333 6% [=== ] 214/3333 6% [=== ] 215/3333 6% [==== ] 216/3333 6% [==== ] 217/3333 6% [==== ] 218/3333 6% [==== ] 219/3333 6% [==== ] 220/3333 6% [==== ] 221/3333 6% [==== ] 222/3333 6% [==== ] 223/3333 6% [==== ] 224/3333 6% [==== ] 225/3333 6% [==== ] 226/3333 6% [==== ] 227/3333 6% [==== ] 228/3333 6% [==== ] 229/3333 6% [==== ] 230/3333 6% [==== ] 231/3333 6% [==== ] 232/3333 6% [==== ] 233/3333 6% [==== ] 234/3333 7% [==== ] 235/3333 7% [==== ] 236/3333 7% [==== ] 237/3333 7% [==== ] 238/3333 7% [==== ] 239/3333 7% [==== ] 240/3333 7% [==== ] 241/3333 7% [==== ] 242/3333 7% [==== ] 243/3333 7% [==== ] 244/3333 7% [==== ] 245/3333 7% [==== ] 246/3333 7% [==== ] 247/3333 7% [==== ] 248/3333 7% [==== ] 249/3333 7% [==== ] 250/3333 7% [==== ] 251/3333 7% [==== ] 252/3333 7% [==== ] 253/3333 7% [==== ] 254/3333 7% [==== ] 255/3333 7% [==== ] 256/3333 7% [==== ] 257/3333 7% [==== ] 258/3333 7% [==== ] 259/3333 7% [==== ] 260/3333 7% [==== ] 261/3333 7% [==== ] 262/3333 7% [==== ] 263/3333 7% [==== ] 264/3333 7% [==== ] 265/3333 7% [==== ] 266/3333 7% [==== ] 267/3333 8% [==== ] 268/3333 8% [===== ] 269/3333 8% [===== ] 270/3333 8% [===== ] 271/3333 8% [===== ] 272/3333 8% [===== ] 273/3333 8% [===== ] 274/3333 8% [===== ] 275/3333 8% [===== ] 276/3333 8% [===== ] 277/3333 8% [===== ] 278/3333 8% [===== ] 279/3333 8% [===== ] 280/3333 8% [===== ] 281/3333 8% [===== ] 282/3333 8% [===== ] 283/3333 8% [===== ] 284/3333 8% [===== ] 285/3333 8% [===== ] 286/3333 8% [===== ] 287/3333 8% [===== ] 288/3333 8% [===== ] 289/3333 8% [===== ] 290/3333 8% [===== ] 291/3333 8% [===== ] 292/3333 8% [===== ] 293/3333 8% [===== ] 294/3333 8% [===== ] 295/3333 8% [===== ] 296/3333 8% [===== ] 297/3333 8% [===== ] 298/3333 8% [===== ] 299/3333 8% [===== ] 300/3333 9% [===== ] 301/3333 9% [===== ] 302/3333 9% [===== ] 303/3333 9% [===== ] 304/3333 9% [===== ] 305/3333 9% [===== ] 306/3333 9% [===== ] 307/3333 9% [===== ] 308/3333 9% [===== ] 309/3333 9% [===== ] 310/3333 9% [===== ] 311/3333 9% [===== ] 312/3333 9% [===== ] 313/3333 9% [===== ] 314/3333 9% [===== ] 315/3333 9% [===== ] 316/3333 9% [===== ] 317/3333 9% [===== ] 318/3333 9% [===== ] 319/3333 9% [===== ] 320/3333 9% [===== ] 321/3333 9% [===== ] 322/3333 9% [====== ] 323/3333 9% [====== ] 324/3333 9% [====== ] 325/3333 9% [====== ] 326/3333 9% [====== ] 327/3333 9% [====== ] 328/3333 9% [====== ] 329/3333 9% [====== ] 330/3333 9% [====== ] 331/3333 9% [====== ] 332/3333 9% [====== ] 333/3333 9% [====== ] 334/3333 10% [====== ] 335/3333 10% [====== ] 336/3333 10% [====== ] 337/3333 10% [====== ] 338/3333 10% [====== ] 339/3333 10% [====== ] 340/3333 10% [====== ] 341/3333 10% [====== ] 342/3333 10% [====== ] 343/3333 10% [====== ] 344/3333 10% [====== ] 345/3333 10% [====== ] 346/3333 10% [====== ] 347/3333 10% [====== ] 348/3333 10% [====== ] 349/3333 10% [====== ] 350/3333 10% [====== ] 351/3333 10% [====== ] 352/3333 10% [====== ] 353/3333 10% [====== ] 354/3333 10% [====== ] 355/3333 10% [====== ] 356/3333 10% [====== ] 357/3333 10% [====== ] 358/3333 10% [====== ] 359/3333 10% [====== ] 360/3333 10% [====== ] 361/3333 10% [====== ] 362/3333 10% [====== ] 363/3333 10% [====== ] 364/3333 10% [====== ] 365/3333 10% [====== ] 366/3333 10% [====== ] 367/3333 11% [====== ] 368/3333 11% [====== ] 369/3333 11% [====== ] 370/3333 11% [====== ] 371/3333 11% [====== ] 372/3333 11% [====== ] 373/3333 11% [====== ] 374/3333 11% [====== ] 375/3333 11% [====== ] 376/3333 11% [======= ] 377/3333 11% [======= ] 378/3333 11% [======= ] 379/3333 11% [======= ] 380/3333 11% [======= ] 381/3333 11% [======= ] 382/3333 11% [======= ] 383/3333 11% [======= ] 384/3333 11% [======= ] 385/3333 11% [======= ] 386/3333 11% [======= ] 387/3333 11% [======= ] 388/3333 11% [======= ] 389/3333 11% [======= ] 390/3333 11% [======= ] 391/3333 11% [======= ] 392/3333 11% [======= ] 393/3333 11% [======= ] 394/3333 11% [======= ] 395/3333 11% [======= ] 396/3333 11% [======= ] 397/3333 11% [======= ] 398/3333 11% [======= ] 399/3333 11% [======= ] 400/3333 12% [======= ] 401/3333 12% [======= ] 402/3333 12% [======= ] 403/3333 12% [======= ] 404/3333 12% [======= ] 405/3333 12% [======= ] 406/3333 12% [======= ] 407/3333 12% [======= ] 408/3333 12% [======= ] 409/3333 12% [======= ] 410/3333 12% [======= ] 411/3333 12% [======= ] 412/3333 12% [======= ] 413/3333 12% [======= ] 414/3333 12% [======= ] 415/3333 12% [======= ] 416/3333 12% [======= ] 417/3333 12% [======= ] 418/3333 12% [======= ] 419/3333 12% [======= ] 420/3333 12% [======= ] 421/3333 12% [======= ] 422/3333 12% [======= ] 423/3333 12% [======= ] 424/3333 12% [======= ] 425/3333 12% [======= ] 426/3333 12% [======= ] 427/3333 12% [======= ] 428/3333 12% [======= ] 429/3333 12% [======= ] 430/3333 12% [======== ] 431/3333 12% [======== ] 432/3333 12% [======== ] 433/3333 12% [======== ] 434/3333 13% [======== ] 435/3333 13% [======== ] 436/3333 13% [======== ] 437/3333 13% [======== ] 438/3333 13% [======== ] 439/3333 13% [======== ] 440/3333 13% [======== ] 441/3333 13% [======== ] 442/3333 13% [======== ] 443/3333 13% [======== ] 444/3333 13% [======== ] 445/3333 13% [======== ] 446/3333 13% [======== ] 447/3333 13% [======== ] 448/3333 13% [======== ] 449/3333 13% [======== ] 450/3333 13% [======== ] 451/3333 13% [======== ] 452/3333 13% [======== ] 453/3333 13% [======== ] 454/3333 13% [======== ] 455/3333 13% [======== ] 456/3333 13% [======== ] 457/3333 13% [======== ] 458/3333 13% [======== ] 459/3333 13% [======== ] 460/3333 13% [======== ] 461/3333 13% [======== ] 462/3333 13% [======== ] 463/3333 13% [======== ] 464/3333 13% [======== ] 465/3333 13% [======== ] 466/3333 13% [======== ] 467/3333 14% [======== ] 468/3333 14% [======== ] 469/3333 14% [======== ] 470/3333 14% [======== ] 471/3333 14% [======== ] 472/3333 14% [======== ] 473/3333 14% [======== ] 474/3333 14% [======== ] 475/3333 14% [======== ] 476/3333 14% [======== ] 477/3333 14% [======== ] 478/3333 14% [======== ] 479/3333 14% [======== ] 480/3333 14% [======== ] 481/3333 14% [======== ] 482/3333 14% [======== ] 483/3333 14% [========= ] 484/3333 14% [========= ] 485/3333 14% [========= ] 486/3333 14% [========= ] 487/3333 14% [========= ] 488/3333 14% [========= ] 489/3333 14% [========= ] 490/3333 14% [========= ] 491/3333 14% [========= ] 492/3333 14% [========= ] 493/3333 14% [========= ] 494/3333 14% [========= ] 495/3333 14% [========= ] 496/3333 14% [========= ] 497/3333 14% [========= ] 498/3333 14% [========= ] 499/3333 14% [========= ] 500/3333 15% [========= ] 501/3333 15% [========= ] 502/3333 15% [========= ] 503/3333 15% [========= ] 504/3333 15% [========= ] 505/3333 15% [========= ] 506/3333 15% [========= ] 507/3333 15% [========= ] 508/3333 15% [========= ] 509/3333 15% [========= ] 510/3333 15% [========= ] 511/3333 15% [========= ] 512/3333 15% [========= ] 513/3333 15% [========= ] 514/3333 15% [========= ] 515/3333 15% [========= ] 516/3333 15% [========= ] 517/3333 15% [========= ] 518/3333 15% [========= ] 519/3333 15% [========= ] 520/3333 15% [========= ] 521/3333 15% [========= ] 522/3333 15% [========= ] 523/3333 15% [========= ] 524/3333 15% [========= ] 525/3333 15% [========= ] 526/3333 15% [========= ] 527/3333 15% [========= ] 528/3333 15% [========= ] 529/3333 15% [========= ] 530/3333 15% [========= ] 531/3333 15% [========= ] 532/3333 15% [========= ] 533/3333 15% [========= ] 534/3333 16% [========= ] 535/3333 16% [========= ] 536/3333 16% [========= ] 537/3333 16% [========== ] 538/3333 16% [========== ] 539/3333 16% [========== ] 540/3333 16% [========== ] 541/3333 16% [========== ] 542/3333 16% [========== ] 543/3333 16% [========== ] 544/3333 16% [========== ] 545/3333 16% [========== ] 546/3333 16% [========== ] 547/3333 16% [========== ] 548/3333 16% [========== ] 549/3333 16% [========== ] 550/3333 16% [========== ] 551/3333 16% [========== ] 552/3333 16% [========== ] 553/3333 16% [========== ] 554/3333 16% [========== ] 555/3333 16% [========== ] 556/3333 16% [========== ] 557/3333 16% [========== ] 558/3333 16% [========== ] 559/3333 16% [========== ] 560/3333 16% [========== ] 561/3333 16% [========== ] 562/3333 16% [========== ] 563/3333 16% [========== ] 564/3333 16% [========== ] 565/3333 16% [========== ] 566/3333 16% [========== ] 567/3333 17% [========== ] 568/3333 17% [========== ] 569/3333 17% [========== ] 570/3333 17% [========== ] 571/3333 17% [========== ] 572/3333 17% [========== ] 573/3333 17% [========== ] 574/3333 17% [========== ] 575/3333 17% [========== ] 576/3333 17% [========== ] 577/3333 17% [========== ] 578/3333 17% [========== ] 579/3333 17% [========== ] 580/3333 17% [========== ] 581/3333 17% [========== ] 582/3333 17% [========== ] 583/3333 17% [========== ] 584/3333 17% [========== ] 585/3333 17% [========== ] 586/3333 17% [========== ] 587/3333 17% [========== ] 588/3333 17% [========== ] 589/3333 17% [========== ] 590/3333 17% [========== ] 591/3333 17% [=========== ] 592/3333 17% [=========== ] 593/3333 17% [=========== ] 594/3333 17% [=========== ] 595/3333 17% [=========== ] 596/3333 17% [=========== ] 597/3333 17% [=========== ] 598/3333 17% [=========== ] 599/3333 17% [=========== ] 600/3333 18% [=========== ] 601/3333 18% [=========== ] 602/3333 18% [=========== ] 603/3333 18% [=========== ] 604/3333 18% [=========== ] 605/3333 18% [=========== ] 606/3333 18% [=========== ] 607/3333 18% [=========== ] 608/3333 18% [=========== ] 609/3333 18% [=========== ] 610/3333 18% [=========== ] 611/3333 18% [=========== ] 612/3333 18% [=========== ] 613/3333 18% [=========== ] 614/3333 18% [=========== ] 615/3333 18% [=========== ] 616/3333 18% [=========== ] 617/3333 18% [=========== ] 618/3333 18% [=========== ] 619/3333 18% [=========== ] 620/3333 18% [=========== ] 621/3333 18% [=========== ] 622/3333 18% [=========== ] 623/3333 18% [=========== ] 624/3333 18% [=========== ] 625/3333 18% [=========== ] 626/3333 18% [=========== ] 627/3333 18% [=========== ] 628/3333 18% [=========== ] 629/3333 18% [=========== ] 630/3333 18% [=========== ] 631/3333 18% [=========== ] 632/3333 18% [=========== ] 633/3333 18% [=========== ] 634/3333 19% [=========== ] 635/3333 19% [=========== ] 636/3333 19% [=========== ] 637/3333 19% [=========== ] 638/3333 19% [=========== ] 639/3333 19% [=========== ] 640/3333 19% [=========== ] 641/3333 19% [=========== ] 642/3333 19% [=========== ] 643/3333 19% [=========== ] 644/3333 19% [=========== ] 645/3333 19% [============ ] 646/3333 19% [============ ] 647/3333 19% [============ ] 648/3333 19% [============ ] 649/3333 19% [============ ] 650/3333 19% [============ ] 651/3333 19% [============ ] 652/3333 19% [============ ] 653/3333 19% [============ ] 654/3333 19% [============ ] 655/3333 19% [============ ] 656/3333 19% [============ ] 657/3333 19% [============ ] 658/3333 19% [============ ] 659/3333 19% [============ ] 660/3333 19% [============ ] 661/3333 19% [============ ] 662/3333 19% [============ ] 663/3333 19% [============ ] 664/3333 19% [============ ] 665/3333 19% [============ ] 666/3333 19% [============ ] 667/3333 20% [============ ] 668/3333 20% [============ ] 669/3333 20% [============ ] 670/3333 20% [============ ] 671/3333 20% [============ ] 672/3333 20% [============ ] 673/3333 20% [============ ] 674/3333 20% [============ ] 675/3333 20% [============ ] 676/3333 20% [============ ] 677/3333 20% [============ ] 678/3333 20% [============ ] 679/3333 20% [============ ] 680/3333 20% [============ ] 681/3333 20% [============ ] 682/3333 20% [============ ] 683/3333 20% [============ ] 684/3333 20% [============ ] 685/3333 20% [============ ] 686/3333 20% [============ ] 687/3333 20% [============ ] 688/3333 20% [============ ] 689/3333 20% [============ ] 690/3333 20% [============ ] 691/3333 20% [============ ] 692/3333 20% [============ ] 693/3333 20% [============ ] 694/3333 20% [============ ] 695/3333 20% [============ ] 696/3333 20% [============ ] 697/3333 20% [============ ] 698/3333 20% [============= ] 699/3333 20% [============= ] 700/3333 21% [============= ] 701/3333 21% [============= ] 702/3333 21% [============= ] 703/3333 21% [============= ] 704/3333 21% [============= ] 705/3333 21% [============= ] 706/3333 21% [============= ] 707/3333 21% [============= ] 708/3333 21% [============= ] 709/3333 21% [============= ] 710/3333 21% [============= ] 711/3333 21% [============= ] 712/3333 21% [============= ] 713/3333 21% [============= ] 714/3333 21% [============= ] 715/3333 21% [============= ] 716/3333 21% [============= ] 717/3333 21% [============= ] 718/3333 21% [============= ] 719/3333 21% [============= ] 720/3333 21% [============= ] 721/3333 21% [============= ] 722/3333 21% [============= ] 723/3333 21% [============= ] 724/3333 21% [============= ] 725/3333 21% [============= ] 726/3333 21% [============= ] 727/3333 21% [============= ] 728/3333 21% [============= ] 729/3333 21% [============= ] 730/3333 21% [============= ] 731/3333 21% [============= ] 732/3333 21% [============= ] 733/3333 21% [============= ] 734/3333 22% [============= ] 735/3333 22% [============= ] 736/3333 22% [============= ] 737/3333 22% [============= ] 738/3333 22% [============= ] 739/3333 22% [============= ] 740/3333 22% [============= ] 741/3333 22% [============= ] 742/3333 22% [============= ] 743/3333 22% [============= ] 744/3333 22% [============= ] 745/3333 22% [============= ] 746/3333 22% [============= ] 747/3333 22% [============= ] 748/3333 22% [============= ] 749/3333 22% [============= ] 750/3333 22% [============= ] 751/3333 22% [============= ] 752/3333 22% [============== ] 753/3333 22% [============== ] 754/3333 22% [============== ] 755/3333 22% [============== ] 756/3333 22% [============== ] 757/3333 22% [============== ] 758/3333 22% [============== ] 759/3333 22% [============== ] 760/3333 22% [============== ] 761/3333 22% [============== ] 762/3333 22% [============== ] 763/3333 22% [============== ] 764/3333 22% [============== ] 765/3333 22% [============== ] 766/3333 22% [============== ] 767/3333 23% [============== ] 768/3333 23% [============== ] 769/3333 23% [============== ] 770/3333 23% [============== ] 771/3333 23% [============== ] 772/3333 23% [============== ] 773/3333 23% [============== ] 774/3333 23% [============== ] 775/3333 23% [============== ] 776/3333 23% [============== ] 777/3333 23% [============== ] 778/3333 23% [============== ] 779/3333 23% [============== ] 780/3333 23% [============== ] 781/3333 23% [============== ] 782/3333 23% [============== ] 783/3333 23% [============== ] 784/3333 23% [============== ] 785/3333 23% [============== ] 786/3333 23% [============== ] 787/3333 23% [============== ] 788/3333 23% [============== ] 789/3333 23% [============== ] 790/3333 23% [============== ] 791/3333 23% [============== ] 792/3333 23% [============== ] 793/3333 23% [============== ] 794/3333 23% [============== ] 795/3333 23% [============== ] 796/3333 23% [============== ] 797/3333 23% [============== ] 798/3333 23% [============== ] 799/3333 23% [============== ] 800/3333 24% [============== ] 801/3333 24% [============== ] 802/3333 24% [============== ] 803/3333 24% [============== ] 804/3333 24% [============== ] 805/3333 24% [============== ] 806/3333 24% [=============== ] 807/3333 24% [=============== ] 808/3333 24% [=============== ] 809/3333 24% [=============== ] 810/3333 24% [=============== ] 811/3333 24% [=============== ] 812/3333 24% [=============== ] 813/3333 24% [=============== ] 814/3333 24% [=============== ] 815/3333 24% [=============== ] 816/3333 24% [=============== ] 817/3333 24% [=============== ] 818/3333 24% [=============== ] 819/3333 24% [=============== ] 820/3333 24% [=============== ] 821/3333 24% [=============== ] 822/3333 24% [=============== ] 823/3333 24% [=============== ] 824/3333 24% [=============== ] 825/3333 24% [=============== ] 826/3333 24% [=============== ] 827/3333 24% [=============== ] 828/3333 24% [=============== ] 829/3333 24% [=============== ] 830/3333 24% [=============== ] 831/3333 24% [=============== ] 832/3333 24% [=============== ] 833/3333 24% [=============== ] 834/3333 25% [=============== ] 835/3333 25% [=============== ] 836/3333 25% [=============== ] 837/3333 25% [=============== ] 838/3333 25% [=============== ] 839/3333 25% [=============== ] 840/3333 25% [=============== ] 841/3333 25% [=============== ] 842/3333 25% [=============== ] 843/3333 25% [=============== ] 844/3333 25% [=============== ] 845/3333 25% [=============== ] 846/3333 25% [=============== ] 847/3333 25% [=============== ] 848/3333 25% [=============== ] 849/3333 25% [=============== ] 850/3333 25% [=============== ] 851/3333 25% [=============== ] 852/3333 25% [=============== ] 853/3333 25% [=============== ] 854/3333 25% [=============== ] 855/3333 25% [=============== ] 856/3333 25% [=============== ] 857/3333 25% [=============== ] 858/3333 25% [=============== ] 859/3333 25% [=============== ] 860/3333 25% [================ ] 861/3333 25% [================ ] 862/3333 25% [================ ] 863/3333 25% [================ ] 864/3333 25% [================ ] 865/3333 25% [================ ] 866/3333 25% [================ ] 867/3333 26% [================ ] 868/3333 26% [================ ] 869/3333 26% [================ ] 870/3333 26% [================ ] 871/3333 26% [================ ] 872/3333 26% [================ ] 873/3333 26% [================ ] 874/3333 26% [================ ] 875/3333 26% [================ ] 876/3333 26% [================ ] 877/3333 26% [================ ] 878/3333 26% [================ ] 879/3333 26% [================ ] 880/3333 26% [================ ] 881/3333 26% [================ ] 882/3333 26% [================ ] 883/3333 26% [================ ] 884/3333 26% [================ ] 885/3333 26% [================ ] 886/3333 26% [================ ] 887/3333 26% [================ ] 888/3333 26% [================ ] 889/3333 26% [================ ] 890/3333 26% [================ ] 891/3333 26% [================ ] 892/3333 26% [================ ] 893/3333 26% [================ ] 894/3333 26% [================ ] 895/3333 26% [================ ] 896/3333 26% [================ ] 897/3333 26% [================ ] 898/3333 26% [================ ] 899/3333 26% [================ ] 900/3333 27% [================ ] 901/3333 27% [================ ] 902/3333 27% [================ ] 903/3333 27% [================ ] 904/3333 27% [================ ] 905/3333 27% [================ ] 906/3333 27% [================ ] 907/3333 27% [================ ] 908/3333 27% [================ ] 909/3333 27% [================ ] 910/3333 27% [================ ] 911/3333 27% [================ ] 912/3333 27% [================ ] 913/3333 27% [================= ] 914/3333 27% [================= ] 915/3333 27% [================= ] 916/3333 27% [================= ] 917/3333 27% [================= ] 918/3333 27% [================= ] 919/3333 27% [================= ] 920/3333 27% [================= ] 921/3333 27% [================= ] 922/3333 27% [================= ] 923/3333 27% [================= ] 924/3333 27% [================= ] 925/3333 27% [================= ] 926/3333 27% [================= ] 927/3333 27% [================= ] 928/3333 27% [================= ] 929/3333 27% [================= ] 930/3333 27% [================= ] 931/3333 27% [================= ] 932/3333 27% [================= ] 933/3333 27% [================= ] 934/3333 28% [================= ] 935/3333 28% [================= ] 936/3333 28% [================= ] 937/3333 28% [================= ] 938/3333 28% [================= ] 939/3333 28% [================= ] 940/3333 28% [================= ] 941/3333 28% [================= ] 942/3333 28% [================= ] 943/3333 28% [================= ] 944/3333 28% [================= ] 945/3333 28% [================= ] 946/3333 28% [================= ] 947/3333 28% [================= ] 948/3333 28% [================= ] 949/3333 28% [================= ] 950/3333 28% [================= ] 951/3333 28% [================= ] 952/3333 28% [================= ] 953/3333 28% [================= ] 954/3333 28% [================= ] 955/3333 28% [================= ] 956/3333 28% [================= ] 957/3333 28% [================= ] 958/3333 28% [================= ] 959/3333 28% [================= ] 960/3333 28% [================= ] 961/3333 28% [================= ] 962/3333 28% [================= ] 963/3333 28% [================= ] 964/3333 28% [================= ] 965/3333 28% [================= ] 966/3333 28% [================= ] 967/3333 29% [================== ] 968/3333 29% [================== ] 969/3333 29% [================== ] 970/3333 29% [================== ] 971/3333 29% [================== ] 972/3333 29% [================== ] 973/3333 29% [================== ] 974/3333 29% [================== ] 975/3333 29% [================== ] 976/3333 29% [================== ] 977/3333 29% [================== ] 978/3333 29% [================== ] 979/3333 29% [================== ] 980/3333 29% [================== ] 981/3333 29% [================== ] 982/3333 29% [================== ] 983/3333 29% [================== ] 984/3333 29% [================== ] 985/3333 29% [================== ] 986/3333 29% [================== ] 987/3333 29% [================== ] 988/3333 29% [================== ] 989/3333 29% [================== ] 990/3333 29% [================== ] 991/3333 29% [================== ] 992/3333 29% [================== ] 993/3333 29% [================== ] 994/3333 29% [================== ] 995/3333 29% [================== ] 996/3333 29% [================== ] 997/3333 29% [================== ] 998/3333 29% [================== ] 999/3333 29% [================== ] 1000/3333 30% [================== ] 1001/3333 30% [================== ] 1002/3333 30% [================== ] 1003/3333 30% [================== ] 1004/3333 30% [================== ] 1005/3333 30% [================== ] 1006/3333 30% [================== ] 1007/3333 30% [================== ] 1008/3333 30% [================== ] 1009/3333 30% [================== ] 1010/3333 30% [================== ] 1011/3333 30% [================== ] 1012/3333 30% [================== ] 1013/3333 30% [================== ] 1014/3333 30% [================== ] 1015/3333 30% [================== ] 1016/3333 30% [================== ] 1017/3333 30% [================== ] 1018/3333 30% [================== ] 1019/3333 30% [================== ] 1020/3333 30% [================== ] 1021/3333 30% [=================== ] 1022/3333 30% [=================== ] 1023/3333 30% [=================== ] 1024/3333 30% [=================== ] 1025/3333 30% [=================== ] 1026/3333 30% [=================== ] 1027/3333 30% [=================== ] 1028/3333 30% [=================== ] 1029/3333 30% [=================== ] 1030/3333 30% [=================== ] 1031/3333 30% [=================== ] 1032/3333 30% [=================== ] 1033/3333 30% [=================== ] 1034/3333 31% [=================== ] 1035/3333 31% [=================== ] 1036/3333 31% [=================== ] 1037/3333 31% [=================== ] 1038/3333 31% [=================== ] 1039/3333 31% [=================== ] 1040/3333 31% [=================== ] 1041/3333 31% [=================== ] 1042/3333 31% [=================== ] 1043/3333 31% [=================== ] 1044/3333 31% [=================== ] 1045/3333 31% [=================== ] 1046/3333 31% [=================== ] 1047/3333 31% [=================== ] 1048/3333 31% [=================== ] 1049/3333 31% [=================== ] 1050/3333 31% [=================== ] 1051/3333 31% [=================== ] 1052/3333 31% [=================== ] 1053/3333 31% [=================== ] 1054/3333 31% [=================== ] 1055/3333 31% [=================== ] 1056/3333 31% [=================== ] 1057/3333 31% [=================== ] 1058/3333 31% [=================== ] 1059/3333 31% [=================== ] 1060/3333 31% [=================== ] 1061/3333 31% [=================== ] 1062/3333 31% [=================== ] 1063/3333 31% [=================== ] 1064/3333 31% [=================== ] 1065/3333 31% [=================== ] 1066/3333 31% [=================== ] 1067/3333 32% [=================== ] 1068/3333 32% [=================== ] 1069/3333 32% [=================== ] 1070/3333 32% [=================== ] 1071/3333 32% [=================== ] 1072/3333 32% [=================== ] 1073/3333 32% [=================== ] 1074/3333 32% [=================== ] 1075/3333 32% [==================== ] 1076/3333 32% [==================== ] 1077/3333 32% [==================== ] 1078/3333 32% [==================== ] 1079/3333 32% [==================== ] 1080/3333 32% [==================== ] 1081/3333 32% [==================== ] 1082/3333 32% [==================== ] 1083/3333 32% [==================== ] 1084/3333 32% [==================== ] 1085/3333 32% [==================== ] 1086/3333 32% [==================== ] 1087/3333 32% [==================== ] 1088/3333 32% [==================== ] 1089/3333 32% [==================== ] 1090/3333 32% [==================== ] 1091/3333 32% [==================== ] 1092/3333 32% [==================== ] 1093/3333 32% [==================== ] 1094/3333 32% [==================== ] 1095/3333 32% [==================== ] 1096/3333 32% [==================== ] 1097/3333 32% [==================== ] 1098/3333 32% [==================== ] 1099/3333 32% [==================== ] 1100/3333 33% [==================== ] 1101/3333 33% [==================== ] 1102/3333 33% [==================== ] 1103/3333 33% [==================== ] 1104/3333 33% [==================== ] 1105/3333 33% [==================== ] 1106/3333 33% [==================== ] 1107/3333 33% [==================== ] 1108/3333 33% [==================== ] 1109/3333 33% [==================== ] 1110/3333 33% [==================== ] 1111/3333 33% [==================== ] 1112/3333 33% [==================== ] 1113/3333 33% [==================== ] 1114/3333 33% [==================== ] 1115/3333 33% [==================== ] 1116/3333 33% [==================== ] 1117/3333 33% [==================== ] 1118/3333 33% [==================== ] 1119/3333 33% [==================== ] 1120/3333 33% [==================== ] 1121/3333 33% [==================== ] 1122/3333 33% [==================== ] 1123/3333 33% [==================== ] 1124/3333 33% [==================== ] 1125/3333 33% [==================== ] 1126/3333 33% [==================== ] 1127/3333 33% [==================== ] 1128/3333 33% [===================== ] 1129/3333 33% [===================== ] 1130/3333 33% [===================== ] 1131/3333 33% [===================== ] 1132/3333 33% [===================== ] 1133/3333 33% [===================== ] 1134/3333 34% [===================== ] 1135/3333 34% [===================== ] 1136/3333 34% [===================== ] 1137/3333 34% [===================== ] 1138/3333 34% [===================== ] 1139/3333 34% [===================== ] 1140/3333 34% [===================== ] 1141/3333 34% [===================== ] 1142/3333 34% [===================== ] 1143/3333 34% [===================== ] 1144/3333 34% [===================== ] 1145/3333 34% [===================== ] 1146/3333 34% [===================== ] 1147/3333 34% [===================== ] 1148/3333 34% [===================== ] 1149/3333 34% [===================== ] 1150/3333 34% [===================== ] 1151/3333 34% [===================== ] 1152/3333 34% [===================== ] 1153/3333 34% [===================== ] 1154/3333 34% [===================== ] 1155/3333 34% [===================== ] 1156/3333 34% [===================== ] 1157/3333 34% [===================== ] 1158/3333 34% [===================== ] 1159/3333 34% [===================== ] 1160/3333 34% [===================== ] 1161/3333 34% [===================== ] 1162/3333 34% [===================== ] 1163/3333 34% [===================== ] 1164/3333 34% [===================== ] 1165/3333 34% [===================== ] 1166/3333 34% [===================== ] 1167/3333 35% [===================== ] 1168/3333 35% [===================== ] 1169/3333 35% [===================== ] 1170/3333 35% [===================== ] 1171/3333 35% [===================== ] 1172/3333 35% [===================== ] 1173/3333 35% [===================== ] 1174/3333 35% [===================== ] 1175/3333 35% [===================== ] 1176/3333 35% [===================== ] 1177/3333 35% [===================== ] 1178/3333 35% [===================== ] 1179/3333 35% [===================== ] 1180/3333 35% [===================== ] 1181/3333 35% [===================== ] 1182/3333 35% [====================== ] 1183/3333 35% [====================== ] 1184/3333 35% [====================== ] 1185/3333 35% [====================== ] 1186/3333 35% [====================== ] 1187/3333 35% [====================== ] 1188/3333 35% [====================== ] 1189/3333 35% [====================== ] 1190/3333 35% [====================== ] 1191/3333 35% [====================== ] 1192/3333 35% [====================== ] 1193/3333 35% [====================== ] 1194/3333 35% [====================== ] 1195/3333 35% [====================== ] 1196/3333 35% [====================== ] 1197/3333 35% [====================== ] 1198/3333 35% [====================== ] 1199/3333 35% [====================== ] 1200/3333 36% [====================== ] 1201/3333 36% [====================== ] 1202/3333 36% [====================== ] 1203/3333 36% [====================== ] 1204/3333 36% [====================== ] 1205/3333 36% [====================== ] 1206/3333 36% [====================== ] 1207/3333 36% [====================== ] 1208/3333 36% [====================== ] 1209/3333 36% [====================== ] 1210/3333 36% [====================== ] 1211/3333 36% [====================== ] 1212/3333 36% [====================== ] 1213/3333 36% [====================== ] 1214/3333 36% [====================== ] 1215/3333 36% [====================== ] 1216/3333 36% [====================== ] 1217/3333 36% [====================== ] 1218/3333 36% [====================== ] 1219/3333 36% [====================== ] 1220/3333 36% [====================== ] 1221/3333 36% [====================== ] 1222/3333 36% [====================== ] 1223/3333 36% [====================== ] 1224/3333 36% [====================== ] 1225/3333 36% [====================== ] 1226/3333 36% [====================== ] 1227/3333 36% [====================== ] 1228/3333 36% [====================== ] 1229/3333 36% [====================== ] 1230/3333 36% [====================== ] 1231/3333 36% [====================== ] 1232/3333 36% [====================== ] 1233/3333 36% [====================== ] 1234/3333 37% [====================== ] 1235/3333 37% [====================== ] 1236/3333 37% [======================= ] 1237/3333 37% [======================= ] 1238/3333 37% [======================= ] 1239/3333 37% [======================= ] 1240/3333 37% [======================= ] 1241/3333 37% [======================= ] 1242/3333 37% [======================= ] 1243/3333 37% [======================= ] 1244/3333 37% [======================= ] 1245/3333 37% [======================= ] 1246/3333 37% [======================= ] 1247/3333 37% [======================= ] 1248/3333 37% [======================= ] 1249/3333 37% [======================= ] 1250/3333 37% [======================= ] 1251/3333 37% [======================= ] 1252/3333 37% [======================= ] 1253/3333 37% [======================= ] 1254/3333 37% [======================= ] 1255/3333 37% [======================= ] 1256/3333 37% [======================= ] 1257/3333 37% [======================= ] 1258/3333 37% [======================= ] 1259/3333 37% [======================= ] 1260/3333 37% [======================= ] 1261/3333 37% [======================= ] 1262/3333 37% [======================= ] 1263/3333 37% [======================= ] 1264/3333 37% [======================= ] 1265/3333 37% [======================= ] 1266/3333 37% [======================= ] 1267/3333 38% [======================= ] 1268/3333 38% [======================= ] 1269/3333 38% [======================= ] 1270/3333 38% [======================= ] 1271/3333 38% [======================= ] 1272/3333 38% [======================= ] 1273/3333 38% [======================= ] 1274/3333 38% [======================= ] 1275/3333 38% [======================= ] 1276/3333 38% [======================= ] 1277/3333 38% [======================= ] 1278/3333 38% [======================= ] 1279/3333 38% [======================= ] 1280/3333 38% [======================= ] 1281/3333 38% [======================= ] 1282/3333 38% [======================= ] 1283/3333 38% [======================= ] 1284/3333 38% [======================= ] 1285/3333 38% [======================= ] 1286/3333 38% [======================= ] 1287/3333 38% [======================= ] 1288/3333 38% [======================= ] 1289/3333 38% [======================= ] 1290/3333 38% [======================== ] 1291/3333 38% [======================== ] 1292/3333 38% [======================== ] 1293/3333 38% [======================== ] 1294/3333 38% [======================== ] 1295/3333 38% [======================== ] 1296/3333 38% [======================== ] 1297/3333 38% [======================== ] 1298/3333 38% [======================== ] 1299/3333 38% [======================== ] 1300/3333 39% [======================== ] 1301/3333 39% [======================== ] 1302/3333 39% [======================== ] 1303/3333 39% [======================== ] 1304/3333 39% [======================== ] 1305/3333 39% [======================== ] 1306/3333 39% [======================== ] 1307/3333 39% [======================== ] 1308/3333 39% [======================== ] 1309/3333 39% [======================== ] 1310/3333 39% [======================== ] 1311/3333 39% [======================== ] 1312/3333 39% [======================== ] 1313/3333 39% [======================== ] 1314/3333 39% [======================== ] 1315/3333 39% [======================== ] 1316/3333 39% [======================== ] 1317/3333 39% [======================== ] 1318/3333 39% [======================== ] 1319/3333 39% [======================== ] 1320/3333 39% [======================== ] 1321/3333 39% [======================== ] 1322/3333 39% [======================== ] 1323/3333 39% [======================== ] 1324/3333 39% [======================== ] 1325/3333 39% [======================== ] 1326/3333 39% [======================== ] 1327/3333 39% [======================== ] 1328/3333 39% [======================== ] 1329/3333 39% [======================== ] 1330/3333 39% [======================== ] 1331/3333 39% [======================== ] 1332/3333 39% [======================== ] 1333/3333 39% [======================== ] 1334/3333 40% [======================== ] 1335/3333 40% [======================== ] 1336/3333 40% [======================== ] 1337/3333 40% [======================== ] 1338/3333 40% [======================== ] 1339/3333 40% [======================== ] 1340/3333 40% [======================== ] 1341/3333 40% [======================== ] 1342/3333 40% [======================== ] 1343/3333 40% [========================= ] 1344/3333 40% [========================= ] 1345/3333 40% [========================= ] 1346/3333 40% [========================= ] 1347/3333 40% [========================= ] 1348/3333 40% [========================= ] 1349/3333 40% [========================= ] 1350/3333 40% [========================= ] 1351/3333 40% [========================= ] 1352/3333 40% [========================= ] 1353/3333 40% [========================= ] 1354/3333 40% [========================= ] 1355/3333 40% [========================= ] 1356/3333 40% [========================= ] 1357/3333 40% [========================= ] 1358/3333 40% [========================= ] 1359/3333 40% [========================= ] 1360/3333 40% [========================= ] 1361/3333 40% [========================= ] 1362/3333 40% [========================= ] 1363/3333 40% [========================= ] 1364/3333 40% [========================= ] 1365/3333 40% [========================= ] 1366/3333 40% [========================= ] 1367/3333 41% [========================= ] 1368/3333 41% [========================= ] 1369/3333 41% [========================= ] 1370/3333 41% [========================= ] 1371/3333 41% [========================= ] 1372/3333 41% [========================= ] 1373/3333 41% [========================= ] 1374/3333 41% [========================= ] 1375/3333 41% [========================= ] 1376/3333 41% [========================= ] 1377/3333 41% [========================= ] 1378/3333 41% [========================= ] 1379/3333 41% [========================= ] 1380/3333 41% [========================= ] 1381/3333 41% [========================= ] 1382/3333 41% [========================= ] 1383/3333 41% [========================= ] 1384/3333 41% [========================= ] 1385/3333 41% [========================= ] 1386/3333 41% [========================= ] 1387/3333 41% [========================= ] 1388/3333 41% [========================= ] 1389/3333 41% [========================= ] 1390/3333 41% [========================= ] 1391/3333 41% [========================= ] 1392/3333 41% [========================= ] 1393/3333 41% [========================= ] 1394/3333 41% [========================= ] 1395/3333 41% [========================= ] 1396/3333 41% [========================= ] 1397/3333 41% [========================== ] 1398/3333 41% [========================== ] 1399/3333 41% [========================== ] 1400/3333 42% [========================== ] 1401/3333 42% [========================== ] 1402/3333 42% [========================== ] 1403/3333 42% [========================== ] 1404/3333 42% [========================== ] 1405/3333 42% [========================== ] 1406/3333 42% [========================== ] 1407/3333 42% [========================== ] 1408/3333 42% [========================== ] 1409/3333 42% [========================== ] 1410/3333 42% [========================== ] 1411/3333 42% [========================== ] 1412/3333 42% [========================== ] 1413/3333 42% [========================== ] 1414/3333 42% [========================== ] 1415/3333 42% [========================== ] 1416/3333 42% [========================== ] 1417/3333 42% [========================== ] 1418/3333 42% [========================== ] 1419/3333 42% [========================== ] 1420/3333 42% [========================== ] 1421/3333 42% [========================== ] 1422/3333 42% [========================== ] 1423/3333 42% [========================== ] 1424/3333 42% [========================== ] 1425/3333 42% [========================== ] 1426/3333 42% [========================== ] 1427/3333 42% [========================== ] 1428/3333 42% [========================== ] 1429/3333 42% [========================== ] 1430/3333 42% [========================== ] 1431/3333 42% [========================== ] 1432/3333 42% [========================== ] 1433/3333 42% [========================== ] 1434/3333 43% [========================== ] 1435/3333 43% [========================== ] 1436/3333 43% [========================== ] 1437/3333 43% [========================== ] 1438/3333 43% [========================== ] 1439/3333 43% [========================== ] 1440/3333 43% [========================== ] 1441/3333 43% [========================== ] 1442/3333 43% [========================== ] 1443/3333 43% [========================== ] 1444/3333 43% [========================== ] 1445/3333 43% [========================== ] 1446/3333 43% [========================== ] 1447/3333 43% [========================== ] 1448/3333 43% [========================== ] 1449/3333 43% [========================== ] 1450/3333 43% [========================== ] 1451/3333 43% [=========================== ] 1452/3333 43% [=========================== ] 1453/3333 43% [=========================== ] 1454/3333 43% [=========================== ] 1455/3333 43% [=========================== ] 1456/3333 43% [=========================== ] 1457/3333 43% [=========================== ] 1458/3333 43% [=========================== ] 1459/3333 43% [=========================== ] 1460/3333 43% [=========================== ] 1461/3333 43% [=========================== ] 1462/3333 43% [=========================== ] 1463/3333 43% [=========================== ] 1464/3333 43% [=========================== ] 1465/3333 43% [=========================== ] 1466/3333 43% [=========================== ] 1467/3333 44% [=========================== ] 1468/3333 44% [=========================== ] 1469/3333 44% [=========================== ] 1470/3333 44% [=========================== ] 1471/3333 44% [=========================== ] 1472/3333 44% [=========================== ] 1473/3333 44% [=========================== ] 1474/3333 44% [=========================== ] 1475/3333 44% [=========================== ] 1476/3333 44% [=========================== ] 1477/3333 44% [=========================== ] 1478/3333 44% [=========================== ] 1479/3333 44% [=========================== ] 1480/3333 44% [=========================== ] 1481/3333 44% [=========================== ] 1482/3333 44% [=========================== ] 1483/3333 44% [=========================== ] 1484/3333 44% [=========================== ] 1485/3333 44% [=========================== ] 1486/3333 44% [=========================== ] 1487/3333 44% [=========================== ] 1488/3333 44% [=========================== ] 1489/3333 44% [=========================== ] 1490/3333 44% [=========================== ] 1491/3333 44% [=========================== ] 1492/3333 44% [=========================== ] 1493/3333 44% [=========================== ] 1494/3333 44% [=========================== ] 1495/3333 44% [=========================== ] 1496/3333 44% [=========================== ] 1497/3333 44% [=========================== ] 1498/3333 44% [=========================== ] 1499/3333 44% [=========================== ] 1500/3333 45% [=========================== ] 1501/3333 45% [=========================== ] 1502/3333 45% [=========================== ] 1503/3333 45% [=========================== ] 1504/3333 45% [=========================== ] 1505/3333 45% [============================ ] 1506/3333 45% [============================ ] 1507/3333 45% [============================ ] 1508/3333 45% [============================ ] 1509/3333 45% [============================ ] 1510/3333 45% [============================ ] 1511/3333 45% [============================ ] 1512/3333 45% [============================ ] 1513/3333 45% [============================ ] 1514/3333 45% [============================ ] 1515/3333 45% [============================ ] 1516/3333 45% [============================ ] 1517/3333 45% [============================ ] 1518/3333 45% [============================ ] 1519/3333 45% [============================ ] 1520/3333 45% [============================ ] 1521/3333 45% [============================ ] 1522/3333 45% [============================ ] 1523/3333 45% [============================ ] 1524/3333 45% [============================ ] 1525/3333 45% [============================ ] 1526/3333 45% [============================ ] 1527/3333 45% [============================ ] 1528/3333 45% [============================ ] 1529/3333 45% [============================ ] 1530/3333 45% [============================ ] 1531/3333 45% [============================ ] 1532/3333 45% [============================ ] 1533/3333 45% [============================ ] 1534/3333 46% [============================ ] 1535/3333 46% [============================ ] 1536/3333 46% [============================ ] 1537/3333 46% [============================ ] 1538/3333 46% [============================ ] 1539/3333 46% [============================ ] 1540/3333 46% [============================ ] 1541/3333 46% [============================ ] 1542/3333 46% [============================ ] 1543/3333 46% [============================ ] 1544/3333 46% [============================ ] 1545/3333 46% [============================ ] 1546/3333 46% [============================ ] 1547/3333 46% [============================ ] 1548/3333 46% [============================ ] 1549/3333 46% [============================ ] 1550/3333 46% [============================ ] 1551/3333 46% [============================ ] 1552/3333 46% [============================ ] 1553/3333 46% [============================ ] 1554/3333 46% [============================ ] 1555/3333 46% [============================ ] 1556/3333 46% [============================ ] 1557/3333 46% [============================ ] 1558/3333 46% [============================= ] 1559/3333 46% [============================= ] 1560/3333 46% [============================= ] 1561/3333 46% [============================= ] 1562/3333 46% [============================= ] 1563/3333 46% [============================= ] 1564/3333 46% [============================= ] 1565/3333 46% [============================= ] 1566/3333 46% [============================= ] 1567/3333 47% [============================= ] 1568/3333 47% [============================= ] 1569/3333 47% [============================= ] 1570/3333 47% [============================= ] 1571/3333 47% [============================= ] 1572/3333 47% [============================= ] 1573/3333 47% [============================= ] 1574/3333 47% [============================= ] 1575/3333 47% [============================= ] 1576/3333 47% [============================= ] 1577/3333 47% [============================= ] 1578/3333 47% [============================= ] 1579/3333 47% [============================= ] 1580/3333 47% [============================= ] 1581/3333 47% [============================= ] 1582/3333 47% [============================= ] 1583/3333 47% [============================= ] 1584/3333 47% [============================= ] 1585/3333 47% [============================= ] 1586/3333 47% [============================= ] 1587/3333 47% [============================= ] 1588/3333 47% [============================= ] 1589/3333 47% [============================= ] 1590/3333 47% [============================= ] 1591/3333 47% [============================= ] 1592/3333 47% [============================= ] 1593/3333 47% [============================= ] 1594/3333 47% [============================= ] 1595/3333 47% [============================= ] 1596/3333 47% [============================= ] 1597/3333 47% [============================= ] 1598/3333 47% [============================= ] 1599/3333 47% [============================= ] 1600/3333 48% [============================= ] 1601/3333 48% [============================= ] 1602/3333 48% [============================= ] 1603/3333 48% [============================= ] 1604/3333 48% [============================= ] 1605/3333 48% [============================= ] 1606/3333 48% [============================= ] 1607/3333 48% [============================= ] 1608/3333 48% [============================= ] 1609/3333 48% [============================= ] 1610/3333 48% [============================= ] 1611/3333 48% [============================= ] 1612/3333 48% [============================== ] 1613/3333 48% [============================== ] 1614/3333 48% [============================== ] 1615/3333 48% [============================== ] 1616/3333 48% [============================== ] 1617/3333 48% [============================== ] 1618/3333 48% [============================== ] 1619/3333 48% [============================== ] 1620/3333 48% [============================== ] 1621/3333 48% [============================== ] 1622/3333 48% [============================== ] 1623/3333 48% [============================== ] 1624/3333 48% [============================== ] 1625/3333 48% [============================== ] 1626/3333 48% [============================== ] 1627/3333 48% [============================== ] 1628/3333 48% [============================== ] 1629/3333 48% [============================== ] 1630/3333 48% [============================== ] 1631/3333 48% [============================== ] 1632/3333 48% [============================== ] 1633/3333 48% [============================== ] 1634/3333 49% [============================== ] 1635/3333 49% [============================== ] 1636/3333 49% [============================== ] 1637/3333 49% [============================== ] 1638/3333 49% [============================== ] 1639/3333 49% [============================== ] 1640/3333 49% [============================== ] 1641/3333 49% [============================== ] 1642/3333 49% [============================== ] 1643/3333 49% [============================== ] 1644/3333 49% [============================== ] 1645/3333 49% [============================== ] 1646/3333 49% [============================== ] 1647/3333 49% [============================== ] 1648/3333 49% [============================== ] 1649/3333 49% [============================== ] 1650/3333 49% [============================== ] 1651/3333 49% [============================== ] 1652/3333 49% [============================== ] 1653/3333 49% [============================== ] 1654/3333 49% [============================== ] 1655/3333 49% [============================== ] 1656/3333 49% [============================== ] 1657/3333 49% [============================== ] 1658/3333 49% [============================== ] 1659/3333 49% [============================== ] 1660/3333 49% [============================== ] 1661/3333 49% [============================== ] 1662/3333 49% [============================== ] 1663/3333 49% [============================== ] 1664/3333 49% [============================== ] 1665/3333 49% [============================== ] 1666/3333 49% [=============================== ] 1667/3333 50% [=============================== ] 1668/3333 50% [=============================== ] 1669/3333 50% [=============================== ] 1670/3333 50% [=============================== ] 1671/3333 50% [=============================== ] 1672/3333 50% [=============================== ] 1673/3333 50% [=============================== ] 1674/3333 50% [=============================== ] 1675/3333 50% [=============================== ] 1676/3333 50% [=============================== ] 1677/3333 50% [=============================== ] 1678/3333 50% [=============================== ] 1679/3333 50% [=============================== ] 1680/3333 50% [=============================== ] 1681/3333 50% [=============================== ] 1682/3333 50% [=============================== ] 1683/3333 50% [=============================== ] 1684/3333 50% [=============================== ] 1685/3333 50% [=============================== ] 1686/3333 50% [=============================== ] 1687/3333 50% [=============================== ] 1688/3333 50% [=============================== ] 1689/3333 50% [=============================== ] 1690/3333 50% [=============================== ] 1691/3333 50% [=============================== ] 1692/3333 50% [=============================== ] 1693/3333 50% [=============================== ] 1694/3333 50% [=============================== ] 1695/3333 50% [=============================== ] 1696/3333 50% [=============================== ] 1697/3333 50% [=============================== ] 1698/3333 50% [=============================== ] 1699/3333 50% [=============================== ] 1700/3333 51% [=============================== ] 1701/3333 51% [=============================== ] 1702/3333 51% [=============================== ] 1703/3333 51% [=============================== ] 1704/3333 51% [=============================== ] 1705/3333 51% [=============================== ] 1706/3333 51% [=============================== ] 1707/3333 51% [=============================== ] 1708/3333 51% [=============================== ] 1709/3333 51% [=============================== ] 1710/3333 51% [=============================== ] 1711/3333 51% [=============================== ] 1712/3333 51% [=============================== ] 1713/3333 51% [=============================== ] 1714/3333 51% [=============================== ] 1715/3333 51% [=============================== ] 1716/3333 51% [=============================== ] 1717/3333 51% [=============================== ] 1718/3333 51% [=============================== ] 1719/3333 51% [=============================== ] 1720/3333 51% [================================ ] 1721/3333 51% [================================ ] 1722/3333 51% [================================ ] 1723/3333 51% [================================ ] 1724/3333 51% [================================ ] 1725/3333 51% [================================ ] 1726/3333 51% [================================ ] 1727/3333 51% [================================ ] 1728/3333 51% [================================ ] 1729/3333 51% [================================ ] 1730/3333 51% [================================ ] 1731/3333 51% [================================ ] 1732/3333 51% [================================ ] 1733/3333 51% [================================ ] 1734/3333 52% [================================ ] 1735/3333 52% [================================ ] 1736/3333 52% [================================ ] 1737/3333 52% [================================ ] 1738/3333 52% [================================ ] 1739/3333 52% [================================ ] 1740/3333 52% [================================ ] 1741/3333 52% [================================ ] 1742/3333 52% [================================ ] 1743/3333 52% [================================ ] 1744/3333 52% [================================ ] 1745/3333 52% [================================ ] 1746/3333 52% [================================ ] 1747/3333 52% [================================ ] 1748/3333 52% [================================ ] 1749/3333 52% [================================ ] 1750/3333 52% [================================ ] 1751/3333 52% [================================ ] 1752/3333 52% [================================ ] 1753/3333 52% [================================ ] 1754/3333 52% [================================ ] 1755/3333 52% [================================ ] 1756/3333 52% [================================ ] 1757/3333 52% [================================ ] 1758/3333 52% [================================ ] 1759/3333 52% [================================ ] 1760/3333 52% [================================ ] 1761/3333 52% [================================ ] 1762/3333 52% [================================ ] 1763/3333 52% [================================ ] 1764/3333 52% [================================ ] 1765/3333 52% [================================ ] 1766/3333 52% [================================ ] 1767/3333 53% [================================ ] 1768/3333 53% [================================ ] 1769/3333 53% [================================ ] 1770/3333 53% [================================ ] 1771/3333 53% [================================ ] 1772/3333 53% [================================ ] 1773/3333 53% [================================ ] 1774/3333 53% [================================= ] 1775/3333 53% [================================= ] 1776/3333 53% [================================= ] 1777/3333 53% [================================= ] 1778/3333 53% [================================= ] 1779/3333 53% [================================= ] 1780/3333 53% [================================= ] 1781/3333 53% [================================= ] 1782/3333 53% [================================= ] 1783/3333 53% [================================= ] 1784/3333 53% [================================= ] 1785/3333 53% [================================= ] 1786/3333 53% [================================= ] 1787/3333 53% [================================= ] 1788/3333 53% [================================= ] 1789/3333 53% [================================= ] 1790/3333 53% [================================= ] 1791/3333 53% [================================= ] 1792/3333 53% [================================= ] 1793/3333 53% [================================= ] 1794/3333 53% [================================= ] 1795/3333 53% [================================= ] 1796/3333 53% [================================= ] 1797/3333 53% [================================= ] 1798/3333 53% [================================= ] 1799/3333 53% [================================= ] 1800/3333 54% [================================= ] 1801/3333 54% [================================= ] 1802/3333 54% [================================= ] 1803/3333 54% [================================= ] 1804/3333 54% [================================= ] 1805/3333 54% [================================= ] 1806/3333 54% [================================= ] 1807/3333 54% [================================= ] 1808/3333 54% [================================= ] 1809/3333 54% [================================= ] 1810/3333 54% [================================= ] 1811/3333 54% [================================= ] 1812/3333 54% [================================= ] 1813/3333 54% [================================= ] 1814/3333 54% [================================= ] 1815/3333 54% [================================= ] 1816/3333 54% [================================= ] 1817/3333 54% [================================= ] 1818/3333 54% [================================= ] 1819/3333 54% [================================= ] 1820/3333 54% [================================= ] 1821/3333 54% [================================= ] 1822/3333 54% [================================= ] 1823/3333 54% [================================= ] 1824/3333 54% [================================= ] 1825/3333 54% [================================= ] 1826/3333 54% [================================= ] 1827/3333 54% [================================== ] 1828/3333 54% [================================== ] 1829/3333 54% [================================== ] 1830/3333 54% [================================== ] 1831/3333 54% [================================== ] 1832/3333 54% [================================== ] 1833/3333 54% [================================== ] 1834/3333 55% [================================== ] 1835/3333 55% [================================== ] 1836/3333 55% [================================== ] 1837/3333 55% [================================== ] 1838/3333 55% [================================== ] 1839/3333 55% [================================== ] 1840/3333 55% [================================== ] 1841/3333 55% [================================== ] 1842/3333 55% [================================== ] 1843/3333 55% [================================== ] 1844/3333 55% [================================== ] 1845/3333 55% [================================== ] 1846/3333 55% [================================== ] 1847/3333 55% [================================== ] 1848/3333 55% [================================== ] 1849/3333 55% [================================== ] 1850/3333 55% [================================== ] 1851/3333 55% [================================== ] 1852/3333 55% [================================== ] 1853/3333 55% [================================== ] 1854/3333 55% [================================== ] 1855/3333 55% [================================== ] 1856/3333 55% [================================== ] 1857/3333 55% [================================== ] 1858/3333 55% [================================== ] 1859/3333 55% [================================== ] 1860/3333 55% [================================== ] 1861/3333 55% [================================== ] 1862/3333 55% [================================== ] 1863/3333 55% [================================== ] 1864/3333 55% [================================== ] 1865/3333 55% [================================== ] 1866/3333 55% [================================== ] 1867/3333 56% [================================== ] 1868/3333 56% [================================== ] 1869/3333 56% [================================== ] 1870/3333 56% [================================== ] 1871/3333 56% [================================== ] 1872/3333 56% [================================== ] 1873/3333 56% [================================== ] 1874/3333 56% [================================== ] 1875/3333 56% [================================== ] 1876/3333 56% [================================== ] 1877/3333 56% [================================== ] 1878/3333 56% [================================== ] 1879/3333 56% [================================== ] 1880/3333 56% [================================== ] 1881/3333 56% [=================================== ] 1882/3333 56% [=================================== ] 1883/3333 56% [=================================== ] 1884/3333 56% [=================================== ] 1885/3333 56% [=================================== ] 1886/3333 56% [=================================== ] 1887/3333 56% [=================================== ] 1888/3333 56% [=================================== ] 1889/3333 56% [=================================== ] 1890/3333 56% [=================================== ] 1891/3333 56% [=================================== ] 1892/3333 56% [=================================== ] 1893/3333 56% [=================================== ] 1894/3333 56% [=================================== ] 1895/3333 56% [=================================== ] 1896/3333 56% [=================================== ] 1897/3333 56% [=================================== ] 1898/3333 56% [=================================== ] 1899/3333 56% [=================================== ] 1900/3333 57% [=================================== ] 1901/3333 57% [=================================== ] 1902/3333 57% [=================================== ] 1903/3333 57% [=================================== ] 1904/3333 57% [=================================== ] 1905/3333 57% [=================================== ] 1906/3333 57% [=================================== ] 1907/3333 57% [=================================== ] 1908/3333 57% [=================================== ] 1909/3333 57% [=================================== ] 1910/3333 57% [=================================== ] 1911/3333 57% [=================================== ] 1912/3333 57% [=================================== ] 1913/3333 57% [=================================== ] 1914/3333 57% [=================================== ] 1915/3333 57% [=================================== ] 1916/3333 57% [=================================== ] 1917/3333 57% [=================================== ] 1918/3333 57% [=================================== ] 1919/3333 57% [=================================== ] 1920/3333 57% [=================================== ] 1921/3333 57% [=================================== ] 1922/3333 57% [=================================== ] 1923/3333 57% [=================================== ] 1924/3333 57% [=================================== ] 1925/3333 57% [=================================== ] 1926/3333 57% [=================================== ] 1927/3333 57% [=================================== ] 1928/3333 57% [=================================== ] 1929/3333 57% [=================================== ] 1930/3333 57% [=================================== ] 1931/3333 57% [=================================== ] 1932/3333 57% [=================================== ] 1933/3333 57% [=================================== ] 1934/3333 58% [=================================== ] 1935/3333 58% [==================================== ] 1936/3333 58% [==================================== ] 1937/3333 58% [==================================== ] 1938/3333 58% [==================================== ] 1939/3333 58% [==================================== ] 1940/3333 58% [==================================== ] 1941/3333 58% [==================================== ] 1942/3333 58% [==================================== ] 1943/3333 58% [==================================== ] 1944/3333 58% [==================================== ] 1945/3333 58% [==================================== ] 1946/3333 58% [==================================== ] 1947/3333 58% [==================================== ] 1948/3333 58% [==================================== ] 1949/3333 58% [==================================== ] 1950/3333 58% [==================================== ] 1951/3333 58% [==================================== ] 1952/3333 58% [==================================== ] 1953/3333 58% [==================================== ] 1954/3333 58% [==================================== ] 1955/3333 58% [==================================== ] 1956/3333 58% [==================================== ] 1957/3333 58% [==================================== ] 1958/3333 58% [==================================== ] 1959/3333 58% [==================================== ] 1960/3333 58% [==================================== ] 1961/3333 58% [==================================== ] 1962/3333 58% [==================================== ] 1963/3333 58% [==================================== ] 1964/3333 58% [==================================== ] 1965/3333 58% [==================================== ] 1966/3333 58% [==================================== ] 1967/3333 59% [==================================== ] 1968/3333 59% [==================================== ] 1969/3333 59% [==================================== ] 1970/3333 59% [==================================== ] 1971/3333 59% [==================================== ] 1972/3333 59% [==================================== ] 1973/3333 59% [==================================== ] 1974/3333 59% [==================================== ] 1975/3333 59% [==================================== ] 1976/3333 59% [==================================== ] 1977/3333 59% [==================================== ] 1978/3333 59% [==================================== ] 1979/3333 59% [==================================== ] 1980/3333 59% [==================================== ] 1981/3333 59% [==================================== ] 1982/3333 59% [==================================== ] 1983/3333 59% [==================================== ] 1984/3333 59% [==================================== ] 1985/3333 59% [==================================== ] 1986/3333 59% [==================================== ] 1987/3333 59% [==================================== ] 1988/3333 59% [==================================== ] 1989/3333 59% [===================================== ] 1990/3333 59% [===================================== ] 1991/3333 59% [===================================== ] 1992/3333 59% [===================================== ] 1993/3333 59% [===================================== ] 1994/3333 59% [===================================== ] 1995/3333 59% [===================================== ] 1996/3333 59% [===================================== ] 1997/3333 59% [===================================== ] 1998/3333 59% [===================================== ] 1999/3333 59% [===================================== ] 2000/3333 60% [===================================== ] 2001/3333 60% [===================================== ] 2002/3333 60% [===================================== ] 2003/3333 60% [===================================== ] 2004/3333 60% [===================================== ] 2005/3333 60% [===================================== ] 2006/3333 60% [===================================== ] 2007/3333 60% [===================================== ] 2008/3333 60% [===================================== ] 2009/3333 60% [===================================== ] 2010/3333 60% [===================================== ] 2011/3333 60% [===================================== ] 2012/3333 60% [===================================== ] 2013/3333 60% [===================================== ] 2014/3333 60% [===================================== ] 2015/3333 60% [===================================== ] 2016/3333 60% [===================================== ] 2017/3333 60% [===================================== ] 2018/3333 60% [===================================== ] 2019/3333 60% [===================================== ] 2020/3333 60% [===================================== ] 2021/3333 60% [===================================== ] 2022/3333 60% [===================================== ] 2023/3333 60% [===================================== ] 2024/3333 60% [===================================== ] 2025/3333 60% [===================================== ] 2026/3333 60% [===================================== ] 2027/3333 60% [===================================== ] 2028/3333 60% [===================================== ] 2029/3333 60% [===================================== ] 2030/3333 60% [===================================== ] 2031/3333 60% [===================================== ] 2032/3333 60% [===================================== ] 2033/3333 60% [===================================== ] 2034/3333 61% [===================================== ] 2035/3333 61% [===================================== ] 2036/3333 61% [===================================== ] 2037/3333 61% [===================================== ] 2038/3333 61% [===================================== ] 2039/3333 61% [===================================== ] 2040/3333 61% [===================================== ] 2041/3333 61% [===================================== ] 2042/3333 61% [====================================== ] 2043/3333 61% [====================================== ] 2044/3333 61% [====================================== ] 2045/3333 61% [====================================== ] 2046/3333 61% [====================================== ] 2047/3333 61% [====================================== ] 2048/3333 61% [====================================== ] 2049/3333 61% [====================================== ] 2050/3333 61% [====================================== ] 2051/3333 61% [====================================== ] 2052/3333 61% [====================================== ] 2053/3333 61% [====================================== ] 2054/3333 61% [====================================== ] 2055/3333 61% [====================================== ] 2056/3333 61% [====================================== ] 2057/3333 61% [====================================== ] 2058/3333 61% [====================================== ] 2059/3333 61% [====================================== ] 2060/3333 61% [====================================== ] 2061/3333 61% [====================================== ] 2062/3333 61% [====================================== ] 2063/3333 61% [====================================== ] 2064/3333 61% [====================================== ] 2065/3333 61% [====================================== ] 2066/3333 61% [====================================== ] 2067/3333 62% [====================================== ] 2068/3333 62% [====================================== ] 2069/3333 62% [====================================== ] 2070/3333 62% [====================================== ] 2071/3333 62% [====================================== ] 2072/3333 62% [====================================== ] 2073/3333 62% [====================================== ] 2074/3333 62% [====================================== ] 2075/3333 62% [====================================== ] 2076/3333 62% [====================================== ] 2077/3333 62% [====================================== ] 2078/3333 62% [====================================== ] 2079/3333 62% [====================================== ] 2080/3333 62% [====================================== ] 2081/3333 62% [====================================== ] 2082/3333 62% [====================================== ] 2083/3333 62% [====================================== ] 2084/3333 62% [====================================== ] 2085/3333 62% [====================================== ] 2086/3333 62% [====================================== ] 2087/3333 62% [====================================== ] 2088/3333 62% [====================================== ] 2089/3333 62% [====================================== ] 2090/3333 62% [====================================== ] 2091/3333 62% [====================================== ] 2092/3333 62% [====================================== ] 2093/3333 62% [====================================== ] 2094/3333 62% [====================================== ] 2095/3333 62% [====================================== ] 2096/3333 62% [======================================= ] 2097/3333 62% [======================================= ] 2098/3333 62% [======================================= ] 2099/3333 62% [======================================= ] 2100/3333 63% [======================================= ] 2101/3333 63% [======================================= ] 2102/3333 63% [======================================= ] 2103/3333 63% [======================================= ] 2104/3333 63% [======================================= ] 2105/3333 63% [======================================= ] 2106/3333 63% [======================================= ] 2107/3333 63% [======================================= ] 2108/3333 63% [======================================= ] 2109/3333 63% [======================================= ] 2110/3333 63% [======================================= ] 2111/3333 63% [======================================= ] 2112/3333 63% [======================================= ] 2113/3333 63% [======================================= ] 2114/3333 63% [======================================= ] 2115/3333 63% [======================================= ] 2116/3333 63% [======================================= ] 2117/3333 63% [======================================= ] 2118/3333 63% [======================================= ] 2119/3333 63% [======================================= ] 2120/3333 63% [======================================= ] 2121/3333 63% [======================================= ] 2122/3333 63% [======================================= ] 2123/3333 63% [======================================= ] 2124/3333 63% [======================================= ] 2125/3333 63% [======================================= ] 2126/3333 63% [======================================= ] 2127/3333 63% [======================================= ] 2128/3333 63% [======================================= ] 2129/3333 63% [======================================= ] 2130/3333 63% [======================================= ] 2131/3333 63% [======================================= ] 2132/3333 63% [======================================= ] 2133/3333 63% [======================================= ] 2134/3333 64% [======================================= ] 2135/3333 64% [======================================= ] 2136/3333 64% [======================================= ] 2137/3333 64% [======================================= ] 2138/3333 64% [======================================= ] 2139/3333 64% [======================================= ] 2140/3333 64% [======================================= ] 2141/3333 64% [======================================= ] 2142/3333 64% [======================================= ] 2143/3333 64% [======================================= ] 2144/3333 64% [======================================= ] 2145/3333 64% [======================================= ] 2146/3333 64% [======================================= ] 2147/3333 64% [======================================= ] 2148/3333 64% [======================================= ] 2149/3333 64% [======================================= ] 2150/3333 64% [======================================== ] 2151/3333 64% [======================================== ] 2152/3333 64% [======================================== ] 2153/3333 64% [======================================== ] 2154/3333 64% [======================================== ] 2155/3333 64% [======================================== ] 2156/3333 64% [======================================== ] 2157/3333 64% [======================================== ] 2158/3333 64% [======================================== ] 2159/3333 64% [======================================== ] 2160/3333 64% [======================================== ] 2161/3333 64% [======================================== ] 2162/3333 64% [======================================== ] 2163/3333 64% [======================================== ] 2164/3333 64% [======================================== ] 2165/3333 64% [======================================== ] 2166/3333 64% [======================================== ] 2167/3333 65% [======================================== ] 2168/3333 65% [======================================== ] 2169/3333 65% [======================================== ] 2170/3333 65% [======================================== ] 2171/3333 65% [======================================== ] 2172/3333 65% [======================================== ] 2173/3333 65% [======================================== ] 2174/3333 65% [======================================== ] 2175/3333 65% [======================================== ] 2176/3333 65% [======================================== ] 2177/3333 65% [======================================== ] 2178/3333 65% [======================================== ] 2179/3333 65% [======================================== ] 2180/3333 65% [======================================== ] 2181/3333 65% [======================================== ] 2182/3333 65% [======================================== ] 2183/3333 65% [======================================== ] 2184/3333 65% [======================================== ] 2185/3333 65% [======================================== ] 2186/3333 65% [======================================== ] 2187/3333 65% [======================================== ] 2188/3333 65% [======================================== ] 2189/3333 65% [======================================== ] 2190/3333 65% [======================================== ] 2191/3333 65% [======================================== ] 2192/3333 65% [======================================== ] 2193/3333 65% [======================================== ] 2194/3333 65% [======================================== ] 2195/3333 65% [======================================== ] 2196/3333 65% [======================================== ] 2197/3333 65% [======================================== ] 2198/3333 65% [======================================== ] 2199/3333 65% [======================================== ] 2200/3333 66% [======================================== ] 2201/3333 66% [======================================== ] 2202/3333 66% [======================================== ] 2203/3333 66% [======================================== ] 2204/3333 66% [========================================= ] 2205/3333 66% [========================================= ] 2206/3333 66% [========================================= ] 2207/3333 66% [========================================= ] 2208/3333 66% [========================================= ] 2209/3333 66% [========================================= ] 2210/3333 66% [========================================= ] 2211/3333 66% [========================================= ] 2212/3333 66% [========================================= ] 2213/3333 66% [========================================= ] 2214/3333 66% [========================================= ] 2215/3333 66% [========================================= ] 2216/3333 66% [========================================= ] 2217/3333 66% [========================================= ] 2218/3333 66% [========================================= ] 2219/3333 66% [========================================= ] 2220/3333 66% [========================================= ] 2221/3333 66% [========================================= ] 2222/3333 66% [========================================= ] 2223/3333 66% [========================================= ] 2224/3333 66% [========================================= ] 2225/3333 66% [========================================= ] 2226/3333 66% [========================================= ] 2227/3333 66% [========================================= ] 2228/3333 66% [========================================= ] 2229/3333 66% [========================================= ] 2230/3333 66% [========================================= ] 2231/3333 66% [========================================= ] 2232/3333 66% [========================================= ] 2233/3333 66% [========================================= ] 2234/3333 67% [========================================= ] 2235/3333 67% [========================================= ] 2236/3333 67% [========================================= ] 2237/3333 67% [========================================= ] 2238/3333 67% [========================================= ] 2239/3333 67% [========================================= ] 2240/3333 67% [========================================= ] 2241/3333 67% [========================================= ] 2242/3333 67% [========================================= ] 2243/3333 67% [========================================= ] 2244/3333 67% [========================================= ] 2245/3333 67% [========================================= ] 2246/3333 67% [========================================= ] 2247/3333 67% [========================================= ] 2248/3333 67% [========================================= ] 2249/3333 67% [========================================= ] 2250/3333 67% [========================================= ] 2251/3333 67% [========================================= ] 2252/3333 67% [========================================= ] 2253/3333 67% [========================================= ] 2254/3333 67% [========================================= ] 2255/3333 67% [========================================= ] 2256/3333 67% [========================================= ] 2257/3333 67% [========================================== ] 2258/3333 67% [========================================== ] 2259/3333 67% [========================================== ] 2260/3333 67% [========================================== ] 2261/3333 67% [========================================== ] 2262/3333 67% [========================================== ] 2263/3333 67% [========================================== ] 2264/3333 67% [========================================== ] 2265/3333 67% [========================================== ] 2266/3333 67% [========================================== ] 2267/3333 68% [========================================== ] 2268/3333 68% [========================================== ] 2269/3333 68% [========================================== ] 2270/3333 68% [========================================== ] 2271/3333 68% [========================================== ] 2272/3333 68% [========================================== ] 2273/3333 68% [========================================== ] 2274/3333 68% [========================================== ] 2275/3333 68% [========================================== ] 2276/3333 68% [========================================== ] 2277/3333 68% [========================================== ] 2278/3333 68% [========================================== ] 2279/3333 68% [========================================== ] 2280/3333 68% [========================================== ] 2281/3333 68% [========================================== ] 2282/3333 68% [========================================== ] 2283/3333 68% [========================================== ] 2284/3333 68% [========================================== ] 2285/3333 68% [========================================== ] 2286/3333 68% [========================================== ] 2287/3333 68% [========================================== ] 2288/3333 68% [========================================== ] 2289/3333 68% [========================================== ] 2290/3333 68% [========================================== ] 2291/3333 68% [========================================== ] 2292/3333 68% [========================================== ] 2293/3333 68% [========================================== ] 2294/3333 68% [========================================== ] 2295/3333 68% [========================================== ] 2296/3333 68% [========================================== ] 2297/3333 68% [========================================== ] 2298/3333 68% [========================================== ] 2299/3333 68% [========================================== ] 2300/3333 69% [========================================== ] 2301/3333 69% [========================================== ] 2302/3333 69% [========================================== ] 2303/3333 69% [========================================== ] 2304/3333 69% [========================================== ] 2305/3333 69% [========================================== ] 2306/3333 69% [========================================== ] 2307/3333 69% [========================================== ] 2308/3333 69% [========================================== ] 2309/3333 69% [========================================== ] 2310/3333 69% [========================================== ] 2311/3333 69% [=========================================== ] 2312/3333 69% [=========================================== ] 2313/3333 69% [=========================================== ] 2314/3333 69% [=========================================== ] 2315/3333 69% [=========================================== ] 2316/3333 69% [=========================================== ] 2317/3333 69% [=========================================== ] 2318/3333 69% [=========================================== ] 2319/3333 69% [=========================================== ] 2320/3333 69% [=========================================== ] 2321/3333 69% [=========================================== ] 2322/3333 69% [=========================================== ] 2323/3333 69% [=========================================== ] 2324/3333 69% [=========================================== ] 2325/3333 69% [=========================================== ] 2326/3333 69% [=========================================== ] 2327/3333 69% [=========================================== ] 2328/3333 69% [=========================================== ] 2329/3333 69% [=========================================== ] 2330/3333 69% [=========================================== ] 2331/3333 69% [=========================================== ] 2332/3333 69% [=========================================== ] 2333/3333 69% [=========================================== ] 2334/3333 70% [=========================================== ] 2335/3333 70% [=========================================== ] 2336/3333 70% [=========================================== ] 2337/3333 70% [=========================================== ] 2338/3333 70% [=========================================== ] 2339/3333 70% [=========================================== ] 2340/3333 70% [=========================================== ] 2341/3333 70% [=========================================== ] 2342/3333 70% [=========================================== ] 2343/3333 70% [=========================================== ] 2344/3333 70% [=========================================== ] 2345/3333 70% [=========================================== ] 2346/3333 70% [=========================================== ] 2347/3333 70% [=========================================== ] 2348/3333 70% [=========================================== ] 2349/3333 70% [=========================================== ] 2350/3333 70% [=========================================== ] 2351/3333 70% [=========================================== ] 2352/3333 70% [=========================================== ] 2353/3333 70% [=========================================== ] 2354/3333 70% [=========================================== ] 2355/3333 70% [=========================================== ] 2356/3333 70% [=========================================== ] 2357/3333 70% [=========================================== ] 2358/3333 70% [=========================================== ] 2359/3333 70% [=========================================== ] 2360/3333 70% [=========================================== ] 2361/3333 70% [=========================================== ] 2362/3333 70% [=========================================== ] 2363/3333 70% [=========================================== ] 2364/3333 70% [=========================================== ] 2365/3333 70% [============================================ ] 2366/3333 70% [============================================ ] 2367/3333 71% [============================================ ] 2368/3333 71% [============================================ ] 2369/3333 71% [============================================ ] 2370/3333 71% [============================================ ] 2371/3333 71% [============================================ ] 2372/3333 71% [============================================ ] 2373/3333 71% [============================================ ] 2374/3333 71% [============================================ ] 2375/3333 71% [============================================ ] 2376/3333 71% [============================================ ] 2377/3333 71% [============================================ ] 2378/3333 71% [============================================ ] 2379/3333 71% [============================================ ] 2380/3333 71% [============================================ ] 2381/3333 71% [============================================ ] 2382/3333 71% [============================================ ] 2383/3333 71% [============================================ ] 2384/3333 71% [============================================ ] 2385/3333 71% [============================================ ] 2386/3333 71% [============================================ ] 2387/3333 71% [============================================ ] 2388/3333 71% [============================================ ] 2389/3333 71% [============================================ ] 2390/3333 71% [============================================ ] 2391/3333 71% [============================================ ] 2392/3333 71% [============================================ ] 2393/3333 71% [============================================ ] 2394/3333 71% [============================================ ] 2395/3333 71% [============================================ ] 2396/3333 71% [============================================ ] 2397/3333 71% [============================================ ] 2398/3333 71% [============================================ ] 2399/3333 71% [============================================ ] 2400/3333 72% [============================================ ] 2401/3333 72% [============================================ ] 2402/3333 72% [============================================ ] 2403/3333 72% [============================================ ] 2404/3333 72% [============================================ ] 2405/3333 72% [============================================ ] 2406/3333 72% [============================================ ] 2407/3333 72% [============================================ ] 2408/3333 72% [============================================ ] 2409/3333 72% [============================================ ] 2410/3333 72% [============================================ ] 2411/3333 72% [============================================ ] 2412/3333 72% [============================================ ] 2413/3333 72% [============================================ ] 2414/3333 72% [============================================ ] 2415/3333 72% [============================================ ] 2416/3333 72% [============================================ ] 2417/3333 72% [============================================ ] 2418/3333 72% [============================================ ] 2419/3333 72% [============================================= ] 2420/3333 72% [============================================= ] 2421/3333 72% [============================================= ] 2422/3333 72% [============================================= ] 2423/3333 72% [============================================= ] 2424/3333 72% [============================================= ] 2425/3333 72% [============================================= ] 2426/3333 72% [============================================= ] 2427/3333 72% [============================================= ] 2428/3333 72% [============================================= ] 2429/3333 72% [============================================= ] 2430/3333 72% [============================================= ] 2431/3333 72% [============================================= ] 2432/3333 72% [============================================= ] 2433/3333 72% [============================================= ] 2434/3333 73% [============================================= ] 2435/3333 73% [============================================= ] 2436/3333 73% [============================================= ] 2437/3333 73% [============================================= ] 2438/3333 73% [============================================= ] 2439/3333 73% [============================================= ] 2440/3333 73% [============================================= ] 2441/3333 73% [============================================= ] 2442/3333 73% [============================================= ] 2443/3333 73% [============================================= ] 2444/3333 73% [============================================= ] 2445/3333 73% [============================================= ] 2446/3333 73% [============================================= ] 2447/3333 73% [============================================= ] 2448/3333 73% [============================================= ] 2449/3333 73% [============================================= ] 2450/3333 73% [============================================= ] 2451/3333 73% [============================================= ] 2452/3333 73% [============================================= ] 2453/3333 73% [============================================= ] 2454/3333 73% [============================================= ] 2455/3333 73% [============================================= ] 2456/3333 73% [============================================= ] 2457/3333 73% [============================================= ] 2458/3333 73% [============================================= ] 2459/3333 73% [============================================= ] 2460/3333 73% [============================================= ] 2461/3333 73% [============================================= ] 2462/3333 73% [============================================= ] 2463/3333 73% [============================================= ] 2464/3333 73% [============================================= ] 2465/3333 73% [============================================= ] 2466/3333 73% [============================================= ] 2467/3333 74% [============================================= ] 2468/3333 74% [============================================= ] 2469/3333 74% [============================================= ] 2470/3333 74% [============================================= ] 2471/3333 74% [============================================= ] 2472/3333 74% [============================================== ] 2473/3333 74% [============================================== ] 2474/3333 74% [============================================== ] 2475/3333 74% [============================================== ] 2476/3333 74% [============================================== ] 2477/3333 74% [============================================== ] 2478/3333 74% [============================================== ] 2479/3333 74% [============================================== ] 2480/3333 74% [============================================== ] 2481/3333 74% [============================================== ] 2482/3333 74% [============================================== ] 2483/3333 74% [============================================== ] 2484/3333 74% [============================================== ] 2485/3333 74% [============================================== ] 2486/3333 74% [============================================== ] 2487/3333 74% [============================================== ] 2488/3333 74% [============================================== ] 2489/3333 74% [============================================== ] 2490/3333 74% [============================================== ] 2491/3333 74% [============================================== ] 2492/3333 74% [============================================== ] 2493/3333 74% [============================================== ] 2494/3333 74% [============================================== ] 2495/3333 74% [============================================== ] 2496/3333 74% [============================================== ] 2497/3333 74% [============================================== ] 2498/3333 74% [============================================== ] 2499/3333 74% [============================================== ] 2500/3333 75% [============================================== ] 2501/3333 75% [============================================== ] 2502/3333 75% [============================================== ] 2503/3333 75% [============================================== ] 2504/3333 75% [============================================== ] 2505/3333 75% [============================================== ] 2506/3333 75% [============================================== ] 2507/3333 75% [============================================== ] 2508/3333 75% [============================================== ] 2509/3333 75% [============================================== ] 2510/3333 75% [============================================== ] 2511/3333 75% [============================================== ] 2512/3333 75% [============================================== ] 2513/3333 75% [============================================== ] 2514/3333 75% [============================================== ] 2515/3333 75% [============================================== ] 2516/3333 75% [============================================== ] 2517/3333 75% [============================================== ] 2518/3333 75% [============================================== ] 2519/3333 75% [============================================== ] 2520/3333 75% [============================================== ] 2521/3333 75% [============================================== ] 2522/3333 75% [============================================== ] 2523/3333 75% [============================================== ] 2524/3333 75% [============================================== ] 2525/3333 75% [============================================== ] 2526/3333 75% [=============================================== ] 2527/3333 75% [=============================================== ] 2528/3333 75% [=============================================== ] 2529/3333 75% [=============================================== ] 2530/3333 75% [=============================================== ] 2531/3333 75% [=============================================== ] 2532/3333 75% [=============================================== ] 2533/3333 75% [=============================================== ] 2534/3333 76% [=============================================== ] 2535/3333 76% [=============================================== ] 2536/3333 76% [=============================================== ] 2537/3333 76% [=============================================== ] 2538/3333 76% [=============================================== ] 2539/3333 76% [=============================================== ] 2540/3333 76% [=============================================== ] 2541/3333 76% [=============================================== ] 2542/3333 76% [=============================================== ] 2543/3333 76% [=============================================== ] 2544/3333 76% [=============================================== ] 2545/3333 76% [=============================================== ] 2546/3333 76% [=============================================== ] 2547/3333 76% [=============================================== ] 2548/3333 76% [=============================================== ] 2549/3333 76% [=============================================== ] 2550/3333 76% [=============================================== ] 2551/3333 76% [=============================================== ] 2552/3333 76% [=============================================== ] 2553/3333 76% [=============================================== ] 2554/3333 76% [=============================================== ] 2555/3333 76% [=============================================== ] 2556/3333 76% [=============================================== ] 2557/3333 76% [=============================================== ] 2558/3333 76% [=============================================== ] 2559/3333 76% [=============================================== ] 2560/3333 76% [=============================================== ] 2561/3333 76% [=============================================== ] 2562/3333 76% [=============================================== ] 2563/3333 76% [=============================================== ] 2564/3333 76% [=============================================== ] 2565/3333 76% [=============================================== ] 2566/3333 76% [=============================================== ] 2567/3333 77% [=============================================== ] 2568/3333 77% [=============================================== ] 2569/3333 77% [=============================================== ] 2570/3333 77% [=============================================== ] 2571/3333 77% [=============================================== ] 2572/3333 77% [=============================================== ] 2573/3333 77% [=============================================== ] 2574/3333 77% [=============================================== ] 2575/3333 77% [=============================================== ] 2576/3333 77% [=============================================== ] 2577/3333 77% [=============================================== ] 2578/3333 77% [=============================================== ] 2579/3333 77% [=============================================== ] 2580/3333 77% [================================================ ] 2581/3333 77% [================================================ ] 2582/3333 77% [================================================ ] 2583/3333 77% [================================================ ] 2584/3333 77% [================================================ ] 2585/3333 77% [================================================ ] 2586/3333 77% [================================================ ] 2587/3333 77% [================================================ ] 2588/3333 77% [================================================ ] 2589/3333 77% [================================================ ] 2590/3333 77% [================================================ ] 2591/3333 77% [================================================ ] 2592/3333 77% [================================================ ] 2593/3333 77% [================================================ ] 2594/3333 77% [================================================ ] 2595/3333 77% [================================================ ] 2596/3333 77% [================================================ ] 2597/3333 77% [================================================ ] 2598/3333 77% [================================================ ] 2599/3333 77% [================================================ ] 2600/3333 78% [================================================ ] 2601/3333 78% [================================================ ] 2602/3333 78% [================================================ ] 2603/3333 78% [================================================ ] 2604/3333 78% [================================================ ] 2605/3333 78% [================================================ ] 2606/3333 78% [================================================ ] 2607/3333 78% [================================================ ] 2608/3333 78% [================================================ ] 2609/3333 78% [================================================ ] 2610/3333 78% [================================================ ] 2611/3333 78% [================================================ ] 2612/3333 78% [================================================ ] 2613/3333 78% [================================================ ] 2614/3333 78% [================================================ ] 2615/3333 78% [================================================ ] 2616/3333 78% [================================================ ] 2617/3333 78% [================================================ ] 2618/3333 78% [================================================ ] 2619/3333 78% [================================================ ] 2620/3333 78% [================================================ ] 2621/3333 78% [================================================ ] 2622/3333 78% [================================================ ] 2623/3333 78% [================================================ ] 2624/3333 78% [================================================ ] 2625/3333 78% [================================================ ] 2626/3333 78% [================================================ ] 2627/3333 78% [================================================ ] 2628/3333 78% [================================================ ] 2629/3333 78% [================================================ ] 2630/3333 78% [================================================ ] 2631/3333 78% [================================================ ] 2632/3333 78% [================================================ ] 2633/3333 78% [================================================ ] 2634/3333 79% [================================================= ] 2635/3333 79% [================================================= ] 2636/3333 79% [================================================= ] 2637/3333 79% [================================================= ] 2638/3333 79% [================================================= ] 2639/3333 79% [================================================= ] 2640/3333 79% [================================================= ] 2641/3333 79% [================================================= ] 2642/3333 79% [================================================= ] 2643/3333 79% [================================================= ] 2644/3333 79% [================================================= ] 2645/3333 79% [================================================= ] 2646/3333 79% [================================================= ] 2647/3333 79% [================================================= ] 2648/3333 79% [================================================= ] 2649/3333 79% [================================================= ] 2650/3333 79% [================================================= ] 2651/3333 79% [================================================= ] 2652/3333 79% [================================================= ] 2653/3333 79% [================================================= ] 2654/3333 79% [================================================= ] 2655/3333 79% [================================================= ] 2656/3333 79% [================================================= ] 2657/3333 79% [================================================= ] 2658/3333 79% [================================================= ] 2659/3333 79% [================================================= ] 2660/3333 79% [================================================= ] 2661/3333 79% [================================================= ] 2662/3333 79% [================================================= ] 2663/3333 79% [================================================= ] 2664/3333 79% [================================================= ] 2665/3333 79% [================================================= ] 2666/3333 79% [================================================= ] 2667/3333 80% [================================================= ] 2668/3333 80% [================================================= ] 2669/3333 80% [================================================= ] 2670/3333 80% [================================================= ] 2671/3333 80% [================================================= ] 2672/3333 80% [================================================= ] 2673/3333 80% [================================================= ] 2674/3333 80% [================================================= ] 2675/3333 80% [================================================= ] 2676/3333 80% [================================================= ] 2677/3333 80% [================================================= ] 2678/3333 80% [================================================= ] 2679/3333 80% [================================================= ] 2680/3333 80% [================================================= ] 2681/3333 80% [================================================= ] 2682/3333 80% [================================================= ] 2683/3333 80% [================================================= ] 2684/3333 80% [================================================= ] 2685/3333 80% [================================================= ] 2686/3333 80% [================================================= ] 2687/3333 80% [================================================== ] 2688/3333 80% [================================================== ] 2689/3333 80% [================================================== ] 2690/3333 80% [================================================== ] 2691/3333 80% [================================================== ] 2692/3333 80% [================================================== ] 2693/3333 80% [================================================== ] 2694/3333 80% [================================================== ] 2695/3333 80% [================================================== ] 2696/3333 80% [================================================== ] 2697/3333 80% [================================================== ] 2698/3333 80% [================================================== ] 2699/3333 80% [================================================== ] 2700/3333 81% [================================================== ] 2701/3333 81% [================================================== ] 2702/3333 81% [================================================== ] 2703/3333 81% [================================================== ] 2704/3333 81% [================================================== ] 2705/3333 81% [================================================== ] 2706/3333 81% [================================================== ] 2707/3333 81% [================================================== ] 2708/3333 81% [================================================== ] 2709/3333 81% [================================================== ] 2710/3333 81% [================================================== ] 2711/3333 81% [================================================== ] 2712/3333 81% [================================================== ] 2713/3333 81% [================================================== ] 2714/3333 81% [================================================== ] 2715/3333 81% [================================================== ] 2716/3333 81% [================================================== ] 2717/3333 81% [================================================== ] 2718/3333 81% [================================================== ] 2719/3333 81% [================================================== ] 2720/3333 81% [================================================== ] 2721/3333 81% [================================================== ] 2722/3333 81% [================================================== ] 2723/3333 81% [================================================== ] 2724/3333 81% [================================================== ] 2725/3333 81% [================================================== ] 2726/3333 81% [================================================== ] 2727/3333 81% [================================================== ] 2728/3333 81% [================================================== ] 2729/3333 81% [================================================== ] 2730/3333 81% [================================================== ] 2731/3333 81% [================================================== ] 2732/3333 81% [================================================== ] 2733/3333 81% [================================================== ] 2734/3333 82% [================================================== ] 2735/3333 82% [================================================== ] 2736/3333 82% [================================================== ] 2737/3333 82% [================================================== ] 2738/3333 82% [================================================== ] 2739/3333 82% [================================================== ] 2740/3333 82% [================================================== ] 2741/3333 82% [=================================================== ] 2742/3333 82% [=================================================== ] 2743/3333 82% [=================================================== ] 2744/3333 82% [=================================================== ] 2745/3333 82% [=================================================== ] 2746/3333 82% [=================================================== ] 2747/3333 82% [=================================================== ] 2748/3333 82% [=================================================== ] 2749/3333 82% [=================================================== ] 2750/3333 82% [=================================================== ] 2751/3333 82% [=================================================== ] 2752/3333 82% [=================================================== ] 2753/3333 82% [=================================================== ] 2754/3333 82% [=================================================== ] 2755/3333 82% [=================================================== ] 2756/3333 82% [=================================================== ] 2757/3333 82% [=================================================== ] 2758/3333 82% [=================================================== ] 2759/3333 82% [=================================================== ] 2760/3333 82% [=================================================== ] 2761/3333 82% [=================================================== ] 2762/3333 82% [=================================================== ] 2763/3333 82% [=================================================== ] 2764/3333 82% [=================================================== ] 2765/3333 82% [=================================================== ] 2766/3333 82% [=================================================== ] 2767/3333 83% [=================================================== ] 2768/3333 83% [=================================================== ] 2769/3333 83% [=================================================== ] 2770/3333 83% [=================================================== ] 2771/3333 83% [=================================================== ] 2772/3333 83% [=================================================== ] 2773/3333 83% [=================================================== ] 2774/3333 83% [=================================================== ] 2775/3333 83% [=================================================== ] 2776/3333 83% [=================================================== ] 2777/3333 83% [=================================================== ] 2778/3333 83% [=================================================== ] 2779/3333 83% [=================================================== ] 2780/3333 83% [=================================================== ] 2781/3333 83% [=================================================== ] 2782/3333 83% [=================================================== ] 2783/3333 83% [=================================================== ] 2784/3333 83% [=================================================== ] 2785/3333 83% [=================================================== ] 2786/3333 83% [=================================================== ] 2787/3333 83% [=================================================== ] 2788/3333 83% [=================================================== ] 2789/3333 83% [=================================================== ] 2790/3333 83% [=================================================== ] 2791/3333 83% [=================================================== ] 2792/3333 83% [=================================================== ] 2793/3333 83% [=================================================== ] 2794/3333 83% [=================================================== ] 2795/3333 83% [==================================================== ] 2796/3333 83% [==================================================== ] 2797/3333 83% [==================================================== ] 2798/3333 83% [==================================================== ] 2799/3333 83% [==================================================== ] 2800/3333 84% [==================================================== ] 2801/3333 84% [==================================================== ] 2802/3333 84% [==================================================== ] 2803/3333 84% [==================================================== ] 2804/3333 84% [==================================================== ] 2805/3333 84% [==================================================== ] 2806/3333 84% [==================================================== ] 2807/3333 84% [==================================================== ] 2808/3333 84% [==================================================== ] 2809/3333 84% [==================================================== ] 2810/3333 84% [==================================================== ] 2811/3333 84% [==================================================== ] 2812/3333 84% [==================================================== ] 2813/3333 84% [==================================================== ] 2814/3333 84% [==================================================== ] 2815/3333 84% [==================================================== ] 2816/3333 84% [==================================================== ] 2817/3333 84% [==================================================== ] 2818/3333 84% [==================================================== ] 2819/3333 84% [==================================================== ] 2820/3333 84% [==================================================== ] 2821/3333 84% [==================================================== ] 2822/3333 84% [==================================================== ] 2823/3333 84% [==================================================== ] 2824/3333 84% [==================================================== ] 2825/3333 84% [==================================================== ] 2826/3333 84% [==================================================== ] 2827/3333 84% [==================================================== ] 2828/3333 84% [==================================================== ] 2829/3333 84% [==================================================== ] 2830/3333 84% [==================================================== ] 2831/3333 84% [==================================================== ] 2832/3333 84% [==================================================== ] 2833/3333 84% [==================================================== ] 2834/3333 85% [==================================================== ] 2835/3333 85% [==================================================== ] 2836/3333 85% [==================================================== ] 2837/3333 85% [==================================================== ] 2838/3333 85% [==================================================== ] 2839/3333 85% [==================================================== ] 2840/3333 85% [==================================================== ] 2841/3333 85% [==================================================== ] 2842/3333 85% [==================================================== ] 2843/3333 85% [==================================================== ] 2844/3333 85% [==================================================== ] 2845/3333 85% [==================================================== ] 2846/3333 85% [==================================================== ] 2847/3333 85% [==================================================== ] 2848/3333 85% [==================================================== ] 2849/3333 85% [===================================================== ] 2850/3333 85% [===================================================== ] 2851/3333 85% [===================================================== ] 2852/3333 85% [===================================================== ] 2853/3333 85% [===================================================== ] 2854/3333 85% [===================================================== ] 2855/3333 85% [===================================================== ] 2856/3333 85% [===================================================== ] 2857/3333 85% [===================================================== ] 2858/3333 85% [===================================================== ] 2859/3333 85% [===================================================== ] 2860/3333 85% [===================================================== ] 2861/3333 85% [===================================================== ] 2862/3333 85% [===================================================== ] 2863/3333 85% [===================================================== ] 2864/3333 85% [===================================================== ] 2865/3333 85% [===================================================== ] 2866/3333 85% [===================================================== ] 2867/3333 86% [===================================================== ] 2868/3333 86% [===================================================== ] 2869/3333 86% [===================================================== ] 2870/3333 86% [===================================================== ] 2871/3333 86% [===================================================== ] 2872/3333 86% [===================================================== ] 2873/3333 86% [===================================================== ] 2874/3333 86% [===================================================== ] 2875/3333 86% [===================================================== ] 2876/3333 86% [===================================================== ] 2877/3333 86% [===================================================== ] 2878/3333 86% [===================================================== ] 2879/3333 86% [===================================================== ] 2880/3333 86% [===================================================== ] 2881/3333 86% [===================================================== ] 2882/3333 86% [===================================================== ] 2883/3333 86% [===================================================== ] 2884/3333 86% [===================================================== ] 2885/3333 86% [===================================================== ] 2886/3333 86% [===================================================== ] 2887/3333 86% [===================================================== ] 2888/3333 86% [===================================================== ] 2889/3333 86% [===================================================== ] 2890/3333 86% [===================================================== ] 2891/3333 86% [===================================================== ] 2892/3333 86% [===================================================== ] 2893/3333 86% [===================================================== ] 2894/3333 86% [===================================================== ] 2895/3333 86% [===================================================== ] 2896/3333 86% [===================================================== ] 2897/3333 86% [===================================================== ] 2898/3333 86% [===================================================== ] 2899/3333 86% [===================================================== ] 2900/3333 87% [===================================================== ] 2901/3333 87% [===================================================== ] 2902/3333 87% [====================================================== ] 2903/3333 87% [====================================================== ] 2904/3333 87% [====================================================== ] 2905/3333 87% [====================================================== ] 2906/3333 87% [====================================================== ] 2907/3333 87% [====================================================== ] 2908/3333 87% [====================================================== ] 2909/3333 87% [====================================================== ] 2910/3333 87% [====================================================== ] 2911/3333 87% [====================================================== ] 2912/3333 87% [====================================================== ] 2913/3333 87% [====================================================== ] 2914/3333 87% [====================================================== ] 2915/3333 87% [====================================================== ] 2916/3333 87% [====================================================== ] 2917/3333 87% [====================================================== ] 2918/3333 87% [====================================================== ] 2919/3333 87% [====================================================== ] 2920/3333 87% [====================================================== ] 2921/3333 87% [====================================================== ] 2922/3333 87% [====================================================== ] 2923/3333 87% [====================================================== ] 2924/3333 87% [====================================================== ] 2925/3333 87% [====================================================== ] 2926/3333 87% [====================================================== ] 2927/3333 87% [====================================================== ] 2928/3333 87% [====================================================== ] 2929/3333 87% [====================================================== ] 2930/3333 87% [====================================================== ] 2931/3333 87% [====================================================== ] 2932/3333 87% [====================================================== ] 2933/3333 87% [====================================================== ] 2934/3333 88% [====================================================== ] 2935/3333 88% [====================================================== ] 2936/3333 88% [====================================================== ] 2937/3333 88% [====================================================== ] 2938/3333 88% [====================================================== ] 2939/3333 88% [====================================================== ] 2940/3333 88% [====================================================== ] 2941/3333 88% [====================================================== ] 2942/3333 88% [====================================================== ] 2943/3333 88% [====================================================== ] 2944/3333 88% [====================================================== ] 2945/3333 88% [====================================================== ] 2946/3333 88% [====================================================== ] 2947/3333 88% [====================================================== ] 2948/3333 88% [====================================================== ] 2949/3333 88% [====================================================== ] 2950/3333 88% [====================================================== ] 2951/3333 88% [====================================================== ] 2952/3333 88% [====================================================== ] 2953/3333 88% [====================================================== ] 2954/3333 88% [====================================================== ] 2955/3333 88% [====================================================== ] 2956/3333 88% [======================================================= ] 2957/3333 88% [======================================================= ] 2958/3333 88% [======================================================= ] 2959/3333 88% [======================================================= ] 2960/3333 88% [======================================================= ] 2961/3333 88% [======================================================= ] 2962/3333 88% [======================================================= ] 2963/3333 88% [======================================================= ] 2964/3333 88% [======================================================= ] 2965/3333 88% [======================================================= ] 2966/3333 88% [======================================================= ] 2967/3333 89% [======================================================= ] 2968/3333 89% [======================================================= ] 2969/3333 89% [======================================================= ] 2970/3333 89% [======================================================= ] 2971/3333 89% [======================================================= ] 2972/3333 89% [======================================================= ] 2973/3333 89% [======================================================= ] 2974/3333 89% [======================================================= ] 2975/3333 89% [======================================================= ] 2976/3333 89% [======================================================= ] 2977/3333 89% [======================================================= ] 2978/3333 89% [======================================================= ] 2979/3333 89% [======================================================= ] 2980/3333 89% [======================================================= ] 2981/3333 89% [======================================================= ] 2982/3333 89% [======================================================= ] 2983/3333 89% [======================================================= ] 2984/3333 89% [======================================================= ] 2985/3333 89% [======================================================= ] 2986/3333 89% [======================================================= ] 2987/3333 89% [======================================================= ] 2988/3333 89% [======================================================= ] 2989/3333 89% [======================================================= ] 2990/3333 89% [======================================================= ] 2991/3333 89% [======================================================= ] 2992/3333 89% [======================================================= ] 2993/3333 89% [======================================================= ] 2994/3333 89% [======================================================= ] 2995/3333 89% [======================================================= ] 2996/3333 89% [======================================================= ] 2997/3333 89% [======================================================= ] 2998/3333 89% [======================================================= ] 2999/3333 89% [======================================================= ] 3000/3333 90% [======================================================= ] 3001/3333 90% [======================================================= ] 3002/3333 90% [======================================================= ] 3003/3333 90% [======================================================= ] 3004/3333 90% [======================================================= ] 3005/3333 90% [======================================================= ] 3006/3333 90% [======================================================= ] 3007/3333 90% [======================================================= ] 3008/3333 90% [======================================================= ] 3009/3333 90% [======================================================= ] 3010/3333 90% [======================================================== ] 3011/3333 90% [======================================================== ] 3012/3333 90% [======================================================== ] 3013/3333 90% [======================================================== ] 3014/3333 90% [======================================================== ] 3015/3333 90% [======================================================== ] 3016/3333 90% [======================================================== ] 3017/3333 90% [======================================================== ] 3018/3333 90% [======================================================== ] 3019/3333 90% [======================================================== ] 3020/3333 90% [======================================================== ] 3021/3333 90% [======================================================== ] 3022/3333 90% [======================================================== ] 3023/3333 90% [======================================================== ] 3024/3333 90% [======================================================== ] 3025/3333 90% [======================================================== ] 3026/3333 90% [======================================================== ] 3027/3333 90% [======================================================== ] 3028/3333 90% [======================================================== ] 3029/3333 90% [======================================================== ] 3030/3333 90% [======================================================== ] 3031/3333 90% [======================================================== ] 3032/3333 90% [======================================================== ] 3033/3333 90% [======================================================== ] 3034/3333 91% [======================================================== ] 3035/3333 91% [======================================================== ] 3036/3333 91% [======================================================== ] 3037/3333 91% [======================================================== ] 3038/3333 91% [======================================================== ] 3039/3333 91% [======================================================== ] 3040/3333 91% [======================================================== ] 3041/3333 91% [======================================================== ] 3042/3333 91% [======================================================== ] 3043/3333 91% [======================================================== ] 3044/3333 91% [======================================================== ] 3045/3333 91% [======================================================== ] 3046/3333 91% [======================================================== ] 3047/3333 91% [======================================================== ] 3048/3333 91% [======================================================== ] 3049/3333 91% [======================================================== ] 3050/3333 91% [======================================================== ] 3051/3333 91% [======================================================== ] 3052/3333 91% [======================================================== ] 3053/3333 91% [======================================================== ] 3054/3333 91% [======================================================== ] 3055/3333 91% [======================================================== ] 3056/3333 91% [======================================================== ] 3057/3333 91% [======================================================== ] 3058/3333 91% [======================================================== ] 3059/3333 91% [======================================================== ] 3060/3333 91% [======================================================== ] 3061/3333 91% [======================================================== ] 3062/3333 91% [======================================================== ] 3063/3333 91% [======================================================== ] 3064/3333 91% [========================================================= ] 3065/3333 91% [========================================================= ] 3066/3333 91% [========================================================= ] 3067/3333 92% [========================================================= ] 3068/3333 92% [========================================================= ] 3069/3333 92% [========================================================= ] 3070/3333 92% [========================================================= ] 3071/3333 92% [========================================================= ] 3072/3333 92% [========================================================= ] 3073/3333 92% [========================================================= ] 3074/3333 92% [========================================================= ] 3075/3333 92% [========================================================= ] 3076/3333 92% [========================================================= ] 3077/3333 92% [========================================================= ] 3078/3333 92% [========================================================= ] 3079/3333 92% [========================================================= ] 3080/3333 92% [========================================================= ] 3081/3333 92% [========================================================= ] 3082/3333 92% [========================================================= ] 3083/3333 92% [========================================================= ] 3084/3333 92% [========================================================= ] 3085/3333 92% [========================================================= ] 3086/3333 92% [========================================================= ] 3087/3333 92% [========================================================= ] 3088/3333 92% [========================================================= ] 3089/3333 92% [========================================================= ] 3090/3333 92% [========================================================= ] 3091/3333 92% [========================================================= ] 3092/3333 92% [========================================================= ] 3093/3333 92% [========================================================= ] 3094/3333 92% [========================================================= ] 3095/3333 92% [========================================================= ] 3096/3333 92% [========================================================= ] 3097/3333 92% [========================================================= ] 3098/3333 92% [========================================================= ] 3099/3333 92% [========================================================= ] 3100/3333 93% [========================================================= ] 3101/3333 93% [========================================================= ] 3102/3333 93% [========================================================= ] 3103/3333 93% [========================================================= ] 3104/3333 93% [========================================================= ] 3105/3333 93% [========================================================= ] 3106/3333 93% [========================================================= ] 3107/3333 93% [========================================================= ] 3108/3333 93% [========================================================= ] 3109/3333 93% [========================================================= ] 3110/3333 93% [========================================================= ] 3111/3333 93% [========================================================= ] 3112/3333 93% [========================================================= ] 3113/3333 93% [========================================================= ] 3114/3333 93% [========================================================= ] 3115/3333 93% [========================================================= ] 3116/3333 93% [========================================================= ] 3117/3333 93% [========================================================== ] 3118/3333 93% [========================================================== ] 3119/3333 93% [========================================================== ] 3120/3333 93% [========================================================== ] 3121/3333 93% [========================================================== ] 3122/3333 93% [========================================================== ] 3123/3333 93% [========================================================== ] 3124/3333 93% [========================================================== ] 3125/3333 93% [========================================================== ] 3126/3333 93% [========================================================== ] 3127/3333 93% [========================================================== ] 3128/3333 93% [========================================================== ] 3129/3333 93% [========================================================== ] 3130/3333 93% [========================================================== ] 3131/3333 93% [========================================================== ] 3132/3333 93% [========================================================== ] 3133/3333 93% [========================================================== ] 3134/3333 94% [========================================================== ] 3135/3333 94% [========================================================== ] 3136/3333 94% [========================================================== ] 3137/3333 94% [========================================================== ] 3138/3333 94% [========================================================== ] 3139/3333 94% [========================================================== ] 3140/3333 94% [========================================================== ] 3141/3333 94% [========================================================== ] 3142/3333 94% [========================================================== ] 3143/3333 94% [========================================================== ] 3144/3333 94% [========================================================== ] 3145/3333 94% [========================================================== ] 3146/3333 94% [========================================================== ] 3147/3333 94% [========================================================== ] 3148/3333 94% [========================================================== ] 3149/3333 94% [========================================================== ] 3150/3333 94% [========================================================== ] 3151/3333 94% [========================================================== ] 3152/3333 94% [========================================================== ] 3153/3333 94% [========================================================== ] 3154/3333 94% [========================================================== ] 3155/3333 94% [========================================================== ] 3156/3333 94% [========================================================== ] 3157/3333 94% [========================================================== ] 3158/3333 94% [========================================================== ] 3159/3333 94% [========================================================== ] 3160/3333 94% [========================================================== ] 3161/3333 94% [========================================================== ] 3162/3333 94% [========================================================== ] 3163/3333 94% [========================================================== ] 3164/3333 94% [========================================================== ] 3165/3333 94% [========================================================== ] 3166/3333 94% [========================================================== ] 3167/3333 95% [========================================================== ] 3168/3333 95% [========================================================== ] 3169/3333 95% [========================================================== ] 3170/3333 95% [========================================================== ] 3171/3333 95% [=========================================================== ] 3172/3333 95% [=========================================================== ] 3173/3333 95% [=========================================================== ] 3174/3333 95% [=========================================================== ] 3175/3333 95% [=========================================================== ] 3176/3333 95% [=========================================================== ] 3177/3333 95% [=========================================================== ] 3178/3333 95% [=========================================================== ] 3179/3333 95% [=========================================================== ] 3180/3333 95% [=========================================================== ] 3181/3333 95% [=========================================================== ] 3182/3333 95% [=========================================================== ] 3183/3333 95% [=========================================================== ] 3184/3333 95% [=========================================================== ] 3185/3333 95% [=========================================================== ] 3186/3333 95% [=========================================================== ] 3187/3333 95% [=========================================================== ] 3188/3333 95% [=========================================================== ] 3189/3333 95% [=========================================================== ] 3190/3333 95% [=========================================================== ] 3191/3333 95% [=========================================================== ] 3192/3333 95% [=========================================================== ] 3193/3333 95% [=========================================================== ] 3194/3333 95% [=========================================================== ] 3195/3333 95% [=========================================================== ] 3196/3333 95% [=========================================================== ] 3197/3333 95% [=========================================================== ] 3198/3333 95% [=========================================================== ] 3199/3333 95% [=========================================================== ] 3200/3333 96% [=========================================================== ] 3201/3333 96% [=========================================================== ] 3202/3333 96% [=========================================================== ] 3203/3333 96% [=========================================================== ] 3204/3333 96% [=========================================================== ] 3205/3333 96% [=========================================================== ] 3206/3333 96% [=========================================================== ] 3207/3333 96% [=========================================================== ] 3208/3333 96% [=========================================================== ] 3209/3333 96% [=========================================================== ] 3210/3333 96% [=========================================================== ] 3211/3333 96% [=========================================================== ] 3212/3333 96% [=========================================================== ] 3213/3333 96% [=========================================================== ] 3214/3333 96% [=========================================================== ] 3215/3333 96% [=========================================================== ] 3216/3333 96% [=========================================================== ] 3217/3333 96% [=========================================================== ] 3218/3333 96% [=========================================================== ] 3219/3333 96% [=========================================================== ] 3220/3333 96% [=========================================================== ] 3221/3333 96% [=========================================================== ] 3222/3333 96% [=========================================================== ] 3223/3333 96% [=========================================================== ] 3224/3333 96% [=========================================================== ] 3225/3333 96% [============================================================ ] 3226/3333 96% [============================================================ ] 3227/3333 96% [============================================================ ] 3228/3333 96% [============================================================ ] 3229/3333 96% [============================================================ ] 3230/3333 96% [============================================================ ] 3231/3333 96% [============================================================ ] 3232/3333 96% [============================================================ ] 3233/3333 96% [============================================================ ] 3234/3333 97% [============================================================ ] 3235/3333 97% [============================================================ ] 3236/3333 97% [============================================================ ] 3237/3333 97% [============================================================ ] 3238/3333 97% [============================================================ ] 3239/3333 97% [============================================================ ] 3240/3333 97% [============================================================ ] 3241/3333 97% [============================================================ ] 3242/3333 97% [============================================================ ] 3243/3333 97% [============================================================ ] 3244/3333 97% [============================================================ ] 3245/3333 97% [============================================================ ] 3246/3333 97% [============================================================ ] 3247/3333 97% [============================================================ ] 3248/3333 97% [============================================================ ] 3249/3333 97% [============================================================ ] 3250/3333 97% [============================================================ ] 3251/3333 97% [============================================================ ] 3252/3333 97% [============================================================ ] 3253/3333 97% [============================================================ ] 3254/3333 97% [============================================================ ] 3255/3333 97% [============================================================ ] 3256/3333 97% [============================================================ ] 3257/3333 97% [============================================================ ] 3258/3333 97% [============================================================ ] 3259/3333 97% [============================================================ ] 3260/3333 97% [============================================================ ] 3261/3333 97% [============================================================ ] 3262/3333 97% [============================================================ ] 3263/3333 97% [============================================================ ] 3264/3333 97% [============================================================ ] 3265/3333 97% [============================================================ ] 3266/3333 97% [============================================================ ] 3267/3333 98% [============================================================ ] 3268/3333 98% [============================================================ ] 3269/3333 98% [============================================================ ] 3270/3333 98% [============================================================ ] 3271/3333 98% [============================================================ ] 3272/3333 98% [============================================================ ] 3273/3333 98% [============================================================ ] 3274/3333 98% [============================================================ ] 3275/3333 98% [============================================================ ] 3276/3333 98% [============================================================ ] 3277/3333 98% [============================================================ ] 3278/3333 98% [============================================================ ] 3279/3333 98% [============================================================= ] 3280/3333 98% [============================================================= ] 3281/3333 98% [============================================================= ] 3282/3333 98% [============================================================= ] 3283/3333 98% [============================================================= ] 3284/3333 98% [============================================================= ] 3285/3333 98% [============================================================= ] 3286/3333 98% [============================================================= ] 3287/3333 98% [============================================================= ] 3288/3333 98% [============================================================= ] 3289/3333 98% [============================================================= ] 3290/3333 98% [============================================================= ] 3291/3333 98% [============================================================= ] 3292/3333 98% [============================================================= ] 3293/3333 98% [============================================================= ] 3294/3333 98% [============================================================= ] 3295/3333 98% [============================================================= ] 3296/3333 98% [============================================================= ] 3297/3333 98% [============================================================= ] 3298/3333 98% [============================================================= ] 3299/3333 98% [============================================================= ] 3300/3333 99% [============================================================= ] 3301/3333 99% [============================================================= ] 3302/3333 99% [============================================================= ] 3303/3333 99% [============================================================= ] 3304/3333 99% [============================================================= ] 3305/3333 99% [============================================================= ] 3306/3333 99% [============================================================= ] 3307/3333 99% [============================================================= ] 3308/3333 99% [============================================================= ] 3309/3333 99% [============================================================= ] 3310/3333 99% [============================================================= ] 3311/3333 99% [============================================================= ] 3312/3333 99% [============================================================= ] 3313/3333 99% [============================================================= ] 3314/3333 99% [============================================================= ] 3315/3333 99% [============================================================= ] 3316/3333 99% [============================================================= ] 3317/3333 99% [============================================================= ] 3318/3333 99% [============================================================= ] 3319/3333 99% [============================================================= ] 3320/3333 99% [============================================================= ] 3321/3333 99% [============================================================= ] 3322/3333 99% [============================================================= ] 3323/3333 99% [============================================================= ] 3324/3333 99% [============================================================= ] 3325/3333 99% [============================================================= ] 3326/3333 99% [============================================================= ] 3327/3333 99% [============================================================= ] 3328/3333 99% [============================================================= ] 3329/3333 99% [============================================================= ] 3330/3333 99% [============================================================= ] 3331/3333 99% [============================================================= ] 3332/3333 99% [==============================================================] 3333/3333 100% operation complete, 3333 objects in 58991 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2021.05-6332-g5645990b882 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> glibc 2.35-96-g2c4fc8e5ca742c6a3a1933799495bb0b00a807f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> bash-completion 2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.6.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-checksec 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: 7888fee828bf56d547fc1f634e40638984148b4fc41373b7626eb465060640de) >>> comix-cursors 0.9.1 Collecting legal info >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> datatables-responsive 2.2.3 Collecting legal info License.txt: OK (sha256: da4e1020ae97c095a14d7830c1a8a793e080c062e22d749ecd3fc3c075673dbf) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> davfs2 1.6.1 Collecting legal info COPYING: OK (sha256: 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> drbd-utils 9.19.0 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) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> 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-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> htpdate 1.3.4 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> initscripts Collecting legal info >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libksba 1.6.0 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> jpeg Collecting legal info >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> logsurfer 1.8 Collecting legal info >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-diffutils 3.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.79.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> host-rust-bin 1.60.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> sratom 0.6.8 Collecting legal info COPYING: OK (sha256: 3fc429d6b944fa20306357196a28bb4dd7c25e2d67edebec771f44de5bd7f9e8) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sudo 1.9.11p2 Collecting legal info LICENSE.md: OK (sha256: cf3a83366f9aabfd76d693ce03843106fcaaf6c76dfa97610f7c0b719a06e6bb) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> unbound 1.16.0 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> webp 1.2.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> 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-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'