[ 75%] Linking C executable gen-extra-close make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' [ 75%] Built target gen-extra-close make[3]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' [ 78%] Linking C executable json_verify [ 81%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o [ 84%] Linking C executable json_reformat make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' [ 87%] Linking C executable yajl_test [ 87%] Built target json_verify make[3]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' [ 90%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' [ 93%] Linking C executable parse_config [ 93%] Built target json_reformat [ 93%] Built target yajl_test [ 96%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' [ 96%] Built target parse_config [100%] Linking C executable perftest make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' [100%] Built target perftest make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' >>> yajl 2.1.0 Installing to staging directory PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot install/fast -C /home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0/ make[1]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.so.2.1.0 -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.so.2 -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.so -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.a -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_common.h -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_version.h -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/bin/json_reformat -- Set runtime path of "/home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/bin/json_reformat" to "" -- Installing: /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/bin/json_verify -- Set runtime path of "/home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/bin/json_verify" to "" make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' >>> yajl 2.1.0 Fixing libtool files for la in $(find /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/thomas/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/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/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/thomas/autobuild/instance-0/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 >>> yajl 2.1.0 Installing to target PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-0/output-1/target install/fast -C /home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0/ make[1]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/lib/libyajl.so.2.1.0 -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/lib/libyajl.so.2 -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/lib/libyajl.so -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/lib/libyajl.a -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/include/yajl/yajl_parse.h -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/include/yajl/yajl_gen.h -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/include/yajl/yajl_common.h -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/include/yajl/yajl_tree.h -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/include/yajl/yajl_version.h -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/share/pkgconfig/yajl.pc -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/bin/json_reformat -- Set runtime path of "/home/thomas/autobuild/instance-0/output-1/target/usr/bin/json_reformat" to "" -- Installing: /home/thomas/autobuild/instance-0/output-1/target/usr/bin/json_verify -- Set runtime path of "/home/thomas/autobuild/instance-0/output-1/target/usr/bin/json_verify" to "" make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/yajl-2.1.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@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', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-0/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/thomas/autobuild/instance-0/output-1/host/bin/arceb-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-0/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/home/thomas/autobuild/instance-0/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-0/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/thomas/autobuild/instance-0/output-1/host/bin/arceb-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-0/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/home/thomas/autobuild/instance-0/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/thomas/autobuild/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/thomas/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/thomas/autobuild/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/thomas/autobuild/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells; fi grep -qsE '^/bin/mksh$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/mksh" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/lib/perl5/5.34.1/pod rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/lib/perl5/5.34.1/arceb-linux/CORE find /home/thomas/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/thomas/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/thomas/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells if [ -x /home/thomas/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-0/output-1/target/etc/inittab; fi rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/include /home/thomas/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-0/output-1/target/usr/doc find /home/thomas/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-0/output-1/target/lib/ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/ /home/thomas/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/man /home/thomas/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/info /home/thomas/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/doc /home/thomas/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-0/output-1/target/lib/debug /home/thomas/autobuild/instance-0/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-0/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/thomas/autobuild/instance-0/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/thomas/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-149-g74a326abaa"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /home/thomas/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-0/output-1/per-package /home/thomas/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 5249 objects. stage 2: creating image '/home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/5249 0% [ ] 2/5249 0% [ ] 3/5249 0% [ ] 4/5249 0% [ ] 5/5249 0% [ ] 6/5249 0% [ ] 7/5249 0% [ ] 8/5249 0% [ ] 9/5249 0% [ ] 10/5249 0% [ ] 11/5249 0% [ ] 12/5249 0% [ ] 13/5249 0% [ ] 14/5249 0% [ ] 15/5249 0% [ ] 16/5249 0% [ ] 17/5249 0% [ ] 18/5249 0% [ ] 19/5249 0% [ ] 20/5249 0% [ ] 21/5249 0% [ ] 22/5249 0% [ ] 23/5249 0% [ ] 24/5249 0% [ ] 25/5249 0% [ ] 26/5249 0% [ ] 27/5249 0% [ ] 28/5249 0% [ ] 29/5249 0% [ ] 30/5249 0% [ ] 31/5249 0% [ ] 32/5249 0% [ ] 33/5249 0% [ ] 34/5249 0% [ ] 35/5249 0% [ ] 36/5249 0% [ ] 37/5249 0% [ ] 38/5249 0% [ ] 39/5249 0% [ ] 40/5249 0% [ ] 41/5249 0% [ ] 42/5249 0% [ ] 43/5249 0% [ ] 44/5249 0% [ ] 45/5249 0% [ ] 46/5249 0% [ ] 47/5249 0% [ ] 48/5249 0% [ ] 49/5249 0% [ ] 50/5249 0% [ ] 51/5249 0% [ ] 52/5249 0% [ ] 53/5249 1% [ ] 54/5249 1% [ ] 55/5249 1% [ ] 56/5249 1% [ ] 57/5249 1% [ ] 58/5249 1% [ ] 59/5249 1% [ ] 60/5249 1% [ ] 61/5249 1% [ ] 62/5249 1% [ ] 63/5249 1% [ ] 64/5249 1% [ ] 65/5249 1% [ ] 66/5249 1% [ ] 67/5249 1% [ ] 68/5249 1% [ ] 69/5249 1% [ ] 70/5249 1% [ ] 71/5249 1% [ ] 72/5249 1% [ ] 73/5249 1% [ ] 74/5249 1% [ ] 75/5249 1% [ ] 76/5249 1% [ ] 77/5249 1% [ ] 78/5249 1% [ ] 79/5249 1% [ ] 80/5249 1% [ ] 81/5249 1% [ ] 82/5249 1% [ ] 83/5249 1% [ ] 84/5249 1% [= ] 85/5249 1% [= ] 86/5249 1% [= ] 87/5249 1% [= ] 88/5249 1% [= ] 89/5249 1% [= ] 90/5249 1% [= ] 91/5249 1% [= ] 92/5249 1% [= ] 93/5249 1% [= ] 94/5249 1% [= ] 95/5249 1% [= ] 96/5249 1% [= ] 97/5249 1% [= ] 98/5249 1% [= ] 99/5249 1% [= ] 100/5249 1% [= ] 101/5249 1% [= ] 102/5249 1% [= ] 103/5249 1% [= ] 104/5249 1% [= ] 105/5249 2% [= ] 106/5249 2% [= ] 107/5249 2% [= ] 108/5249 2% [= ] 109/5249 2% [= ] 110/5249 2% [= ] 111/5249 2% [= ] 112/5249 2% [= ] 113/5249 2% [= ] 114/5249 2% [= ] 115/5249 2% [= ] 116/5249 2% [= ] 117/5249 2% [= ] 118/5249 2% [= ] 119/5249 2% [= ] 120/5249 2% [= ] 121/5249 2% [= ] 122/5249 2% [= ] 123/5249 2% [= ] 124/5249 2% [= ] 125/5249 2% [= ] 126/5249 2% [= ] 127/5249 2% [= ] 128/5249 2% [= ] 129/5249 2% [= ] 130/5249 2% [= ] 131/5249 2% [= ] 132/5249 2% [= ] 133/5249 2% [= ] 134/5249 2% [= ] 135/5249 2% [= ] 136/5249 2% [= ] 137/5249 2% [= ] 138/5249 2% [= ] 139/5249 2% [= ] 140/5249 2% [= ] 141/5249 2% [= ] 142/5249 2% [= ] 143/5249 2% [= ] 144/5249 2% [= ] 145/5249 2% [= ] 146/5249 2% [= ] 147/5249 2% [= ] 148/5249 2% [= ] 149/5249 2% [= ] 150/5249 2% [= ] 151/5249 2% [= ] 152/5249 2% [= ] 153/5249 2% [= ] 154/5249 2% [= ] 155/5249 2% [= ] 156/5249 2% [= ] 157/5249 2% [= ] 158/5249 3% [= ] 159/5249 3% [= ] 160/5249 3% [= ] 161/5249 3% [= ] 162/5249 3% [= ] 163/5249 3% [= ] 164/5249 3% [= ] 165/5249 3% [= ] 166/5249 3% [= ] 167/5249 3% [= ] 168/5249 3% [= ] 169/5249 3% [== ] 170/5249 3% [== ] 171/5249 3% [== ] 172/5249 3% [== ] 173/5249 3% [== ] 174/5249 3% [== ] 175/5249 3% [== ] 176/5249 3% [== ] 177/5249 3% [== ] 178/5249 3% [== ] 179/5249 3% [== ] 180/5249 3% [== ] 181/5249 3% [== ] 182/5249 3% [== ] 183/5249 3% [== ] 184/5249 3% [== ] 185/5249 3% [== ] 186/5249 3% [== ] 187/5249 3% [== ] 188/5249 3% [== ] 189/5249 3% [== ] 190/5249 3% [== ] 191/5249 3% [== ] 192/5249 3% [== ] 193/5249 3% [== ] 194/5249 3% [== ] 195/5249 3% [== ] 196/5249 3% [== ] 197/5249 3% [== ] 198/5249 3% [== ] 199/5249 3% [== ] 200/5249 3% [== ] 201/5249 3% [== ] 202/5249 3% [== ] 203/5249 3% [== ] 204/5249 3% [== ] 205/5249 3% [== ] 206/5249 3% [== ] 207/5249 3% [== ] 208/5249 3% [== ] 209/5249 3% [== ] 210/5249 4% [== ] 211/5249 4% [== ] 212/5249 4% [== ] 213/5249 4% [== ] 214/5249 4% [== ] 215/5249 4% [== ] 216/5249 4% [== ] 217/5249 4% [== ] 218/5249 4% [== ] 219/5249 4% [== ] 220/5249 4% [== ] 221/5249 4% [== ] 222/5249 4% [== ] 223/5249 4% [== ] 224/5249 4% [== ] 225/5249 4% [== ] 226/5249 4% [== ] 227/5249 4% [== ] 228/5249 4% [== ] 229/5249 4% [== ] 230/5249 4% [== ] 231/5249 4% [== ] 232/5249 4% [== ] 233/5249 4% [== ] 234/5249 4% [== ] 235/5249 4% [== ] 236/5249 4% [== ] 237/5249 4% [== ] 238/5249 4% [== ] 239/5249 4% [== ] 240/5249 4% [== ] 241/5249 4% [== ] 242/5249 4% [== ] 243/5249 4% [== ] 244/5249 4% [== ] 245/5249 4% [== ] 246/5249 4% [== ] 247/5249 4% [== ] 248/5249 4% [== ] 249/5249 4% [== ] 250/5249 4% [== ] 251/5249 4% [== ] 252/5249 4% [== ] 253/5249 4% [=== ] 254/5249 4% [=== ] 255/5249 4% [=== ] 256/5249 4% [=== ] 257/5249 4% [=== ] 258/5249 4% [=== ] 259/5249 4% [=== ] 260/5249 4% [=== ] 261/5249 4% [=== ] 262/5249 4% [=== ] 263/5249 5% [=== ] 264/5249 5% [=== ] 265/5249 5% [=== ] 266/5249 5% [=== ] 267/5249 5% [=== ] 268/5249 5% [=== ] 269/5249 5% [=== ] 270/5249 5% [=== ] 271/5249 5% [=== ] 272/5249 5% [=== ] 273/5249 5% [=== ] 274/5249 5% [=== ] 275/5249 5% [=== ] 276/5249 5% [=== ] 277/5249 5% [=== ] 278/5249 5% [=== ] 279/5249 5% [=== ] 280/5249 5% [=== ] 281/5249 5% [=== ] 282/5249 5% [=== ] 283/5249 5% [=== ] 284/5249 5% [=== ] 285/5249 5% [=== ] 286/5249 5% [=== ] 287/5249 5% [=== ] 288/5249 5% [=== ] 289/5249 5% [=== ] 290/5249 5% [=== ] 291/5249 5% [=== ] 292/5249 5% [=== ] 293/5249 5% [=== ] 294/5249 5% [=== ] 295/5249 5% [=== ] 296/5249 5% [=== ] 297/5249 5% [=== ] 298/5249 5% [=== ] 299/5249 5% [=== ] 300/5249 5% [=== ] 301/5249 5% [=== ] 302/5249 5% [=== ] 303/5249 5% [=== ] 304/5249 5% [=== ] 305/5249 5% [=== ] 306/5249 5% [=== ] 307/5249 5% [=== ] 308/5249 5% [=== ] 309/5249 5% [=== ] 310/5249 5% [=== ] 311/5249 5% [=== ] 312/5249 5% [=== ] 313/5249 5% [=== ] 314/5249 5% [=== ] 315/5249 6% [=== ] 316/5249 6% [=== ] 317/5249 6% [=== ] 318/5249 6% [=== ] 319/5249 6% [=== ] 320/5249 6% [=== ] 321/5249 6% [=== ] 322/5249 6% [=== ] 323/5249 6% [=== ] 324/5249 6% [=== ] 325/5249 6% [=== ] 326/5249 6% [=== ] 327/5249 6% [=== ] 328/5249 6% [=== ] 329/5249 6% [=== ] 330/5249 6% [=== ] 331/5249 6% [=== ] 332/5249 6% [=== ] 333/5249 6% [=== ] 334/5249 6% [=== ] 335/5249 6% [=== ] 336/5249 6% [=== ] 337/5249 6% [=== ] 338/5249 6% [==== ] 339/5249 6% [==== ] 340/5249 6% [==== ] 341/5249 6% [==== ] 342/5249 6% [==== ] 343/5249 6% [==== ] 344/5249 6% [==== ] 345/5249 6% [==== ] 346/5249 6% [==== ] 347/5249 6% [==== ] 348/5249 6% [==== ] 349/5249 6% [==== ] 350/5249 6% [==== ] 351/5249 6% [==== ] 352/5249 6% [==== ] 353/5249 6% [==== ] 354/5249 6% [==== ] 355/5249 6% [==== ] 356/5249 6% [==== ] 357/5249 6% [==== ] 358/5249 6% [==== ] 359/5249 6% [==== ] 360/5249 6% [==== ] 361/5249 6% [==== ] 362/5249 6% [==== ] 363/5249 6% [==== ] 364/5249 6% [==== ] 365/5249 6% [==== ] 366/5249 6% [==== ] 367/5249 6% [==== ] 368/5249 7% [==== ] 369/5249 7% [==== ] 370/5249 7% [==== ] 371/5249 7% [==== ] 372/5249 7% [==== ] 373/5249 7% [==== ] 374/5249 7% [==== ] 375/5249 7% [==== ] 376/5249 7% [==== ] 377/5249 7% [==== ] 378/5249 7% [==== ] 379/5249 7% [==== ] 380/5249 7% [==== ] 381/5249 7% [==== ] 382/5249 7% [==== ] 383/5249 7% [==== ] 384/5249 7% [==== ] 385/5249 7% [==== ] 386/5249 7% [==== ] 387/5249 7% [==== ] 388/5249 7% [==== ] 389/5249 7% [==== ] 390/5249 7% [==== ] 391/5249 7% [==== ] 392/5249 7% [==== ] 393/5249 7% [==== ] 394/5249 7% [==== ] 395/5249 7% [==== ] 396/5249 7% [==== ] 397/5249 7% [==== ] 398/5249 7% [==== ] 399/5249 7% [==== ] 400/5249 7% [==== ] 401/5249 7% [==== ] 402/5249 7% [==== ] 403/5249 7% [==== ] 404/5249 7% [==== ] 405/5249 7% [==== ] 406/5249 7% [==== ] 407/5249 7% [==== ] 408/5249 7% [==== ] 409/5249 7% [==== ] 410/5249 7% [==== ] 411/5249 7% [==== ] 412/5249 7% [==== ] 413/5249 7% [==== ] 414/5249 7% [==== ] 415/5249 7% [==== ] 416/5249 7% [==== ] 417/5249 7% [==== ] 418/5249 7% [==== ] 419/5249 7% [==== ] 420/5249 8% [==== ] 421/5249 8% [==== ] 422/5249 8% [==== ] 423/5249 8% [===== ] 424/5249 8% [===== ] 425/5249 8% [===== ] 426/5249 8% [===== ] 427/5249 8% [===== ] 428/5249 8% [===== ] 429/5249 8% [===== ] 430/5249 8% [===== ] 431/5249 8% [===== ] 432/5249 8% [===== ] 433/5249 8% [===== ] 434/5249 8% [===== ] 435/5249 8% [===== ] 436/5249 8% [===== ] 437/5249 8% [===== ] 438/5249 8% [===== ] 439/5249 8% [===== ] 440/5249 8% [===== ] 441/5249 8% [===== ] 442/5249 8% [===== ] 443/5249 8% [===== ] 444/5249 8% [===== ] 445/5249 8% [===== ] 446/5249 8% [===== ] 447/5249 8% [===== ] 448/5249 8% [===== ] 449/5249 8% [===== ] 450/5249 8% [===== ] 451/5249 8% [===== ] 452/5249 8% [===== ] 453/5249 8% [===== ] 454/5249 8% [===== ] 455/5249 8% [===== ] 456/5249 8% [===== ] 457/5249 8% [===== ] 458/5249 8% [===== ] 459/5249 8% [===== ] 460/5249 8% [===== ] 461/5249 8% [===== ] 462/5249 8% [===== ] 463/5249 8% [===== ] 464/5249 8% [===== ] 465/5249 8% [===== ] 466/5249 8% [===== ] 467/5249 8% [===== ] 468/5249 8% [===== ] 469/5249 8% [===== ] 470/5249 8% [===== ] 471/5249 8% [===== ] 472/5249 8% [===== ] 473/5249 9% [===== ] 474/5249 9% [===== ] 475/5249 9% [===== ] 476/5249 9% [===== ] 477/5249 9% [===== ] 478/5249 9% [===== ] 479/5249 9% [===== ] 480/5249 9% [===== ] 481/5249 9% [===== ] 482/5249 9% [===== ] 483/5249 9% [===== ] 484/5249 9% [===== ] 485/5249 9% [===== ] 486/5249 9% [===== ] 487/5249 9% [===== ] 488/5249 9% [===== ] 489/5249 9% [===== ] 490/5249 9% [===== ] 491/5249 9% [===== ] 492/5249 9% [===== ] 493/5249 9% [===== ] 494/5249 9% [===== ] 495/5249 9% [===== ] 496/5249 9% [===== ] 497/5249 9% [===== ] 498/5249 9% [===== ] 499/5249 9% [===== ] 500/5249 9% [===== ] 501/5249 9% [===== ] 502/5249 9% [===== ] 503/5249 9% [===== ] 504/5249 9% [===== ] 505/5249 9% [===== ] 506/5249 9% [===== ] 507/5249 9% [====== ] 508/5249 9% [====== ] 509/5249 9% [====== ] 510/5249 9% [====== ] 511/5249 9% [====== ] 512/5249 9% [====== ] 513/5249 9% [====== ] 514/5249 9% [====== ] 515/5249 9% [====== ] 516/5249 9% [====== ] 517/5249 9% [====== ] 518/5249 9% [====== ] 519/5249 9% [====== ] 520/5249 9% [====== ] 521/5249 9% [====== ] 522/5249 9% [====== ] 523/5249 9% [====== ] 524/5249 9% [====== ] 525/5249 10% [====== ] 526/5249 10% [====== ] 527/5249 10% [====== ] 528/5249 10% [====== ] 529/5249 10% [====== ] 530/5249 10% [====== ] 531/5249 10% [====== ] 532/5249 10% [====== ] 533/5249 10% [====== ] 534/5249 10% [====== ] 535/5249 10% [====== ] 536/5249 10% [====== ] 537/5249 10% [====== ] 538/5249 10% [====== ] 539/5249 10% [====== ] 540/5249 10% [====== ] 541/5249 10% [====== ] 542/5249 10% [====== ] 543/5249 10% [====== ] 544/5249 10% [====== ] 545/5249 10% [====== ] 546/5249 10% [====== ] 547/5249 10% [====== ] 548/5249 10% [====== ] 549/5249 10% [====== ] 550/5249 10% [====== ] 551/5249 10% [====== ] 552/5249 10% [====== ] 553/5249 10% [====== ] 554/5249 10% [====== ] 555/5249 10% [====== ] 556/5249 10% [====== ] 557/5249 10% [====== ] 558/5249 10% [====== ] 559/5249 10% [====== ] 560/5249 10% [====== ] 561/5249 10% [====== ] 562/5249 10% [====== ] 563/5249 10% [====== ] 564/5249 10% [====== ] 565/5249 10% [====== ] 566/5249 10% [====== ] 567/5249 10% [====== ] 568/5249 10% [====== ] 569/5249 10% [====== ] 570/5249 10% [====== ] 571/5249 10% [====== ] 572/5249 10% [====== ] 573/5249 10% [====== ] 574/5249 10% [====== ] 575/5249 10% [====== ] 576/5249 10% [====== ] 577/5249 10% [====== ] 578/5249 11% [====== ] 579/5249 11% [====== ] 580/5249 11% [====== ] 581/5249 11% [====== ] 582/5249 11% [====== ] 583/5249 11% [====== ] 584/5249 11% [====== ] 585/5249 11% [====== ] 586/5249 11% [====== ] 587/5249 11% [====== ] 588/5249 11% [====== ] 589/5249 11% [====== ] 590/5249 11% [====== ] 591/5249 11% [====== ] 592/5249 11% [======= ] 593/5249 11% [======= ] 594/5249 11% [======= ] 595/5249 11% [======= ] 596/5249 11% [======= ] 597/5249 11% [======= ] 598/5249 11% [======= ] 599/5249 11% [======= ] 600/5249 11% [======= ] 601/5249 11% [======= ] 602/5249 11% [======= ] 603/5249 11% [======= ] 604/5249 11% [======= ] 605/5249 11% [======= ] 606/5249 11% [======= ] 607/5249 11% [======= ] 608/5249 11% [======= ] 609/5249 11% [======= ] 610/5249 11% [======= ] 611/5249 11% [======= ] 612/5249 11% [======= ] 613/5249 11% [======= ] 614/5249 11% [======= ] 615/5249 11% [======= ] 616/5249 11% [======= ] 617/5249 11% [======= ] 618/5249 11% [======= ] 619/5249 11% [======= ] 620/5249 11% [======= ] 621/5249 11% [======= ] 622/5249 11% [======= ] 623/5249 11% [======= ] 624/5249 11% [======= ] 625/5249 11% [======= ] 626/5249 11% [======= ] 627/5249 11% [======= ] 628/5249 11% [======= ] 629/5249 11% [======= ] 630/5249 12% [======= ] 631/5249 12% [======= ] 632/5249 12% [======= ] 633/5249 12% [======= ] 634/5249 12% [======= ] 635/5249 12% [======= ] 636/5249 12% [======= ] 637/5249 12% [======= ] 638/5249 12% [======= ] 639/5249 12% [======= ] 640/5249 12% [======= ] 641/5249 12% [======= ] 642/5249 12% [======= ] 643/5249 12% [======= ] 644/5249 12% [======= ] 645/5249 12% [======= ] 646/5249 12% [======= ] 647/5249 12% [======= ] 648/5249 12% [======= ] 649/5249 12% [======= ] 650/5249 12% [======= ] 651/5249 12% [======= ] 652/5249 12% [======= ] 653/5249 12% [======= ] 654/5249 12% [======= ] 655/5249 12% [======= ] 656/5249 12% [======= ] 657/5249 12% [======= ] 658/5249 12% [======= ] 659/5249 12% [======= ] 660/5249 12% [======= ] 661/5249 12% [======= ] 662/5249 12% [======= ] 663/5249 12% [======= ] 664/5249 12% [======= ] 665/5249 12% [======= ] 666/5249 12% [======= ] 667/5249 12% [======= ] 668/5249 12% [======= ] 669/5249 12% [======= ] 670/5249 12% [======= ] 671/5249 12% [======= ] 672/5249 12% [======= ] 673/5249 12% [======= ] 674/5249 12% [======= ] 675/5249 12% [======= ] 676/5249 12% [======= ] 677/5249 12% [======== ] 678/5249 12% [======== ] 679/5249 12% [======== ] 680/5249 12% [======== ] 681/5249 12% [======== ] 682/5249 12% [======== ] 683/5249 13% [======== ] 684/5249 13% [======== ] 685/5249 13% [======== ] 686/5249 13% [======== ] 687/5249 13% [======== ] 688/5249 13% [======== ] 689/5249 13% [======== ] 690/5249 13% [======== ] 691/5249 13% [======== ] 692/5249 13% [======== ] 693/5249 13% [======== ] 694/5249 13% [======== ] 695/5249 13% [======== ] 696/5249 13% [======== ] 697/5249 13% [======== ] 698/5249 13% [======== ] 699/5249 13% [======== ] 700/5249 13% [======== ] 701/5249 13% [======== ] 702/5249 13% [======== ] 703/5249 13% [======== ] 704/5249 13% [======== ] 705/5249 13% [======== ] 706/5249 13% [======== ] 707/5249 13% [======== ] 708/5249 13% [======== ] 709/5249 13% [======== ] 710/5249 13% [======== ] 711/5249 13% [======== ] 712/5249 13% [======== ] 713/5249 13% [======== ] 714/5249 13% [======== ] 715/5249 13% [======== ] 716/5249 13% [======== ] 717/5249 13% [======== ] 718/5249 13% [======== ] 719/5249 13% [======== ] 720/5249 13% [======== ] 721/5249 13% [======== ] 722/5249 13% [======== ] 723/5249 13% [======== ] 724/5249 13% [======== ] 725/5249 13% [======== ] 726/5249 13% [======== ] 727/5249 13% [======== ] 728/5249 13% [======== ] 729/5249 13% [======== ] 730/5249 13% [======== ] 731/5249 13% [======== ] 732/5249 13% [======== ] 733/5249 13% [======== ] 734/5249 13% [======== ] 735/5249 14% [======== ] 736/5249 14% [======== ] 737/5249 14% [======== ] 738/5249 14% [======== ] 739/5249 14% [======== ] 740/5249 14% [======== ] 741/5249 14% [======== ] 742/5249 14% [======== ] 743/5249 14% [======== ] 744/5249 14% [======== ] 745/5249 14% [======== ] 746/5249 14% [======== ] 747/5249 14% [======== ] 748/5249 14% [======== ] 749/5249 14% [======== ] 750/5249 14% [======== ] 751/5249 14% [======== ] 752/5249 14% [======== ] 753/5249 14% [======== ] 754/5249 14% [======== ] 755/5249 14% [======== ] 756/5249 14% [======== ] 757/5249 14% [======== ] 758/5249 14% [======== ] 759/5249 14% [======== ] 760/5249 14% [======== ] 761/5249 14% [========= ] 762/5249 14% [========= ] 763/5249 14% [========= ] 764/5249 14% [========= ] 765/5249 14% [========= ] 766/5249 14% [========= ] 767/5249 14% [========= ] 768/5249 14% [========= ] 769/5249 14% [========= ] 770/5249 14% [========= ] 771/5249 14% [========= ] 772/5249 14% [========= ] 773/5249 14% [========= ] 774/5249 14% [========= ] 775/5249 14% [========= ] 776/5249 14% [========= ] 777/5249 14% [========= ] 778/5249 14% [========= ] 779/5249 14% [========= ] 780/5249 14% [========= ] 781/5249 14% [========= ] 782/5249 14% [========= ] 783/5249 14% [========= ] 784/5249 14% [========= ] 785/5249 14% [========= ] 786/5249 14% [========= ] 787/5249 14% [========= ] 788/5249 15% [========= ] 789/5249 15% [========= ] 790/5249 15% [========= ] 791/5249 15% [========= ] 792/5249 15% [========= ] 793/5249 15% [========= ] 794/5249 15% [========= ] 795/5249 15% [========= ] 796/5249 15% [========= ] 797/5249 15% [========= ] 798/5249 15% [========= ] 799/5249 15% [========= ] 800/5249 15% [========= ] 801/5249 15% [========= ] 802/5249 15% [========= ] 803/5249 15% [========= ] 804/5249 15% [========= ] 805/5249 15% [========= ] 806/5249 15% [========= ] 807/5249 15% [========= ] 808/5249 15% [========= ] 809/5249 15% [========= ] 810/5249 15% [========= ] 811/5249 15% [========= ] 812/5249 15% [========= ] 813/5249 15% [========= ] 814/5249 15% [========= ] 815/5249 15% [========= ] 816/5249 15% [========= ] 817/5249 15% [========= ] 818/5249 15% [========= ] 819/5249 15% [========= ] 820/5249 15% [========= ] 821/5249 15% [========= ] 822/5249 15% [========= ] 823/5249 15% [========= ] 824/5249 15% [========= ] 825/5249 15% [========= ] 826/5249 15% [========= ] 827/5249 15% [========= ] 828/5249 15% [========= ] 829/5249 15% [========= ] 830/5249 15% [========= ] 831/5249 15% [========= ] 832/5249 15% [========= ] 833/5249 15% [========= ] 834/5249 15% [========= ] 835/5249 15% [========= ] 836/5249 15% [========= ] 837/5249 15% [========= ] 838/5249 15% [========= ] 839/5249 15% [========= ] 840/5249 16% [========= ] 841/5249 16% [========= ] 842/5249 16% [========= ] 843/5249 16% [========= ] 844/5249 16% [========= ] 845/5249 16% [========= ] 846/5249 16% [========== ] 847/5249 16% [========== ] 848/5249 16% [========== ] 849/5249 16% [========== ] 850/5249 16% [========== ] 851/5249 16% [========== ] 852/5249 16% [========== ] 853/5249 16% [========== ] 854/5249 16% [========== ] 855/5249 16% [========== ] 856/5249 16% [========== ] 857/5249 16% [========== ] 858/5249 16% [========== ] 859/5249 16% [========== ] 860/5249 16% [========== ] 861/5249 16% [========== ] 862/5249 16% [========== ] 863/5249 16% [========== ] 864/5249 16% [========== ] 865/5249 16% [========== ] 866/5249 16% [========== ] 867/5249 16% [========== ] 868/5249 16% [========== ] 869/5249 16% [========== ] 870/5249 16% [========== ] 871/5249 16% [========== ] 872/5249 16% [========== ] 873/5249 16% [========== ] 874/5249 16% [========== ] 875/5249 16% [========== ] 876/5249 16% [========== ] 877/5249 16% [========== ] 878/5249 16% [========== ] 879/5249 16% [========== ] 880/5249 16% [========== ] 881/5249 16% [========== ] 882/5249 16% [========== ] 883/5249 16% [========== ] 884/5249 16% [========== ] 885/5249 16% [========== ] 886/5249 16% [========== ] 887/5249 16% [========== ] 888/5249 16% [========== ] 889/5249 16% [========== ] 890/5249 16% [========== ] 891/5249 16% [========== ] 892/5249 16% [========== ] 893/5249 17% [========== ] 894/5249 17% [========== ] 895/5249 17% [========== ] 896/5249 17% [========== ] 897/5249 17% [========== ] 898/5249 17% [========== ] 899/5249 17% [========== ] 900/5249 17% [========== ] 901/5249 17% [========== ] 902/5249 17% [========== ] 903/5249 17% [========== ] 904/5249 17% [========== ] 905/5249 17% [========== ] 906/5249 17% [========== ] 907/5249 17% [========== ] 908/5249 17% [========== ] 909/5249 17% [========== ] 910/5249 17% [========== ] 911/5249 17% [========== ] 912/5249 17% [========== ] 913/5249 17% [========== ] 914/5249 17% [========== ] 915/5249 17% [========== ] 916/5249 17% [========== ] 917/5249 17% [========== ] 918/5249 17% [========== ] 919/5249 17% [========== ] 920/5249 17% [========== ] 921/5249 17% [========== ] 922/5249 17% [========== ] 923/5249 17% [========== ] 924/5249 17% [========== ] 925/5249 17% [========== ] 926/5249 17% [========== ] 927/5249 17% [========== ] 928/5249 17% [========== ] 929/5249 17% [========== ] 930/5249 17% [========== ] 931/5249 17% [=========== ] 932/5249 17% [=========== ] 933/5249 17% [=========== ] 934/5249 17% [=========== ] 935/5249 17% [=========== ] 936/5249 17% [=========== ] 937/5249 17% [=========== ] 938/5249 17% [=========== ] 939/5249 17% [=========== ] 940/5249 17% [=========== ] 941/5249 17% [=========== ] 942/5249 17% [=========== ] 943/5249 17% [=========== ] 944/5249 17% [=========== ] 945/5249 18% [=========== ] 946/5249 18% [=========== ] 947/5249 18% [=========== ] 948/5249 18% [=========== ] 949/5249 18% [=========== ] 950/5249 18% [=========== ] 951/5249 18% [=========== ] 952/5249 18% [=========== ] 953/5249 18% [=========== ] 954/5249 18% [=========== ] 955/5249 18% [=========== ] 956/5249 18% [=========== ] 957/5249 18% [=========== ] 958/5249 18% [=========== ] 959/5249 18% [=========== ] 960/5249 18% [=========== ] 961/5249 18% [=========== ] 962/5249 18% [=========== ] 963/5249 18% [=========== ] 964/5249 18% [=========== ] 965/5249 18% [=========== ] 966/5249 18% [=========== ] 967/5249 18% [=========== ] 968/5249 18% [=========== ] 969/5249 18% [=========== ] 970/5249 18% [=========== ] 971/5249 18% [=========== ] 972/5249 18% [=========== ] 973/5249 18% [=========== ] 974/5249 18% [=========== ] 975/5249 18% [=========== ] 976/5249 18% [=========== ] 977/5249 18% [=========== ] 978/5249 18% [=========== ] 979/5249 18% [=========== ] 980/5249 18% [=========== ] 981/5249 18% [=========== ] 982/5249 18% [=========== ] 983/5249 18% [=========== ] 984/5249 18% [=========== ] 985/5249 18% [=========== ] 986/5249 18% [=========== ] 987/5249 18% [=========== ] 988/5249 18% [=========== ] 989/5249 18% [=========== ] 990/5249 18% [=========== ] 991/5249 18% [=========== ] 992/5249 18% [=========== ] 993/5249 18% [=========== ] 994/5249 18% [=========== ] 995/5249 18% [=========== ] 996/5249 18% [=========== ] 997/5249 18% [=========== ] 998/5249 19% [=========== ] 999/5249 19% [=========== ] 1000/5249 19% [=========== ] 1001/5249 19% [=========== ] 1002/5249 19% [=========== ] 1003/5249 19% [=========== ] 1004/5249 19% [=========== ] 1005/5249 19% [=========== ] 1006/5249 19% [=========== ] 1007/5249 19% [=========== ] 1008/5249 19% [=========== ] 1009/5249 19% [=========== ] 1010/5249 19% [=========== ] 1011/5249 19% [=========== ] 1012/5249 19% [=========== ] 1013/5249 19% [=========== ] 1014/5249 19% [=========== ] 1015/5249 19% [============ ] 1016/5249 19% [============ ] 1017/5249 19% [============ ] 1018/5249 19% [============ ] 1019/5249 19% [============ ] 1020/5249 19% [============ ] 1021/5249 19% [============ ] 1022/5249 19% [============ ] 1023/5249 19% [============ ] 1024/5249 19% [============ ] 1025/5249 19% [============ ] 1026/5249 19% [============ ] 1027/5249 19% [============ ] 1028/5249 19% [============ ] 1029/5249 19% [============ ] 1030/5249 19% [============ ] 1031/5249 19% [============ ] 1032/5249 19% [============ ] 1033/5249 19% [============ ] 1034/5249 19% [============ ] 1035/5249 19% [============ ] 1036/5249 19% [============ ] 1037/5249 19% [============ ] 1038/5249 19% [============ ] 1039/5249 19% [============ ] 1040/5249 19% [============ ] 1041/5249 19% [============ ] 1042/5249 19% [============ ] 1043/5249 19% [============ ] 1044/5249 19% [============ ] 1045/5249 19% [============ ] 1046/5249 19% [============ ] 1047/5249 19% [============ ] 1048/5249 19% [============ ] 1049/5249 19% [============ ] 1050/5249 20% [============ ] 1051/5249 20% [============ ] 1052/5249 20% [============ ] 1053/5249 20% [============ ] 1054/5249 20% [============ ] 1055/5249 20% [============ ] 1056/5249 20% [============ ] 1057/5249 20% [============ ] 1058/5249 20% [============ ] 1059/5249 20% [============ ] 1060/5249 20% [============ ] 1061/5249 20% [============ ] 1062/5249 20% [============ ] 1063/5249 20% [============ ] 1064/5249 20% [============ ] 1065/5249 20% [============ ] 1066/5249 20% [============ ] 1067/5249 20% [============ ] 1068/5249 20% [============ ] 1069/5249 20% [============ ] 1070/5249 20% [============ ] 1071/5249 20% [============ ] 1072/5249 20% [============ ] 1073/5249 20% [============ ] 1074/5249 20% [============ ] 1075/5249 20% [============ ] 1076/5249 20% [============ ] 1077/5249 20% [============ ] 1078/5249 20% [============ ] 1079/5249 20% [============ ] 1080/5249 20% [============ ] 1081/5249 20% [============ ] 1082/5249 20% [============ ] 1083/5249 20% [============ ] 1084/5249 20% [============ ] 1085/5249 20% [============ ] 1086/5249 20% [============ ] 1087/5249 20% [============ ] 1088/5249 20% [============ ] 1089/5249 20% [============ ] 1090/5249 20% [============ ] 1091/5249 20% [============ ] 1092/5249 20% [============ ] 1093/5249 20% [============ ] 1094/5249 20% [============ ] 1095/5249 20% [============ ] 1096/5249 20% [============ ] 1097/5249 20% [============ ] 1098/5249 20% [============ ] 1099/5249 20% [============ ] 1100/5249 20% [============= ] 1101/5249 20% [============= ] 1102/5249 20% [============= ] 1103/5249 21% [============= ] 1104/5249 21% [============= ] 1105/5249 21% [============= ] 1106/5249 21% [============= ] 1107/5249 21% [============= ] 1108/5249 21% [============= ] 1109/5249 21% [============= ] 1110/5249 21% [============= ] 1111/5249 21% [============= ] 1112/5249 21% [============= ] 1113/5249 21% [============= ] 1114/5249 21% [============= ] 1115/5249 21% [============= ] 1116/5249 21% [============= ] 1117/5249 21% [============= ] 1118/5249 21% [============= ] 1119/5249 21% [============= ] 1120/5249 21% [============= ] 1121/5249 21% [============= ] 1122/5249 21% [============= ] 1123/5249 21% [============= ] 1124/5249 21% [============= ] 1125/5249 21% [============= ] 1126/5249 21% [============= ] 1127/5249 21% [============= ] 1128/5249 21% [============= ] 1129/5249 21% [============= ] 1130/5249 21% [============= ] 1131/5249 21% [============= ] 1132/5249 21% [============= ] 1133/5249 21% [============= ] 1134/5249 21% [============= ] 1135/5249 21% [============= ] 1136/5249 21% [============= ] 1137/5249 21% [============= ] 1138/5249 21% [============= ] 1139/5249 21% [============= ] 1140/5249 21% [============= ] 1141/5249 21% [============= ] 1142/5249 21% [============= ] 1143/5249 21% [============= ] 1144/5249 21% [============= ] 1145/5249 21% [============= ] 1146/5249 21% [============= ] 1147/5249 21% [============= ] 1148/5249 21% [============= ] 1149/5249 21% [============= ] 1150/5249 21% [============= ] 1151/5249 21% [============= ] 1152/5249 21% [============= ] 1153/5249 21% [============= ] 1154/5249 21% [============= ] 1155/5249 22% [============= ] 1156/5249 22% [============= ] 1157/5249 22% [============= ] 1158/5249 22% [============= ] 1159/5249 22% [============= ] 1160/5249 22% [============= ] 1161/5249 22% [============= ] 1162/5249 22% [============= ] 1163/5249 22% [============= ] 1164/5249 22% [============= ] 1165/5249 22% [============= ] 1166/5249 22% [============= ] 1167/5249 22% [============= ] 1168/5249 22% [============= ] 1169/5249 22% [============= ] 1170/5249 22% [============= ] 1171/5249 22% [============= ] 1172/5249 22% [============= ] 1173/5249 22% [============= ] 1174/5249 22% [============= ] 1175/5249 22% [============= ] 1176/5249 22% [============= ] 1177/5249 22% [============= ] 1178/5249 22% [============= ] 1179/5249 22% [============= ] 1180/5249 22% [============= ] 1181/5249 22% [============= ] 1182/5249 22% [============= ] 1183/5249 22% [============= ] 1184/5249 22% [============= ] 1185/5249 22% [============== ] 1186/5249 22% [============== ] 1187/5249 22% [============== ] 1188/5249 22% [============== ] 1189/5249 22% [============== ] 1190/5249 22% [============== ] 1191/5249 22% [============== ] 1192/5249 22% [============== ] 1193/5249 22% [============== ] 1194/5249 22% [============== ] 1195/5249 22% [============== ] 1196/5249 22% [============== ] 1197/5249 22% [============== ] 1198/5249 22% [============== ] 1199/5249 22% [============== ] 1200/5249 22% [============== ] 1201/5249 22% [============== ] 1202/5249 22% [============== ] 1203/5249 22% [============== ] 1204/5249 22% [============== ] 1205/5249 22% [============== ] 1206/5249 22% [============== ] 1207/5249 22% [============== ] 1208/5249 23% [============== ] 1209/5249 23% [============== ] 1210/5249 23% [============== ] 1211/5249 23% [============== ] 1212/5249 23% [============== ] 1213/5249 23% [============== ] 1214/5249 23% [============== ] 1215/5249 23% [============== ] 1216/5249 23% [============== ] 1217/5249 23% [============== ] 1218/5249 23% [============== ] 1219/5249 23% [============== ] 1220/5249 23% [============== ] 1221/5249 23% [============== ] 1222/5249 23% [============== ] 1223/5249 23% [============== ] 1224/5249 23% [============== ] 1225/5249 23% [============== ] 1226/5249 23% [============== ] 1227/5249 23% [============== ] 1228/5249 23% [============== ] 1229/5249 23% [============== ] 1230/5249 23% [============== ] 1231/5249 23% [============== ] 1232/5249 23% [============== ] 1233/5249 23% [============== ] 1234/5249 23% [============== ] 1235/5249 23% [============== ] 1236/5249 23% [============== ] 1237/5249 23% [============== ] 1238/5249 23% [============== ] 1239/5249 23% [============== ] 1240/5249 23% [============== ] 1241/5249 23% [============== ] 1242/5249 23% [============== ] 1243/5249 23% [============== ] 1244/5249 23% [============== ] 1245/5249 23% [============== ] 1246/5249 23% [============== ] 1247/5249 23% [============== ] 1248/5249 23% [============== ] 1249/5249 23% [============== ] 1250/5249 23% [============== ] 1251/5249 23% [============== ] 1252/5249 23% [============== ] 1253/5249 23% [============== ] 1254/5249 23% [============== ] 1255/5249 23% [============== ] 1256/5249 23% [============== ] 1257/5249 23% [============== ] 1258/5249 23% [============== ] 1259/5249 23% [============== ] 1260/5249 24% [============== ] 1261/5249 24% [============== ] 1262/5249 24% [============== ] 1263/5249 24% [============== ] 1264/5249 24% [============== ] 1265/5249 24% [============== ] 1266/5249 24% [============== ] 1267/5249 24% [============== ] 1268/5249 24% [============== ] 1269/5249 24% [=============== ] 1270/5249 24% [=============== ] 1271/5249 24% [=============== ] 1272/5249 24% [=============== ] 1273/5249 24% [=============== ] 1274/5249 24% [=============== ] 1275/5249 24% [=============== ] 1276/5249 24% [=============== ] 1277/5249 24% [=============== ] 1278/5249 24% [=============== ] 1279/5249 24% [=============== ] 1280/5249 24% [=============== ] 1281/5249 24% [=============== ] 1282/5249 24% [=============== ] 1283/5249 24% [=============== ] 1284/5249 24% [=============== ] 1285/5249 24% [=============== ] 1286/5249 24% [=============== ] 1287/5249 24% [=============== ] 1288/5249 24% [=============== ] 1289/5249 24% [=============== ] 1290/5249 24% [=============== ] 1291/5249 24% [=============== ] 1292/5249 24% [=============== ] 1293/5249 24% [=============== ] 1294/5249 24% [=============== ] 1295/5249 24% [=============== ] 1296/5249 24% [=============== ] 1297/5249 24% [=============== ] 1298/5249 24% [=============== ] 1299/5249 24% [=============== ] 1300/5249 24% [=============== ] 1301/5249 24% [=============== ] 1302/5249 24% [=============== ] 1303/5249 24% [=============== ] 1304/5249 24% [=============== ] 1305/5249 24% [=============== ] 1306/5249 24% [=============== ] 1307/5249 24% [=============== ] 1308/5249 24% [=============== ] 1309/5249 24% [=============== ] 1310/5249 24% [=============== ] 1311/5249 24% [=============== ] 1312/5249 24% [=============== ] 1313/5249 25% [=============== ] 1314/5249 25% [=============== ] 1315/5249 25% [=============== ] 1316/5249 25% [=============== ] 1317/5249 25% [=============== ] 1318/5249 25% [=============== ] 1319/5249 25% [=============== ] 1320/5249 25% [=============== ] 1321/5249 25% [=============== ] 1322/5249 25% [=============== ] 1323/5249 25% [=============== ] 1324/5249 25% [=============== ] 1325/5249 25% [=============== ] 1326/5249 25% [=============== ] 1327/5249 25% [=============== ] 1328/5249 25% [=============== ] 1329/5249 25% [=============== ] 1330/5249 25% [=============== ] 1331/5249 25% [=============== ] 1332/5249 25% [=============== ] 1333/5249 25% [=============== ] 1334/5249 25% [=============== ] 1335/5249 25% [=============== ] 1336/5249 25% [=============== ] 1337/5249 25% [=============== ] 1338/5249 25% [=============== ] 1339/5249 25% [=============== ] 1340/5249 25% [=============== ] 1341/5249 25% [=============== ] 1342/5249 25% [=============== ] 1343/5249 25% [=============== ] 1344/5249 25% [=============== ] 1345/5249 25% [=============== ] 1346/5249 25% [=============== ] 1347/5249 25% [=============== ] 1348/5249 25% [=============== ] 1349/5249 25% [=============== ] 1350/5249 25% [=============== ] 1351/5249 25% [=============== ] 1352/5249 25% [=============== ] 1353/5249 25% [=============== ] 1354/5249 25% [================ ] 1355/5249 25% [================ ] 1356/5249 25% [================ ] 1357/5249 25% [================ ] 1358/5249 25% [================ ] 1359/5249 25% [================ ] 1360/5249 25% [================ ] 1361/5249 25% [================ ] 1362/5249 25% [================ ] 1363/5249 25% [================ ] 1364/5249 25% [================ ] 1365/5249 26% [================ ] 1366/5249 26% [================ ] 1367/5249 26% [================ ] 1368/5249 26% [================ ] 1369/5249 26% [================ ] 1370/5249 26% [================ ] 1371/5249 26% [================ ] 1372/5249 26% [================ ] 1373/5249 26% [================ ] 1374/5249 26% [================ ] 1375/5249 26% [================ ] 1376/5249 26% [================ ] 1377/5249 26% [================ ] 1378/5249 26% [================ ] 1379/5249 26% [================ ] 1380/5249 26% [================ ] 1381/5249 26% [================ ] 1382/5249 26% [================ ] 1383/5249 26% [================ ] 1384/5249 26% [================ ] 1385/5249 26% [================ ] 1386/5249 26% [================ ] 1387/5249 26% [================ ] 1388/5249 26% [================ ] 1389/5249 26% [================ ] 1390/5249 26% [================ ] 1391/5249 26% [================ ] 1392/5249 26% [================ ] 1393/5249 26% [================ ] 1394/5249 26% [================ ] 1395/5249 26% [================ ] 1396/5249 26% [================ ] 1397/5249 26% [================ ] 1398/5249 26% [================ ] 1399/5249 26% [================ ] 1400/5249 26% [================ ] 1401/5249 26% [================ ] 1402/5249 26% [================ ] 1403/5249 26% [================ ] 1404/5249 26% [================ ] 1405/5249 26% [================ ] 1406/5249 26% [================ ] 1407/5249 26% [================ ] 1408/5249 26% [================ ] 1409/5249 26% [================ ] 1410/5249 26% [================ ] 1411/5249 26% [================ ] 1412/5249 26% [================ ] 1413/5249 26% [================ ] 1414/5249 26% [================ ] 1415/5249 26% [================ ] 1416/5249 26% [================ ] 1417/5249 26% [================ ] 1418/5249 27% [================ ] 1419/5249 27% [================ ] 1420/5249 27% [================ ] 1421/5249 27% [================ ] 1422/5249 27% [================ ] 1423/5249 27% [================ ] 1424/5249 27% [================ ] 1425/5249 27% [================ ] 1426/5249 27% [================ ] 1427/5249 27% [================ ] 1428/5249 27% [================ ] 1429/5249 27% [================ ] 1430/5249 27% [================ ] 1431/5249 27% [================ ] 1432/5249 27% [================ ] 1433/5249 27% [================ ] 1434/5249 27% [================ ] 1435/5249 27% [================ ] 1436/5249 27% [================ ] 1437/5249 27% [================ ] 1438/5249 27% [================ ] 1439/5249 27% [================= ] 1440/5249 27% [================= ] 1441/5249 27% [================= ] 1442/5249 27% [================= ] 1443/5249 27% [================= ] 1444/5249 27% [================= ] 1445/5249 27% [================= ] 1446/5249 27% [================= ] 1447/5249 27% [================= ] 1448/5249 27% [================= ] 1449/5249 27% [================= ] 1450/5249 27% [================= ] 1451/5249 27% [================= ] 1452/5249 27% [================= ] 1453/5249 27% [================= ] 1454/5249 27% [================= ] 1455/5249 27% [================= ] 1456/5249 27% [================= ] 1457/5249 27% [================= ] 1458/5249 27% [================= ] 1459/5249 27% [================= ] 1460/5249 27% [================= ] 1461/5249 27% [================= ] 1462/5249 27% [================= ] 1463/5249 27% [================= ] 1464/5249 27% [================= ] 1465/5249 27% [================= ] 1466/5249 27% [================= ] 1467/5249 27% [================= ] 1468/5249 27% [================= ] 1469/5249 27% [================= ] 1470/5249 28% [================= ] 1471/5249 28% [================= ] 1472/5249 28% [================= ] 1473/5249 28% [================= ] 1474/5249 28% [================= ] 1475/5249 28% [================= ] 1476/5249 28% [================= ] 1477/5249 28% [================= ] 1478/5249 28% [================= ] 1479/5249 28% [================= ] 1480/5249 28% [================= ] 1481/5249 28% [================= ] 1482/5249 28% [================= ] 1483/5249 28% [================= ] 1484/5249 28% [================= ] 1485/5249 28% [================= ] 1486/5249 28% [================= ] 1487/5249 28% [================= ] 1488/5249 28% [================= ] 1489/5249 28% [================= ] 1490/5249 28% [================= ] 1491/5249 28% [================= ] 1492/5249 28% [================= ] 1493/5249 28% [================= ] 1494/5249 28% [================= ] 1495/5249 28% [================= ] 1496/5249 28% [================= ] 1497/5249 28% [================= ] 1498/5249 28% [================= ] 1499/5249 28% [================= ] 1500/5249 28% [================= ] 1501/5249 28% [================= ] 1502/5249 28% [================= ] 1503/5249 28% [================= ] 1504/5249 28% [================= ] 1505/5249 28% [================= ] 1506/5249 28% [================= ] 1507/5249 28% [================= ] 1508/5249 28% [================= ] 1509/5249 28% [================= ] 1510/5249 28% [================= ] 1511/5249 28% [================= ] 1512/5249 28% [================= ] 1513/5249 28% [================= ] 1514/5249 28% [================= ] 1515/5249 28% [================= ] 1516/5249 28% [================= ] 1517/5249 28% [================= ] 1518/5249 28% [================= ] 1519/5249 28% [================= ] 1520/5249 28% [================= ] 1521/5249 28% [================= ] 1522/5249 28% [================= ] 1523/5249 29% [================== ] 1524/5249 29% [================== ] 1525/5249 29% [================== ] 1526/5249 29% [================== ] 1527/5249 29% [================== ] 1528/5249 29% [================== ] 1529/5249 29% [================== ] 1530/5249 29% [================== ] 1531/5249 29% [================== ] 1532/5249 29% [================== ] 1533/5249 29% [================== ] 1534/5249 29% [================== ] 1535/5249 29% [================== ] 1536/5249 29% [================== ] 1537/5249 29% [================== ] 1538/5249 29% [================== ] 1539/5249 29% [================== ] 1540/5249 29% [================== ] 1541/5249 29% [================== ] 1542/5249 29% [================== ] 1543/5249 29% [================== ] 1544/5249 29% [================== ] 1545/5249 29% [================== ] 1546/5249 29% [================== ] 1547/5249 29% [================== ] 1548/5249 29% [================== ] 1549/5249 29% [================== ] 1550/5249 29% [================== ] 1551/5249 29% [================== ] 1552/5249 29% [================== ] 1553/5249 29% [================== ] 1554/5249 29% [================== ] 1555/5249 29% [================== ] 1556/5249 29% [================== ] 1557/5249 29% [================== ] 1558/5249 29% [================== ] 1559/5249 29% [================== ] 1560/5249 29% [================== ] 1561/5249 29% [================== ] 1562/5249 29% [================== ] 1563/5249 29% [================== ] 1564/5249 29% [================== ] 1565/5249 29% [================== ] 1566/5249 29% [================== ] 1567/5249 29% [================== ] 1568/5249 29% [================== ] 1569/5249 29% [================== ] 1570/5249 29% [================== ] 1571/5249 29% [================== ] 1572/5249 29% [================== ] 1573/5249 29% [================== ] 1574/5249 29% [================== ] 1575/5249 30% [================== ] 1576/5249 30% [================== ] 1577/5249 30% [================== ] 1578/5249 30% [================== ] 1579/5249 30% [================== ] 1580/5249 30% [================== ] 1581/5249 30% [================== ] 1582/5249 30% [================== ] 1583/5249 30% [================== ] 1584/5249 30% [================== ] 1585/5249 30% [================== ] 1586/5249 30% [================== ] 1587/5249 30% [================== ] 1588/5249 30% [================== ] 1589/5249 30% [================== ] 1590/5249 30% [================== ] 1591/5249 30% [================== ] 1592/5249 30% [================== ] 1593/5249 30% [================== ] 1594/5249 30% [================== ] 1595/5249 30% [================== ] 1596/5249 30% [================== ] 1597/5249 30% [================== ] 1598/5249 30% [================== ] 1599/5249 30% [================== ] 1600/5249 30% [================== ] 1601/5249 30% [================== ] 1602/5249 30% [================== ] 1603/5249 30% [================== ] 1604/5249 30% [================== ] 1605/5249 30% [================== ] 1606/5249 30% [================== ] 1607/5249 30% [================== ] 1608/5249 30% [=================== ] 1609/5249 30% [=================== ] 1610/5249 30% [=================== ] 1611/5249 30% [=================== ] 1612/5249 30% [=================== ] 1613/5249 30% [=================== ] 1614/5249 30% [=================== ] 1615/5249 30% [=================== ] 1616/5249 30% [=================== ] 1617/5249 30% [=================== ] 1618/5249 30% [=================== ] 1619/5249 30% [=================== ] 1620/5249 30% [=================== ] 1621/5249 30% [=================== ] 1622/5249 30% [=================== ] 1623/5249 30% [=================== ] 1624/5249 30% [=================== ] 1625/5249 30% [=================== ] 1626/5249 30% [=================== ] 1627/5249 30% [=================== ] 1628/5249 31% [=================== ] 1629/5249 31% [=================== ] 1630/5249 31% [=================== ] 1631/5249 31% [=================== ] 1632/5249 31% [=================== ] 1633/5249 31% [=================== ] 1634/5249 31% [=================== ] 1635/5249 31% [=================== ] 1636/5249 31% [=================== ] 1637/5249 31% [=================== ] 1638/5249 31% [=================== ] 1639/5249 31% [=================== ] 1640/5249 31% [=================== ] 1641/5249 31% [=================== ] 1642/5249 31% [=================== ] 1643/5249 31% [=================== ] 1644/5249 31% [=================== ] 1645/5249 31% [=================== ] 1646/5249 31% [=================== ] 1647/5249 31% [=================== ] 1648/5249 31% [=================== ] 1649/5249 31% [=================== ] 1650/5249 31% [=================== ] 1651/5249 31% [=================== ] 1652/5249 31% [=================== ] 1653/5249 31% [=================== ] 1654/5249 31% [=================== ] 1655/5249 31% [=================== ] 1656/5249 31% [=================== ] 1657/5249 31% [=================== ] 1658/5249 31% [=================== ] 1659/5249 31% [=================== ] 1660/5249 31% [=================== ] 1661/5249 31% [=================== ] 1662/5249 31% [=================== ] 1663/5249 31% [=================== ] 1664/5249 31% [=================== ] 1665/5249 31% [=================== ] 1666/5249 31% [=================== ] 1667/5249 31% [=================== ] 1668/5249 31% [=================== ] 1669/5249 31% [=================== ] 1670/5249 31% [=================== ] 1671/5249 31% [=================== ] 1672/5249 31% [=================== ] 1673/5249 31% [=================== ] 1674/5249 31% [=================== ] 1675/5249 31% [=================== ] 1676/5249 31% [=================== ] 1677/5249 31% [=================== ] 1678/5249 31% [=================== ] 1679/5249 31% [=================== ] 1680/5249 32% [=================== ] 1681/5249 32% [=================== ] 1682/5249 32% [=================== ] 1683/5249 32% [=================== ] 1684/5249 32% [=================== ] 1685/5249 32% [=================== ] 1686/5249 32% [=================== ] 1687/5249 32% [=================== ] 1688/5249 32% [=================== ] 1689/5249 32% [=================== ] 1690/5249 32% [=================== ] 1691/5249 32% [=================== ] 1692/5249 32% [=================== ] 1693/5249 32% [==================== ] 1694/5249 32% [==================== ] 1695/5249 32% [==================== ] 1696/5249 32% [==================== ] 1697/5249 32% [==================== ] 1698/5249 32% [==================== ] 1699/5249 32% [==================== ] 1700/5249 32% [==================== ] 1701/5249 32% [==================== ] 1702/5249 32% [==================== ] 1703/5249 32% [==================== ] 1704/5249 32% [==================== ] 1705/5249 32% [==================== ] 1706/5249 32% [==================== ] 1707/5249 32% [==================== ] 1708/5249 32% [==================== ] 1709/5249 32% [==================== ] 1710/5249 32% [==================== ] 1711/5249 32% [==================== ] 1712/5249 32% [==================== ] 1713/5249 32% [==================== ] 1714/5249 32% [==================== ] 1715/5249 32% [==================== ] 1716/5249 32% [==================== ] 1717/5249 32% [==================== ] 1718/5249 32% [==================== ] 1719/5249 32% [==================== ] 1720/5249 32% [==================== ] 1721/5249 32% [==================== ] 1722/5249 32% [==================== ] 1723/5249 32% [==================== ] 1724/5249 32% [==================== ] 1725/5249 32% [==================== ] 1726/5249 32% [==================== ] 1727/5249 32% [==================== ] 1728/5249 32% [==================== ] 1729/5249 32% [==================== ] 1730/5249 32% [==================== ] 1731/5249 32% [==================== ] 1732/5249 32% [==================== ] 1733/5249 33% [==================== ] 1734/5249 33% [==================== ] 1735/5249 33% [==================== ] 1736/5249 33% [==================== ] 1737/5249 33% [==================== ] 1738/5249 33% [==================== ] 1739/5249 33% [==================== ] 1740/5249 33% [==================== ] 1741/5249 33% [==================== ] 1742/5249 33% [==================== ] 1743/5249 33% [==================== ] 1744/5249 33% [==================== ] 1745/5249 33% [==================== ] 1746/5249 33% [==================== ] 1747/5249 33% [==================== ] 1748/5249 33% [==================== ] 1749/5249 33% [==================== ] 1750/5249 33% [==================== ] 1751/5249 33% [==================== ] 1752/5249 33% [==================== ] 1753/5249 33% [==================== ] 1754/5249 33% [==================== ] 1755/5249 33% [==================== ] 1756/5249 33% [==================== ] 1757/5249 33% [==================== ] 1758/5249 33% [==================== ] 1759/5249 33% [==================== ] 1760/5249 33% [==================== ] 1761/5249 33% [==================== ] 1762/5249 33% [==================== ] 1763/5249 33% [==================== ] 1764/5249 33% [==================== ] 1765/5249 33% [==================== ] 1766/5249 33% [==================== ] 1767/5249 33% [==================== ] 1768/5249 33% [==================== ] 1769/5249 33% [==================== ] 1770/5249 33% [==================== ] 1771/5249 33% [==================== ] 1772/5249 33% [==================== ] 1773/5249 33% [==================== ] 1774/5249 33% [==================== ] 1775/5249 33% [==================== ] 1776/5249 33% [==================== ] 1777/5249 33% [===================== ] 1778/5249 33% [===================== ] 1779/5249 33% [===================== ] 1780/5249 33% [===================== ] 1781/5249 33% [===================== ] 1782/5249 33% [===================== ] 1783/5249 33% [===================== ] 1784/5249 33% [===================== ] 1785/5249 34% [===================== ] 1786/5249 34% [===================== ] 1787/5249 34% [===================== ] 1788/5249 34% [===================== ] 1789/5249 34% [===================== ] 1790/5249 34% [===================== ] 1791/5249 34% [===================== ] 1792/5249 34% [===================== ] 1793/5249 34% [===================== ] 1794/5249 34% [===================== ] 1795/5249 34% [===================== ] 1796/5249 34% [===================== ] 1797/5249 34% [===================== ] 1798/5249 34% [===================== ] 1799/5249 34% [===================== ] 1800/5249 34% [===================== ] 1801/5249 34% [===================== ] 1802/5249 34% [===================== ] 1803/5249 34% [===================== ] 1804/5249 34% [===================== ] 1805/5249 34% [===================== ] 1806/5249 34% [===================== ] 1807/5249 34% [===================== ] 1808/5249 34% [===================== ] 1809/5249 34% [===================== ] 1810/5249 34% [===================== ] 1811/5249 34% [===================== ] 1812/5249 34% [===================== ] 1813/5249 34% [===================== ] 1814/5249 34% [===================== ] 1815/5249 34% [===================== ] 1816/5249 34% [===================== ] 1817/5249 34% [===================== ] 1818/5249 34% [===================== ] 1819/5249 34% [===================== ] 1820/5249 34% [===================== ] 1821/5249 34% [===================== ] 1822/5249 34% [===================== ] 1823/5249 34% [===================== ] 1824/5249 34% [===================== ] 1825/5249 34% [===================== ] 1826/5249 34% [===================== ] 1827/5249 34% [===================== ] 1828/5249 34% [===================== ] 1829/5249 34% [===================== ] 1830/5249 34% [===================== ] 1831/5249 34% [===================== ] 1832/5249 34% [===================== ] 1833/5249 34% [===================== ] 1834/5249 34% [===================== ] 1835/5249 34% [===================== ] 1836/5249 34% [===================== ] 1837/5249 34% [===================== ] 1838/5249 35% [===================== ] 1839/5249 35% [===================== ] 1840/5249 35% [===================== ] 1841/5249 35% [===================== ] 1842/5249 35% [===================== ] 1843/5249 35% [===================== ] 1844/5249 35% [===================== ] 1845/5249 35% [===================== ] 1846/5249 35% [===================== ] 1847/5249 35% [===================== ] 1848/5249 35% [===================== ] 1849/5249 35% [===================== ] 1850/5249 35% [===================== ] 1851/5249 35% [===================== ] 1852/5249 35% [===================== ] 1853/5249 35% [===================== ] 1854/5249 35% [===================== ] 1855/5249 35% [===================== ] 1856/5249 35% [===================== ] 1857/5249 35% [===================== ] 1858/5249 35% [===================== ] 1859/5249 35% [===================== ] 1860/5249 35% [===================== ] 1861/5249 35% [===================== ] 1862/5249 35% [====================== ] 1863/5249 35% [====================== ] 1864/5249 35% [====================== ] 1865/5249 35% [====================== ] 1866/5249 35% [====================== ] 1867/5249 35% [====================== ] 1868/5249 35% [====================== ] 1869/5249 35% [====================== ] 1870/5249 35% [====================== ] 1871/5249 35% [====================== ] 1872/5249 35% [====================== ] 1873/5249 35% [====================== ] 1874/5249 35% [====================== ] 1875/5249 35% [====================== ] 1876/5249 35% [====================== ] 1877/5249 35% [====================== ] 1878/5249 35% [====================== ] 1879/5249 35% [====================== ] 1880/5249 35% [====================== ] 1881/5249 35% [====================== ] 1882/5249 35% [====================== ] 1883/5249 35% [====================== ] 1884/5249 35% [====================== ] 1885/5249 35% [====================== ] 1886/5249 35% [====================== ] 1887/5249 35% [====================== ] 1888/5249 35% [====================== ] 1889/5249 35% [====================== ] 1890/5249 36% [====================== ] 1891/5249 36% [====================== ] 1892/5249 36% [====================== ] 1893/5249 36% [====================== ] 1894/5249 36% [====================== ] 1895/5249 36% [====================== ] 1896/5249 36% [====================== ] 1897/5249 36% [====================== ] 1898/5249 36% [====================== ] 1899/5249 36% [====================== ] 1900/5249 36% [====================== ] 1901/5249 36% [====================== ] 1902/5249 36% [====================== ] 1903/5249 36% [====================== ] 1904/5249 36% [====================== ] 1905/5249 36% [====================== ] 1906/5249 36% [====================== ] 1907/5249 36% [====================== ] 1908/5249 36% [====================== ] 1909/5249 36% [====================== ] 1910/5249 36% [====================== ] 1911/5249 36% [====================== ] 1912/5249 36% [====================== ] 1913/5249 36% [====================== ] 1914/5249 36% [====================== ] 1915/5249 36% [====================== ] 1916/5249 36% [====================== ] 1917/5249 36% [====================== ] 1918/5249 36% [====================== ] 1919/5249 36% [====================== ] 1920/5249 36% [====================== ] 1921/5249 36% [====================== ] 1922/5249 36% [====================== ] 1923/5249 36% [====================== ] 1924/5249 36% [====================== ] 1925/5249 36% [====================== ] 1926/5249 36% [====================== ] 1927/5249 36% [====================== ] 1928/5249 36% [====================== ] 1929/5249 36% [====================== ] 1930/5249 36% [====================== ] 1931/5249 36% [====================== ] 1932/5249 36% [====================== ] 1933/5249 36% [====================== ] 1934/5249 36% [====================== ] 1935/5249 36% [====================== ] 1936/5249 36% [====================== ] 1937/5249 36% [====================== ] 1938/5249 36% [====================== ] 1939/5249 36% [====================== ] 1940/5249 36% [====================== ] 1941/5249 36% [====================== ] 1942/5249 36% [====================== ] 1943/5249 37% [====================== ] 1944/5249 37% [====================== ] 1945/5249 37% [====================== ] 1946/5249 37% [====================== ] 1947/5249 37% [======================= ] 1948/5249 37% [======================= ] 1949/5249 37% [======================= ] 1950/5249 37% [======================= ] 1951/5249 37% [======================= ] 1952/5249 37% [======================= ] 1953/5249 37% [======================= ] 1954/5249 37% [======================= ] 1955/5249 37% [======================= ] 1956/5249 37% [======================= ] 1957/5249 37% [======================= ] 1958/5249 37% [======================= ] 1959/5249 37% [======================= ] 1960/5249 37% [======================= ] 1961/5249 37% [======================= ] 1962/5249 37% [======================= ] 1963/5249 37% [======================= ] 1964/5249 37% [======================= ] 1965/5249 37% [======================= ] 1966/5249 37% [======================= ] 1967/5249 37% [======================= ] 1968/5249 37% [======================= ] 1969/5249 37% [======================= ] 1970/5249 37% [======================= ] 1971/5249 37% [======================= ] 1972/5249 37% [======================= ] 1973/5249 37% [======================= ] 1974/5249 37% [======================= ] 1975/5249 37% [======================= ] 1976/5249 37% [======================= ] 1977/5249 37% [======================= ] 1978/5249 37% [======================= ] 1979/5249 37% [======================= ] 1980/5249 37% [======================= ] 1981/5249 37% [======================= ] 1982/5249 37% [======================= ] 1983/5249 37% [======================= ] 1984/5249 37% [======================= ] 1985/5249 37% [======================= ] 1986/5249 37% [======================= ] 1987/5249 37% [======================= ] 1988/5249 37% [======================= ] 1989/5249 37% [======================= ] 1990/5249 37% [======================= ] 1991/5249 37% [======================= ] 1992/5249 37% [======================= ] 1993/5249 37% [======================= ] 1994/5249 37% [======================= ] 1995/5249 38% [======================= ] 1996/5249 38% [======================= ] 1997/5249 38% [======================= ] 1998/5249 38% [======================= ] 1999/5249 38% [======================= ] 2000/5249 38% [======================= ] 2001/5249 38% [======================= ] 2002/5249 38% [======================= ] 2003/5249 38% [======================= ] 2004/5249 38% [======================= ] 2005/5249 38% [======================= ] 2006/5249 38% [======================= ] 2007/5249 38% [======================= ] 2008/5249 38% [======================= ] 2009/5249 38% [======================= ] 2010/5249 38% [======================= ] 2011/5249 38% [======================= ] 2012/5249 38% [======================= ] 2013/5249 38% [======================= ] 2014/5249 38% [======================= ] 2015/5249 38% [======================= ] 2016/5249 38% [======================= ] 2017/5249 38% [======================= ] 2018/5249 38% [======================= ] 2019/5249 38% [======================= ] 2020/5249 38% [======================= ] 2021/5249 38% [======================= ] 2022/5249 38% [======================= ] 2023/5249 38% [======================= ] 2024/5249 38% [======================= ] 2025/5249 38% [======================= ] 2026/5249 38% [======================= ] 2027/5249 38% [======================= ] 2028/5249 38% [======================= ] 2029/5249 38% [======================= ] 2030/5249 38% [======================= ] 2031/5249 38% [======================== ] 2032/5249 38% [======================== ] 2033/5249 38% [======================== ] 2034/5249 38% [======================== ] 2035/5249 38% [======================== ] 2036/5249 38% [======================== ] 2037/5249 38% [======================== ] 2038/5249 38% [======================== ] 2039/5249 38% [======================== ] 2040/5249 38% [======================== ] 2041/5249 38% [======================== ] 2042/5249 38% [======================== ] 2043/5249 38% [======================== ] 2044/5249 38% [======================== ] 2045/5249 38% [======================== ] 2046/5249 38% [======================== ] 2047/5249 38% [======================== ] 2048/5249 39% [======================== ] 2049/5249 39% [======================== ] 2050/5249 39% [======================== ] 2051/5249 39% [======================== ] 2052/5249 39% [======================== ] 2053/5249 39% [======================== ] 2054/5249 39% [======================== ] 2055/5249 39% [======================== ] 2056/5249 39% [======================== ] 2057/5249 39% [======================== ] 2058/5249 39% [======================== ] 2059/5249 39% [======================== ] 2060/5249 39% [======================== ] 2061/5249 39% [======================== ] 2062/5249 39% [======================== ] 2063/5249 39% [======================== ] 2064/5249 39% [======================== ] 2065/5249 39% [======================== ] 2066/5249 39% [======================== ] 2067/5249 39% [======================== ] 2068/5249 39% [======================== ] 2069/5249 39% [======================== ] 2070/5249 39% [======================== ] 2071/5249 39% [======================== ] 2072/5249 39% [======================== ] 2073/5249 39% [======================== ] 2074/5249 39% [======================== ] 2075/5249 39% [======================== ] 2076/5249 39% [======================== ] 2077/5249 39% [======================== ] 2078/5249 39% [======================== ] 2079/5249 39% [======================== ] 2080/5249 39% [======================== ] 2081/5249 39% [======================== ] 2082/5249 39% [======================== ] 2083/5249 39% [======================== ] 2084/5249 39% [======================== ] 2085/5249 39% [======================== ] 2086/5249 39% [======================== ] 2087/5249 39% [======================== ] 2088/5249 39% [======================== ] 2089/5249 39% [======================== ] 2090/5249 39% [======================== ] 2091/5249 39% [======================== ] 2092/5249 39% [======================== ] 2093/5249 39% [======================== ] 2094/5249 39% [======================== ] 2095/5249 39% [======================== ] 2096/5249 39% [======================== ] 2097/5249 39% [======================== ] 2098/5249 39% [======================== ] 2099/5249 39% [======================== ] 2100/5249 40% [======================== ] 2101/5249 40% [======================== ] 2102/5249 40% [======================== ] 2103/5249 40% [======================== ] 2104/5249 40% [======================== ] 2105/5249 40% [======================== ] 2106/5249 40% [======================== ] 2107/5249 40% [======================== ] 2108/5249 40% [======================== ] 2109/5249 40% [======================== ] 2110/5249 40% [======================== ] 2111/5249 40% [======================== ] 2112/5249 40% [======================== ] 2113/5249 40% [======================== ] 2114/5249 40% [======================== ] 2115/5249 40% [======================== ] 2116/5249 40% [========================= ] 2117/5249 40% [========================= ] 2118/5249 40% [========================= ] 2119/5249 40% [========================= ] 2120/5249 40% [========================= ] 2121/5249 40% [========================= ] 2122/5249 40% [========================= ] 2123/5249 40% [========================= ] 2124/5249 40% [========================= ] 2125/5249 40% [========================= ] 2126/5249 40% [========================= ] 2127/5249 40% [========================= ] 2128/5249 40% [========================= ] 2129/5249 40% [========================= ] 2130/5249 40% [========================= ] 2131/5249 40% [========================= ] 2132/5249 40% [========================= ] 2133/5249 40% [========================= ] 2134/5249 40% [========================= ] 2135/5249 40% [========================= ] 2136/5249 40% [========================= ] 2137/5249 40% [========================= ] 2138/5249 40% [========================= ] 2139/5249 40% [========================= ] 2140/5249 40% [========================= ] 2141/5249 40% [========================= ] 2142/5249 40% [========================= ] 2143/5249 40% [========================= ] 2144/5249 40% [========================= ] 2145/5249 40% [========================= ] 2146/5249 40% [========================= ] 2147/5249 40% [========================= ] 2148/5249 40% [========================= ] 2149/5249 40% [========================= ] 2150/5249 40% [========================= ] 2151/5249 40% [========================= ] 2152/5249 40% [========================= ] 2153/5249 41% [========================= ] 2154/5249 41% [========================= ] 2155/5249 41% [========================= ] 2156/5249 41% [========================= ] 2157/5249 41% [========================= ] 2158/5249 41% [========================= ] 2159/5249 41% [========================= ] 2160/5249 41% [========================= ] 2161/5249 41% [========================= ] 2162/5249 41% [========================= ] 2163/5249 41% [========================= ] 2164/5249 41% [========================= ] 2165/5249 41% [========================= ] 2166/5249 41% [========================= ] 2167/5249 41% [========================= ] 2168/5249 41% [========================= ] 2169/5249 41% [========================= ] 2170/5249 41% [========================= ] 2171/5249 41% [========================= ] 2172/5249 41% [========================= ] 2173/5249 41% [========================= ] 2174/5249 41% [========================= ] 2175/5249 41% [========================= ] 2176/5249 41% [========================= ] 2177/5249 41% [========================= ] 2178/5249 41% [========================= ] 2179/5249 41% [========================= ] 2180/5249 41% [========================= ] 2181/5249 41% [========================= ] 2182/5249 41% [========================= ] 2183/5249 41% [========================= ] 2184/5249 41% [========================= ] 2185/5249 41% [========================= ] 2186/5249 41% [========================= ] 2187/5249 41% [========================= ] 2188/5249 41% [========================= ] 2189/5249 41% [========================= ] 2190/5249 41% [========================= ] 2191/5249 41% [========================= ] 2192/5249 41% [========================= ] 2193/5249 41% [========================= ] 2194/5249 41% [========================= ] 2195/5249 41% [========================= ] 2196/5249 41% [========================= ] 2197/5249 41% [========================= ] 2198/5249 41% [========================= ] 2199/5249 41% [========================= ] 2200/5249 41% [========================= ] 2201/5249 41% [========================== ] 2202/5249 41% [========================== ] 2203/5249 41% [========================== ] 2204/5249 41% [========================== ] 2205/5249 42% [========================== ] 2206/5249 42% [========================== ] 2207/5249 42% [========================== ] 2208/5249 42% [========================== ] 2209/5249 42% [========================== ] 2210/5249 42% [========================== ] 2211/5249 42% [========================== ] 2212/5249 42% [========================== ] 2213/5249 42% [========================== ] 2214/5249 42% [========================== ] 2215/5249 42% [========================== ] 2216/5249 42% [========================== ] 2217/5249 42% [========================== ] 2218/5249 42% [========================== ] 2219/5249 42% [========================== ] 2220/5249 42% [========================== ] 2221/5249 42% [========================== ] 2222/5249 42% [========================== ] 2223/5249 42% [========================== ] 2224/5249 42% [========================== ] 2225/5249 42% [========================== ] 2226/5249 42% [========================== ] 2227/5249 42% [========================== ] 2228/5249 42% [========================== ] 2229/5249 42% [========================== ] 2230/5249 42% [========================== ] 2231/5249 42% [========================== ] 2232/5249 42% [========================== ] 2233/5249 42% [========================== ] 2234/5249 42% [========================== ] 2235/5249 42% [========================== ] 2236/5249 42% [========================== ] 2237/5249 42% [========================== ] 2238/5249 42% [========================== ] 2239/5249 42% [========================== ] 2240/5249 42% [========================== ] 2241/5249 42% [========================== ] 2242/5249 42% [========================== ] 2243/5249 42% [========================== ] 2244/5249 42% [========================== ] 2245/5249 42% [========================== ] 2246/5249 42% [========================== ] 2247/5249 42% [========================== ] 2248/5249 42% [========================== ] 2249/5249 42% [========================== ] 2250/5249 42% [========================== ] 2251/5249 42% [========================== ] 2252/5249 42% [========================== ] 2253/5249 42% [========================== ] 2254/5249 42% [========================== ] 2255/5249 42% [========================== ] 2256/5249 42% [========================== ] 2257/5249 42% [========================== ] 2258/5249 43% [========================== ] 2259/5249 43% [========================== ] 2260/5249 43% [========================== ] 2261/5249 43% [========================== ] 2262/5249 43% [========================== ] 2263/5249 43% [========================== ] 2264/5249 43% [========================== ] 2265/5249 43% [========================== ] 2266/5249 43% [========================== ] 2267/5249 43% [========================== ] 2268/5249 43% [========================== ] 2269/5249 43% [========================== ] 2270/5249 43% [========================== ] 2271/5249 43% [========================== ] 2272/5249 43% [========================== ] 2273/5249 43% [========================== ] 2274/5249 43% [========================== ] 2275/5249 43% [========================== ] 2276/5249 43% [========================== ] 2277/5249 43% [========================== ] 2278/5249 43% [========================== ] 2279/5249 43% [========================== ] 2280/5249 43% [========================== ] 2281/5249 43% [========================== ] 2282/5249 43% [========================== ] 2283/5249 43% [========================== ] 2284/5249 43% [========================== ] 2285/5249 43% [=========================== ] 2286/5249 43% [=========================== ] 2287/5249 43% [=========================== ] 2288/5249 43% [=========================== ] 2289/5249 43% [=========================== ] 2290/5249 43% [=========================== ] 2291/5249 43% [=========================== ] 2292/5249 43% [=========================== ] 2293/5249 43% [=========================== ] 2294/5249 43% [=========================== ] 2295/5249 43% [=========================== ] 2296/5249 43% [=========================== ] 2297/5249 43% [=========================== ] 2298/5249 43% [=========================== ] 2299/5249 43% [=========================== ] 2300/5249 43% [=========================== ] 2301/5249 43% [=========================== ] 2302/5249 43% [=========================== ] 2303/5249 43% [=========================== ] 2304/5249 43% [=========================== ] 2305/5249 43% [=========================== ] 2306/5249 43% [=========================== ] 2307/5249 43% [=========================== ] 2308/5249 43% [=========================== ] 2309/5249 43% [=========================== ] 2310/5249 44% [=========================== ] 2311/5249 44% [=========================== ] 2312/5249 44% [=========================== ] 2313/5249 44% [=========================== ] 2314/5249 44% [=========================== ] 2315/5249 44% [=========================== ] 2316/5249 44% [=========================== ] 2317/5249 44% [=========================== ] 2318/5249 44% [=========================== ] 2319/5249 44% [=========================== ] 2320/5249 44% [=========================== ] 2321/5249 44% [=========================== ] 2322/5249 44% [=========================== ] 2323/5249 44% [=========================== ] 2324/5249 44% [=========================== ] 2325/5249 44% [=========================== ] 2326/5249 44% [=========================== ] 2327/5249 44% [=========================== ] 2328/5249 44% [=========================== ] 2329/5249 44% [=========================== ] 2330/5249 44% [=========================== ] 2331/5249 44% [=========================== ] 2332/5249 44% [=========================== ] 2333/5249 44% [=========================== ] 2334/5249 44% [=========================== ] 2335/5249 44% [=========================== ] 2336/5249 44% [=========================== ] 2337/5249 44% [=========================== ] 2338/5249 44% [=========================== ] 2339/5249 44% [=========================== ] 2340/5249 44% [=========================== ] 2341/5249 44% [=========================== ] 2342/5249 44% [=========================== ] 2343/5249 44% [=========================== ] 2344/5249 44% [=========================== ] 2345/5249 44% [=========================== ] 2346/5249 44% [=========================== ] 2347/5249 44% [=========================== ] 2348/5249 44% [=========================== ] 2349/5249 44% [=========================== ] 2350/5249 44% [=========================== ] 2351/5249 44% [=========================== ] 2352/5249 44% [=========================== ] 2353/5249 44% [=========================== ] 2354/5249 44% [=========================== ] 2355/5249 44% [=========================== ] 2356/5249 44% [=========================== ] 2357/5249 44% [=========================== ] 2358/5249 44% [=========================== ] 2359/5249 44% [=========================== ] 2360/5249 44% [=========================== ] 2361/5249 44% [=========================== ] 2362/5249 44% [=========================== ] 2363/5249 45% [=========================== ] 2364/5249 45% [=========================== ] 2365/5249 45% [=========================== ] 2366/5249 45% [=========================== ] 2367/5249 45% [=========================== ] 2368/5249 45% [=========================== ] 2369/5249 45% [=========================== ] 2370/5249 45% [============================ ] 2371/5249 45% [============================ ] 2372/5249 45% [============================ ] 2373/5249 45% [============================ ] 2374/5249 45% [============================ ] 2375/5249 45% [============================ ] 2376/5249 45% [============================ ] 2377/5249 45% [============================ ] 2378/5249 45% [============================ ] 2379/5249 45% [============================ ] 2380/5249 45% [============================ ] 2381/5249 45% [============================ ] 2382/5249 45% [============================ ] 2383/5249 45% [============================ ] 2384/5249 45% [============================ ] 2385/5249 45% [============================ ] 2386/5249 45% [============================ ] 2387/5249 45% [============================ ] 2388/5249 45% [============================ ] 2389/5249 45% [============================ ] 2390/5249 45% [============================ ] 2391/5249 45% [============================ ] 2392/5249 45% [============================ ] 2393/5249 45% [============================ ] 2394/5249 45% [============================ ] 2395/5249 45% [============================ ] 2396/5249 45% [============================ ] 2397/5249 45% [============================ ] 2398/5249 45% [============================ ] 2399/5249 45% [============================ ] 2400/5249 45% [============================ ] 2401/5249 45% [============================ ] 2402/5249 45% [============================ ] 2403/5249 45% [============================ ] 2404/5249 45% [============================ ] 2405/5249 45% [============================ ] 2406/5249 45% [============================ ] 2407/5249 45% [============================ ] 2408/5249 45% [============================ ] 2409/5249 45% [============================ ] 2410/5249 45% [============================ ] 2411/5249 45% [============================ ] 2412/5249 45% [============================ ] 2413/5249 45% [============================ ] 2414/5249 45% [============================ ] 2415/5249 46% [============================ ] 2416/5249 46% [============================ ] 2417/5249 46% [============================ ] 2418/5249 46% [============================ ] 2419/5249 46% [============================ ] 2420/5249 46% [============================ ] 2421/5249 46% [============================ ] 2422/5249 46% [============================ ] 2423/5249 46% [============================ ] 2424/5249 46% [============================ ] 2425/5249 46% [============================ ] 2426/5249 46% [============================ ] 2427/5249 46% [============================ ] 2428/5249 46% [============================ ] 2429/5249 46% [============================ ] 2430/5249 46% [============================ ] 2431/5249 46% [============================ ] 2432/5249 46% [============================ ] 2433/5249 46% [============================ ] 2434/5249 46% [============================ ] 2435/5249 46% [============================ ] 2436/5249 46% [============================ ] 2437/5249 46% [============================ ] 2438/5249 46% [============================ ] 2439/5249 46% [============================ ] 2440/5249 46% [============================ ] 2441/5249 46% [============================ ] 2442/5249 46% [============================ ] 2443/5249 46% [============================ ] 2444/5249 46% [============================ ] 2445/5249 46% [============================ ] 2446/5249 46% [============================ ] 2447/5249 46% [============================ ] 2448/5249 46% [============================ ] 2449/5249 46% [============================ ] 2450/5249 46% [============================ ] 2451/5249 46% [============================ ] 2452/5249 46% [============================ ] 2453/5249 46% [============================ ] 2454/5249 46% [============================ ] 2455/5249 46% [============================= ] 2456/5249 46% [============================= ] 2457/5249 46% [============================= ] 2458/5249 46% [============================= ] 2459/5249 46% [============================= ] 2460/5249 46% [============================= ] 2461/5249 46% [============================= ] 2462/5249 46% [============================= ] 2463/5249 46% [============================= ] 2464/5249 46% [============================= ] 2465/5249 46% [============================= ] 2466/5249 46% [============================= ] 2467/5249 46% [============================= ] 2468/5249 47% [============================= ] 2469/5249 47% [============================= ] 2470/5249 47% [============================= ] 2471/5249 47% [============================= ] 2472/5249 47% [============================= ] 2473/5249 47% [============================= ] 2474/5249 47% [============================= ] 2475/5249 47% [============================= ] 2476/5249 47% [============================= ] 2477/5249 47% [============================= ] 2478/5249 47% [============================= ] 2479/5249 47% [============================= ] 2480/5249 47% [============================= ] 2481/5249 47% [============================= ] 2482/5249 47% [============================= ] 2483/5249 47% [============================= ] 2484/5249 47% [============================= ] 2485/5249 47% [============================= ] 2486/5249 47% [============================= ] 2487/5249 47% [============================= ] 2488/5249 47% [============================= ] 2489/5249 47% [============================= ] 2490/5249 47% [============================= ] 2491/5249 47% [============================= ] 2492/5249 47% [============================= ] 2493/5249 47% [============================= ] 2494/5249 47% [============================= ] 2495/5249 47% [============================= ] 2496/5249 47% [============================= ] 2497/5249 47% [============================= ] 2498/5249 47% [============================= ] 2499/5249 47% [============================= ] 2500/5249 47% [============================= ] 2501/5249 47% [============================= ] 2502/5249 47% [============================= ] 2503/5249 47% [============================= ] 2504/5249 47% [============================= ] 2505/5249 47% [============================= ] 2506/5249 47% [============================= ] 2507/5249 47% [============================= ] 2508/5249 47% [============================= ] 2509/5249 47% [============================= ] 2510/5249 47% [============================= ] 2511/5249 47% [============================= ] 2512/5249 47% [============================= ] 2513/5249 47% [============================= ] 2514/5249 47% [============================= ] 2515/5249 47% [============================= ] 2516/5249 47% [============================= ] 2517/5249 47% [============================= ] 2518/5249 47% [============================= ] 2519/5249 47% [============================= ] 2520/5249 48% [============================= ] 2521/5249 48% [============================= ] 2522/5249 48% [============================= ] 2523/5249 48% [============================= ] 2524/5249 48% [============================= ] 2525/5249 48% [============================= ] 2526/5249 48% [============================= ] 2527/5249 48% [============================= ] 2528/5249 48% [============================= ] 2529/5249 48% [============================= ] 2530/5249 48% [============================= ] 2531/5249 48% [============================= ] 2532/5249 48% [============================= ] 2533/5249 48% [============================= ] 2534/5249 48% [============================= ] 2535/5249 48% [============================= ] 2536/5249 48% [============================= ] 2537/5249 48% [============================= ] 2538/5249 48% [============================= ] 2539/5249 48% [============================== ] 2540/5249 48% [============================== ] 2541/5249 48% [============================== ] 2542/5249 48% [============================== ] 2543/5249 48% [============================== ] 2544/5249 48% [============================== ] 2545/5249 48% [============================== ] 2546/5249 48% [============================== ] 2547/5249 48% [============================== ] 2548/5249 48% [============================== ] 2549/5249 48% [============================== ] 2550/5249 48% [============================== ] 2551/5249 48% [============================== ] 2552/5249 48% [============================== ] 2553/5249 48% [============================== ] 2554/5249 48% [============================== ] 2555/5249 48% [============================== ] 2556/5249 48% [============================== ] 2557/5249 48% [============================== ] 2558/5249 48% [============================== ] 2559/5249 48% [============================== ] 2560/5249 48% [============================== ] 2561/5249 48% [============================== ] 2562/5249 48% [============================== ] 2563/5249 48% [============================== ] 2564/5249 48% [============================== ] 2565/5249 48% [============================== ] 2566/5249 48% [============================== ] 2567/5249 48% [============================== ] 2568/5249 48% [============================== ] 2569/5249 48% [============================== ] 2570/5249 48% [============================== ] 2571/5249 48% [============================== ] 2572/5249 48% [============================== ] 2573/5249 49% [============================== ] 2574/5249 49% [============================== ] 2575/5249 49% [============================== ] 2576/5249 49% [============================== ] 2577/5249 49% [============================== ] 2578/5249 49% [============================== ] 2579/5249 49% [============================== ] 2580/5249 49% [============================== ] 2581/5249 49% [============================== ] 2582/5249 49% [============================== ] 2583/5249 49% [============================== ] 2584/5249 49% [============================== ] 2585/5249 49% [============================== ] 2586/5249 49% [============================== ] 2587/5249 49% [============================== ] 2588/5249 49% [============================== ] 2589/5249 49% [============================== ] 2590/5249 49% [============================== ] 2591/5249 49% [============================== ] 2592/5249 49% [============================== ] 2593/5249 49% [============================== ] 2594/5249 49% [============================== ] 2595/5249 49% [============================== ] 2596/5249 49% [============================== ] 2597/5249 49% [============================== ] 2598/5249 49% [============================== ] 2599/5249 49% [============================== ] 2600/5249 49% [============================== ] 2601/5249 49% [============================== ] 2602/5249 49% [============================== ] 2603/5249 49% [============================== ] 2604/5249 49% [============================== ] 2605/5249 49% [============================== ] 2606/5249 49% [============================== ] 2607/5249 49% [============================== ] 2608/5249 49% [============================== ] 2609/5249 49% [============================== ] 2610/5249 49% [============================== ] 2611/5249 49% [============================== ] 2612/5249 49% [============================== ] 2613/5249 49% [============================== ] 2614/5249 49% [============================== ] 2615/5249 49% [============================== ] 2616/5249 49% [============================== ] 2617/5249 49% [============================== ] 2618/5249 49% [============================== ] 2619/5249 49% [============================== ] 2620/5249 49% [============================== ] 2621/5249 49% [============================== ] 2622/5249 49% [============================== ] 2623/5249 49% [============================== ] 2624/5249 49% [=============================== ] 2625/5249 50% [=============================== ] 2626/5249 50% [=============================== ] 2627/5249 50% [=============================== ] 2628/5249 50% [=============================== ] 2629/5249 50% [=============================== ] 2630/5249 50% [=============================== ] 2631/5249 50% [=============================== ] 2632/5249 50% [=============================== ] 2633/5249 50% [=============================== ] 2634/5249 50% [=============================== ] 2635/5249 50% [=============================== ] 2636/5249 50% [=============================== ] 2637/5249 50% [=============================== ] 2638/5249 50% [=============================== ] 2639/5249 50% [=============================== ] 2640/5249 50% [=============================== ] 2641/5249 50% [=============================== ] 2642/5249 50% [=============================== ] 2643/5249 50% [=============================== ] 2644/5249 50% [=============================== ] 2645/5249 50% [=============================== ] 2646/5249 50% [=============================== ] 2647/5249 50% [=============================== ] 2648/5249 50% [=============================== ] 2649/5249 50% [=============================== ] 2650/5249 50% [=============================== ] 2651/5249 50% [=============================== ] 2652/5249 50% [=============================== ] 2653/5249 50% [=============================== ] 2654/5249 50% [=============================== ] 2655/5249 50% [=============================== ] 2656/5249 50% [=============================== ] 2657/5249 50% [=============================== ] 2658/5249 50% [=============================== ] 2659/5249 50% [=============================== ] 2660/5249 50% [=============================== ] 2661/5249 50% [=============================== ] 2662/5249 50% [=============================== ] 2663/5249 50% [=============================== ] 2664/5249 50% [=============================== ] 2665/5249 50% [=============================== ] 2666/5249 50% [=============================== ] 2667/5249 50% [=============================== ] 2668/5249 50% [=============================== ] 2669/5249 50% [=============================== ] 2670/5249 50% [=============================== ] 2671/5249 50% [=============================== ] 2672/5249 50% [=============================== ] 2673/5249 50% [=============================== ] 2674/5249 50% [=============================== ] 2675/5249 50% [=============================== ] 2676/5249 50% [=============================== ] 2677/5249 51% [=============================== ] 2678/5249 51% [=============================== ] 2679/5249 51% [=============================== ] 2680/5249 51% [=============================== ] 2681/5249 51% [=============================== ] 2682/5249 51% [=============================== ] 2683/5249 51% [=============================== ] 2684/5249 51% [=============================== ] 2685/5249 51% [=============================== ] 2686/5249 51% [=============================== ] 2687/5249 51% [=============================== ] 2688/5249 51% [=============================== ] 2689/5249 51% [=============================== ] 2690/5249 51% [=============================== ] 2691/5249 51% [=============================== ] 2692/5249 51% [=============================== ] 2693/5249 51% [=============================== ] 2694/5249 51% [=============================== ] 2695/5249 51% [=============================== ] 2696/5249 51% [=============================== ] 2697/5249 51% [=============================== ] 2698/5249 51% [=============================== ] 2699/5249 51% [=============================== ] 2700/5249 51% [=============================== ] 2701/5249 51% [=============================== ] 2702/5249 51% [=============================== ] 2703/5249 51% [=============================== ] 2704/5249 51% [=============================== ] 2705/5249 51% [=============================== ] 2706/5249 51% [=============================== ] 2707/5249 51% [=============================== ] 2708/5249 51% [=============================== ] 2709/5249 51% [================================ ] 2710/5249 51% [================================ ] 2711/5249 51% [================================ ] 2712/5249 51% [================================ ] 2713/5249 51% [================================ ] 2714/5249 51% [================================ ] 2715/5249 51% [================================ ] 2716/5249 51% [================================ ] 2717/5249 51% [================================ ] 2718/5249 51% [================================ ] 2719/5249 51% [================================ ] 2720/5249 51% [================================ ] 2721/5249 51% [================================ ] 2722/5249 51% [================================ ] 2723/5249 51% [================================ ] 2724/5249 51% [================================ ] 2725/5249 51% [================================ ] 2726/5249 51% [================================ ] 2727/5249 51% [================================ ] 2728/5249 51% [================================ ] 2729/5249 51% [================================ ] 2730/5249 52% [================================ ] 2731/5249 52% [================================ ] 2732/5249 52% [================================ ] 2733/5249 52% [================================ ] 2734/5249 52% [================================ ] 2735/5249 52% [================================ ] 2736/5249 52% [================================ ] 2737/5249 52% [================================ ] 2738/5249 52% [================================ ] 2739/5249 52% [================================ ] 2740/5249 52% [================================ ] 2741/5249 52% [================================ ] 2742/5249 52% [================================ ] 2743/5249 52% [================================ ] 2744/5249 52% [================================ ] 2745/5249 52% [================================ ] 2746/5249 52% [================================ ] 2747/5249 52% [================================ ] 2748/5249 52% [================================ ] 2749/5249 52% [================================ ] 2750/5249 52% [================================ ] 2751/5249 52% [================================ ] 2752/5249 52% [================================ ] 2753/5249 52% [================================ ] 2754/5249 52% [================================ ] 2755/5249 52% [================================ ] 2756/5249 52% [================================ ] 2757/5249 52% [================================ ] 2758/5249 52% [================================ ] 2759/5249 52% [================================ ] 2760/5249 52% [================================ ] 2761/5249 52% [================================ ] 2762/5249 52% [================================ ] 2763/5249 52% [================================ ] 2764/5249 52% [================================ ] 2765/5249 52% [================================ ] 2766/5249 52% [================================ ] 2767/5249 52% [================================ ] 2768/5249 52% [================================ ] 2769/5249 52% [================================ ] 2770/5249 52% [================================ ] 2771/5249 52% [================================ ] 2772/5249 52% [================================ ] 2773/5249 52% [================================ ] 2774/5249 52% [================================ ] 2775/5249 52% [================================ ] 2776/5249 52% [================================ ] 2777/5249 52% [================================ ] 2778/5249 52% [================================ ] 2779/5249 52% [================================ ] 2780/5249 52% [================================ ] 2781/5249 52% [================================ ] 2782/5249 53% [================================ ] 2783/5249 53% [================================ ] 2784/5249 53% [================================ ] 2785/5249 53% [================================ ] 2786/5249 53% [================================ ] 2787/5249 53% [================================ ] 2788/5249 53% [================================ ] 2789/5249 53% [================================ ] 2790/5249 53% [================================ ] 2791/5249 53% [================================ ] 2792/5249 53% [================================ ] 2793/5249 53% [================================= ] 2794/5249 53% [================================= ] 2795/5249 53% [================================= ] 2796/5249 53% [================================= ] 2797/5249 53% [================================= ] 2798/5249 53% [================================= ] 2799/5249 53% [================================= ] 2800/5249 53% [================================= ] 2801/5249 53% [================================= ] 2802/5249 53% [================================= ] 2803/5249 53% [================================= ] 2804/5249 53% [================================= ] 2805/5249 53% [================================= ] 2806/5249 53% [================================= ] 2807/5249 53% [================================= ] 2808/5249 53% [================================= ] 2809/5249 53% [================================= ] 2810/5249 53% [================================= ] 2811/5249 53% [================================= ] 2812/5249 53% [================================= ] 2813/5249 53% [================================= ] 2814/5249 53% [================================= ] 2815/5249 53% [================================= ] 2816/5249 53% [================================= ] 2817/5249 53% [================================= ] 2818/5249 53% [================================= ] 2819/5249 53% [================================= ] 2820/5249 53% [================================= ] 2821/5249 53% [================================= ] 2822/5249 53% [================================= ] 2823/5249 53% [================================= ] 2824/5249 53% [================================= ] 2825/5249 53% [================================= ] 2826/5249 53% [================================= ] 2827/5249 53% [================================= ] 2828/5249 53% [================================= ] 2829/5249 53% [================================= ] 2830/5249 53% [================================= ] 2831/5249 53% [================================= ] 2832/5249 53% [================================= ] 2833/5249 53% [================================= ] 2834/5249 53% [================================= ] 2835/5249 54% [================================= ] 2836/5249 54% [================================= ] 2837/5249 54% [================================= ] 2838/5249 54% [================================= ] 2839/5249 54% [================================= ] 2840/5249 54% [================================= ] 2841/5249 54% [================================= ] 2842/5249 54% [================================= ] 2843/5249 54% [================================= ] 2844/5249 54% [================================= ] 2845/5249 54% [================================= ] 2846/5249 54% [================================= ] 2847/5249 54% [================================= ] 2848/5249 54% [================================= ] 2849/5249 54% [================================= ] 2850/5249 54% [================================= ] 2851/5249 54% [================================= ] 2852/5249 54% [================================= ] 2853/5249 54% [================================= ] 2854/5249 54% [================================= ] 2855/5249 54% [================================= ] 2856/5249 54% [================================= ] 2857/5249 54% [================================= ] 2858/5249 54% [================================= ] 2859/5249 54% [================================= ] 2860/5249 54% [================================= ] 2861/5249 54% [================================= ] 2862/5249 54% [================================= ] 2863/5249 54% [================================= ] 2864/5249 54% [================================= ] 2865/5249 54% [================================= ] 2866/5249 54% [================================= ] 2867/5249 54% [================================= ] 2868/5249 54% [================================= ] 2869/5249 54% [================================= ] 2870/5249 54% [================================= ] 2871/5249 54% [================================= ] 2872/5249 54% [================================= ] 2873/5249 54% [================================= ] 2874/5249 54% [================================= ] 2875/5249 54% [================================= ] 2876/5249 54% [================================= ] 2877/5249 54% [================================= ] 2878/5249 54% [================================== ] 2879/5249 54% [================================== ] 2880/5249 54% [================================== ] 2881/5249 54% [================================== ] 2882/5249 54% [================================== ] 2883/5249 54% [================================== ] 2884/5249 54% [================================== ] 2885/5249 54% [================================== ] 2886/5249 54% [================================== ] 2887/5249 55% [================================== ] 2888/5249 55% [================================== ] 2889/5249 55% [================================== ] 2890/5249 55% [================================== ] 2891/5249 55% [================================== ] 2892/5249 55% [================================== ] 2893/5249 55% [================================== ] 2894/5249 55% [================================== ] 2895/5249 55% [================================== ] 2896/5249 55% [================================== ] 2897/5249 55% [================================== ] 2898/5249 55% [================================== ] 2899/5249 55% [================================== ] 2900/5249 55% [================================== ] 2901/5249 55% [================================== ] 2902/5249 55% [================================== ] 2903/5249 55% [================================== ] 2904/5249 55% [================================== ] 2905/5249 55% [================================== ] 2906/5249 55% [================================== ] 2907/5249 55% [================================== ] 2908/5249 55% [================================== ] 2909/5249 55% [================================== ] 2910/5249 55% [================================== ] 2911/5249 55% [================================== ] 2912/5249 55% [================================== ] 2913/5249 55% [================================== ] 2914/5249 55% [================================== ] 2915/5249 55% [================================== ] 2916/5249 55% [================================== ] 2917/5249 55% [================================== ] 2918/5249 55% [================================== ] 2919/5249 55% [================================== ] 2920/5249 55% [================================== ] 2921/5249 55% [================================== ] 2922/5249 55% [================================== ] 2923/5249 55% [================================== ] 2924/5249 55% [================================== ] 2925/5249 55% [================================== ] 2926/5249 55% [================================== ] 2927/5249 55% [================================== ] 2928/5249 55% [================================== ] 2929/5249 55% [================================== ] 2930/5249 55% [================================== ] 2931/5249 55% [================================== ] 2932/5249 55% [================================== ] 2933/5249 55% [================================== ] 2934/5249 55% [================================== ] 2935/5249 55% [================================== ] 2936/5249 55% [================================== ] 2937/5249 55% [================================== ] 2938/5249 55% [================================== ] 2939/5249 55% [================================== ] 2940/5249 56% [================================== ] 2941/5249 56% [================================== ] 2942/5249 56% [================================== ] 2943/5249 56% [================================== ] 2944/5249 56% [================================== ] 2945/5249 56% [================================== ] 2946/5249 56% [================================== ] 2947/5249 56% [================================== ] 2948/5249 56% [================================== ] 2949/5249 56% [================================== ] 2950/5249 56% [================================== ] 2951/5249 56% [================================== ] 2952/5249 56% [================================== ] 2953/5249 56% [================================== ] 2954/5249 56% [================================== ] 2955/5249 56% [================================== ] 2956/5249 56% [================================== ] 2957/5249 56% [================================== ] 2958/5249 56% [================================== ] 2959/5249 56% [================================== ] 2960/5249 56% [================================== ] 2961/5249 56% [================================== ] 2962/5249 56% [================================== ] 2963/5249 56% [=================================== ] 2964/5249 56% [=================================== ] 2965/5249 56% [=================================== ] 2966/5249 56% [=================================== ] 2967/5249 56% [=================================== ] 2968/5249 56% [=================================== ] 2969/5249 56% [=================================== ] 2970/5249 56% [=================================== ] 2971/5249 56% [=================================== ] 2972/5249 56% [=================================== ] 2973/5249 56% [=================================== ] 2974/5249 56% [=================================== ] 2975/5249 56% [=================================== ] 2976/5249 56% [=================================== ] 2977/5249 56% [=================================== ] 2978/5249 56% [=================================== ] 2979/5249 56% [=================================== ] 2980/5249 56% [=================================== ] 2981/5249 56% [=================================== ] 2982/5249 56% [=================================== ] 2983/5249 56% [=================================== ] 2984/5249 56% [=================================== ] 2985/5249 56% [=================================== ] 2986/5249 56% [=================================== ] 2987/5249 56% [=================================== ] 2988/5249 56% [=================================== ] 2989/5249 56% [=================================== ] 2990/5249 56% [=================================== ] 2991/5249 56% [=================================== ] 2992/5249 57% [=================================== ] 2993/5249 57% [=================================== ] 2994/5249 57% [=================================== ] 2995/5249 57% [=================================== ] 2996/5249 57% [=================================== ] 2997/5249 57% [=================================== ] 2998/5249 57% [=================================== ] 2999/5249 57% [=================================== ] 3000/5249 57% [=================================== ] 3001/5249 57% [=================================== ] 3002/5249 57% [=================================== ] 3003/5249 57% [=================================== ] 3004/5249 57% [=================================== ] 3005/5249 57% [=================================== ] 3006/5249 57% [=================================== ] 3007/5249 57% [=================================== ] 3008/5249 57% [=================================== ] 3009/5249 57% [=================================== ] 3010/5249 57% [=================================== ] 3011/5249 57% [=================================== ] 3012/5249 57% [=================================== ] 3013/5249 57% [=================================== ] 3014/5249 57% [=================================== ] 3015/5249 57% [=================================== ] 3016/5249 57% [=================================== ] 3017/5249 57% [=================================== ] 3018/5249 57% [=================================== ] 3019/5249 57% [=================================== ] 3020/5249 57% [=================================== ] 3021/5249 57% [=================================== ] 3022/5249 57% [=================================== ] 3023/5249 57% [=================================== ] 3024/5249 57% [=================================== ] 3025/5249 57% [=================================== ] 3026/5249 57% [=================================== ] 3027/5249 57% [=================================== ] 3028/5249 57% [=================================== ] 3029/5249 57% [=================================== ] 3030/5249 57% [=================================== ] 3031/5249 57% [=================================== ] 3032/5249 57% [=================================== ] 3033/5249 57% [=================================== ] 3034/5249 57% [=================================== ] 3035/5249 57% [=================================== ] 3036/5249 57% [=================================== ] 3037/5249 57% [=================================== ] 3038/5249 57% [=================================== ] 3039/5249 57% [=================================== ] 3040/5249 57% [=================================== ] 3041/5249 57% [=================================== ] 3042/5249 57% [=================================== ] 3043/5249 57% [=================================== ] 3044/5249 57% [=================================== ] 3045/5249 58% [=================================== ] 3046/5249 58% [=================================== ] 3047/5249 58% [==================================== ] 3048/5249 58% [==================================== ] 3049/5249 58% [==================================== ] 3050/5249 58% [==================================== ] 3051/5249 58% [==================================== ] 3052/5249 58% [==================================== ] 3053/5249 58% [==================================== ] 3054/5249 58% [==================================== ] 3055/5249 58% [==================================== ] 3056/5249 58% [==================================== ] 3057/5249 58% [==================================== ] 3058/5249 58% [==================================== ] 3059/5249 58% [==================================== ] 3060/5249 58% [==================================== ] 3061/5249 58% [==================================== ] 3062/5249 58% [==================================== ] 3063/5249 58% [==================================== ] 3064/5249 58% [==================================== ] 3065/5249 58% [==================================== ] 3066/5249 58% [==================================== ] 3067/5249 58% [==================================== ] 3068/5249 58% [==================================== ] 3069/5249 58% [==================================== ] 3070/5249 58% [==================================== ] 3071/5249 58% [==================================== ] 3072/5249 58% [==================================== ] 3073/5249 58% [==================================== ] 3074/5249 58% [==================================== ] 3075/5249 58% [==================================== ] 3076/5249 58% [==================================== ] 3077/5249 58% [==================================== ] 3078/5249 58% [==================================== ] 3079/5249 58% [==================================== ] 3080/5249 58% [==================================== ] 3081/5249 58% [==================================== ] 3082/5249 58% [==================================== ] 3083/5249 58% [==================================== ] 3084/5249 58% [==================================== ] 3085/5249 58% [==================================== ] 3086/5249 58% [==================================== ] 3087/5249 58% [==================================== ] 3088/5249 58% [==================================== ] 3089/5249 58% [==================================== ] 3090/5249 58% [==================================== ] 3091/5249 58% [==================================== ] 3092/5249 58% [==================================== ] 3093/5249 58% [==================================== ] 3094/5249 58% [==================================== ] 3095/5249 58% [==================================== ] 3096/5249 58% [==================================== ] 3097/5249 59% [==================================== ] 3098/5249 59% [==================================== ] 3099/5249 59% [==================================== ] 3100/5249 59% [==================================== ] 3101/5249 59% [==================================== ] 3102/5249 59% [==================================== ] 3103/5249 59% [==================================== ] 3104/5249 59% [==================================== ] 3105/5249 59% [==================================== ] 3106/5249 59% [==================================== ] 3107/5249 59% [==================================== ] 3108/5249 59% [==================================== ] 3109/5249 59% [==================================== ] 3110/5249 59% [==================================== ] 3111/5249 59% [==================================== ] 3112/5249 59% [==================================== ] 3113/5249 59% [==================================== ] 3114/5249 59% [==================================== ] 3115/5249 59% [==================================== ] 3116/5249 59% [==================================== ] 3117/5249 59% [==================================== ] 3118/5249 59% [==================================== ] 3119/5249 59% [==================================== ] 3120/5249 59% [==================================== ] 3121/5249 59% [==================================== ] 3122/5249 59% [==================================== ] 3123/5249 59% [==================================== ] 3124/5249 59% [==================================== ] 3125/5249 59% [==================================== ] 3126/5249 59% [==================================== ] 3127/5249 59% [==================================== ] 3128/5249 59% [==================================== ] 3129/5249 59% [==================================== ] 3130/5249 59% [==================================== ] 3131/5249 59% [==================================== ] 3132/5249 59% [===================================== ] 3133/5249 59% [===================================== ] 3134/5249 59% [===================================== ] 3135/5249 59% [===================================== ] 3136/5249 59% [===================================== ] 3137/5249 59% [===================================== ] 3138/5249 59% [===================================== ] 3139/5249 59% [===================================== ] 3140/5249 59% [===================================== ] 3141/5249 59% [===================================== ] 3142/5249 59% [===================================== ] 3143/5249 59% [===================================== ] 3144/5249 59% [===================================== ] 3145/5249 59% [===================================== ] 3146/5249 59% [===================================== ] 3147/5249 59% [===================================== ] 3148/5249 59% [===================================== ] 3149/5249 59% [===================================== ] 3150/5249 60% [===================================== ] 3151/5249 60% [===================================== ] 3152/5249 60% [===================================== ] 3153/5249 60% [===================================== ] 3154/5249 60% [===================================== ] 3155/5249 60% [===================================== ] 3156/5249 60% [===================================== ] 3157/5249 60% [===================================== ] 3158/5249 60% [===================================== ] 3159/5249 60% [===================================== ] 3160/5249 60% [===================================== ] 3161/5249 60% [===================================== ] 3162/5249 60% [===================================== ] 3163/5249 60% [===================================== ] 3164/5249 60% [===================================== ] 3165/5249 60% [===================================== ] 3166/5249 60% [===================================== ] 3167/5249 60% [===================================== ] 3168/5249 60% [===================================== ] 3169/5249 60% [===================================== ] 3170/5249 60% [===================================== ] 3171/5249 60% [===================================== ] 3172/5249 60% [===================================== ] 3173/5249 60% [===================================== ] 3174/5249 60% [===================================== ] 3175/5249 60% [===================================== ] 3176/5249 60% [===================================== ] 3177/5249 60% [===================================== ] 3178/5249 60% [===================================== ] 3179/5249 60% [===================================== ] 3180/5249 60% [===================================== ] 3181/5249 60% [===================================== ] 3182/5249 60% [===================================== ] 3183/5249 60% [===================================== ] 3184/5249 60% [===================================== ] 3185/5249 60% [===================================== ] 3186/5249 60% [===================================== ] 3187/5249 60% [===================================== ] 3188/5249 60% [===================================== ] 3189/5249 60% [===================================== ] 3190/5249 60% [===================================== ] 3191/5249 60% [===================================== ] 3192/5249 60% [===================================== ] 3193/5249 60% [===================================== ] 3194/5249 60% [===================================== ] 3195/5249 60% [===================================== ] 3196/5249 60% [===================================== ] 3197/5249 60% [===================================== ] 3198/5249 60% [===================================== ] 3199/5249 60% [===================================== ] 3200/5249 60% [===================================== ] 3201/5249 60% [===================================== ] 3202/5249 61% [===================================== ] 3203/5249 61% [===================================== ] 3204/5249 61% [===================================== ] 3205/5249 61% [===================================== ] 3206/5249 61% [===================================== ] 3207/5249 61% [===================================== ] 3208/5249 61% [===================================== ] 3209/5249 61% [===================================== ] 3210/5249 61% [===================================== ] 3211/5249 61% [===================================== ] 3212/5249 61% [===================================== ] 3213/5249 61% [===================================== ] 3214/5249 61% [===================================== ] 3215/5249 61% [===================================== ] 3216/5249 61% [===================================== ] 3217/5249 61% [====================================== ] 3218/5249 61% [====================================== ] 3219/5249 61% [====================================== ] 3220/5249 61% [====================================== ] 3221/5249 61% [====================================== ] 3222/5249 61% [====================================== ] 3223/5249 61% [====================================== ] 3224/5249 61% [====================================== ] 3225/5249 61% [====================================== ] 3226/5249 61% [====================================== ] 3227/5249 61% [====================================== ] 3228/5249 61% [====================================== ] 3229/5249 61% [====================================== ] 3230/5249 61% [====================================== ] 3231/5249 61% [====================================== ] 3232/5249 61% [====================================== ] 3233/5249 61% [====================================== ] 3234/5249 61% [====================================== ] 3235/5249 61% [====================================== ] 3236/5249 61% [====================================== ] 3237/5249 61% [====================================== ] 3238/5249 61% [====================================== ] 3239/5249 61% [====================================== ] 3240/5249 61% [====================================== ] 3241/5249 61% [====================================== ] 3242/5249 61% [====================================== ] 3243/5249 61% [====================================== ] 3244/5249 61% [====================================== ] 3245/5249 61% [====================================== ] 3246/5249 61% [====================================== ] 3247/5249 61% [====================================== ] 3248/5249 61% [====================================== ] 3249/5249 61% [====================================== ] 3250/5249 61% [====================================== ] 3251/5249 61% [====================================== ] 3252/5249 61% [====================================== ] 3253/5249 61% [====================================== ] 3254/5249 61% [====================================== ] 3255/5249 62% [====================================== ] 3256/5249 62% [====================================== ] 3257/5249 62% [====================================== ] 3258/5249 62% [====================================== ] 3259/5249 62% [====================================== ] 3260/5249 62% [====================================== ] 3261/5249 62% [====================================== ] 3262/5249 62% [====================================== ] 3263/5249 62% [====================================== ] 3264/5249 62% [====================================== ] 3265/5249 62% [====================================== ] 3266/5249 62% [====================================== ] 3267/5249 62% [====================================== ] 3268/5249 62% [====================================== ] 3269/5249 62% [====================================== ] 3270/5249 62% [====================================== ] 3271/5249 62% [====================================== ] 3272/5249 62% [====================================== ] 3273/5249 62% [====================================== ] 3274/5249 62% [====================================== ] 3275/5249 62% [====================================== ] 3276/5249 62% [====================================== ] 3277/5249 62% [====================================== ] 3278/5249 62% [====================================== ] 3279/5249 62% [====================================== ] 3280/5249 62% [====================================== ] 3281/5249 62% [====================================== ] 3282/5249 62% [====================================== ] 3283/5249 62% [====================================== ] 3284/5249 62% [====================================== ] 3285/5249 62% [====================================== ] 3286/5249 62% [====================================== ] 3287/5249 62% [====================================== ] 3288/5249 62% [====================================== ] 3289/5249 62% [====================================== ] 3290/5249 62% [====================================== ] 3291/5249 62% [====================================== ] 3292/5249 62% [====================================== ] 3293/5249 62% [====================================== ] 3294/5249 62% [====================================== ] 3295/5249 62% [====================================== ] 3296/5249 62% [====================================== ] 3297/5249 62% [====================================== ] 3298/5249 62% [====================================== ] 3299/5249 62% [====================================== ] 3300/5249 62% [====================================== ] 3301/5249 62% [======================================= ] 3302/5249 62% [======================================= ] 3303/5249 62% [======================================= ] 3304/5249 62% [======================================= ] 3305/5249 62% [======================================= ] 3306/5249 62% [======================================= ] 3307/5249 63% [======================================= ] 3308/5249 63% [======================================= ] 3309/5249 63% [======================================= ] 3310/5249 63% [======================================= ] 3311/5249 63% [======================================= ] 3312/5249 63% [======================================= ] 3313/5249 63% [======================================= ] 3314/5249 63% [======================================= ] 3315/5249 63% [======================================= ] 3316/5249 63% [======================================= ] 3317/5249 63% [======================================= ] 3318/5249 63% [======================================= ] 3319/5249 63% [======================================= ] 3320/5249 63% [======================================= ] 3321/5249 63% [======================================= ] 3322/5249 63% [======================================= ] 3323/5249 63% [======================================= ] 3324/5249 63% [======================================= ] 3325/5249 63% [======================================= ] 3326/5249 63% [======================================= ] 3327/5249 63% [======================================= ] 3328/5249 63% [======================================= ] 3329/5249 63% [======================================= ] 3330/5249 63% [======================================= ] 3331/5249 63% [======================================= ] 3332/5249 63% [======================================= ] 3333/5249 63% [======================================= ] 3334/5249 63% [======================================= ] 3335/5249 63% [======================================= ] 3336/5249 63% [======================================= ] 3337/5249 63% [======================================= ] 3338/5249 63% [======================================= ] 3339/5249 63% [======================================= ] 3340/5249 63% [======================================= ] 3341/5249 63% [======================================= ] 3342/5249 63% [======================================= ] 3343/5249 63% [======================================= ] 3344/5249 63% [======================================= ] 3345/5249 63% [======================================= ] 3346/5249 63% [======================================= ] 3347/5249 63% [======================================= ] 3348/5249 63% [======================================= ] 3349/5249 63% [======================================= ] 3350/5249 63% [======================================= ] 3351/5249 63% [======================================= ] 3352/5249 63% [======================================= ] 3353/5249 63% [======================================= ] 3354/5249 63% [======================================= ] 3355/5249 63% [======================================= ] 3356/5249 63% [======================================= ] 3357/5249 63% [======================================= ] 3358/5249 63% [======================================= ] 3359/5249 63% [======================================= ] 3360/5249 64% [======================================= ] 3361/5249 64% [======================================= ] 3362/5249 64% [======================================= ] 3363/5249 64% [======================================= ] 3364/5249 64% [======================================= ] 3365/5249 64% [======================================= ] 3366/5249 64% [======================================= ] 3367/5249 64% [======================================= ] 3368/5249 64% [======================================= ] 3369/5249 64% [======================================= ] 3370/5249 64% [======================================= ] 3371/5249 64% [======================================= ] 3372/5249 64% [======================================= ] 3373/5249 64% [======================================= ] 3374/5249 64% [======================================= ] 3375/5249 64% [======================================= ] 3376/5249 64% [======================================= ] 3377/5249 64% [======================================= ] 3378/5249 64% [======================================= ] 3379/5249 64% [======================================= ] 3380/5249 64% [======================================= ] 3381/5249 64% [======================================= ] 3382/5249 64% [======================================= ] 3383/5249 64% [======================================= ] 3384/5249 64% [======================================= ] 3385/5249 64% [======================================= ] 3386/5249 64% [======================================== ] 3387/5249 64% [======================================== ] 3388/5249 64% [======================================== ] 3389/5249 64% [======================================== ] 3390/5249 64% [======================================== ] 3391/5249 64% [======================================== ] 3392/5249 64% [======================================== ] 3393/5249 64% [======================================== ] 3394/5249 64% [======================================== ] 3395/5249 64% [======================================== ] 3396/5249 64% [======================================== ] 3397/5249 64% [======================================== ] 3398/5249 64% [======================================== ] 3399/5249 64% [======================================== ] 3400/5249 64% [======================================== ] 3401/5249 64% [======================================== ] 3402/5249 64% [======================================== ] 3403/5249 64% [======================================== ] 3404/5249 64% [======================================== ] 3405/5249 64% [======================================== ] 3406/5249 64% [======================================== ] 3407/5249 64% [======================================== ] 3408/5249 64% [======================================== ] 3409/5249 64% [======================================== ] 3410/5249 64% [======================================== ] 3411/5249 64% [======================================== ] 3412/5249 65% [======================================== ] 3413/5249 65% [======================================== ] 3414/5249 65% [======================================== ] 3415/5249 65% [======================================== ] 3416/5249 65% [======================================== ] 3417/5249 65% [======================================== ] 3418/5249 65% [======================================== ] 3419/5249 65% [======================================== ] 3420/5249 65% [======================================== ] 3421/5249 65% [======================================== ] 3422/5249 65% [======================================== ] 3423/5249 65% [======================================== ] 3424/5249 65% [======================================== ] 3425/5249 65% [======================================== ] 3426/5249 65% [======================================== ] 3427/5249 65% [======================================== ] 3428/5249 65% [======================================== ] 3429/5249 65% [======================================== ] 3430/5249 65% [======================================== ] 3431/5249 65% [======================================== ] 3432/5249 65% [======================================== ] 3433/5249 65% [======================================== ] 3434/5249 65% [======================================== ] 3435/5249 65% [======================================== ] 3436/5249 65% [======================================== ] 3437/5249 65% [======================================== ] 3438/5249 65% [======================================== ] 3439/5249 65% [======================================== ] 3440/5249 65% [======================================== ] 3441/5249 65% [======================================== ] 3442/5249 65% [======================================== ] 3443/5249 65% [======================================== ] 3444/5249 65% [======================================== ] 3445/5249 65% [======================================== ] 3446/5249 65% [======================================== ] 3447/5249 65% [======================================== ] 3448/5249 65% [======================================== ] 3449/5249 65% [======================================== ] 3450/5249 65% [======================================== ] 3451/5249 65% [======================================== ] 3452/5249 65% [======================================== ] 3453/5249 65% [======================================== ] 3454/5249 65% [======================================== ] 3455/5249 65% [======================================== ] 3456/5249 65% [======================================== ] 3457/5249 65% [======================================== ] 3458/5249 65% [======================================== ] 3459/5249 65% [======================================== ] 3460/5249 65% [======================================== ] 3461/5249 65% [======================================== ] 3462/5249 65% [======================================== ] 3463/5249 65% [======================================== ] 3464/5249 65% [======================================== ] 3465/5249 66% [======================================== ] 3466/5249 66% [======================================== ] 3467/5249 66% [======================================== ] 3468/5249 66% [======================================== ] 3469/5249 66% [======================================== ] 3470/5249 66% [======================================== ] 3471/5249 66% [========================================= ] 3472/5249 66% [========================================= ] 3473/5249 66% [========================================= ] 3474/5249 66% [========================================= ] 3475/5249 66% [========================================= ] 3476/5249 66% [========================================= ] 3477/5249 66% [========================================= ] 3478/5249 66% [========================================= ] 3479/5249 66% [========================================= ] 3480/5249 66% [========================================= ] 3481/5249 66% [========================================= ] 3482/5249 66% [========================================= ] 3483/5249 66% [========================================= ] 3484/5249 66% [========================================= ] 3485/5249 66% [========================================= ] 3486/5249 66% [========================================= ] 3487/5249 66% [========================================= ] 3488/5249 66% [========================================= ] 3489/5249 66% [========================================= ] 3490/5249 66% [========================================= ] 3491/5249 66% [========================================= ] 3492/5249 66% [========================================= ] 3493/5249 66% [========================================= ] 3494/5249 66% [========================================= ] 3495/5249 66% [========================================= ] 3496/5249 66% [========================================= ] 3497/5249 66% [========================================= ] 3498/5249 66% [========================================= ] 3499/5249 66% [========================================= ] 3500/5249 66% [========================================= ] 3501/5249 66% [========================================= ] 3502/5249 66% [========================================= ] 3503/5249 66% [========================================= ] 3504/5249 66% [========================================= ] 3505/5249 66% [========================================= ] 3506/5249 66% [========================================= ] 3507/5249 66% [========================================= ] 3508/5249 66% [========================================= ] 3509/5249 66% [========================================= ] 3510/5249 66% [========================================= ] 3511/5249 66% [========================================= ] 3512/5249 66% [========================================= ] 3513/5249 66% [========================================= ] 3514/5249 66% [========================================= ] 3515/5249 66% [========================================= ] 3516/5249 66% [========================================= ] 3517/5249 67% [========================================= ] 3518/5249 67% [========================================= ] 3519/5249 67% [========================================= ] 3520/5249 67% [========================================= ] 3521/5249 67% [========================================= ] 3522/5249 67% [========================================= ] 3523/5249 67% [========================================= ] 3524/5249 67% [========================================= ] 3525/5249 67% [========================================= ] 3526/5249 67% [========================================= ] 3527/5249 67% [========================================= ] 3528/5249 67% [========================================= ] 3529/5249 67% [========================================= ] 3530/5249 67% [========================================= ] 3531/5249 67% [========================================= ] 3532/5249 67% [========================================= ] 3533/5249 67% [========================================= ] 3534/5249 67% [========================================= ] 3535/5249 67% [========================================= ] 3536/5249 67% [========================================= ] 3537/5249 67% [========================================= ] 3538/5249 67% [========================================= ] 3539/5249 67% [========================================= ] 3540/5249 67% [========================================= ] 3541/5249 67% [========================================= ] 3542/5249 67% [========================================= ] 3543/5249 67% [========================================= ] 3544/5249 67% [========================================= ] 3545/5249 67% [========================================= ] 3546/5249 67% [========================================= ] 3547/5249 67% [========================================= ] 3548/5249 67% [========================================= ] 3549/5249 67% [========================================= ] 3550/5249 67% [========================================= ] 3551/5249 67% [========================================= ] 3552/5249 67% [========================================= ] 3553/5249 67% [========================================= ] 3554/5249 67% [========================================= ] 3555/5249 67% [========================================== ] 3556/5249 67% [========================================== ] 3557/5249 67% [========================================== ] 3558/5249 67% [========================================== ] 3559/5249 67% [========================================== ] 3560/5249 67% [========================================== ] 3561/5249 67% [========================================== ] 3562/5249 67% [========================================== ] 3563/5249 67% [========================================== ] 3564/5249 67% [========================================== ] 3565/5249 67% [========================================== ] 3566/5249 67% [========================================== ] 3567/5249 67% [========================================== ] 3568/5249 67% [========================================== ] 3569/5249 67% [========================================== ] 3570/5249 68% [========================================== ] 3571/5249 68% [========================================== ] 3572/5249 68% [========================================== ] 3573/5249 68% [========================================== ] 3574/5249 68% [========================================== ] 3575/5249 68% [========================================== ] 3576/5249 68% [========================================== ] 3577/5249 68% [========================================== ] 3578/5249 68% [========================================== ] 3579/5249 68% [========================================== ] 3580/5249 68% [========================================== ] 3581/5249 68% [========================================== ] 3582/5249 68% [========================================== ] 3583/5249 68% [========================================== ] 3584/5249 68% [========================================== ] 3585/5249 68% [========================================== ] 3586/5249 68% [========================================== ] 3587/5249 68% [========================================== ] 3588/5249 68% [========================================== ] 3589/5249 68% [========================================== ] 3590/5249 68% [========================================== ] 3591/5249 68% [========================================== ] 3592/5249 68% [========================================== ] 3593/5249 68% [========================================== ] 3594/5249 68% [========================================== ] 3595/5249 68% [========================================== ] 3596/5249 68% [========================================== ] 3597/5249 68% [========================================== ] 3598/5249 68% [========================================== ] 3599/5249 68% [========================================== ] 3600/5249 68% [========================================== ] 3601/5249 68% [========================================== ] 3602/5249 68% [========================================== ] 3603/5249 68% [========================================== ] 3604/5249 68% [========================================== ] 3605/5249 68% [========================================== ] 3606/5249 68% [========================================== ] 3607/5249 68% [========================================== ] 3608/5249 68% [========================================== ] 3609/5249 68% [========================================== ] 3610/5249 68% [========================================== ] 3611/5249 68% [========================================== ] 3612/5249 68% [========================================== ] 3613/5249 68% [========================================== ] 3614/5249 68% [========================================== ] 3615/5249 68% [========================================== ] 3616/5249 68% [========================================== ] 3617/5249 68% [========================================== ] 3618/5249 68% [========================================== ] 3619/5249 68% [========================================== ] 3620/5249 68% [========================================== ] 3621/5249 68% [========================================== ] 3622/5249 69% [========================================== ] 3623/5249 69% [========================================== ] 3624/5249 69% [========================================== ] 3625/5249 69% [========================================== ] 3626/5249 69% [========================================== ] 3627/5249 69% [========================================== ] 3628/5249 69% [========================================== ] 3629/5249 69% [========================================== ] 3630/5249 69% [========================================== ] 3631/5249 69% [========================================== ] 3632/5249 69% [========================================== ] 3633/5249 69% [========================================== ] 3634/5249 69% [========================================== ] 3635/5249 69% [========================================== ] 3636/5249 69% [========================================== ] 3637/5249 69% [========================================== ] 3638/5249 69% [========================================== ] 3639/5249 69% [========================================== ] 3640/5249 69% [=========================================== ] 3641/5249 69% [=========================================== ] 3642/5249 69% [=========================================== ] 3643/5249 69% [=========================================== ] 3644/5249 69% [=========================================== ] 3645/5249 69% [=========================================== ] 3646/5249 69% [=========================================== ] 3647/5249 69% [=========================================== ] 3648/5249 69% [=========================================== ] 3649/5249 69% [=========================================== ] 3650/5249 69% [=========================================== ] 3651/5249 69% [=========================================== ] 3652/5249 69% [=========================================== ] 3653/5249 69% [=========================================== ] 3654/5249 69% [=========================================== ] 3655/5249 69% [=========================================== ] 3656/5249 69% [=========================================== ] 3657/5249 69% [=========================================== ] 3658/5249 69% [=========================================== ] 3659/5249 69% [=========================================== ] 3660/5249 69% [=========================================== ] 3661/5249 69% [=========================================== ] 3662/5249 69% [=========================================== ] 3663/5249 69% [=========================================== ] 3664/5249 69% [=========================================== ] 3665/5249 69% [=========================================== ] 3666/5249 69% [=========================================== ] 3667/5249 69% [=========================================== ] 3668/5249 69% [=========================================== ] 3669/5249 69% [=========================================== ] 3670/5249 69% [=========================================== ] 3671/5249 69% [=========================================== ] 3672/5249 69% [=========================================== ] 3673/5249 69% [=========================================== ] 3674/5249 69% [=========================================== ] 3675/5249 70% [=========================================== ] 3676/5249 70% [=========================================== ] 3677/5249 70% [=========================================== ] 3678/5249 70% [=========================================== ] 3679/5249 70% [=========================================== ] 3680/5249 70% [=========================================== ] 3681/5249 70% [=========================================== ] 3682/5249 70% [=========================================== ] 3683/5249 70% [=========================================== ] 3684/5249 70% [=========================================== ] 3685/5249 70% [=========================================== ] 3686/5249 70% [=========================================== ] 3687/5249 70% [=========================================== ] 3688/5249 70% [=========================================== ] 3689/5249 70% [=========================================== ] 3690/5249 70% [=========================================== ] 3691/5249 70% [=========================================== ] 3692/5249 70% [=========================================== ] 3693/5249 70% [=========================================== ] 3694/5249 70% [=========================================== ] 3695/5249 70% [=========================================== ] 3696/5249 70% [=========================================== ] 3697/5249 70% [=========================================== ] 3698/5249 70% [=========================================== ] 3699/5249 70% [=========================================== ] 3700/5249 70% [=========================================== ] 3701/5249 70% [=========================================== ] 3702/5249 70% [=========================================== ] 3703/5249 70% [=========================================== ] 3704/5249 70% [=========================================== ] 3705/5249 70% [=========================================== ] 3706/5249 70% [=========================================== ] 3707/5249 70% [=========================================== ] 3708/5249 70% [=========================================== ] 3709/5249 70% [=========================================== ] 3710/5249 70% [=========================================== ] 3711/5249 70% [=========================================== ] 3712/5249 70% [=========================================== ] 3713/5249 70% [=========================================== ] 3714/5249 70% [=========================================== ] 3715/5249 70% [=========================================== ] 3716/5249 70% [=========================================== ] 3717/5249 70% [=========================================== ] 3718/5249 70% [=========================================== ] 3719/5249 70% [=========================================== ] 3720/5249 70% [=========================================== ] 3721/5249 70% [=========================================== ] 3722/5249 70% [=========================================== ] 3723/5249 70% [=========================================== ] 3724/5249 70% [=========================================== ] 3725/5249 70% [============================================ ] 3726/5249 70% [============================================ ] 3727/5249 71% [============================================ ] 3728/5249 71% [============================================ ] 3729/5249 71% [============================================ ] 3730/5249 71% [============================================ ] 3731/5249 71% [============================================ ] 3732/5249 71% [============================================ ] 3733/5249 71% [============================================ ] 3734/5249 71% [============================================ ] 3735/5249 71% [============================================ ] 3736/5249 71% [============================================ ] 3737/5249 71% [============================================ ] 3738/5249 71% [============================================ ] 3739/5249 71% [============================================ ] 3740/5249 71% [============================================ ] 3741/5249 71% [============================================ ] 3742/5249 71% [============================================ ] 3743/5249 71% [============================================ ] 3744/5249 71% [============================================ ] 3745/5249 71% [============================================ ] 3746/5249 71% [============================================ ] 3747/5249 71% [============================================ ] 3748/5249 71% [============================================ ] 3749/5249 71% [============================================ ] 3750/5249 71% [============================================ ] 3751/5249 71% [============================================ ] 3752/5249 71% [============================================ ] 3753/5249 71% [============================================ ] 3754/5249 71% [============================================ ] 3755/5249 71% [============================================ ] 3756/5249 71% [============================================ ] 3757/5249 71% [============================================ ] 3758/5249 71% [============================================ ] 3759/5249 71% [============================================ ] 3760/5249 71% [============================================ ] 3761/5249 71% [============================================ ] 3762/5249 71% [============================================ ] 3763/5249 71% [============================================ ] 3764/5249 71% [============================================ ] 3765/5249 71% [============================================ ] 3766/5249 71% [============================================ ] 3767/5249 71% [============================================ ] 3768/5249 71% [============================================ ] 3769/5249 71% [============================================ ] 3770/5249 71% [============================================ ] 3771/5249 71% [============================================ ] 3772/5249 71% [============================================ ] 3773/5249 71% [============================================ ] 3774/5249 71% [============================================ ] 3775/5249 71% [============================================ ] 3776/5249 71% [============================================ ] 3777/5249 71% [============================================ ] 3778/5249 71% [============================================ ] 3779/5249 71% [============================================ ] 3780/5249 72% [============================================ ] 3781/5249 72% [============================================ ] 3782/5249 72% [============================================ ] 3783/5249 72% [============================================ ] 3784/5249 72% [============================================ ] 3785/5249 72% [============================================ ] 3786/5249 72% [============================================ ] 3787/5249 72% [============================================ ] 3788/5249 72% [============================================ ] 3789/5249 72% [============================================ ] 3790/5249 72% [============================================ ] 3791/5249 72% [============================================ ] 3792/5249 72% [============================================ ] 3793/5249 72% [============================================ ] 3794/5249 72% [============================================ ] 3795/5249 72% [============================================ ] 3796/5249 72% [============================================ ] 3797/5249 72% [============================================ ] 3798/5249 72% [============================================ ] 3799/5249 72% [============================================ ] 3800/5249 72% [============================================ ] 3801/5249 72% [============================================ ] 3802/5249 72% [============================================ ] 3803/5249 72% [============================================ ] 3804/5249 72% [============================================ ] 3805/5249 72% [============================================ ] 3806/5249 72% [============================================ ] 3807/5249 72% [============================================ ] 3808/5249 72% [============================================ ] 3809/5249 72% [============================================= ] 3810/5249 72% [============================================= ] 3811/5249 72% [============================================= ] 3812/5249 72% [============================================= ] 3813/5249 72% [============================================= ] 3814/5249 72% [============================================= ] 3815/5249 72% [============================================= ] 3816/5249 72% [============================================= ] 3817/5249 72% [============================================= ] 3818/5249 72% [============================================= ] 3819/5249 72% [============================================= ] 3820/5249 72% [============================================= ] 3821/5249 72% [============================================= ] 3822/5249 72% [============================================= ] 3823/5249 72% [============================================= ] 3824/5249 72% [============================================= ] 3825/5249 72% [============================================= ] 3826/5249 72% [============================================= ] 3827/5249 72% [============================================= ] 3828/5249 72% [============================================= ] 3829/5249 72% [============================================= ] 3830/5249 72% [============================================= ] 3831/5249 72% [============================================= ] 3832/5249 73% [============================================= ] 3833/5249 73% [============================================= ] 3834/5249 73% [============================================= ] 3835/5249 73% [============================================= ] 3836/5249 73% [============================================= ] 3837/5249 73% [============================================= ] 3838/5249 73% [============================================= ] 3839/5249 73% [============================================= ] 3840/5249 73% [============================================= ] 3841/5249 73% [============================================= ] 3842/5249 73% [============================================= ] 3843/5249 73% [============================================= ] 3844/5249 73% [============================================= ] 3845/5249 73% [============================================= ] 3846/5249 73% [============================================= ] 3847/5249 73% [============================================= ] 3848/5249 73% [============================================= ] 3849/5249 73% [============================================= ] 3850/5249 73% [============================================= ] 3851/5249 73% [============================================= ] 3852/5249 73% [============================================= ] 3853/5249 73% [============================================= ] 3854/5249 73% [============================================= ] 3855/5249 73% [============================================= ] 3856/5249 73% [============================================= ] 3857/5249 73% [============================================= ] 3858/5249 73% [============================================= ] 3859/5249 73% [============================================= ] 3860/5249 73% [============================================= ] 3861/5249 73% [============================================= ] 3862/5249 73% [============================================= ] 3863/5249 73% [============================================= ] 3864/5249 73% [============================================= ] 3865/5249 73% [============================================= ] 3866/5249 73% [============================================= ] 3867/5249 73% [============================================= ] 3868/5249 73% [============================================= ] 3869/5249 73% [============================================= ] 3870/5249 73% [============================================= ] 3871/5249 73% [============================================= ] 3872/5249 73% [============================================= ] 3873/5249 73% [============================================= ] 3874/5249 73% [============================================= ] 3875/5249 73% [============================================= ] 3876/5249 73% [============================================= ] 3877/5249 73% [============================================= ] 3878/5249 73% [============================================= ] 3879/5249 73% [============================================= ] 3880/5249 73% [============================================= ] 3881/5249 73% [============================================= ] 3882/5249 73% [============================================= ] 3883/5249 73% [============================================= ] 3884/5249 73% [============================================= ] 3885/5249 74% [============================================= ] 3886/5249 74% [============================================= ] 3887/5249 74% [============================================= ] 3888/5249 74% [============================================= ] 3889/5249 74% [============================================= ] 3890/5249 74% [============================================= ] 3891/5249 74% [============================================= ] 3892/5249 74% [============================================= ] 3893/5249 74% [============================================= ] 3894/5249 74% [============================================== ] 3895/5249 74% [============================================== ] 3896/5249 74% [============================================== ] 3897/5249 74% [============================================== ] 3898/5249 74% [============================================== ] 3899/5249 74% [============================================== ] 3900/5249 74% [============================================== ] 3901/5249 74% [============================================== ] 3902/5249 74% [============================================== ] 3903/5249 74% [============================================== ] 3904/5249 74% [============================================== ] 3905/5249 74% [============================================== ] 3906/5249 74% [============================================== ] 3907/5249 74% [============================================== ] 3908/5249 74% [============================================== ] 3909/5249 74% [============================================== ] 3910/5249 74% [============================================== ] 3911/5249 74% [============================================== ] 3912/5249 74% [============================================== ] 3913/5249 74% [============================================== ] 3914/5249 74% [============================================== ] 3915/5249 74% [============================================== ] 3916/5249 74% [============================================== ] 3917/5249 74% [============================================== ] 3918/5249 74% [============================================== ] 3919/5249 74% [============================================== ] 3920/5249 74% [============================================== ] 3921/5249 74% [============================================== ] 3922/5249 74% [============================================== ] 3923/5249 74% [============================================== ] 3924/5249 74% [============================================== ] 3925/5249 74% [============================================== ] 3926/5249 74% [============================================== ] 3927/5249 74% [============================================== ] 3928/5249 74% [============================================== ] 3929/5249 74% [============================================== ] 3930/5249 74% [============================================== ] 3931/5249 74% [============================================== ] 3932/5249 74% [============================================== ] 3933/5249 74% [============================================== ] 3934/5249 74% [============================================== ] 3935/5249 74% [============================================== ] 3936/5249 74% [============================================== ] 3937/5249 75% [============================================== ] 3938/5249 75% [============================================== ] 3939/5249 75% [============================================== ] 3940/5249 75% [============================================== ] 3941/5249 75% [============================================== ] 3942/5249 75% [============================================== ] 3943/5249 75% [============================================== ] 3944/5249 75% [============================================== ] 3945/5249 75% [============================================== ] 3946/5249 75% [============================================== ] 3947/5249 75% [============================================== ] 3948/5249 75% [============================================== ] 3949/5249 75% [============================================== ] 3950/5249 75% [============================================== ] 3951/5249 75% [============================================== ] 3952/5249 75% [============================================== ] 3953/5249 75% [============================================== ] 3954/5249 75% [============================================== ] 3955/5249 75% [============================================== ] 3956/5249 75% [============================================== ] 3957/5249 75% [============================================== ] 3958/5249 75% [============================================== ] 3959/5249 75% [============================================== ] 3960/5249 75% [============================================== ] 3961/5249 75% [============================================== ] 3962/5249 75% [============================================== ] 3963/5249 75% [============================================== ] 3964/5249 75% [============================================== ] 3965/5249 75% [============================================== ] 3966/5249 75% [============================================== ] 3967/5249 75% [============================================== ] 3968/5249 75% [============================================== ] 3969/5249 75% [============================================== ] 3970/5249 75% [============================================== ] 3971/5249 75% [============================================== ] 3972/5249 75% [============================================== ] 3973/5249 75% [============================================== ] 3974/5249 75% [============================================== ] 3975/5249 75% [============================================== ] 3976/5249 75% [============================================== ] 3977/5249 75% [============================================== ] 3978/5249 75% [============================================== ] 3979/5249 75% [=============================================== ] 3980/5249 75% [=============================================== ] 3981/5249 75% [=============================================== ] 3982/5249 75% [=============================================== ] 3983/5249 75% [=============================================== ] 3984/5249 75% [=============================================== ] 3985/5249 75% [=============================================== ] 3986/5249 75% [=============================================== ] 3987/5249 75% [=============================================== ] 3988/5249 75% [=============================================== ] 3989/5249 75% [=============================================== ] 3990/5249 76% [=============================================== ] 3991/5249 76% [=============================================== ] 3992/5249 76% [=============================================== ] 3993/5249 76% [=============================================== ] 3994/5249 76% [=============================================== ] 3995/5249 76% [=============================================== ] 3996/5249 76% [=============================================== ] 3997/5249 76% [=============================================== ] 3998/5249 76% [=============================================== ] 3999/5249 76% [=============================================== ] 4000/5249 76% [=============================================== ] 4001/5249 76% [=============================================== ] 4002/5249 76% [=============================================== ] 4003/5249 76% [=============================================== ] 4004/5249 76% [=============================================== ] 4005/5249 76% [=============================================== ] 4006/5249 76% [=============================================== ] 4007/5249 76% [=============================================== ] 4008/5249 76% [=============================================== ] 4009/5249 76% [=============================================== ] 4010/5249 76% [=============================================== ] 4011/5249 76% [=============================================== ] 4012/5249 76% [=============================================== ] 4013/5249 76% [=============================================== ] 4014/5249 76% [=============================================== ] 4015/5249 76% [=============================================== ] 4016/5249 76% [=============================================== ] 4017/5249 76% [=============================================== ] 4018/5249 76% [=============================================== ] 4019/5249 76% [=============================================== ] 4020/5249 76% [=============================================== ] 4021/5249 76% [=============================================== ] 4022/5249 76% [=============================================== ] 4023/5249 76% [=============================================== ] 4024/5249 76% [=============================================== ] 4025/5249 76% [=============================================== ] 4026/5249 76% [=============================================== ] 4027/5249 76% [=============================================== ] 4028/5249 76% [=============================================== ] 4029/5249 76% [=============================================== ] 4030/5249 76% [=============================================== ] 4031/5249 76% [=============================================== ] 4032/5249 76% [=============================================== ] 4033/5249 76% [=============================================== ] 4034/5249 76% [=============================================== ] 4035/5249 76% [=============================================== ] 4036/5249 76% [=============================================== ] 4037/5249 76% [=============================================== ] 4038/5249 76% [=============================================== ] 4039/5249 76% [=============================================== ] 4040/5249 76% [=============================================== ] 4041/5249 76% [=============================================== ] 4042/5249 77% [=============================================== ] 4043/5249 77% [=============================================== ] 4044/5249 77% [=============================================== ] 4045/5249 77% [=============================================== ] 4046/5249 77% [=============================================== ] 4047/5249 77% [=============================================== ] 4048/5249 77% [=============================================== ] 4049/5249 77% [=============================================== ] 4050/5249 77% [=============================================== ] 4051/5249 77% [=============================================== ] 4052/5249 77% [=============================================== ] 4053/5249 77% [=============================================== ] 4054/5249 77% [=============================================== ] 4055/5249 77% [=============================================== ] 4056/5249 77% [=============================================== ] 4057/5249 77% [=============================================== ] 4058/5249 77% [=============================================== ] 4059/5249 77% [=============================================== ] 4060/5249 77% [=============================================== ] 4061/5249 77% [=============================================== ] 4062/5249 77% [=============================================== ] 4063/5249 77% [================================================ ] 4064/5249 77% [================================================ ] 4065/5249 77% [================================================ ] 4066/5249 77% [================================================ ] 4067/5249 77% [================================================ ] 4068/5249 77% [================================================ ] 4069/5249 77% [================================================ ] 4070/5249 77% [================================================ ] 4071/5249 77% [================================================ ] 4072/5249 77% [================================================ ] 4073/5249 77% [================================================ ] 4074/5249 77% [================================================ ] 4075/5249 77% [================================================ ] 4076/5249 77% [================================================ ] 4077/5249 77% [================================================ ] 4078/5249 77% [================================================ ] 4079/5249 77% [================================================ ] 4080/5249 77% [================================================ ] 4081/5249 77% [================================================ ] 4082/5249 77% [================================================ ] 4083/5249 77% [================================================ ] 4084/5249 77% [================================================ ] 4085/5249 77% [================================================ ] 4086/5249 77% [================================================ ] 4087/5249 77% [================================================ ] 4088/5249 77% [================================================ ] 4089/5249 77% [================================================ ] 4090/5249 77% [================================================ ] 4091/5249 77% [================================================ ] 4092/5249 77% [================================================ ] 4093/5249 77% [================================================ ] 4094/5249 77% [================================================ ] 4095/5249 78% [================================================ ] 4096/5249 78% [================================================ ] 4097/5249 78% [================================================ ] 4098/5249 78% [================================================ ] 4099/5249 78% [================================================ ] 4100/5249 78% [================================================ ] 4101/5249 78% [================================================ ] 4102/5249 78% [================================================ ] 4103/5249 78% [================================================ ] 4104/5249 78% [================================================ ] 4105/5249 78% [================================================ ] 4106/5249 78% [================================================ ] 4107/5249 78% [================================================ ] 4108/5249 78% [================================================ ] 4109/5249 78% [================================================ ] 4110/5249 78% [================================================ ] 4111/5249 78% [================================================ ] 4112/5249 78% [================================================ ] 4113/5249 78% [================================================ ] 4114/5249 78% [================================================ ] 4115/5249 78% [================================================ ] 4116/5249 78% [================================================ ] 4117/5249 78% [================================================ ] 4118/5249 78% [================================================ ] 4119/5249 78% [================================================ ] 4120/5249 78% [================================================ ] 4121/5249 78% [================================================ ] 4122/5249 78% [================================================ ] 4123/5249 78% [================================================ ] 4124/5249 78% [================================================ ] 4125/5249 78% [================================================ ] 4126/5249 78% [================================================ ] 4127/5249 78% [================================================ ] 4128/5249 78% [================================================ ] 4129/5249 78% [================================================ ] 4130/5249 78% [================================================ ] 4131/5249 78% [================================================ ] 4132/5249 78% [================================================ ] 4133/5249 78% [================================================ ] 4134/5249 78% [================================================ ] 4135/5249 78% [================================================ ] 4136/5249 78% [================================================ ] 4137/5249 78% [================================================ ] 4138/5249 78% [================================================ ] 4139/5249 78% [================================================ ] 4140/5249 78% [================================================ ] 4141/5249 78% [================================================ ] 4142/5249 78% [================================================ ] 4143/5249 78% [================================================ ] 4144/5249 78% [================================================ ] 4145/5249 78% [================================================ ] 4146/5249 78% [================================================ ] 4147/5249 79% [================================================ ] 4148/5249 79% [================================================= ] 4149/5249 79% [================================================= ] 4150/5249 79% [================================================= ] 4151/5249 79% [================================================= ] 4152/5249 79% [================================================= ] 4153/5249 79% [================================================= ] 4154/5249 79% [================================================= ] 4155/5249 79% [================================================= ] 4156/5249 79% [================================================= ] 4157/5249 79% [================================================= ] 4158/5249 79% [================================================= ] 4159/5249 79% [================================================= ] 4160/5249 79% [================================================= ] 4161/5249 79% [================================================= ] 4162/5249 79% [================================================= ] 4163/5249 79% [================================================= ] 4164/5249 79% [================================================= ] 4165/5249 79% [================================================= ] 4166/5249 79% [================================================= ] 4167/5249 79% [================================================= ] 4168/5249 79% [================================================= ] 4169/5249 79% [================================================= ] 4170/5249 79% [================================================= ] 4171/5249 79% [================================================= ] 4172/5249 79% [================================================= ] 4173/5249 79% [================================================= ] 4174/5249 79% [================================================= ] 4175/5249 79% [================================================= ] 4176/5249 79% [================================================= ] 4177/5249 79% [================================================= ] 4178/5249 79% [================================================= ] 4179/5249 79% [================================================= ] 4180/5249 79% [================================================= ] 4181/5249 79% [================================================= ] 4182/5249 79% [================================================= ] 4183/5249 79% [================================================= ] 4184/5249 79% [================================================= ] 4185/5249 79% [================================================= ] 4186/5249 79% [================================================= ] 4187/5249 79% [================================================= ] 4188/5249 79% [================================================= ] 4189/5249 79% [================================================= ] 4190/5249 79% [================================================= ] 4191/5249 79% [================================================= ] 4192/5249 79% [================================================= ] 4193/5249 79% [================================================= ] 4194/5249 79% [================================================= ] 4195/5249 79% [================================================= ] 4196/5249 79% [================================================= ] 4197/5249 79% [================================================= ] 4198/5249 79% [================================================= ] 4199/5249 79% [================================================= ] 4200/5249 80% [================================================= ] 4201/5249 80% [================================================= ] 4202/5249 80% [================================================= ] 4203/5249 80% [================================================= ] 4204/5249 80% [================================================= ] 4205/5249 80% [================================================= ] 4206/5249 80% [================================================= ] 4207/5249 80% [================================================= ] 4208/5249 80% [================================================= ] 4209/5249 80% [================================================= ] 4210/5249 80% [================================================= ] 4211/5249 80% [================================================= ] 4212/5249 80% [================================================= ] 4213/5249 80% [================================================= ] 4214/5249 80% [================================================= ] 4215/5249 80% [================================================= ] 4216/5249 80% [================================================= ] 4217/5249 80% [================================================= ] 4218/5249 80% [================================================= ] 4219/5249 80% [================================================= ] 4220/5249 80% [================================================= ] 4221/5249 80% [================================================= ] 4222/5249 80% [================================================= ] 4223/5249 80% [================================================= ] 4224/5249 80% [================================================= ] 4225/5249 80% [================================================= ] 4226/5249 80% [================================================= ] 4227/5249 80% [================================================= ] 4228/5249 80% [================================================= ] 4229/5249 80% [================================================= ] 4230/5249 80% [================================================= ] 4231/5249 80% [================================================= ] 4232/5249 80% [================================================= ] 4233/5249 80% [================================================== ] 4234/5249 80% [================================================== ] 4235/5249 80% [================================================== ] 4236/5249 80% [================================================== ] 4237/5249 80% [================================================== ] 4238/5249 80% [================================================== ] 4239/5249 80% [================================================== ] 4240/5249 80% [================================================== ] 4241/5249 80% [================================================== ] 4242/5249 80% [================================================== ] 4243/5249 80% [================================================== ] 4244/5249 80% [================================================== ] 4245/5249 80% [================================================== ] 4246/5249 80% [================================================== ] 4247/5249 80% [================================================== ] 4248/5249 80% [================================================== ] 4249/5249 80% [================================================== ] 4250/5249 80% [================================================== ] 4251/5249 80% [================================================== ] 4252/5249 81% [================================================== ] 4253/5249 81% [================================================== ] 4254/5249 81% [================================================== ] 4255/5249 81% [================================================== ] 4256/5249 81% [================================================== ] 4257/5249 81% [================================================== ] 4258/5249 81% [================================================== ] 4259/5249 81% [================================================== ] 4260/5249 81% [================================================== ] 4261/5249 81% [================================================== ] 4262/5249 81% [================================================== ] 4263/5249 81% [================================================== ] 4264/5249 81% [================================================== ] 4265/5249 81% [================================================== ] 4266/5249 81% [================================================== ] 4267/5249 81% [================================================== ] 4268/5249 81% [================================================== ] 4269/5249 81% [================================================== ] 4270/5249 81% [================================================== ] 4271/5249 81% [================================================== ] 4272/5249 81% [================================================== ] 4273/5249 81% [================================================== ] 4274/5249 81% [================================================== ] 4275/5249 81% [================================================== ] 4276/5249 81% [================================================== ] 4277/5249 81% [================================================== ] 4278/5249 81% [================================================== ] 4279/5249 81% [================================================== ] 4280/5249 81% [================================================== ] 4281/5249 81% [================================================== ] 4282/5249 81% [================================================== ] 4283/5249 81% [================================================== ] 4284/5249 81% [================================================== ] 4285/5249 81% [================================================== ] 4286/5249 81% [================================================== ] 4287/5249 81% [================================================== ] 4288/5249 81% [================================================== ] 4289/5249 81% [================================================== ] 4290/5249 81% [================================================== ] 4291/5249 81% [================================================== ] 4292/5249 81% [================================================== ] 4293/5249 81% [================================================== ] 4294/5249 81% [================================================== ] 4295/5249 81% [================================================== ] 4296/5249 81% [================================================== ] 4297/5249 81% [================================================== ] 4298/5249 81% [================================================== ] 4299/5249 81% [================================================== ] 4300/5249 81% [================================================== ] 4301/5249 81% [================================================== ] 4302/5249 81% [================================================== ] 4303/5249 81% [================================================== ] 4304/5249 81% [================================================== ] 4305/5249 82% [================================================== ] 4306/5249 82% [================================================== ] 4307/5249 82% [================================================== ] 4308/5249 82% [================================================== ] 4309/5249 82% [================================================== ] 4310/5249 82% [================================================== ] 4311/5249 82% [================================================== ] 4312/5249 82% [================================================== ] 4313/5249 82% [================================================== ] 4314/5249 82% [================================================== ] 4315/5249 82% [================================================== ] 4316/5249 82% [================================================== ] 4317/5249 82% [=================================================== ] 4318/5249 82% [=================================================== ] 4319/5249 82% [=================================================== ] 4320/5249 82% [=================================================== ] 4321/5249 82% [=================================================== ] 4322/5249 82% [=================================================== ] 4323/5249 82% [=================================================== ] 4324/5249 82% [=================================================== ] 4325/5249 82% [=================================================== ] 4326/5249 82% [=================================================== ] 4327/5249 82% [=================================================== ] 4328/5249 82% [=================================================== ] 4329/5249 82% [=================================================== ] 4330/5249 82% [=================================================== ] 4331/5249 82% [=================================================== ] 4332/5249 82% [=================================================== ] 4333/5249 82% [=================================================== ] 4334/5249 82% [=================================================== ] 4335/5249 82% [=================================================== ] 4336/5249 82% [=================================================== ] 4337/5249 82% [=================================================== ] 4338/5249 82% [=================================================== ] 4339/5249 82% [=================================================== ] 4340/5249 82% [=================================================== ] 4341/5249 82% [=================================================== ] 4342/5249 82% [=================================================== ] 4343/5249 82% [=================================================== ] 4344/5249 82% [=================================================== ] 4345/5249 82% [=================================================== ] 4346/5249 82% [=================================================== ] 4347/5249 82% [=================================================== ] 4348/5249 82% [=================================================== ] 4349/5249 82% [=================================================== ] 4350/5249 82% [=================================================== ] 4351/5249 82% [=================================================== ] 4352/5249 82% [=================================================== ] 4353/5249 82% [=================================================== ] 4354/5249 82% [=================================================== ] 4355/5249 82% [=================================================== ] 4356/5249 82% [=================================================== ] 4357/5249 83% [=================================================== ] 4358/5249 83% [=================================================== ] 4359/5249 83% [=================================================== ] 4360/5249 83% [=================================================== ] 4361/5249 83% [=================================================== ] 4362/5249 83% [=================================================== ] 4363/5249 83% [=================================================== ] 4364/5249 83% [=================================================== ] 4365/5249 83% [=================================================== ] 4366/5249 83% [=================================================== ] 4367/5249 83% [=================================================== ] 4368/5249 83% [=================================================== ] 4369/5249 83% [=================================================== ] 4370/5249 83% [=================================================== ] 4371/5249 83% [=================================================== ] 4372/5249 83% [=================================================== ] 4373/5249 83% [=================================================== ] 4374/5249 83% [=================================================== ] 4375/5249 83% [=================================================== ] 4376/5249 83% [=================================================== ] 4377/5249 83% [=================================================== ] 4378/5249 83% [=================================================== ] 4379/5249 83% [=================================================== ] 4380/5249 83% [=================================================== ] 4381/5249 83% [=================================================== ] 4382/5249 83% [=================================================== ] 4383/5249 83% [=================================================== ] 4384/5249 83% [=================================================== ] 4385/5249 83% [=================================================== ] 4386/5249 83% [=================================================== ] 4387/5249 83% [=================================================== ] 4388/5249 83% [=================================================== ] 4389/5249 83% [=================================================== ] 4390/5249 83% [=================================================== ] 4391/5249 83% [=================================================== ] 4392/5249 83% [=================================================== ] 4393/5249 83% [=================================================== ] 4394/5249 83% [=================================================== ] 4395/5249 83% [=================================================== ] 4396/5249 83% [=================================================== ] 4397/5249 83% [=================================================== ] 4398/5249 83% [=================================================== ] 4399/5249 83% [=================================================== ] 4400/5249 83% [=================================================== ] 4401/5249 83% [=================================================== ] 4402/5249 83% [==================================================== ] 4403/5249 83% [==================================================== ] 4404/5249 83% [==================================================== ] 4405/5249 83% [==================================================== ] 4406/5249 83% [==================================================== ] 4407/5249 83% [==================================================== ] 4408/5249 83% [==================================================== ] 4409/5249 83% [==================================================== ] 4410/5249 84% [==================================================== ] 4411/5249 84% [==================================================== ] 4412/5249 84% [==================================================== ] 4413/5249 84% [==================================================== ] 4414/5249 84% [==================================================== ] 4415/5249 84% [==================================================== ] 4416/5249 84% [==================================================== ] 4417/5249 84% [==================================================== ] 4418/5249 84% [==================================================== ] 4419/5249 84% [==================================================== ] 4420/5249 84% [==================================================== ] 4421/5249 84% [==================================================== ] 4422/5249 84% [==================================================== ] 4423/5249 84% [==================================================== ] 4424/5249 84% [==================================================== ] 4425/5249 84% [==================================================== ] 4426/5249 84% [==================================================== ] 4427/5249 84% [==================================================== ] 4428/5249 84% [==================================================== ] 4429/5249 84% [==================================================== ] 4430/5249 84% [==================================================== ] 4431/5249 84% [==================================================== ] 4432/5249 84% [==================================================== ] 4433/5249 84% [==================================================== ] 4434/5249 84% [==================================================== ] 4435/5249 84% [==================================================== ] 4436/5249 84% [==================================================== ] 4437/5249 84% [==================================================== ] 4438/5249 84% [==================================================== ] 4439/5249 84% [==================================================== ] 4440/5249 84% [==================================================== ] 4441/5249 84% [==================================================== ] 4442/5249 84% [==================================================== ] 4443/5249 84% [==================================================== ] 4444/5249 84% [==================================================== ] 4445/5249 84% [==================================================== ] 4446/5249 84% [==================================================== ] 4447/5249 84% [==================================================== ] 4448/5249 84% [==================================================== ] 4449/5249 84% [==================================================== ] 4450/5249 84% [==================================================== ] 4451/5249 84% [==================================================== ] 4452/5249 84% [==================================================== ] 4453/5249 84% [==================================================== ] 4454/5249 84% [==================================================== ] 4455/5249 84% [==================================================== ] 4456/5249 84% [==================================================== ] 4457/5249 84% [==================================================== ] 4458/5249 84% [==================================================== ] 4459/5249 84% [==================================================== ] 4460/5249 84% [==================================================== ] 4461/5249 84% [==================================================== ] 4462/5249 85% [==================================================== ] 4463/5249 85% [==================================================== ] 4464/5249 85% [==================================================== ] 4465/5249 85% [==================================================== ] 4466/5249 85% [==================================================== ] 4467/5249 85% [==================================================== ] 4468/5249 85% [==================================================== ] 4469/5249 85% [==================================================== ] 4470/5249 85% [==================================================== ] 4471/5249 85% [==================================================== ] 4472/5249 85% [==================================================== ] 4473/5249 85% [==================================================== ] 4474/5249 85% [==================================================== ] 4475/5249 85% [==================================================== ] 4476/5249 85% [==================================================== ] 4477/5249 85% [==================================================== ] 4478/5249 85% [==================================================== ] 4479/5249 85% [==================================================== ] 4480/5249 85% [==================================================== ] 4481/5249 85% [==================================================== ] 4482/5249 85% [==================================================== ] 4483/5249 85% [==================================================== ] 4484/5249 85% [==================================================== ] 4485/5249 85% [==================================================== ] 4486/5249 85% [==================================================== ] 4487/5249 85% [===================================================== ] 4488/5249 85% [===================================================== ] 4489/5249 85% [===================================================== ] 4490/5249 85% [===================================================== ] 4491/5249 85% [===================================================== ] 4492/5249 85% [===================================================== ] 4493/5249 85% [===================================================== ] 4494/5249 85% [===================================================== ] 4495/5249 85% [===================================================== ] 4496/5249 85% [===================================================== ] 4497/5249 85% [===================================================== ] 4498/5249 85% [===================================================== ] 4499/5249 85% [===================================================== ] 4500/5249 85% [===================================================== ] 4501/5249 85% [===================================================== ] 4502/5249 85% [===================================================== ] 4503/5249 85% [===================================================== ] 4504/5249 85% [===================================================== ] 4505/5249 85% [===================================================== ] 4506/5249 85% [===================================================== ] 4507/5249 85% [===================================================== ] 4508/5249 85% [===================================================== ] 4509/5249 85% [===================================================== ] 4510/5249 85% [===================================================== ] 4511/5249 85% [===================================================== ] 4512/5249 85% [===================================================== ] 4513/5249 85% [===================================================== ] 4514/5249 85% [===================================================== ] 4515/5249 86% [===================================================== ] 4516/5249 86% [===================================================== ] 4517/5249 86% [===================================================== ] 4518/5249 86% [===================================================== ] 4519/5249 86% [===================================================== ] 4520/5249 86% [===================================================== ] 4521/5249 86% [===================================================== ] 4522/5249 86% [===================================================== ] 4523/5249 86% [===================================================== ] 4524/5249 86% [===================================================== ] 4525/5249 86% [===================================================== ] 4526/5249 86% [===================================================== ] 4527/5249 86% [===================================================== ] 4528/5249 86% [===================================================== ] 4529/5249 86% [===================================================== ] 4530/5249 86% [===================================================== ] 4531/5249 86% [===================================================== ] 4532/5249 86% [===================================================== ] 4533/5249 86% [===================================================== ] 4534/5249 86% [===================================================== ] 4535/5249 86% [===================================================== ] 4536/5249 86% [===================================================== ] 4537/5249 86% [===================================================== ] 4538/5249 86% [===================================================== ] 4539/5249 86% [===================================================== ] 4540/5249 86% [===================================================== ] 4541/5249 86% [===================================================== ] 4542/5249 86% [===================================================== ] 4543/5249 86% [===================================================== ] 4544/5249 86% [===================================================== ] 4545/5249 86% [===================================================== ] 4546/5249 86% [===================================================== ] 4547/5249 86% [===================================================== ] 4548/5249 86% [===================================================== ] 4549/5249 86% [===================================================== ] 4550/5249 86% [===================================================== ] 4551/5249 86% [===================================================== ] 4552/5249 86% [===================================================== ] 4553/5249 86% [===================================================== ] 4554/5249 86% [===================================================== ] 4555/5249 86% [===================================================== ] 4556/5249 86% [===================================================== ] 4557/5249 86% [===================================================== ] 4558/5249 86% [===================================================== ] 4559/5249 86% [===================================================== ] 4560/5249 86% [===================================================== ] 4561/5249 86% [===================================================== ] 4562/5249 86% [===================================================== ] 4563/5249 86% [===================================================== ] 4564/5249 86% [===================================================== ] 4565/5249 86% [===================================================== ] 4566/5249 86% [===================================================== ] 4567/5249 87% [===================================================== ] 4568/5249 87% [===================================================== ] 4569/5249 87% [===================================================== ] 4570/5249 87% [===================================================== ] 4571/5249 87% [====================================================== ] 4572/5249 87% [====================================================== ] 4573/5249 87% [====================================================== ] 4574/5249 87% [====================================================== ] 4575/5249 87% [====================================================== ] 4576/5249 87% [====================================================== ] 4577/5249 87% [====================================================== ] 4578/5249 87% [====================================================== ] 4579/5249 87% [====================================================== ] 4580/5249 87% [====================================================== ] 4581/5249 87% [====================================================== ] 4582/5249 87% [====================================================== ] 4583/5249 87% [====================================================== ] 4584/5249 87% [====================================================== ] 4585/5249 87% [====================================================== ] 4586/5249 87% [====================================================== ] 4587/5249 87% [====================================================== ] 4588/5249 87% [====================================================== ] 4589/5249 87% [====================================================== ] 4590/5249 87% [====================================================== ] 4591/5249 87% [====================================================== ] 4592/5249 87% [====================================================== ] 4593/5249 87% [====================================================== ] 4594/5249 87% [====================================================== ] 4595/5249 87% [====================================================== ] 4596/5249 87% [====================================================== ] 4597/5249 87% [====================================================== ] 4598/5249 87% [====================================================== ] 4599/5249 87% [====================================================== ] 4600/5249 87% [====================================================== ] 4601/5249 87% [====================================================== ] 4602/5249 87% [====================================================== ] 4603/5249 87% [====================================================== ] 4604/5249 87% [====================================================== ] 4605/5249 87% [====================================================== ] 4606/5249 87% [====================================================== ] 4607/5249 87% [====================================================== ] 4608/5249 87% [====================================================== ] 4609/5249 87% [====================================================== ] 4610/5249 87% [====================================================== ] 4611/5249 87% [====================================================== ] 4612/5249 87% [====================================================== ] 4613/5249 87% [====================================================== ] 4614/5249 87% [====================================================== ] 4615/5249 87% [====================================================== ] 4616/5249 87% [====================================================== ] 4617/5249 87% [====================================================== ] 4618/5249 87% [====================================================== ] 4619/5249 87% [====================================================== ] 4620/5249 88% [====================================================== ] 4621/5249 88% [====================================================== ] 4622/5249 88% [====================================================== ] 4623/5249 88% [====================================================== ] 4624/5249 88% [====================================================== ] 4625/5249 88% [====================================================== ] 4626/5249 88% [====================================================== ] 4627/5249 88% [====================================================== ] 4628/5249 88% [====================================================== ] 4629/5249 88% [====================================================== ] 4630/5249 88% [====================================================== ] 4631/5249 88% [====================================================== ] 4632/5249 88% [====================================================== ] 4633/5249 88% [====================================================== ] 4634/5249 88% [====================================================== ] 4635/5249 88% [====================================================== ] 4636/5249 88% [====================================================== ] 4637/5249 88% [====================================================== ] 4638/5249 88% [====================================================== ] 4639/5249 88% [====================================================== ] 4640/5249 88% [====================================================== ] 4641/5249 88% [====================================================== ] 4642/5249 88% [====================================================== ] 4643/5249 88% [====================================================== ] 4644/5249 88% [====================================================== ] 4645/5249 88% [====================================================== ] 4646/5249 88% [====================================================== ] 4647/5249 88% [====================================================== ] 4648/5249 88% [====================================================== ] 4649/5249 88% [====================================================== ] 4650/5249 88% [====================================================== ] 4651/5249 88% [====================================================== ] 4652/5249 88% [====================================================== ] 4653/5249 88% [====================================================== ] 4654/5249 88% [====================================================== ] 4655/5249 88% [====================================================== ] 4656/5249 88% [======================================================= ] 4657/5249 88% [======================================================= ] 4658/5249 88% [======================================================= ] 4659/5249 88% [======================================================= ] 4660/5249 88% [======================================================= ] 4661/5249 88% [======================================================= ] 4662/5249 88% [======================================================= ] 4663/5249 88% [======================================================= ] 4664/5249 88% [======================================================= ] 4665/5249 88% [======================================================= ] 4666/5249 88% [======================================================= ] 4667/5249 88% [======================================================= ] 4668/5249 88% [======================================================= ] 4669/5249 88% [======================================================= ] 4670/5249 88% [======================================================= ] 4671/5249 88% [======================================================= ] 4672/5249 89% [======================================================= ] 4673/5249 89% [======================================================= ] 4674/5249 89% [======================================================= ] 4675/5249 89% [======================================================= ] 4676/5249 89% [======================================================= ] 4677/5249 89% [======================================================= ] 4678/5249 89% [======================================================= ] 4679/5249 89% [======================================================= ] 4680/5249 89% [======================================================= ] 4681/5249 89% [======================================================= ] 4682/5249 89% [======================================================= ] 4683/5249 89% [======================================================= ] 4684/5249 89% [======================================================= ] 4685/5249 89% [======================================================= ] 4686/5249 89% [======================================================= ] 4687/5249 89% [======================================================= ] 4688/5249 89% [======================================================= ] 4689/5249 89% [======================================================= ] 4690/5249 89% [======================================================= ] 4691/5249 89% [======================================================= ] 4692/5249 89% [======================================================= ] 4693/5249 89% [======================================================= ] 4694/5249 89% [======================================================= ] 4695/5249 89% [======================================================= ] 4696/5249 89% [======================================================= ] 4697/5249 89% [======================================================= ] 4698/5249 89% [======================================================= ] 4699/5249 89% [======================================================= ] 4700/5249 89% [======================================================= ] 4701/5249 89% [======================================================= ] 4702/5249 89% [======================================================= ] 4703/5249 89% [======================================================= ] 4704/5249 89% [======================================================= ] 4705/5249 89% [======================================================= ] 4706/5249 89% [======================================================= ] 4707/5249 89% [======================================================= ] 4708/5249 89% [======================================================= ] 4709/5249 89% [======================================================= ] 4710/5249 89% [======================================================= ] 4711/5249 89% [======================================================= ] 4712/5249 89% [======================================================= ] 4713/5249 89% [======================================================= ] 4714/5249 89% [======================================================= ] 4715/5249 89% [======================================================= ] 4716/5249 89% [======================================================= ] 4717/5249 89% [======================================================= ] 4718/5249 89% [======================================================= ] 4719/5249 89% [======================================================= ] 4720/5249 89% [======================================================= ] 4721/5249 89% [======================================================= ] 4722/5249 89% [======================================================= ] 4723/5249 89% [======================================================= ] 4724/5249 89% [======================================================= ] 4725/5249 90% [======================================================= ] 4726/5249 90% [======================================================= ] 4727/5249 90% [======================================================= ] 4728/5249 90% [======================================================= ] 4729/5249 90% [======================================================= ] 4730/5249 90% [======================================================= ] 4731/5249 90% [======================================================= ] 4732/5249 90% [======================================================= ] 4733/5249 90% [======================================================= ] 4734/5249 90% [======================================================= ] 4735/5249 90% [======================================================= ] 4736/5249 90% [======================================================= ] 4737/5249 90% [======================================================= ] 4738/5249 90% [======================================================= ] 4739/5249 90% [======================================================= ] 4740/5249 90% [======================================================= ] 4741/5249 90% [======================================================== ] 4742/5249 90% [======================================================== ] 4743/5249 90% [======================================================== ] 4744/5249 90% [======================================================== ] 4745/5249 90% [======================================================== ] 4746/5249 90% [======================================================== ] 4747/5249 90% [======================================================== ] 4748/5249 90% [======================================================== ] 4749/5249 90% [======================================================== ] 4750/5249 90% [======================================================== ] 4751/5249 90% [======================================================== ] 4752/5249 90% [======================================================== ] 4753/5249 90% [======================================================== ] 4754/5249 90% [======================================================== ] 4755/5249 90% [======================================================== ] 4756/5249 90% [======================================================== ] 4757/5249 90% [======================================================== ] 4758/5249 90% [======================================================== ] 4759/5249 90% [======================================================== ] 4760/5249 90% [======================================================== ] 4761/5249 90% [======================================================== ] 4762/5249 90% [======================================================== ] 4763/5249 90% [======================================================== ] 4764/5249 90% [======================================================== ] 4765/5249 90% [======================================================== ] 4766/5249 90% [======================================================== ] 4767/5249 90% [======================================================== ] 4768/5249 90% [======================================================== ] 4769/5249 90% [======================================================== ] 4770/5249 90% [======================================================== ] 4771/5249 90% [======================================================== ] 4772/5249 90% [======================================================== ] 4773/5249 90% [======================================================== ] 4774/5249 90% [======================================================== ] 4775/5249 90% [======================================================== ] 4776/5249 90% [======================================================== ] 4777/5249 91% [======================================================== ] 4778/5249 91% [======================================================== ] 4779/5249 91% [======================================================== ] 4780/5249 91% [======================================================== ] 4781/5249 91% [======================================================== ] 4782/5249 91% [======================================================== ] 4783/5249 91% [======================================================== ] 4784/5249 91% [======================================================== ] 4785/5249 91% [======================================================== ] 4786/5249 91% [======================================================== ] 4787/5249 91% [======================================================== ] 4788/5249 91% [======================================================== ] 4789/5249 91% [======================================================== ] 4790/5249 91% [======================================================== ] 4791/5249 91% [======================================================== ] 4792/5249 91% [======================================================== ] 4793/5249 91% [======================================================== ] 4794/5249 91% [======================================================== ] 4795/5249 91% [======================================================== ] 4796/5249 91% [======================================================== ] 4797/5249 91% [======================================================== ] 4798/5249 91% [======================================================== ] 4799/5249 91% [======================================================== ] 4800/5249 91% [======================================================== ] 4801/5249 91% [======================================================== ] 4802/5249 91% [======================================================== ] 4803/5249 91% [======================================================== ] 4804/5249 91% [======================================================== ] 4805/5249 91% [======================================================== ] 4806/5249 91% [======================================================== ] 4807/5249 91% [======================================================== ] 4808/5249 91% [======================================================== ] 4809/5249 91% [======================================================== ] 4810/5249 91% [======================================================== ] 4811/5249 91% [======================================================== ] 4812/5249 91% [======================================================== ] 4813/5249 91% [======================================================== ] 4814/5249 91% [======================================================== ] 4815/5249 91% [======================================================== ] 4816/5249 91% [======================================================== ] 4817/5249 91% [======================================================== ] 4818/5249 91% [======================================================== ] 4819/5249 91% [======================================================== ] 4820/5249 91% [======================================================== ] 4821/5249 91% [======================================================== ] 4822/5249 91% [======================================================== ] 4823/5249 91% [======================================================== ] 4824/5249 91% [======================================================== ] 4825/5249 91% [========================================================= ] 4826/5249 91% [========================================================= ] 4827/5249 91% [========================================================= ] 4828/5249 91% [========================================================= ] 4829/5249 91% [========================================================= ] 4830/5249 92% [========================================================= ] 4831/5249 92% [========================================================= ] 4832/5249 92% [========================================================= ] 4833/5249 92% [========================================================= ] 4834/5249 92% [========================================================= ] 4835/5249 92% [========================================================= ] 4836/5249 92% [========================================================= ] 4837/5249 92% [========================================================= ] 4838/5249 92% [========================================================= ] 4839/5249 92% [========================================================= ] 4840/5249 92% [========================================================= ] 4841/5249 92% [========================================================= ] 4842/5249 92% [========================================================= ] 4843/5249 92% [========================================================= ] 4844/5249 92% [========================================================= ] 4845/5249 92% [========================================================= ] 4846/5249 92% [========================================================= ] 4847/5249 92% [========================================================= ] 4848/5249 92% [========================================================= ] 4849/5249 92% [========================================================= ] 4850/5249 92% [========================================================= ] 4851/5249 92% [========================================================= ] 4852/5249 92% [========================================================= ] 4853/5249 92% [========================================================= ] 4854/5249 92% [========================================================= ] 4855/5249 92% [========================================================= ] 4856/5249 92% [========================================================= ] 4857/5249 92% [========================================================= ] 4858/5249 92% [========================================================= ] 4859/5249 92% [========================================================= ] 4860/5249 92% [========================================================= ] 4861/5249 92% [========================================================= ] 4862/5249 92% [========================================================= ] 4863/5249 92% [========================================================= ] 4864/5249 92% [========================================================= ] 4865/5249 92% [========================================================= ] 4866/5249 92% [========================================================= ] 4867/5249 92% [========================================================= ] 4868/5249 92% [========================================================= ] 4869/5249 92% [========================================================= ] 4870/5249 92% [========================================================= ] 4871/5249 92% [========================================================= ] 4872/5249 92% [========================================================= ] 4873/5249 92% [========================================================= ] 4874/5249 92% [========================================================= ] 4875/5249 92% [========================================================= ] 4876/5249 92% [========================================================= ] 4877/5249 92% [========================================================= ] 4878/5249 92% [========================================================= ] 4879/5249 92% [========================================================= ] 4880/5249 92% [========================================================= ] 4881/5249 92% [========================================================= ] 4882/5249 93% [========================================================= ] 4883/5249 93% [========================================================= ] 4884/5249 93% [========================================================= ] 4885/5249 93% [========================================================= ] 4886/5249 93% [========================================================= ] 4887/5249 93% [========================================================= ] 4888/5249 93% [========================================================= ] 4889/5249 93% [========================================================= ] 4890/5249 93% [========================================================= ] 4891/5249 93% [========================================================= ] 4892/5249 93% [========================================================= ] 4893/5249 93% [========================================================= ] 4894/5249 93% [========================================================= ] 4895/5249 93% [========================================================= ] 4896/5249 93% [========================================================= ] 4897/5249 93% [========================================================= ] 4898/5249 93% [========================================================= ] 4899/5249 93% [========================================================= ] 4900/5249 93% [========================================================= ] 4901/5249 93% [========================================================= ] 4902/5249 93% [========================================================= ] 4903/5249 93% [========================================================= ] 4904/5249 93% [========================================================= ] 4905/5249 93% [========================================================= ] 4906/5249 93% [========================================================= ] 4907/5249 93% [========================================================= ] 4908/5249 93% [========================================================= ] 4909/5249 93% [========================================================= ] 4910/5249 93% [========================================================== ] 4911/5249 93% [========================================================== ] 4912/5249 93% [========================================================== ] 4913/5249 93% [========================================================== ] 4914/5249 93% [========================================================== ] 4915/5249 93% [========================================================== ] 4916/5249 93% [========================================================== ] 4917/5249 93% [========================================================== ] 4918/5249 93% [========================================================== ] 4919/5249 93% [========================================================== ] 4920/5249 93% [========================================================== ] 4921/5249 93% [========================================================== ] 4922/5249 93% [========================================================== ] 4923/5249 93% [========================================================== ] 4924/5249 93% [========================================================== ] 4925/5249 93% [========================================================== ] 4926/5249 93% [========================================================== ] 4927/5249 93% [========================================================== ] 4928/5249 93% [========================================================== ] 4929/5249 93% [========================================================== ] 4930/5249 93% [========================================================== ] 4931/5249 93% [========================================================== ] 4932/5249 93% [========================================================== ] 4933/5249 93% [========================================================== ] 4934/5249 93% [========================================================== ] 4935/5249 94% [========================================================== ] 4936/5249 94% [========================================================== ] 4937/5249 94% [========================================================== ] 4938/5249 94% [========================================================== ] 4939/5249 94% [========================================================== ] 4940/5249 94% [========================================================== ] 4941/5249 94% [========================================================== ] 4942/5249 94% [========================================================== ] 4943/5249 94% [========================================================== ] 4944/5249 94% [========================================================== ] 4945/5249 94% [========================================================== ] 4946/5249 94% [========================================================== ] 4947/5249 94% [========================================================== ] 4948/5249 94% [========================================================== ] 4949/5249 94% [========================================================== ] 4950/5249 94% [========================================================== ] 4951/5249 94% [========================================================== ] 4952/5249 94% [========================================================== ] 4953/5249 94% [========================================================== ] 4954/5249 94% [========================================================== ] 4955/5249 94% [========================================================== ] 4956/5249 94% [========================================================== ] 4957/5249 94% [========================================================== ] 4958/5249 94% [========================================================== ] 4959/5249 94% [========================================================== ] 4960/5249 94% [========================================================== ] 4961/5249 94% [========================================================== ] 4962/5249 94% [========================================================== ] 4963/5249 94% [========================================================== ] 4964/5249 94% [========================================================== ] 4965/5249 94% [========================================================== ] 4966/5249 94% [========================================================== ] 4967/5249 94% [========================================================== ] 4968/5249 94% [========================================================== ] 4969/5249 94% [========================================================== ] 4970/5249 94% [========================================================== ] 4971/5249 94% [========================================================== ] 4972/5249 94% [========================================================== ] 4973/5249 94% [========================================================== ] 4974/5249 94% [========================================================== ] 4975/5249 94% [========================================================== ] 4976/5249 94% [========================================================== ] 4977/5249 94% [========================================================== ] 4978/5249 94% [========================================================== ] 4979/5249 94% [========================================================== ] 4980/5249 94% [========================================================== ] 4981/5249 94% [========================================================== ] 4982/5249 94% [========================================================== ] 4983/5249 94% [========================================================== ] 4984/5249 94% [========================================================== ] 4985/5249 94% [========================================================== ] 4986/5249 94% [========================================================== ] 4987/5249 95% [========================================================== ] 4988/5249 95% [========================================================== ] 4989/5249 95% [========================================================== ] 4990/5249 95% [========================================================== ] 4991/5249 95% [========================================================== ] 4992/5249 95% [========================================================== ] 4993/5249 95% [========================================================== ] 4994/5249 95% [========================================================== ] 4995/5249 95% [=========================================================== ] 4996/5249 95% [=========================================================== ] 4997/5249 95% [=========================================================== ] 4998/5249 95% [=========================================================== ] 4999/5249 95% [=========================================================== ] 5000/5249 95% [=========================================================== ] 5001/5249 95% [=========================================================== ] 5002/5249 95% [=========================================================== ] 5003/5249 95% [=========================================================== ] 5004/5249 95% [=========================================================== ] 5005/5249 95% [=========================================================== ] 5006/5249 95% [=========================================================== ] 5007/5249 95% [=========================================================== ] 5008/5249 95% [=========================================================== ] 5009/5249 95% [=========================================================== ] 5010/5249 95% [=========================================================== ] 5011/5249 95% [=========================================================== ] 5012/5249 95% [=========================================================== ] 5013/5249 95% [=========================================================== ] 5014/5249 95% [=========================================================== ] 5015/5249 95% [=========================================================== ] 5016/5249 95% [=========================================================== ] 5017/5249 95% [=========================================================== ] 5018/5249 95% [=========================================================== ] 5019/5249 95% [=========================================================== ] 5020/5249 95% [=========================================================== ] 5021/5249 95% [=========================================================== ] 5022/5249 95% [=========================================================== ] 5023/5249 95% [=========================================================== ] 5024/5249 95% [=========================================================== ] 5025/5249 95% [=========================================================== ] 5026/5249 95% [=========================================================== ] 5027/5249 95% [=========================================================== ] 5028/5249 95% [=========================================================== ] 5029/5249 95% [=========================================================== ] 5030/5249 95% [=========================================================== ] 5031/5249 95% [=========================================================== ] 5032/5249 95% [=========================================================== ] 5033/5249 95% [=========================================================== ] 5034/5249 95% [=========================================================== ] 5035/5249 95% [=========================================================== ] 5036/5249 95% [=========================================================== ] 5037/5249 95% [=========================================================== ] 5038/5249 95% [=========================================================== ] 5039/5249 95% [=========================================================== ] 5040/5249 96% [=========================================================== ] 5041/5249 96% [=========================================================== ] 5042/5249 96% [=========================================================== ] 5043/5249 96% [=========================================================== ] 5044/5249 96% [=========================================================== ] 5045/5249 96% [=========================================================== ] 5046/5249 96% [=========================================================== ] 5047/5249 96% [=========================================================== ] 5048/5249 96% [=========================================================== ] 5049/5249 96% [=========================================================== ] 5050/5249 96% [=========================================================== ] 5051/5249 96% [=========================================================== ] 5052/5249 96% [=========================================================== ] 5053/5249 96% [=========================================================== ] 5054/5249 96% [=========================================================== ] 5055/5249 96% [=========================================================== ] 5056/5249 96% [=========================================================== ] 5057/5249 96% [=========================================================== ] 5058/5249 96% [=========================================================== ] 5059/5249 96% [=========================================================== ] 5060/5249 96% [=========================================================== ] 5061/5249 96% [=========================================================== ] 5062/5249 96% [=========================================================== ] 5063/5249 96% [=========================================================== ] 5064/5249 96% [=========================================================== ] 5065/5249 96% [=========================================================== ] 5066/5249 96% [=========================================================== ] 5067/5249 96% [=========================================================== ] 5068/5249 96% [=========================================================== ] 5069/5249 96% [=========================================================== ] 5070/5249 96% [=========================================================== ] 5071/5249 96% [=========================================================== ] 5072/5249 96% [=========================================================== ] 5073/5249 96% [=========================================================== ] 5074/5249 96% [=========================================================== ] 5075/5249 96% [=========================================================== ] 5076/5249 96% [=========================================================== ] 5077/5249 96% [=========================================================== ] 5078/5249 96% [=========================================================== ] 5079/5249 96% [============================================================ ] 5080/5249 96% [============================================================ ] 5081/5249 96% [============================================================ ] 5082/5249 96% [============================================================ ] 5083/5249 96% [============================================================ ] 5084/5249 96% [============================================================ ] 5085/5249 96% [============================================================ ] 5086/5249 96% [============================================================ ] 5087/5249 96% [============================================================ ] 5088/5249 96% [============================================================ ] 5089/5249 96% [============================================================ ] 5090/5249 96% [============================================================ ] 5091/5249 96% [============================================================ ] 5092/5249 97% [============================================================ ] 5093/5249 97% [============================================================ ] 5094/5249 97% [============================================================ ] 5095/5249 97% [============================================================ ] 5096/5249 97% [============================================================ ] 5097/5249 97% [============================================================ ] 5098/5249 97% [============================================================ ] 5099/5249 97% [============================================================ ] 5100/5249 97% [============================================================ ] 5101/5249 97% [============================================================ ] 5102/5249 97% [============================================================ ] 5103/5249 97% [============================================================ ] 5104/5249 97% [============================================================ ] 5105/5249 97% [============================================================ ] 5106/5249 97% [============================================================ ] 5107/5249 97% [============================================================ ] 5108/5249 97% [============================================================ ] 5109/5249 97% [============================================================ ] 5110/5249 97% [============================================================ ] 5111/5249 97% [============================================================ ] 5112/5249 97% [============================================================ ] 5113/5249 97% [============================================================ ] 5114/5249 97% [============================================================ ] 5115/5249 97% [============================================================ ] 5116/5249 97% [============================================================ ] 5117/5249 97% [============================================================ ] 5118/5249 97% [============================================================ ] 5119/5249 97% [============================================================ ] 5120/5249 97% [============================================================ ] 5121/5249 97% [============================================================ ] 5122/5249 97% [============================================================ ] 5123/5249 97% [============================================================ ] 5124/5249 97% [============================================================ ] 5125/5249 97% [============================================================ ] 5126/5249 97% [============================================================ ] 5127/5249 97% [============================================================ ] 5128/5249 97% [============================================================ ] 5129/5249 97% [============================================================ ] 5130/5249 97% [============================================================ ] 5131/5249 97% [============================================================ ] 5132/5249 97% [============================================================ ] 5133/5249 97% [============================================================ ] 5134/5249 97% [============================================================ ] 5135/5249 97% [============================================================ ] 5136/5249 97% [============================================================ ] 5137/5249 97% [============================================================ ] 5138/5249 97% [============================================================ ] 5139/5249 97% [============================================================ ] 5140/5249 97% [============================================================ ] 5141/5249 97% [============================================================ ] 5142/5249 97% [============================================================ ] 5143/5249 97% [============================================================ ] 5144/5249 97% [============================================================ ] 5145/5249 98% [============================================================ ] 5146/5249 98% [============================================================ ] 5147/5249 98% [============================================================ ] 5148/5249 98% [============================================================ ] 5149/5249 98% [============================================================ ] 5150/5249 98% [============================================================ ] 5151/5249 98% [============================================================ ] 5152/5249 98% [============================================================ ] 5153/5249 98% [============================================================ ] 5154/5249 98% [============================================================ ] 5155/5249 98% [============================================================ ] 5156/5249 98% [============================================================ ] 5157/5249 98% [============================================================ ] 5158/5249 98% [============================================================ ] 5159/5249 98% [============================================================ ] 5160/5249 98% [============================================================ ] 5161/5249 98% [============================================================ ] 5162/5249 98% [============================================================ ] 5163/5249 98% [============================================================ ] 5164/5249 98% [============================================================= ] 5165/5249 98% [============================================================= ] 5166/5249 98% [============================================================= ] 5167/5249 98% [============================================================= ] 5168/5249 98% [============================================================= ] 5169/5249 98% [============================================================= ] 5170/5249 98% [============================================================= ] 5171/5249 98% [============================================================= ] 5172/5249 98% [============================================================= ] 5173/5249 98% [============================================================= ] 5174/5249 98% [============================================================= ] 5175/5249 98% [============================================================= ] 5176/5249 98% [============================================================= ] 5177/5249 98% [============================================================= ] 5178/5249 98% [============================================================= ] 5179/5249 98% [============================================================= ] 5180/5249 98% [============================================================= ] 5181/5249 98% [============================================================= ] 5182/5249 98% [============================================================= ] 5183/5249 98% [============================================================= ] 5184/5249 98% [============================================================= ] 5185/5249 98% [============================================================= ] 5186/5249 98% [============================================================= ] 5187/5249 98% [============================================================= ] 5188/5249 98% [============================================================= ] 5189/5249 98% [============================================================= ] 5190/5249 98% [============================================================= ] 5191/5249 98% [============================================================= ] 5192/5249 98% [============================================================= ] 5193/5249 98% [============================================================= ] 5194/5249 98% [============================================================= ] 5195/5249 98% [============================================================= ] 5196/5249 98% [============================================================= ] 5197/5249 99% [============================================================= ] 5198/5249 99% [============================================================= ] 5199/5249 99% [============================================================= ] 5200/5249 99% [============================================================= ] 5201/5249 99% [============================================================= ] 5202/5249 99% [============================================================= ] 5203/5249 99% [============================================================= ] 5204/5249 99% [============================================================= ] 5205/5249 99% [============================================================= ] 5206/5249 99% [============================================================= ] 5207/5249 99% [============================================================= ] 5208/5249 99% [============================================================= ] 5209/5249 99% [============================================================= ] 5210/5249 99% [============================================================= ] 5211/5249 99% [============================================================= ] 5212/5249 99% [============================================================= ] 5213/5249 99% [============================================================= ] 5214/5249 99% [============================================================= ] 5215/5249 99% [============================================================= ] 5216/5249 99% [============================================================= ] 5217/5249 99% [============================================================= ] 5218/5249 99% [============================================================= ] 5219/5249 99% [============================================================= ] 5220/5249 99% [============================================================= ] 5221/5249 99% [============================================================= ] 5222/5249 99% [============================================================= ] 5223/5249 99% [============================================================= ] 5224/5249 99% [============================================================= ] 5225/5249 99% [============================================================= ] 5226/5249 99% [============================================================= ] 5227/5249 99% [============================================================= ] 5228/5249 99% [============================================================= ] 5229/5249 99% [============================================================= ] 5230/5249 99% [============================================================= ] 5231/5249 99% [============================================================= ] 5232/5249 99% [============================================================= ] 5233/5249 99% [============================================================= ] 5234/5249 99% [============================================================= ] 5235/5249 99% [============================================================= ] 5236/5249 99% [============================================================= ] 5237/5249 99% [============================================================= ] 5238/5249 99% [============================================================= ] 5239/5249 99% [============================================================= ] 5240/5249 99% [============================================================= ] 5241/5249 99% [============================================================= ] 5242/5249 99% [============================================================= ] 5243/5249 99% [============================================================= ] 5244/5249 99% [============================================================= ] 5245/5249 99% [============================================================= ] 5246/5249 99% [============================================================= ] 5247/5249 99% [============================================================= ] 5248/5249 99% [==============================================================] 5249/5249 100% operation complete, 5249 objects in 52112 NAND pages. ln -snf /home/thomas/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-0/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot' make: Entering directory '/home/thomas/autobuild/instance-0/buildroot' >>> Buildroot 2022.08-rc1-149-g74a326abaa Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> 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 arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> 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) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-checksec 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: 7888fee828bf56d547fc1f634e40638984148b4fc41373b7626eb465060640de) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> faifa 0.1 Collecting legal info COPYING: OK (sha256: 9b62e4601b2b9cd5719a393e88ed71a8304048862502db765ed9d6ff8cf38c5e) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gensio 2.2.9 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> git 2.31.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> keepalived 2.2.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpfm4 4.11.0 Collecting legal info COPYING: OK (sha256: beef323d68fc5db9c67b20e8e9de7ccde371d20cdbcdd686804055b18b926d90) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libssh 0.9.6 Collecting legal info COPYING: OK (sha256: 1656186e951db1c010a8485481fa94587f7e53a26d24976bef97945ad0c4df5a) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> 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-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) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> paho-mqtt-c 1.3.10 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> perl-crypt-cbc 2.33 Collecting legal info CBC.pm: OK (sha256: 9548d0beb746167270df647aa97a3e47b957adb4ec103c2cfb8f54b0005f99c7) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-crypt-openssl-random 0.15 Collecting legal info LICENSE: OK (sha256: fdaba2134145d3e252c5930180b2bcb13b5367ad5a8713d6868f014cd25c496f) >>> host-perl-crypt-openssl-guess 0.15 Collecting legal info LICENSE: OK (sha256: 5c739f181ce7aa31d739277996ff230067dad39332e5597c0dffd36e5d784072) >>> perl-data-dump 1.25 Collecting legal info README.md: OK (sha256: 8bdd655ceab54bbeb1105a101f0412ec764098abf09b4e92bc430d56befa10cb) >>> perl-data-optlist 0.112 Collecting legal info LICENSE: OK (sha256: 712f3e40537810ba3046533fd71d877f69ab446d5e8e8a1135771804494b8b42) >>> perl-http-multipartparser 0.02 Collecting legal info README: OK (sha256: a339d6cf9253720ba69b311423556cc02c94d5a6f76cf5cdf11af2112e14a074) >>> perl-io-interface 1.09 Collecting legal info LICENSE: OK (sha256: b5a5bf59bd1be13f7f498e5aa2ea5c0c603c04a095dcf03a06aa5b83bbccf921) >>> host-perl-module-build 0.4231 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-io-socket-ssl 2.074 Collecting legal info README: OK (sha256: 090aff5421fd55a9dceeaf6c612c36360402e8d29c1284aef88c87be565ce032) >>> perl-math-int64 0.54 Collecting legal info COPYING: OK (sha256: 59feedfdc4f99a746c54e06ac46c4627fb1e29be3bc71756184f92333600f72b) >>> perl-mozilla-ca 20211001 Collecting legal info README: OK (sha256: 95cd63dae5c2bf6e7cf33435981614a36c85ef01fc7a02464e05e58a5355398e) >>> perl-net-ssleay 1.85 Collecting legal info LICENSE: OK (sha256: b55065185a2172d9f2ea2dd87c18c206ea3dc45a64e5f3deb3eee34d839dc822) >>> perl-net-telnet 3.05 Collecting legal info README: OK (sha256: 22d0a3343b46c7857cd7d06cb37fe437d467df71aa5854af515374e1e8bf6c53) >>> perl-params-util 1.102 Collecting legal info ARTISTIC-1.0: OK (sha256: 08c2ed7589aff3b2076b48b792078d3479c2295559ee7bc4615e93abe0473939) GPL-1: OK (sha256: 3d2fb9b42d1134f39c2e990d66b5e9b77005663fe956db526cc380eb3d9a77d8) LICENSE: OK (sha256: 834c4ebff45be11f35f059b077fdd747dee4b8a747b95049d849fef1c0ccdc62) >>> perl-sub-install 0.928 Collecting legal info LICENSE: OK (sha256: ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spidev_test 5.8 Collecting legal info >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sratom 0.6.8 Collecting legal info COPYING: OK (sha256: 3fc429d6b944fa20306357196a28bb4dd7c25e2d67edebec771f44de5bd7f9e8) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tz Collecting legal info >>> host-tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wpan-tools 0.9 Collecting legal info COPYING: OK (sha256: fe8e595c24d821a60885eb259619df5e5e3976c48465fde0be29fcd78530798f) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> 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-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs 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-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'