>>> linux 6.0 Extracting mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux/target xzcat /nvmedata/autobuild/instance-2/dl/linux/linux-6.0.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/linux-6.0 -xf - mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/fbtft/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/fbtft/target >>> fbtft 274035404701245e7491c0c6471c5b72ade4d491 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-2/output-1/build/.fbtft-274035404701245e7491c0c6471c5b72ade4d491.tar.gz.PGBU4e/output' 'https://github.com/notro/fbtft/archive/274035404701245e7491c0c6471c5b72ade4d491/fbtft-274035404701245e7491c0c6471c5b72ade4d491.tar.gz' --2022-10-15 10:58:03-- https://github.com/notro/fbtft/archive/274035404701245e7491c0c6471c5b72ade4d491/fbtft-274035404701245e7491c0c6471c5b72ade4d491.tar.gz Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/notro/fbtft/tar.gz/274035404701245e7491c0c6471c5b72ade4d491 [following] --2022-10-15 10:58:03-- https://codeload.github.com/notro/fbtft/tar.gz/274035404701245e7491c0c6471c5b72ade4d491 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-2/output-1/build/.fbtft-274035404701245e7491c0c6471c5b72ade4d491.tar.gz.PGBU4e/output' 0K .......... .......... .......... .......... .......... 514K 50K ......... 55.0M=0.1s 2022-10-15 10:58:04 (607 KB/s) - '/nvmedata/autobuild/instance-2/output-1/build/.fbtft-274035404701245e7491c0c6471c5b72ade4d491.tar.gz.PGBU4e/output' saved [60510] fbtft-274035404701245e7491c0c6471c5b72ade4d491.tar.gz: OK (sha256: 0e81de89fdd7ab810716fc0549e767527f342e829309dee5c2cca1e9d1728770) >>> fbtft 274035404701245e7491c0c6471c5b72ade4d491 Extracting mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/fbtft/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/fbtft/target gzip -d -c /nvmedata/autobuild/instance-2/dl/fbtft/fbtft-274035404701245e7491c0c6471c5b72ade4d491.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/fbtft-274035404701245e7491c0c6471c5b72ade4d491 -xf - >>> fbtft 274035404701245e7491c0c6471c5b72ade4d491 Patching >>> linux 6.0 Patching if [ -e /nvmedata/autobuild/instance-2/output-1/build/linux-6.0/drivers/video/fbdev ]; then dest=drivers/video/fbdev ; else dest=drivers/video ; fi ; mkdir -p /nvmedata/autobuild/instance-2/output-1/build/linux-6.0/${dest}/fbtft; cp -dpfr /nvmedata/autobuild/instance-2/output-1/build/fbtft-274035404701245e7491c0c6471c5b72ade4d491/* /nvmedata/autobuild/instance-2/output-1/build/linux-6.0/${dest}/fbtft/ ; echo "source \"${dest}/fbtft/Kconfig\"" >> /nvmedata/autobuild/instance-2/output-1/build/linux-6.0/${dest}/Kconfig ; echo 'obj-y += fbtft/' >> /nvmedata/autobuild/instance-2/output-1/build/linux-6.0/${dest}/Makefile for p in ; do if test -d $p ; then PATH=/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/bin:$PATH support/scripts/apply-patches.sh /nvmedata/autobuild/instance-2/output-1/build/linux-6.0 $p \*.patch || exit 1 ; else PATH=/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/bin:$PATH support/scripts/apply-patches.sh /nvmedata/autobuild/instance-2/output-1/build/linux-6.0 `dirname $p` `basename $p` || exit 1; fi done mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-2/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-2/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/linux-6.0' HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o HOSTCC scripts/kconfig/util.o HOSTCC scripts/kconfig/menu.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/preprocess.o LEX scripts/kconfig/lexer.lex.c YACC scripts/kconfig/parser.tab.[ch] HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/parser.tab.o HOSTLD scripts/kconfig/conf *** Default configuration is based on 'shx3_defconfig' # # configuration written to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/linux-6.0' Using /nvmedata/autobuild/instance-2/output-1/build/linux-6.0/.config as base # # merged configuration written to /nvmedata/autobuild/instance-2/output-1/build/linux-6.0/.config (needs make) # make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/linux-6.0' YACC scripts/kconfig/parser.tab.[ch] HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/lexer.lex.o HOSTLD scripts/kconfig/conf # # No change to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/linux-6.0' /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_LZ4\>/d' /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_LZ4 is not set' >> /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_LZMA\>/d' /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_LZMA is not set' >> /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_LZO\>/d' /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_LZO is not set' >> /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_XZ\>/d' /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_XZ is not set' >> /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_ZSTD\>/d' /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_ZSTD is not set' >> /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_UNCOMPRESSED\>/d' /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_UNCOMPRESSED is not set' >> /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config # As the kernel gets compiled before root filesystems are # built, we create a fake cpio file. It'll be # replaced later by the real cpio archive, and the kernel will be # rebuilt using the linux-rebuild-with-initramfs target. /usr/bin/sed -i -e '/^\(# \)\?CONFIG_GCC_PLUGINS\>/d' /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config && echo '# CONFIG_GCC_PLUGINS is not set' >> /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_LSM\>/d' /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config && echo 'CONFIG_LSM="selinux"' >> /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/linux-6.0' .config:2814:warning: override: DEFAULT_SECURITY_SELINUX changes choice state # # configuration written to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/linux-6.0' mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target >>> wireless-regdb 2022.02.18 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-2/output-1/build/.wireless-regdb-2022.02.18.tar.xz.VKoStX/output' 'https://cdn.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2022.02.18.tar.xz' --2022-10-15 10:58:16-- https://cdn.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2022.02.18.tar.xz Resolving cdn.kernel.org (cdn.kernel.org)... 151.101.1.176, 151.101.65.176, 151.101.129.176, ... Connecting to cdn.kernel.org (cdn.kernel.org)|151.101.1.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 25908 (25K) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-2/output-1/build/.wireless-regdb-2022.02.18.tar.xz.VKoStX/output' 0K .......... .......... ..... 100% 28.1M=0.001s 2022-10-15 10:58:16 (28.1 MB/s) - '/nvmedata/autobuild/instance-2/output-1/build/.wireless-regdb-2022.02.18.tar.xz.VKoStX/output' saved [25908/25908] wireless-regdb-2022.02.18.tar.xz: OK (sha256: 8828c25a4ee25020044004f57374bb9deac852809fad70f8d3d01770bf9ac97f) >>> wireless-regdb 2022.02.18 Extracting mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target xzcat /nvmedata/autobuild/instance-2/dl/wireless-regdb/wireless-regdb-2022.02.18.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/wireless-regdb-2022.02.18 -xf - >>> wireless-regdb 2022.02.18 Patching >>> wireless-regdb 2022.02.18 Configuring mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-2/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-2/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target >>> wireless-regdb 2022.02.18 Building >>> wireless-regdb 2022.02.18 Installing to target /usr/bin/install -m 644 -D -T /nvmedata/autobuild/instance-2/output-1/build/wireless-regdb-2022.02.18/regulatory.bin /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target/usr/lib/crda/regulatory.bin /usr/bin/install -m 644 -D -T /nvmedata/autobuild/instance-2/output-1/build/wireless-regdb-2022.02.18/sforshee.key.pub.pem /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target/etc/wireless-regdb/pubkeys/sforshee.key.pub.pem /usr/bin/install -m 644 -D -T /nvmedata/autobuild/instance-2/output-1/build/wireless-regdb-2022.02.18/regulatory.db /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target/lib/firmware/regulatory.db /usr/bin/install -m 644 -D -T /nvmedata/autobuild/instance-2/output-1/build/wireless-regdb-2022.02.18/regulatory.db.p7s /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target/lib/firmware/regulatory.db.p7s mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/target >>> host-dtc 1.6.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-2/output-1/build/.dtc-1.6.1.tar.xz.KUL02N/output' 'https://www.kernel.org/pub/software/utils/dtc/dtc-1.6.1.tar.xz' --2022-10-15 10:58:18-- https://www.kernel.org/pub/software/utils/dtc/dtc-1.6.1.tar.xz Resolving www.kernel.org (www.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1 Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-1.6.1.tar.xz [following] --2022-10-15 10:58:18-- https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-1.6.1.tar.xz Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.199.223, 2604:1380:45d1:ec00::1 Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.199.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 162276 (158K) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-2/output-1/build/.dtc-1.6.1.tar.xz.KUL02N/output' 0K .......... .......... .......... .......... .......... 31% 1.05M 0s 50K .......... .......... .......... .......... .......... 63% 1.05M 0s 100K .......... .......... .......... .......... .......... 94% 88.0M 0s 150K ........ 100% 213M=0.09s 2022-10-15 10:58:18 (1.65 MB/s) - '/nvmedata/autobuild/instance-2/output-1/build/.dtc-1.6.1.tar.xz.KUL02N/output' saved [162276/162276] dtc-1.6.1.tar.xz: OK (sha256: 65cec529893659a49a89740bb362f507a3b94fc8cd791e76a8d6a2b6f3203473) >>> host-dtc 1.6.1 Extracting mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/target xzcat /nvmedata/autobuild/instance-2/dl/dtc/dtc-1.6.1.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/host-dtc-1.6.1 -xf - >>> host-dtc 1.6.1 Patching Applying 0001-Fix-include-guards-for-older-kernel-u-boot-sources.patch using patch: patching file libfdt/fdt.h patching file libfdt/libfdt.h patching file libfdt/libfdt_env.h >>> host-dtc 1.6.1 Configuring mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-bison/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-bison/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-flex/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-flex/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-bison/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-bison/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-flex/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-flex/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/target >>> host-dtc 1.6.1 Building PATH="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/bin:/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/lib/pkgconfig:/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/bin/ccache /usr/bin/gcc" GCC="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/bin/ccache /usr/bin/gcc" CXX="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/autobuild/make/make EXTRA_CFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/include -fPIC" -C /nvmedata/autobuild/instance-2/output-1/build/host-dtc-1.6.1 PREFIX=/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host INCLUDEDIR=/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/include/libfdt NO_PYTHON=1 NO_VALGRIND=1 NO_YAML=1 make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-dtc-1.6.1' DEP checks.c DEP data.c DEP dtc.c DEP flattree.c DEP fstree.c DEP livetree.c DEP srcpos.c DEP treesource.c DEP util.c LEX dtc-lexer.lex.c DEP dtc-lexer.lex.c BISON dtc-parser.tab.c DEP dtc-parser.tab.c LEX convert-dtsv0-lexer.lex.c DEP convert-dtsv0-lexer.lex.c DEP fdtdump.c DEP fdtget.c DEP fdtput.c DEP fdtoverlay.c DEP libfdt/fdt.c DEP libfdt/fdt_ro.c DEP libfdt/fdt_wip.c DEP libfdt/fdt_sw.c DEP libfdt/fdt_rw.c DEP libfdt/fdt_strerror.c DEP libfdt/fdt_empty_tree.c DEP libfdt/fdt_addresses.c DEP libfdt/fdt_overlay.c DEP libfdt/fdt_check.c DEP tests/get_mem_rsv.c DEP tests/root_node.c DEP tests/find_property.c DEP tests/subnode_offset.c DEP tests/path_offset.c DEP tests/get_name.c DEP tests/getprop.c DEP tests/get_prop_offset.c DEP tests/get_phandle.c DEP tests/get_path.c DEP tests/supernode_atdepth_offset.c DEP tests/parent_offset.c DEP tests/node_offset_by_prop_value.c DEP tests/node_offset_by_phandle.c DEP tests/node_check_compatible.c DEP tests/node_offset_by_compatible.c DEP tests/get_alias.c DEP tests/char_literal.c DEP tests/sized_cells.c DEP tests/notfound.c DEP tests/addr_size_cells.c DEP tests/addr_size_cells2.c DEP tests/appendprop_addrrange.c DEP tests/stringlist.c DEP tests/setprop_inplace.c DEP tests/nop_property.c DEP tests/nop_node.c DEP tests/sw_tree1.c DEP tests/sw_states.c DEP tests/move_and_save.c DEP tests/mangle-layout.c DEP tests/nopulate.c DEP tests/open_pack.c DEP tests/rw_tree1.c DEP tests/rw_oom.c DEP tests/set_name.c DEP tests/setprop.c DEP tests/del_property.c DEP tests/del_node.c DEP tests/appendprop1.c DEP tests/appendprop2.c DEP tests/propname_escapes.c DEP tests/string_escapes.c DEP tests/references.c DEP tests/path-references.c DEP tests/phandle_format.c DEP tests/boot-cpuid.c DEP tests/incbin.c DEP tests/extra-terminating-null.c DEP tests/dtbs_equal_ordered.c DEP tests/dtb_reverse.c DEP tests/dtbs_equal_unordered.c DEP tests/add_subnode_with_nops.c DEP tests/path_offset_aliases.c DEP tests/utilfdt_test.c DEP tests/integer-expressions.c DEP tests/property_iterate.c DEP tests/subnode_iterate.c DEP tests/overlay.c DEP tests/overlay_bad_fixup.c DEP tests/check_path.c DEP tests/check_header.c DEP tests/check_full.c DEP tests/fs_tree1.c DEP tests/truncated_property.c DEP tests/truncated_string.c DEP tests/truncated_memrsv.c DEP tests/asm_tree_dump.c DEP tests/value-labels.c DEP tests/testutils.c DEP tests/trees.S DEP tests/dumptrees.c CHK version_gen.h UPD version_gen.h DEP util.c DEP dtc-lexer.lex.c CHK version_gen.h CC livetree.o CC srcpos.o CC treesource.o CC fstree.o CC dtc-parser.tab.o CC flattree.o CC util.o CC dtc.o CC dtc-lexer.lex.o CC data.o CC checks.o LD dtc CC fdtoverlay.o CC libfdt/fdt_wip.o CC libfdt/fdt.o CC libfdt/fdt_addresses.o CC libfdt/fdt_sw.o CC libfdt/fdt_strerror.o CC libfdt/fdt_overlay.o CC libfdt/fdt_ro.o CC libfdt/fdt_rw.o CC libfdt/fdt_check.o CC libfdt/fdt_empty_tree.o LD libfdt/libfdt-1.6.1.so LD fdtoverlay AR libfdt/libfdt.a CC fdtdump.o LD fdtdump CC fdtput.o LD fdtput CC fdtget.o LD fdtget CC convert-dtsv0-lexer.lex.o LD convert-dtsv0 make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-dtc-1.6.1' >>> host-dtc 1.6.1 Installing to host directory PATH="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/bin:/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/lib/pkgconfig:/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/bin/ccache /usr/bin/gcc" GCC="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/bin/ccache /usr/bin/gcc" CXX="/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/autobuild/make/make -C /nvmedata/autobuild/instance-2/output-1/build/host-dtc-1.6.1 PREFIX=/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host INCLUDEDIR=/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/include/libfdt NO_PYTHON=1 NO_VALGRIND=1 NO_YAML=1 install make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-dtc-1.6.1' CHK version_gen.h INSTALL-LIB INSTALL-BIN INSTALL-INC make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-dtc-1.6.1' mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/target >>> host-uboot-tools 2021.07 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-2/output-1/build/.u-boot-2021.07.tar.bz2.MLGO0u/output' 'ftp://ftp.denx.de/pub/u-boot/u-boot-2021.07.tar.bz2' --2022-10-15 10:58:26-- ftp://ftp.denx.de/pub/u-boot/u-boot-2021.07.tar.bz2 => '/nvmedata/autobuild/instance-2/output-1/build/.u-boot-2021.07.tar.bz2.MLGO0u/output' Resolving ftp.denx.de (ftp.denx.de)... 85.214.49.3, 2a01:238:43f4:4600:bc64:4f44:381f:1163 Connecting to ftp.denx.de (ftp.denx.de)|85.214.49.3|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /pub/u-boot ... done. ==> SIZE u-boot-2021.07.tar.bz2 ... 17275746 ==> PASV ... done. ==> RETR u-boot-2021.07.tar.bz2 ... done. Length: 17275746 (16M) (unauthoritative) 0K .......... .......... .......... .......... .......... 0% 182K 92s 50K .......... .......... .......... .......... .......... 0% 365K 69s 100K .......... .......... .......... .......... .......... 0% 40.2M 46s 150K .......... .......... .......... .......... .......... 1% 85.1M 34s 200K .......... .......... .......... .......... .......... 1% 366K 37s 250K .......... .......... .......... .......... .......... 1% 65.8M 30s 300K .......... .......... .......... .......... .......... 2% 77.9M 26s 350K .......... .......... .......... .......... .......... 2% 92.7M 23s 400K .......... .......... .......... .......... .......... 2% 371K 25s 450K .......... .......... .......... .......... .......... 2% 50.8M 23s 500K .......... .......... .......... .......... .......... 3% 58.7M 20s 550K .......... .......... .......... .......... .......... 3% 92.7M 19s 600K .......... .......... .......... .......... .......... 3% 79.7M 17s 650K .......... .......... .......... .......... .......... 4% 80.9M 16s 700K .......... .......... .......... .......... .......... 4% 69.8M 15s 750K .......... .......... .......... .......... .......... 4% 127M 14s 800K .......... .......... .......... .......... .......... 5% 85.7M 13s 850K .......... .......... .......... .......... .......... 5% 378K 15s 900K .......... .......... .......... .......... .......... 5% 84.5M 14s 950K .......... .......... .......... .......... .......... 5% 85.9M 13s 1000K .......... .......... .......... .......... .......... 6% 84.6M 12s 1050K .......... .......... .......... .......... .......... 6% 116M 12s 1100K .......... .......... .......... .......... .......... 6% 90.1M 11s 1150K .......... .......... .......... .......... .......... 7% 84.2M 11s 1200K .......... .......... .......... .......... .......... 7% 81.1M 10s 1250K .......... .......... .......... .......... .......... 7% 92.4M 10s 1300K .......... .......... .......... .......... .......... 8% 122M 10s 1350K .......... .......... .......... .......... .......... 8% 82.5M 9s 1400K .......... .......... .......... .......... .......... 8% 88.6M 9s 1450K .......... .......... .......... .......... .......... 8% 120M 9s 1500K .......... .......... .......... .......... .......... 9% 67.5M 8s 1550K .......... .......... .......... .......... .......... 9% 121M 8s 1600K .......... .......... .......... .......... .......... 9% 83.2M 8s 1650K .......... .......... .......... .......... .......... 10% 127M 7s 1700K .......... .......... .......... .......... .......... 10% 80.8M 7s 1750K .......... .......... .......... .......... .......... 10% 389K 8s 1800K .......... .......... .......... .......... .......... 10% 80.0M 8s 1850K .......... .......... .......... .......... .......... 11% 55.1M 8s 1900K .......... .......... .......... .......... .......... 11% 131M 7s 1950K .......... .......... .......... .......... .......... 11% 72.7M 7s 2000K .......... .......... .......... .......... .......... 12% 72.8M 7s 2050K .......... .......... .......... .......... .......... 12% 117M 7s 2100K .......... .......... .......... .......... .......... 12% 84.9M 7s 2150K .......... .......... .......... .......... .......... 13% 120M 6s 2200K .......... .......... .......... .......... .......... 13% 70.1M 6s 2250K .......... .......... .......... .......... .......... 13% 124M 6s 2300K .......... .......... .......... .......... .......... 13% 86.6M 6s 2350K .......... .......... .......... .......... .......... 14% 118M 6s 2400K .......... .......... .......... .......... .......... 14% 84.1M 6s 2450K .......... .......... .......... .......... .......... 14% 92.8M 6s 2500K .......... .......... .......... .......... .......... 15% 107M 5s 2550K .......... .......... .......... .......... .......... 15% 70.0M 5s 2600K .......... .......... .......... .......... .......... 15% 128M 5s 2650K .......... .......... .......... .......... .......... 16% 76.1M 5s 2700K .......... .......... .......... .......... .......... 16% 95.5M 5s 2750K .......... .......... .......... .......... .......... 16% 81.3M 5s 2800K .......... .......... .......... .......... .......... 16% 116M 5s 2850K .......... .......... .......... .......... .......... 17% 70.8M 5s 2900K .......... .......... .......... .......... .......... 17% 86.2M 5s 2950K .......... .......... .......... .......... .......... 17% 107M 5s 3000K .......... .......... .......... .......... .......... 18% 63.0M 4s 3050K .......... .......... .......... .......... .......... 18% 119M 4s 3100K .......... .......... .......... .......... .......... 18% 84.8M 4s 3150K .......... .......... .......... .......... .......... 18% 98.9M 4s 3200K .......... .......... .......... .......... .......... 19% 84.9M 4s 3250K .......... .......... .......... .......... .......... 19% 115M 4s 3300K .......... .......... .......... .......... .......... 19% 85.7M 4s 3350K .......... .......... .......... .......... .......... 20% 91.1M 4s 3400K .......... .......... .......... .......... .......... 20% 117M 4s 3450K .......... .......... .......... .......... .......... 20% 84.5M 4s 3500K .......... .......... .......... .......... .......... 21% 421K 4s 3550K .......... .......... .......... .......... .......... 21% 68.3M 4s 3600K .......... .......... .......... .......... .......... 21% 79.3M 4s 3650K .......... .......... .......... .......... .......... 21% 91.6M 4s 3700K .......... .......... .......... .......... .......... 22% 115M 4s 3750K .......... .......... .......... .......... .......... 22% 67.5M 4s 3800K .......... .......... .......... .......... .......... 22% 124M 4s 3850K .......... .......... .......... .......... .......... 23% 86.9M 4s 3900K .......... .......... .......... .......... .......... 23% 86.1M 4s 3950K .......... .......... .......... .......... .......... 23% 84.5M 4s 4000K .......... .......... .......... .......... .......... 24% 121M 3s 4050K .......... .......... .......... .......... .......... 24% 85.6M 3s 4100K .......... .......... .......... .......... .......... 24% 130M 3s 4150K .......... .......... .......... .......... .......... 24% 81.8M 3s 4200K .......... .......... .......... .......... .......... 25% 92.4M 3s 4250K .......... .......... .......... .......... .......... 25% 85.6M 3s 4300K .......... .......... .......... .......... .......... 25% 118M 3s 4350K .......... .......... .......... .......... .......... 26% 85.7M 3s 4400K .......... .......... .......... .......... .......... 26% 89.5M 3s 4450K .......... .......... .......... .......... .......... 26% 84.6M 3s 4500K .......... .......... .......... .......... .......... 26% 86.2M 3s 4550K .......... .......... .......... .......... .......... 27% 118M 3s 4600K .......... .......... .......... .......... .......... 27% 88.7M 3s 4650K .......... .......... .......... .......... .......... 27% 122M 3s 4700K .......... .......... .......... .......... .......... 28% 85.2M 3s 4750K .......... .......... .......... .......... .......... 28% 126M 3s 4800K .......... .......... .......... .......... .......... 28% 80.7M 3s 4850K .......... .......... .......... .......... .......... 29% 69.5M 3s 4900K .......... .......... .......... .......... .......... 29% 111M 3s 4950K .......... .......... .......... .......... .......... 29% 91.0M 3s 5000K .......... .......... .......... .......... .......... 29% 121M 3s 5050K .......... .......... .......... .......... .......... 30% 87.7M 3s 5100K .......... .......... .......... .......... .......... 30% 121M 3s 5150K .......... .......... .......... .......... .......... 30% 67.4M 3s 5200K .......... .......... .......... .......... .......... 31% 132M 2s 5250K .......... .......... .......... .......... .......... 31% 78.7M 2s 5300K .......... .......... .......... .......... .......... 31% 93.8M 2s 5350K .......... .......... .......... .......... .......... 32% 112M 2s 5400K .......... .......... .......... .......... .......... 32% 87.8M 2s 5450K .......... .......... .......... .......... .......... 32% 120M 2s 5500K .......... .......... .......... .......... .......... 32% 86.3M 2s 5550K .......... .......... .......... .......... .......... 33% 92.9M 2s 5600K .......... .......... .......... .......... .......... 33% 71.7M 2s 5650K .......... .......... .......... .......... .......... 33% 181M 2s 5700K .......... .......... .......... .......... .......... 34% 84.4M 2s 5750K .......... .......... .......... .......... .......... 34% 85.5M 2s 5800K .......... .......... .......... .......... .......... 34% 126M 2s 5850K .......... .......... .......... .......... .......... 34% 84.4M 2s 5900K .......... .......... .......... .......... .......... 35% 131M 2s 5950K .......... .......... .......... .......... .......... 35% 84.1M 2s 6000K .......... .......... .......... .......... .......... 35% 123M 2s 6050K .......... .......... .......... .......... .......... 36% 84.5M 2s 6100K .......... .......... .......... .......... .......... 36% 128M 2s 6150K .......... .......... .......... .......... .......... 36% 85.4M 2s 6200K .......... .......... .......... .......... .......... 37% 124M 2s 6250K .......... .......... .......... .......... .......... 37% 450K 2s 6300K .......... .......... .......... .......... .......... 37% 37.7M 2s 6350K .......... .......... .......... .......... .......... 37% 31.5M 2s 6400K .......... .......... .......... .......... .......... 38% 38.2M 2s 6450K .......... .......... .......... .......... .......... 38% 40.0M 2s 6500K .......... .......... .......... .......... .......... 38% 22.0M 2s 6550K .......... .......... .......... .......... .......... 39% 24.0M 2s 6600K .......... .......... .......... .......... .......... 39% 36.6M 2s 6650K .......... .......... .......... .......... .......... 39% 38.7M 2s 6700K .......... .......... .......... .......... .......... 40% 22.6M 2s 6750K .......... .......... .......... .......... .......... 40% 37.5M 2s 6800K .......... .......... .......... .......... .......... 40% 29.2M 2s 6850K .......... .......... .......... .......... .......... 40% 36.5M 2s 6900K .......... .......... .......... .......... .......... 41% 40.1M 2s 6950K .......... .......... .......... .......... .......... 41% 24.0M 2s 7000K .......... .......... .......... .......... .......... 41% 24.2M 2s 7050K .......... .......... .......... .......... .......... 42% 38.8M 2s 7100K .......... .......... .......... .......... .......... 42% 36.6M 2s 7150K .......... .......... .......... .......... .......... 42% 26.9M 2s 7200K .......... .......... .......... .......... .......... 42% 25.6M 2s 7250K .......... .......... .......... .......... .......... 43% 55.8M 2s 7300K .......... .......... .......... .......... .......... 43% 55.2M 2s 7350K .......... .......... .......... .......... .......... 43% 59.6M 2s 7400K .......... .......... .......... .......... .......... 44% 54.8M 2s 7450K .......... .......... .......... .......... .......... 44% 51.1M 2s 7500K .......... .......... .......... .......... .......... 44% 54.4M 2s 7550K .......... .......... .......... .......... .......... 45% 47.6M 2s 7600K .......... .......... .......... .......... .......... 45% 53.4M 2s 7650K .......... .......... .......... .......... .......... 45% 67.8M 2s 7700K .......... .......... .......... .......... .......... 45% 279M 2s 7750K .......... .......... .......... .......... .......... 46% 246M 1s 7800K .......... .......... .......... .......... .......... 46% 280M 1s 7850K .......... .......... .......... .......... .......... 46% 292M 1s 7900K .......... .......... .......... .......... .......... 47% 290M 1s 7950K .......... .......... .......... .......... .......... 47% 241M 1s 8000K .......... .......... .......... .......... .......... 47% 294M 1s 8050K .......... .......... .......... .......... .......... 48% 283M 1s 8100K .......... .......... .......... .......... .......... 48% 288M 1s 8150K .......... .......... .......... .......... .......... 48% 245M 1s 8200K .......... .......... .......... .......... .......... 48% 286M 1s 8250K .......... .......... .......... .......... .......... 49% 292M 1s 8300K .......... .......... .......... .......... .......... 49% 295M 1s 8350K .......... .......... .......... .......... .......... 49% 261M 1s 8400K .......... .......... .......... .......... .......... 50% 291M 1s 8450K .......... .......... .......... .......... .......... 50% 294M 1s 8500K .......... .......... .......... .......... .......... 50% 297M 1s 8550K .......... .......... .......... .......... .......... 50% 254M 1s 8600K .......... .......... .......... .......... .......... 51% 291M 1s 8650K .......... .......... .......... .......... .......... 51% 281M 1s 8700K .......... .......... .......... .......... .......... 51% 278M 1s 8750K .......... .......... .......... .......... .......... 52% 228M 1s 8800K .......... .......... .......... .......... .......... 52% 265M 1s 8850K .......... .......... .......... .......... .......... 52% 282M 1s 8900K .......... .......... .......... .......... .......... 53% 291M 1s 8950K .......... .......... .......... .......... .......... 53% 250M 1s 9000K .......... .......... .......... .......... .......... 53% 297M 1s 9050K .......... .......... .......... .......... .......... 53% 295M 1s 9100K .......... .......... .......... .......... .......... 54% 294M 1s 9150K .......... .......... .......... .......... .......... 54% 264M 1s 9200K .......... .......... .......... .......... .......... 54% 294M 1s 9250K .......... .......... .......... .......... .......... 55% 514K 1s 9300K .......... .......... .......... .......... .......... 55% 67.6M 1s 9350K .......... .......... .......... .......... .......... 55% 88.4M 1s 9400K .......... .......... .......... .......... .......... 56% 84.0M 1s 9450K .......... .......... .......... .......... .......... 56% 85.2M 1s 9500K .......... .......... .......... .......... .......... 56% 79.5M 1s 9550K .......... .......... .......... .......... .......... 56% 132M 1s 9600K .......... .......... .......... .......... .......... 57% 87.6M 1s 9650K .......... .......... .......... .......... .......... 57% 89.1M 1s 9700K .......... .......... .......... .......... .......... 57% 48.8M 1s 9750K .......... .......... .......... .......... .......... 58% 102M 1s 9800K .......... .......... .......... .......... .......... 58% 33.9M 1s 9850K .......... .......... .......... .......... .......... 58% 85.4M 1s 9900K .......... .......... .......... .......... .......... 58% 49.4M 1s 9950K .......... .......... .......... .......... .......... 59% 39.0M 1s 10000K .......... .......... .......... .......... .......... 59% 63.0M 1s 10050K .......... .......... .......... .......... .......... 59% 39.4M 1s 10100K .......... .......... .......... .......... .......... 60% 82.0M 1s 10150K .......... .......... .......... .......... .......... 60% 28.5M 1s 10200K .......... .......... .......... .......... .......... 60% 87.6M 1s 10250K .......... .......... .......... .......... .......... 61% 46.5M 1s 10300K .......... .......... .......... .......... .......... 61% 84.9M 1s 10350K .......... .......... .......... .......... .......... 61% 32.4M 1s 10400K .......... .......... .......... .......... .......... 61% 42.4M 1s 10450K .......... .......... .......... .......... .......... 62% 59.0M 1s 10500K .......... .......... .......... .......... .......... 62% 44.9M 1s 10550K .......... .......... .......... .......... .......... 62% 36.0M 1s 10600K .......... .......... .......... .......... .......... 63% 81.9M 1s 10650K .......... .......... .......... .......... .......... 63% 34.7M 1s 10700K .......... .......... .......... .......... .......... 63% 77.9M 1s 10750K .......... .......... .......... .......... .......... 64% 87.3M 1s 10800K .......... .......... .......... .......... .......... 64% 50.9M 1s 10850K .......... .......... .......... .......... .......... 64% 452K 1s 10900K .......... .......... .......... .......... .......... 64% 90.1M 1s 10950K .......... .......... .......... .......... .......... 65% 81.3M 1s 11000K .......... .......... .......... .......... .......... 65% 99.8M 1s 11050K .......... .......... .......... .......... .......... 65% 84.0M 1s 11100K .......... .......... .......... .......... .......... 66% 107M 1s 11150K .......... .......... .......... .......... .......... 66% 92.7M 1s 11200K .......... .......... .......... .......... .......... 66% 90.8M 1s 11250K .......... .......... .......... .......... .......... 66% 117M 1s 11300K .......... .......... .......... .......... .......... 67% 87.8M 1s 11350K .......... .......... .......... .......... .......... 67% 122M 1s 11400K .......... .......... .......... .......... .......... 67% 86.0M 1s 11450K .......... .......... .......... .......... .......... 68% 87.3M 1s 11500K .......... .......... .......... .......... .......... 68% 120M 1s 11550K .......... .......... .......... .......... .......... 68% 89.1M 1s 11600K .......... .......... .......... .......... .......... 69% 122M 1s 11650K .......... .......... .......... .......... .......... 69% 85.7M 1s 11700K .......... .......... .......... .......... .......... 69% 126M 1s 11750K .......... .......... .......... .......... .......... 69% 88.5M 1s 11800K .......... .......... .......... .......... .......... 70% 122M 1s 11850K .......... .......... .......... .......... .......... 70% 87.1M 1s 11900K .......... .......... .......... .......... .......... 70% 90.0M 1s 11950K .......... .......... .......... .......... .......... 71% 118M 1s 12000K .......... .......... .......... .......... .......... 71% 82.9M 1s 12050K .......... .......... .......... .......... .......... 71% 126M 1s 12100K .......... .......... .......... .......... .......... 72% 89.0M 1s 12150K .......... .......... .......... .......... .......... 72% 113M 1s 12200K .......... .......... .......... .......... .......... 72% 90.1M 1s 12250K .......... .......... .......... .......... .......... 72% 68.2M 1s 12300K .......... .......... .......... .......... .......... 73% 121M 1s 12350K .......... .......... .......... .......... .......... 73% 86.1M 1s 12400K .......... .......... .......... .......... .......... 73% 85.9M 1s 12450K .......... .......... .......... .......... .......... 74% 65.3M 1s 12500K .......... .......... .......... .......... .......... 74% 127M 1s 12550K .......... .......... .......... .......... .......... 74% 81.0M 1s 12600K .......... .......... .......... .......... .......... 74% 123M 1s 12650K .......... .......... .......... .......... .......... 75% 79.0M 1s 12700K .......... .......... .......... .......... .......... 75% 73.0M 0s 12750K .......... .......... .......... .......... .......... 75% 117M 0s 12800K .......... .......... .......... .......... .......... 76% 67.2M 0s 12850K .......... .......... .......... .......... .......... 76% 119M 0s 12900K .......... .......... .......... .......... .......... 76% 65.8M 0s 12950K .......... .......... .......... .......... .......... 77% 123M 0s 13000K .......... .......... .......... .......... .......... 77% 82.2M 0s 13050K .......... .......... .......... .......... .......... 77% 93.5M 0s 13100K .......... .......... .......... .......... .......... 77% 77.9M 0s 13150K .......... .......... .......... .......... .......... 78% 68.3M 0s 13200K .......... .......... .......... .......... .......... 78% 118M 0s 13250K .......... .......... .......... .......... .......... 78% 78.0M 0s 13300K .......... .......... .......... .......... .......... 79% 133M 0s 13350K .......... .......... .......... .......... .......... 79% 70.2M 0s 13400K .......... .......... .......... .......... .......... 79% 127M 0s 13450K .......... .......... .......... .......... .......... 80% 78.8M 0s 13500K .......... .......... .......... .......... .......... 80% 64.1M 0s 13550K .......... .......... .......... .......... .......... 80% 143M 0s 13600K .......... .......... .......... .......... .......... 80% 86.4M 0s 13650K .......... .......... .......... .......... .......... 81% 128M 0s 13700K .......... .......... .......... .......... .......... 81% 63.7M 0s 13750K .......... .......... .......... .......... .......... 81% 121M 0s 13800K .......... .......... .......... .......... .......... 82% 456K 0s 13850K .......... .......... .......... .......... .......... 82% 81.0M 0s 13900K .......... .......... .......... .......... .......... 82% 85.4M 0s 13950K .......... .......... .......... .......... .......... 82% 90.4M 0s 14000K .......... .......... .......... .......... .......... 83% 84.6M 0s 14050K .......... .......... .......... .......... .......... 83% 80.0M 0s 14100K .......... .......... .......... .......... .......... 83% 66.6M 0s 14150K .......... .......... .......... .......... .......... 84% 130M 0s 14200K .......... .......... .......... .......... .......... 84% 79.9M 0s 14250K .......... .......... .......... .......... .......... 84% 120M 0s 14300K .......... .......... .......... .......... .......... 85% 85.4M 0s 14350K .......... .......... .......... .......... .......... 85% 97.3M 0s 14400K .......... .......... .......... .......... .......... 85% 80.2M 0s 14450K .......... .......... .......... .......... .......... 85% 126M 0s 14500K .......... .......... .......... .......... .......... 86% 62.1M 0s 14550K .......... .......... .......... .......... .......... 86% 69.5M 0s 14600K .......... .......... .......... .......... .......... 86% 118M 0s 14650K .......... .......... .......... .......... .......... 87% 80.5M 0s 14700K .......... .......... .......... .......... .......... 87% 96.2M 0s 14750K .......... .......... .......... .......... .......... 87% 84.4M 0s 14800K .......... .......... .......... .......... .......... 88% 119M 0s 14850K .......... .......... .......... .......... .......... 88% 80.1M 0s 14900K .......... .......... .......... .......... .......... 88% 70.4M 0s 14950K .......... .......... .......... .......... .......... 88% 128M 0s 15000K .......... .......... .......... .......... .......... 89% 84.4M 0s 15050K .......... .......... .......... .......... .......... 89% 117M 0s 15100K .......... .......... .......... .......... .......... 89% 81.4M 0s 15150K .......... .......... .......... .......... .......... 90% 95.8M 0s 15200K .......... .......... .......... .......... .......... 90% 80.0M 0s 15250K .......... .......... .......... .......... .......... 90% 120M 0s 15300K .......... .......... .......... .......... .......... 90% 51.0M 0s 15350K .......... .......... .......... .......... .......... 91% 70.1M 0s 15400K .......... .......... .......... .......... .......... 91% 117M 0s 15450K .......... .......... .......... .......... .......... 91% 66.7M 0s 15500K .......... .......... .......... .......... .......... 92% 118M 0s 15550K .......... .......... .......... .......... .......... 92% 66.7M 0s 15600K .......... .......... .......... .......... .......... 92% 120M 0s 15650K .......... .......... .......... .......... .......... 93% 84.4M 0s 15700K .......... .......... .......... .......... .......... 93% 118M 0s 15750K .......... .......... .......... .......... .......... 93% 67.9M 0s 15800K .......... .......... .......... .......... .......... 93% 66.6M 0s 15850K .......... .......... .......... .......... .......... 94% 117M 0s 15900K .......... .......... .......... .......... .......... 94% 86.1M 0s 15950K .......... .......... .......... .......... .......... 94% 89.5M 0s 16000K .......... .......... .......... .......... .......... 95% 76.9M 0s 16050K .......... .......... .......... .......... .......... 95% 96.6M 0s 16100K .......... .......... .......... .......... .......... 95% 75.1M 0s 16150K .......... .......... .......... .......... .......... 96% 98.8M 0s 16200K .......... .......... .......... .......... .......... 96% 56.1M 0s 16250K .......... .......... .......... .......... .......... 96% 73.7M 0s 16300K .......... .......... .......... .......... .......... 96% 106M 0s 16350K .......... .......... .......... .......... .......... 97% 67.3M 0s 16400K .......... .......... .......... .......... .......... 97% 119M 0s 16450K .......... .......... .......... .......... .......... 97% 66.4M 0s 16500K .......... .......... .......... .......... .......... 98% 113M 0s 16550K .......... .......... .......... .......... .......... 98% 67.9M 0s 16600K .......... .......... .......... .......... .......... 98% 119M 0s 16650K .......... .......... .......... .......... .......... 98% 67.1M 0s 16700K .......... .......... .......... .......... .......... 99% 92.5M 0s 16750K .......... .......... .......... .......... .......... 99% 467K 0s 16800K .......... .......... .......... .......... .......... 99% 67.9M 0s 16850K .......... .......... 100% 107M=1.8s 2022-10-15 10:58:30 (9.16 MB/s) - '/nvmedata/autobuild/instance-2/output-1/build/.u-boot-2021.07.tar.bz2.MLGO0u/output' saved [17275746] u-boot-2021.07.tar.bz2: OK (sha256: 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e) >>> host-uboot-tools 2021.07 Extracting mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/target bzcat /nvmedata/autobuild/instance-2/dl/uboot-tools/u-boot-2021.07.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07 -xf - >>> host-uboot-tools 2021.07 Patching Applying 0001-drop-configh-from-tools.patch using patch: patching file tools/env/fw_env_private.h Applying 0002-tools-only-in-no-dot-config-targets.patch using patch: patching file Makefile Hunk #1 succeeded at 511 (offset 25 lines). Applying 0003-tools-Makefile-fix-C-LD-FLAGS-with-CROSS_BUILD_TOOLS.patch using patch: patching file tools/Makefile Hunk #1 succeeded at 310 (offset -6 lines). >>> host-uboot-tools 2021.07 Configuring mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-openssl/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-openssl/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-dtc/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-openssl/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-openssl/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/target mkdir -p /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/include/config touch /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/include/config/auto.conf mkdir -p /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/include/generated touch /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h echo '#define CONFIG_FIT_PRINT 1' >> /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h mkdir -p /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/include/asm touch /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/include/asm/linkage.h >>> host-uboot-tools 2021.07 Building /home/autobuild/make/make -j1 -C /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07 HOSTCC="/nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/bin/ccache /usr/bin/gcc" HOSTCFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/include" HOSTLDFLAGS="-L/nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y CONFIG_FIT=y CONFIG_MKIMAGE_DTC_PATH=dtc CONFIG_FIT_SIGNATURE=y CONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 tools-only make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07' HOSTCC scripts/basic/fixdep UPD include/generated/timestamp_autogenerated.h UPD include/config/uboot.release UPD include/generated/version_autogenerated.h COPY tools/version.h HOSTCC tools/imximage.o HOSTCC tools/imx8mimage.o HOSTCC tools/image-host.o HOSTCC tools/libfdt/fdt_empty_tree.o HOSTCC tools/libfdt/fdt_wip.o WRAP tools/lib/crc32.c HOSTCC tools/lib/crc32.o WRAP tools/common/image-sig.c HOSTCC tools/common/image-sig.o WRAP tools/common/fdt_region.c HOSTCC tools/common/fdt_region.o HOSTCC tools/imagetool.o WRAP tools/common/image-fit.c HOSTCC tools/common/image-fit.o HOSTCC tools/mtk_image.o HOSTCC tools/vybridimage.o WRAP tools/lib/sha1.c HOSTCC tools/lib/sha1.o HOSTCC tools/os_support.o HOSTCC tools/gpimage-common.o HOSTCC tools/imx8image.o HOSTCC tools/kwbimage.o HOSTCC tools/pblimage.o HOSTCC tools/zynqmpbif.o HOSTCC tools/sunxi_egon.o HOSTCC tools/rkspi.o WRAP tools/lib/fdt-libcrypto.c HOSTCC tools/lib/fdt-libcrypto.o WRAP tools/lib/crc16.c HOSTCC tools/lib/crc16.o HOSTCC tools/libfdt/fdt_strerror.o HOSTCC tools/zynqimage.o WRAP tools/lib/fdtdec.c HOSTCC tools/lib/fdtdec.o WRAP tools/lib/hash-checksum.c HOSTCC tools/lib/hash-checksum.o WRAP tools/lib/sha512.c HOSTCC tools/lib/sha512.o WRAP tools/lib/sha256.c HOSTCC tools/lib/sha256.o HOSTCC tools/stm32image.o HOSTCC tools/fit_common.o HOSTCC tools/rkimage.o HOSTCC tools/libfdt/fdt.o WRAP tools/lib/rsa/rsa-verify.c HOSTCC tools/lib/rsa/rsa-verify.o HOSTCC tools/libfdt/fdt_overlay.o HOSTCC tools/libfdt/fdt_sw.o HOSTCC tools/lpc32xximage.o HOSTCC tools/pbl_crc32.o HOSTCC tools/mxsimage.o WRAP tools/lib/fdtdec_common.c HOSTCC tools/lib/fdtdec_common.o WRAP tools/common/image-fit-sig.c HOSTCC tools/common/image-fit-sig.o HOSTCC tools/ublimage.o HOSTCC tools/libfdt/fdt_rw.o HOSTCC tools/socfpgaimage.o WRAP tools/lib/rsa/rsa-sign.c HOSTCC tools/lib/rsa/rsa-sign.o HOSTCC tools/rkcommon.o HOSTCC tools/zynqmpimage.o HOSTCC tools/libfdt/fdt_addresses.o WRAP tools/lib/md5.c HOSTCC tools/lib/md5.o HOSTCC tools/rksd.o HOSTCC tools/libfdt/fdt_ro.o WRAP tools/lib/rc4.c HOSTCC tools/lib/rc4.o HOSTCC tools/aisimage.o WRAP tools/common/hash.c HOSTCC tools/common/hash.o HOSTCC tools/default_image.o WRAP tools/common/image.c HOSTCC tools/common/image.o HOSTCC tools/gpimage.o HOSTCC tools/fit_image.o HOSTCC tools/omapimage.o WRAP tools/lib/ecdsa/ecdsa-libcrypto.c HOSTCC tools/lib/ecdsa/ecdsa-libcrypto.o HOSTCC tools/atmelimage.o WRAP tools/common/bootm.c HOSTCC tools/common/bootm.o HOSTCC tools/dumpimage.o WRAP tools/lib/rsa/rsa-mod-exp.c HOSTCC tools/lib/rsa/rsa-mod-exp.o HOSTLD tools/dumpimage HOSTCC tools/mkeficapsule.o HOSTLD tools/mkeficapsule HOSTCC tools/fit_info.o HOSTLD tools/fit_info HOSTCC tools/fit_check_sign.o HOSTLD tools/fit_check_sign HOSTCC tools/mkenvimage.o HOSTLD tools/mkenvimage HOSTCC tools/fdtgrep.o HOSTLD tools/fdtgrep HOSTCC tools/proftool HOSTCC tools/mkimage.o HOSTLD tools/mkimage make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07' /home/autobuild/make/make -j1 -C /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07 HOSTCC="/nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/bin/ccache /usr/bin/gcc" HOSTCFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/include" HOSTLDFLAGS="-L/nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y CONFIG_FIT=y CONFIG_MKIMAGE_DTC_PATH=dtc CONFIG_FIT_SIGNATURE=y CONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 envtools no-dot-config-targets=envtools make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07' AR tools/env/built-in.o HOSTCC tools/env/crc32.o HOSTCC tools/env/ctype.o HOSTCC tools/env/env_attr.o HOSTCC tools/env/env_flags.o HOSTCC tools/env/fw_env.o HOSTCC tools/env/linux_string.o AR tools/env/lib.a HOSTCC tools/env/fw_env_main.o HOSTLD tools/env/fw_printenv STRIP tools/env/fw_printenv make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07' cat /nvmedata/autobuild/instance-2/output-1/boot_env.txt | /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage -s "0x1000" -r -o /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/tools/uboot-env.bin - /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/tools/mkimage -C none -A sh -T script -d /nvmedata/autobuild/instance-2/output-1/boot_script.txt /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/tools/boot.scr Image Name: Created: Sat May 7 16:13:37 2022 Image Type: SuperH Linux Script (uncompressed) Data Size: 18 Bytes = 0.02 KiB = 0.00 MiB Load Address: 00000000 Entry Point: 00000000 Contents: Image 0: 10 Bytes = 0.01 KiB = 0.00 MiB >>> host-uboot-tools 2021.07 Installing to host directory /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/tools/mkimage /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/bin/mkimage /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/tools/mkeficapsule /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/bin/mkeficapsule /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/bin/mkenvimage /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/tools/dumpimage /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/bin/dumpimage /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/tools/env/fw_printenv /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/bin/fw_printenv ln -sf /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/bin/fw_printenv /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/bin/fw_setenv /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/tools/uboot-env.bin /nvmedata/autobuild/instance-2/output-1/images/uboot-env.bin /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-2/output-1/build/host-uboot-tools-2021.07/tools/boot.scr /nvmedata/autobuild/instance-2/output-1/images/boot.scr mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/target zstd-1.5.2.tar.gz: OK (sha256: 7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0) >>> host-zstd 1.5.2 Extracting mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/target gzip -d -c /nvmedata/autobuild/instance-2/dl/zstd/zstd-1.5.2.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2 -xf - >>> host-zstd 1.5.2 Patching >>> host-zstd 1.5.2 Configuring mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/target >>> host-zstd 1.5.2 Building PATH="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin:/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/lib/pkgconfig:/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/share/pkgconfig" PATH="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin:/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/lib/pkgconfig:/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin/ccache /usr/bin/gcc" GCC="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin/ccache /usr/bin/gcc" CXX="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/autobuild/make/make PREFIX=/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host -C /nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2 zstd-release lib-release make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2' make[2]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2/lib' CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/cover.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/error_private.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/debug.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/fse_compress.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_ldm.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_double_fast.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/fastcover.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/fse_decompress.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_v07.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_compress_sequences.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zdict.o AS obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/huf_decompress_amd64.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstdmt_compress.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_decompress_block.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/entropy_common.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_compress.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_compress_superblock.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_opt.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/huf_decompress.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_v06.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_compress_literals.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/threading.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/xxhash.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_decompress.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_fast.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/divsufsort.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_common.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/huf_compress.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/hist.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_v05.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_lazy.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/pool.o CC obj/conf_f4ba49d0c85b78327d8dafb4d2a990f5/dynamic/zstd_ddict.o compiling multi-threaded dynamic library 1.5.2 creating versioned links CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/fse_decompress.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_decompress_block.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_opt.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_compress.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/huf_compress.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_ldm.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/fastcover.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_compress_superblock.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/hist.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/xxhash.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstdmt_compress.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/divsufsort.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_v05.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_ddict.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_double_fast.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/entropy_common.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/pool.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/debug.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_v07.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_compress_sequences.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_v06.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/fse_compress.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_decompress.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_common.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_compress_literals.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/cover.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_fast.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zdict.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/error_private.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/threading.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/huf_decompress.o AS obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/huf_decompress_amd64.o CC obj/conf_5e5c9082e73fd71a6350f2d7145406e0/static/zstd_lazy.o compiling single-threaded static library 1.5.2 creating pkgconfig release build completed make[2]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2/lib' make[2]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2/programs' CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_compress_literals.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_ldm.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/entropy_common.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/datagen.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_ddict.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_v07.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstdcli_trace.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_fast.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/error_private.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/huf_compress.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstdcli.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_compress_sequences.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/timefn.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_common.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_lazy.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_compress.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/cover.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/util.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/xxhash.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/fileio.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_v05.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/hist.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_double_fast.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/debug.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/threading.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/fastcover.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/dibio.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/benchfn.o AS obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/huf_decompress_amd64.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/huf_decompress.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_decompress_block.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstdmt_compress.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_v06.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/divsufsort.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/fse_compress.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_opt.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/fse_decompress.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zdict.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_decompress.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/benchzstd.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd_compress_superblock.o CC obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/pool.o ==> building with threading support ==> building zstd with .gz compression support ==> building zstd with .xz/.lzma compression support ==> no liblz4, building zstd without .lz4 support LINK obj/conf_bf45fad9f57f58ea1dd3e63e51cae270/zstd zstd build completed make[2]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2/programs' make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2' >>> host-zstd 1.5.2 Installing to host directory PATH="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin:/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/lib/pkgconfig:/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/share/pkgconfig" PATH="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin:/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/lib/pkgconfig:/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin/ccache /usr/bin/gcc" GCC="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin/ccache /usr/bin/gcc" CXX="/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/autobuild/make/make PREFIX=/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host -C /nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2 install make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2' make[2]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2/lib' Installing shared library Installing static library Installing includes zstd static and shared library installed make[2]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2/lib' make[2]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2/programs' Installing binaries Installing man pages zstd installation completed make[2]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2/programs' make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-zstd-1.5.2' mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target >>> host-kmod 29 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-2/output-1/build/.kmod-29.tar.xz.Vvjy0q/output' 'https://cdn.kernel.org/pub/linux/utils/kernel/kmod/kmod-29.tar.xz' --2022-10-15 10:59:47-- https://cdn.kernel.org/pub/linux/utils/kernel/kmod/kmod-29.tar.xz Resolving cdn.kernel.org (cdn.kernel.org)... 151.101.1.176, 151.101.65.176, 151.101.129.176, ... Connecting to cdn.kernel.org (cdn.kernel.org)|151.101.1.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 560160 (547K) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-2/output-1/build/.kmod-29.tar.xz.Vvjy0q/output' 0K .......... .......... .......... .......... .......... 9% 14.9M 0s 50K .......... .......... .......... .......... .......... 18% 18.1M 0s 100K .......... .......... .......... .......... .......... 27% 71.5M 0s 150K .......... .......... .......... .......... .......... 36% 87.9M 0s 200K .......... .......... .......... .......... .......... 45% 21.8M 0s 250K .......... .......... .......... .......... .......... 54% 117M 0s 300K .......... .......... .......... .......... .......... 63% 95.0M 0s 350K .......... .......... .......... .......... .......... 73% 79.5M 0s 400K .......... .......... .......... .......... .......... 82% 101M 0s 450K .......... .......... .......... .......... .......... 91% 65.6M 0s 500K .......... .......... .......... .......... ....... 100% 99.7M=0.01s 2022-10-15 10:59:47 (42.1 MB/s) - '/nvmedata/autobuild/instance-2/output-1/build/.kmod-29.tar.xz.Vvjy0q/output' saved [560160/560160] kmod-29.tar.xz: OK (sha256: 0b80eea7aa184ac6fd20cafa2a1fdf290ffecc70869a797079e2cc5c6225a52a) >>> host-kmod 29 Extracting mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target xzcat /nvmedata/autobuild/instance-2/dl/kmod/kmod-29.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/host-kmod-29 -xf - >>> host-kmod 29 Patching Applying 0001-fix-O_CLOEXEC.patch using patch: patching file shared/missing.h >>> host-kmod 29 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-2/output-1/build/host-kmod-29 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-kmod 29 Patching libtool patching file /nvmedata/autobuild/instance-2/output-1/build/host-kmod-29/build-aux/ltmain.sh Hunk #1 succeeded at 2908 (offset 221 lines). Hunk #2 succeeded at 4498 (offset 221 lines). Hunk #3 succeeded at 6794 (offset 240 lines). Hunk #4 succeeded at 6804 (offset 240 lines). Hunk #5 succeeded at 7097 (offset 240 lines). Hunk #6 succeeded at 7389 (offset 240 lines). Hunk #7 succeeded at 8359 (offset 247 lines). Hunk #8 succeeded at 10991 (offset 281 lines). >>> host-kmod 29 Configuring mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-xz/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-xz/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-zlib/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-zlib/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-xz/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-xz/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-zlib/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-zlib/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-zstd/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target (cd /nvmedata/autobuild/instance-2/output-1/build/host-kmod-29/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin:/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib/pkgconfig:/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc" GCC="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc" CXX="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host" --sysconfdir="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/etc" --localstatedir="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --disable-manpages --with-zlib --with-zstd --with-xz ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls checking for gcc... /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc accepts -g... yes checking for /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for linux/module.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether to enable maintainer-specific portions of Makefiles... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking dependency style of /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc... none checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for a sed that does not truncate output... (cached) /usr/bin/sed checking whether ln -s works... yes checking pkg-config is at least version 0.9.0... yes checking for xsltproc... /usr/bin/xsltproc checking for mkosi... no checking for __xstat... yes checking for __secure_getenv... no checking for secure_getenv... yes checking for finit_module... no checking if compiler has __builtin_clz builtin function... yes checking if compiler has __builtin_types_compatible_p builtin function... yes checking if compiler has __builtin_uaddl_overflow builtin function... yes checking if compiler has __builtin_uaddll_overflow builtin function... yes checking for struct stat.st_mtim... yes checking for /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc options needed to detect all undeclared functions... none needed checking whether strndupa is declared... yes checking whether be32toh is declared... yes checking whether _Static_assert() is supported... yes checking whether _Noreturn is supported... yes checking for libzstd... yes checking for liblzma... yes checking for zlib... yes configure: openssl support not requested checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -pipe in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -DANOTHER_BRICK_IN_THE in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wall in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -W in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wextra in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wno-inline in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wvla in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wundef in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wformat=2 in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wlogical-op in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wsign-compare in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wformat-security in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wmissing-include-dirs in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wformat-nonliteral in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wold-style-definition in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wpointer-arith in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Winit-self in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wdeclaration-after-statement in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wfloat-equal in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wmissing-prototypes in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wstrict-prototypes in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wredundant-decls in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wmissing-declarations in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wmissing-noreturn in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wshadow in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wendif-labels in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wstrict-aliasing=3 in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wwrite-strings in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wno-long-long in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wno-overlength-strings in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wno-unused-parameter in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wno-missing-field-initializers in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wno-unused-result in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wnested-externs in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wchar-subscripts in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wtype-limits in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wuninitialized in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -fno-common in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -fdiagnostics-show-option in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -fvisibility=hidden in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -ffunction-sections in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -fdata-sections in envvar CFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wl,--as-needed in envvar LDFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wl,--no-undefined in envvar LDFLAGS... yes checking if /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc supports flag -Wl,--gc-sections in envvar LDFLAGS... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating libkmod/docs/Makefile config.status: creating libkmod/docs/version.xml config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls kmod 29 ======= prefix: /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host sysconfdir: /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/etc libdir: ${exec_prefix}/lib rootlibdir: ${exec_prefix}/lib includedir: ${prefix}/include bindir: ${exec_prefix}/bin Bash completions dir: ${datarootdir}/bash-completion/completions compiler: /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/ccache /usr/bin/gcc cflags: -pipe -DANOTHER_BRICK_IN_THE -Wall -W -Wextra -Wno-inline -Wvla -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=3 -Wwrite-strings -Wno-long-long -Wno-overlength-strings -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wnested-externs -Wchar-subscripts -Wtype-limits -Wuninitialized -fno-common -fdiagnostics-show-option -fvisibility=hidden -ffunction-sections -fdata-sections -O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/include ldflags: -Wl,--as-needed -Wl,--no-undefined -Wl,--gc-sections -L/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib experimental features: no tools: yes python bindings: no logging: yes compression: zstd=yes xz=yes zlib=yes debug: no coverage: no doc: no man: no test-modules: yes features: +ZSTD +XZ +ZLIB -LIBCRYPTO -EXPERIMENTAL >>> host-kmod 29 Building PATH="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin:/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib/pkgconfig:/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/share/pkgconfig" /home/autobuild/make/make -C /nvmedata/autobuild/instance-2/output-1/build/host-kmod-29/ make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-kmod-29' /home/autobuild/make/make --no-print-directory all-recursive Making all in . CC tools/log.o CC tools/static-nodes.o CC tools/rmmod.o CC tools/depmod.o CC tools/modprobe.o CC tools/modinfo.o CC tools/lsmod.o CC tools/kmod.o CC libkmod/libkmod-signature.lo CC libkmod/libkmod-index.lo CC libkmod/libkmod-elf.lo CC shared/hash.lo CC shared/util.lo CC shared/strbuf.lo CC shared/scratchbuf.lo CC shared/array.lo CCLD shared/libshared.la CC libkmod/libkmod.lo CC libkmod/libkmod-file.lo CC libkmod/libkmod-builtin.lo CC libkmod/libkmod-config.lo CC libkmod/libkmod-list.lo CC libkmod/libkmod-module.lo CCLD libkmod/libkmod-internal.la CC tools/insmod.o CCLD tools/kmod GEN tools/depmod GEN tools/lsmod CCLD libkmod/libkmod.la GEN tools/insmod GEN tools/modprobe GEN libkmod/libkmod.pc GEN tools/modinfo GEN tools/rmmod Making all in libkmod/docs make[3]: Nothing to be done for 'all'. make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-kmod-29' >>> host-kmod 29 Installing to host directory PATH="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin:/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib/pkgconfig:/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/share/pkgconfig" /home/autobuild/make/make install -C /nvmedata/autobuild/instance-2/output-1/build/host-kmod-29/ make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/host-kmod-29' Making install in . /usr/bin/mkdir -p '/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libkmod/libkmod.la '/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib' libtool: install: /usr/bin/install -c libkmod/.libs/libkmod.so.2.3.7 /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib/libkmod.so.2.3.7 libtool: install: (cd /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib && { ln -s -f libkmod.so.2.3.7 libkmod.so.2 || { rm -f libkmod.so.2 && ln -s libkmod.so.2.3.7 libkmod.so.2; }; }) libtool: install: (cd /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib && { ln -s -f libkmod.so.2.3.7 libkmod.so || { rm -f libkmod.so && ln -s libkmod.so.2.3.7 libkmod.so; }; }) libtool: install: /usr/bin/install -c libkmod/.libs/libkmod.lai /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib/libkmod.la libtool: finish: PATH="/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin:/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c tools/kmod '/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin' libtool: install: /usr/bin/install -c tools/kmod /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/bin/kmod /home/autobuild/make/make --no-print-directory install-exec-hook if test "/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib" != "/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib"; then \ /usr/bin/mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib && \ so_img_name=$(readlink /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib/libkmod.so) && \ so_img_rel_target_prefix=$(echo /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib | sed 's,\(^/\|\)[^/][^/]*,..,g') && \ ln -sf $so_img_rel_target_prefix/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib/$so_img_name /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib/libkmod.so && \ mv /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib/libkmod.so.* /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib; \ fi /usr/bin/mkdir -p '/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/include' /usr/bin/install -c -m 644 libkmod/libkmod.h '/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/include' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib/pkgconfig' /usr/bin/install -c -m 644 libkmod/libkmod.pc '/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/lib/pkgconfig' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/share/bash-completion/completions' /usr/bin/install -c -m 644 shell-completion/bash/kmod '/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/share/bash-completion/completions' Making install in libkmod/docs make[3]: Nothing to be done for 'install-data-am'. make[3]: Nothing to be done for 'install-exec-am'. make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/host-kmod-29' mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/sbin/ ln -sf ../bin/kmod /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/sbin/depmod mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target >>> linux-firmware 20220310 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-2/output-1/build/.linux-firmware-20220310.tar.xz.1W4wx0/output' 'https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-20220310.tar.xz' --2022-10-15 10:59:57-- https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-20220310.tar.xz Resolving cdn.kernel.org (cdn.kernel.org)... 151.101.1.176, 151.101.65.176, 151.101.129.176, ... Connecting to cdn.kernel.org (cdn.kernel.org)|151.101.1.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 237571732 (227M) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-2/output-1/build/.linux-firmware-20220310.tar.xz.1W4wx0/output' 0K .......... .......... .......... .......... .......... 0% 6.70M 34s 50K .......... .......... .......... .......... .......... 0% 15.5M 24s 100K .......... .......... .......... .......... .......... 0% 77.0M 17s 150K .......... .......... .......... .......... .......... 0% 88.2M 13s 200K .......... .......... .......... .......... .......... 0% 19.7M 13s 250K .......... .......... .......... .......... .......... 0% 65.1M 11s 300K .......... .......... .......... .......... .......... 0% 89.2M 10s 350K .......... .......... .......... .......... .......... 0% 52.6M 9s 400K .......... .......... .......... .......... .......... 0% 123M 9s 450K .......... .......... .......... .......... .......... 0% 52.1M 8s 500K .......... .......... .......... .......... .......... 0% 129M 8s 550K .......... .......... .......... .......... .......... 0% 65.7M 7s 600K .......... .......... .......... .......... .......... 0% 92.6M 7s 650K .......... .......... .......... .......... .......... 0% 66.1M 7s 700K .......... .......... .......... .......... .......... 0% 3.46M 11s 750K .......... .......... .......... .......... .......... 0% 285M 10s 800K .......... .......... .......... .......... .......... 0% 244M 9s 850K .......... .......... .......... .......... .......... 0% 259M 9s 900K .......... .......... .......... .......... .......... 0% 257M 8s 950K .......... .......... .......... .......... .......... 0% 242M 8s 1000K .......... .......... .......... .......... .......... 0% 260M 8s 1050K .......... .......... .......... .......... .......... 0% 307M 7s 1100K .......... .......... .......... .......... .......... 0% 311M 7s 1150K .......... .......... .......... .......... .......... 0% 306M 7s 1200K .......... .......... .......... .......... .......... 0% 273M 7s 1250K .......... .......... .......... .......... .......... 0% 310M 6s 1300K .......... .......... .......... .......... .......... 0% 309M 6s 1350K .......... .......... .......... .......... .......... 0% 302M 6s 1400K .......... .......... .......... .......... .......... 0% 248M 6s 1450K .......... .......... .......... .......... .......... 0% 314M 6s 1500K .......... .......... .......... .......... .......... 0% 297M 5s 1550K .......... .......... .......... .......... .......... 0% 310M 5s 1600K .......... .......... .......... .......... .......... 0% 275M 5s 1650K .......... .......... .......... .......... .......... 0% 297M 5s 1700K .......... .......... .......... .......... .......... 0% 285M 5s 1750K .......... .......... .......... .......... .......... 0% 300M 5s 1800K .......... .......... .......... .......... .......... 0% 270M 5s 1850K .......... .......... .......... .......... .......... 0% 319M 5s 1900K .......... .......... .......... .......... .......... 0% 124M 5s 1950K .......... .......... .......... .......... .......... 0% 65.3M 5s 2000K .......... .......... .......... .......... .......... 0% 79.9M 4s 2050K .......... .......... .......... .......... .......... 0% 58.9M 4s 2100K .......... .......... .......... .......... .......... 0% 87.9M 4s 2150K .......... .......... .......... .......... .......... 0% 70.4M 4s 2200K .......... .......... .......... .......... .......... 0% 54.3M 4s 2250K .......... .......... .......... .......... .......... 0% 85.6M 4s 2300K .......... .......... .......... .......... .......... 1% 63.2M 4s 2350K .......... .......... .......... .......... .......... 1% 75.9M 4s 2400K .......... .......... .......... .......... .......... 1% 66.1M 4s 2450K .......... .......... .......... .......... .......... 1% 116M 4s 2500K .......... .......... .......... .......... .......... 1% 66.2M 4s 2550K .......... .......... .......... .......... .......... 1% 96.5M 4s 2600K .......... .......... .......... .......... .......... 1% 67.6M 4s 2650K .......... .......... .......... .......... .......... 1% 61.9M 4s 2700K .......... .......... .......... .......... .......... 1% 129M 4s 2750K .......... .......... .......... .......... .......... 1% 81.8M 4s 2800K .......... .......... .......... .......... .......... 1% 93.8M 4s 2850K .......... .......... .......... .......... .......... 1% 87.6M 4s 2900K .......... .......... .......... .......... .......... 1% 87.0M 4s 2950K .......... .......... .......... .......... .......... 1% 87.7M 4s 3000K .......... .......... .......... .......... .......... 1% 54.4M 4s 3050K .......... .......... .......... .......... .......... 1% 116M 4s 3100K .......... .......... .......... .......... .......... 1% 70.4M 4s 3150K .......... .......... .......... .......... .......... 1% 132M 4s 3200K .......... .......... .......... .......... .......... 1% 63.8M 4s 3250K .......... .......... .......... .......... .......... 1% 66.3M 4s 3300K .......... .......... .......... .......... .......... 1% 133M 4s 3350K .......... .......... .......... .......... .......... 1% 66.2M 4s 3400K .......... .......... .......... .......... .......... 1% 67.3M 4s 3450K .......... .......... .......... .......... .......... 1% 75.7M 4s 3500K .......... .......... .......... .......... .......... 1% 97.8M 4s 3550K .......... .......... .......... .......... .......... 1% 86.6M 4s 3600K .......... .......... .......... .......... .......... 1% 111M 4s 3650K .......... .......... .......... .......... .......... 1% 71.6M 4s 3700K .......... .......... .......... .......... .......... 1% 113M 4s 3750K .......... .......... .......... .......... .......... 1% 68.6M 4s 3800K .......... .......... .......... .......... .......... 1% 69.1M 4s 3850K .......... .......... .......... .......... .......... 1% 89.0M 4s 3900K .......... .......... .......... .......... .......... 1% 108M 4s 3950K .......... .......... .......... .......... .......... 1% 73.9M 4s 4000K .......... .......... .......... .......... .......... 1% 84.2M 4s 4050K .......... .......... .......... .......... .......... 1% 81.9M 4s 4100K .......... .......... .......... .......... .......... 1% 88.3M 4s 4150K .......... .......... .......... .......... .......... 1% 99.5M 4s 4200K .......... .......... .......... .......... .......... 1% 64.1M 4s 4250K .......... .......... .......... .......... .......... 1% 89.6M 4s 4300K .......... .......... .......... .......... .......... 1% 93.1M 4s 4350K .......... .......... .......... .......... .......... 1% 85.1M 4s 4400K .......... .......... .......... .......... .......... 1% 82.4M 4s 4450K .......... .......... .......... .......... .......... 1% 85.8M 4s 4500K .......... .......... .......... .......... .......... 1% 110M 4s 4550K .......... .......... .......... .......... .......... 1% 74.6M 4s 4600K .......... .......... .......... .......... .......... 2% 68.3M 4s 4650K .......... .......... .......... .......... .......... 2% 59.3M 4s 4700K .......... .......... .......... .......... .......... 2% 138M 3s 4750K .......... .......... .......... .......... .......... 2% 66.1M 3s 4800K .......... .......... .......... .......... .......... 2% 122M 3s 4850K .......... .......... .......... .......... .......... 2% 89.0M 3s 4900K .......... .......... .......... .......... .......... 2% 86.4M 3s 4950K .......... .......... .......... .......... .......... 2% 88.2M 3s 5000K .......... .......... .......... .......... .......... 2% 54.7M 3s 5050K .......... .......... .......... .......... .......... 2% 132M 3s 5100K .......... .......... .......... .......... .......... 2% 66.4M 3s 5150K .......... .......... .......... .......... .......... 2% 85.8M 3s 5200K .......... .......... .......... .......... .......... 2% 53.8M 3s 5250K .......... .......... .......... .......... .......... 2% 135M 3s 5300K .......... .......... .......... .......... .......... 2% 66.4M 3s 5350K .......... .......... .......... .......... .......... 2% 132M 3s 5400K .......... .......... .......... .......... .......... 2% 52.2M 3s 5450K .......... .......... .......... .......... .......... 2% 87.9M 3s 5500K .......... .......... .......... .......... .......... 2% 115M 3s 5550K .......... .......... .......... .......... .......... 2% 71.3M 3s 5600K .......... .......... .......... .......... .......... 2% 84.2M 3s 5650K .......... .......... .......... .......... .......... 2% 119M 3s 5700K .......... .......... .......... .......... .......... 2% 70.3M 3s 5750K .......... .......... .......... .......... .......... 2% 88.0M 3s 5800K .......... .......... .......... .......... .......... 2% 91.8M 3s 5850K .......... .......... .......... .......... .......... 2% 66.1M 3s 5900K .......... .......... .......... .......... .......... 2% 87.4M 3s 5950K .......... .......... .......... .......... .......... 2% 132M 3s 6000K .......... .......... .......... .......... .......... 2% 78.7M 3s 6050K .......... .......... .......... .......... .......... 2% 96.7M 3s 6100K .......... .......... .......... .......... .......... 2% 87.8M 3s 6150K .......... .......... .......... .......... .......... 2% 87.7M 3s 6200K .......... .......... .......... .......... .......... 2% 83.3M 3s 6250K .......... .......... .......... .......... .......... 2% 71.0M 3s 6300K .......... .......... .......... .......... .......... 2% 115M 3s 6350K .......... .......... .......... .......... .......... 2% 71.5M 3s 6400K .......... .......... .......... .......... .......... 2% 85.2M 3s 6450K .......... .......... .......... .......... .......... 2% 116M 3s 6500K .......... .......... .......... .......... .......... 2% 87.7M 3s 6550K .......... .......... .......... .......... .......... 2% 96.0M 3s 6600K .......... .......... .......... .......... .......... 2% 68.7M 3s 6650K .......... .......... .......... .......... .......... 2% 87.6M 3s 6700K .......... .......... .......... .......... .......... 2% 87.7M 3s 6750K .......... .......... .......... .......... .......... 2% 131M 3s 6800K .......... .......... .......... .......... .......... 2% 64.3M 3s 6850K .......... .......... .......... .......... .......... 2% 87.0M 3s 6900K .......... .......... .......... .......... .......... 2% 110M 3s 6950K .......... .......... .......... .......... .......... 3% 74.0M 3s 7000K .......... .......... .......... .......... .......... 3% 67.9M 3s 7050K .......... .......... .......... .......... .......... 3% 131M 3s 7100K .......... .......... .......... .......... .......... 3% 88.5M 3s 7150K .......... .......... .......... .......... .......... 3% 131M 3s 7200K .......... .......... .......... .......... .......... 3% 85.3M 3s 7250K .......... .......... .......... .......... .......... 3% 87.4M 3s 7300K .......... .......... .......... .......... .......... 3% 87.7M 3s 7350K .......... .......... .......... .......... .......... 3% 87.3M 3s 7400K .......... .......... .......... .......... .......... 3% 30.4M 3s 7450K .......... .......... .......... .......... .......... 3% 81.8M 3s 7500K .......... .......... .......... .......... .......... 3% 92.0M 3s 7550K .......... .......... .......... .......... .......... 3% 89.5M 3s 7600K .......... .......... .......... .......... .......... 3% 81.1M 3s 7650K .......... .......... .......... .......... .......... 3% 90.7M 3s 7700K .......... .......... .......... .......... .......... 3% 65.2M 3s 7750K .......... .......... .......... .......... .......... 3% 135M 3s 7800K .......... .......... .......... .......... .......... 3% 68.3M 3s 7850K .......... .......... .......... .......... .......... 3% 87.9M 3s 7900K .......... .......... .......... .......... .......... 3% 88.4M 3s 7950K .......... .......... .......... .......... .......... 3% 87.8M 3s 8000K .......... .......... .......... .......... .......... 3% 124M 3s 8050K .......... .......... .......... .......... .......... 3% 64.4M 3s 8100K .......... .......... .......... .......... .......... 3% 134M 3s 8150K .......... .......... .......... .......... .......... 3% 76.1M 3s 8200K .......... .......... .......... .......... .......... 3% 79.2M 3s 8250K .......... .......... .......... .......... .......... 3% 87.4M 3s 8300K .......... .......... .......... .......... .......... 3% 109M 3s 8350K .......... .......... .......... .......... .......... 3% 74.8M 3s 8400K .......... .......... .......... .......... .......... 3% 62.2M 3s 8450K .......... .......... .......... .......... .......... 3% 90.3M 3s 8500K .......... .......... .......... .......... .......... 3% 105M 3s 8550K .......... .......... .......... .......... .......... 3% 105M 3s 8600K .......... .......... .......... .......... .......... 3% 86.7M 3s 8650K .......... .......... .......... .......... .......... 3% 68.4M 3s 8700K .......... .......... .......... .......... .......... 3% 91.5M 3s 8750K .......... .......... .......... .......... .......... 3% 130M 3s 8800K .......... .......... .......... .......... .......... 3% 86.0M 3s 8850K .......... .......... .......... .......... .......... 3% 117M 3s 8900K .......... .......... .......... .......... .......... 3% 96.3M 3s 8950K .......... .......... .......... .......... .......... 3% 86.1M 3s 9000K .......... .......... .......... .......... .......... 3% 84.3M 3s 9050K .......... .......... .......... .......... .......... 3% 70.9M 3s 9100K .......... .......... .......... .......... .......... 3% 88.3M 3s 9150K .......... .......... .......... .......... .......... 3% 87.3M 3s 9200K .......... .......... .......... .......... .......... 3% 81.9M 3s 9250K .......... .......... .......... .......... .......... 4% 131M 3s 9300K .......... .......... .......... .......... .......... 4% 88.9M 3s 9350K .......... .......... .......... .......... .......... 4% 87.7M 3s 9400K .......... .......... .......... .......... .......... 4% 68.9M 3s 9450K .......... .......... .......... .......... .......... 4% 104M 3s 9500K .......... .......... .......... .......... .......... 4% 108M 3s 9550K .......... .......... .......... .......... .......... 4% 109M 3s 9600K .......... .......... .......... .......... .......... 4% 83.2M 3s 9650K .......... .......... .......... .......... .......... 4% 100M 3s 9700K .......... .......... .......... .......... .......... 4% 110M 3s 9750K .......... .......... .......... .......... .......... 4% 103M 3s 9800K .......... .......... .......... .......... .......... 4% 69.0M 3s 9850K .......... .......... .......... .......... .......... 4% 89.6M 3s 9900K .......... .......... .......... .......... .......... 4% 85.8M 3s 9950K .......... .......... .......... .......... .......... 4% 120M 3s 10000K .......... .......... .......... .......... .......... 4% 91.7M 3s 10050K .......... .......... .......... .......... .......... 4% 66.3M 3s 10100K .......... .......... .......... .......... .......... 4% 134M 3s 10150K .......... .......... .......... .......... .......... 4% 87.1M 3s 10200K .......... .......... .......... .......... .......... 4% 68.7M 3s 10250K .......... .......... .......... .......... .......... 4% 131M 3s 10300K .......... .......... .......... .......... .......... 4% 87.7M 3s 10350K .......... .......... .......... .......... .......... 4% 116M 3s 10400K .......... .......... .......... .......... .......... 4% 92.4M 3s 10450K .......... .......... .......... .......... .......... 4% 87.9M 3s 10500K .......... .......... .......... .......... .......... 4% 116M 3s 10550K .......... .......... .......... .......... .......... 4% 85.1M 3s 10600K .......... .......... .......... .......... .......... 4% 58.6M 3s 10650K .......... .......... .......... .......... .......... 4% 133M 3s 10700K .......... .......... .......... .......... .......... 4% 87.6M 3s 10750K .......... .......... .......... .......... .......... 4% 88.1M 3s 10800K .......... .......... .......... .......... .......... 4% 125M 3s 10850K .......... .......... .......... .......... .......... 4% 83.8M 3s 10900K .......... .......... .......... .......... .......... 4% 89.1M 3s 10950K .......... .......... .......... .......... .......... 4% 86.9M 3s 11000K .......... .......... .......... .......... .......... 4% 94.1M 3s 11050K .......... .......... .......... .......... .......... 4% 88.4M 3s 11100K .......... .......... .......... .......... .......... 4% 133M 3s 11150K .......... .......... .......... .......... .......... 4% 87.3M 3s 11200K .......... .......... .......... .......... .......... 4% 83.4M 3s 11250K .......... .......... .......... .......... .......... 4% 134M 3s 11300K .......... .......... .......... .......... .......... 4% 88.3M 3s 11350K .......... .......... .......... .......... .......... 4% 103M 3s 11400K .......... .......... .......... .......... .......... 4% 80.1M 3s 11450K .......... .......... .......... .......... .......... 4% 88.4M 3s 11500K .......... .......... .......... .......... .......... 4% 87.3M 3s 11550K .......... .......... .......... .......... .......... 4% 107M 3s 11600K .......... .......... .......... .......... .......... 5% 70.7M 3s 11650K .......... .......... .......... .......... .......... 5% 88.5M 3s 11700K .......... .......... .......... .......... .......... 5% 132M 3s 11750K .......... .......... .......... .......... .......... 5% 87.2M 3s 11800K .......... .......... .......... .......... .......... 5% 92.6M 3s 11850K .......... .......... .......... .......... .......... 5% 66.6M 3s 11900K .......... .......... .......... .......... .......... 5% 135M 3s 11950K .......... .......... .......... .......... .......... 5% 65.6M 3s 12000K .......... .......... .......... .......... .......... 5% 83.7M 3s 12050K .......... .......... .......... .......... .......... 5% 90.0M 3s 12100K .......... .......... .......... .......... .......... 5% 88.9M 3s 12150K .......... .......... .......... .......... .......... 5% 86.8M 3s 12200K .......... .......... .......... .......... .......... 5% 53.7M 3s 12250K .......... .......... .......... .......... .......... 5% 132M 3s 12300K .......... .......... .......... .......... .......... 5% 87.1M 3s 12350K .......... .......... .......... .......... .......... 5% 107M 3s 12400K .......... .......... .......... .......... .......... 5% 71.3M 3s 12450K .......... .......... .......... .......... .......... 5% 91.4M 3s 12500K .......... .......... .......... .......... .......... 5% 130M 3s 12550K .......... .......... .......... .......... .......... 5% 89.1M 3s 12600K .......... .......... .......... .......... .......... 5% 66.5M 3s 12650K .......... .......... .......... .......... .......... 5% 89.9M 3s 12700K .......... .......... .......... .......... .......... 5% 133M 3s 12750K .......... .......... .......... .......... .......... 5% 88.3M 3s 12800K .......... .......... .......... .......... .......... 5% 80.3M 3s 12850K .......... .......... .......... .......... .......... 5% 89.6M 3s 12900K .......... .......... .......... .......... .......... 5% 87.2M 3s 12950K .......... .......... .......... .......... .......... 5% 111M 3s 13000K .......... .......... .......... .......... .......... 5% 72.8M 3s 13050K .......... .......... .......... .......... .......... 5% 70.6M 3s 13100K .......... .......... .......... .......... .......... 5% 131M 3s 13150K .......... .......... .......... .......... .......... 5% 80.3M 3s 13200K .......... .......... .......... .......... .......... 5% 68.8M 3s 13250K .......... .......... .......... .......... .......... 5% 134M 3s 13300K .......... .......... .......... .......... .......... 5% 86.7M 3s 13350K .......... .......... .......... .......... .......... 5% 88.4M 3s 13400K .......... .......... .......... .......... .......... 5% 91.7M 3s 13450K .......... .......... .......... .......... .......... 5% 88.5M 3s 13500K .......... .......... .......... .......... .......... 5% 87.8M 3s 13550K .......... .......... .......... .......... .......... 5% 114M 3s 13600K .......... .......... .......... .......... .......... 5% 93.1M 3s 13650K .......... .......... .......... .......... .......... 5% 88.2M 3s 13700K .......... .......... .......... .......... .......... 5% 88.8M 3s 13750K .......... .......... .......... .......... .......... 5% 115M 3s 13800K .......... .......... .......... .......... .......... 5% 73.3M 3s 13850K .......... .......... .......... .......... .......... 5% 80.1M 3s 13900K .......... .......... .......... .......... .......... 6% 70.5M 3s 13950K .......... .......... .......... .......... .......... 6% 134M 3s 14000K .......... .......... .......... .......... .......... 6% 78.2M 3s 14050K .......... .......... .......... .......... .......... 6% 98.7M 3s 14100K .......... .......... .......... .......... .......... 6% 115M 3s 14150K .......... .......... .......... .......... .......... 6% 70.7M 3s 14200K .......... .......... .......... .......... .......... 6% 92.0M 3s 14250K .......... .......... .......... .......... .......... 6% 87.3M 3s 14300K .......... .......... .......... .......... .......... 6% 88.3M 3s 14350K .......... .......... .......... .......... .......... 6% 116M 3s 14400K .......... .......... .......... .......... .......... 6% 68.9M 3s 14450K .......... .......... .......... .......... .......... 6% 133M 3s 14500K .......... .......... .......... .......... .......... 6% 87.4M 3s 14550K .......... .......... .......... .......... .......... 6% 87.6M 3s 14600K .......... .......... .......... .......... .......... 6% 91.7M 3s 14650K .......... .......... .......... .......... .......... 6% 80.5M 3s 14700K .......... .......... .......... .......... .......... 6% 97.2M 3s 14750K .......... .......... .......... .......... .......... 6% 87.4M 3s 14800K .......... .......... .......... .......... .......... 6% 84.4M 3s 14850K .......... .......... .......... .......... .......... 6% 88.9M 3s 14900K .......... .......... .......... .......... .......... 6% 88.5M 3s 14950K .......... .......... .......... .......... .......... 6% 79.1M 3s 15000K .......... .......... .......... .......... .......... 6% 73.7M 3s 15050K .......... .......... .......... .......... .......... 6% 88.2M 3s 15100K .......... .......... .......... .......... .......... 6% 87.2M 3s 15150K .......... .......... .......... .......... .......... 6% 88.4M 3s 15200K .......... .......... .......... .......... .......... 6% 85.1M 3s 15250K .......... .......... .......... .......... .......... 6% 80.5M 3s 15300K .......... .......... .......... .......... .......... 6% 96.1M 3s 15350K .......... .......... .......... .......... .......... 6% 80.9M 3s 15400K .......... .......... .......... .......... .......... 6% 56.5M 3s 15450K .......... .......... .......... .......... .......... 6% 119M 3s 15500K .......... .......... .......... .......... .......... 6% 70.7M 3s 15550K .......... .......... .......... .......... .......... 6% 88.1M 3s 15600K .......... .......... .......... .......... .......... 6% 76.9M 3s 15650K .......... .......... .......... .......... .......... 6% 69.5M 3s 15700K .......... .......... .......... .......... .......... 6% 65.9M 3s 15750K .......... .......... .......... .......... .......... 6% 128M 3s 15800K .......... .......... .......... .......... .......... 6% 62.9M 3s 15850K .......... .......... .......... .......... .......... 6% 103M 3s 15900K .......... .......... .......... .......... .......... 6% 88.0M 3s 15950K .......... .......... .......... .......... .......... 6% 134M 3s 16000K .......... .......... .......... .......... .......... 6% 61.9M 3s 16050K .......... .......... .......... .......... .......... 6% 93.1M 3s 16100K .......... .......... .......... .......... .......... 6% 66.1M 3s 16150K .......... .......... .......... .......... .......... 6% 65.8M 3s 16200K .......... .......... .......... .......... .......... 7% 54.2M 3s 16250K .......... .......... .......... .......... .......... 7% 65.6M 3s 16300K .......... .......... .......... .......... .......... 7% 131M 3s 16350K .......... .......... .......... .......... .......... 7% 62.4M 3s 16400K .......... .......... .......... .......... .......... 7% 92.8M 3s 16450K .......... .......... .......... .......... .......... 7% 81.4M 3s 16500K .......... .......... .......... .......... .......... 7% 96.3M 3s 16550K .......... .......... .......... .......... .......... 7% 87.7M 3s 16600K .......... .......... .......... .......... .......... 7% 63.2M 3s 16650K .......... .......... .......... .......... .......... 7% 70.7M 3s 16700K .......... .......... .......... .......... .......... 7% 116M 3s 16750K .......... .......... .......... .......... .......... 7% 66.0M 3s 16800K .......... .......... .......... .......... .......... 7% 68.5M 3s 16850K .......... .......... .......... .......... .......... 7% 89.0M 3s 16900K .......... .......... .......... .......... .......... 7% 61.2M 3s 16950K .......... .......... .......... .......... .......... 7% 98.0M 3s 17000K .......... .......... .......... .......... .......... 7% 67.8M 3s 17050K .......... .......... .......... .......... .......... 7% 64.8M 3s 17100K .......... .......... .......... .......... .......... 7% 133M 3s 17150K .......... .......... .......... .......... .......... 7% 65.3M 3s 17200K .......... .......... .......... .......... .......... 7% 117M 3s 17250K .......... .......... .......... .......... .......... 7% 65.9M 3s 17300K .......... .......... .......... .......... .......... 7% 107M 3s 17350K .......... .......... .......... .......... .......... 7% 60.1M 3s 17400K .......... .......... .......... .......... .......... 7% 69.8M 3s 17450K .......... .......... .......... .......... .......... 7% 86.9M 3s 17500K .......... .......... .......... .......... .......... 7% 66.2M 3s 17550K .......... .......... .......... .......... .......... 7% 89.3M 3s 17600K .......... .......... .......... .......... .......... 7% 62.0M 3s 17650K .......... .......... .......... .......... .......... 7% 66.2M 3s 17700K .......... .......... .......... .......... .......... 7% 134M 3s 17750K .......... .......... .......... .......... .......... 7% 66.5M 3s 17800K .......... .......... .......... .......... .......... 7% 94.1M 3s 17850K .......... .......... .......... .......... .......... 7% 65.4M 3s 17900K .......... .......... .......... .......... .......... 7% 26.4M 3s 17950K .......... .......... .......... .......... .......... 7% 104M 3s 18000K .......... .......... .......... .......... .......... 7% 57.7M 3s 18050K .......... .......... .......... .......... .......... 7% 87.8M 3s 18100K .......... .......... .......... .......... .......... 7% 80.5M 3s 18150K .......... .......... .......... .......... .......... 7% 69.7M 3s 18200K .......... .......... .......... .......... .......... 7% 94.1M 3s 18250K .......... .......... .......... .......... .......... 7% 87.3M 3s 18300K .......... .......... .......... .......... .......... 7% 115M 3s 18350K .......... .......... .......... .......... .......... 7% 32.4M 3s 18400K .......... .......... .......... .......... .......... 7% 84.3M 3s 18450K .......... .......... .......... .......... .......... 7% 133M 3s 18500K .......... .......... .......... .......... .......... 7% 66.4M 3s 18550K .......... .......... .......... .......... .......... 8% 129M 3s 18600K .......... .......... .......... .......... .......... 8% 67.9M 3s 18650K .......... .......... .......... .......... .......... 8% 62.2M 3s 18700K .......... .......... .......... .......... .......... 8% 98.1M 3s 18750K .......... .......... .......... .......... .......... 8% 65.4M 3s 18800K .......... .......... .......... .......... .......... 8% 79.7M 3s 18850K .......... .......... .......... .......... .......... 8% 90.4M 3s 18900K .......... .......... .......... .......... .......... 8% 109M 3s 18950K .......... .......... .......... .......... .......... 8% 74.0M 3s 19000K .......... .......... .......... .......... .......... 8% 69.1M 3s 19050K .......... .......... .......... .......... .......... 8% 130M 3s 19100K .......... .......... .......... .......... .......... 8% 67.5M 3s 19150K .......... .......... .......... .......... .......... 8% 65.5M 3s 19200K .......... .......... .......... .......... .......... 8% 82.1M 3s 19250K .......... .......... .......... .......... .......... 8% 110M 3s 19300K .......... .......... .......... .......... .......... 8% 73.3M 3s 19350K .......... .......... .......... .......... .......... 8% 130M 3s 19400K .......... .......... .......... .......... .......... 8% 70.9M 3s 19450K .......... .......... .......... .......... .......... 8% 87.1M 3s 19500K .......... .......... .......... .......... .......... 8% 89.3M 3s 19550K .......... .......... .......... .......... .......... 8% 87.4M 3s 19600K .......... .......... .......... .......... .......... 8% 63.3M 3s 19650K .......... .......... .......... .......... .......... 8% 134M 3s 19700K .......... .......... .......... .......... .......... 8% 66.5M 3s 19750K .......... .......... .......... .......... .......... 8% 133M 3s 19800K .......... .......... .......... .......... .......... 8% 53.7M 3s 19850K .......... .......... .......... .......... .......... 8% 65.7M 3s 19900K .......... .......... .......... .......... .......... 8% 86.2M 3s 19950K .......... .......... .......... .......... .......... 8% 67.6M 3s 20000K .......... .......... .......... .......... .......... 8% 118M 3s 20050K .......... .......... .......... .......... .......... 8% 65.5M 3s 20100K .......... .......... .......... .......... .......... 8% 67.6M 3s 20150K .......... .......... .......... .......... .......... 8% 85.7M 3s 20200K .......... .......... .......... .......... .......... 8% 50.1M 3s 20250K .......... .......... .......... .......... .......... 8% 104M 3s 20300K .......... .......... .......... .......... .......... 8% 66.4M 3s 20350K .......... .......... .......... .......... .......... 8% 128M 3s 20400K .......... .......... .......... .......... .......... 8% 51.2M 3s 20450K .......... .......... .......... .......... .......... 8% 66.4M 3s 20500K .......... .......... .......... .......... .......... 8% 130M 3s 20550K .......... .......... .......... .......... .......... 8% 65.5M 3s 20600K .......... .......... .......... .......... .......... 8% 70.7M 3s 20650K .......... .......... .......... .......... .......... 8% 65.3M 3s 20700K .......... .......... .......... .......... .......... 8% 109M 3s 20750K .......... .......... .......... .......... .......... 8% 58.1M 3s 20800K .......... .......... .......... .......... .......... 8% 51.6M 3s 20850K .......... .......... .......... .......... .......... 9% 133M 3s 20900K .......... .......... .......... .......... .......... 9% 52.9M 3s 20950K .......... .......... .......... .......... .......... 9% 132M 3s 21000K .......... .......... .......... .......... .......... 9% 63.5M 3s 21050K .......... .......... .......... .......... .......... 9% 71.7M 3s 21100K .......... .......... .......... .......... .......... 9% 112M 3s 21150K .......... .......... .......... .......... .......... 9% 56.0M 3s 21200K .......... .......... .......... .......... .......... 9% 125M 3s 21250K .......... .......... .......... .......... .......... 9% 52.9M 3s 21300K .......... .......... .......... .......... .......... 9% 131M 3s 21350K .......... .......... .......... .......... .......... 9% 66.4M 3s 21400K .......... .......... .......... .......... .......... 9% 54.4M 3s 21450K .......... .......... .......... .......... .......... 9% 85.7M 3s 21500K .......... .......... .......... .......... .......... 9% 66.3M 3s 21550K .......... .......... .......... .......... .......... 9% 89.0M 3s 21600K .......... .......... .......... .......... .......... 9% 67.0M 3s 21650K .......... .......... .......... .......... .......... 9% 115M 3s 21700K .......... .......... .......... .......... .......... 9% 64.8M 3s 21750K .......... .......... .......... .......... .......... 9% 143M 3s 21800K .......... .......... .......... .......... .......... 9% 53.9M 3s 21850K .......... .......... .......... .......... .......... 9% 57.1M 3s 21900K .......... .......... .......... .......... .......... 9% 134M 3s 21950K .......... .......... .......... .......... .......... 9% 63.1M 3s 22000K .......... .......... .......... .......... .......... 9% 108M 3s 22050K .......... .......... .......... .......... .......... 9% 57.9M 3s 22100K .......... .......... .......... .......... .......... 9% 59.3M 3s 22150K .......... .......... .......... .......... .......... 9% 133M 3s 22200K .......... .......... .......... .......... .......... 9% 55.6M 3s 22250K .......... .......... .......... .......... .......... 9% 131M 3s 22300K .......... .......... .......... .......... .......... 9% 79.0M 3s 22350K .......... .......... .......... .......... .......... 9% 90.5M 3s 22400K .......... .......... .......... .......... .......... 9% 50.3M 3s 22450K .......... .......... .......... .......... .......... 9% 66.6M 3s 22500K .......... .......... .......... .......... .......... 9% 90.5M 3s 22550K .......... .......... .......... .......... .......... 9% 77.7M 3s 22600K .......... .......... .......... .......... .......... 9% 84.4M 3s 22650K .......... .......... .......... .......... .......... 9% 70.5M 3s 22700K .......... .......... .......... .......... .......... 9% 66.8M 3s 22750K .......... .......... .......... .......... .......... 9% 125M 3s 22800K .......... .......... .......... .......... .......... 9% 62.8M 3s 22850K .......... .......... .......... .......... .......... 9% 143M 3s 22900K .......... .......... .......... .......... .......... 9% 66.2M 3s 22950K .......... .......... .......... .......... .......... 9% 133M 3s 23000K .......... .......... .......... .......... .......... 9% 67.7M 3s 23050K .......... .......... .......... .......... .......... 9% 65.4M 3s 23100K .......... .......... .......... .......... .......... 9% 128M 3s 23150K .......... .......... .......... .......... .......... 9% 67.9M 3s 23200K .......... .......... .......... .......... .......... 10% 103M 3s 23250K .......... .......... .......... .......... .......... 10% 71.7M 3s 23300K .......... .......... .......... .......... .......... 10% 66.5M 3s 23350K .......... .......... .......... .......... .......... 10% 134M 3s 23400K .......... .......... .......... .......... .......... 10% 64.3M 3s 23450K .......... .......... .......... .......... .......... 10% 70.5M 3s 23500K .......... .......... .......... .......... .......... 10% 86.7M 3s 23550K .......... .......... .......... .......... .......... 10% 117M 3s 23600K .......... .......... .......... .......... .......... 10% 60.6M 3s 23650K .......... .......... .......... .......... .......... 10% 104M 3s 23700K .......... .......... .......... .......... .......... 10% 67.0M 3s 23750K .......... .......... .......... .......... .......... 10% 78.2M 3s 23800K .......... .......... .......... .......... .......... 10% 75.6M 3s 23850K .......... .......... .......... .......... .......... 10% 85.2M 3s 23900K .......... .......... .......... .......... .......... 10% 64.6M 3s 23950K .......... .......... .......... .......... .......... 10% 93.5M 3s 24000K .......... .......... .......... .......... .......... 10% 62.4M 3s 24050K .......... .......... .......... .......... .......... 10% 132M 3s 24100K .......... .......... .......... .......... .......... 10% 59.3M 3s 24150K .......... .......... .......... .......... .......... 10% 107M 3s 24200K .......... .......... .......... .......... .......... 10% 61.2M 3s 24250K .......... .......... .......... .......... .......... 10% 75.2M 3s 24300K .......... .......... .......... .......... .......... 10% 88.1M 3s 24350K .......... .......... .......... .......... .......... 10% 74.7M 3s 24400K .......... .......... .......... .......... .......... 10% 71.4M 3s 24450K .......... .......... .......... .......... .......... 10% 133M 3s 24500K .......... .......... .......... .......... .......... 10% 66.0M 3s 24550K .......... .......... .......... .......... .......... 10% 66.1M 3s 24600K .......... .......... .......... .......... .......... 10% 94.3M 3s 24650K .......... .......... .......... .......... .......... 10% 65.7M 3s 24700K .......... .......... .......... .......... .......... 10% 133M 3s 24750K .......... .......... .......... .......... .......... 10% 65.7M 3s 24800K .......... .......... .......... .......... .......... 10% 63.1M 3s 24850K .......... .......... .......... .......... .......... 10% 130M 3s 24900K .......... .......... .......... .......... .......... 10% 88.8M 3s 24950K .......... .......... .......... .......... .......... 10% 87.8M 3s 25000K .......... .......... .......... .......... .......... 10% 62.4M 3s 25050K .......... .......... .......... .......... .......... 10% 74.2M 3s 25100K .......... .......... .......... .......... .......... 10% 88.2M 3s 25150K .......... .......... .......... .......... .......... 10% 106M 3s 25200K .......... .......... .......... .......... .......... 10% 70.9M 3s 25250K .......... .......... .......... .......... .......... 10% 131M 3s 25300K .......... .......... .......... .......... .......... 10% 66.1M 3s 25350K .......... .......... .......... .......... .......... 10% 65.5M 3s 25400K .......... .......... .......... .......... .......... 10% 93.4M 3s 25450K .......... .......... .......... .......... .......... 10% 76.6M 3s 25500K .......... .......... .......... .......... .......... 11% 106M 3s 25550K .......... .......... .......... .......... .......... 11% 65.6M 3s 25600K .......... .......... .......... .......... .......... 11% 120M 3s 25650K .......... .......... .......... .......... .......... 11% 76.4M 3s 25700K .......... .......... .......... .......... .......... 11% 74.7M 3s 25750K .......... .......... .......... .......... .......... 11% 52.4M 3s 25800K .......... .......... .......... .......... .......... 11% 70.3M 3s 25850K .......... .......... .......... .......... .......... 11% 52.3M 3s 25900K .......... .......... .......... .......... .......... 11% 66.0M 3s 25950K .......... .......... .......... .......... .......... 11% 133M 3s 26000K .......... .......... .......... .......... .......... 11% 62.1M 3s 26050K .......... .......... .......... .......... .......... 11% 135M 3s 26100K .......... .......... .......... .......... .......... 11% 65.9M 3s 26150K .......... .......... .......... .......... .......... 11% 133M 3s 26200K .......... .......... .......... .......... .......... 11% 54.9M 3s 26250K .......... .......... .......... .......... .......... 11% 66.3M 3s 26300K .......... .......... .......... .......... .......... 11% 131M 3s 26350K .......... .......... .......... .......... .......... 11% 59.3M 3s 26400K .......... .......... .......... .......... .......... 11% 97.1M 3s 26450K .......... .......... .......... .......... .......... 11% 76.7M 3s 26500K .......... .......... .......... .......... .......... 11% 64.3M 3s 26550K .......... .......... .......... .......... .......... 11% 133M 3s 26600K .......... .......... .......... .......... .......... 11% 61.6M 3s 26650K .......... .......... .......... .......... .......... 11% 102M 3s 26700K .......... .......... .......... .......... .......... 11% 89.2M 3s 26750K .......... .......... .......... .......... .......... 11% 66.2M 3s 26800K .......... .......... .......... .......... .......... 11% 125M 3s 26850K .......... .......... .......... .......... .......... 11% 86.7M 3s 26900K .......... .......... .......... .......... .......... 11% 89.5M 3s 26950K .......... .......... .......... .......... .......... 11% 88.0M 3s 27000K .......... .......... .......... .......... .......... 11% 68.0M 3s 27050K .......... .......... .......... .......... .......... 11% 83.1M 3s 27100K .......... .......... .......... .......... .......... 11% 124M 3s 27150K .......... .......... .......... .......... .......... 11% 71.2M 3s 27200K .......... .......... .......... .......... .......... 11% 84.8M 3s 27250K .......... .......... .......... .......... .......... 11% 89.2M 3s 27300K .......... .......... .......... .......... .......... 11% 87.6M 3s 27350K .......... .......... .......... .......... .......... 11% 113M 3s 27400K .......... .......... .......... .......... .......... 11% 57.6M 3s 27450K .......... .......... .......... .......... .......... 11% 88.2M 3s 27500K .......... .......... .......... .......... .......... 11% 118M 3s 27550K .......... .......... .......... .......... .......... 11% 70.2M 3s 27600K .......... .......... .......... .......... .......... 11% 63.5M 3s 27650K .......... .......... .......... .......... .......... 11% 119M 3s 27700K .......... .......... .......... .......... .......... 11% 65.9M 3s 27750K .......... .......... .......... .......... .......... 11% 97.8M 3s 27800K .......... .......... .......... .......... .......... 12% 67.5M 3s 27850K .......... .......... .......... .......... .......... 12% 88.5M 3s 27900K .......... .......... .......... .......... .......... 12% 130M 3s 27950K .......... .......... .......... .......... .......... 12% 88.7M 3s 28000K .......... .......... .......... .......... .......... 12% 84.3M 3s 28050K .......... .......... .......... .......... .......... 12% 58.4M 3s 28100K .......... .......... .......... .......... .......... 12% 88.3M 3s 28150K .......... .......... .......... .......... .......... 12% 88.2M 3s 28200K .......... .......... .......... .......... .......... 12% 92.6M 3s 28250K .......... .......... .......... .......... .......... 12% 87.1M 3s 28300K .......... .......... .......... .......... .......... 12% 87.6M 3s 28350K .......... .......... .......... .......... .......... 12% 89.0M 3s 28400K .......... .......... .......... .......... .......... 12% 64.4M 3s 28450K .......... .......... .......... .......... .......... 12% 63.6M 3s 28500K .......... .......... .......... .......... .......... 12% 95.4M 3s 28550K .......... .......... .......... .......... .......... 12% 88.4M 3s 28600K .......... .......... .......... .......... .......... 12% 68.0M 3s 28650K .......... .......... .......... .......... .......... 12% 132M 3s 28700K .......... .......... .......... .......... .......... 12% 86.9M 3s 28750K .......... .......... .......... .......... .......... 12% 66.0M 3s 28800K .......... .......... .......... .......... .......... 12% 35.2M 3s 28850K .......... .......... .......... .......... .......... 12% 33.6M 3s 28900K .......... .......... .......... .......... .......... 12% 131M 3s 28950K .......... .......... .......... .......... .......... 12% 7.89M 3s 29000K .......... .......... .......... .......... .......... 12% 204M 3s 29050K .......... .......... .......... .......... .......... 12% 318M 3s 29100K .......... .......... .......... .......... .......... 12% 55.6M 3s 29150K .......... .......... .......... .......... .......... 12% 306M 3s 29200K .......... .......... .......... .......... .......... 12% 266M 3s 29250K .......... .......... .......... .......... .......... 12% 285M 3s 29300K .......... .......... .......... .......... .......... 12% 317M 3s 29350K .......... .......... .......... .......... .......... 12% 312M 3s 29400K .......... .......... .......... .......... .......... 12% 259M 3s 29450K .......... .......... .......... .......... .......... 12% 309M 3s 29500K .......... .......... .......... .......... .......... 12% 120M 3s 29550K .......... .......... .......... .......... .......... 12% 52.7M 3s 29600K .......... .......... .......... .......... .......... 12% 64.6M 3s 29650K .......... .......... .......... .......... .......... 12% 82.0M 3s 29700K .......... .......... .......... .......... .......... 12% 94.4M 3s 29750K .......... .......... .......... .......... .......... 12% 52.7M 3s 29800K .......... .......... .......... .......... .......... 12% 38.7M 3s 29850K .......... .......... .......... .......... .......... 12% 52.8M 3s 29900K .......... .......... .......... .......... .......... 12% 87.3M 3s 29950K .......... .......... .......... .......... .......... 12% 131M 3s 30000K .......... .......... .......... .......... .......... 12% 43.4M 3s 30050K .......... .......... .......... .......... .......... 12% 48.7M 3s 30100K .......... .......... .......... .......... .......... 12% 52.4M 3s 30150K .......... .......... .......... .......... .......... 13% 88.5M 3s 30200K .......... .......... .......... .......... .......... 13% 53.8M 3s 30250K .......... .......... .......... .......... .......... 13% 131M 3s 30300K .......... .......... .......... .......... .......... 13% 35.4M 3s 30350K .......... .......... .......... .......... .......... 13% 65.7M 3s 30400K .......... .......... .......... .......... .......... 13% 64.1M 3s 30450K .......... .......... .......... .......... .......... 13% 65.3M 3s 30500K .......... .......... .......... .......... .......... 13% 89.2M 3s 30550K .......... .......... .......... .......... .......... 13% 66.0M 3s 30600K .......... .......... .......... .......... .......... 13% 44.7M 3s 30650K .......... .......... .......... .......... .......... 13% 53.0M 3s 30700K .......... .......... .......... .......... .......... 13% 87.5M 3s 30750K .......... .......... .......... .......... .......... 13% 88.1M 3s 30800K .......... .......... .......... .......... .......... 13% 51.6M 3s 30850K .......... .......... .......... .......... .......... 13% 66.4M 3s 30900K .......... .......... .......... .......... .......... 13% 86.7M 3s 30950K .......... .......... .......... .......... .......... 13% 88.7M 3s 31000K .......... .......... .......... .......... .......... 13% 51.1M 3s 31050K .......... .......... .......... .......... .......... 13% 56.0M 3s 31100K .......... .......... .......... .......... .......... 13% 113M 3s 31150K .......... .......... .......... .......... .......... 13% 62.6M 3s 31200K .......... .......... .......... .......... .......... 13% 63.4M 3s 31250K .......... .......... .......... .......... .......... 13% 65.4M 3s 31300K .......... .......... .......... .......... .......... 13% 89.0M 3s 31350K .......... .......... .......... .......... .......... 13% 52.8M 3s 31400K .......... .......... .......... .......... .......... 13% 54.2M 3s 31450K .......... .......... .......... .......... .......... 13% 87.9M 3s 31500K .......... .......... .......... .......... .......... 13% 56.3M 3s 31550K .......... .......... .......... .......... .......... 13% 53.6M 3s 31600K .......... .......... .......... .......... .......... 13% 84.2M 3s 31650K .......... .......... .......... .......... .......... 13% 135M 3s 31700K .......... .......... .......... .......... .......... 13% 57.4M 3s 31750K .......... .......... .......... .......... .......... 13% 64.5M 3s 31800K .......... .......... .......... .......... .......... 13% 42.0M 3s 31850K .......... .......... .......... .......... .......... 13% 88.0M 3s 31900K .......... .......... .......... .......... .......... 13% 52.5M 3s 31950K .......... .......... .......... .......... .......... 13% 87.5M 3s 32000K .......... .......... .......... .......... .......... 13% 12.6M 3s 32050K .......... .......... .......... .......... .......... 13% 261M 3s 32100K .......... .......... .......... .......... .......... 13% 269M 3s 32150K .......... .......... .......... .......... .......... 13% 302M 3s 32200K .......... .......... .......... .......... .......... 13% 212M 3s 32250K .......... .......... .......... .......... .......... 13% 250M 3s 32300K .......... .......... .......... .......... .......... 13% 286M 3s 32350K .......... .......... .......... .......... .......... 13% 90.0M 3s 32400K .......... .......... .......... .......... .......... 13% 48.2M 3s 32450K .......... .......... .......... .......... .......... 14% 56.8M 3s 32500K .......... .......... .......... .......... .......... 14% 44.1M 3s 32550K .......... .......... .......... .......... .......... 14% 87.6M 3s 32600K .......... .......... .......... .......... .......... 14% 44.8M 3s 32650K .......... .......... .......... .......... .......... 14% 44.1M 3s 32700K .......... .......... .......... .......... .......... 14% 86.4M 3s 32750K .......... .......... .......... .......... .......... 14% 67.0M 3s 32800K .......... .......... .......... .......... .......... 14% 51.2M 3s 32850K .......... .......... .......... .......... .......... 14% 53.1M 3s 32900K .......... .......... .......... .......... .......... 14% 65.3M 3s 32950K .......... .......... .......... .......... .......... 14% 89.2M 3s 33000K .......... .......... .......... .......... .......... 14% 51.3M 3s 33050K .......... .......... .......... .......... .......... 14% 16.7M 3s 33100K .......... .......... .......... .......... .......... 14% 132M 3s 33150K .......... .......... .......... .......... .......... 14% 22.9M 3s 33200K .......... .......... .......... .......... .......... 14% 85.0M 3s 33250K .......... .......... .......... .......... .......... 14% 65.8M 3s 33300K .......... .......... .......... .......... .......... 14% 66.3M 3s 33350K .......... .......... .......... .......... .......... 14% 66.0M 3s 33400K .......... .......... .......... .......... .......... 14% 31.7M 3s 33450K .......... .......... .......... .......... .......... 14% 87.8M 3s 33500K .......... .......... .......... .......... .......... 14% 87.9M 3s 33550K .......... .......... .......... .......... .......... 14% 37.1M 3s 33600K .......... .......... .......... .......... .......... 14% 63.8M 3s 33650K .......... .......... .......... .......... .......... 14% 89.0M 3s 33700K .......... .......... .......... .......... .......... 14% 61.4M 3s 33750K .......... .......... .......... .......... .......... 14% 56.0M 3s 33800K .......... .......... .......... .......... .......... 14% 38.4M 3s 33850K .......... .......... .......... .......... .......... 14% 61.2M 3s 33900K .......... .......... .......... .......... .......... 14% 56.3M 3s 33950K .......... .......... .......... .......... .......... 14% 65.8M 3s 34000K .......... .......... .......... .......... .......... 14% 51.4M 3s 34050K .......... .......... .......... .......... .......... 14% 58.8M 3s 34100K .......... .......... .......... .......... .......... 14% 44.2M 3s 34150K .......... .......... .......... .......... .......... 14% 88.4M 3s 34200K .......... .......... .......... .......... .......... 14% 67.9M 3s 34250K .......... .......... .......... .......... .......... 14% 37.6M 3s 34300K .......... .......... .......... .......... .......... 14% 66.1M 3s 34350K .......... .......... .......... .......... .......... 14% 52.9M 3s 34400K .......... .......... .......... .......... .......... 14% 85.3M 3s 34450K .......... .......... .......... .......... .......... 14% 80.1M 3s 34500K .......... .......... .......... .......... .......... 14% 31.9M 3s 34550K .......... .......... .......... .......... .......... 14% 87.9M 3s 34600K .......... .......... .......... .......... .......... 14% 68.1M 3s 34650K .......... .......... .......... .......... .......... 14% 28.4M 3s 34700K .......... .......... .......... .......... .......... 14% 88.0M 3s 34750K .......... .......... .......... .......... .......... 14% 66.3M 3s 34800K .......... .......... .......... .......... .......... 15% 110M 3s 34850K .......... .......... .......... .......... .......... 15% 70.8M 3s 34900K .......... .......... .......... .......... .......... 15% 47.6M 3s 34950K .......... .......... .......... .......... .......... 15% 42.0M 3s 35000K .......... .......... .......... .......... .......... 15% 54.2M 3s 35050K .......... .......... .......... .......... .......... 15% 88.0M 3s 35100K .......... .......... .......... .......... .......... 15% 44.4M 3s 35150K .......... .......... .......... .......... .......... 15% 38.6M 3s 35200K .......... .......... .......... .......... .......... 15% 64.8M 3s 35250K .......... .......... .......... .......... .......... 15% 88.2M 3s 35300K .......... .......... .......... .......... .......... 15% 62.8M 3s 35350K .......... .......... .......... .......... .......... 15% 42.4M 3s 35400K .......... .......... .......... .......... .......... 15% 45.7M 3s 35450K .......... .......... .......... .......... .......... 15% 86.6M 3s 35500K .......... .......... .......... .......... .......... 15% 89.4M 3s 35550K .......... .......... .......... .......... .......... 15% 65.0M 3s 35600K .......... .......... .......... .......... .......... 15% 28.8M 3s 35650K .......... .......... .......... .......... .......... 15% 86.3M 3s 35700K .......... .......... .......... .......... .......... 15% 88.8M 3s 35750K .......... .......... .......... .......... .......... 15% 66.2M 3s 35800K .......... .......... .......... .......... .......... 15% 45.7M 3s 35850K .......... .......... .......... .......... .......... 15% 52.9M 3s 35900K .......... .......... .......... .......... .......... 15% 65.7M 3s 35950K .......... .......... .......... .......... .......... 15% 87.4M 3s 36000K .......... .......... .......... .......... .......... 15% 64.4M 3s 36050K .......... .......... .......... .......... .......... 15% 42.0M 3s 36100K .......... .......... .......... .......... .......... 15% 52.7M 3s 36150K .......... .......... .......... .......... .......... 15% 74.6M 3s 36200K .......... .......... .......... .......... .......... 15% 77.7M 3s 36250K .......... .......... .......... .......... .......... 15% 53.2M 3s 36300K .......... .......... .......... .......... .......... 15% 32.4M 3s 36350K .......... .......... .......... .......... .......... 15% 44.0M 3s 36400K .......... .......... .......... .......... .......... 15% 85.3M 3s 36450K .......... .......... .......... .......... .......... 15% 87.9M 3s 36500K .......... .......... .......... .......... .......... 15% 66.2M 3s 36550K .......... .......... .......... .......... .......... 15% 38.2M 3s 36600K .......... .......... .......... .......... .......... 15% 53.5M 3s 36650K .......... .......... .......... .......... .......... 15% 89.0M 3s 36700K .......... .......... .......... .......... .......... 15% 88.0M 3s 36750K .......... .......... .......... .......... .......... 15% 42.8M 3s 36800K .......... .......... .......... .......... .......... 15% 51.7M 3s 36850K .......... .......... .......... .......... .......... 15% 65.4M 3s 36900K .......... .......... .......... .......... .......... 15% 67.1M 3s 36950K .......... .......... .......... .......... .......... 15% 65.0M 3s 37000K .......... .......... .......... .......... .......... 15% 42.9M 3s 37050K .......... .......... .......... .......... .......... 15% 88.0M 3s 37100K .......... .......... .......... .......... .......... 16% 45.4M 3s 37150K .......... .......... .......... .......... .......... 16% 47.9M 3s 37200K .......... .......... .......... .......... .......... 16% 85.1M 3s 37250K .......... .......... .......... .......... .......... 16% 73.2M 3s 37300K .......... .......... .......... .......... .......... 16% 40.6M 3s 37350K .......... .......... .......... .......... .......... 16% 66.0M 3s 37400K .......... .......... .......... .......... .......... 16% 68.0M 3s 37450K .......... .......... .......... .......... .......... 16% 88.3M 3s 37500K .......... .......... .......... .......... .......... 16% 44.0M 3s 37550K .......... .......... .......... .......... .......... 16% 50.8M 3s 37600K .......... .......... .......... .......... .......... 16% 64.2M 3s 37650K .......... .......... .......... .......... .......... 16% 41.0M 3s 37700K .......... .......... .......... .......... .......... 16% 88.8M 3s 37750K .......... .......... .......... .......... .......... 16% 65.5M 3s 37800K .......... .......... .......... .......... .......... 16% 53.9M 3s 37850K .......... .......... .......... .......... .......... 16% 66.0M 3s 37900K .......... .......... .......... .......... .......... 16% 44.1M 3s 37950K .......... .......... .......... .......... .......... 16% 87.6M 3s 38000K .......... .......... .......... .......... .......... 16% 51.6M 3s 38050K .......... .......... .......... .......... .......... 16% 60.7M 3s 38100K .......... .......... .......... .......... .......... 16% 53.0M 3s 38150K .......... .......... .......... .......... .......... 16% 61.4M 3s 38200K .......... .......... .......... .......... .......... 16% 38.7M 3s 38250K .......... .......... .......... .......... .......... 16% 139M 3s 38300K .......... .......... .......... .......... .......... 16% 48.1M 3s 38350K .......... .......... .......... .......... .......... 16% 88.0M 3s 38400K .......... .......... .......... .......... .......... 16% 51.0M 3s 38450K .......... .......... .......... .......... .......... 16% 88.3M 3s 38500K .......... .......... .......... .......... .......... 16% 42.6M 3s 38550K .......... .......... .......... .......... .......... 16% 88.7M 3s 38600K .......... .......... .......... .......... .......... 16% 37.4M 3s 38650K .......... .......... .......... .......... .......... 16% 40.4M 3s 38700K .......... .......... .......... .......... .......... 16% 54.1M 3s 38750K .......... .......... .......... .......... .......... 16% 88.5M 3s 38800K .......... .......... .......... .......... .......... 16% 14.7M 3s 38850K .......... .......... .......... .......... .......... 16% 301M 3s 38900K .......... .......... .......... .......... .......... 16% 287M 3s 38950K .......... .......... .......... .......... .......... 16% 289M 3s 39000K .......... .......... .......... .......... .......... 16% 77.5M 3s 39050K .......... .......... .......... .......... .......... 16% 53.2M 3s 39100K .......... .......... .......... .......... .......... 16% 65.9M 3s 39150K .......... .......... .......... .......... .......... 16% 28.4M 3s 39200K .......... .......... .......... .......... .......... 16% 84.1M 3s 39250K .......... .......... .......... .......... .......... 16% 88.2M 3s 39300K .......... .......... .......... .......... .......... 16% 30.2M 3s 39350K .......... .......... .......... .......... .......... 16% 52.9M 3s 39400K .......... .......... .......... .......... .......... 17% 24.8M 3s 39450K .......... .......... .......... .......... .......... 17% 66.7M 3s 39500K .......... .......... .......... .......... .......... 17% 116M 3s 39550K .......... .......... .......... .......... .......... 17% 58.7M 3s 39600K .......... .......... .......... .......... .......... 17% 32.3M 3s 39650K .......... .......... .......... .......... .......... 17% 52.8M 3s 39700K .......... .......... .......... .......... .......... 17% 64.5M 3s 39750K .......... .......... .......... .......... .......... 17% 38.2M 3s 39800K .......... .......... .......... .......... .......... 17% 31.1M 3s 39850K .......... .......... .......... .......... .......... 17% 65.8M 3s 39900K .......... .......... .......... .......... .......... 17% 39.7M 3s 39950K .......... .......... .......... .......... .......... 17% 53.5M 3s 40000K .......... .......... .......... .......... .......... 17% 48.2M 3s 40050K .......... .......... .......... .......... .......... 17% 63.0M 3s 40100K .......... .......... .......... .......... .......... 17% 26.3M 3s 40150K .......... .......... .......... .......... .......... 17% 64.8M 3s 40200K .......... .......... .......... .......... .......... 17% 30.6M 3s 40250K .......... .......... .......... .......... .......... 17% 52.9M 3s 40300K .......... .......... .......... .......... .......... 17% 52.0M 3s 40350K .......... .......... .......... .......... .......... 17% 31.3M 3s 40400K .......... .......... .......... .......... .......... 17% 43.4M 3s 40450K .......... .......... .......... .......... .......... 17% 86.6M 3s 40500K .......... .......... .......... .......... .......... 17% 41.8M 3s 40550K .......... .......... .......... .......... .......... 17% 42.2M 3s 40600K .......... .......... .......... .......... .......... 17% 35.1M 3s 40650K .......... .......... .......... .......... .......... 17% 41.0M 3s 40700K .......... .......... .......... .......... .......... 17% 38.7M 3s 40750K .......... .......... .......... .......... .......... 17% 87.2M 3s 40800K .......... .......... .......... .......... .......... 17% 35.5M 3s 40850K .......... .......... .......... .......... .......... 17% 44.2M 3s 40900K .......... .......... .......... .......... .......... 17% 45.0M 3s 40950K .......... .......... .......... .......... .......... 17% 52.7M 3s 41000K .......... .......... .......... .......... .......... 17% 54.3M 3s 41050K .......... .......... .......... .......... .......... 17% 36.6M 3s 41100K .......... .......... .......... .......... .......... 17% 52.5M 3s 41150K .......... .......... .......... .......... .......... 17% 32.8M 3s 41200K .......... .......... .......... .......... .......... 17% 51.9M 3s 41250K .......... .......... .......... .......... .......... 17% 65.7M 3s 41300K .......... .......... .......... .......... .......... 17% 66.2M 3s 41350K .......... .......... .......... .......... .......... 17% 32.0M 3s 41400K .......... .......... .......... .......... .......... 17% 39.1M 3s 41450K .......... .......... .......... .......... .......... 17% 47.7M 3s 41500K .......... .......... .......... .......... .......... 17% 65.5M 3s 41550K .......... .......... .......... .......... .......... 17% 53.0M 3s 41600K .......... .......... .......... .......... .......... 17% 46.0M 3s 41650K .......... .......... .......... .......... .......... 17% 45.1M 3s 41700K .......... .......... .......... .......... .......... 17% 87.4M 3s 41750K .......... .......... .......... .......... .......... 18% 47.9M 3s 41800K .......... .......... .......... .......... .......... 18% 29.8M 3s 41850K .......... .......... .......... .......... .......... 18% 66.2M 3s 41900K .......... .......... .......... .......... .......... 18% 46.9M 3s 41950K .......... .......... .......... .......... .......... 18% 47.4M 3s 42000K .......... .......... .......... .......... .......... 18% 50.8M 3s 42050K .......... .......... .......... .......... .......... 18% 66.1M 3s 42100K .......... .......... .......... .......... .......... 18% 26.6M 3s 42150K .......... .......... .......... .......... .......... 18% 90.4M 3s 42200K .......... .......... .......... .......... .......... 18% 40.6M 3s 42250K .......... .......... .......... .......... .......... 18% 43.4M 3s 42300K .......... .......... .......... .......... .......... 18% 88.8M 3s 42350K .......... .......... .......... .......... .......... 18% 41.1M 3s 42400K .......... .......... .......... .......... .......... 18% 33.9M 3s 42450K .......... .......... .......... .......... .......... 18% 90.4M 3s 42500K .......... .......... .......... .......... .......... 18% 39.0M 3s 42550K .......... .......... .......... .......... .......... 18% 52.3M 3s 42600K .......... .......... .......... .......... .......... 18% 23.8M 3s 42650K .......... .......... .......... .......... .......... 18% 66.2M 3s 42700K .......... .......... .......... .......... .......... 18% 66.2M 3s 42750K .......... .......... .......... .......... .......... 18% 47.4M 3s 42800K .......... .......... .......... .......... .......... 18% 63.6M 3s 42850K .......... .......... .......... .......... .......... 18% 52.5M 3s 42900K .......... .......... .......... .......... .......... 18% 29.7M 3s 42950K .......... .......... .......... .......... .......... 18% 89.5M 3s 43000K .......... .......... .......... .......... .......... 18% 53.8M 3s 43050K .......... .......... .......... .......... .......... 18% 135M 3s 43100K .......... .......... .......... .......... .......... 18% 23.1M 3s 43150K .......... .......... .......... .......... .......... 18% 87.7M 3s 43200K .......... .......... .......... .......... .......... 18% 83.9M 3s 43250K .......... .......... .......... .......... .......... 18% 89.3M 3s 43300K .......... .......... .......... .......... .......... 18% 21.7M 3s 43350K .......... .......... .......... .......... .......... 18% 95.9M 3s 43400K .......... .......... .......... .......... .......... 18% 51.4M 3s 43450K .......... .......... .......... .......... .......... 18% 26.6M 3s 43500K .......... .......... .......... .......... .......... 18% 130M 3s 43550K .......... .......... .......... .......... .......... 18% 66.6M 3s 43600K .......... .......... .......... .......... .......... 18% 31.9M 3s 43650K .......... .......... .......... .......... .......... 18% 39.9M 3s 43700K .......... .......... .......... .......... .......... 18% 86.9M 3s 43750K .......... .......... .......... .......... .......... 18% 66.2M 3s 43800K .......... .......... .......... .......... .......... 18% 32.3M 3s 43850K .......... .......... .......... .......... .......... 18% 38.4M 3s 43900K .......... .......... .......... .......... .......... 18% 51.4M 3s 43950K .......... .......... .......... .......... .......... 18% 42.9M 3s 44000K .......... .......... .......... .......... .......... 18% 84.3M 3s 44050K .......... .......... .......... .......... .......... 19% 45.4M 3s 44100K .......... .......... .......... .......... .......... 19% 40.0M 3s 44150K .......... .......... .......... .......... .......... 19% 40.8M 3s 44200K .......... .......... .......... .......... .......... 19% 38.4M 3s 44250K .......... .......... .......... .......... .......... 19% 88.3M 3s 44300K .......... .......... .......... .......... .......... 19% 41.3M 3s 44350K .......... .......... .......... .......... .......... 19% 37.9M 3s 44400K .......... .......... .......... .......... .......... 19% 40.5M 3s 44450K .......... .......... .......... .......... .......... 19% 52.9M 3s 44500K .......... .......... .......... .......... .......... 19% 86.3M 3s 44550K .......... .......... .......... .......... .......... 19% 40.4M 3s 44600K .......... .......... .......... .......... .......... 19% 36.8M 3s 44650K .......... .......... .......... .......... .......... 19% 50.1M 3s 44700K .......... .......... .......... .......... .......... 19% 46.4M 3s 44750K .......... .......... .......... .......... .......... 19% 52.8M 3s 44800K .......... .......... .......... .......... .......... 19% 59.9M 3s 44850K .......... .......... .......... .......... .......... 19% 50.3M 3s 44900K .......... .......... .......... .......... .......... 19% 28.6M 3s 44950K .......... .......... .......... .......... .......... 19% 45.2M 3s 45000K .......... .......... .......... .......... .......... 19% 53.9M 3s 45050K .......... .......... .......... .......... .......... 19% 65.4M 3s 45100K .......... .......... .......... .......... .......... 19% 22.3M 3s 45150K .......... .......... .......... .......... .......... 19% 87.3M 3s 45200K .......... .......... .......... .......... .......... 19% 63.3M 3s 45250K .......... .......... .......... .......... .......... 19% 85.5M 3s 45300K .......... .......... .......... .......... .......... 19% 28.8M 3s 45350K .......... .......... .......... .......... .......... 19% 45.6M 3s 45400K .......... .......... .......... .......... .......... 19% 67.8M 3s 45450K .......... .......... .......... .......... .......... 19% 25.1M 3s 45500K .......... .......... .......... .......... .......... 19% 89.1M 3s 45550K .......... .......... .......... .......... .......... 19% 79.7M 3s 45600K .......... .......... .......... .......... .......... 19% 29.1M 3s 45650K .......... .......... .......... .......... .......... 19% 88.1M 3s 45700K .......... .......... .......... .......... .......... 19% 87.1M 3s 45750K .......... .......... .......... .......... .......... 19% 89.0M 3s 45800K .......... .......... .......... .......... .......... 19% 24.9M 3s 45850K .......... .......... .......... .......... .......... 19% 65.8M 3s 45900K .......... .......... .......... .......... .......... 19% 52.9M 3s 45950K .......... .......... .......... .......... .......... 19% 35.9M 3s 46000K .......... .......... .......... .......... .......... 19% 83.4M 3s 46050K .......... .......... .......... .......... .......... 19% 88.7M 3s 46100K .......... .......... .......... .......... .......... 19% 43.8M 3s 46150K .......... .......... .......... .......... .......... 19% 47.9M 3s 46200K .......... .......... .......... .......... .......... 19% 44.6M 3s 46250K .......... .......... .......... .......... .......... 19% 87.8M 3s 46300K .......... .......... .......... .......... .......... 19% 33.1M 3s 46350K .......... .......... .......... .......... .......... 19% 88.8M 3s 46400K .......... .......... .......... .......... .......... 20% 64.2M 3s 46450K .......... .......... .......... .......... .......... 20% 28.2M 3s 46500K .......... .......... .......... .......... .......... 20% 88.3M 3s 46550K .......... .......... .......... .......... .......... 20% 65.8M 3s 46600K .......... .......... .......... .......... .......... 20% 38.5M 3s 46650K .......... .......... .......... .......... .......... 20% 56.4M 3s 46700K .......... .......... .......... .......... .......... 20% 52.9M 3s 46750K .......... .......... .......... .......... .......... 20% 52.6M 3s 46800K .......... .......... .......... .......... .......... 20% 43.4M 3s 46850K .......... .......... .......... .......... .......... 20% 66.2M 3s 46900K .......... .......... .......... .......... .......... 20% 43.3M 3s 46950K .......... .......... .......... .......... .......... 20% 64.9M 3s 47000K .......... .......... .......... .......... .......... 20% 54.3M 3s 47050K .......... .......... .......... .......... .......... 20% 88.6M 3s 47100K .......... .......... .......... .......... .......... 20% 28.6M 3s 47150K .......... .......... .......... .......... .......... 20% 88.0M 3s 47200K .......... .......... .......... .......... .......... 20% 84.8M 3s 47250K .......... .......... .......... .......... .......... 20% 104M 3s 47300K .......... .......... .......... .......... .......... 20% 31.7M 3s 47350K .......... .......... .......... .......... .......... 20% 66.2M 3s 47400K .......... .......... .......... .......... .......... 20% 50.7M 3s 47450K .......... .......... .......... .......... .......... 20% 46.2M 3s 47500K .......... .......... .......... .......... .......... 20% 107M 3s 47550K .......... .......... .......... .......... .......... 20% 41.1M 3s 47600K .......... .......... .......... .......... .......... 20% 80.8M 3s 47650K .......... .......... .......... .......... .......... 20% 44.2M 3s 47700K .......... .......... .......... .......... .......... 20% 46.8M 3s 47750K .......... .......... .......... .......... .......... 20% 88.7M 3s 47800K .......... .......... .......... .......... .......... 20% 57.0M 3s 47850K .......... .......... .......... .......... .......... 20% 58.4M 3s 47900K .......... .......... .......... .......... .......... 20% 38.0M 3s 47950K .......... .......... .......... .......... .......... 20% 52.8M 3s 48000K .......... .......... .......... .......... .......... 20% 121M 3s 48050K .......... .......... .......... .......... .......... 20% 50.8M 3s 48100K .......... .......... .......... .......... .......... 20% 38.6M 3s 48150K .......... .......... .......... .......... .......... 20% 89.5M 3s 48200K .......... .......... .......... .......... .......... 20% 38.4M 3s 48250K .......... .......... .......... .......... .......... 20% 53.3M 3s 48300K .......... .......... .......... .......... .......... 20% 85.4M 3s 48350K .......... .......... .......... .......... .......... 20% 34.6M 3s 48400K .......... .......... .......... .......... .......... 20% 84.9M 3s 48450K .......... .......... .......... .......... .......... 20% 50.6M 3s 48500K .......... .......... .......... .......... .......... 20% 132M 3s 48550K .......... .......... .......... .......... .......... 20% 29.2M 3s 48600K .......... .......... .......... .......... .......... 20% 45.7M 3s 48650K .......... .......... .......... .......... .......... 20% 87.5M 3s 48700K .......... .......... .......... .......... .......... 21% 45.1M 3s 48750K .......... .......... .......... .......... .......... 21% 52.4M 3s 48800K .......... .......... .......... .......... .......... 21% 62.2M 3s 48850K .......... .......... .......... .......... .......... 21% 89.0M 3s 48900K .......... .......... .......... .......... .......... 21% 28.1M 3s 48950K .......... .......... .......... .......... .......... 21% 64.8M 3s 49000K .......... .......... .......... .......... .......... 21% 70.0M 3s 49050K .......... .......... .......... .......... .......... 21% 89.9M 3s 49100K .......... .......... .......... .......... .......... 21% 36.7M 3s 49150K .......... .......... .......... .......... .......... 21% 88.5M 3s 49200K .......... .......... .......... .......... .......... 21% 42.8M 3s 49250K .......... .......... .......... .......... .......... 21% 65.2M 3s 49300K .......... .......... .......... .......... .......... 21% 44.2M 3s 49350K .......... .......... .......... .......... .......... 21% 52.7M 3s 49400K .......... .......... .......... .......... .......... 21% 55.3M 3s 49450K .......... .......... .......... .......... .......... 21% 35.0M 3s 49500K .......... .......... .......... .......... .......... 21% 64.1M 3s 49550K .......... .......... .......... .......... .......... 21% 89.3M 3s 49600K .......... .......... .......... .......... .......... 21% 50.8M 3s 49650K .......... .......... .......... .......... .......... 21% 53.0M 3s 49700K .......... .......... .......... .......... .......... 21% 46.1M 3s 49750K .......... .......... .......... .......... .......... 21% 54.7M 3s 49800K .......... .......... .......... .......... .......... 21% 53.1M 3s 49850K .......... .......... .......... .......... .......... 21% 66.2M 3s 49900K .......... .......... .......... .......... .......... 21% 27.5M 3s 49950K .......... .......... .......... .......... .......... 21% 60.5M 3s 50000K .......... .......... .......... .......... .......... 21% 81.4M 3s 50050K .......... .......... .......... .......... .......... 21% 90.2M 3s 50100K .......... .......... .......... .......... .......... 21% 25.7M 3s 50150K .......... .......... .......... .......... .......... 21% 86.9M 3s 50200K .......... .......... .......... .......... .......... 21% 70.9M 3s 50250K .......... .......... .......... .......... .......... 21% 26.1M 3s 50300K .......... .......... .......... .......... .......... 21% 86.6M 3s 50350K .......... .......... .......... .......... .......... 21% 88.5M 3s 50400K .......... .......... .......... .......... .......... 21% 50.9M 3s 50450K .......... .......... .......... .......... .......... 21% 130M 3s 50500K .......... .......... .......... .......... .......... 21% 53.3M 3s 50550K .......... .......... .......... .......... .......... 21% 65.9M 3s 50600K .......... .......... .......... .......... .......... 21% 33.8M 3s 50650K .......... .......... .......... .......... .......... 21% 88.6M 3s 50700K .......... .......... .......... .......... .......... 21% 66.0M 3s 50750K .......... .......... .......... .......... .......... 21% 88.8M 3s 50800K .......... .......... .......... .......... .......... 21% 33.8M 3s 50850K .......... .......... .......... .......... .......... 21% 52.8M 3s 50900K .......... .......... .......... .......... .......... 21% 59.3M 3s 50950K .......... .......... .......... .......... .......... 21% 41.4M 3s 51000K .......... .......... .......... .......... .......... 22% 69.4M 3s 51050K .......... .......... .......... .......... .......... 22% 88.1M 3s 51100K .......... .......... .......... .......... .......... 22% 49.9M 3s 51150K .......... .......... .......... .......... .......... 22% 46.2M 3s 51200K .......... .......... .......... .......... .......... 22% 85.4M 3s 51250K .......... .......... .......... .......... .......... 22% 88.4M 3s 51300K .......... .......... .......... .......... .......... 22% 41.9M 3s 51350K .......... .......... .......... .......... .......... 22% 58.1M 3s 51400K .......... .......... .......... .......... .......... 22% 45.0M 3s 51450K .......... .......... .......... .......... .......... 22% 55.7M 3s 51500K .......... .......... .......... .......... .......... 22% 43.4M 3s 51550K .......... .......... .......... .......... .......... 22% 89.3M 3s 51600K .......... .......... .......... .......... .......... 22% 56.9M 3s 51650K .......... .......... .......... .......... .......... 22% 48.7M 3s 51700K .......... .......... .......... .......... .......... 22% 48.4M 3s 51750K .......... .......... .......... .......... .......... 22% 91.9M 3s 51800K .......... .......... .......... .......... .......... 22% 66.7M 3s 51850K .......... .......... .......... .......... .......... 22% 52.2M 3s 51900K .......... .......... .......... .......... .......... 22% 33.2M 3s 51950K .......... .......... .......... .......... .......... 22% 50.8M 3s 52000K .......... .......... .......... .......... .......... 22% 11.9M 3s 52050K .......... .......... .......... .......... .......... 22% 290M 3s 52100K .......... .......... .......... .......... .......... 22% 311M 3s 52150K .......... .......... .......... .......... .......... 22% 318M 3s 52200K .......... .......... .......... .......... .......... 22% 261M 3s 52250K .......... .......... .......... .......... .......... 22% 84.3M 3s 52300K .......... .......... .......... .......... .......... 22% 53.2M 3s 52350K .......... .......... .......... .......... .......... 22% 28.2M 3s 52400K .......... .......... .......... .......... .......... 22% 85.2M 3s 52450K .......... .......... .......... .......... .......... 22% 65.3M 3s 52500K .......... .......... .......... .......... .......... 22% 22.9M 3s 52550K .......... .......... .......... .......... .......... 22% 64.8M 3s 52600K .......... .......... .......... .......... .......... 22% 45.8M 3s 52650K .......... .......... .......... .......... .......... 22% 26.7M 3s 52700K .......... .......... .......... .......... .......... 22% 63.1M 3s 52750K .......... .......... .......... .......... .......... 22% 39.2M 3s 52800K .......... .......... .......... .......... .......... 22% 42.5M 3s 52850K .......... .......... .......... .......... .......... 22% 40.2M 3s 52900K .......... .......... .......... .......... .......... 22% 44.1M 3s 52950K .......... .......... .......... .......... .......... 22% 30.5M 3s 53000K .......... .......... .......... .......... .......... 22% 36.3M 3s 53050K .......... .......... .......... .......... .......... 22% 65.7M 3s 53100K .......... .......... .......... .......... .......... 22% 38.9M 3s 53150K .......... .......... .......... .......... .......... 22% 38.6M 3s 53200K .......... .......... .......... .......... .......... 22% 29.9M 3s 53250K .......... .......... .......... .......... .......... 22% 89.0M 3s 53300K .......... .......... .......... .......... .......... 22% 49.7M 3s 53350K .......... .......... .......... .......... .......... 23% 29.1M 3s 53400K .......... .......... .......... .......... .......... 23% 29.8M 3s 53450K .......... .......... .......... .......... .......... 23% 90.1M 3s 53500K .......... .......... .......... .......... .......... 23% 21.3M 3s 53550K .......... .......... .......... .......... .......... 23% 20.9M 3s 53600K .......... .......... .......... .......... .......... 23% 49.6M 3s 53650K .......... .......... .......... .......... .......... 23% 48.6M 3s 53700K .......... .......... .......... .......... .......... 23% 29.1M 3s 53750K .......... .......... .......... .......... .......... 23% 45.5M 3s 53800K .......... .......... .......... .......... .......... 23% 38.9M 3s 53850K .......... .......... .......... .......... .......... 23% 44.9M 3s 53900K .......... .......... .......... .......... .......... 23% 44.2M 3s 53950K .......... .......... .......... .......... .......... 23% 25.3M 3s 54000K .......... .......... .......... .......... .......... 23% 51.9M 3s 54050K .......... .......... .......... .......... .......... 23% 87.6M 3s 54100K .......... .......... .......... .......... .......... 23% 29.1M 3s 54150K .......... .......... .......... .......... .......... 23% 38.2M 3s 54200K .......... .......... .......... .......... .......... 23% 69.1M 3s 54250K .......... .......... .......... .......... .......... 23% 22.1M 3s 54300K .......... .......... .......... .......... .......... 23% 87.9M 3s 54350K .......... .......... .......... .......... .......... 23% 88.6M 3s 54400K .......... .......... .......... .......... .......... 23% 28.0M 3s 54450K .......... .......... .......... .......... .......... 23% 53.2M 3s 54500K .......... .......... .......... .......... .......... 23% 66.1M 3s 54550K .......... .......... .......... .......... .......... 23% 37.5M 3s 54600K .......... .......... .......... .......... .......... 23% 27.0M 3s 54650K .......... .......... .......... .......... .......... 23% 52.5M 3s 54700K .......... .......... .......... .......... .......... 23% 32.1M 3s 54750K .......... .......... .......... .......... .......... 23% 33.2M 3s 54800K .......... .......... .......... .......... .......... 23% 111M 3s 54850K .......... .......... .......... .......... .......... 23% 33.8M 3s 54900K .......... .......... .......... .......... .......... 23% 47.7M 3s 54950K .......... .......... .......... .......... .......... 23% 26.6M 3s 55000K .......... .......... .......... .......... .......... 23% 8.85M 3s 55050K .......... .......... .......... .......... .......... 23% 44.5M 3s 55100K .......... .......... .......... .......... .......... 23% 36.2M 3s 55150K .......... .......... .......... .......... .......... 23% 43.7M 3s 55200K .......... .......... .......... .......... .......... 23% 37.1M 3s 55250K .......... .......... .......... .......... .......... 23% 43.9M 3s 55300K .......... .......... .......... .......... .......... 23% 87.4M 3s 55350K .......... .......... .......... .......... .......... 23% 29.6M 3s 55400K .......... .......... .......... .......... .......... 23% 42.8M 3s 55450K .......... .......... .......... .......... .......... 23% 27.9M 3s 55500K .......... .......... .......... .......... .......... 23% 65.4M 3s 55550K .......... .......... .......... .......... .......... 23% 66.8M 3s 55600K .......... .......... .......... .......... .......... 23% 35.0M 3s 55650K .......... .......... .......... .......... .......... 24% 52.4M 3s 55700K .......... .......... .......... .......... .......... 24% 39.4M 3s 55750K .......... .......... .......... .......... .......... 24% 65.4M 3s 55800K .......... .......... .......... .......... .......... 24% 30.7M 3s 55850K .......... .......... .......... .......... .......... 24% 41.3M 3s 55900K .......... .......... .......... .......... .......... 24% 52.9M 3s 55950K .......... .......... .......... .......... .......... 24% 28.8M 3s 56000K .......... .......... .......... .......... .......... 24% 46.3M 3s 56050K .......... .......... .......... .......... .......... 24% 64.6M 3s 56100K .......... .......... .......... .......... .......... 24% 44.4M 3s 56150K .......... .......... .......... .......... .......... 24% 52.5M 3s 56200K .......... .......... .......... .......... .......... 24% 29.9M 3s 56250K .......... .......... .......... .......... .......... 24% 40.6M 3s 56300K .......... .......... .......... .......... .......... 24% 87.4M 3s 56350K .......... .......... .......... .......... .......... 24% 40.8M 3s 56400K .......... .......... .......... .......... .......... 24% 43.4M 3s 56450K .......... .......... .......... .......... .......... 24% 29.0M 3s 56500K .......... .......... .......... .......... .......... 24% 51.9M 3s 56550K .......... .......... .......... .......... .......... 24% 86.6M 3s 56600K .......... .......... .......... .......... .......... 24% 28.6M 3s 56650K .......... .......... .......... .......... .......... 24% 66.5M 3s 56700K .......... .......... .......... .......... .......... 24% 44.1M 3s 56750K .......... .......... .......... .......... .......... 24% 27.5M 3s 56800K .......... .......... .......... .......... .......... 24% 84.8M 3s 56850K .......... .......... .......... .......... .......... 24% 90.3M 3s 56900K .......... .......... .......... .......... .......... 24% 29.8M 3s 56950K .......... .......... .......... .......... .......... 24% 51.1M 3s 57000K .......... .......... .......... .......... .......... 24% 68.1M 3s 57050K .......... .......... .......... .......... .......... 24% 33.2M 3s 57100K .......... .......... .......... .......... .......... 24% 34.8M 3s 57150K .......... .......... .......... .......... .......... 24% 88.1M 3s 57200K .......... .......... .......... .......... .......... 24% 28.5M 3s 57250K .......... .......... .......... .......... .......... 24% 47.4M 3s 57300K .......... .......... .......... .......... .......... 24% 82.3M 3s 57350K .......... .......... .......... .......... .......... 24% 28.0M 3s 57400K .......... .......... .......... .......... .......... 24% 44.2M 3s 57450K .......... .......... .......... .......... .......... 24% 27.6M 3s 57500K .......... .......... .......... .......... .......... 24% 87.5M 3s 57550K .......... .......... .......... .......... .......... 24% 67.0M 3s 57600K .......... .......... .......... .......... .......... 24% 13.0M 3s 57650K .......... .......... .......... .......... .......... 24% 131M 3s 57700K .......... .......... .......... .......... .......... 24% 24.8M 3s 57750K .......... .......... .......... .......... .......... 24% 37.9M 3s 57800K .......... .......... .......... .......... .......... 24% 52.7M 3s 57850K .......... .......... .......... .......... .......... 24% 54.2M 3s 57900K .......... .......... .......... .......... .......... 24% 33.9M 3s 57950K .......... .......... .......... .......... .......... 24% 90.6M 3s 58000K .......... .......... .......... .......... .......... 25% 25.0M 3s 58050K .......... .......... .......... .......... .......... 25% 89.2M 3s 58100K .......... .......... .......... .......... .......... 25% 52.8M 3s 58150K .......... .......... .......... .......... .......... 25% 28.2M 3s 58200K .......... .......... .......... .......... .......... 25% 38.8M 3s 58250K .......... .......... .......... .......... .......... 25% 87.6M 3s 58300K .......... .......... .......... .......... .......... 25% 30.1M 3s 58350K .......... .......... .......... .......... .......... 25% 97.7M 3s 58400K .......... .......... .......... .......... .......... 25% 52.0M 3s 58450K .......... .......... .......... .......... .......... 25% 23.0M 3s 58500K .......... .......... .......... .......... .......... 25% 41.5M 3s 58550K .......... .......... .......... .......... .......... 25% 87.9M 3s 58600K .......... .......... .......... .......... .......... 25% 33.6M 3s 58650K .......... .......... .......... .......... .......... 25% 28.7M 3s 58700K .......... .......... .......... .......... .......... 25% 44.1M 3s 58750K .......... .......... .......... .......... .......... 25% 52.4M 3s 58800K .......... .......... .......... .......... .......... 25% 46.0M 3s 58850K .......... .......... .......... .......... .......... 25% 52.5M 3s 58900K .......... .......... .......... .......... .......... 25% 34.7M 3s 58950K .......... .......... .......... .......... .......... 25% 42.8M 3s 59000K .......... .......... .......... .......... .......... 25% 27.4M 3s 59050K .......... .......... .......... .......... .......... 25% 44.1M 3s 59100K .......... .......... .......... .......... .......... 25% 87.7M 3s 59150K .......... .......... .......... .......... .......... 25% 30.7M 3s 59200K .......... .......... .......... .......... .......... 25% 47.4M 3s 59250K .......... .......... .......... .......... .......... 25% 27.7M 3s 59300K .......... .......... .......... .......... .......... 25% 89.1M 3s 59350K .......... .......... .......... .......... .......... 25% 43.8M 3s 59400K .......... .......... .......... .......... .......... 25% 54.2M 3s 59450K .......... .......... .......... .......... .......... 25% 38.7M 3s 59500K .......... .......... .......... .......... .......... 25% 40.3M 3s 59550K .......... .......... .......... .......... .......... 25% 87.6M 3s 59600K .......... .......... .......... .......... .......... 25% 51.6M 3s 59650K .......... .......... .......... .......... .......... 25% 27.2M 3s 59700K .......... .......... .......... .......... .......... 25% 66.0M 3s 59750K .......... .......... .......... .......... .......... 25% 66.1M 3s 59800K .......... .......... .......... .......... .......... 25% 23.1M 3s 59850K .......... .......... .......... .......... .......... 25% 88.4M 3s 59900K .......... .......... .......... .......... .......... 25% 43.3M 3s 59950K .......... .......... .......... .......... .......... 25% 32.3M 3s 60000K .......... .......... .......... .......... .......... 25% 64.2M 3s 60050K .......... .......... .......... .......... .......... 25% 132M 3s 60100K .......... .......... .......... .......... .......... 25% 23.1M 3s 60150K .......... .......... .......... .......... .......... 25% 43.6M 3s 60200K .......... .......... .......... .......... .......... 25% 68.6M 3s 60250K .......... .......... .......... .......... .......... 25% 21.0M 3s 60300K .......... .......... .......... .......... .......... 26% 67.3M 3s 60350K .......... .......... .......... .......... .......... 26% 85.6M 3s 60400K .......... .......... .......... .......... .......... 26% 86.0M 3s 60450K .......... .......... .......... .......... .......... 26% 23.7M 3s 60500K .......... .......... .......... .......... .......... 26% 44.5M 3s 60550K .......... .......... .......... .......... .......... 26% 87.4M 3s 60600K .......... .......... .......... .......... .......... 26% 45.2M 3s 60650K .......... .......... .......... .......... .......... 26% 34.4M 3s 60700K .......... .......... .......... .......... .......... 26% 43.8M 3s 60750K .......... .......... .......... .......... .......... 26% 53.2M 3s 60800K .......... .......... .......... .......... .......... 26% 51.3M 3s 60850K .......... .......... .......... .......... .......... 26% 36.9M 3s 60900K .......... .......... .......... .......... .......... 26% 87.9M 3s 60950K .......... .......... .......... .......... .......... 26% 32.3M 3s 61000K .......... .......... .......... .......... .......... 26% 38.3M 3s 61050K .......... .......... .......... .......... .......... 26% 47.5M 3s 61100K .......... .......... .......... .......... .......... 26% 45.3M 3s 61150K .......... .......... .......... .......... .......... 26% 40.8M 3s 61200K .......... .......... .......... .......... .......... 26% 63.9M 3s 61250K .......... .......... .......... .......... .......... 26% 31.5M 3s 61300K .......... .......... .......... .......... .......... 26% 53.3M 3s 61350K .......... .......... .......... .......... .......... 26% 65.5M 3s 61400K .......... .......... .......... .......... .......... 26% 33.7M 3s 61450K .......... .......... .......... .......... .......... 26% 42.1M 3s 61500K .......... .......... .......... .......... .......... 26% 52.6M 3s 61550K .......... .......... .......... .......... .......... 26% 30.7M 3s 61600K .......... .......... .......... .......... .......... 26% 84.8M 3s 61650K .......... .......... .......... .......... .......... 26% 52.9M 3s 61700K .......... .......... .......... .......... .......... 26% 28.2M 3s 61750K .......... .......... .......... .......... .......... 26% 72.1M 3s 61800K .......... .......... .......... .......... .......... 26% 68.7M 3s 61850K .......... .......... .......... .......... .......... 26% 130M 3s 61900K .......... .......... .......... .......... .......... 26% 23.2M 3s 61950K .......... .......... .......... .......... .......... 26% 65.9M 3s 62000K .......... .......... .......... .......... .......... 26% 29.4M 3s 62050K .......... .......... .......... .......... .......... 26% 53.1M 3s 62100K .......... .......... .......... .......... .......... 26% 81.1M 3s 62150K .......... .......... .......... .......... .......... 26% 39.1M 3s 62200K .......... .......... .......... .......... .......... 26% 35.7M 3s 62250K .......... .......... .......... .......... .......... 26% 44.2M 3s 62300K .......... .......... .......... .......... .......... 26% 29.8M 3s 62350K .......... .......... .......... .......... .......... 26% 80.4M 3s 62400K .......... .......... .......... .......... .......... 26% 68.7M 3s 62450K .......... .......... .......... .......... .......... 26% 42.6M 3s 62500K .......... .......... .......... .......... .......... 26% 26.9M 3s 62550K .......... .......... .......... .......... .......... 26% 89.5M 3s 62600K .......... .......... .......... .......... .......... 27% 30.9M 3s 62650K .......... .......... .......... .......... .......... 27% 65.3M 3s 62700K .......... .......... .......... .......... .......... 27% 47.1M 3s 62750K .......... .......... .......... .......... .......... 27% 6.47M 3s 62800K .......... .......... .......... .......... .......... 27% 53.4M 3s 62850K .......... .......... .......... .......... .......... 27% 81.1M 3s 62900K .......... .......... .......... .......... .......... 27% 43.1M 3s 62950K .......... .......... .......... .......... .......... 27% 44.1M 3s 63000K .......... .......... .......... .......... .......... 27% 33.6M 3s 63050K .......... .......... .......... .......... .......... 27% 23.1M 3s 63100K .......... .......... .......... .......... .......... 27% 42.0M 3s 63150K .......... .......... .......... .......... .......... 27% 66.4M 3s 63200K .......... .......... .......... .......... .......... 27% 51.4M 3s 63250K .......... .......... .......... .......... .......... 27% 51.8M 3s 63300K .......... .......... .......... .......... .......... 27% 66.2M 3s 63350K .......... .......... .......... .......... .......... 27% 52.6M 3s 63400K .......... .......... .......... .......... .......... 27% 54.0M 3s 63450K .......... .......... .......... .......... .......... 27% 53.0M 3s 63500K .......... .......... .......... .......... .......... 27% 47.1M 3s 63550K .......... .......... .......... .......... .......... 27% 44.8M 3s 63600K .......... .......... .......... .......... .......... 27% 84.0M 3s 63650K .......... .......... .......... .......... .......... 27% 65.9M 3s 63700K .......... .......... .......... .......... .......... 27% 35.2M 3s 63750K .......... .......... .......... .......... .......... 27% 39.9M 3s 63800K .......... .......... .......... .......... .......... 27% 45.1M 3s 63850K .......... .......... .......... .......... .......... 27% 66.0M 3s 63900K .......... .......... .......... .......... .......... 27% 48.3M 3s 63950K .......... .......... .......... .......... .......... 27% 46.4M 3s 64000K .......... .......... .......... .......... .......... 27% 63.9M 3s 64050K .......... .......... .......... .......... .......... 27% 33.1M 3s 64100K .......... .......... .......... .......... .......... 27% 64.5M 3s 64150K .......... .......... .......... .......... .......... 27% 53.5M 3s 64200K .......... .......... .......... .......... .......... 27% 29.5M 3s 64250K .......... .......... .......... .......... .......... 27% 65.9M 3s 64300K .......... .......... .......... .......... .......... 27% 52.8M 3s 64350K .......... .......... .......... .......... .......... 27% 88.2M 3s 64400K .......... .......... .......... .......... .......... 27% 42.9M 3s 64450K .......... .......... .......... .......... .......... 27% 44.0M 3s 64500K .......... .......... .......... .......... .......... 27% 88.3M 3s 64550K .......... .......... .......... .......... .......... 27% 87.3M 3s 64600K .......... .......... .......... .......... .......... 27% 35.6M 3s 64650K .......... .......... .......... .......... .......... 27% 52.5M 3s 64700K .......... .......... .......... .......... .......... 27% 79.9M 3s 64750K .......... .......... .......... .......... .......... 27% 30.2M 3s 64800K .......... .......... .......... .......... .......... 27% 51.4M 3s 64850K .......... .......... .......... .......... .......... 27% 88.0M 3s 64900K .......... .......... .......... .......... .......... 27% 52.1M 3s 64950K .......... .......... .......... .......... .......... 28% 46.8M 3s 65000K .......... .......... .......... .......... .......... 28% 25.5M 3s 65050K .......... .......... .......... .......... .......... 28% 52.8M 3s 65100K .......... .......... .......... .......... .......... 28% 132M 3s 65150K .......... .......... .......... .......... .......... 28% 52.3M 3s 65200K .......... .......... .......... .......... .......... 28% 37.1M 3s 65250K .......... .......... .......... .......... .......... 28% 65.5M 3s 65300K .......... .......... .......... .......... .......... 28% 86.9M 3s 65350K .......... .......... .......... .......... .......... 28% 88.8M 3s 65400K .......... .......... .......... .......... .......... 28% 45.0M 3s 65450K .......... .......... .......... .......... .......... 28% 39.1M 3s 65500K .......... .......... .......... .......... .......... 28% 88.5M 3s 65550K .......... .......... .......... .......... .......... 28% 25.3M 3s 65600K .......... .......... .......... .......... .......... 28% 85.3M 3s 65650K .......... .......... .......... .......... .......... 28% 57.1M 3s 65700K .......... .......... .......... .......... .......... 28% 74.3M 3s 65750K .......... .......... .......... .......... .......... 28% 37.9M 3s 65800K .......... .......... .......... .......... .......... 28% 69.4M 3s 65850K .......... .......... .......... .......... .......... 28% 65.9M 3s 65900K .......... .......... .......... .......... .......... 28% 37.8M 3s 65950K .......... .......... .......... .......... .......... 28% 38.4M 3s 66000K .......... .......... .......... .......... .......... 28% 94.4M 3s 66050K .......... .......... .......... .......... .......... 28% 48.7M 3s 66100K .......... .......... .......... .......... .......... 28% 30.5M 3s 66150K .......... .......... .......... .......... .......... 28% 43.1M 3s 66200K .......... .......... .......... .......... .......... 28% 95.2M 3s 66250K .......... .......... .......... .......... .......... 28% 64.4M 3s 66300K .......... .......... .......... .......... .......... 28% 24.1M 3s 66350K .......... .......... .......... .......... .......... 28% 6.59M 3s 66400K .......... .......... .......... .......... .......... 28% 49.8M 3s 66450K .......... .......... .......... .......... .......... 28% 10.3M 3s 66500K .......... .......... .......... .......... .......... 28% 156M 3s 66550K .......... .......... .......... .......... .......... 28% 168M 3s 66600K .......... .......... .......... .......... .......... 28% 156M 3s 66650K .......... .......... .......... .......... .......... 28% 4.61M 3s 66700K .......... .......... .......... .......... .......... 28% 66.0M 3s 66750K .......... .......... .......... .......... .......... 28% 43.8M 3s 66800K .......... .......... .......... .......... .......... 28% 9.49M 3s 66850K .......... .......... .......... .......... .......... 28% 54.0M 3s 66900K .......... .......... .......... .......... .......... 28% 38.0M 3s 66950K .......... .......... .......... .......... .......... 28% 15.8M 3s 67000K .......... .......... .......... .......... .......... 28% 20.7M 3s 67050K .......... .......... .......... .......... .......... 28% 25.7M 3s 67100K .......... .......... .......... .......... .......... 28% 56.6M 3s 67150K .......... .......... .......... .......... .......... 28% 32.8M 3s 67200K .......... .......... .......... .......... .......... 28% 49.3M 3s 67250K .......... .......... .......... .......... .......... 29% 23.4M 3s 67300K .......... .......... .......... .......... .......... 29% 16.1M 3s 67350K .......... .......... .......... .......... .......... 29% 53.5M 3s 67400K .......... .......... .......... .......... .......... 29% 22.6M 3s 67450K .......... .......... .......... .......... .......... 29% 53.1M 3s 67500K .......... .......... .......... .......... .......... 29% 36.9M 3s 67550K .......... .......... .......... .......... .......... 29% 37.5M 3s 67600K .......... .......... .......... .......... .......... 29% 54.6M 3s 67650K .......... .......... .......... .......... .......... 29% 44.3M 3s 67700K .......... .......... .......... .......... .......... 29% 43.8M 3s 67750K .......... .......... .......... .......... .......... 29% 31.2M 3s 67800K .......... .......... .......... .......... .......... 29% 40.4M 3s 67850K .......... .......... .......... .......... .......... 29% 30.2M 3s 67900K .......... .......... .......... .......... .......... 29% 80.6M 3s 67950K .......... .......... .......... .......... .......... 29% 35.0M 3s 68000K .......... .......... .......... .......... .......... 29% 31.9M 3s 68050K .......... .......... .......... .......... .......... 29% 37.8M 3s 68100K .......... .......... .......... .......... .......... 29% 75.7M 3s 68150K .......... .......... .......... .......... .......... 29% 58.1M 3s 68200K .......... .......... .......... .......... .......... 29% 26.3M 3s 68250K .......... .......... .......... .......... .......... 29% 49.9M 3s 68300K .......... .......... .......... .......... .......... 29% 29.1M 3s 68350K .......... .......... .......... .......... .......... 29% 44.6M 3s 68400K .......... .......... .......... .......... .......... 29% 84.0M 3s 68450K .......... .......... .......... .......... .......... 29% 26.1M 3s 68500K .......... .......... .......... .......... .......... 29% 47.1M 3s 68550K .......... .......... .......... .......... .......... 29% 26.8M 3s 68600K .......... .......... .......... .......... .......... 29% 35.7M 3s 68650K .......... .......... .......... .......... .......... 29% 43.7M 3s 68700K .......... .......... .......... .......... .......... 29% 44.0M 3s 68750K .......... .......... .......... .......... .......... 29% 27.2M 3s 68800K .......... .......... .......... .......... .......... 29% 51.4M 3s 68850K .......... .......... .......... .......... .......... 29% 88.7M 3s 68900K .......... .......... .......... .......... .......... 29% 20.7M 3s 68950K .......... .......... .......... .......... .......... 29% 81.1M 3s 69000K .......... .......... .......... .......... .......... 29% 23.6M 3s 69050K .......... .......... .......... .......... .......... 29% 54.5M 3s 69100K .......... .......... .......... .......... .......... 29% 19.3M 3s 69150K .......... .......... .......... .......... .......... 29% 43.1M 3s 69200K .......... .......... .......... .......... .......... 29% 85.5M 3s 69250K .......... .......... .......... .......... .......... 29% 23.8M 3s 69300K .......... .......... .......... .......... .......... 29% 52.3M 3s 69350K .......... .......... .......... .......... .......... 29% 37.4M 3s 69400K .......... .......... .......... .......... .......... 29% 36.2M 3s 69450K .......... .......... .......... .......... .......... 29% 43.8M 3s 69500K .......... .......... .......... .......... .......... 29% 47.3M 3s 69550K .......... .......... .......... .......... .......... 29% 31.5M 3s 69600K .......... .......... .......... .......... .......... 30% 84.0M 3s 69650K .......... .......... .......... .......... .......... 30% 38.9M 3s 69700K .......... .......... .......... .......... .......... 30% 37.0M 3s 69750K .......... .......... .......... .......... .......... 30% 34.2M 3s 69800K .......... .......... .......... .......... .......... 30% 28.6M 3s 69850K .......... .......... .......... .......... .......... 30% 27.9M 3s 69900K .......... .......... .......... .......... .......... 30% 130M 3s 69950K .......... .......... .......... .......... .......... 30% 41.2M 3s 70000K .......... .......... .......... .......... .......... 30% 28.4M 3s 70050K .......... .......... .......... .......... .......... 30% 37.9M 3s 70100K .......... .......... .......... .......... .......... 30% 87.0M 3s 70150K .......... .......... .......... .......... .......... 30% 30.5M 3s 70200K .......... .......... .......... .......... .......... 30% 36.6M 3s 70250K .......... .......... .......... .......... .......... 30% 35.1M 3s 70300K .......... .......... .......... .......... .......... 30% 28.4M 3s 70350K .......... .......... .......... .......... .......... 30% 87.7M 3s 70400K .......... .......... .......... .......... .......... 30% 47.2M 3s 70450K .......... .......... .......... .......... .......... 30% 25.9M 3s 70500K .......... .......... .......... .......... .......... 30% 45.3M 3s 70550K .......... .......... .......... .......... .......... 30% 52.8M 3s 70600K .......... .......... .......... .......... .......... 30% 24.2M 3s 70650K .......... .......... .......... .......... .......... 30% 44.5M 3s 70700K .......... .......... .......... .......... .......... 30% 77.0M 3s 70750K .......... .......... .......... .......... .......... 30% 25.9M 3s 70800K .......... .......... .......... .......... .......... 30% 42.3M 3s 70850K .......... .......... .......... .......... .......... 30% 88.8M 3s 70900K .......... .......... .......... .......... .......... 30% 37.4M 3s 70950K .......... .......... .......... .......... .......... 30% 31.8M 3s 71000K .......... .......... .......... .......... .......... 30% 29.5M 3s 71050K .......... .......... .......... .......... .......... 30% 34.3M 3s 71100K .......... .......... .......... .......... .......... 30% 34.7M 3s 71150K .......... .......... .......... .......... .......... 30% 44.2M 3s 71200K .......... .......... .......... .......... .......... 30% 37.1M 3s 71250K .......... .......... .......... .......... .......... 30% 6.61M 3s 71300K .......... .......... .......... .......... .......... 30% 44.0M 3s 71350K .......... .......... .......... .......... .......... 30% 44.2M 3s 71400K .......... .......... .......... .......... .......... 30% 29.8M 3s 71450K .......... .......... .......... .......... .......... 30% 33.8M 3s 71500K .......... .......... .......... .......... .......... 30% 20.0M 3s 71550K .......... .......... .......... .......... .......... 30% 32.2M 3s 71600K .......... .......... .......... .......... .......... 30% 36.0M 3s 71650K .......... .......... .......... .......... .......... 30% 90.8M 3s 71700K .......... .......... .......... .......... .......... 30% 29.4M 3s 71750K .......... .......... .......... .......... .......... 30% 29.7M 3s 71800K .......... .......... .......... .......... .......... 30% 54.0M 3s 71850K .......... .......... .......... .......... .......... 30% 24.7M 3s 71900K .......... .......... .......... .......... .......... 31% 90.7M 3s 71950K .......... .......... .......... .......... .......... 31% 65.3M 3s 72000K .......... .......... .......... .......... .......... 31% 18.9M 3s 72050K .......... .......... .......... .......... .......... 31% 59.1M 3s 72100K .......... .......... .......... .......... .......... 31% 44.6M 3s 72150K .......... .......... .......... .......... .......... 31% 38.0M 3s 72200K .......... .......... .......... .......... .......... 31% 56.0M 3s 72250K .......... .......... .......... .......... .......... 31% 41.3M 3s 72300K .......... .......... .......... .......... .......... 31% 32.1M 3s 72350K .......... .......... .......... .......... .......... 31% 39.8M 3s 72400K .......... .......... .......... .......... .......... 31% 120M 3s 72450K .......... .......... .......... .......... .......... 31% 66.6M 3s 72500K .......... .......... .......... .......... .......... 31% 26.3M 3s 72550K .......... .......... .......... .......... .......... 31% 53.4M 3s 72600K .......... .......... .......... .......... .......... 31% 29.6M 3s 72650K .......... .......... .......... .......... .......... 31% 43.0M 3s 72700K .......... .......... .......... .......... .......... 31% 65.4M 3s 72750K .......... .......... .......... .......... .......... 31% 134M 3s 72800K .......... .......... .......... .......... .......... 31% 22.1M 3s 72850K .......... .......... .......... .......... .......... 31% 91.6M 3s 72900K .......... .......... .......... .......... .......... 31% 52.6M 3s 72950K .......... .......... .......... .......... .......... 31% 36.8M 3s 73000K .......... .......... .......... .......... .......... 31% 38.5M 3s 73050K .......... .......... .......... .......... .......... 31% 43.8M 3s 73100K .......... .......... .......... .......... .......... 31% 31.6M 3s 73150K .......... .......... .......... .......... .......... 31% 89.0M 3s 73200K .......... .......... .......... .......... .......... 31% 37.3M 3s 73250K .......... .......... .......... .......... .......... 31% 37.7M 3s 73300K .......... .......... .......... .......... .......... 31% 35.7M 3s 73350K .......... .......... .......... .......... .......... 31% 89.9M 3s 73400K .......... .......... .......... .......... .......... 31% 29.8M 3s 73450K .......... .......... .......... .......... .......... 31% 34.4M 3s 73500K .......... .......... .......... .......... .......... 31% 52.6M 3s 73550K .......... .......... .......... .......... .......... 31% 46.8M 3s 73600K .......... .......... .......... .......... .......... 31% 37.6M 3s 73650K .......... .......... .......... .......... .......... 31% 84.8M 3s 73700K .......... .......... .......... .......... .......... 31% 47.1M 3s 73750K .......... .......... .......... .......... .......... 31% 40.5M 3s 73800K .......... .......... .......... .......... .......... 31% 37.8M 3s 73850K .......... .......... .......... .......... .......... 31% 32.9M 3s 73900K .......... .......... .......... .......... .......... 31% 88.2M 3s 73950K .......... .......... .......... .......... .......... 31% 40.3M 3s 74000K .......... .......... .......... .......... .......... 31% 84.6M 3s 74050K .......... .......... .......... .......... .......... 31% 22.6M 3s 74100K .......... .......... .......... .......... .......... 31% 88.1M 3s 74150K .......... .......... .......... .......... .......... 31% 88.4M 3s 74200K .......... .......... .......... .......... .......... 32% 36.2M 3s 74250K .......... .......... .......... .......... .......... 32% 32.8M 3s 74300K .......... .......... .......... .......... .......... 32% 45.4M 3s 74350K .......... .......... .......... .......... .......... 32% 39.5M 3s 74400K .......... .......... .......... .......... .......... 32% 123M 3s 74450K .......... .......... .......... .......... .......... 32% 28.4M 3s 74500K .......... .......... .......... .......... .......... 32% 33.1M 3s 74550K .......... .......... .......... .......... .......... 32% 44.1M 3s 74600K .......... .......... .......... .......... .......... 32% 38.5M 3s 74650K .......... .......... .......... .......... .......... 32% 52.9M 3s 74700K .......... .......... .......... .......... .......... 32% 39.0M 3s 74750K .......... .......... .......... .......... .......... 32% 53.3M 3s 74800K .......... .......... .......... .......... .......... 32% 28.7M 3s 74850K .......... .......... .......... .......... .......... 32% 52.9M 3s 74900K .......... .......... .......... .......... .......... 32% 52.8M 3s 74950K .......... .......... .......... .......... .......... 32% 33.0M 3s 75000K .......... .......... .......... .......... .......... 32% 44.6M 3s 75050K .......... .......... .......... .......... .......... 32% 39.3M 3s 75100K .......... .......... .......... .......... .......... 32% 43.6M 3s 75150K .......... .......... .......... .......... .......... 32% 87.9M 3s 75200K .......... .......... .......... .......... .......... 32% 31.4M 3s 75250K .......... .......... .......... .......... .......... 32% 31.6M 3s 75300K .......... .......... .......... .......... .......... 32% 53.0M 3s 75350K .......... .......... .......... .......... .......... 32% 132M 3s 75400K .......... .......... .......... .......... .......... 32% 25.0M 3s 75450K .......... .......... .......... .......... .......... 32% 47.9M 3s 75500K .......... .......... .......... .......... .......... 32% 39.8M 3s 75550K .......... .......... .......... .......... .......... 32% 37.2M 3s 75600K .......... .......... .......... .......... .......... 32% 36.8M 3s 75650K .......... .......... .......... .......... .......... 32% 86.9M 3s 75700K .......... .......... .......... .......... .......... 32% 44.0M 3s 75750K .......... .......... .......... .......... .......... 32% 36.4M 3s 75800K .......... .......... .......... .......... .......... 32% 35.7M 3s 75850K .......... .......... .......... .......... .......... 32% 35.1M 3s 75900K .......... .......... .......... .......... .......... 32% 88.2M 3s 75950K .......... .......... .......... .......... .......... 32% 88.4M 3s 76000K .......... .......... .......... .......... .......... 32% 27.8M 3s 76050K .......... .......... .......... .......... .......... 32% 52.2M 3s 76100K .......... .......... .......... .......... .......... 32% 48.8M 3s 76150K .......... .......... .......... .......... .......... 32% 79.4M 3s 76200K .......... .......... .......... .......... .......... 32% 33.4M 3s 76250K .......... .......... .......... .......... .......... 32% 33.1M 3s 76300K .......... .......... .......... .......... .......... 32% 40.7M 3s 76350K .......... .......... .......... .......... .......... 32% 46.5M 3s 76400K .......... .......... .......... .......... .......... 32% 85.7M 3s 76450K .......... .......... .......... .......... .......... 32% 38.3M 3s 76500K .......... .......... .......... .......... .......... 32% 51.3M 3s 76550K .......... .......... .......... .......... .......... 33% 41.2M 3s 76600K .......... .......... .......... .......... .......... 33% 38.3M 3s 76650K .......... .......... .......... .......... .......... 33% 65.9M 3s 76700K .......... .......... .......... .......... .......... 33% 65.6M 3s 76750K .......... .......... .......... .......... .......... 33% 25.2M 3s 76800K .......... .......... .......... .......... .......... 33% 42.1M 3s 76850K .......... .......... .......... .......... .......... 33% 11.2M 3s 76900K .......... .......... .......... .......... .......... 33% 186M 3s 76950K .......... .......... .......... .......... .......... 33% 189M 3s 77000K .......... .......... .......... .......... .......... 33% 161M 3s 77050K .......... .......... .......... .......... .......... 33% 36.8M 3s 77100K .......... .......... .......... .......... .......... 33% 43.9M 3s 77150K .......... .......... .......... .......... .......... 33% 35.0M 3s 77200K .......... .......... .......... .......... .......... 33% 50.2M 3s 77250K .......... .......... .......... .......... .......... 33% 45.0M 3s 77300K .......... .......... .......... .......... .......... 33% 28.4M 3s 77350K .......... .......... .......... .......... .......... 33% 46.1M 3s 77400K .......... .......... .......... .......... .......... 33% 26.9M 3s 77450K .......... .......... .......... .......... .......... 33% 87.2M 3s 77500K .......... .......... .......... .......... .......... 33% 29.0M 3s 77550K .......... .......... .......... .......... .......... 33% 35.6M 3s 77600K .......... .......... .......... .......... .......... 33% 32.6M 3s 77650K .......... .......... .......... .......... .......... 33% 91.8M 3s 77700K .......... .......... .......... .......... .......... 33% 34.9M 3s 77750K .......... .......... .......... .......... .......... 33% 45.4M 3s 77800K .......... .......... .......... .......... .......... 33% 28.8M 3s 77850K .......... .......... .......... .......... .......... 33% 36.8M 3s 77900K .......... .......... .......... .......... .......... 33% 96.3M 3s 77950K .......... .......... .......... .......... .......... 33% 33.0M 3s 78000K .......... .......... .......... .......... .......... 33% 42.1M 3s 78050K .......... .......... .......... .......... .......... 33% 27.1M 3s 78100K .......... .......... .......... .......... .......... 33% 38.2M 3s 78150K .......... .......... .......... .......... .......... 33% 90.2M 3s 78200K .......... .......... .......... .......... .......... 33% 26.7M 3s 78250K .......... .......... .......... .......... .......... 33% 37.8M 3s 78300K .......... .......... .......... .......... .......... 33% 40.1M 3s 78350K .......... .......... .......... .......... .......... 33% 32.3M 3s 78400K .......... .......... .......... .......... .......... 33% 43.4M 3s 78450K .......... .......... .......... .......... .......... 33% 43.9M 3s 78500K .......... .......... .......... .......... .......... 33% 11.7M 3s 78550K .......... .......... .......... .......... .......... 33% 30.8M 3s 78600K .......... .......... .......... .......... .......... 33% 30.5M 3s 78650K .......... .......... .......... .......... .......... 33% 37.8M 3s 78700K .......... .......... .......... .......... .......... 33% 42.8M 3s 78750K .......... .......... .......... .......... .......... 33% 25.9M 3s 78800K .......... .......... .......... .......... .......... 33% 32.4M 3s 78850K .......... .......... .......... .......... .......... 34% 42.5M 3s 78900K .......... .......... .......... .......... .......... 34% 50.6M 3s 78950K .......... .......... .......... .......... .......... 34% 23.3M 3s 79000K .......... .......... .......... .......... .......... 34% 60.9M 3s 79050K .......... .......... .......... .......... .......... 34% 18.6M 3s 79100K .......... .......... .......... .......... .......... 34% 52.9M 3s 79150K .......... .......... .......... .......... .......... 34% 50.6M 3s 79200K .......... .......... .......... .......... .......... 34% 26.2M 3s 79250K .......... .......... .......... .......... .......... 34% 87.9M 3s 79300K .......... .......... .......... .......... .......... 34% 38.2M 3s 79350K .......... .......... .......... .......... .......... 34% 29.2M 3s 79400K .......... .......... .......... .......... .......... 34% 24.2M 3s 79450K .......... .......... .......... .......... .......... 34% 87.2M 3s 79500K .......... .......... .......... .......... .......... 34% 50.3M 3s 79550K .......... .......... .......... .......... .......... 34% 28.2M 3s 79600K .......... .......... .......... .......... .......... 34% 47.1M 3s 79650K .......... .......... .......... .......... .......... 34% 37.7M 3s 79700K .......... .......... .......... .......... .......... 34% 39.8M 3s 79750K .......... .......... .......... .......... .......... 34% 51.8M 3s 79800K .......... .......... .......... .......... .......... 34% 26.1M 3s 79850K .......... .......... .......... .......... .......... 34% 52.1M 3s 79900K .......... .......... .......... .......... .......... 34% 24.1M 3s 79950K .......... .......... .......... .......... .......... 34% 73.6M 3s 80000K .......... .......... .......... .......... .......... 34% 54.9M 3s 80050K .......... .......... .......... .......... .......... 34% 19.9M 3s 80100K .......... .......... .......... .......... .......... 34% 130M 3s 80150K .......... .......... .......... .......... .......... 34% 44.7M 3s 80200K .......... .......... .......... .......... .......... 34% 27.4M 3s 80250K .......... .......... .......... .......... .......... 34% 66.1M 3s 80300K .......... .......... .......... .......... .......... 34% 27.0M 3s 80350K .......... .......... .......... .......... .......... 34% 65.8M 3s 80400K .......... .......... .......... .......... .......... 34% 52.3M 3s 80450K .......... .......... .......... .......... .......... 34% 26.8M 3s 80500K .......... .......... .......... .......... .......... 34% 65.8M 3s 80550K .......... .......... .......... .......... .......... 34% 33.7M 3s 80600K .......... .......... .......... .......... .......... 34% 33.5M 3s 80650K .......... .......... .......... .......... .......... 34% 87.8M 3s 80700K .......... .......... .......... .......... .......... 34% 19.0M 3s 80750K .......... .......... .......... .......... .......... 34% 66.2M 3s 80800K .......... .......... .......... .......... .......... 34% 109M 3s 80850K .......... .......... .......... .......... .......... 34% 20.2M 3s 80900K .......... .......... .......... .......... .......... 34% 88.5M 3s 80950K .......... .......... .......... .......... .......... 34% 89.0M 3s 81000K .......... .......... .......... .......... .......... 34% 20.8M 3s 81050K .......... .......... .......... .......... .......... 34% 67.0M 3s 81100K .......... .......... .......... .......... .......... 34% 24.2M 3s 81150K .......... .......... .......... .......... .......... 34% 87.4M 3s 81200K .......... .......... .......... .......... .......... 35% 85.8M 3s 81250K .......... .......... .......... .......... .......... 35% 23.7M 3s 81300K .......... .......... .......... .......... .......... 35% 66.7M 3s 81350K .......... .......... .......... .......... .......... 35% 49.7M 3s 81400K .......... .......... .......... .......... .......... 35% 25.7M 3s 81450K .......... .......... .......... .......... .......... 35% 86.8M 3s 81500K .......... .......... .......... .......... .......... 35% 43.7M 3s 81550K .......... .......... .......... .......... .......... 35% 35.2M 3s 81600K .......... .......... .......... .......... .......... 35% 64.5M 3s 81650K .......... .......... .......... .......... .......... 35% 88.2M 3s 81700K .......... .......... .......... .......... .......... 35% 28.8M 3s 81750K .......... .......... .......... .......... .......... 35% 44.1M 3s 81800K .......... .......... .......... .......... .......... 35% 27.5M 3s 81850K .......... .......... .......... .......... .......... 35% 35.5M 3s 81900K .......... .......... .......... .......... .......... 35% 46.4M 3s 81950K .......... .......... .......... .......... .......... 35% 45.4M 3s 82000K .......... .......... .......... .......... .......... 35% 51.0M 3s 82050K .......... .......... .......... .......... .......... 35% 41.6M 3s 82100K .......... .......... .......... .......... .......... 35% 28.5M 3s 82150K .......... .......... .......... .......... .......... 35% 89.5M 3s 82200K .......... .......... .......... .......... .......... 35% 34.4M 3s 82250K .......... .......... .......... .......... .......... 35% 37.4M 3s 82300K .......... .......... .......... .......... .......... 35% 37.4M 3s 82350K .......... .......... .......... .......... .......... 35% 40.1M 3s 82400K .......... .......... .......... .......... .......... 35% 32.6M 3s 82450K .......... .......... .......... .......... .......... 35% 80.4M 3s 82500K .......... .......... .......... .......... .......... 35% 41.0M 3s 82550K .......... .......... .......... .......... .......... 35% 26.0M 3s 82600K .......... .......... .......... .......... .......... 35% 45.1M 3s 82650K .......... .......... .......... .......... .......... 35% 27.4M 3s 82700K .......... .......... .......... .......... .......... 35% 89.2M 3s 82750K .......... .......... .......... .......... .......... 35% 52.2M 3s 82800K .......... .......... .......... .......... .......... 35% 28.5M 3s 82850K .......... .......... .......... .......... .......... 35% 45.4M 3s 82900K .......... .......... .......... .......... .......... 35% 87.2M 3s 82950K .......... .......... .......... .......... .......... 35% 25.0M 3s 83000K .......... .......... .......... .......... .......... 35% 44.8M 3s 83050K .......... .......... .......... .......... .......... 35% 34.1M 3s 83100K .......... .......... .......... .......... .......... 35% 67.2M 3s 83150K .......... .......... .......... .......... .......... 35% 44.3M 3s 83200K .......... .......... .......... .......... .......... 35% 59.4M 3s 83250K .......... .......... .......... .......... .......... 35% 32.8M 3s 83300K .......... .......... .......... .......... .......... 35% 48.2M 3s 83350K .......... .......... .......... .......... .......... 35% 27.4M 3s 83400K .......... .......... .......... .......... .......... 35% 40.6M 3s 83450K .......... .......... .......... .......... .......... 35% 87.8M 3s 83500K .......... .......... .......... .......... .......... 36% 31.0M 3s 83550K .......... .......... .......... .......... .......... 36% 42.5M 3s 83600K .......... .......... .......... .......... .......... 36% 84.5M 3s 83650K .......... .......... .......... .......... .......... 36% 22.7M 3s 83700K .......... .......... .......... .......... .......... 36% 65.5M 3s 83750K .......... .......... .......... .......... .......... 36% 131M 3s 83800K .......... .......... .......... .......... .......... 36% 25.3M 3s 83850K .......... .......... .......... .......... .......... 36% 45.4M 3s 83900K .......... .......... .......... .......... .......... 36% 46.4M 3s 83950K .......... .......... .......... .......... .......... 36% 43.9M 3s 84000K .......... .......... .......... .......... .......... 36% 41.2M 3s 84050K .......... .......... .......... .......... .......... 36% 34.0M 3s 84100K .......... .......... .......... .......... .......... 36% 35.2M 3s 84150K .......... .......... .......... .......... .......... 36% 88.6M 3s 84200K .......... .......... .......... .......... .......... 36% 27.6M 3s 84250K .......... .......... .......... .......... .......... 36% 37.5M 3s 84300K .......... .......... .......... .......... .......... 36% 52.7M 3s 84350K .......... .......... .......... .......... .......... 36% 27.6M 3s 84400K .......... .......... .......... .......... .......... 36% 84.1M 3s 84450K .......... .......... .......... .......... .......... 36% 88.0M 3s 84500K .......... .......... .......... .......... .......... 36% 26.1M 3s 84550K .......... .......... .......... .......... .......... 36% 65.9M 3s 84600K .......... .......... .......... .......... .......... 36% 34.7M 3s 84650K .......... .......... .......... .......... .......... 36% 32.0M 3s 84700K .......... .......... .......... .......... .......... 36% 88.8M 3s 84750K .......... .......... .......... .......... .......... 36% 45.8M 3s 84800K .......... .......... .......... .......... .......... 36% 85.0M 3s 84850K .......... .......... .......... .......... .......... 36% 26.1M 3s 84900K .......... .......... .......... .......... .......... 36% 43.6M 3s 84950K .......... .......... .......... .......... .......... 36% 89.1M 3s 85000K .......... .......... .......... .......... .......... 36% 16.1M 3s 85050K .......... .......... .......... .......... .......... 36% 80.5M 3s 85100K .......... .......... .......... .......... .......... 36% 39.2M 3s 85150K .......... .......... .......... .......... .......... 36% 36.3M 3s 85200K .......... .......... .......... .......... .......... 36% 49.9M 3s 85250K .......... .......... .......... .......... .......... 36% 45.3M 3s 85300K .......... .......... .......... .......... .......... 36% 89.2M 3s 85350K .......... .......... .......... .......... .......... 36% 21.7M 3s 85400K .......... .......... .......... .......... .......... 36% 36.6M 3s 85450K .......... .......... .......... .......... .......... 36% 66.1M 3s 85500K .......... .......... .......... .......... .......... 36% 44.0M 3s 85550K .......... .......... .......... .......... .......... 36% 31.9M 3s 85600K .......... .......... .......... .......... .......... 36% 64.8M 3s 85650K .......... .......... .......... .......... .......... 36% 27.0M 3s 85700K .......... .......... .......... .......... .......... 36% 65.3M 3s 85750K .......... .......... .......... .......... .......... 36% 66.1M 3s 85800K .......... .......... .......... .......... .......... 37% 18.9M 3s 85850K .......... .......... .......... .......... .......... 37% 88.4M 3s 85900K .......... .......... .......... .......... .......... 37% 45.8M 3s 85950K .......... .......... .......... .......... .......... 37% 53.5M 3s 86000K .......... .......... .......... .......... .......... 37% 23.2M 3s 86050K .......... .......... .......... .......... .......... 37% 86.5M 3s 86100K .......... .......... .......... .......... .......... 37% 27.8M 3s 86150K .......... .......... .......... .......... .......... 37% 43.8M 3s 86200K .......... .......... .......... .......... .......... 37% 38.7M 3s 86250K .......... .......... .......... .......... .......... 37% 86.9M 3s 86300K .......... .......... .......... .......... .......... 37% 31.2M 3s 86350K .......... .......... .......... .......... .......... 37% 40.2M 3s 86400K .......... .......... .......... .......... .......... 37% 41.4M 3s 86450K .......... .......... .......... .......... .......... 37% 117M 3s 86500K .......... .......... .......... .......... .......... 37% 29.3M 3s 86550K .......... .......... .......... .......... .......... 37% 41.6M 3s 86600K .......... .......... .......... .......... .......... 37% 32.7M 3s 86650K .......... .......... .......... .......... .......... 37% 29.5M 3s 86700K .......... .......... .......... .......... .......... 37% 89.3M 3s 86750K .......... .......... .......... .......... .......... 37% 52.9M 3s 86800K .......... .......... .......... .......... .......... 37% 27.6M 3s 86850K .......... .......... .......... .......... .......... 37% 89.3M 3s 86900K .......... .......... .......... .......... .......... 37% 27.1M 3s 86950K .......... .......... .......... .......... .......... 37% 53.5M 3s 87000K .......... .......... .......... .......... .......... 37% 67.4M 3s 87050K .......... .......... .......... .......... .......... 37% 53.1M 3s 87100K .......... .......... .......... .......... .......... 37% 33.4M 3s 87150K .......... .......... .......... .......... .......... 37% 37.8M 3s 87200K .......... .......... .......... .......... .......... 37% 112M 3s 87250K .......... .......... .......... .......... .......... 37% 28.8M 3s 87300K .......... .......... .......... .......... .......... 37% 45.8M 3s 87350K .......... .......... .......... .......... .......... 37% 87.8M 3s 87400K .......... .......... .......... .......... .......... 37% 25.5M 3s 87450K .......... .......... .......... .......... .......... 37% 87.5M 3s 87500K .......... .......... .......... .......... .......... 37% 88.4M 3s 87550K .......... .......... .......... .......... .......... 37% 20.4M 3s 87600K .......... .......... .......... .......... .......... 37% 80.9M 3s 87650K .......... .......... .......... .......... .......... 37% 54.9M 3s 87700K .......... .......... .......... .......... .......... 37% 41.3M 3s 87750K .......... .......... .......... .......... .......... 37% 48.7M 3s 87800K .......... .......... .......... .......... .......... 37% 44.9M 3s 87850K .......... .......... .......... .......... .......... 37% 26.5M 3s 87900K .......... .......... .......... .......... .......... 37% 88.1M 3s 87950K .......... .......... .......... .......... .......... 37% 88.7M 3s 88000K .......... .......... .......... .......... .......... 37% 51.5M 3s 88050K .......... .......... .......... .......... .......... 37% 31.0M 3s 88100K .......... .......... .......... .......... .......... 37% 71.1M 3s 88150K .......... .......... .......... .......... .......... 38% 23.0M 3s 88200K .......... .......... .......... .......... .......... 38% 90.3M 3s 88250K .......... .......... .......... .......... .......... 38% 89.0M 3s 88300K .......... .......... .......... .......... .......... 38% 33.1M 3s 88350K .......... .......... .......... .......... .......... 38% 29.7M 3s 88400K .......... .......... .......... .......... .......... 38% 84.7M 3s 88450K .......... .......... .......... .......... .......... 38% 117M 3s 88500K .......... .......... .......... .......... .......... 38% 23.3M 3s 88550K .......... .......... .......... .......... .......... 38% 66.9M 3s 88600K .......... .......... .......... .......... .......... 38% 39.1M 3s 88650K .......... .......... .......... .......... .......... 38% 34.4M 3s 88700K .......... .......... .......... .......... .......... 38% 37.3M 3s 88750K .......... .......... .......... .......... .......... 38% 86.4M 3s 88800K .......... .......... .......... .......... .......... 38% 43.1M 3s 88850K .......... .......... .......... .......... .......... 38% 27.5M 3s 88900K .......... .......... .......... .......... .......... 38% 30.1M 3s 88950K .......... .......... .......... .......... .......... 38% 134M 3s 89000K .......... .......... .......... .......... .......... 38% 45.3M 3s 89050K .......... .......... .......... .......... .......... 38% 24.5M 3s 89100K .......... .......... .......... .......... .......... 38% 87.6M 3s 89150K .......... .......... .......... .......... .......... 38% 45.9M 3s 89200K .......... .......... .......... .......... .......... 38% 43.3M 3s 89250K .......... .......... .......... .......... .......... 38% 43.9M 3s 89300K .......... .......... .......... .......... .......... 38% 37.9M 3s 89350K .......... .......... .......... .......... .......... 38% 29.2M 3s 89400K .......... .......... .......... .......... .......... 38% 42.4M 3s 89450K .......... .......... .......... .......... .......... 38% 23.7M 3s 89500K .......... .......... .......... .......... .......... 38% 135M 3s 89550K .......... .......... .......... .......... .......... 38% 65.5M 3s 89600K .......... .......... .......... .......... .......... 38% 24.3M 3s 89650K .......... .......... .......... .......... .......... 38% 91.0M 3s 89700K .......... .......... .......... .......... .......... 38% 87.3M 3s 89750K .......... .......... .......... .......... .......... 38% 19.3M 3s 89800K .......... .......... .......... .......... .......... 38% 8.43M 3s 89850K .......... .......... .......... .......... .......... 38% 74.7M 3s 89900K .......... .......... .......... .......... .......... 38% 161M 3s 89950K .......... .......... .......... .......... .......... 38% 245M 3s 90000K .......... .......... .......... .......... .......... 38% 52.9M 3s 90050K .......... .......... .......... .......... .......... 38% 22.2M 3s 90100K .......... .......... .......... .......... .......... 38% 44.0M 3s 90150K .......... .......... .......... .......... .......... 38% 22.7M 3s 90200K .......... .......... .......... .......... .......... 38% 35.1M 3s 90250K .......... .......... .......... .......... .......... 38% 51.2M 3s 90300K .......... .......... .......... .......... .......... 38% 33.9M 3s 90350K .......... .......... .......... .......... .......... 38% 37.7M 3s 90400K .......... .......... .......... .......... .......... 38% 28.9M 3s 90450K .......... .......... .......... .......... .......... 39% 52.6M 3s 90500K .......... .......... .......... .......... .......... 39% 65.9M 3s 90550K .......... .......... .......... .......... .......... 39% 27.0M 3s 90600K .......... .......... .......... .......... .......... 39% 33.6M 3s 90650K .......... .......... .......... .......... .......... 39% 43.3M 3s 90700K .......... .......... .......... .......... .......... 39% 33.6M 3s 90750K .......... .......... .......... .......... .......... 39% 88.4M 3s 90800K .......... .......... .......... .......... .......... 39% 30.9M 3s 90850K .......... .......... .......... .......... .......... 39% 42.1M 3s 90900K .......... .......... .......... .......... .......... 39% 31.3M 3s 90950K .......... .......... .......... .......... .......... 39% 89.0M 3s 91000K .......... .......... .......... .......... .......... 39% 27.5M 3s 91050K .......... .......... .......... .......... .......... 39% 35.7M 3s 91100K .......... .......... .......... .......... .......... 39% 52.9M 3s 91150K .......... .......... .......... .......... .......... 39% 31.0M 3s 91200K .......... .......... .......... .......... .......... 39% 64.9M 3s 91250K .......... .......... .......... .......... .......... 39% 52.3M 3s 91300K .......... .......... .......... .......... .......... 39% 27.9M 3s 91350K .......... .......... .......... .......... .......... 39% 43.4M 3s 91400K .......... .......... .......... .......... .......... 39% 25.7M 3s 91450K .......... .......... .......... .......... .......... 39% 37.5M 3s 91500K .......... .......... .......... .......... .......... 39% 67.8M 3s 91550K .......... .......... .......... .......... .......... 39% 28.7M 3s 91600K .......... .......... .......... .......... .......... 39% 52.3M 3s 91650K .......... .......... .......... .......... .......... 39% 51.8M 3s 91700K .......... .......... .......... .......... .......... 39% 37.4M 3s 91750K .......... .......... .......... .......... .......... 39% 62.6M 3s 91800K .......... .......... .......... .......... .......... 39% 22.7M 3s 91850K .......... .......... .......... .......... .......... 39% 53.0M 3s 91900K .......... .......... .......... .......... .......... 39% 31.3M 3s 91950K .......... .......... .......... .......... .......... 39% 44.5M 3s 92000K .......... .......... .......... .......... .......... 39% 84.3M 3s 92050K .......... .......... .......... .......... .......... 39% 27.9M 3s 92100K .......... .......... .......... .......... .......... 39% 39.7M 3s 92150K .......... .......... .......... .......... .......... 39% 28.9M 3s 92200K .......... .......... .......... .......... .......... 39% 38.9M 3s 92250K .......... .......... .......... .......... .......... 39% 52.2M 3s 92300K .......... .......... .......... .......... .......... 39% 44.2M 3s 92350K .......... .......... .......... .......... .......... 39% 42.0M 3s 92400K .......... .......... .......... .......... .......... 39% 28.6M 3s 92450K .......... .......... .......... .......... .......... 39% 44.2M 3s 92500K .......... .......... .......... .......... .......... 39% 66.1M 3s 92550K .......... .......... .......... .......... .......... 39% 23.3M 3s 92600K .......... .......... .......... .......... .......... 39% 45.0M 3s 92650K .......... .......... .......... .......... .......... 39% 21.5M 3s 92700K .......... .......... .......... .......... .......... 39% 52.7M 3s 92750K .......... .......... .......... .......... .......... 39% 88.8M 3s 92800K .......... .......... .......... .......... .......... 40% 20.6M 3s 92850K .......... .......... .......... .......... .......... 40% 50.0M 3s 92900K .......... .......... .......... .......... .......... 40% 46.1M 3s 92950K .......... .......... .......... .......... .......... 40% 24.8M 3s 93000K .......... .......... .......... .......... .......... 40% 29.1M 3s 93050K .......... .......... .......... .......... .......... 40% 65.2M 3s 93100K .......... .......... .......... .......... .......... 40% 22.3M 3s 93150K .......... .......... .......... .......... .......... 40% 77.5M 3s 93200K .......... .......... .......... .......... .......... 40% 35.0M 3s 93250K .......... .......... .......... .......... .......... 40% 51.3M 3s 93300K .......... .......... .......... .......... .......... 40% 52.4M 3s 93350K .......... .......... .......... .......... .......... 40% 24.3M 3s 93400K .......... .......... .......... .......... .......... 40% 69.2M 3s 93450K .......... .......... .......... .......... .......... 40% 65.4M 3s 93500K .......... .......... .......... .......... .......... 40% 24.1M 3s 93550K .......... .......... .......... .......... .......... 40% 78.3M 3s 93600K .......... .......... .......... .......... .......... 40% 70.4M 3s 93650K .......... .......... .......... .......... .......... 40% 24.0M 3s 93700K .......... .......... .......... .......... .......... 40% 22.4M 3s 93750K .......... .......... .......... .......... .......... 40% 79.4M 3s 93800K .......... .......... .......... .......... .......... 40% 19.4M 3s 93850K .......... .......... .......... .......... .......... 40% 44.3M 3s 93900K .......... .......... .......... .......... .......... 40% 28.5M 3s 93950K .......... .......... .......... .......... .......... 40% 90.1M 3s 94000K .......... .......... .......... .......... .......... 40% 31.8M 3s 94050K .......... .......... .......... .......... .......... 40% 48.7M 3s 94100K .......... .......... .......... .......... .......... 40% 53.0M 3s 94150K .......... .......... .......... .......... .......... 40% 30.2M 3s 94200K .......... .......... .......... .......... .......... 40% 39.7M 3s 94250K .......... .......... .......... .......... .......... 40% 88.3M 3s 94300K .......... .......... .......... .......... .......... 40% 27.1M 3s 94350K .......... .......... .......... .......... .......... 40% 43.5M 3s 94400K .......... .......... .......... .......... .......... 40% 17.6M 3s 94450K .......... .......... .......... .......... .......... 40% 88.9M 3s 94500K .......... .......... .......... .......... .......... 40% 90.6M 3s 94550K .......... .......... .......... .......... .......... 40% 23.5M 3s 94600K .......... .......... .......... .......... .......... 40% 45.6M 3s 94650K .......... .......... .......... .......... .......... 40% 66.1M 3s 94700K .......... .......... .......... .......... .......... 40% 22.9M 3s 94750K .......... .......... .......... .......... .......... 40% 52.5M 3s 94800K .......... .......... .......... .......... .......... 40% 84.4M 3s 94850K .......... .......... .......... .......... .......... 40% 28.6M 3s 94900K .......... .......... .......... .......... .......... 40% 33.6M 3s 94950K .......... .......... .......... .......... .......... 40% 130M 3s 95000K .......... .......... .......... .......... .......... 40% 25.6M 3s 95050K .......... .......... .......... .......... .......... 40% 52.1M 3s 95100K .......... .......... .......... .......... .......... 41% 31.3M 3s 95150K .......... .......... .......... .......... .......... 41% 36.3M 3s 95200K .......... .......... .......... .......... .......... 41% 83.8M 3s 95250K .......... .......... .......... .......... .......... 41% 45.6M 3s 95300K .......... .......... .......... .......... .......... 41% 30.6M 3s 95350K .......... .......... .......... .......... .......... 41% 34.3M 3s 95400K .......... .......... .......... .......... .......... 41% 30.9M 3s 95450K .......... .......... .......... .......... .......... 41% 43.9M 3s 95500K .......... .......... .......... .......... .......... 41% 53.0M 3s 95550K .......... .......... .......... .......... .......... 41% 39.1M 3s 95600K .......... .......... .......... .......... .......... 41% 32.2M 3s 95650K .......... .......... .......... .......... .......... 41% 37.7M 3s 95700K .......... .......... .......... .......... .......... 41% 53.6M 3s 95750K .......... .......... .......... .......... .......... 41% 51.4M 3s 95800K .......... .......... .......... .......... .......... 41% 33.7M 3s 95850K .......... .......... .......... .......... .......... 41% 36.3M 3s 95900K .......... .......... .......... .......... .......... 41% 25.9M 3s 95950K .......... .......... .......... .......... .......... 41% 66.0M 3s 96000K .......... .......... .......... .......... .......... 41% 86.2M 3s 96050K .......... .......... .......... .......... .......... 41% 26.6M 3s 96100K .......... .......... .......... .......... .......... 41% 54.8M 3s 96150K .......... .......... .......... .......... .......... 41% 22.7M 3s 96200K .......... .......... .......... .......... .......... 41% 55.1M 3s 96250K .......... .......... .......... .......... .......... 41% 66.9M 3s 96300K .......... .......... .......... .......... .......... 41% 33.0M 3s 96350K .......... .......... .......... .......... .......... 41% 43.8M 3s 96400K .......... .......... .......... .......... .......... 41% 28.2M 3s 96450K .......... .......... .......... .......... .......... 41% 52.9M 3s 96500K .......... .......... .......... .......... .......... 41% 43.8M 3s 96550K .......... .......... .......... .......... .......... 41% 35.2M 3s 96600K .......... .......... .......... .......... .......... 41% 30.6M 3s 96650K .......... .......... .......... .......... .......... 41% 33.0M 3s 96700K .......... .......... .......... .......... .......... 41% 52.8M 3s 96750K .......... .......... .......... .......... .......... 41% 87.8M 3s 96800K .......... .......... .......... .......... .......... 41% 28.1M 3s 96850K .......... .......... .......... .......... .......... 41% 44.1M 3s 96900K .......... .......... .......... .......... .......... 41% 87.2M 3s 96950K .......... .......... .......... .......... .......... 41% 24.1M 3s 97000K .......... .......... .......... .......... .......... 41% 42.9M 3s 97050K .......... .......... .......... .......... .......... 41% 88.1M 3s 97100K .......... .......... .......... .......... .......... 41% 26.6M 3s 97150K .......... .......... .......... .......... .......... 41% 53.3M 3s 97200K .......... .......... .......... .......... .......... 41% 37.1M 3s 97250K .......... .......... .......... .......... .......... 41% 52.4M 3s 97300K .......... .......... .......... .......... .......... 41% 44.3M 3s 97350K .......... .......... .......... .......... .......... 41% 32.9M 3s 97400K .......... .......... .......... .......... .......... 42% 29.8M 3s 97450K .......... .......... .......... .......... .......... 42% 44.1M 3s 97500K .......... .......... .......... .......... .......... 42% 52.4M 3s 97550K .......... .......... .......... .......... .......... 42% 30.4M 3s 97600K .......... .......... .......... .......... .......... 42% 43.4M 3s 97650K .......... .......... .......... .......... .......... 42% 52.4M 3s 97700K .......... .......... .......... .......... .......... 42% 34.2M 3s 97750K .......... .......... .......... .......... .......... 42% 66.9M 3s 97800K .......... .......... .......... .......... .......... 42% 44.6M 3s 97850K .......... .......... .......... .......... .......... 42% 40.5M 3s 97900K .......... .......... .......... .......... .......... 42% 32.6M 3s 97950K .......... .......... .......... .......... .......... 42% 41.1M 3s 98000K .......... .......... .......... .......... .......... 42% 83.2M 3s 98050K .......... .......... .......... .......... .......... 42% 34.2M 3s 98100K .......... .......... .......... .......... .......... 42% 40.6M 3s 98150K .......... .......... .......... .......... .......... 42% 88.1M 3s 98200K .......... .......... .......... .......... .......... 42% 20.5M 3s 98250K .......... .......... .......... .......... .......... 42% 86.5M 3s 98300K .......... .......... .......... .......... .......... 42% 83.2M 3s 98350K .......... .......... .......... .......... .......... 42% 25.3M 3s 98400K .......... .......... .......... .......... .......... 42% 64.1M 3s 98450K .......... .......... .......... .......... .......... 42% 27.6M 3s 98500K .......... .......... .......... .......... .......... 42% 89.3M 3s 98550K .......... .......... .......... .......... .......... 42% 58.3M 3s 98600K .......... .......... .......... .......... .......... 42% 23.9M 3s 98650K .......... .......... .......... .......... .......... 42% 37.2M 3s 98700K .......... .......... .......... .......... .......... 42% 89.5M 3s 98750K .......... .......... .......... .......... .......... 42% 38.1M 3s 98800K .......... .......... .......... .......... .......... 42% 39.1M 3s 98850K .......... .......... .......... .......... .......... 42% 65.7M 3s 98900K .......... .......... .......... .......... .......... 42% 30.5M 3s 98950K .......... .......... .......... .......... .......... 42% 56.5M 3s 99000K .......... .......... .......... .......... .......... 42% 23.8M 3s 99050K .......... .......... .......... .......... .......... 42% 88.8M 3s 99100K .......... .......... .......... .......... .......... 42% 66.5M 3s 99150K .......... .......... .......... .......... .......... 42% 52.2M 3s 99200K .......... .......... .......... .......... .......... 42% 29.8M 3s 99250K .......... .......... .......... .......... .......... 42% 49.0M 3s 99300K .......... .......... .......... .......... .......... 42% 85.2M 3s 99350K .......... .......... .......... .......... .......... 42% 25.0M 3s 99400K .......... .......... .......... .......... .......... 42% 44.9M 3s 99450K .......... .......... .......... .......... .......... 42% 87.8M 3s 99500K .......... .......... .......... .......... .......... 42% 24.6M 3s 99550K .......... .......... .......... .......... .......... 42% 66.5M 3s 99600K .......... .......... .......... .......... .......... 42% 85.1M 3s 99650K .......... .......... .......... .......... .......... 42% 28.7M 3s 99700K .......... .......... .......... .......... .......... 42% 46.3M 3s 99750K .......... .......... .......... .......... .......... 43% 52.9M 3s 99800K .......... .......... .......... .......... .......... 43% 31.9M 3s 99850K .......... .......... .......... .......... .......... 43% 33.0M 3s 99900K .......... .......... .......... .......... .......... 43% 29.2M 3s 99950K .......... .......... .......... .......... .......... 43% 88.0M 3s 100000K .......... .......... .......... .......... .......... 43% 65.0M 3s 100050K .......... .......... .......... .......... .......... 43% 22.4M 3s 100100K .......... .......... .......... .......... .......... 43% 66.2M 3s 100150K .......... .......... .......... .......... .......... 43% 30.6M 3s 100200K .......... .......... .......... .......... .......... 43% 45.2M 3s 100250K .......... .......... .......... .......... .......... 43% 25.5M 3s 100300K .......... .......... .......... .......... .......... 43% 132M 3s 100350K .......... .......... .......... .......... .......... 43% 49.4M 3s 100400K .......... .......... .......... .......... .......... 43% 32.1M 3s 100450K .......... .......... .......... .......... .......... 43% 38.1M 3s 100500K .......... .......... .......... .......... .......... 43% 52.3M 3s 100550K .......... .......... .......... .......... .......... 43% 32.7M 3s 100600K .......... .......... .......... .......... .......... 43% 44.9M 3s 100650K .......... .......... .......... .......... .......... 43% 31.8M 3s 100700K .......... .......... .......... .......... .......... 43% 42.7M 3s 100750K .......... .......... .......... .......... .......... 43% 33.8M 3s 100800K .......... .......... .......... .......... .......... 43% 87.3M 3s 100850K .......... .......... .......... .......... .......... 43% 33.6M 3s 100900K .......... .......... .......... .......... .......... 43% 37.8M 3s 100950K .......... .......... .......... .......... .......... 43% 30.1M 3s 101000K .......... .......... .......... .......... .......... 43% 39.4M 3s 101050K .......... .......... .......... .......... .......... 43% 86.8M 3s 101100K .......... .......... .......... .......... .......... 43% 89.0M 3s 101150K .......... .......... .......... .......... .......... 43% 28.5M 3s 101200K .......... .......... .......... .......... .......... 43% 84.4M 3s 101250K .......... .......... .......... .......... .......... 43% 87.8M 3s 101300K .......... .......... .......... .......... .......... 43% 27.9M 3s 101350K .......... .......... .......... .......... .......... 43% 43.8M 3s 101400K .......... .......... .......... .......... .......... 43% 67.9M 3s 101450K .......... .......... .......... .......... .......... 43% 27.4M 3s 101500K .......... .......... .......... .......... .......... 43% 87.9M 3s 101550K .......... .......... .......... .......... .......... 43% 87.9M 3s 101600K .......... .......... .......... .......... .......... 43% 30.2M 3s 101650K .......... .......... .......... .......... .......... 43% 33.7M 3s 101700K .......... .......... .......... .......... .......... 43% 52.7M 3s 101750K .......... .......... .......... .......... .......... 43% 41.5M 3s 101800K .......... .......... .......... .......... .......... 43% 41.4M 3s 101850K .......... .......... .......... .......... .......... 43% 38.1M 3s 101900K .......... .......... .......... .......... .......... 43% 31.1M 3s 101950K .......... .......... .......... .......... .......... 43% 89.5M 3s 102000K .......... .......... .......... .......... .......... 43% 44.1M 3s 102050K .......... .......... .......... .......... .......... 44% 65.7M 3s 102100K .......... .......... .......... .......... .......... 44% 25.1M 3s 102150K .......... .......... .......... .......... .......... 44% 41.9M 3s 102200K .......... .......... .......... .......... .......... 44% 33.1M 3s 102250K .......... .......... .......... .......... .......... 44% 32.5M 3s 102300K .......... .......... .......... .......... .......... 44% 65.0M 3s 102350K .......... .......... .......... .......... .......... 44% 53.3M 3s 102400K .......... .......... .......... .......... .......... 44% 25.7M 3s 102450K .......... .......... .......... .......... .......... 44% 47.8M 3s 102500K .......... .......... .......... .......... .......... 44% 117M 3s 102550K .......... .......... .......... .......... .......... 44% 29.4M 3s 102600K .......... .......... .......... .......... .......... 44% 23.8M 3s 102650K .......... .......... .......... .......... .......... 44% 87.2M 3s 102700K .......... .......... .......... .......... .......... 44% 22.8M 3s 102750K .......... .......... .......... .......... .......... 44% 66.3M 3s 102800K .......... .......... .......... .......... .......... 44% 63.5M 3s 102850K .......... .......... .......... .......... .......... 44% 88.8M 3s 102900K .......... .......... .......... .......... .......... 44% 28.6M 3s 102950K .......... .......... .......... .......... .......... 44% 88.9M 3s 103000K .......... .......... .......... .......... .......... 44% 27.0M 3s 103050K .......... .......... .......... .......... .......... 44% 87.8M 3s 103100K .......... .......... .......... .......... .......... 44% 47.1M 3s 103150K .......... .......... .......... .......... .......... 44% 65.8M 3s 103200K .......... .......... .......... .......... .......... 44% 29.6M 3s 103250K .......... .......... .......... .......... .......... 44% 65.7M 3s 103300K .......... .......... .......... .......... .......... 44% 117M 3s 103350K .......... .......... .......... .......... .......... 44% 27.6M 3s 103400K .......... .......... .......... .......... .......... 44% 12.7M 3s 103450K .......... .......... .......... .......... .......... 44% 75.1M 3s 103500K .......... .......... .......... .......... .......... 44% 26.4M 3s 103550K .......... .......... .......... .......... .......... 44% 79.6M 3s 103600K .......... .......... .......... .......... .......... 44% 70.8M 3s 103650K .......... .......... .......... .......... .......... 44% 43.9M 3s 103700K .......... .......... .......... .......... .......... 44% 35.5M 3s 103750K .......... .......... .......... .......... .......... 44% 53.2M 3s 103800K .......... .......... .......... .......... .......... 44% 45.6M 3s 103850K .......... .......... .......... .......... .......... 44% 52.5M 3s 103900K .......... .......... .......... .......... .......... 44% 41.8M 3s 103950K .......... .......... .......... .......... .......... 44% 52.9M 3s 104000K .......... .......... .......... .......... .......... 44% 31.8M 3s 104050K .......... .......... .......... .......... .......... 44% 87.5M 3s 104100K .......... .......... .......... .......... .......... 44% 49.1M 3s 104150K .......... .......... .......... .......... .......... 44% 35.3M 3s 104200K .......... .......... .......... .......... .......... 44% 31.8M 3s 104250K .......... .......... .......... .......... .......... 44% 39.9M 3s 104300K .......... .......... .......... .......... .......... 44% 88.4M 3s 104350K .......... .......... .......... .......... .......... 44% 33.3M 3s 104400K .......... .......... .......... .......... .......... 45% 33.0M 3s 104450K .......... .......... .......... .......... .......... 45% 31.2M 3s 104500K .......... .......... .......... .......... .......... 45% 131M 3s 104550K .......... .......... .......... .......... .......... 45% 66.1M 3s 104600K .......... .......... .......... .......... .......... 45% 23.0M 3s 104650K .......... .......... .......... .......... .......... 45% 87.1M 3s 104700K .......... .......... .......... .......... .......... 45% 37.2M 3s 104750K .......... .......... .......... .......... .......... 45% 36.9M 3s 104800K .......... .......... .......... .......... .......... 45% 85.2M 3s 104850K .......... .......... .......... .......... .......... 45% 37.9M 3s 104900K .......... .......... .......... .......... .......... 45% 90.0M 3s 104950K .......... .......... .......... .......... .......... 45% 42.2M 3s 105000K .......... .......... .......... .......... .......... 45% 36.7M 3s 105050K .......... .......... .......... .......... .......... 45% 65.9M 3s 105100K .......... .......... .......... .......... .......... 45% 87.6M 3s 105150K .......... .......... .......... .......... .......... 45% 33.0M 3s 105200K .......... .......... .......... .......... .......... 45% 30.3M 3s 105250K .......... .......... .......... .......... .......... 45% 38.0M 3s 105300K .......... .......... .......... .......... .......... 45% 11.4M 3s 105350K .......... .......... .......... .......... .......... 45% 147M 3s 105400K .......... .......... .......... .......... .......... 45% 158M 3s 105450K .......... .......... .......... .......... .......... 45% 188M 3s 105500K .......... .......... .......... .......... .......... 45% 122M 3s 105550K .......... .......... .......... .......... .......... 45% 29.8M 3s 105600K .......... .......... .......... .......... .......... 45% 83.6M 3s 105650K .......... .......... .......... .......... .......... 45% 31.4M 3s 105700K .......... .......... .......... .......... .......... 45% 38.8M 3s 105750K .......... .......... .......... .......... .......... 45% 40.0M 3s 105800K .......... .......... .......... .......... .......... 45% 30.2M 3s 105850K .......... .......... .......... .......... .......... 45% 53.5M 3s 105900K .......... .......... .......... .......... .......... 45% 24.5M 3s 105950K .......... .......... .......... .......... .......... 45% 39.8M 3s 106000K .......... .......... .......... .......... .......... 45% 32.4M 3s 106050K .......... .......... .......... .......... .......... 45% 90.8M 3s 106100K .......... .......... .......... .......... .......... 45% 46.5M 3s 106150K .......... .......... .......... .......... .......... 45% 29.5M 3s 106200K .......... .......... .......... .......... .......... 45% 26.6M 3s 106250K .......... .......... .......... .......... .......... 45% 31.5M 3s 106300K .......... .......... .......... .......... .......... 45% 38.1M 3s 106350K .......... .......... .......... .......... .......... 45% 87.3M 3s 106400K .......... .......... .......... .......... .......... 45% 23.3M 3s 106450K .......... .......... .......... .......... .......... 45% 66.9M 3s 106500K .......... .......... .......... .......... .......... 45% 37.7M 3s 106550K .......... .......... .......... .......... .......... 45% 39.8M 3s 106600K .......... .......... .......... .......... .......... 45% 29.0M 3s 106650K .......... .......... .......... .......... .......... 45% 41.3M 3s 106700K .......... .......... .......... .......... .......... 46% 37.5M 3s 106750K .......... .......... .......... .......... .......... 46% 37.8M 3s 106800K .......... .......... .......... .......... .......... 46% 37.1M 3s 106850K .......... .......... .......... .......... .......... 46% 33.1M 3s 106900K .......... .......... .......... .......... .......... 46% 37.4M 3s 106950K .......... .......... .......... .......... .......... 46% 42.4M 3s 107000K .......... .......... .......... .......... .......... 46% 30.9M 3s 107050K .......... .......... .......... .......... .......... 46% 41.4M 3s 107100K .......... .......... .......... .......... .......... 46% 85.4M 3s 107150K .......... .......... .......... .......... .......... 46% 21.6M 3s 107200K .......... .......... .......... .......... .......... 46% 89.4M 3s 107250K .......... .......... .......... .......... .......... 46% 38.2M 2s 107300K .......... .......... .......... .......... .......... 46% 34.4M 2s 107350K .......... .......... .......... .......... .......... 46% 41.3M 2s 107400K .......... .......... .......... .......... .......... 46% 25.0M 2s 107450K .......... .......... .......... .......... .......... 46% 79.7M 2s 107500K .......... .......... .......... .......... .......... 46% 27.1M 2s 107550K .......... .......... .......... .......... .......... 46% 89.6M 2s 107600K .......... .......... .......... .......... .......... 46% 35.5M 2s 107650K .......... .......... .......... .......... .......... 46% 37.6M 2s 107700K .......... .......... .......... .......... .......... 46% 44.0M 2s 107750K .......... .......... .......... .......... .......... 46% 3.70M 3s 107800K .......... .......... .......... .......... .......... 46% 34.0M 3s 107850K .......... .......... .......... .......... .......... 46% 66.3M 3s 107900K .......... .......... .......... .......... .......... 46% 27.5M 3s 107950K .......... .......... .......... .......... .......... 46% 19.3M 3s 108000K .......... .......... .......... .......... .......... 46% 17.1M 3s 108050K .......... .......... .......... .......... .......... 46% 29.5M 3s 108100K .......... .......... .......... .......... .......... 46% 22.3M 3s 108150K .......... .......... .......... .......... .......... 46% 67.4M 3s 108200K .......... .......... .......... .......... .......... 46% 13.5M 3s 108250K .......... .......... .......... .......... .......... 46% 45.4M 3s 108300K .......... .......... .......... .......... .......... 46% 24.2M 3s 108350K .......... .......... .......... .......... .......... 46% 42.9M 3s 108400K .......... .......... .......... .......... .......... 46% 109M 3s 108450K .......... .......... .......... .......... .......... 46% 26.9M 3s 108500K .......... .......... .......... .......... .......... 46% 23.9M 3s 108550K .......... .......... .......... .......... .......... 46% 36.7M 3s 108600K .......... .......... .......... .......... .......... 46% 38.2M 3s 108650K .......... .......... .......... .......... .......... 46% 37.9M 3s 108700K .......... .......... .......... .......... .......... 46% 32.0M 3s 108750K .......... .......... .......... .......... .......... 46% 37.6M 3s 108800K .......... .......... .......... .......... .......... 46% 40.9M 2s 108850K .......... .......... .......... .......... .......... 46% 23.4M 2s 108900K .......... .......... .......... .......... .......... 46% 81.9M 2s 108950K .......... .......... .......... .......... .......... 46% 18.1M 2s 109000K .......... .......... .......... .......... .......... 47% 54.3M 2s 109050K .......... .......... .......... .......... .......... 47% 18.0M 2s 109100K .......... .......... .......... .......... .......... 47% 29.7M 2s 109150K .......... .......... .......... .......... .......... 47% 52.4M 2s 109200K .......... .......... .......... .......... .......... 47% 37.6M 2s 109250K .......... .......... .......... .......... .......... 47% 38.3M 2s 109300K .......... .......... .......... .......... .......... 47% 35.8M 2s 109350K .......... .......... .......... .......... .......... 47% 30.0M 2s 109400K .......... .......... .......... .......... .......... 47% 63.0M 2s 109450K .......... .......... .......... .......... .......... 47% 30.3M 2s 109500K .......... .......... .......... .......... .......... 47% 37.6M 2s 109550K .......... .......... .......... .......... .......... 47% 49.5M 2s 109600K .......... .......... .......... .......... .......... 47% 37.6M 2s 109650K .......... .......... .......... .......... .......... 47% 31.4M 2s 109700K .......... .......... .......... .......... .......... 47% 20.4M 2s 109750K .......... .......... .......... .......... .......... 47% 31.5M 2s 109800K .......... .......... .......... .......... .......... 47% 33.7M 2s 109850K .......... .......... .......... .......... .......... 47% 42.3M 2s 109900K .......... .......... .......... .......... .......... 47% 38.6M 2s 109950K .......... .......... .......... .......... .......... 47% 41.7M 2s 110000K .......... .......... .......... .......... .......... 47% 36.9M 2s 110050K .......... .......... .......... .......... .......... 47% 37.6M 2s 110100K .......... .......... .......... .......... .......... 47% 53.0M 2s 110150K .......... .......... .......... .......... .......... 47% 27.5M 2s 110200K .......... .......... .......... .......... .......... 47% 33.4M 2s 110250K .......... .......... .......... .......... .......... 47% 26.3M 2s 110300K .......... .......... .......... .......... .......... 47% 67.0M 2s 110350K .......... .......... .......... .......... .......... 47% 37.8M 2s 110400K .......... .......... .......... .......... .......... 47% 28.7M 2s 110450K .......... .......... .......... .......... .......... 47% 61.7M 2s 110500K .......... .......... .......... .......... .......... 47% 37.3M 2s 110550K .......... .......... .......... .......... .......... 47% 37.7M 2s 110600K .......... .......... .......... .......... .......... 47% 37.4M 2s 110650K .......... .......... .......... .......... .......... 47% 39.3M 2s 110700K .......... .......... .......... .......... .......... 47% 26.3M 2s 110750K .......... .......... .......... .......... .......... 47% 89.1M 2s 110800K .......... .......... .......... .......... .......... 47% 24.7M 2s 110850K .......... .......... .......... .......... .......... 47% 36.4M 2s 110900K .......... .......... .......... .......... .......... 47% 65.5M 2s 110950K .......... .......... .......... .......... .......... 47% 19.4M 2s 111000K .......... .......... .......... .......... .......... 47% 91.9M 2s 111050K .......... .......... .......... .......... .......... 47% 34.1M 2s 111100K .......... .......... .......... .......... .......... 47% 30.2M 2s 111150K .......... .......... .......... .......... .......... 47% 56.6M 2s 111200K .......... .......... .......... .......... .......... 47% 26.4M 2s 111250K .......... .......... .......... .......... .......... 47% 35.5M 2s 111300K .......... .......... .......... .......... .......... 47% 67.1M 2s 111350K .......... .......... .......... .......... .......... 48% 28.0M 2s 111400K .......... .......... .......... .......... .......... 48% 32.4M 2s 111450K .......... .......... .......... .......... .......... 48% 45.1M 2s 111500K .......... .......... .......... .......... .......... 48% 35.8M 2s 111550K .......... .......... .......... .......... .......... 48% 43.8M 2s 111600K .......... .......... .......... .......... .......... 48% 51.9M 2s 111650K .......... .......... .......... .......... .......... 48% 26.2M 2s 111700K .......... .......... .......... .......... .......... 48% 42.3M 2s 111750K .......... .......... .......... .......... .......... 48% 36.8M 2s 111800K .......... .......... .......... .......... .......... 48% 23.8M 2s 111850K .......... .......... .......... .......... .......... 48% 87.9M 2s 111900K .......... .......... .......... .......... .......... 48% 27.1M 2s 111950K .......... .......... .......... .......... .......... 48% 38.0M 2s 112000K .......... .......... .......... .......... .......... 48% 38.5M 2s 112050K .......... .......... .......... .......... .......... 48% 96.9M 2s 112100K .......... .......... .......... .......... .......... 48% 26.1M 2s 112150K .......... .......... .......... .......... .......... 48% 41.0M 2s 112200K .......... .......... .......... .......... .......... 48% 23.8M 2s 112250K .......... .......... .......... .......... .......... 48% 35.5M 2s 112300K .......... .......... .......... .......... .......... 48% 25.3M 2s 112350K .......... .......... .......... .......... .......... 48% 90.8M 2s 112400K .......... .......... .......... .......... .......... 48% 41.7M 2s 112450K .......... .......... .......... .......... .......... 48% 34.6M 2s 112500K .......... .......... .......... .......... .......... 48% 28.2M 2s 112550K .......... .......... .......... .......... .......... 48% 89.2M 2s 112600K .......... .......... .......... .......... .......... 48% 33.3M 2s 112650K .......... .......... .......... .......... .......... 48% 22.4M 2s 112700K .......... .......... .......... .......... .......... 48% 41.0M 2s 112750K .......... .......... .......... .......... .......... 48% 36.6M 2s 112800K .......... .......... .......... .......... .......... 48% 27.0M 2s 112850K .......... .......... .......... .......... .......... 48% 129M 2s 112900K .......... .......... .......... .......... .......... 48% 40.3M 2s 112950K .......... .......... .......... .......... .......... 48% 25.8M 2s 113000K .......... .......... .......... .......... .......... 48% 48.3M 2s 113050K .......... .......... .......... .......... .......... 48% 26.1M 2s 113100K .......... .......... .......... .......... .......... 48% 44.1M 2s 113150K .......... .......... .......... .......... .......... 48% 86.4M 2s 113200K .......... .......... .......... .......... .......... 48% 26.5M 2s 113250K .......... .......... .......... .......... .......... 48% 38.9M 2s 113300K .......... .......... .......... .......... .......... 48% 89.8M 2s 113350K .......... .......... .......... .......... .......... 48% 26.3M 2s 113400K .......... .......... .......... .......... .......... 48% 38.2M 2s 113450K .......... .......... .......... .......... .......... 48% 36.9M 2s 113500K .......... .......... .......... .......... .......... 48% 22.3M 2s 113550K .......... .......... .......... .......... .......... 48% 27.0M 2s 113600K .......... .......... .......... .......... .......... 48% 65.0M 2s 113650K .......... .......... .......... .......... .......... 49% 39.8M 2s 113700K .......... .......... .......... .......... .......... 49% 27.4M 2s 113750K .......... .......... .......... .......... .......... 49% 40.3M 2s 113800K .......... .......... .......... .......... .......... 49% 39.1M 2s 113850K .......... .......... .......... .......... .......... 49% 66.9M 2s 113900K .......... .......... .......... .......... .......... 49% 29.9M 2s 113950K .......... .......... .......... .......... .......... 49% 43.1M 2s 114000K .......... .......... .......... .......... .......... 49% 26.8M 2s 114050K .......... .......... .......... .......... .......... 49% 44.2M 2s 114100K .......... .......... .......... .......... .......... 49% 92.1M 2s 114150K .......... .......... .......... .......... .......... 49% 52.8M 2s 114200K .......... .......... .......... .......... .......... 49% 23.1M 2s 114250K .......... .......... .......... .......... .......... 49% 97.4M 2s 114300K .......... .......... .......... .......... .......... 49% 23.5M 2s 114350K .......... .......... .......... .......... .......... 49% 52.8M 2s 114400K .......... .......... .......... .......... .......... 49% 58.5M 2s 114450K .......... .......... .......... .......... .......... 49% 32.0M 2s 114500K .......... .......... .......... .......... .......... 49% 37.6M 2s 114550K .......... .......... .......... .......... .......... 49% 128M 2s 114600K .......... .......... .......... .......... .......... 49% 23.8M 2s 114650K .......... .......... .......... .......... .......... 49% 37.8M 2s 114700K .......... .......... .......... .......... .......... 49% 43.2M 2s 114750K .......... .......... .......... .......... .......... 49% 37.2M 2s 114800K .......... .......... .......... .......... .......... 49% 36.8M 2s 114850K .......... .......... .......... .......... .......... 49% 66.7M 2s 114900K .......... .......... .......... .......... .......... 49% 52.2M 2s 114950K .......... .......... .......... .......... .......... 49% 34.4M 2s 115000K .......... .......... .......... .......... .......... 49% 35.4M 2s 115050K .......... .......... .......... .......... .......... 49% 45.3M 2s 115100K .......... .......... .......... .......... .......... 49% 85.5M 2s 115150K .......... .......... .......... .......... .......... 49% 31.0M 2s 115200K .......... .......... .......... .......... .......... 49% 44.2M 2s 115250K .......... .......... .......... .......... .......... 49% 88.4M 2s 115300K .......... .......... .......... .......... .......... 49% 32.4M 2s 115350K .......... .......... .......... .......... .......... 49% 38.2M 2s 115400K .......... .......... .......... .......... .......... 49% 67.5M 2s 115450K .......... .......... .......... .......... .......... 49% 42.5M 2s 115500K .......... .......... .......... .......... .......... 49% 31.0M 2s 115550K .......... .......... .......... .......... .......... 49% 36.2M 2s 115600K .......... .......... .......... .......... .......... 49% 84.1M 2s 115650K .......... .......... .......... .......... .......... 49% 35.2M 2s 115700K .......... .......... .......... .......... .......... 49% 45.5M 2s 115750K .......... .......... .......... .......... .......... 49% 27.7M 2s 115800K .......... .......... .......... .......... .......... 49% 68.8M 2s 115850K .......... .......... .......... .......... .......... 49% 80.6M 2s 115900K .......... .......... .......... .......... .......... 49% 23.6M 2s 115950K .......... .......... .......... .......... .......... 49% 66.8M 2s 116000K .......... .......... .......... .......... .......... 50% 40.8M 2s 116050K .......... .......... .......... .......... .......... 50% 35.0M 2s 116100K .......... .......... .......... .......... .......... 50% 125M 2s 116150K .......... .......... .......... .......... .......... 50% 37.1M 2s 116200K .......... .......... .......... .......... .......... 50% 29.7M 2s 116250K .......... .......... .......... .......... .......... 50% 38.2M 2s 116300K .......... .......... .......... .......... .......... 50% 42.0M 2s 116350K .......... .......... .......... .......... .......... 50% 52.6M 2s 116400K .......... .......... .......... .......... .......... 50% 36.3M 2s 116450K .......... .......... .......... .......... .......... 50% 34.8M 2s 116500K .......... .......... .......... .......... .......... 50% 34.1M 2s 116550K .......... .......... .......... .......... .......... 50% 37.4M 2s 116600K .......... .......... .......... .......... .......... 50% 66.8M 2s 116650K .......... .......... .......... .......... .......... 50% 53.0M 2s 116700K .......... .......... .......... .......... .......... 50% 30.7M 2s 116750K .......... .......... .......... .......... .......... 50% 37.9M 2s 116800K .......... .......... .......... .......... .......... 50% 31.0M 2s 116850K .......... .......... .......... .......... .......... 50% 132M 2s 116900K .......... .......... .......... .......... .......... 50% 33.5M 2s 116950K .......... .......... .......... .......... .......... 50% 62.7M 2s 117000K .......... .......... .......... .......... .......... 50% 23.7M 2s 117050K .......... .......... .......... .......... .......... 50% 65.9M 2s 117100K .......... .......... .......... .......... .......... 50% 34.8M 2s 117150K .......... .......... .......... .......... .......... 50% 37.7M 2s 117200K .......... .......... .......... .......... .......... 50% 64.1M 2s 117250K .......... .......... .......... .......... .......... 50% 35.9M 2s 117300K .......... .......... .......... .......... .......... 50% 47.2M 2s 117350K .......... .......... .......... .......... .......... 50% 87.3M 2s 117400K .......... .......... .......... .......... .......... 50% 24.2M 2s 117450K .......... .......... .......... .......... .......... 50% 10.3M 2s 117500K .......... .......... .......... .......... .......... 50% 216M 2s 117550K .......... .......... .......... .......... .......... 50% 287M 2s 117600K .......... .......... .......... .......... .......... 50% 261M 2s 117650K .......... .......... .......... .......... .......... 50% 45.2M 2s 117700K .......... .......... .......... .......... .......... 50% 44.2M 2s 117750K .......... .......... .......... .......... .......... 50% 29.7M 2s 117800K .......... .......... .......... .......... .......... 50% 19.2M 2s 117850K .......... .......... .......... .......... .......... 50% 53.5M 2s 117900K .......... .......... .......... .......... .......... 50% 65.3M 2s 117950K .......... .......... .......... .......... .......... 50% 25.3M 2s 118000K .......... .......... .......... .......... .......... 50% 85.1M 2s 118050K .......... .......... .......... .......... .......... 50% 22.0M 2s 118100K .......... .......... .......... .......... .......... 50% 89.0M 2s 118150K .......... .......... .......... .......... .......... 50% 52.7M 2s 118200K .......... .......... .......... .......... .......... 50% 25.1M 2s 118250K .......... .......... .......... .......... .......... 50% 40.6M 2s 118300K .......... .......... .......... .......... .......... 51% 31.3M 2s 118350K .......... .......... .......... .......... .......... 51% 66.7M 2s 118400K .......... .......... .......... .......... .......... 51% 41.5M 2s 118450K .......... .......... .......... .......... .......... 51% 34.2M 2s 118500K .......... .......... .......... .......... .......... 51% 30.9M 2s 118550K .......... .......... .......... .......... .......... 51% 43.6M 2s 118600K .......... .......... .......... .......... .......... 51% 27.6M 2s 118650K .......... .......... .......... .......... .......... 51% 40.7M 2s 118700K .......... .......... .......... .......... .......... 51% 36.1M 2s 118750K .......... .......... .......... .......... .......... 51% 52.5M 2s 118800K .......... .......... .......... .......... .......... 51% 22.1M 2s 118850K .......... .......... .......... .......... .......... 51% 118M 2s 118900K .......... .......... .......... .......... .......... 51% 46.5M 2s 118950K .......... .......... .......... .......... .......... 51% 25.5M 2s 119000K .......... .......... .......... .......... .......... 51% 53.5M 2s 119050K .......... .......... .......... .......... .......... 51% 20.2M 2s 119100K .......... .......... .......... .......... .......... 51% 37.6M 2s 119150K .......... .......... .......... .......... .......... 51% 89.2M 2s 119200K .......... .......... .......... .......... .......... 51% 23.7M 2s 119250K .......... .......... .......... .......... .......... 51% 43.5M 2s 119300K .......... .......... .......... .......... .......... 51% 25.2M 2s 119350K .......... .......... .......... .......... .......... 51% 90.3M 2s 119400K .......... .......... .......... .......... .......... 51% 29.7M 2s 119450K .......... .......... .......... .......... .......... 51% 26.0M 2s 119500K .......... .......... .......... .......... .......... 51% 53.1M 2s 119550K .......... .......... .......... .......... .......... 51% 17.1M 2s 119600K .......... .......... .......... .......... .......... 51% 114M 2s 119650K .......... .......... .......... .......... .......... 51% 71.4M 2s 119700K .......... .......... .......... .......... .......... 51% 21.2M 2s 119750K .......... .......... .......... .......... .......... 51% 44.3M 2s 119800K .......... .......... .......... .......... .......... 51% 27.2M 2s 119850K .......... .......... .......... .......... .......... 51% 41.2M 2s 119900K .......... .......... .......... .......... .......... 51% 24.6M 2s 119950K .......... .......... .......... .......... .......... 51% 73.4M 2s 120000K .......... .......... .......... .......... .......... 51% 41.9M 2s 120050K .......... .......... .......... .......... .......... 51% 24.6M 2s 120100K .......... .......... .......... .......... .......... 51% 132M 2s 120150K .......... .......... .......... .......... .......... 51% 39.1M 2s 120200K .......... .......... .......... .......... .......... 51% 25.2M 2s 120250K .......... .......... .......... .......... .......... 51% 29.7M 2s 120300K .......... .......... .......... .......... .......... 51% 28.5M 2s 120350K .......... .......... .......... .......... .......... 51% 53.3M 2s 120400K .......... .......... .......... .......... .......... 51% 42.0M 2s 120450K .......... .......... .......... .......... .......... 51% 42.4M 2s 120500K .......... .......... .......... .......... .......... 51% 42.8M 2s 120550K .......... .......... .......... .......... .......... 51% 22.2M 2s 120600K .......... .......... .......... .......... .......... 52% 69.0M 2s 120650K .......... .......... .......... .......... .......... 52% 65.9M 2s 120700K .......... .......... .......... .......... .......... 52% 22.9M 2s 120750K .......... .......... .......... .......... .......... 52% 86.9M 2s 120800K .......... .......... .......... .......... .......... 52% 39.9M 2s 120850K .......... .......... .......... .......... .......... 52% 33.9M 2s 120900K .......... .......... .......... .......... .......... 52% 87.9M 2s 120950K .......... .......... .......... .......... .......... 52% 21.9M 2s 121000K .......... .......... .......... .......... .......... 52% 45.2M 2s 121050K .......... .......... .......... .......... .......... 52% 30.7M 2s 121100K .......... .......... .......... .......... .......... 52% 30.0M 2s 121150K .......... .......... .......... .......... .......... 52% 37.8M 2s 121200K .......... .......... .......... .......... .......... 52% 85.1M 2s 121250K .......... .......... .......... .......... .......... 52% 24.6M 2s 121300K .......... .......... .......... .......... .......... 52% 88.9M 2s 121350K .......... .......... .......... .......... .......... 52% 39.4M 2s 121400K .......... .......... .......... .......... .......... 52% 21.4M 2s 121450K .......... .......... .......... .......... .......... 52% 87.0M 2s 121500K .......... .......... .......... .......... .......... 52% 23.7M 2s 121550K .......... .......... .......... .......... .......... 52% 53.3M 2s 121600K .......... .......... .......... .......... .......... 52% 43.1M 2s 121650K .......... .......... .......... .......... .......... 52% 45.4M 2s 121700K .......... .......... .......... .......... .......... 52% 46.0M 2s 121750K .......... .......... .......... .......... .......... 52% 44.3M 2s 121800K .......... .......... .......... .......... .......... 52% 24.9M 2s 121850K .......... .......... .......... .......... .......... 52% 42.4M 2s 121900K .......... .......... .......... .......... .......... 52% 86.8M 2s 121950K .......... .......... .......... .......... .......... 52% 29.6M 2s 122000K .......... .......... .......... .......... .......... 52% 51.4M 2s 122050K .......... .......... .......... .......... .......... 52% 36.9M 2s 122100K .......... .......... .......... .......... .......... 52% 45.2M 2s 122150K .......... .......... .......... .......... .......... 52% 43.9M 2s 122200K .......... .......... .......... .......... .......... 52% 26.7M 2s 122250K .......... .......... .......... .......... .......... 52% 42.6M 2s 122300K .......... .......... .......... .......... .......... 52% 32.2M 2s 122350K .......... .......... .......... .......... .......... 52% 43.8M 2s 122400K .......... .......... .......... .......... .......... 52% 85.3M 2s 122450K .......... .......... .......... .......... .......... 52% 21.9M 2s 122500K .......... .......... .......... .......... .......... 52% 65.5M 2s 122550K .......... .......... .......... .......... .......... 52% 44.0M 2s 122600K .......... .......... .......... .......... .......... 52% 22.1M 2s 122650K .......... .......... .......... .......... .......... 52% 89.4M 2s 122700K .......... .......... .......... .......... .......... 52% 40.5M 2s 122750K .......... .......... .......... .......... .......... 52% 25.8M 2s 122800K .......... .......... .......... .......... .......... 52% 43.1M 2s 122850K .......... .......... .......... .......... .......... 52% 52.4M 2s 122900K .......... .......... .......... .......... .......... 52% 41.4M 2s 122950K .......... .......... .......... .......... .......... 53% 44.6M 2s 123000K .......... .......... .......... .......... .......... 53% 28.5M 2s 123050K .......... .......... .......... .......... .......... 53% 41.3M 2s 123100K .......... .......... .......... .......... .......... 53% 46.3M 2s 123150K .......... .......... .......... .......... .......... 53% 88.8M 2s 123200K .......... .......... .......... .......... .......... 53% 24.5M 2s 123250K .......... .......... .......... .......... .......... 53% 52.8M 2s 123300K .......... .......... .......... .......... .......... 53% 27.9M 2s 123350K .......... .......... .......... .......... .......... 53% 135M 2s 123400K .......... .......... .......... .......... .......... 53% 26.1M 2s 123450K .......... .......... .......... .......... .......... 53% 29.6M 2s 123500K .......... .......... .......... .......... .......... 53% 79.5M 2s 123550K .......... .......... .......... .......... .......... 53% 22.9M 2s 123600K .......... .......... .......... .......... .......... 53% 64.4M 2s 123650K .......... .......... .......... .......... .......... 53% 131M 2s 123700K .......... .......... .......... .......... .......... 53% 25.1M 2s 123750K .......... .......... .......... .......... .......... 53% 66.5M 2s 123800K .......... .......... .......... .......... .......... 53% 53.2M 2s 123850K .......... .......... .......... .......... .......... 53% 30.9M 2s 123900K .......... .......... .......... .......... .......... 53% 66.9M 2s 123950K .......... .......... .......... .......... .......... 53% 63.8M 2s 124000K .......... .......... .......... .......... .......... 53% 33.5M 2s 124050K .......... .......... .......... .......... .......... 53% 36.9M 2s 124100K .......... .......... .......... .......... .......... 53% 80.7M 2s 124150K .......... .......... .......... .......... .......... 53% 41.8M 2s 124200K .......... .......... .......... .......... .......... 53% 27.9M 2s 124250K .......... .......... .......... .......... .......... 53% 36.3M 2s 124300K .......... .......... .......... .......... .......... 53% 49.7M 2s 124350K .......... .......... .......... .......... .......... 53% 27.8M 2s 124400K .......... .......... .......... .......... .......... 53% 83.2M 2s 124450K .......... .......... .......... .......... .......... 53% 32.2M 2s 124500K .......... .......... .......... .......... .......... 53% 31.6M 2s 124550K .......... .......... .......... .......... .......... 53% 46.8M 2s 124600K .......... .......... .......... .......... .......... 53% 32.3M 2s 124650K .......... .......... .......... .......... .......... 53% 90.8M 2s 124700K .......... .......... .......... .......... .......... 53% 46.1M 2s 124750K .......... .......... .......... .......... .......... 53% 36.0M 2s 124800K .......... .......... .......... .......... .......... 53% 33.7M 2s 124850K .......... .......... .......... .......... .......... 53% 42.2M 2s 124900K .......... .......... .......... .......... .......... 53% 87.9M 2s 124950K .......... .......... .......... .......... .......... 53% 48.8M 2s 125000K .......... .......... .......... .......... .......... 53% 33.5M 2s 125050K .......... .......... .......... .......... .......... 53% 54.5M 2s 125100K .......... .......... .......... .......... .......... 53% 28.5M 2s 125150K .......... .......... .......... .......... .......... 53% 90.0M 2s 125200K .......... .......... .......... .......... .......... 53% 63.4M 2s 125250K .......... .......... .......... .......... .......... 54% 87.8M 2s 125300K .......... .......... .......... .......... .......... 54% 25.8M 2s 125350K .......... .......... .......... .......... .......... 54% 87.5M 2s 125400K .......... .......... .......... .......... .......... 54% 27.5M 2s 125450K .......... .......... .......... .......... .......... 54% 52.4M 2s 125500K .......... .......... .......... .......... .......... 54% 65.7M 2s 125550K .......... .......... .......... .......... .......... 54% 43.1M 2s 125600K .......... .......... .......... .......... .......... 54% 32.3M 2s 125650K .......... .......... .......... .......... .......... 54% 115M 2s 125700K .......... .......... .......... .......... .......... 54% 42.1M 2s 125750K .......... .......... .......... .......... .......... 54% 35.6M 2s 125800K .......... .......... .......... .......... .......... 54% 35.3M 2s 125850K .......... .......... .......... .......... .......... 54% 40.1M 2s 125900K .......... .......... .......... .......... .......... 54% 52.7M 2s 125950K .......... .......... .......... .......... .......... 54% 37.3M 2s 126000K .......... .......... .......... .......... .......... 54% 45.3M 2s 126050K .......... .......... .......... .......... .......... 54% 26.6M 2s 126100K .......... .......... .......... .......... .......... 54% 37.1M 2s 126150K .......... .......... .......... .......... .......... 54% 88.6M 2s 126200K .......... .......... .......... .......... .......... 54% 36.3M 2s 126250K .......... .......... .......... .......... .......... 54% 32.4M 2s 126300K .......... .......... .......... .......... .......... 54% 44.0M 2s 126350K .......... .......... .......... .......... .......... 54% 44.1M 2s 126400K .......... .......... .......... .......... .......... 54% 64.8M 2s 126450K .......... .......... .......... .......... .......... 54% 52.2M 2s 126500K .......... .......... .......... .......... .......... 54% 52.2M 2s 126550K .......... .......... .......... .......... .......... 54% 45.9M 2s 126600K .......... .......... .......... .......... .......... 54% 39.6M 2s 126650K .......... .......... .......... .......... .......... 54% 41.6M 2s 126700K .......... .......... .......... .......... .......... 54% 87.4M 2s 126750K .......... .......... .......... .......... .......... 54% 35.9M 2s 126800K .......... .......... .......... .......... .......... 54% 45.4M 2s 126850K .......... .......... .......... .......... .......... 54% 31.5M 2s 126900K .......... .......... .......... .......... .......... 54% 65.8M 2s 126950K .......... .......... .......... .......... .......... 54% 44.1M 2s 127000K .......... .......... .......... .......... .......... 54% 25.4M 2s 127050K .......... .......... .......... .......... .......... 54% 88.5M 2s 127100K .......... .......... .......... .......... .......... 54% 26.4M 2s 127150K .......... .......... .......... .......... .......... 54% 53.3M 2s 127200K .......... .......... .......... .......... .......... 54% 83.6M 2s 127250K .......... .......... .......... .......... .......... 54% 66.4M 2s 127300K .......... .......... .......... .......... .......... 54% 23.9M 2s 127350K .......... .......... .......... .......... .......... 54% 87.7M 2s 127400K .......... .......... .......... .......... .......... 54% 24.2M 2s 127450K .......... .......... .......... .......... .......... 54% 66.1M 2s 127500K .......... .......... .......... .......... .......... 54% 37.9M 2s 127550K .......... .......... .......... .......... .......... 54% 52.0M 2s 127600K .......... .......... .......... .......... .......... 55% 63.6M 2s 127650K .......... .......... .......... .......... .......... 55% 66.4M 2s 127700K .......... .......... .......... .......... .......... 55% 31.2M 2s 127750K .......... .......... .......... .......... .......... 55% 32.8M 2s 127800K .......... .......... .......... .......... .......... 55% 67.8M 2s 127850K .......... .......... .......... .......... .......... 55% 37.8M 2s 127900K .......... .......... .......... .......... .......... 55% 43.8M 2s 127950K .......... .......... .......... .......... .......... 55% 87.1M 2s 128000K .......... .......... .......... .......... .......... 55% 43.2M 2s 128050K .......... .......... .......... .......... .......... 55% 30.1M 2s 128100K .......... .......... .......... .......... .......... 55% 88.7M 2s 128150K .......... .......... .......... .......... .......... 55% 64.6M 2s 128200K .......... .......... .......... .......... .......... 55% 39.8M 2s 128250K .......... .......... .......... .......... .......... 55% 27.5M 2s 128300K .......... .......... .......... .......... .......... 55% 65.5M 2s 128350K .......... .......... .......... .......... .......... 55% 42.7M 2s 128400K .......... .......... .......... .......... .......... 55% 86.7M 2s 128450K .......... .......... .......... .......... .......... 55% 24.7M 2s 128500K .......... .......... .......... .......... .......... 55% 38.3M 2s 128550K .......... .......... .......... .......... .......... 55% 87.5M 2s 128600K .......... .......... .......... .......... .......... 55% 25.5M 2s 128650K .......... .......... .......... .......... .......... 55% 52.8M 2s 128700K .......... .......... .......... .......... .......... 55% 85.9M 2s 128750K .......... .......... .......... .......... .......... 55% 81.5M 2s 128800K .......... .......... .......... .......... .......... 55% 25.0M 2s 128850K .......... .......... .......... .......... .......... 55% 15.9M 2s 128900K .......... .......... .......... .......... .......... 55% 136M 2s 128950K .......... .......... .......... .......... .......... 55% 28.7M 2s 129000K .......... .......... .......... .......... .......... 55% 32.3M 2s 129050K .......... .......... .......... .......... .......... 55% 87.4M 2s 129100K .......... .......... .......... .......... .......... 55% 32.7M 2s 129150K .......... .......... .......... .......... .......... 55% 66.0M 2s 129200K .......... .......... .......... .......... .......... 55% 51.6M 2s 129250K .......... .......... .......... .......... .......... 55% 28.2M 2s 129300K .......... .......... .......... .......... .......... 55% 60.6M 2s 129350K .......... .......... .......... .......... .......... 55% 32.5M 2s 129400K .......... .......... .......... .......... .......... 55% 30.7M 2s 129450K .......... .......... .......... .......... .......... 55% 53.0M 2s 129500K .......... .......... .......... .......... .......... 55% 52.4M 2s 129550K .......... .......... .......... .......... .......... 55% 88.0M 2s 129600K .......... .......... .......... .......... .......... 55% 35.7M 2s 129650K .......... .......... .......... .......... .......... 55% 53.3M 2s 129700K .......... .......... .......... .......... .......... 55% 52.5M 2s 129750K .......... .......... .......... .......... .......... 55% 37.7M 2s 129800K .......... .......... .......... .......... .......... 55% 30.6M 2s 129850K .......... .......... .......... .......... .......... 55% 66.3M 2s 129900K .......... .......... .......... .......... .......... 56% 25.1M 2s 129950K .......... .......... .......... .......... .......... 56% 66.3M 2s 130000K .......... .......... .......... .......... .......... 56% 127M 2s 130050K .......... .......... .......... .......... .......... 56% 31.6M 2s 130100K .......... .......... .......... .......... .......... 56% 24.0M 2s 130150K .......... .......... .......... .......... .......... 56% 90.4M 2s 130200K .......... .......... .......... .......... .......... 56% 52.9M 2s 130250K .......... .......... .......... .......... .......... 56% 38.5M 2s 130300K .......... .......... .......... .......... .......... 56% 49.8M 2s 130350K .......... .......... .......... .......... .......... 56% 51.0M 2s 130400K .......... .......... .......... .......... .......... 56% 38.9M 2s 130450K .......... .......... .......... .......... .......... 56% 83.9M 2s 130500K .......... .......... .......... .......... .......... 56% 43.3M 2s 130550K .......... .......... .......... .......... .......... 56% 47.5M 2s 130600K .......... .......... .......... .......... .......... 56% 32.3M 2s 130650K .......... .......... .......... .......... .......... 56% 53.4M 2s 130700K .......... .......... .......... .......... .......... 56% 52.2M 2s 130750K .......... .......... .......... .......... .......... 56% 40.0M 2s 130800K .......... .......... .......... .......... .......... 56% 52.1M 2s 130850K .......... .......... .......... .......... .......... 56% 28.9M 2s 130900K .......... .......... .......... .......... .......... 56% 94.9M 2s 130950K .......... .......... .......... .......... .......... 56% 80.5M 2s 131000K .......... .......... .......... .......... .......... 56% 25.7M 2s 131050K .......... .......... .......... .......... .......... 56% 53.2M 2s 131100K .......... .......... .......... .......... .......... 56% 87.7M 2s 131150K .......... .......... .......... .......... .......... 56% 26.0M 2s 131200K .......... .......... .......... .......... .......... 56% 47.1M 2s 131250K .......... .......... .......... .......... .......... 56% 103M 2s 131300K .......... .......... .......... .......... .......... 56% 30.4M 2s 131350K .......... .......... .......... .......... .......... 56% 44.2M 2s 131400K .......... .......... .......... .......... .......... 56% 68.9M 2s 131450K .......... .......... .......... .......... .......... 56% 44.3M 2s 131500K .......... .......... .......... .......... .......... 56% 43.7M 2s 131550K .......... .......... .......... .......... .......... 56% 131M 2s 131600K .......... .......... .......... .......... .......... 56% 34.5M 2s 131650K .......... .......... .......... .......... .......... 56% 65.4M 2s 131700K .......... .......... .......... .......... .......... 56% 66.2M 2s 131750K .......... .......... .......... .......... .......... 56% 66.1M 2s 131800K .......... .......... .......... .......... .......... 56% 33.5M 2s 131850K .......... .......... .......... .......... .......... 56% 37.6M 2s 131900K .......... .......... .......... .......... .......... 56% 52.2M 2s 131950K .......... .......... .......... .......... .......... 56% 87.7M 2s 132000K .......... .......... .......... .......... .......... 56% 43.2M 2s 132050K .......... .......... .......... .......... .......... 56% 21.8M 2s 132100K .......... .......... .......... .......... .......... 56% 66.0M 2s 132150K .......... .......... .......... .......... .......... 56% 53.0M 2s 132200K .......... .......... .......... .......... .......... 57% 38.1M 2s 132250K .......... .......... .......... .......... .......... 57% 66.8M 2s 132300K .......... .......... .......... .......... .......... 57% 30.4M 2s 132350K .......... .......... .......... .......... .......... 57% 86.6M 2s 132400K .......... .......... .......... .......... .......... 57% 35.0M 2s 132450K .......... .......... .......... .......... .......... 57% 87.0M 2s 132500K .......... .......... .......... .......... .......... 57% 50.2M 2s 132550K .......... .......... .......... .......... .......... 57% 42.5M 2s 132600K .......... .......... .......... .......... .......... 57% 44.9M 2s 132650K .......... .......... .......... .......... .......... 57% 63.9M 2s 132700K .......... .......... .......... .......... .......... 57% 92.3M 2s 132750K .......... .......... .......... .......... .......... 57% 43.5M 2s 132800K .......... .......... .......... .......... .......... 57% 30.8M 2s 132850K .......... .......... .......... .......... .......... 57% 52.7M 2s 132900K .......... .......... .......... .......... .......... 57% 87.9M 2s 132950K .......... .......... .......... .......... .......... 57% 132M 2s 133000K .......... .......... .......... .......... .......... 57% 23.6M 2s 133050K .......... .......... .......... .......... .......... 57% 37.4M 2s 133100K .......... .......... .......... .......... .......... 57% 130M 2s 133150K .......... .......... .......... .......... .......... 57% 37.6M 2s 133200K .......... .......... .......... .......... .......... 57% 84.4M 2s 133250K .......... .......... .......... .......... .......... 57% 65.3M 2s 133300K .......... .......... .......... .......... .......... 57% 43.9M 2s 133350K .......... .......... .......... .......... .......... 57% 43.0M 2s 133400K .......... .......... .......... .......... .......... 57% 54.2M 2s 133450K .......... .......... .......... .......... .......... 57% 88.7M 2s 133500K .......... .......... .......... .......... .......... 57% 48.8M 2s 133550K .......... .......... .......... .......... .......... 57% 43.8M 2s 133600K .......... .......... .......... .......... .......... 57% 51.9M 2s 133650K .......... .......... .......... .......... .......... 57% 51.8M 2s 133700K .......... .......... .......... .......... .......... 57% 90.8M 2s 133750K .......... .......... .......... .......... .......... 57% 33.4M 2s 133800K .......... .......... .......... .......... .......... 57% 47.6M 2s 133850K .......... .......... .......... .......... .......... 57% 87.7M 2s 133900K .......... .......... .......... .......... .......... 57% 40.9M 2s 133950K .......... .......... .......... .......... .......... 57% 88.6M 2s 134000K .......... .......... .......... .......... .......... 57% 42.3M 2s 134050K .......... .......... .......... .......... .......... 57% 43.4M 2s 134100K .......... .......... .......... .......... .......... 57% 87.4M 2s 134150K .......... .......... .......... .......... .......... 57% 12.7M 2s 134200K .......... .......... .......... .......... .......... 57% 55.6M 2s 134250K .......... .......... .......... .......... .......... 57% 21.7M 2s 134300K .......... .......... .......... .......... .......... 57% 52.4M 2s 134350K .......... .......... .......... .......... .......... 57% 53.5M 2s 134400K .......... .......... .......... .......... .......... 57% 30.6M 2s 134450K .......... .......... .......... .......... .......... 57% 88.8M 2s 134500K .......... .......... .......... .......... .......... 57% 52.4M 2s 134550K .......... .......... .......... .......... .......... 58% 34.4M 2s 134600K .......... .......... .......... .......... .......... 58% 44.2M 2s 134650K .......... .......... .......... .......... .......... 58% 54.3M 2s 134700K .......... .......... .......... .......... .......... 58% 88.4M 2s 134750K .......... .......... .......... .......... .......... 58% 31.1M 2s 134800K .......... .......... .......... .......... .......... 58% 38.7M 2s 134850K .......... .......... .......... .......... .......... 58% 87.8M 2s 134900K .......... .......... .......... .......... .......... 58% 35.7M 2s 134950K .......... .......... .......... .......... .......... 58% 86.1M 2s 135000K .......... .......... .......... .......... .......... 58% 32.3M 2s 135050K .......... .......... .......... .......... .......... 58% 65.8M 2s 135100K .......... .......... .......... .......... .......... 58% 44.2M 2s 135150K .......... .......... .......... .......... .......... 58% 37.5M 2s 135200K .......... .......... .......... .......... .......... 58% 124M 2s 135250K .......... .......... .......... .......... .......... 58% 52.9M 2s 135300K .......... .......... .......... .......... .......... 58% 30.4M 2s 135350K .......... .......... .......... .......... .......... 58% 52.6M 2s 135400K .......... .......... .......... .......... .......... 58% 44.9M 2s 135450K .......... .......... .......... .......... .......... 58% 88.0M 2s 135500K .......... .......... .......... .......... .......... 58% 34.8M 2s 135550K .......... .......... .......... .......... .......... 58% 66.4M 2s 135600K .......... .......... .......... .......... .......... 58% 64.0M 2s 135650K .......... .......... .......... .......... .......... 58% 26.2M 2s 135700K .......... .......... .......... .......... .......... 58% 89.9M 2s 135750K .......... .......... .......... .......... .......... 58% 86.8M 2s 135800K .......... .......... .......... .......... .......... 58% 33.5M 2s 135850K .......... .......... .......... .......... .......... 58% 32.1M 2s 135900K .......... .......... .......... .......... .......... 58% 157M 2s 135950K .......... .......... .......... .......... .......... 58% 89.0M 2s 136000K .......... .......... .......... .......... .......... 58% 35.6M 2s 136050K .......... .......... .......... .......... .......... 58% 43.1M 2s 136100K .......... .......... .......... .......... .......... 58% 66.1M 2s 136150K .......... .......... .......... .......... .......... 58% 44.9M 2s 136200K .......... .......... .......... .......... .......... 58% 31.8M 2s 136250K .......... .......... .......... .......... .......... 58% 129M 2s 136300K .......... .......... .......... .......... .......... 58% 80.2M 2s 136350K .......... .......... .......... .......... .......... 58% 37.5M 2s 136400K .......... .......... .......... .......... .......... 58% 36.7M 2s 136450K .......... .......... .......... .......... .......... 58% 44.4M 2s 136500K .......... .......... .......... .......... .......... 58% 8.21M 2s 136550K .......... .......... .......... .......... .......... 58% 168M 2s 136600K .......... .......... .......... .......... .......... 58% 230M 2s 136650K .......... .......... .......... .......... .......... 58% 306M 2s 136700K .......... .......... .......... .......... .......... 58% 275M 2s 136750K .......... .......... .......... .......... .......... 58% 82.4M 2s 136800K .......... .......... .......... .......... .......... 58% 26.0M 2s 136850K .......... .......... .......... .......... .......... 59% 53.1M 2s 136900K .......... .......... .......... .......... .......... 59% 18.4M 2s 136950K .......... .......... .......... .......... .......... 59% 67.2M 2s 137000K .......... .......... .......... .......... .......... 59% 34.8M 2s 137050K .......... .......... .......... .......... .......... 59% 31.9M 2s 137100K .......... .......... .......... .......... .......... 59% 88.3M 2s 137150K .......... .......... .......... .......... .......... 59% 21.0M 2s 137200K .......... .......... .......... .......... .......... 59% 64.6M 2s 137250K .......... .......... .......... .......... .......... 59% 87.7M 2s 137300K .......... .......... .......... .......... .......... 59% 22.4M 2s 137350K .......... .......... .......... .......... .......... 59% 67.1M 2s 137400K .......... .......... .......... .......... .......... 59% 32.8M 2s 137450K .......... .......... .......... .......... .......... 59% 28.8M 2s 137500K .......... .......... .......... .......... .......... 59% 87.0M 2s 137550K .......... .......... .......... .......... .......... 59% 23.5M 2s 137600K .......... .......... .......... .......... .......... 59% 52.7M 2s 137650K .......... .......... .......... .......... .......... 59% 27.3M 2s 137700K .......... .......... .......... .......... .......... 59% 48.4M 2s 137750K .......... .......... .......... .......... .......... 59% 70.4M 2s 137800K .......... .......... .......... .......... .......... 59% 33.9M 2s 137850K .......... .......... .......... .......... .......... 59% 27.6M 2s 137900K .......... .......... .......... .......... .......... 59% 38.6M 2s 137950K .......... .......... .......... .......... .......... 59% 86.4M 2s 138000K .......... .......... .......... .......... .......... 59% 30.0M 2s 138050K .......... .......... .......... .......... .......... 59% 29.6M 2s 138100K .......... .......... .......... .......... .......... 59% 27.1M 2s 138150K .......... .......... .......... .......... .......... 59% 43.2M 2s 138200K .......... .......... .......... .......... .......... 59% 22.3M 2s 138250K .......... .......... .......... .......... .......... 59% 88.5M 2s 138300K .......... .......... .......... .......... .......... 59% 60.6M 2s 138350K .......... .......... .......... .......... .......... 59% 24.0M 2s 138400K .......... .......... .......... .......... .......... 59% 42.7M 2s 138450K .......... .......... .......... .......... .......... 59% 30.2M 2s 138500K .......... .......... .......... .......... .......... 59% 39.6M 2s 138550K .......... .......... .......... .......... .......... 59% 66.1M 2s 138600K .......... .......... .......... .......... .......... 59% 31.7M 2s 138650K .......... .......... .......... .......... .......... 59% 37.0M 2s 138700K .......... .......... .......... .......... .......... 59% 33.9M 2s 138750K .......... .......... .......... .......... .......... 59% 65.3M 2s 138800K .......... .......... .......... .......... .......... 59% 31.7M 2s 138850K .......... .......... .......... .......... .......... 59% 30.3M 2s 138900K .......... .......... .......... .......... .......... 59% 32.6M 2s 138950K .......... .......... .......... .......... .......... 59% 86.2M 2s 139000K .......... .......... .......... .......... .......... 59% 19.7M 2s 139050K .......... .......... .......... .......... .......... 59% 66.1M 2s 139100K .......... .......... .......... .......... .......... 59% 32.1M 2s 139150K .......... .......... .......... .......... .......... 59% 37.8M 2s 139200K .......... .......... .......... .......... .......... 60% 86.0M 2s 139250K .......... .......... .......... .......... .......... 60% 32.8M 2s 139300K .......... .......... .......... .......... .......... 60% 32.4M 2s 139350K .......... .......... .......... .......... .......... 60% 28.1M 2s 139400K .......... .......... .......... .......... .......... 60% 32.0M 2s 139450K .......... .......... .......... .......... .......... 60% 35.8M 2s 139500K .......... .......... .......... .......... .......... 60% 89.0M 2s 139550K .......... .......... .......... .......... .......... 60% 25.3M 2s 139600K .......... .......... .......... .......... .......... 60% 39.2M 2s 139650K .......... .......... .......... .......... .......... 60% 66.7M 2s 139700K .......... .......... .......... .......... .......... 60% 39.6M 2s 139750K .......... .......... .......... .......... .......... 60% 33.2M 2s 139800K .......... .......... .......... .......... .......... 60% 68.4M 2s 139850K .......... .......... .......... .......... .......... 60% 22.6M 2s 139900K .......... .......... .......... .......... .......... 60% 51.7M 2s 139950K .......... .......... .......... .......... .......... 60% 12.9M 2s 140000K .......... .......... .......... .......... .......... 60% 82.2M 2s 140050K .......... .......... .......... .......... .......... 60% 70.1M 2s 140100K .......... .......... .......... .......... .......... 60% 20.4M 2s 140150K .......... .......... .......... .......... .......... 60% 43.7M 2s 140200K .......... .......... .......... .......... .......... 60% 31.6M 2s 140250K .......... .......... .......... .......... .......... 60% 66.3M 2s 140300K .......... .......... .......... .......... .......... 60% 36.9M 2s 140350K .......... .......... .......... .......... .......... 60% 34.4M 2s 140400K .......... .......... .......... .......... .......... 60% 37.0M 2s 140450K .......... .......... .......... .......... .......... 60% 88.2M 2s 140500K .......... .......... .......... .......... .......... 60% 27.3M 2s 140550K .......... .......... .......... .......... .......... 60% 34.6M 2s 140600K .......... .......... .......... .......... .......... 60% 27.5M 2s 140650K .......... .......... .......... .......... .......... 60% 35.2M 2s 140700K .......... .......... .......... .......... .......... 60% 22.6M 2s 140750K .......... .......... .......... .......... .......... 60% 88.4M 2s 140800K .......... .......... .......... .......... .......... 60% 63.9M 2s 140850K .......... .......... .......... .......... .......... 60% 23.3M 2s 140900K .......... .......... .......... .......... .......... 60% 43.9M 2s 140950K .......... .......... .......... .......... .......... 60% 131M 2s 141000K .......... .......... .......... .......... .......... 60% 22.6M 2s 141050K .......... .......... .......... .......... .......... 60% 36.4M 2s 141100K .......... .......... .......... .......... .......... 60% 37.7M 2s 141150K .......... .......... .......... .......... .......... 60% 27.8M 2s 141200K .......... .......... .......... .......... .......... 60% 86.8M 2s 141250K .......... .......... .......... .......... .......... 60% 43.3M 2s 141300K .......... .......... .......... .......... .......... 60% 27.8M 2s 141350K .......... .......... .......... .......... .......... 60% 53.2M 2s 141400K .......... .......... .......... .......... .......... 60% 31.5M 2s 141450K .......... .......... .......... .......... .......... 60% 24.1M 2s 141500K .......... .......... .......... .......... .......... 61% 85.9M 2s 141550K .......... .......... .......... .......... .......... 61% 45.0M 2s 141600K .......... .......... .......... .......... .......... 61% 28.9M 2s 141650K .......... .......... .......... .......... .......... 61% 33.5M 2s 141700K .......... .......... .......... .......... .......... 61% 87.9M 2s 141750K .......... .......... .......... .......... .......... 61% 38.3M 2s 141800K .......... .......... .......... .......... .......... 61% 27.8M 2s 141850K .......... .......... .......... .......... .......... 61% 38.7M 2s 141900K .......... .......... .......... .......... .......... 61% 32.7M 2s 141950K .......... .......... .......... .......... .......... 61% 30.5M 2s 142000K .......... .......... .......... .......... .......... 61% 122M 2s 142050K .......... .......... .......... .......... .......... 61% 31.1M 2s 142100K .......... .......... .......... .......... .......... 61% 37.9M 2s 142150K .......... .......... .......... .......... .......... 61% 31.1M 2s 142200K .......... .......... .......... .......... .......... 61% 23.1M 2s 142250K .......... .......... .......... .......... .......... 61% 114M 2s 142300K .......... .......... .......... .......... .......... 61% 28.5M 2s 142350K .......... .......... .......... .......... .......... 61% 35.9M 2s 142400K .......... .......... .......... .......... .......... 61% 36.0M 2s 142450K .......... .......... .......... .......... .......... 61% 67.0M 2s 142500K .......... .......... .......... .......... .......... 61% 35.2M 2s 142550K .......... .......... .......... .......... .......... 61% 37.6M 2s 142600K .......... .......... .......... .......... .......... 61% 28.8M 2s 142650K .......... .......... .......... .......... .......... 61% 30.1M 2s 142700K .......... .......... .......... .......... .......... 61% 32.9M 2s 142750K .......... .......... .......... .......... .......... 61% 87.8M 2s 142800K .......... .......... .......... .......... .......... 61% 32.3M 2s 142850K .......... .......... .......... .......... .......... 61% 31.1M 2s 142900K .......... .......... .......... .......... .......... 61% 52.5M 2s 142950K .......... .......... .......... .......... .......... 61% 65.9M 2s 143000K .......... .......... .......... .......... .......... 61% 26.0M 2s 143050K .......... .......... .......... .......... .......... 61% 39.4M 2s 143100K .......... .......... .......... .......... .......... 61% 44.1M 2s 143150K .......... .......... .......... .......... .......... 61% 30.5M 2s 143200K .......... .......... .......... .......... .......... 61% 64.9M 2s 143250K .......... .......... .......... .......... .......... 61% 44.3M 2s 143300K .......... .......... .......... .......... .......... 61% 35.8M 2s 143350K .......... .......... .......... .......... .......... 61% 44.3M 2s 143400K .......... .......... .......... .......... .......... 61% 21.2M 2s 143450K .......... .......... .......... .......... .......... 61% 116M 2s 143500K .......... .......... .......... .......... .......... 61% 41.6M 2s 143550K .......... .......... .......... .......... .......... 61% 25.1M 2s 143600K .......... .......... .......... .......... .......... 61% 51.3M 2s 143650K .......... .......... .......... .......... .......... 61% 38.6M 2s 143700K .......... .......... .......... .......... .......... 61% 44.0M 2s 143750K .......... .......... .......... .......... .......... 61% 28.1M 2s 143800K .......... .......... .......... .......... .......... 62% 29.1M 2s 143850K .......... .......... .......... .......... .......... 62% 39.6M 2s 143900K .......... .......... .......... .......... .......... 62% 30.7M 2s 143950K .......... .......... .......... .......... .......... 62% 31.4M 2s 144000K .......... .......... .......... .......... .......... 62% 63.8M 2s 144050K .......... .......... .......... .......... .......... 62% 39.5M 2s 144100K .......... .......... .......... .......... .......... 62% 36.5M 2s 144150K .......... .......... .......... .......... .......... 62% 31.4M 2s 144200K .......... .......... .......... .......... .......... 62% 40.1M 2s 144250K .......... .......... .......... .......... .......... 62% 38.6M 2s 144300K .......... .......... .......... .......... .......... 62% 23.5M 2s 144350K .......... .......... .......... .......... .......... 62% 115M 2s 144400K .......... .......... .......... .......... .......... 62% 22.5M 2s 144450K .......... .......... .......... .......... .......... 62% 36.6M 2s 144500K .......... .......... .......... .......... .......... 62% 40.0M 2s 144550K .......... .......... .......... .......... .......... 62% 66.5M 2s 144600K .......... .......... .......... .......... .......... 62% 36.4M 2s 144650K .......... .......... .......... .......... .......... 62% 33.2M 2s 144700K .......... .......... .......... .......... .......... 62% 32.0M 2s 144750K .......... .......... .......... .......... .......... 62% 32.3M 2s 144800K .......... .......... .......... .......... .......... 62% 62.8M 2s 144850K .......... .......... .......... .......... .......... 62% 42.3M 2s 144900K .......... .......... .......... .......... .......... 62% 32.6M 2s 144950K .......... .......... .......... .......... .......... 62% 83.4M 2s 145000K .......... .......... .......... .......... .......... 62% 31.9M 2s 145050K .......... .......... .......... .......... .......... 62% 40.6M 2s 145100K .......... .......... .......... .......... .......... 62% 27.7M 2s 145150K .......... .......... .......... .......... .......... 62% 35.3M 2s 145200K .......... .......... .......... .......... .......... 62% 20.7M 2s 145250K .......... .......... .......... .......... .......... 62% 87.4M 2s 145300K .......... .......... .......... .......... .......... 62% 42.2M 2s 145350K .......... .......... .......... .......... .......... 62% 33.2M 2s 145400K .......... .......... .......... .......... .......... 62% 27.5M 2s 145450K .......... .......... .......... .......... .......... 62% 37.6M 2s 145500K .......... .......... .......... .......... .......... 62% 44.7M 2s 145550K .......... .......... .......... .......... .......... 62% 67.2M 2s 145600K .......... .......... .......... .......... .......... 62% 32.4M 2s 145650K .......... .......... .......... .......... .......... 62% 37.5M 2s 145700K .......... .......... .......... .......... .......... 62% 68.0M 2s 145750K .......... .......... .......... .......... .......... 62% 43.8M 2s 145800K .......... .......... .......... .......... .......... 62% 28.4M 2s 145850K .......... .......... .......... .......... .......... 62% 37.8M 2s 145900K .......... .......... .......... .......... .......... 62% 34.8M 2s 145950K .......... .......... .......... .......... .......... 62% 39.8M 2s 146000K .......... .......... .......... .......... .......... 62% 84.8M 2s 146050K .......... .......... .......... .......... .......... 62% 24.7M 2s 146100K .......... .......... .......... .......... .......... 62% 65.3M 2s 146150K .......... .......... .......... .......... .......... 63% 35.0M 2s 146200K .......... .......... .......... .......... .......... 63% 37.2M 2s 146250K .......... .......... .......... .......... .......... 63% 53.2M 2s 146300K .......... .......... .......... .......... .......... 63% 37.5M 2s 146350K .......... .......... .......... .......... .......... 63% 41.9M 2s 146400K .......... .......... .......... .......... .......... 63% 35.0M 2s 146450K .......... .......... .......... .......... .......... 63% 35.5M 2s 146500K .......... .......... .......... .......... .......... 63% 87.4M 2s 146550K .......... .......... .......... .......... .......... 63% 43.2M 2s 146600K .......... .......... .......... .......... .......... 63% 63.9M 2s 146650K .......... .......... .......... .......... .......... 63% 21.2M 2s 146700K .......... .......... .......... .......... .......... 63% 87.9M 2s 146750K .......... .......... .......... .......... .......... 63% 66.8M 2s 146800K .......... .......... .......... .......... .......... 63% 22.0M 2s 146850K .......... .......... .......... .......... .......... 63% 43.7M 2s 146900K .......... .......... .......... .......... .......... 63% 66.3M 2s 146950K .......... .......... .......... .......... .......... 63% 24.8M 2s 147000K .......... .......... .......... .......... .......... 63% 36.5M 2s 147050K .......... .......... .......... .......... .......... 63% 52.6M 2s 147100K .......... .......... .......... .......... .......... 63% 8.93M 2s 147150K .......... .......... .......... .......... .......... 63% 154M 2s 147200K .......... .......... .......... .......... .......... 63% 256M 2s 147250K .......... .......... .......... .......... .......... 63% 293M 2s 147300K .......... .......... .......... .......... .......... 63% 72.3M 2s 147350K .......... .......... .......... .......... .......... 63% 45.4M 2s 147400K .......... .......... .......... .......... .......... 63% 17.8M 2s 147450K .......... .......... .......... .......... .......... 63% 52.1M 2s 147500K .......... .......... .......... .......... .......... 63% 37.3M 2s 147550K .......... .......... .......... .......... .......... 63% 33.1M 2s 147600K .......... .......... .......... .......... .......... 63% 42.4M 2s 147650K .......... .......... .......... .......... .......... 63% 23.8M 2s 147700K .......... .......... .......... .......... .......... 63% 33.9M 2s 147750K .......... .......... .......... .......... .......... 63% 53.0M 2s 147800K .......... .......... .......... .......... .......... 63% 29.8M 2s 147850K .......... .......... .......... .......... .......... 63% 48.3M 2s 147900K .......... .......... .......... .......... .......... 63% 28.9M 2s 147950K .......... .......... .......... .......... .......... 63% 42.5M 2s 148000K .......... .......... .......... .......... .......... 63% 51.6M 2s 148050K .......... .......... .......... .......... .......... 63% 22.2M 2s 148100K .......... .......... .......... .......... .......... 63% 51.1M 2s 148150K .......... .......... .......... .......... .......... 63% 25.2M 2s 148200K .......... .......... .......... .......... .......... 63% 45.1M 2s 148250K .......... .......... .......... .......... .......... 63% 27.1M 2s 148300K .......... .......... .......... .......... .......... 63% 66.3M 2s 148350K .......... .......... .......... .......... .......... 63% 43.5M 2s 148400K .......... .......... .......... .......... .......... 63% 30.7M 2s 148450K .......... .......... .......... .......... .......... 64% 33.4M 2s 148500K .......... .......... .......... .......... .......... 64% 88.5M 2s 148550K .......... .......... .......... .......... .......... 64% 27.8M 2s 148600K .......... .......... .......... .......... .......... 64% 38.6M 2s 148650K .......... .......... .......... .......... .......... 64% 29.0M 2s 148700K .......... .......... .......... .......... .......... 64% 43.7M 2s 148750K .......... .......... .......... .......... .......... 64% 66.2M 2s 148800K .......... .......... .......... .......... .......... 64% 30.1M 2s 148850K .......... .......... .......... .......... .......... 64% 32.8M 2s 148900K .......... .......... .......... .......... .......... 64% 33.7M 2s 148950K .......... .......... .......... .......... .......... 64% 27.2M 2s 149000K .......... .......... .......... .......... .......... 64% 30.1M 2s 149050K .......... .......... .......... .......... .......... 64% 89.5M 2s 149100K .......... .......... .......... .......... .......... 64% 31.5M 2s 149150K .......... .......... .......... .......... .......... 64% 27.5M 2s 149200K .......... .......... .......... .......... .......... 64% 34.6M 2s 149250K .......... .......... .......... .......... .......... 64% 68.0M 2s 149300K .......... .......... .......... .......... .......... 64% 32.7M 2s 149350K .......... .......... .......... .......... .......... 64% 29.8M 2s 149400K .......... .......... .......... .......... .......... 64% 33.3M 2s 149450K .......... .......... .......... .......... .......... 64% 23.8M 2s 149500K .......... .......... .......... .......... .......... 64% 36.4M 2s 149550K .......... .......... .......... .......... .......... 64% 87.9M 2s 149600K .......... .......... .......... .......... .......... 64% 3.63M 2s 149650K .......... .......... .......... .......... .......... 64% 39.7M 2s 149700K .......... .......... .......... .......... .......... 64% 29.3M 2s 149750K .......... .......... .......... .......... .......... 64% 24.8M 2s 149800K .......... .......... .......... .......... .......... 64% 15.2M 2s 149850K .......... .......... .......... .......... .......... 64% 16.5M 2s 149900K .......... .......... .......... .......... .......... 64% 19.1M 2s 149950K .......... .......... .......... .......... .......... 64% 32.2M 2s 150000K .......... .......... .......... .......... .......... 64% 9.41M 2s 150050K .......... .......... .......... .......... .......... 64% 36.5M 2s 150100K .......... .......... .......... .......... .......... 64% 66.2M 2s 150150K .......... .......... .......... .......... .......... 64% 30.1M 2s 150200K .......... .......... .......... .......... .......... 64% 23.6M 2s 150250K .......... .......... .......... .......... .......... 64% 7.20M 2s 150300K .......... .......... .......... .......... .......... 64% 53.1M 2s 150350K .......... .......... .......... .......... .......... 64% 27.4M 2s 150400K .......... .......... .......... .......... .......... 64% 59.3M 2s 150450K .......... .......... .......... .......... .......... 64% 26.4M 2s 150500K .......... .......... .......... .......... .......... 64% 24.0M 2s 150550K .......... .......... .......... .......... .......... 64% 44.0M 2s 150600K .......... .......... .......... .......... .......... 64% 33.8M 2s 150650K .......... .......... .......... .......... .......... 64% 39.1M 2s 150700K .......... .......... .......... .......... .......... 64% 27.0M 2s 150750K .......... .......... .......... .......... .......... 64% 32.8M 2s 150800K .......... .......... .......... .......... .......... 65% 113M 2s 150850K .......... .......... .......... .......... .......... 65% 32.4M 2s 150900K .......... .......... .......... .......... .......... 65% 22.9M 2s 150950K .......... .......... .......... .......... .......... 65% 18.9M 2s 151000K .......... .......... .......... .......... .......... 65% 92.3M 2s 151050K .......... .......... .......... .......... .......... 65% 32.8M 2s 151100K .......... .......... .......... .......... .......... 65% 23.1M 2s 151150K .......... .......... .......... .......... .......... 65% 39.9M 2s 151200K .......... .......... .......... .......... .......... 65% 51.0M 2s 151250K .......... .......... .......... .......... .......... 65% 53.0M 2s 151300K .......... .......... .......... .......... .......... 65% 25.9M 2s 151350K .......... .......... .......... .......... .......... 65% 65.6M 2s 151400K .......... .......... .......... .......... .......... 65% 27.2M 2s 151450K .......... .......... .......... .......... .......... 65% 61.5M 2s 151500K .......... .......... .......... .......... .......... 65% 24.1M 2s 151550K .......... .......... .......... .......... .......... 65% 87.8M 2s 151600K .......... .......... .......... .......... .......... 65% 51.9M 2s 151650K .......... .......... .......... .......... .......... 65% 24.1M 2s 151700K .......... .......... .......... .......... .......... 65% 44.7M 2s 151750K .......... .......... .......... .......... .......... 65% 43.8M 2s 151800K .......... .......... .......... .......... .......... 65% 35.2M 2s 151850K .......... .......... .......... .......... .......... 65% 50.0M 2s 151900K .......... .......... .......... .......... .......... 65% 37.7M 2s 151950K .......... .......... .......... .......... .......... 65% 32.9M 2s 152000K .......... .......... .......... .......... .......... 65% 27.0M 2s 152050K .......... .......... .......... .......... .......... 65% 89.1M 2s 152100K .......... .......... .......... .......... .......... 65% 34.7M 2s 152150K .......... .......... .......... .......... .......... 65% 27.5M 2s 152200K .......... .......... .......... .......... .......... 65% 35.3M 2s 152250K .......... .......... .......... .......... .......... 65% 26.7M 2s 152300K .......... .......... .......... .......... .......... 65% 37.8M 2s 152350K .......... .......... .......... .......... .......... 65% 86.6M 2s 152400K .......... .......... .......... .......... .......... 65% 31.3M 2s 152450K .......... .......... .......... .......... .......... 65% 37.0M 2s 152500K .......... .......... .......... .......... .......... 65% 80.7M 2s 152550K .......... .......... .......... .......... .......... 65% 37.1M 2s 152600K .......... .......... .......... .......... .......... 65% 27.5M 2s 152650K .......... .......... .......... .......... .......... 65% 30.2M 2s 152700K .......... .......... .......... .......... .......... 65% 49.7M 2s 152750K .......... .......... .......... .......... .......... 65% 28.8M 2s 152800K .......... .......... .......... .......... .......... 65% 44.0M 2s 152850K .......... .......... .......... .......... .......... 65% 38.4M 2s 152900K .......... .......... .......... .......... .......... 65% 52.8M 2s 152950K .......... .......... .......... .......... .......... 65% 35.2M 2s 153000K .......... .......... .......... .......... .......... 65% 32.8M 2s 153050K .......... .......... .......... .......... .......... 65% 22.6M 2s 153100K .......... .......... .......... .......... .......... 66% 37.3M 2s 153150K .......... .......... .......... .......... .......... 66% 36.2M 2s 153200K .......... .......... .......... .......... .......... 66% 33.7M 2s 153250K .......... .......... .......... .......... .......... 66% 40.7M 2s 153300K .......... .......... .......... .......... .......... 66% 66.9M 2s 153350K .......... .......... .......... .......... .......... 66% 31.7M 2s 153400K .......... .......... .......... .......... .......... 66% 36.9M 2s 153450K .......... .......... .......... .......... .......... 66% 22.4M 2s 153500K .......... .......... .......... .......... .......... 66% 42.9M 2s 153550K .......... .......... .......... .......... .......... 66% 85.6M 2s 153600K .......... .......... .......... .......... .......... 66% 37.5M 2s 153650K .......... .......... .......... .......... .......... 66% 6.61M 2s 153700K .......... .......... .......... .......... .......... 66% 65.7M 2s 153750K .......... .......... .......... .......... .......... 66% 33.2M 2s 153800K .......... .......... .......... .......... .......... 66% 25.9M 2s 153850K .......... .......... .......... .......... .......... 66% 32.5M 2s 153900K .......... .......... .......... .......... .......... 66% 18.1M 2s 153950K .......... .......... .......... .......... .......... 66% 41.0M 2s 154000K .......... .......... .......... .......... .......... 66% 36.5M 2s 154050K .......... .......... .......... .......... .......... 66% 53.0M 2s 154100K .......... .......... .......... .......... .......... 66% 37.8M 2s 154150K .......... .......... .......... .......... .......... 66% 87.2M 2s 154200K .......... .......... .......... .......... .......... 66% 24.3M 2s 154250K .......... .......... .......... .......... .......... 66% 52.8M 2s 154300K .......... .......... .......... .......... .......... 66% 64.9M 2s 154350K .......... .......... .......... .......... .......... 66% 34.7M 2s 154400K .......... .......... .......... .......... .......... 66% 39.0M 2s 154450K .......... .......... .......... .......... .......... 66% 65.6M 2s 154500K .......... .......... .......... .......... .......... 66% 37.0M 2s 154550K .......... .......... .......... .......... .......... 66% 86.7M 2s 154600K .......... .......... .......... .......... .......... 66% 36.9M 2s 154650K .......... .......... .......... .......... .......... 66% 27.8M 2s 154700K .......... .......... .......... .......... .......... 66% 37.9M 2s 154750K .......... .......... .......... .......... .......... 66% 31.2M 2s 154800K .......... .......... .......... .......... .......... 66% 84.7M 2s 154850K .......... .......... .......... .......... .......... 66% 53.1M 2s 154900K .......... .......... .......... .......... .......... 66% 28.3M 2s 154950K .......... .......... .......... .......... .......... 66% 37.6M 2s 155000K .......... .......... .......... .......... .......... 66% 53.8M 2s 155050K .......... .......... .......... .......... .......... 66% 53.5M 2s 155100K .......... .......... .......... .......... .......... 66% 29.7M 2s 155150K .......... .......... .......... .......... .......... 66% 44.7M 2s 155200K .......... .......... .......... .......... .......... 66% 30.6M 2s 155250K .......... .......... .......... .......... .......... 66% 40.0M 2s 155300K .......... .......... .......... .......... .......... 66% 38.8M 2s 155350K .......... .......... .......... .......... .......... 66% 47.9M 2s 155400K .......... .......... .......... .......... .......... 67% 26.9M 2s 155450K .......... .......... .......... .......... .......... 67% 33.9M 2s 155500K .......... .......... .......... .......... .......... 67% 43.4M 2s 155550K .......... .......... .......... .......... .......... 67% 53.0M 2s 155600K .......... .......... .......... .......... .......... 67% 34.9M 2s 155650K .......... .......... .......... .......... .......... 67% 53.1M 2s 155700K .......... .......... .......... .......... .......... 67% 34.5M 2s 155750K .......... .......... .......... .......... .......... 67% 39.3M 2s 155800K .......... .......... .......... .......... .......... 67% 29.5M 2s 155850K .......... .......... .......... .......... .......... 67% 87.6M 2s 155900K .......... .......... .......... .......... .......... 67% 33.1M 2s 155950K .......... .......... .......... .......... .......... 67% 43.9M 2s 156000K .......... .......... .......... .......... .......... 67% 35.7M 2s 156050K .......... .......... .......... .......... .......... 67% 67.6M 2s 156100K .......... .......... .......... .......... .......... 67% 33.0M 2s 156150K .......... .......... .......... .......... .......... 67% 43.9M 2s 156200K .......... .......... .......... .......... .......... 67% 28.2M 2s 156250K .......... .......... .......... .......... .......... 67% 45.2M 2s 156300K .......... .......... .......... .......... .......... 67% 83.3M 2s 156350K .......... .......... .......... .......... .......... 67% 21.6M 2s 156400K .......... .......... .......... .......... .......... 67% 59.6M 2s 156450K .......... .......... .......... .......... .......... 67% 35.9M 2s 156500K .......... .......... .......... .......... .......... 67% 31.1M 2s 156550K .......... .......... .......... .......... .......... 67% 87.3M 2s 156600K .......... .......... .......... .......... .......... 67% 38.8M 2s 156650K .......... .......... .......... .......... .......... 67% 24.1M 2s 156700K .......... .......... .......... .......... .......... 67% 52.7M 2s 156750K .......... .......... .......... .......... .......... 67% 43.4M 2s 156800K .......... .......... .......... .......... .......... 67% 44.4M 2s 156850K .......... .......... .......... .......... .......... 67% 51.2M 2s 156900K .......... .......... .......... .......... .......... 67% 28.3M 2s 156950K .......... .......... .......... .......... .......... 67% 42.3M 2s 157000K .......... .......... .......... .......... .......... 67% 30.3M 2s 157050K .......... .......... .......... .......... .......... 67% 34.2M 2s 157100K .......... .......... .......... .......... .......... 67% 22.2M 2s 157150K .......... .......... .......... .......... .......... 67% 46.7M 2s 157200K .......... .......... .......... .......... .......... 67% 27.8M 2s 157250K .......... .......... .......... .......... .......... 67% 19.1M 2s 157300K .......... .......... .......... .......... .......... 67% 50.4M 2s 157350K .......... .......... .......... .......... .......... 67% 136M 2s 157400K .......... .......... .......... .......... .......... 67% 31.6M 2s 157450K .......... .......... .......... .......... .......... 67% 26.5M 2s 157500K .......... .......... .......... .......... .......... 67% 87.9M 2s 157550K .......... .......... .......... .......... .......... 67% 7.16M 2s 157600K .......... .......... .......... .......... .......... 67% 37.1M 2s 157650K .......... .......... .......... .......... .......... 67% 87.1M 2s 157700K .......... .......... .......... .......... .......... 67% 33.7M 2s 157750K .......... .......... .......... .......... .......... 68% 25.4M 2s 157800K .......... .......... .......... .......... .......... 68% 28.4M 2s 157850K .......... .......... .......... .......... .......... 68% 27.5M 2s 157900K .......... .......... .......... .......... .......... 68% 28.7M 2s 157950K .......... .......... .......... .......... .......... 68% 53.3M 2s 158000K .......... .......... .......... .......... .......... 68% 51.3M 2s 158050K .......... .......... .......... .......... .......... 68% 52.6M 2s 158100K .......... .......... .......... .......... .......... 68% 44.0M 2s 158150K .......... .......... .......... .......... .......... 68% 31.3M 2s 158200K .......... .......... .......... .......... .......... 68% 34.6M 2s 158250K .......... .......... .......... .......... .......... 68% 28.0M 2s 158300K .......... .......... .......... .......... .......... 68% 66.8M 2s 158350K .......... .......... .......... .......... .......... 68% 87.3M 2s 158400K .......... .......... .......... .......... .......... 68% 20.0M 2s 158450K .......... .......... .......... .......... .......... 68% 83.3M 2s 158500K .......... .......... .......... .......... .......... 68% 9.54M 2s 158550K .......... .......... .......... .......... .......... 68% 36.9M 2s 158600K .......... .......... .......... .......... .......... 68% 22.6M 2s 158650K .......... .......... .......... .......... .......... 68% 38.5M 2s 158700K .......... .......... .......... .......... .......... 68% 61.7M 2s 158750K .......... .......... .......... .......... .......... 68% 26.4M 2s 158800K .......... .......... .......... .......... .......... 68% 37.2M 2s 158850K .......... .......... .......... .......... .......... 68% 44.3M 2s 158900K .......... .......... .......... .......... .......... 68% 53.7M 2s 158950K .......... .......... .......... .......... .......... 68% 37.1M 2s 159000K .......... .......... .......... .......... .......... 68% 26.4M 2s 159050K .......... .......... .......... .......... .......... 68% 37.6M 2s 159100K .......... .......... .......... .......... .......... 68% 51.0M 2s 159150K .......... .......... .......... .......... .......... 68% 68.8M 2s 159200K .......... .......... .......... .......... .......... 68% 31.4M 2s 159250K .......... .......... .......... .......... .......... 68% 36.0M 2s 159300K .......... .......... .......... .......... .......... 68% 37.9M 2s 159350K .......... .......... .......... .......... .......... 68% 52.6M 2s 159400K .......... .......... .......... .......... .......... 68% 33.3M 2s 159450K .......... .......... .......... .......... .......... 68% 37.0M 2s 159500K .......... .......... .......... .......... .......... 68% 34.3M 2s 159550K .......... .......... .......... .......... .......... 68% 26.9M 2s 159600K .......... .......... .......... .......... .......... 68% 77.9M 2s 159650K .......... .......... .......... .......... .......... 68% 45.1M 2s 159700K .......... .......... .......... .......... .......... 68% 44.7M 2s 159750K .......... .......... .......... .......... .......... 68% 27.6M 2s 159800K .......... .......... .......... .......... .......... 68% 31.4M 2s 159850K .......... .......... .......... .......... .......... 68% 86.6M 2s 159900K .......... .......... .......... .......... .......... 68% 51.6M 2s 159950K .......... .......... .......... .......... .......... 68% 21.8M 2s 160000K .......... .......... .......... .......... .......... 68% 41.2M 2s 160050K .......... .......... .......... .......... .......... 69% 65.7M 2s 160100K .......... .......... .......... .......... .......... 69% 34.0M 2s 160150K .......... .......... .......... .......... .......... 69% 43.5M 2s 160200K .......... .......... .......... .......... .......... 69% 36.1M 2s 160250K .......... .......... .......... .......... .......... 69% 64.8M 2s 160300K .......... .......... .......... .......... .......... 69% 40.1M 2s 160350K .......... .......... .......... .......... .......... 69% 49.5M 2s 160400K .......... .......... .......... .......... .......... 69% 68.5M 2s 160450K .......... .......... .......... .......... .......... 69% 32.0M 2s 160500K .......... .......... .......... .......... .......... 69% 38.8M 2s 160550K .......... .......... .......... .......... .......... 69% 65.5M 2s 160600K .......... .......... .......... .......... .......... 69% 26.4M 2s 160650K .......... .......... .......... .......... .......... 69% 52.4M 2s 160700K .......... .......... .......... .......... .......... 69% 27.4M 2s 160750K .......... .......... .......... .......... .......... 69% 66.1M 2s 160800K .......... .......... .......... .......... .......... 69% 36.3M 2s 160850K .......... .......... .......... .......... .......... 69% 81.0M 2s 160900K .......... .......... .......... .......... .......... 69% 38.2M 2s 160950K .......... .......... .......... .......... .......... 69% 27.4M 2s 161000K .......... .......... .......... .......... .......... 69% 43.7M 2s 161050K .......... .......... .......... .......... .......... 69% 51.6M 2s 161100K .......... .......... .......... .......... .......... 69% 90.3M 2s 161150K .......... .......... .......... .......... .......... 69% 39.3M 2s 161200K .......... .......... .......... .......... .......... 69% 32.3M 2s 161250K .......... .......... .......... .......... .......... 69% 68.5M 2s 161300K .......... .......... .......... .......... .......... 69% 66.4M 2s 161350K .......... .......... .......... .......... .......... 69% 44.0M 2s 161400K .......... .......... .......... .......... .......... 69% 45.0M 2s 161450K .......... .......... .......... .......... .......... 69% 28.3M 2s 161500K .......... .......... .......... .......... .......... 69% 65.5M 2s 161550K .......... .......... .......... .......... .......... 69% 52.6M 2s 161600K .......... .......... .......... .......... .......... 69% 80.3M 2s 161650K .......... .......... .......... .......... .......... 69% 35.3M 2s 161700K .......... .......... .......... .......... .......... 69% 36.8M 2s 161750K .......... .......... .......... .......... .......... 69% 90.7M 2s 161800K .......... .......... .......... .......... .......... 69% 53.9M 2s 161850K .......... .......... .......... .......... .......... 69% 43.8M 2s 161900K .......... .......... .......... .......... .......... 69% 32.5M 2s 161950K .......... .......... .......... .......... .......... 69% 87.7M 2s 162000K .......... .......... .......... .......... .......... 69% 46.4M 2s 162050K .......... .......... .......... .......... .......... 69% 66.9M 2s 162100K .......... .......... .......... .......... .......... 69% 31.4M 2s 162150K .......... .......... .......... .......... .......... 69% 53.3M 2s 162200K .......... .......... .......... .......... .......... 69% 41.9M 2s 162250K .......... .......... .......... .......... .......... 69% 52.9M 2s 162300K .......... .......... .......... .......... .......... 69% 37.4M 2s 162350K .......... .......... .......... .......... .......... 69% 88.1M 2s 162400K .......... .......... .......... .......... .......... 70% 51.9M 2s 162450K .......... .......... .......... .......... .......... 70% 44.1M 2s 162500K .......... .......... .......... .......... .......... 70% 39.5M 2s 162550K .......... .......... .......... .......... .......... 70% 89.4M 2s 162600K .......... .......... .......... .......... .......... 70% 33.3M 2s 162650K .......... .......... .......... .......... .......... 70% 44.1M 2s 162700K .......... .......... .......... .......... .......... 70% 65.4M 2s 162750K .......... .......... .......... .......... .......... 70% 34.2M 2s 162800K .......... .......... .......... .......... .......... 70% 82.7M 2s 162850K .......... .......... .......... .......... .......... 70% 82.0M 2s 162900K .......... .......... .......... .......... .......... 70% 39.4M 2s 162950K .......... .......... .......... .......... .......... 70% 37.6M 2s 163000K .......... .......... .......... .......... .......... 70% 54.1M 2s 163050K .......... .......... .......... .......... .......... 70% 52.7M 2s 163100K .......... .......... .......... .......... .......... 70% 65.9M 2s 163150K .......... .......... .......... .......... .......... 70% 33.7M 2s 163200K .......... .......... .......... .......... .......... 70% 113M 2s 163250K .......... .......... .......... .......... .......... 70% 45.6M 2s 163300K .......... .......... .......... .......... .......... 70% 81.2M 2s 163350K .......... .......... .......... .......... .......... 70% 30.7M 2s 163400K .......... .......... .......... .......... .......... 70% 38.8M 2s 163450K .......... .......... .......... .......... .......... 70% 28.5M 2s 163500K .......... .......... .......... .......... .......... 70% 41.4M 2s 163550K .......... .......... .......... .......... .......... 70% 41.2M 2s 163600K .......... .......... .......... .......... .......... 70% 43.2M 2s 163650K .......... .......... .......... .......... .......... 70% 58.7M 2s 163700K .......... .......... .......... .......... .......... 70% 38.0M 2s 163750K .......... .......... .......... .......... .......... 70% 65.8M 2s 163800K .......... .......... .......... .......... .......... 70% 38.6M 2s 163850K .......... .......... .......... .......... .......... 70% 52.6M 2s 163900K .......... .......... .......... .......... .......... 70% 52.3M 2s 163950K .......... .......... .......... .......... .......... 70% 48.4M 2s 164000K .......... .......... .......... .......... .......... 70% 43.7M 2s 164050K .......... .......... .......... .......... .......... 70% 53.1M 1s 164100K .......... .......... .......... .......... .......... 70% 88.8M 1s 164150K .......... .......... .......... .......... .......... 70% 50.0M 1s 164200K .......... .......... .......... .......... .......... 70% 29.9M 1s 164250K .......... .......... .......... .......... .......... 70% 50.9M 1s 164300K .......... .......... .......... .......... .......... 70% 70.9M 1s 164350K .......... .......... .......... .......... .......... 70% 87.3M 1s 164400K .......... .......... .......... .......... .......... 70% 36.9M 1s 164450K .......... .......... .......... .......... .......... 70% 65.7M 1s 164500K .......... .......... .......... .......... .......... 70% 53.4M 1s 164550K .......... .......... .......... .......... .......... 70% 53.2M 1s 164600K .......... .......... .......... .......... .......... 70% 32.8M 1s 164650K .......... .......... .......... .......... .......... 70% 138M 1s 164700K .......... .......... .......... .......... .......... 71% 44.1M 1s 164750K .......... .......... .......... .......... .......... 71% 37.5M 1s 164800K .......... .......... .......... .......... .......... 71% 83.2M 1s 164850K .......... .......... .......... .......... .......... 71% 91.1M 1s 164900K .......... .......... .......... .......... .......... 71% 50.3M 1s 164950K .......... .......... .......... .......... .......... 71% 33.0M 1s 165000K .......... .......... .......... .......... .......... 71% 53.5M 1s 165050K .......... .......... .......... .......... .......... 71% 89.0M 1s 165100K .......... .......... .......... .......... .......... 71% 80.8M 1s 165150K .......... .......... .......... .......... .......... 71% 27.6M 1s 165200K .......... .......... .......... .......... .......... 71% 64.5M 1s 165250K .......... .......... .......... .......... .......... 71% 63.3M 1s 165300K .......... .......... .......... .......... .......... 71% 34.4M 1s 165350K .......... .......... .......... .......... .......... 71% 85.3M 1s 165400K .......... .......... .......... .......... .......... 71% 47.1M 1s 165450K .......... .......... .......... .......... .......... 71% 87.9M 1s 165500K .......... .......... .......... .......... .......... 71% 31.7M 1s 165550K .......... .......... .......... .......... .......... 71% 52.9M 1s 165600K .......... .......... .......... .......... .......... 71% 84.9M 1s 165650K .......... .......... .......... .......... .......... 71% 87.9M 1s 165700K .......... .......... .......... .......... .......... 71% 29.6M 1s 165750K .......... .......... .......... .......... .......... 71% 47.4M 1s 165800K .......... .......... .......... .......... .......... 71% 68.8M 1s 165850K .......... .......... .......... .......... .......... 71% 54.0M 1s 165900K .......... .......... .......... .......... .......... 71% 65.4M 1s 165950K .......... .......... .......... .......... .......... 71% 32.0M 1s 166000K .......... .......... .......... .......... .......... 71% 63.5M 1s 166050K .......... .......... .......... .......... .......... 71% 44.6M 1s 166100K .......... .......... .......... .......... .......... 71% 79.2M 1s 166150K .......... .......... .......... .......... .......... 71% 50.2M 1s 166200K .......... .......... .......... .......... .......... 71% 54.3M 1s 166250K .......... .......... .......... .......... .......... 71% 35.7M 1s 166300K .......... .......... .......... .......... .......... 71% 52.7M 1s 166350K .......... .......... .......... .......... .......... 71% 66.2M 1s 166400K .......... .......... .......... .......... .......... 71% 63.2M 1s 166450K .......... .......... .......... .......... .......... 71% 37.9M 1s 166500K .......... .......... .......... .......... .......... 71% 43.7M 1s 166550K .......... .......... .......... .......... .......... 71% 53.1M 1s 166600K .......... .......... .......... .......... .......... 71% 48.4M 1s 166650K .......... .......... .......... .......... .......... 71% 52.7M 1s 166700K .......... .......... .......... .......... .......... 71% 29.3M 1s 166750K .......... .......... .......... .......... .......... 71% 79.3M 1s 166800K .......... .......... .......... .......... .......... 71% 69.2M 1s 166850K .......... .......... .......... .......... .......... 71% 88.3M 1s 166900K .......... .......... .......... .......... .......... 71% 31.6M 1s 166950K .......... .......... .......... .......... .......... 71% 52.9M 1s 167000K .......... .......... .......... .......... .......... 72% 54.3M 1s 167050K .......... .......... .......... .......... .......... 72% 43.8M 1s 167100K .......... .......... .......... .......... .......... 72% 89.4M 1s 167150K .......... .......... .......... .......... .......... 72% 39.1M 1s 167200K .......... .......... .......... .......... .......... 72% 84.3M 1s 167250K .......... .......... .......... .......... .......... 72% 43.9M 1s 167300K .......... .......... .......... .......... .......... 72% 65.7M 1s 167350K .......... .......... .......... .......... .......... 72% 53.2M 1s 167400K .......... .......... .......... .......... .......... 72% 51.0M 1s 167450K .......... .......... .......... .......... .......... 72% 52.9M 1s 167500K .......... .......... .......... .......... .......... 72% 46.0M 1s 167550K .......... .......... .......... .......... .......... 72% 36.9M 1s 167600K .......... .......... .......... .......... .......... 72% 63.7M 1s 167650K .......... .......... .......... .......... .......... 72% 86.9M 1s 167700K .......... .......... .......... .......... .......... 72% 67.0M 1s 167750K .......... .......... .......... .......... .......... 72% 34.8M 1s 167800K .......... .......... .......... .......... .......... 72% 49.7M 1s 167850K .......... .......... .......... .......... .......... 72% 46.6M 1s 167900K .......... .......... .......... .......... .......... 72% 85.4M 1s 167950K .......... .......... .......... .......... .......... 72% 37.4M 1s 168000K .......... .......... .......... .......... .......... 72% 64.2M 1s 168050K .......... .......... .......... .......... .......... 72% 115M 1s 168100K .......... .......... .......... .......... .......... 72% 87.9M 1s 168150K .......... .......... .......... .......... .......... 72% 26.9M 1s 168200K .......... .......... .......... .......... .......... 72% 46.6M 1s 168250K .......... .......... .......... .......... .......... 72% 66.0M 1s 168300K .......... .......... .......... .......... .......... 72% 51.0M 1s 168350K .......... .......... .......... .......... .......... 72% 88.5M 1s 168400K .......... .......... .......... .......... .......... 72% 44.2M 1s 168450K .......... .......... .......... .......... .......... 72% 26.9M 1s 168500K .......... .......... .......... .......... .......... 72% 62.3M 1s 168550K .......... .......... .......... .......... .......... 72% 70.8M 1s 168600K .......... .......... .......... .......... .......... 72% 32.1M 1s 168650K .......... .......... .......... .......... .......... 72% 52.4M 1s 168700K .......... .......... .......... .......... .......... 72% 88.9M 1s 168750K .......... .......... .......... .......... .......... 72% 66.5M 1s 168800K .......... .......... .......... .......... .......... 72% 51.2M 1s 168850K .......... .......... .......... .......... .......... 72% 78.9M 1s 168900K .......... .......... .......... .......... .......... 72% 34.4M 1s 168950K .......... .......... .......... .......... .......... 72% 52.8M 1s 169000K .......... .......... .......... .......... .......... 72% 68.3M 1s 169050K .......... .......... .......... .......... .......... 72% 33.3M 1s 169100K .......... .......... .......... .......... .......... 72% 52.3M 1s 169150K .......... .......... .......... .......... .......... 72% 115M 1s 169200K .......... .......... .......... .......... .......... 72% 45.4M 1s 169250K .......... .......... .......... .......... .......... 72% 65.6M 1s 169300K .......... .......... .......... .......... .......... 72% 44.2M 1s 169350K .......... .......... .......... .......... .......... 73% 65.9M 1s 169400K .......... .......... .......... .......... .......... 73% 67.6M 1s 169450K .......... .......... .......... .......... .......... 73% 66.2M 1s 169500K .......... .......... .......... .......... .......... 73% 43.9M 1s 169550K .......... .......... .......... .......... .......... 73% 52.6M 1s 169600K .......... .......... .......... .......... .......... 73% 77.3M 1s 169650K .......... .......... .......... .......... .......... 73% 65.3M 1s 169700K .......... .......... .......... .......... .......... 73% 37.8M 1s 169750K .......... .......... .......... .......... .......... 73% 51.2M 1s 169800K .......... .......... .......... .......... .......... 73% 40.1M 1s 169850K .......... .......... .......... .......... .......... 73% 52.5M 1s 169900K .......... .......... .......... .......... .......... 73% 46.2M 1s 169950K .......... .......... .......... .......... .......... 73% 53.3M 1s 170000K .......... .......... .......... .......... .......... 73% 43.3M 1s 170050K .......... .......... .......... .......... .......... 73% 52.6M 1s 170100K .......... .......... .......... .......... .......... 73% 66.2M 1s 170150K .......... .......... .......... .......... .......... 73% 18.6M 1s 170200K .......... .......... .......... .......... .......... 73% 28.9M 1s 170250K .......... .......... .......... .......... .......... 73% 131M 1s 170300K .......... .......... .......... .......... .......... 73% 35.6M 1s 170350K .......... .......... .......... .......... .......... 73% 53.1M 1s 170400K .......... .......... .......... .......... .......... 73% 11.0M 1s 170450K .......... .......... .......... .......... .......... 73% 65.9M 1s 170500K .......... .......... .......... .......... .......... 73% 90.7M 1s 170550K .......... .......... .......... .......... .......... 73% 25.6M 1s 170600K .......... .......... .......... .......... .......... 73% 44.7M 1s 170650K .......... .......... .......... .......... .......... 73% 88.1M 1s 170700K .......... .......... .......... .......... .......... 73% 36.1M 1s 170750K .......... .......... .......... .......... .......... 73% 66.3M 1s 170800K .......... .......... .......... .......... .......... 73% 43.0M 1s 170850K .......... .......... .......... .......... .......... 73% 14.5M 1s 170900K .......... .......... .......... .......... .......... 73% 129M 1s 170950K .......... .......... .......... .......... .......... 73% 50.1M 1s 171000K .......... .......... .......... .......... .......... 73% 6.78M 1s 171050K .......... .......... .......... .......... .......... 73% 54.6M 1s 171100K .......... .......... .......... .......... .......... 73% 53.0M 1s 171150K .......... .......... .......... .......... .......... 73% 62.0M 1s 171200K .......... .......... .......... .......... .......... 73% 64.3M 1s 171250K .......... .......... .......... .......... .......... 73% 64.5M 1s 171300K .......... .......... .......... .......... .......... 73% 44.6M 1s 171350K .......... .......... .......... .......... .......... 73% 45.3M 1s 171400K .......... .......... .......... .......... .......... 73% 21.0M 1s 171450K .......... .......... .......... .......... .......... 73% 32.3M 1s 171500K .......... .......... .......... .......... .......... 73% 52.8M 1s 171550K .......... .......... .......... .......... .......... 73% 43.9M 1s 171600K .......... .......... .......... .......... .......... 73% 51.5M 1s 171650K .......... .......... .......... .......... .......... 74% 130M 1s 171700K .......... .......... .......... .......... .......... 74% 37.9M 1s 171750K .......... .......... .......... .......... .......... 74% 37.3M 1s 171800K .......... .......... .......... .......... .......... 74% 38.4M 1s 171850K .......... .......... .......... .......... .......... 74% 52.9M 1s 171900K .......... .......... .......... .......... .......... 74% 89.0M 1s 171950K .......... .......... .......... .......... .......... 74% 85.4M 1s 172000K .......... .......... .......... .......... .......... 74% 46.0M 1s 172050K .......... .......... .......... .......... .......... 74% 48.5M 1s 172100K .......... .......... .......... .......... .......... 74% 89.1M 1s 172150K .......... .......... .......... .......... .......... 74% 32.4M 1s 172200K .......... .......... .......... .......... .......... 74% 38.3M 1s 172250K .......... .......... .......... .......... .......... 74% 61.6M 1s 172300K .......... .......... .......... .......... .......... 74% 46.5M 1s 172350K .......... .......... .......... .......... .......... 74% 44.3M 1s 172400K .......... .......... .......... .......... .......... 74% 83.4M 1s 172450K .......... .......... .......... .......... .......... 74% 66.2M 1s 172500K .......... .......... .......... .......... .......... 74% 82.6M 1s 172550K .......... .......... .......... .......... .......... 74% 33.2M 1s 172600K .......... .......... .......... .......... .......... 74% 55.3M 1s 172650K .......... .......... .......... .......... .......... 74% 67.1M 1s 172700K .......... .......... .......... .......... .......... 74% 64.6M 1s 172750K .......... .......... .......... .......... .......... 74% 50.9M 1s 172800K .......... .......... .......... .......... .......... 74% 50.3M 1s 172850K .......... .......... .......... .......... .......... 74% 65.4M 1s 172900K .......... .......... .......... .......... .......... 74% 92.4M 1s 172950K .......... .......... .......... .......... .......... 74% 42.4M 1s 173000K .......... .......... .......... .......... .......... 74% 39.5M 1s 173050K .......... .......... .......... .......... .......... 74% 10.2M 1s 173100K .......... .......... .......... .......... .......... 74% 48.5M 1s 173150K .......... .......... .......... .......... .......... 74% 66.8M 1s 173200K .......... .......... .......... .......... .......... 74% 51.3M 1s 173250K .......... .......... .......... .......... .......... 74% 88.5M 1s 173300K .......... .......... .......... .......... .......... 74% 44.9M 1s 173350K .......... .......... .......... .......... .......... 74% 69.0M 1s 173400K .......... .......... .......... .......... .......... 74% 38.2M 1s 173450K .......... .......... .......... .......... .......... 74% 34.0M 1s 173500K .......... .......... .......... .......... .......... 74% 66.0M 1s 173550K .......... .......... .......... .......... .......... 74% 32.9M 1s 173600K .......... .......... .......... .......... .......... 74% 64.2M 1s 173650K .......... .......... .......... .......... .......... 74% 64.4M 1s 173700K .......... .......... .......... .......... .......... 74% 94.8M 1s 173750K .......... .......... .......... .......... .......... 74% 41.1M 1s 173800K .......... .......... .......... .......... .......... 74% 45.0M 1s 173850K .......... .......... .......... .......... .......... 74% 87.7M 1s 173900K .......... .......... .......... .......... .......... 74% 66.5M 1s 173950K .......... .......... .......... .......... .......... 74% 52.2M 1s 174000K .......... .......... .......... .......... .......... 75% 43.2M 1s 174050K .......... .......... .......... .......... .......... 75% 66.2M 1s 174100K .......... .......... .......... .......... .......... 75% 52.2M 1s 174150K .......... .......... .......... .......... .......... 75% 87.7M 1s 174200K .......... .......... .......... .......... .......... 75% 45.0M 1s 174250K .......... .......... .......... .......... .......... 75% 66.5M 1s 174300K .......... .......... .......... .......... .......... 75% 44.0M 1s 174350K .......... .......... .......... .......... .......... 75% 17.1M 1s 174400K .......... .......... .......... .......... .......... 75% 79.1M 1s 174450K .......... .......... .......... .......... .......... 75% 96.8M 1s 174500K .......... .......... .......... .......... .......... 75% 49.2M 1s 174550K .......... .......... .......... .......... .......... 75% 33.7M 1s 174600K .......... .......... .......... .......... .......... 75% 68.0M 1s 174650K .......... .......... .......... .......... .......... 75% 51.1M 1s 174700K .......... .......... .......... .......... .......... 75% 93.8M 1s 174750K .......... .......... .......... .......... .......... 75% 52.1M 1s 174800K .......... .......... .......... .......... .......... 75% 52.1M 1s 174850K .......... .......... .......... .......... .......... 75% 52.3M 1s 174900K .......... .......... .......... .......... .......... 75% 88.8M 1s 174950K .......... .......... .......... .......... .......... 75% 52.8M 1s 175000K .......... .......... .......... .......... .......... 75% 54.1M 1s 175050K .......... .......... .......... .......... .......... 75% 42.1M 1s 175100K .......... .......... .......... .......... .......... 75% 47.0M 1s 175150K .......... .......... .......... .......... .......... 75% 87.1M 1s 175200K .......... .......... .......... .......... .......... 75% 78.9M 1s 175250K .......... .......... .......... .......... .......... 75% 39.5M 1s 175300K .......... .......... .......... .......... .......... 75% 44.0M 1s 175350K .......... .......... .......... .......... .......... 75% 88.9M 1s 175400K .......... .......... .......... .......... .......... 75% 44.8M 1s 175450K .......... .......... .......... .......... .......... 75% 65.8M 1s 175500K .......... .......... .......... .......... .......... 75% 52.6M 1s 175550K .......... .......... .......... .......... .......... 75% 87.2M 1s 175600K .......... .......... .......... .......... .......... 75% 43.4M 1s 175650K .......... .......... .......... .......... .......... 75% 88.3M 1s 175700K .......... .......... .......... .......... .......... 75% 49.8M 1s 175750K .......... .......... .......... .......... .......... 75% 66.3M 1s 175800K .......... .......... .......... .......... .......... 75% 44.7M 1s 175850K .......... .......... .......... .......... .......... 75% 49.6M 1s 175900K .......... .......... .......... .......... .......... 75% 79.0M 1s 175950K .......... .......... .......... .......... .......... 75% 88.4M 1s 176000K .......... .......... .......... .......... .......... 75% 45.9M 1s 176050K .......... .......... .......... .......... .......... 75% 44.5M 1s 176100K .......... .......... .......... .......... .......... 75% 55.6M 1s 176150K .......... .......... .......... .......... .......... 75% 65.2M 1s 176200K .......... .......... .......... .......... .......... 75% 38.6M 1s 176250K .......... .......... .......... .......... .......... 75% 43.7M 1s 176300K .......... .......... .......... .......... .......... 76% 66.2M 1s 176350K .......... .......... .......... .......... .......... 76% 52.9M 1s 176400K .......... .......... .......... .......... .......... 76% 84.7M 1s 176450K .......... .......... .......... .......... .......... 76% 50.0M 1s 176500K .......... .......... .......... .......... .......... 76% 37.5M 1s 176550K .......... .......... .......... .......... .......... 76% 52.3M 1s 176600K .......... .......... .......... .......... .......... 76% 47.0M 1s 176650K .......... .......... .......... .......... .......... 76% 67.0M 1s 176700K .......... .......... .......... .......... .......... 76% 87.3M 1s 176750K .......... .......... .......... .......... .......... 76% 29.7M 1s 176800K .......... .......... .......... .......... .......... 76% 42.9M 1s 176850K .......... .......... .......... .......... .......... 76% 131M 1s 176900K .......... .......... .......... .......... .......... 76% 75.7M 1s 176950K .......... .......... .......... .......... .......... 76% 44.0M 1s 177000K .......... .......... .......... .......... .......... 76% 68.1M 1s 177050K .......... .......... .......... .......... .......... 76% 44.1M 1s 177100K .......... .......... .......... .......... .......... 76% 56.8M 1s 177150K .......... .......... .......... .......... .......... 76% 88.8M 1s 177200K .......... .......... .......... .......... .......... 76% 36.3M 1s 177250K .......... .......... .......... .......... .......... 76% 53.6M 1s 177300K .......... .......... .......... .......... .......... 76% 87.1M 1s 177350K .......... .......... .......... .......... .......... 76% 49.9M 1s 177400K .......... .......... .......... .......... .......... 76% 45.5M 1s 177450K .......... .......... .......... .......... .......... 76% 74.9M 1s 177500K .......... .......... .......... .......... .......... 76% 88.6M 1s 177550K .......... .......... .......... .......... .......... 76% 43.7M 1s 177600K .......... .......... .......... .......... .......... 76% 51.2M 1s 177650K .......... .......... .......... .......... .......... 76% 88.0M 1s 177700K .......... .......... .......... .......... .......... 76% 74.3M 1s 177750K .......... .......... .......... .......... .......... 76% 48.0M 1s 177800K .......... .......... .......... .......... .......... 76% 38.9M 1s 177850K .......... .......... .......... .......... .......... 76% 66.7M 1s 177900K .......... .......... .......... .......... .......... 76% 66.2M 1s 177950K .......... .......... .......... .......... .......... 76% 49.5M 1s 178000K .......... .......... .......... .......... .......... 76% 51.0M 1s 178050K .......... .......... .......... .......... .......... 76% 52.6M 1s 178100K .......... .......... .......... .......... .......... 76% 88.7M 1s 178150K .......... .......... .......... .......... .......... 76% 108M 1s 178200K .......... .......... .......... .......... .......... 76% 41.4M 1s 178250K .......... .......... .......... .......... .......... 76% 31.0M 1s 178300K .......... .......... .......... .......... .......... 76% 53.3M 1s 178350K .......... .......... .......... .......... .......... 76% 61.8M 1s 178400K .......... .......... .......... .......... .......... 76% 82.8M 1s 178450K .......... .......... .......... .......... .......... 76% 67.2M 1s 178500K .......... .......... .......... .......... .......... 76% 43.7M 1s 178550K .......... .......... .......... .......... .......... 76% 53.1M 1s 178600K .......... .......... .......... .......... .......... 77% 54.7M 1s 178650K .......... .......... .......... .......... .......... 77% 66.2M 1s 178700K .......... .......... .......... .......... .......... 77% 59.1M 1s 178750K .......... .......... .......... .......... .......... 77% 63.0M 1s 178800K .......... .......... .......... .......... .......... 77% 63.6M 1s 178850K .......... .......... .......... .......... .......... 77% 65.1M 1s 178900K .......... .......... .......... .......... .......... 77% 63.1M 1s 178950K .......... .......... .......... .......... .......... 77% 47.2M 1s 179000K .......... .......... .......... .......... .......... 77% 54.0M 1s 179050K .......... .......... .......... .......... .......... 77% 53.2M 1s 179100K .......... .......... .......... .......... .......... 77% 49.5M 1s 179150K .......... .......... .......... .......... .......... 77% 61.5M 1s 179200K .......... .......... .......... .......... .......... 77% 76.4M 1s 179250K .......... .......... .......... .......... .......... 77% 56.3M 1s 179300K .......... .......... .......... .......... .......... 77% 14.2M 1s 179350K .......... .......... .......... .......... .......... 77% 131M 1s 179400K .......... .......... .......... .......... .......... 77% 43.7M 1s 179450K .......... .......... .......... .......... .......... 77% 83.0M 1s 179500K .......... .......... .......... .......... .......... 77% 46.2M 1s 179550K .......... .......... .......... .......... .......... 77% 53.0M 1s 179600K .......... .......... .......... .......... .......... 77% 85.5M 1s 179650K .......... .......... .......... .......... .......... 77% 52.4M 1s 179700K .......... .......... .......... .......... .......... 77% 66.9M 1s 179750K .......... .......... .......... .......... .......... 77% 43.8M 1s 179800K .......... .......... .......... .......... .......... 77% 54.2M 1s 179850K .......... .......... .......... .......... .......... 77% 37.5M 1s 179900K .......... .......... .......... .......... .......... 77% 88.6M 1s 179950K .......... .......... .......... .......... .......... 77% 87.5M 1s 180000K .......... .......... .......... .......... .......... 77% 40.6M 1s 180050K .......... .......... .......... .......... .......... 77% 66.0M 1s 180100K .......... .......... .......... .......... .......... 77% 52.9M 1s 180150K .......... .......... .......... .......... .......... 77% 87.8M 1s 180200K .......... .......... .......... .......... .......... 77% 37.8M 1s 180250K .......... .......... .......... .......... .......... 77% 80.4M 1s 180300K .......... .......... .......... .......... .......... 77% 46.2M 1s 180350K .......... .......... .......... .......... .......... 77% 86.9M 1s 180400K .......... .......... .......... .......... .......... 77% 40.9M 1s 180450K .......... .......... .......... .......... .......... 77% 86.7M 1s 180500K .......... .......... .......... .......... .......... 77% 88.7M 1s 180550K .......... .......... .......... .......... .......... 77% 86.6M 1s 180600K .......... .......... .......... .......... .......... 77% 35.3M 1s 180650K .......... .......... .......... .......... .......... 77% 45.8M 1s 180700K .......... .......... .......... .......... .......... 77% 88.0M 1s 180750K .......... .......... .......... .......... .......... 77% 116M 1s 180800K .......... .......... .......... .......... .......... 77% 68.6M 1s 180850K .......... .......... .......... .......... .......... 77% 49.8M 1s 180900K .......... .......... .......... .......... .......... 77% 90.2M 1s 180950K .......... .......... .......... .......... .......... 78% 31.1M 1s 181000K .......... .......... .......... .......... .......... 78% 53.9M 1s 181050K .......... .......... .......... .......... .......... 78% 49.7M 1s 181100K .......... .......... .......... .......... .......... 78% 52.6M 1s 181150K .......... .......... .......... .......... .......... 78% 52.4M 1s 181200K .......... .......... .......... .......... .......... 78% 124M 1s 181250K .......... .......... .......... .......... .......... 78% 87.8M 1s 181300K .......... .......... .......... .......... .......... 78% 36.6M 1s 181350K .......... .......... .......... .......... .......... 78% 66.6M 1s 181400K .......... .......... .......... .......... .......... 78% 69.0M 1s 181450K .......... .......... .......... .......... .......... 78% 81.7M 1s 181500K .......... .......... .......... .......... .......... 78% 45.2M 1s 181550K .......... .......... .......... .......... .......... 78% 53.1M 1s 181600K .......... .......... .......... .......... .......... 78% 63.5M 1s 181650K .......... .......... .......... .......... .......... 78% 87.9M 1s 181700K .......... .......... .......... .......... .......... 78% 52.6M 1s 181750K .......... .......... .......... .......... .......... 78% 52.8M 1s 181800K .......... .......... .......... .......... .......... 78% 38.7M 1s 181850K .......... .......... .......... .......... .......... 78% 132M 1s 181900K .......... .......... .......... .......... .......... 78% 52.8M 1s 181950K .......... .......... .......... .......... .......... 78% 76.1M 1s 182000K .......... .......... .......... .......... .......... 78% 46.4M 1s 182050K .......... .......... .......... .......... .......... 78% 52.4M 1s 182100K .......... .......... .......... .......... .......... 78% 66.1M 1s 182150K .......... .......... .......... .......... .......... 78% 52.7M 1s 182200K .......... .......... .......... .......... .......... 78% 69.8M 1s 182250K .......... .......... .......... .......... .......... 78% 46.3M 1s 182300K .......... .......... .......... .......... .......... 78% 65.4M 1s 182350K .......... .......... .......... .......... .......... 78% 40.8M 1s 182400K .......... .......... .......... .......... .......... 78% 64.4M 1s 182450K .......... .......... .......... .......... .......... 78% 126M 1s 182500K .......... .......... .......... .......... .......... 78% 52.7M 1s 182550K .......... .......... .......... .......... .......... 78% 66.4M 1s 182600K .......... .......... .......... .......... .......... 78% 31.9M 1s 182650K .......... .......... .......... .......... .......... 78% 87.5M 1s 182700K .......... .......... .......... .......... .......... 78% 65.5M 1s 182750K .......... .......... .......... .......... .......... 78% 53.0M 1s 182800K .......... .......... .......... .......... .......... 78% 48.9M 1s 182850K .......... .......... .......... .......... .......... 78% 49.7M 1s 182900K .......... .......... .......... .......... .......... 78% 65.8M 1s 182950K .......... .......... .......... .......... .......... 78% 68.0M 1s 183000K .......... .......... .......... .......... .......... 78% 53.7M 1s 183050K .......... .......... .......... .......... .......... 78% 79.2M 1s 183100K .......... .......... .......... .......... .......... 78% 39.9M 1s 183150K .......... .......... .......... .......... .......... 78% 86.6M 1s 183200K .......... .......... .......... .......... .......... 78% 9.57M 1s 183250K .......... .......... .......... .......... .......... 79% 58.6M 1s 183300K .......... .......... .......... .......... .......... 79% 52.6M 1s 183350K .......... .......... .......... .......... .......... 79% 51.8M 1s 183400K .......... .......... .......... .......... .......... 79% 38.2M 1s 183450K .......... .......... .......... .......... .......... 79% 65.4M 1s 183500K .......... .......... .......... .......... .......... 79% 50.6M 1s 183550K .......... .......... .......... .......... .......... 79% 66.4M 1s 183600K .......... .......... .......... .......... .......... 79% 40.6M 1s 183650K .......... .......... .......... .......... .......... 79% 44.4M 1s 183700K .......... .......... .......... .......... .......... 79% 52.6M 1s 183750K .......... .......... .......... .......... .......... 79% 52.5M 1s 183800K .......... .......... .......... .......... .......... 79% 54.0M 1s 183850K .......... .......... .......... .......... .......... 79% 67.3M 1s 183900K .......... .......... .......... .......... .......... 79% 70.2M 1s 183950K .......... .......... .......... .......... .......... 79% 130M 1s 184000K .......... .......... .......... .......... .......... 79% 38.8M 1s 184050K .......... .......... .......... .......... .......... 79% 50.2M 1s 184100K .......... .......... .......... .......... .......... 79% 63.6M 1s 184150K .......... .......... .......... .......... .......... 79% 66.2M 1s 184200K .......... .......... .......... .......... .......... 79% 43.8M 1s 184250K .......... .......... .......... .......... .......... 79% 65.4M 1s 184300K .......... .......... .......... .......... .......... 79% 35.9M 1s 184350K .......... .......... .......... .......... .......... 79% 71.9M 1s 184400K .......... .......... .......... .......... .......... 79% 63.8M 1s 184450K .......... .......... .......... .......... .......... 79% 133M 1s 184500K .......... .......... .......... .......... .......... 79% 49.5M 1s 184550K .......... .......... .......... .......... .......... 79% 31.5M 1s 184600K .......... .......... .......... .......... .......... 79% 55.8M 1s 184650K .......... .......... .......... .......... .......... 79% 66.1M 1s 184700K .......... .......... .......... .......... .......... 79% 134M 1s 184750K .......... .......... .......... .......... .......... 79% 49.7M 1s 184800K .......... .......... .......... .......... .......... 79% 37.6M 1s 184850K .......... .......... .......... .......... .......... 79% 66.7M 1s 184900K .......... .......... .......... .......... .......... 79% 87.7M 1s 184950K .......... .......... .......... .......... .......... 79% 88.0M 1s 185000K .......... .......... .......... .......... .......... 79% 36.7M 1s 185050K .......... .......... .......... .......... .......... 79% 46.2M 1s 185100K .......... .......... .......... .......... .......... 79% 52.8M 1s 185150K .......... .......... .......... .......... .......... 79% 86.2M 1s 185200K .......... .......... .......... .......... .......... 79% 87.3M 1s 185250K .......... .......... .......... .......... .......... 79% 45.3M 1s 185300K .......... .......... .......... .......... .......... 79% 54.3M 1s 185350K .......... .......... .......... .......... .......... 79% 43.9M 1s 185400K .......... .......... .......... .......... .......... 79% 53.8M 1s 185450K .......... .......... .......... .......... .......... 79% 66.6M 1s 185500K .......... .......... .......... .......... .......... 79% 49.8M 1s 185550K .......... .......... .......... .......... .......... 79% 45.6M 1s 185600K .......... .......... .......... .......... .......... 80% 51.8M 1s 185650K .......... .......... .......... .......... .......... 80% 97.6M 1s 185700K .......... .......... .......... .......... .......... 80% 61.6M 1s 185750K .......... .......... .......... .......... .......... 80% 45.5M 1s 185800K .......... .......... .......... .......... .......... 80% 38.2M 1s 185850K .......... .......... .......... .......... .......... 80% 63.9M 1s 185900K .......... .......... .......... .......... .......... 80% 53.4M 1s 185950K .......... .......... .......... .......... .......... 80% 65.9M 1s 186000K .......... .......... .......... .......... .......... 80% 51.5M 1s 186050K .......... .......... .......... .......... .......... 80% 43.9M 1s 186100K .......... .......... .......... .......... .......... 80% 132M 1s 186150K .......... .......... .......... .......... .......... 80% 35.4M 1s 186200K .......... .......... .......... .......... .......... 80% 32.6M 1s 186250K .......... .......... .......... .......... .......... 80% 114M 1s 186300K .......... .......... .......... .......... .......... 80% 40.1M 1s 186350K .......... .......... .......... .......... .......... 80% 90.0M 1s 186400K .......... .......... .......... .......... .......... 80% 43.3M 1s 186450K .......... .......... .......... .......... .......... 80% 65.2M 1s 186500K .......... .......... .......... .......... .......... 80% 62.5M 1s 186550K .......... .......... .......... .......... .......... 80% 50.9M 1s 186600K .......... .......... .......... .......... .......... 80% 48.3M 1s 186650K .......... .......... .......... .......... .......... 80% 46.2M 1s 186700K .......... .......... .......... .......... .......... 80% 118M 1s 186750K .......... .......... .......... .......... .......... 80% 55.9M 1s 186800K .......... .......... .......... .......... .......... 80% 47.2M 1s 186850K .......... .......... .......... .......... .......... 80% 50.4M 1s 186900K .......... .......... .......... .......... .......... 80% 50.0M 1s 186950K .......... .......... .......... .......... .......... 80% 132M 1s 187000K .......... .......... .......... .......... .......... 80% 67.2M 1s 187050K .......... .......... .......... .......... .......... 80% 52.2M 1s 187100K .......... .......... .......... .......... .......... 80% 47.9M 1s 187150K .......... .......... .......... .......... .......... 80% 52.7M 1s 187200K .......... .......... .......... .......... .......... 80% 84.1M 1s 187250K .......... .......... .......... .......... .......... 80% 43.0M 1s 187300K .......... .......... .......... .......... .......... 80% 116M 1s 187350K .......... .......... .......... .......... .......... 80% 36.1M 1s 187400K .......... .......... .......... .......... .......... 80% 63.9M 1s 187450K .......... .......... .......... .......... .......... 80% 45.0M 1s 187500K .......... .......... .......... .......... .......... 80% 87.8M 1s 187550K .......... .......... .......... .......... .......... 80% 66.4M 1s 187600K .......... .......... .......... .......... .......... 80% 49.0M 1s 187650K .......... .......... .......... .......... .......... 80% 97.6M 1s 187700K .......... .......... .......... .......... .......... 80% 87.6M 1s 187750K .......... .......... .......... .......... .......... 80% 60.7M 1s 187800K .......... .......... .......... .......... .......... 80% 32.9M 1s 187850K .......... .......... .......... .......... .......... 80% 97.4M 1s 187900K .......... .......... .......... .......... .......... 81% 65.3M 1s 187950K .......... .......... .......... .......... .......... 81% 53.1M 1s 188000K .......... .......... .......... .......... .......... 81% 111M 1s 188050K .......... .......... .......... .......... .......... 81% 39.0M 1s 188100K .......... .......... .......... .......... .......... 81% 52.7M 1s 188150K .......... .......... .......... .......... .......... 81% 52.8M 1s 188200K .......... .......... .......... .......... .......... 81% 50.9M 1s 188250K .......... .......... .......... .......... .......... 81% 86.3M 1s 188300K .......... .......... .......... .......... .......... 81% 46.0M 1s 188350K .......... .......... .......... .......... .......... 81% 70.1M 1s 188400K .......... .......... .......... .......... .......... 81% 37.3M 1s 188450K .......... .......... .......... .......... .......... 81% 80.2M 1s 188500K .......... .......... .......... .......... .......... 81% 46.0M 1s 188550K .......... .......... .......... .......... .......... 81% 89.4M 1s 188600K .......... .......... .......... .......... .......... 81% 38.4M 1s 188650K .......... .......... .......... .......... .......... 81% 37.2M 1s 188700K .......... .......... .......... .......... .......... 81% 53.2M 1s 188750K .......... .......... .......... .......... .......... 81% 89.1M 1s 188800K .......... .......... .......... .......... .......... 81% 64.1M 1s 188850K .......... .......... .......... .......... .......... 81% 65.3M 1s 188900K .......... .......... .......... .......... .......... 81% 52.9M 1s 188950K .......... .......... .......... .......... .......... 81% 66.6M 1s 189000K .......... .......... .......... .......... .......... 81% 50.2M 1s 189050K .......... .......... .......... .......... .......... 81% 42.2M 1s 189100K .......... .......... .......... .......... .......... 81% 40.5M 1s 189150K .......... .......... .......... .......... .......... 81% 97.3M 1s 189200K .......... .......... .......... .......... .......... 81% 64.7M 1s 189250K .......... .......... .......... .......... .......... 81% 37.7M 1s 189300K .......... .......... .......... .......... .......... 81% 46.1M 1s 189350K .......... .......... .......... .......... .......... 81% 80.3M 1s 189400K .......... .......... .......... .......... .......... 81% 32.7M 1s 189450K .......... .......... .......... .......... .......... 81% 44.0M 1s 189500K .......... .......... .......... .......... .......... 81% 66.0M 1s 189550K .......... .......... .......... .......... .......... 81% 66.7M 1s 189600K .......... .......... .......... .......... .......... 81% 63.2M 1s 189650K .......... .......... .......... .......... .......... 81% 39.4M 1s 189700K .......... .......... .......... .......... .......... 81% 67.1M 1s 189750K .......... .......... .......... .......... .......... 81% 36.7M 1s 189800K .......... .......... .......... .......... .......... 81% 54.5M 1s 189850K .......... .......... .......... .......... .......... 81% 130M 1s 189900K .......... .......... .......... .......... .......... 81% 66.2M 1s 189950K .......... .......... .......... .......... .......... 81% 32.8M 1s 190000K .......... .......... .......... .......... .......... 81% 63.6M 1s 190050K .......... .......... .......... .......... .......... 81% 53.2M 1s 190100K .......... .......... .......... .......... .......... 81% 88.7M 1s 190150K .......... .......... .......... .......... .......... 81% 87.4M 1s 190200K .......... .......... .......... .......... .......... 82% 32.2M 1s 190250K .......... .......... .......... .......... .......... 82% 131M 1s 190300K .......... .......... .......... .......... .......... 82% 48.7M 1s 190350K .......... .......... .......... .......... .......... 82% 70.1M 1s 190400K .......... .......... .......... .......... .......... 82% 112M 1s 190450K .......... .......... .......... .......... .......... 82% 66.2M 1s 190500K .......... .......... .......... .......... .......... 82% 46.8M 1s 190550K .......... .......... .......... .......... .......... 82% 37.4M 1s 190600K .......... .......... .......... .......... .......... 82% 58.4M 1s 190650K .......... .......... .......... .......... .......... 82% 65.8M 1s 190700K .......... .......... .......... .......... .......... 82% 53.3M 1s 190750K .......... .......... .......... .......... .......... 82% 52.2M 1s 190800K .......... .......... .......... .......... .......... 82% 49.2M 1s 190850K .......... .......... .......... .......... .......... 82% 70.8M 1s 190900K .......... .......... .......... .......... .......... 82% 49.7M 1s 190950K .......... .......... .......... .......... .......... 82% 98.9M 1s 191000K .......... .......... .......... .......... .......... 82% 32.1M 1s 191050K .......... .......... .......... .......... .......... 82% 134M 1s 191100K .......... .......... .......... .......... .......... 82% 47.7M 1s 191150K .......... .......... .......... .......... .......... 82% 35.7M 1s 191200K .......... .......... .......... .......... .......... 82% 47.2M 1s 191250K .......... .......... .......... .......... .......... 82% 65.1M 1s 191300K .......... .......... .......... .......... .......... 82% 52.6M 1s 191350K .......... .......... .......... .......... .......... 82% 53.4M 1s 191400K .......... .......... .......... .......... .......... 82% 67.8M 1s 191450K .......... .......... .......... .......... .......... 82% 39.9M 1s 191500K .......... .......... .......... .......... .......... 82% 80.1M 1s 191550K .......... .......... .......... .......... .......... 82% 39.4M 1s 191600K .......... .......... .......... .......... .......... 82% 84.5M 1s 191650K .......... .......... .......... .......... .......... 82% 86.9M 1s 191700K .......... .......... .......... .......... .......... 82% 53.1M 1s 191750K .......... .......... .......... .......... .......... 82% 47.1M 1s 191800K .......... .......... .......... .......... .......... 82% 29.0M 1s 191850K .......... .......... .......... .......... .......... 82% 65.7M 1s 191900K .......... .......... .......... .......... .......... 82% 38.4M 1s 191950K .......... .......... .......... .......... .......... 82% 53.1M 1s 192000K .......... .......... .......... .......... .......... 82% 63.8M 1s 192050K .......... .......... .......... .......... .......... 82% 116M 1s 192100K .......... .......... .......... .......... .......... 82% 45.1M 1s 192150K .......... .......... .......... .......... .......... 82% 52.6M 1s 192200K .......... .......... .......... .......... .......... 82% 32.6M 1s 192250K .......... .......... .......... .......... .......... 82% 65.5M 1s 192300K .......... .......... .......... .......... .......... 82% 134M 1s 192350K .......... .......... .......... .......... .......... 82% 47.4M 1s 192400K .......... .......... .......... .......... .......... 82% 51.4M 1s 192450K .......... .......... .......... .......... .......... 82% 44.1M 1s 192500K .......... .......... .......... .......... .......... 82% 52.2M 1s 192550K .......... .......... .......... .......... .......... 83% 65.7M 1s 192600K .......... .......... .......... .......... .......... 83% 33.5M 1s 192650K .......... .......... .......... .......... .......... 83% 52.8M 1s 192700K .......... .......... .......... .......... .......... 83% 40.1M 1s 192750K .......... .......... .......... .......... .......... 83% 129M 1s 192800K .......... .......... .......... .......... .......... 83% 43.4M 1s 192850K .......... .......... .......... .......... .......... 83% 47.9M 1s 192900K .......... .......... .......... .......... .......... 83% 66.1M 1s 192950K .......... .......... .......... .......... .......... 83% 88.5M 1s 193000K .......... .......... .......... .......... .......... 83% 38.5M 1s 193050K .......... .......... .......... .......... .......... 83% 10.6M 1s 193100K .......... .......... .......... .......... .......... 83% 44.4M 1s 193150K .......... .......... .......... .......... .......... 83% 61.0M 1s 193200K .......... .......... .......... .......... .......... 83% 45.3M 1s 193250K .......... .......... .......... .......... .......... 83% 55.2M 1s 193300K .......... .......... .......... .......... .......... 83% 52.7M 1s 193350K .......... .......... .......... .......... .......... 83% 52.5M 1s 193400K .......... .......... .......... .......... .......... 83% 54.2M 1s 193450K .......... .......... .......... .......... .......... 83% 45.8M 1s 193500K .......... .......... .......... .......... .......... 83% 40.8M 1s 193550K .......... .......... .......... .......... .......... 83% 65.8M 1s 193600K .......... .......... .......... .......... .......... 83% 60.5M 1s 193650K .......... .......... .......... .......... .......... 83% 53.7M 1s 193700K .......... .......... .......... .......... .......... 83% 50.3M 1s 193750K .......... .......... .......... .......... .......... 83% 70.5M 1s 193800K .......... .......... .......... .......... .......... 83% 43.0M 1s 193850K .......... .......... .......... .......... .......... 83% 46.2M 1s 193900K .......... .......... .......... .......... .......... 83% 87.1M 1s 193950K .......... .......... .......... .......... .......... 83% 4.06M 1s 194000K .......... .......... .......... .......... .......... 83% 63.3M 1s 194050K .......... .......... .......... .......... .......... 83% 44.0M 1s 194100K .......... .......... .......... .......... .......... 83% 88.4M 1s 194150K .......... .......... .......... .......... .......... 83% 44.0M 1s 194200K .......... .......... .......... .......... .......... 83% 38.3M 1s 194250K .......... .......... .......... .......... .......... 83% 44.0M 1s 194300K .......... .......... .......... .......... .......... 83% 28.9M 1s 194350K .......... .......... .......... .......... .......... 83% 26.6M 1s 194400K .......... .......... .......... .......... .......... 83% 4.72M 1s 194450K .......... .......... .......... .......... .......... 83% 52.7M 1s 194500K .......... .......... .......... .......... .......... 83% 121M 1s 194550K .......... .......... .......... .......... .......... 83% 53.0M 1s 194600K .......... .......... .......... .......... .......... 83% 44.2M 1s 194650K .......... .......... .......... .......... .......... 83% 36.7M 1s 194700K .......... .......... .......... .......... .......... 83% 64.9M 1s 194750K .......... .......... .......... .......... .......... 83% 66.7M 1s 194800K .......... .......... .......... .......... .......... 83% 48.2M 1s 194850K .......... .......... .......... .......... .......... 84% 3.61M 1s 194900K .......... .......... .......... .......... .......... 84% 17.5M 1s 194950K .......... .......... .......... .......... .......... 84% 57.5M 1s 195000K .......... .......... .......... .......... .......... 84% 35.5M 1s 195050K .......... .......... .......... .......... .......... 84% 63.7M 1s 195100K .......... .......... .......... .......... .......... 84% 53.3M 1s 195150K .......... .......... .......... .......... .......... 84% 65.5M 1s 195200K .......... .......... .......... .......... .......... 84% 51.5M 1s 195250K .......... .......... .......... .......... .......... 84% 26.3M 1s 195300K .......... .......... .......... .......... .......... 84% 26.4M 1s 195350K .......... .......... .......... .......... .......... 84% 6.76M 1s 195400K .......... .......... .......... .......... .......... 84% 38.4M 1s 195450K .......... .......... .......... .......... .......... 84% 9.06M 1s 195500K .......... .......... .......... .......... .......... 84% 135M 1s 195550K .......... .......... .......... .......... .......... 84% 37.9M 1s 195600K .......... .......... .......... .......... .......... 84% 6.05M 1s 195650K .......... .......... .......... .......... .......... 84% 31.3M 1s 195700K .......... .......... .......... .......... .......... 84% 130M 1s 195750K .......... .......... .......... .......... .......... 84% 53.4M 1s 195800K .......... .......... .......... .......... .......... 84% 53.9M 1s 195850K .......... .......... .......... .......... .......... 84% 52.3M 1s 195900K .......... .......... .......... .......... .......... 84% 26.8M 1s 195950K .......... .......... .......... .......... .......... 84% 26.6M 1s 196000K .......... .......... .......... .......... .......... 84% 29.8M 1s 196050K .......... .......... .......... .......... .......... 84% 29.6M 1s 196100K .......... .......... .......... .......... .......... 84% 64.2M 1s 196150K .......... .......... .......... .......... .......... 84% 53.6M 1s 196200K .......... .......... .......... .......... .......... 84% 46.1M 1s 196250K .......... .......... .......... .......... .......... 84% 53.2M 1s 196300K .......... .......... .......... .......... .......... 84% 87.1M 1s 196350K .......... .......... .......... .......... .......... 84% 48.4M 1s 196400K .......... .......... .......... .......... .......... 84% 52.0M 1s 196450K .......... .......... .......... .......... .......... 84% 61.1M 1s 196500K .......... .......... .......... .......... .......... 84% 12.1M 1s 196550K .......... .......... .......... .......... .......... 84% 89.9M 1s 196600K .......... .......... .......... .......... .......... 84% 23.8M 1s 196650K .......... .......... .......... .......... .......... 84% 115M 1s 196700K .......... .......... .......... .......... .......... 84% 26.3M 1s 196750K .......... .......... .......... .......... .......... 84% 89.0M 1s 196800K .......... .......... .......... .......... .......... 84% 50.9M 1s 196850K .......... .......... .......... .......... .......... 84% 50.6M 1s 196900K .......... .......... .......... .......... .......... 84% 96.9M 1s 196950K .......... .......... .......... .......... .......... 84% 43.6M 1s 197000K .......... .......... .......... .......... .......... 84% 29.8M 1s 197050K .......... .......... .......... .......... .......... 84% 129M 1s 197100K .......... .......... .......... .......... .......... 84% 66.7M 1s 197150K .......... .......... .......... .......... .......... 84% 58.4M 1s 197200K .......... .......... .......... .......... .......... 85% 41.3M 1s 197250K .......... .......... .......... .......... .......... 85% 68.1M 1s 197300K .......... .......... .......... .......... .......... 85% 87.1M 1s 197350K .......... .......... .......... .......... .......... 85% 51.3M 1s 197400K .......... .......... .......... .......... .......... 85% 30.8M 1s 197450K .......... .......... .......... .......... .......... 85% 36.3M 1s 197500K .......... .......... .......... .......... .......... 85% 30.0M 1s 197550K .......... .......... .......... .......... .......... 85% 65.1M 1s 197600K .......... .......... .......... .......... .......... 85% 112M 1s 197650K .......... .......... .......... .......... .......... 85% 39.3M 1s 197700K .......... .......... .......... .......... .......... 85% 33.5M 1s 197750K .......... .......... .......... .......... .......... 85% 134M 1s 197800K .......... .......... .......... .......... .......... 85% 44.3M 1s 197850K .......... .......... .......... .......... .......... 85% 65.6M 1s 197900K .......... .......... .......... .......... .......... 85% 52.9M 1s 197950K .......... .......... .......... .......... .......... 85% 10.7M 1s 198000K .......... .......... .......... .......... .......... 85% 85.1M 1s 198050K .......... .......... .......... .......... .......... 85% 65.4M 1s 198100K .......... .......... .......... .......... .......... 85% 81.2M 1s 198150K .......... .......... .......... .......... .......... 85% 37.8M 1s 198200K .......... .......... .......... .......... .......... 85% 44.5M 1s 198250K .......... .......... .......... .......... .......... 85% 52.6M 1s 198300K .......... .......... .......... .......... .......... 85% 53.0M 1s 198350K .......... .......... .......... .......... .......... 85% 131M 1s 198400K .......... .......... .......... .......... .......... 85% 35.9M 1s 198450K .......... .......... .......... .......... .......... 85% 53.0M 1s 198500K .......... .......... .......... .......... .......... 85% 87.6M 1s 198550K .......... .......... .......... .......... .......... 85% 52.3M 1s 198600K .......... .......... .......... .......... .......... 85% 33.5M 1s 198650K .......... .......... .......... .......... .......... 85% 50.1M 1s 198700K .......... .......... .......... .......... .......... 85% 66.1M 1s 198750K .......... .......... .......... .......... .......... 85% 54.5M 1s 198800K .......... .......... .......... .......... .......... 85% 83.3M 1s 198850K .......... .......... .......... .......... .......... 85% 53.1M 1s 198900K .......... .......... .......... .......... .......... 85% 40.5M 1s 198950K .......... .......... .......... .......... .......... 85% 65.4M 1s 199000K .......... .......... .......... .......... .......... 85% 46.7M 1s 199050K .......... .......... .......... .......... .......... 85% 130M 1s 199100K .......... .......... .......... .......... .......... 85% 36.1M 1s 199150K .......... .......... .......... .......... .......... 85% 16.6M 1s 199200K .......... .......... .......... .......... .......... 85% 49.7M 1s 199250K .......... .......... .......... .......... .......... 85% 77.0M 1s 199300K .......... .......... .......... .......... .......... 85% 46.2M 1s 199350K .......... .......... .......... .......... .......... 85% 52.9M 1s 199400K .......... .......... .......... .......... .......... 85% 38.1M 1s 199450K .......... .......... .......... .......... .......... 85% 52.9M 1s 199500K .......... .......... .......... .......... .......... 86% 131M 1s 199550K .......... .......... .......... .......... .......... 86% 77.5M 1s 199600K .......... .......... .......... .......... .......... 86% 51.7M 1s 199650K .......... .......... .......... .......... .......... 86% 39.9M 1s 199700K .......... .......... .......... .......... .......... 86% 19.8M 1s 199750K .......... .......... .......... .......... .......... 86% 65.6M 1s 199800K .......... .......... .......... .......... .......... 86% 62.5M 1s 199850K .......... .......... .......... .......... .......... 86% 88.5M 1s 199900K .......... .......... .......... .......... .......... 86% 52.8M 1s 199950K .......... .......... .......... .......... .......... 86% 52.9M 1s 200000K .......... .......... .......... .......... .......... 86% 85.3M 1s 200050K .......... .......... .......... .......... .......... 86% 53.0M 1s 200100K .......... .......... .......... .......... .......... 86% 42.9M 1s 200150K .......... .......... .......... .......... .......... 86% 46.1M 1s 200200K .......... .......... .......... .......... .......... 86% 54.2M 1s 200250K .......... .......... .......... .......... .......... 86% 48.1M 1s 200300K .......... .......... .......... .......... .......... 86% 133M 1s 200350K .......... .......... .......... .......... .......... 86% 25.0M 1s 200400K .......... .......... .......... .......... .......... 86% 64.3M 1s 200450K .......... .......... .......... .......... .......... 86% 65.6M 1s 200500K .......... .......... .......... .......... .......... 86% 52.9M 1s 200550K .......... .......... .......... .......... .......... 86% 89.5M 1s 200600K .......... .......... .......... .......... .......... 86% 44.9M 1s 200650K .......... .......... .......... .......... .......... 86% 37.4M 1s 200700K .......... .......... .......... .......... .......... 86% 103M 1s 200750K .......... .......... .......... .......... .......... 86% 45.5M 1s 200800K .......... .......... .......... .......... .......... 86% 51.5M 1s 200850K .......... .......... .......... .......... .......... 86% 61.9M 1s 200900K .......... .......... .......... .......... .......... 86% 42.6M 1s 200950K .......... .......... .......... .......... .......... 86% 66.6M 1s 201000K .......... .......... .......... .......... .......... 86% 31.4M 1s 201050K .......... .......... .......... .......... .......... 86% 133M 1s 201100K .......... .......... .......... .......... .......... 86% 55.6M 1s 201150K .......... .......... .......... .......... .......... 86% 37.6M 1s 201200K .......... .......... .......... .......... .......... 86% 77.5M 1s 201250K .......... .......... .......... .......... .......... 86% 99.4M 1s 201300K .......... .......... .......... .......... .......... 86% 35.0M 1s 201350K .......... .......... .......... .......... .......... 86% 124M 1s 201400K .......... .......... .......... .......... .......... 86% 21.6M 1s 201450K .......... .......... .......... .......... .......... 86% 131M 1s 201500K .......... .......... .......... .......... .......... 86% 53.0M 1s 201550K .......... .......... .......... .......... .......... 86% 59.9M 1s 201600K .......... .......... .......... .......... .......... 86% 46.1M 1s 201650K .......... .......... .......... .......... .......... 86% 51.4M 1s 201700K .......... .......... .......... .......... .......... 86% 48.9M 1s 201750K .......... .......... .......... .......... .......... 86% 120M 1s 201800K .......... .......... .......... .......... .......... 87% 39.7M 1s 201850K .......... .......... .......... .......... .......... 87% 44.8M 1s 201900K .......... .......... .......... .......... .......... 87% 44.0M 1s 201950K .......... .......... .......... .......... .......... 87% 88.9M 1s 202000K .......... .......... .......... .......... .......... 87% 36.3M 1s 202050K .......... .......... .......... .......... .......... 87% 65.8M 1s 202100K .......... .......... .......... .......... .......... 87% 59.8M 1s 202150K .......... .......... .......... .......... .......... 87% 44.3M 1s 202200K .......... .......... .......... .......... .......... 87% 57.0M 1s 202250K .......... .......... .......... .......... .......... 87% 89.8M 1s 202300K .......... .......... .......... .......... .......... 87% 87.7M 1s 202350K .......... .......... .......... .......... .......... 87% 56.9M 1s 202400K .......... .......... .......... .......... .......... 87% 38.0M 1s 202450K .......... .......... .......... .......... .......... 87% 83.1M 1s 202500K .......... .......... .......... .......... .......... 87% 65.0M 1s 202550K .......... .......... .......... .......... .......... 87% 90.4M 1s 202600K .......... .......... .......... .......... .......... 87% 45.9M 1s 202650K .......... .......... .......... .......... .......... 87% 52.9M 1s 202700K .......... .......... .......... .......... .......... 87% 51.9M 1s 202750K .......... .......... .......... .......... .......... 87% 67.1M 1s 202800K .......... .......... .......... .......... .......... 87% 123M 1s 202850K .......... .......... .......... .......... .......... 87% 51.1M 1s 202900K .......... .......... .......... .......... .......... 87% 52.3M 1s 202950K .......... .......... .......... .......... .......... 87% 60.8M 1s 203000K .......... .......... .......... .......... .......... 87% 41.5M 1s 203050K .......... .......... .......... .......... .......... 87% 118M 1s 203100K .......... .......... .......... .......... .......... 87% 46.1M 1s 203150K .......... .......... .......... .......... .......... 87% 88.9M 1s 203200K .......... .......... .......... .......... .......... 87% 49.9M 1s 203250K .......... .......... .......... .......... .......... 87% 90.8M 1s 203300K .......... .......... .......... .......... .......... 87% 65.4M 1s 203350K .......... .......... .......... .......... .......... 87% 42.6M 1s 203400K .......... .......... .......... .......... .......... 87% 68.1M 1s 203450K .......... .......... .......... .......... .......... 87% 53.1M 1s 203500K .......... .......... .......... .......... .......... 87% 66.0M 1s 203550K .......... .......... .......... .......... .......... 87% 88.5M 1s 203600K .......... .......... .......... .......... .......... 87% 36.1M 1s 203650K .......... .......... .......... .......... .......... 87% 132M 1s 203700K .......... .......... .......... .......... .......... 87% 47.6M 1s 203750K .......... .......... .......... .......... .......... 87% 65.6M 1s 203800K .......... .......... .......... .......... .......... 87% 38.0M 1s 203850K .......... .......... .......... .......... .......... 87% 65.0M 1s 203900K .......... .......... .......... .......... .......... 87% 131M 1s 203950K .......... .......... .......... .......... .......... 87% 44.1M 1s 204000K .......... .......... .......... .......... .......... 87% 64.0M 1s 204050K .......... .......... .......... .......... .......... 87% 133M 1s 204100K .......... .......... .......... .......... .......... 87% 49.7M 1s 204150K .......... .......... .......... .......... .......... 88% 43.3M 1s 204200K .......... .......... .......... .......... .......... 88% 9.95M 1s 204250K .......... .......... .......... .......... .......... 88% 53.0M 1s 204300K .......... .......... .......... .......... .......... 88% 86.9M 1s 204350K .......... .......... .......... .......... .......... 88% 117M 1s 204400K .......... .......... .......... .......... .......... 88% 39.4M 1s 204450K .......... .......... .......... .......... .......... 88% 62.9M 1s 204500K .......... .......... .......... .......... .......... 88% 55.8M 1s 204550K .......... .......... .......... .......... .......... 88% 66.2M 1s 204600K .......... .......... .......... .......... .......... 88% 68.4M 1s 204650K .......... .......... .......... .......... .......... 88% 52.5M 1s 204700K .......... .......... .......... .......... .......... 88% 58.9M 1s 204750K .......... .......... .......... .......... .......... 88% 53.6M 1s 204800K .......... .......... .......... .......... .......... 88% 111M 1s 204850K .......... .......... .......... .......... .......... 88% 55.5M 1s 204900K .......... .......... .......... .......... .......... 88% 52.0M 1s 204950K .......... .......... .......... .......... .......... 88% 66.9M 1s 205000K .......... .......... .......... .......... .......... 88% 68.3M 1s 205050K .......... .......... .......... .......... .......... 88% 90.4M 1s 205100K .......... .......... .......... .......... .......... 88% 64.7M 1s 205150K .......... .......... .......... .......... .......... 88% 52.7M 1s 205200K .......... .......... .......... .......... .......... 88% 61.4M 1s 205250K .......... .......... .......... .......... .......... 88% 90.5M 1s 205300K .......... .......... .......... .......... .......... 88% 65.1M 1s 205350K .......... .......... .......... .......... .......... 88% 52.9M 1s 205400K .......... .......... .......... .......... .......... 88% 54.1M 1s 205450K .......... .......... .......... .......... .......... 88% 87.4M 1s 205500K .......... .......... .......... .......... .......... 88% 88.5M 1s 205550K .......... .......... .......... .......... .......... 88% 88.3M 1s 205600K .......... .......... .......... .......... .......... 88% 111M 1s 205650K .......... .......... .......... .......... .......... 88% 45.9M 1s 205700K .......... .......... .......... .......... .......... 88% 35.5M 1s 205750K .......... .......... .......... .......... .......... 88% 9.80M 1s 205800K .......... .......... .......... .......... .......... 88% 235M 1s 205850K .......... .......... .......... .......... .......... 88% 314M 1s 205900K .......... .......... .......... .......... .......... 88% 310M 1s 205950K .......... .......... .......... .......... .......... 88% 299M 1s 206000K .......... .......... .......... .......... .......... 88% 264M 1s 206050K .......... .......... .......... .......... .......... 88% 315M 1s 206100K .......... .......... .......... .......... .......... 88% 320M 1s 206150K .......... .......... .......... .......... .......... 88% 111M 1s 206200K .......... .......... .......... .......... .......... 88% 34.5M 1s 206250K .......... .......... .......... .......... .......... 88% 64.4M 1s 206300K .......... .......... .......... .......... .......... 88% 89.5M 1s 206350K .......... .......... .......... .......... .......... 88% 47.6M 1s 206400K .......... .......... .......... .......... .......... 88% 50.8M 1s 206450K .......... .......... .......... .......... .......... 89% 43.4M 1s 206500K .......... .......... .......... .......... .......... 89% 57.0M 1s 206550K .......... .......... .......... .......... .......... 89% 132M 1s 206600K .......... .......... .......... .......... .......... 89% 35.9M 1s 206650K .......... .......... .......... .......... .......... 89% 33.8M 1s 206700K .......... .......... .......... .......... .......... 89% 75.9M 1s 206750K .......... .......... .......... .......... .......... 89% 106M 1s 206800K .......... .......... .......... .......... .......... 89% 62.5M 1s 206850K .......... .......... .......... .......... .......... 89% 43.9M 1s 206900K .......... .......... .......... .......... .......... 89% 66.2M 1s 206950K .......... .......... .......... .......... .......... 89% 62.7M 1s 207000K .......... .......... .......... .......... .......... 89% 34.6M 1s 207050K .......... .......... .......... .......... .......... 89% 38.6M 1s 207100K .......... .......... .......... .......... .......... 89% 134M 1s 207150K .......... .......... .......... .......... .......... 89% 52.7M 1s 207200K .......... .......... .......... .......... .......... 89% 29.8M 1s 207250K .......... .......... .......... .......... .......... 89% 54.8M 1s 207300K .......... .......... .......... .......... .......... 89% 135M 1s 207350K .......... .......... .......... .......... .......... 89% 46.6M 1s 207400K .......... .......... .......... .......... .......... 89% 25.1M 1s 207450K .......... .......... .......... .......... .......... 89% 87.5M 1s 207500K .......... .......... .......... .......... .......... 89% 53.2M 1s 207550K .......... .......... .......... .......... .......... 89% 88.6M 1s 207600K .......... .......... .......... .......... .......... 89% 42.8M 1s 207650K .......... .......... .......... .......... .......... 89% 88.0M 1s 207700K .......... .......... .......... .......... .......... 89% 53.5M 1s 207750K .......... .......... .......... .......... .......... 89% 37.6M 1s 207800K .......... .......... .......... .......... .......... 89% 45.0M 1s 207850K .......... .......... .......... .......... .......... 89% 133M 1s 207900K .......... .......... .......... .......... .......... 89% 53.0M 1s 207950K .......... .......... .......... .......... .......... 89% 38.8M 1s 208000K .......... .......... .......... .......... .......... 89% 61.0M 1s 208050K .......... .......... .......... .......... .......... 89% 91.1M 1s 208100K .......... .......... .......... .......... .......... 89% 35.0M 1s 208150K .......... .......... .......... .......... .......... 89% 49.8M 1s 208200K .......... .......... .......... .......... .......... 89% 69.2M 1s 208250K .......... .......... .......... .......... .......... 89% 53.3M 1s 208300K .......... .......... .......... .......... .......... 89% 37.6M 1s 208350K .......... .......... .......... .......... .......... 89% 36.0M 1s 208400K .......... .......... .......... .......... .......... 89% 51.0M 1s 208450K .......... .......... .......... .......... .......... 89% 52.0M 1s 208500K .......... .......... .......... .......... .......... 89% 35.0M 1s 208550K .......... .......... .......... .......... .......... 89% 66.0M 1s 208600K .......... .......... .......... .......... .......... 89% 34.1M 1s 208650K .......... .......... .......... .......... .......... 89% 52.7M 1s 208700K .......... .......... .......... .......... .......... 89% 42.0M 1s 208750K .......... .......... .......... .......... .......... 89% 40.8M 1s 208800K .......... .......... .......... .......... .......... 90% 81.9M 1s 208850K .......... .......... .......... .......... .......... 90% 35.5M 1s 208900K .......... .......... .......... .......... .......... 90% 57.6M 1s 208950K .......... .......... .......... .......... .......... 90% 66.8M 0s 209000K .......... .......... .......... .......... .......... 90% 45.5M 0s 209050K .......... .......... .......... .......... .......... 90% 37.6M 0s 209100K .......... .......... .......... .......... .......... 90% 135M 0s 209150K .......... .......... .......... .......... .......... 90% 48.7M 0s 209200K .......... .......... .......... .......... .......... 90% 39.2M 0s 209250K .......... .......... .......... .......... .......... 90% 53.5M 0s 209300K .......... .......... .......... .......... .......... 90% 65.8M 0s 209350K .......... .......... .......... .......... .......... 90% 52.4M 0s 209400K .......... .......... .......... .......... .......... 90% 41.5M 0s 209450K .......... .......... .......... .......... .......... 90% 36.8M 0s 209500K .......... .......... .......... .......... .......... 90% 65.8M 0s 209550K .......... .......... .......... .......... .......... 90% 44.1M 0s 209600K .......... .......... .......... .......... .......... 90% 83.4M 0s 209650K .......... .......... .......... .......... .......... 90% 32.6M 0s 209700K .......... .......... .......... .......... .......... 90% 72.4M 0s 209750K .......... .......... .......... .......... .......... 90% 66.3M 0s 209800K .......... .......... .......... .......... .......... 90% 31.9M 0s 209850K .......... .......... .......... .......... .......... 90% 53.1M 0s 209900K .......... .......... .......... .......... .......... 90% 52.6M 0s 209950K .......... .......... .......... .......... .......... 90% 32.1M 0s 210000K .......... .......... .......... .......... .......... 90% 84.2M 0s 210050K .......... .......... .......... .......... .......... 90% 53.0M 0s 210100K .......... .......... .......... .......... .......... 90% 31.8M 0s 210150K .......... .......... .......... .......... .......... 90% 53.2M 0s 210200K .......... .......... .......... .......... .......... 90% 45.2M 0s 210250K .......... .......... .......... .......... .......... 90% 131M 0s 210300K .......... .......... .......... .......... .......... 90% 39.2M 0s 210350K .......... .......... .......... .......... .......... 90% 86.1M 0s 210400K .......... .......... .......... .......... .......... 90% 43.2M 0s 210450K .......... .......... .......... .......... .......... 90% 76.4M 0s 210500K .......... .......... .......... .......... .......... 90% 37.7M 0s 210550K .......... .......... .......... .......... .......... 90% 88.3M 0s 210600K .......... .......... .......... .......... .......... 90% 10.3M 0s 210650K .......... .......... .......... .......... .......... 90% 67.6M 0s 210700K .......... .......... .......... .......... .......... 90% 32.8M 0s 210750K .......... .......... .......... .......... .......... 90% 53.0M 0s 210800K .......... .......... .......... .......... .......... 90% 81.7M 0s 210850K .......... .......... .......... .......... .......... 90% 40.0M 0s 210900K .......... .......... .......... .......... .......... 90% 60.1M 0s 210950K .......... .......... .......... .......... .......... 90% 40.3M 0s 211000K .......... .......... .......... .......... .......... 90% 44.3M 0s 211050K .......... .......... .......... .......... .......... 90% 52.9M 0s 211100K .......... .......... .......... .......... .......... 91% 78.3M 0s 211150K .......... .......... .......... .......... .......... 91% 57.1M 0s 211200K .......... .......... .......... .......... .......... 91% 45.5M 0s 211250K .......... .......... .......... .......... .......... 91% 52.2M 0s 211300K .......... .......... .......... .......... .......... 91% 89.0M 0s 211350K .......... .......... .......... .......... .......... 91% 44.3M 0s 211400K .......... .......... .......... .......... .......... 91% 42.3M 0s 211450K .......... .......... .......... .......... .......... 91% 45.7M 0s 211500K .......... .......... .......... .......... .......... 91% 65.9M 0s 211550K .......... .......... .......... .......... .......... 91% 43.6M 0s 211600K .......... .......... .......... .......... .......... 91% 84.1M 0s 211650K .......... .......... .......... .......... .......... 91% 43.1M 0s 211700K .......... .......... .......... .......... .......... 91% 52.7M 0s 211750K .......... .......... .......... .......... .......... 91% 85.3M 0s 211800K .......... .......... .......... .......... .......... 91% 23.8M 0s 211850K .......... .......... .......... .......... .......... 91% 37.6M 0s 211900K .......... .......... .......... .......... .......... 91% 55.8M 0s 211950K .......... .......... .......... .......... .......... 91% 130M 0s 212000K .......... .......... .......... .......... .......... 91% 29.2M 0s 212050K .......... .......... .......... .......... .......... 91% 65.3M 0s 212100K .......... .......... .......... .......... .......... 91% 53.0M 0s 212150K .......... .......... .......... .......... .......... 91% 52.4M 0s 212200K .......... .......... .......... .......... .......... 91% 40.9M 0s 212250K .......... .......... .......... .......... .......... 91% 30.1M 0s 212300K .......... .......... .......... .......... .......... 91% 105M 0s 212350K .......... .......... .......... .......... .......... 91% 66.1M 0s 212400K .......... .......... .......... .......... .......... 91% 37.6M 0s 212450K .......... .......... .......... .......... .......... 91% 33.0M 0s 212500K .......... .......... .......... .......... .......... 91% 88.1M 0s 212550K .......... .......... .......... .......... .......... 91% 60.7M 0s 212600K .......... .......... .......... .......... .......... 91% 35.5M 0s 212650K .......... .......... .......... .......... .......... 91% 71.7M 0s 212700K .......... .......... .......... .......... .......... 91% 36.4M 0s 212750K .......... .......... .......... .......... .......... 91% 28.9M 0s 212800K .......... .......... .......... .......... .......... 91% 68.0M 0s 212850K .......... .......... .......... .......... .......... 91% 134M 0s 212900K .......... .......... .......... .......... .......... 91% 53.0M 0s 212950K .......... .......... .......... .......... .......... 91% 32.0M 0s 213000K .......... .......... .......... .......... .......... 91% 54.6M 0s 213050K .......... .......... .......... .......... .......... 91% 52.5M 0s 213100K .......... .......... .......... .......... .......... 91% 87.1M 0s 213150K .......... .......... .......... .......... .......... 91% 37.0M 0s 213200K .......... .......... .......... .......... .......... 91% 82.4M 0s 213250K .......... .......... .......... .......... .......... 91% 52.6M 0s 213300K .......... .......... .......... .......... .......... 91% 65.6M 0s 213350K .......... .......... .......... .......... .......... 91% 53.1M 0s 213400K .......... .......... .......... .......... .......... 92% 45.6M 0s 213450K .......... .......... .......... .......... .......... 92% 37.0M 0s 213500K .......... .......... .......... .......... .......... 92% 51.2M 0s 213550K .......... .......... .......... .......... .......... 92% 89.0M 0s 213600K .......... .......... .......... .......... .......... 92% 82.9M 0s 213650K .......... .......... .......... .......... .......... 92% 30.8M 0s 213700K .......... .......... .......... .......... .......... 92% 43.5M 0s 213750K .......... .......... .......... .......... .......... 92% 11.3M 0s 213800K .......... .......... .......... .......... .......... 92% 149M 0s 213850K .......... .......... .......... .......... .......... 92% 186M 0s 213900K .......... .......... .......... .......... .......... 92% 96.0M 0s 213950K .......... .......... .......... .......... .......... 92% 109M 0s 214000K .......... .......... .......... .......... .......... 92% 99.1M 0s 214050K .......... .......... .......... .......... .......... 92% 50.4M 0s 214100K .......... .......... .......... .......... .......... 92% 63.4M 0s 214150K .......... .......... .......... .......... .......... 92% 30.1M 0s 214200K .......... .......... .......... .......... .......... 92% 43.6M 0s 214250K .......... .......... .......... .......... .......... 92% 28.9M 0s 214300K .......... .......... .......... .......... .......... 92% 31.3M 0s 214350K .......... .......... .......... .......... .......... 92% 53.4M 0s 214400K .......... .......... .......... .......... .......... 92% 62.4M 0s 214450K .......... .......... .......... .......... .......... 92% 17.8M 0s 214500K .......... .......... .......... .......... .......... 92% 53.2M 0s 214550K .......... .......... .......... .......... .......... 92% 86.4M 0s 214600K .......... .......... .......... .......... .......... 92% 13.9M 0s 214650K .......... .......... .......... .......... .......... 92% 57.9M 0s 214700K .......... .......... .......... .......... .......... 92% 88.8M 0s 214750K .......... .......... .......... .......... .......... 92% 32.8M 0s 214800K .......... .......... .......... .......... .......... 92% 50.8M 0s 214850K .......... .......... .......... .......... .......... 92% 75.9M 0s 214900K .......... .......... .......... .......... .......... 92% 31.0M 0s 214950K .......... .......... .......... .......... .......... 92% 40.4M 0s 215000K .......... .......... .......... .......... .......... 92% 33.2M 0s 215050K .......... .......... .......... .......... .......... 92% 37.2M 0s 215100K .......... .......... .......... .......... .......... 92% 66.0M 0s 215150K .......... .......... .......... .......... .......... 92% 43.6M 0s 215200K .......... .......... .......... .......... .......... 92% 50.9M 0s 215250K .......... .......... .......... .......... .......... 92% 27.9M 0s 215300K .......... .......... .......... .......... .......... 92% 45.5M 0s 215350K .......... .......... .......... .......... .......... 92% 88.0M 0s 215400K .......... .......... .......... .......... .......... 92% 34.5M 0s 215450K .......... .......... .......... .......... .......... 92% 44.2M 0s 215500K .......... .......... .......... .......... .......... 92% 28.9M 0s 215550K .......... .......... .......... .......... .......... 92% 87.3M 0s 215600K .......... .......... .......... .......... .......... 92% 63.8M 0s 215650K .......... .......... .......... .......... .......... 92% 65.6M 0s 215700K .......... .......... .......... .......... .......... 92% 29.6M 0s 215750K .......... .......... .......... .......... .......... 93% 43.2M 0s 215800K .......... .......... .......... .......... .......... 93% 29.8M 0s 215850K .......... .......... .......... .......... .......... 93% 39.4M 0s 215900K .......... .......... .......... .......... .......... 93% 88.2M 0s 215950K .......... .......... .......... .......... .......... 93% 45.7M 0s 216000K .......... .......... .......... .......... .......... 93% 23.4M 0s 216050K .......... .......... .......... .......... .......... 93% 87.4M 0s 216100K .......... .......... .......... .......... .......... 93% 88.4M 0s 216150K .......... .......... .......... .......... .......... 93% 53.5M 0s 216200K .......... .......... .......... .......... .......... 93% 29.1M 0s 216250K .......... .......... .......... .......... .......... 93% 33.7M 0s 216300K .......... .......... .......... .......... .......... 93% 30.6M 0s 216350K .......... .......... .......... .......... .......... 93% 94.6M 0s 216400K .......... .......... .......... .......... .......... 93% 33.1M 0s 216450K .......... .......... .......... .......... .......... 93% 36.8M 0s 216500K .......... .......... .......... .......... .......... 93% 43.8M 0s 216550K .......... .......... .......... .......... .......... 93% 22.7M 0s 216600K .......... .......... .......... .......... .......... 93% 43.8M 0s 216650K .......... .......... .......... .......... .......... 93% 67.2M 0s 216700K .......... .......... .......... .......... .......... 93% 56.8M 0s 216750K .......... .......... .......... .......... .......... 93% 33.8M 0s 216800K .......... .......... .......... .......... .......... 93% 41.7M 0s 216850K .......... .......... .......... .......... .......... 93% 52.2M 0s 216900K .......... .......... .......... .......... .......... 93% 52.7M 0s 216950K .......... .......... .......... .......... .......... 93% 43.6M 0s 217000K .......... .......... .......... .......... .......... 93% 31.0M 0s 217050K .......... .......... .......... .......... .......... 93% 44.4M 0s 217100K .......... .......... .......... .......... .......... 93% 31.3M 0s 217150K .......... .......... .......... .......... .......... 93% 61.1M 0s 217200K .......... .......... .......... .......... .......... 93% 46.7M 0s 217250K .......... .......... .......... .......... .......... 93% 67.0M 0s 217300K .......... .......... .......... .......... .......... 93% 30.2M 0s 217350K .......... .......... .......... .......... .......... 93% 64.9M 0s 217400K .......... .......... .......... .......... .......... 93% 37.3M 0s 217450K .......... .......... .......... .......... .......... 93% 22.2M 0s 217500K .......... .......... .......... .......... .......... 93% 42.8M 0s 217550K .......... .......... .......... .......... .......... 93% 52.5M 0s 217600K .......... .......... .......... .......... .......... 93% 63.2M 0s 217650K .......... .......... .......... .......... .......... 93% 31.2M 0s 217700K .......... .......... .......... .......... .......... 93% 52.9M 0s 217750K .......... .......... .......... .......... .......... 93% 53.6M 0s 217800K .......... .......... .......... .......... .......... 93% 20.7M 0s 217850K .......... .......... .......... .......... .......... 93% 75.3M 0s 217900K .......... .......... .......... .......... .......... 93% 74.8M 0s 217950K .......... .......... .......... .......... .......... 93% 33.2M 0s 218000K .......... .......... .......... .......... .......... 93% 41.0M 0s 218050K .......... .......... .......... .......... .......... 94% 64.7M 0s 218100K .......... .......... .......... .......... .......... 94% 35.5M 0s 218150K .......... .......... .......... .......... .......... 94% 51.9M 0s 218200K .......... .......... .......... .......... .......... 94% 38.5M 0s 218250K .......... .......... .......... .......... .......... 94% 32.1M 0s 218300K .......... .......... .......... .......... .......... 94% 43.1M 0s 218350K .......... .......... .......... .......... .......... 94% 10.6M 0s 218400K .......... .......... .......... .......... .......... 94% 61.7M 0s 218450K .......... .......... .......... .......... .......... 94% 40.4M 0s 218500K .......... .......... .......... .......... .......... 94% 89.0M 0s 218550K .......... .......... .......... .......... .......... 94% 31.9M 0s 218600K .......... .......... .......... .......... .......... 94% 33.7M 0s 218650K .......... .......... .......... .......... .......... 94% 44.4M 0s 218700K .......... .......... .......... .......... .......... 94% 32.8M 0s 218750K .......... .......... .......... .......... .......... 94% 66.3M 0s 218800K .......... .......... .......... .......... .......... 94% 50.8M 0s 218850K .......... .......... .......... .......... .......... 94% 66.3M 0s 218900K .......... .......... .......... .......... .......... 94% 26.6M 0s 218950K .......... .......... .......... .......... .......... 94% 66.3M 0s 219000K .......... .......... .......... .......... .......... 94% 21.7M 0s 219050K .......... .......... .......... .......... .......... 94% 52.7M 0s 219100K .......... .......... .......... .......... .......... 94% 86.2M 0s 219150K .......... .......... .......... .......... .......... 94% 60.9M 0s 219200K .......... .......... .......... .......... .......... 94% 24.7M 0s 219250K .......... .......... .......... .......... .......... 94% 62.6M 0s 219300K .......... .......... .......... .......... .......... 94% 66.5M 0s 219350K .......... .......... .......... .......... .......... 94% 37.6M 0s 219400K .......... .......... .......... .......... .......... 94% 55.4M 0s 219450K .......... .......... .......... .......... .......... 94% 48.3M 0s 219500K .......... .......... .......... .......... .......... 94% 47.4M 0s 219550K .......... .......... .......... .......... .......... 94% 44.0M 0s 219600K .......... .......... .......... .......... .......... 94% 64.5M 0s 219650K .......... .......... .......... .......... .......... 94% 47.6M 0s 219700K .......... .......... .......... .......... .......... 94% 47.2M 0s 219750K .......... .......... .......... .......... .......... 94% 53.4M 0s 219800K .......... .......... .......... .......... .......... 94% 29.1M 0s 219850K .......... .......... .......... .......... .......... 94% 41.8M 0s 219900K .......... .......... .......... .......... .......... 94% 65.8M 0s 219950K .......... .......... .......... .......... .......... 94% 39.5M 0s 220000K .......... .......... .......... .......... .......... 94% 50.5M 0s 220050K .......... .......... .......... .......... .......... 94% 35.8M 0s 220100K .......... .......... .......... .......... .......... 94% 88.1M 0s 220150K .......... .......... .......... .......... .......... 94% 39.7M 0s 220200K .......... .......... .......... .......... .......... 94% 26.1M 0s 220250K .......... .......... .......... .......... .......... 94% 78.3M 0s 220300K .......... .......... .......... .......... .......... 94% 86.0M 0s 220350K .......... .......... .......... .......... .......... 94% 27.2M 0s 220400K .......... .......... .......... .......... .......... 95% 82.5M 0s 220450K .......... .......... .......... .......... .......... 95% 65.9M 0s 220500K .......... .......... .......... .......... .......... 95% 66.2M 0s 220550K .......... .......... .......... .......... .......... 95% 31.7M 0s 220600K .......... .......... .......... .......... .......... 95% 54.8M 0s 220650K .......... .......... .......... .......... .......... 95% 65.6M 0s 220700K .......... .......... .......... .......... .......... 95% 89.3M 0s 220750K .......... .......... .......... .......... .......... 95% 30.6M 0s 220800K .......... .......... .......... .......... .......... 95% 47.3M 0s 220850K .......... .......... .......... .......... .......... 95% 66.1M 0s 220900K .......... .......... .......... .......... .......... 95% 72.9M 0s 220950K .......... .......... .......... .......... .......... 95% 27.4M 0s 221000K .......... .......... .......... .......... .......... 95% 68.8M 0s 221050K .......... .......... .......... .......... .......... 95% 87.6M 0s 221100K .......... .......... .......... .......... .......... 95% 29.0M 0s 221150K .......... .......... .......... .......... .......... 95% 87.6M 0s 221200K .......... .......... .......... .......... .......... 95% 63.7M 0s 221250K .......... .......... .......... .......... .......... 95% 87.4M 0s 221300K .......... .......... .......... .......... .......... 95% 28.8M 0s 221350K .......... .......... .......... .......... .......... 95% 67.0M 0s 221400K .......... .......... .......... .......... .......... 95% 53.9M 0s 221450K .......... .......... .......... .......... .......... 95% 66.3M 0s 221500K .......... .......... .......... .......... .......... 95% 28.4M 0s 221550K .......... .......... .......... .......... .......... 95% 66.3M 0s 221600K .......... .......... .......... .......... .......... 95% 62.2M 0s 221650K .......... .......... .......... .......... .......... 95% 66.9M 0s 221700K .......... .......... .......... .......... .......... 95% 42.1M 0s 221750K .......... .......... .......... .......... .......... 95% 44.2M 0s 221800K .......... .......... .......... .......... .......... 95% 54.8M 0s 221850K .......... .......... .......... .......... .......... 95% 65.7M 0s 221900K .......... .......... .......... .......... .......... 95% 88.0M 0s 221950K .......... .......... .......... .......... .......... 95% 29.6M 0s 222000K .......... .......... .......... .......... .......... 95% 63.8M 0s 222050K .......... .......... .......... .......... .......... 95% 65.8M 0s 222100K .......... .......... .......... .......... .......... 95% 108M 0s 222150K .......... .......... .......... .......... .......... 95% 34.6M 0s 222200K .......... .......... .......... .......... .......... 95% 45.8M 0s 222250K .......... .......... .......... .......... .......... 95% 66.1M 0s 222300K .......... .......... .......... .......... .......... 95% 44.4M 0s 222350K .......... .......... .......... .......... .......... 95% 52.6M 0s 222400K .......... .......... .......... .......... .......... 95% 62.8M 0s 222450K .......... .......... .......... .......... .......... 95% 110M 0s 222500K .......... .......... .......... .......... .......... 95% 45.4M 0s 222550K .......... .......... .......... .......... .......... 95% 39.6M 0s 222600K .......... .......... .......... .......... .......... 95% 53.5M 0s 222650K .......... .......... .......... .......... .......... 95% 66.4M 0s 222700K .......... .......... .......... .......... .......... 96% 66.3M 0s 222750K .......... .......... .......... .......... .......... 96% 52.9M 0s 222800K .......... .......... .......... .......... .......... 96% 40.2M 0s 222850K .......... .......... .......... .......... .......... 96% 92.9M 0s 222900K .......... .......... .......... .......... .......... 96% 88.7M 0s 222950K .......... .......... .......... .......... .......... 96% 52.6M 0s 223000K .......... .......... .......... .......... .......... 96% 24.1M 0s 223050K .......... .......... .......... .......... .......... 96% 87.4M 0s 223100K .......... .......... .......... .......... .......... 96% 66.4M 0s 223150K .......... .......... .......... .......... .......... 96% 88.8M 0s 223200K .......... .......... .......... .......... .......... 96% 25.5M 0s 223250K .......... .......... .......... .......... .......... 96% 65.3M 0s 223300K .......... .......... .......... .......... .......... 96% 66.0M 0s 223350K .......... .......... .......... .......... .......... 96% 84.1M 0s 223400K .......... .......... .......... .......... .......... 96% 30.2M 0s 223450K .......... .......... .......... .......... .......... 96% 92.4M 0s 223500K .......... .......... .......... .......... .......... 96% 66.6M 0s 223550K .......... .......... .......... .......... .......... 96% 37.3M 0s 223600K .......... .......... .......... .......... .......... 96% 43.4M 0s 223650K .......... .......... .......... .......... .......... 96% 88.2M 0s 223700K .......... .......... .......... .......... .......... 96% 80.8M 0s 223750K .......... .......... .......... .......... .......... 96% 55.6M 0s 223800K .......... .......... .......... .......... .......... 96% 38.0M 0s 223850K .......... .......... .......... .......... .......... 96% 66.6M 0s 223900K .......... .......... .......... .......... .......... 96% 133M 0s 223950K .......... .......... .......... .......... .......... 96% 50.7M 0s 224000K .......... .......... .......... .......... .......... 96% 38.6M 0s 224050K .......... .......... .......... .......... .......... 96% 65.9M 0s 224100K .......... .......... .......... .......... .......... 96% 40.5M 0s 224150K .......... .......... .......... .......... .......... 96% 64.7M 0s 224200K .......... .......... .......... .......... .......... 96% 45.8M 0s 224250K .......... .......... .......... .......... .......... 96% 88.1M 0s 224300K .......... .......... .......... .......... .......... 96% 32.9M 0s 224350K .......... .......... .......... .......... .......... 96% 66.8M 0s 224400K .......... .......... .......... .......... .......... 96% 82.4M 0s 224450K .......... .......... .......... .......... .......... 96% 76.1M 0s 224500K .......... .......... .......... .......... .......... 96% 35.9M 0s 224550K .......... .......... .......... .......... .......... 96% 65.6M 0s 224600K .......... .......... .......... .......... .......... 96% 55.1M 0s 224650K .......... .......... .......... .......... .......... 96% 66.4M 0s 224700K .......... .......... .......... .......... .......... 96% 36.2M 0s 224750K .......... .......... .......... .......... .......... 96% 86.4M 0s 224800K .......... .......... .......... .......... .......... 96% 50.8M 0s 224850K .......... .......... .......... .......... .......... 96% 44.4M 0s 224900K .......... .......... .......... .......... .......... 96% 87.0M 0s 224950K .......... .......... .......... .......... .......... 96% 66.3M 0s 225000K .......... .......... .......... .......... .......... 97% 45.5M 0s 225050K .......... .......... .......... .......... .......... 97% 52.4M 0s 225100K .......... .......... .......... .......... .......... 97% 66.7M 0s 225150K .......... .......... .......... .......... .......... 97% 86.7M 0s 225200K .......... .......... .......... .......... .......... 97% 51.2M 0s 225250K .......... .......... .......... .......... .......... 97% 41.4M 0s 225300K .......... .......... .......... .......... .......... 97% 86.5M 0s 225350K .......... .......... .......... .......... .......... 97% 67.9M 0s 225400K .......... .......... .......... .......... .......... 97% 38.6M 0s 225450K .......... .......... .......... .......... .......... 97% 65.8M 0s 225500K .......... .......... .......... .......... .......... 97% 87.7M 0s 225550K .......... .......... .......... .......... .......... 97% 52.4M 0s 225600K .......... .......... .......... .......... .......... 97% 42.6M 0s 225650K .......... .......... .......... .......... .......... 97% 86.6M 0s 225700K .......... .......... .......... .......... .......... 97% 66.5M 0s 225750K .......... .......... .......... .......... .......... 97% 65.9M 0s 225800K .......... .......... .......... .......... .......... 97% 37.3M 0s 225850K .......... .......... .......... .......... .......... 97% 65.7M 0s 225900K .......... .......... .......... .......... .......... 97% 88.4M 0s 225950K .......... .......... .......... .......... .......... 97% 43.7M 0s 226000K .......... .......... .......... .......... .......... 97% 50.9M 0s 226050K .......... .......... .......... .......... .......... 97% 87.0M 0s 226100K .......... .......... .......... .......... .......... 97% 35.3M 0s 226150K .......... .......... .......... .......... .......... 97% 87.6M 0s 226200K .......... .......... .......... .......... .......... 97% 55.2M 0s 226250K .......... .......... .......... .......... .......... 97% 53.0M 0s 226300K .......... .......... .......... .......... .......... 97% 45.7M 0s 226350K .......... .......... .......... .......... .......... 97% 66.8M 0s 226400K .......... .......... .......... .......... .......... 97% 82.2M 0s 226450K .......... .......... .......... .......... .......... 97% 35.5M 0s 226500K .......... .......... .......... .......... .......... 97% 52.8M 0s 226550K .......... .......... .......... .......... .......... 97% 65.1M 0s 226600K .......... .......... .......... .......... .......... 97% 33.2M 0s 226650K .......... .......... .......... .......... .......... 97% 64.5M 0s 226700K .......... .......... .......... .......... .......... 97% 89.2M 0s 226750K .......... .......... .......... .......... .......... 97% 66.7M 0s 226800K .......... .......... .......... .......... .......... 97% 33.2M 0s 226850K .......... .......... .......... .......... .......... 97% 88.1M 0s 226900K .......... .......... .......... .......... .......... 97% 88.4M 0s 226950K .......... .......... .......... .......... .......... 97% 66.3M 0s 227000K .......... .......... .......... .......... .......... 97% 29.7M 0s 227050K .......... .......... .......... .......... .......... 97% 81.2M 0s 227100K .......... .......... .......... .......... .......... 97% 95.3M 0s 227150K .......... .......... .......... .......... .......... 97% 58.7M 0s 227200K .......... .......... .......... .......... .......... 97% 46.7M 0s 227250K .......... .......... .......... .......... .......... 97% 64.9M 0s 227300K .......... .......... .......... .......... .......... 97% 66.8M 0s 227350K .......... .......... .......... .......... .......... 98% 53.0M 0s 227400K .......... .......... .......... .......... .......... 98% 36.1M 0s 227450K .......... .......... .......... .......... .......... 98% 70.0M 0s 227500K .......... .......... .......... .......... .......... 98% 86.0M 0s 227550K .......... .......... .......... .......... .......... 98% 66.7M 0s 227600K .......... .......... .......... .......... .......... 98% 31.5M 0s 227650K .......... .......... .......... .......... .......... 98% 90.6M 0s 227700K .......... .......... .......... .......... .......... 98% 64.9M 0s 227750K .......... .......... .......... .......... .......... 98% 90.4M 0s 227800K .......... .......... .......... .......... .......... 98% 35.3M 0s 227850K .......... .......... .......... .......... .......... 98% 66.4M 0s 227900K .......... .......... .......... .......... .......... 98% 52.9M 0s 227950K .......... .......... .......... .......... .......... 98% 86.6M 0s 228000K .......... .......... .......... .......... .......... 98% 43.0M 0s 228050K .......... .......... .......... .......... .......... 98% 86.3M 0s 228100K .......... .......... .......... .......... .......... 98% 53.2M 0s 228150K .......... .......... .......... .......... .......... 98% 65.9M 0s 228200K .......... .......... .......... .......... .......... 98% 45.4M 0s 228250K .......... .......... .......... .......... .......... 98% 63.7M 0s 228300K .......... .......... .......... .......... .......... 98% 68.4M 0s 228350K .......... .......... .......... .......... .......... 98% 44.0M 0s 228400K .......... .......... .......... .......... .......... 98% 61.9M 0s 228450K .......... .......... .......... .......... .......... 98% 67.7M 0s 228500K .......... .......... .......... .......... .......... 98% 66.1M 0s 228550K .......... .......... .......... .......... .......... 98% 52.6M 0s 228600K .......... .......... .......... .......... .......... 98% 54.7M 0s 228650K .......... .......... .......... .......... .......... 98% 52.7M 0s 228700K .......... .......... .......... .......... .......... 98% 88.4M 0s 228750K .......... .......... .......... .......... .......... 98% 44.2M 0s 228800K .......... .......... .......... .......... .......... 98% 82.3M 0s 228850K .......... .......... .......... .......... .......... 98% 52.8M 0s 228900K .......... .......... .......... .......... .......... 98% 66.1M 0s 228950K .......... .......... .......... .......... .......... 98% 52.5M 0s 229000K .......... .......... .......... .......... .......... 98% 54.9M 0s 229050K .......... .......... .......... .......... .......... 98% 66.3M 0s 229100K .......... .......... .......... .......... .......... 98% 40.8M 0s 229150K .......... .......... .......... .......... .......... 98% 52.8M 0s 229200K .......... .......... .......... .......... .......... 98% 62.9M 0s 229250K .......... .......... .......... .......... .......... 98% 88.0M 0s 229300K .......... .......... .......... .......... .......... 98% 39.2M 0s 229350K .......... .......... .......... .......... .......... 98% 65.5M 0s 229400K .......... .......... .......... .......... .......... 98% 55.2M 0s 229450K .......... .......... .......... .......... .......... 98% 89.2M 0s 229500K .......... .......... .......... .......... .......... 98% 43.2M 0s 229550K .......... .......... .......... .......... .......... 98% 81.6M 0s 229600K .......... .......... .......... .......... .......... 98% 43.9M 0s 229650K .......... .......... .......... .......... .......... 99% 90.3M 0s 229700K .......... .......... .......... .......... .......... 99% 43.7M 0s 229750K .......... .......... .......... .......... .......... 99% 88.0M 0s 229800K .......... .......... .......... .......... .......... 99% 38.7M 0s 229850K .......... .......... .......... .......... .......... 99% 65.4M 0s 229900K .......... .......... .......... .......... .......... 99% 87.6M 0s 229950K .......... .......... .......... .......... .......... 99% 66.6M 0s 230000K .......... .......... .......... .......... .......... 99% 50.7M 0s 230050K .......... .......... .......... .......... .......... 99% 43.9M 0s 230100K .......... .......... .......... .......... .......... 99% 85.4M 0s 230150K .......... .......... .......... .......... .......... 99% 64.9M 0s 230200K .......... .......... .......... .......... .......... 99% 57.0M 0s 230250K .......... .......... .......... .......... .......... 99% 50.8M 0s 230300K .......... .......... .......... .......... .......... 99% 76.2M 0s 230350K .......... .......... .......... .......... .......... 99% 47.6M 0s 230400K .......... .......... .......... .......... .......... 99% 49.4M 0s 230450K .......... .......... .......... .......... .......... 99% 69.2M 0s 230500K .......... .......... .......... .......... .......... 99% 87.0M 0s 230550K .......... .......... .......... .......... .......... 99% 51.9M 0s 230600K .......... .......... .......... .......... .......... 99% 39.5M 0s 230650K .......... .......... .......... .......... .......... 99% 66.1M 0s 230700K .......... .......... .......... .......... .......... 99% 88.2M 0s 230750K .......... .......... .......... .......... .......... 99% 65.3M 0s 230800K .......... .......... .......... .......... .......... 99% 39.4M 0s 230850K .......... .......... .......... .......... .......... 99% 64.1M 0s 230900K .......... .......... .......... .......... .......... 99% 109M 0s 230950K .......... .......... .......... .......... .......... 99% 48.4M 0s 231000K .......... .......... .......... .......... .......... 99% 38.7M 0s 231050K .......... .......... .......... .......... .......... 99% 80.3M 0s 231100K .......... .......... .......... .......... .......... 99% 65.6M 0s 231150K .......... .......... .......... .......... .......... 99% 41.8M 0s 231200K .......... .......... .......... .......... .......... 99% 83.9M 0s 231250K .......... .......... .......... .......... .......... 99% 87.3M 0s 231300K .......... .......... .......... .......... .......... 99% 53.5M 0s 231350K .......... .......... .......... .......... .......... 99% 42.6M 0s 231400K .......... .......... .......... .......... .......... 99% 67.9M 0s 231450K .......... .......... .......... .......... .......... 99% 87.8M 0s 231500K .......... .......... .......... .......... .......... 99% 43.8M 0s 231550K .......... .......... .......... .......... .......... 99% 44.3M 0s 231600K .......... .......... .......... .......... .......... 99% 74.8M 0s 231650K .......... .......... .......... .......... .......... 99% 70.7M 0s 231700K .......... .......... .......... .......... .......... 99% 88.2M 0s 231750K .......... .......... .......... .......... .......... 99% 41.4M 0s 231800K .......... .......... .......... .......... .......... 99% 53.3M 0s 231850K .......... .......... .......... .......... .......... 99% 66.5M 0s 231900K .......... .......... .......... .......... .......... 99% 44.4M 0s 231950K .......... .......... .......... .......... .......... 99% 86.6M 0s 232000K ... 100% 83.8M=5.0s 2022-10-15 11:00:02 (45.3 MB/s) - '/nvmedata/autobuild/instance-2/output-1/build/.linux-firmware-20220310.tar.xz.1W4wx0/output' saved [237571732/237571732] linux-firmware-20220310.tar.xz: OK (sha256: 5938ee717b2023b48f6bfcf344b40ddc947e3e22c0bc36d4c3418f90fea68182) >>> linux-firmware 20220310 Extracting mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target xzcat /nvmedata/autobuild/instance-2/dl/linux-firmware/linux-firmware-20220310.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/linux-firmware-20220310 -xf - >>> linux-firmware 20220310 Patching >>> linux-firmware 20220310 Configuring mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-2/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-2/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target >>> linux-firmware 20220310 Building cd /nvmedata/autobuild/instance-2/output-1/build/linux-firmware-20220310 && tar cf br-firmware.tar ar3k/AthrBT_0x01020001.dfu ar3k/AthrBT_0x01020200.dfu ar3k/AthrBT_0x01020201.dfu ar3k/AthrBT_0x11020000.dfu ar3k/AthrBT_0x11020100.dfu ar3k/AthrBT_0x31010000.dfu ar3k/AthrBT_0x31010100.dfu ar3k/AthrBT_0x41020000.dfu ar3k/ramps_0x01020001_26.dfu ar3k/ramps_0x01020200_26.dfu ar3k/ramps_0x01020200_40.dfu ar3k/ramps_0x01020201_26.dfu ar3k/ramps_0x01020201_40.dfu ar3k/ramps_0x11020000_40.dfu ar3k/ramps_0x11020100_40.dfu ar3k/ramps_0x31010000_40.dfu ar3k/ramps_0x31010100_40.dfu ar3k/ramps_0x41020000_40.dfu ar7010.fw ar7010_1_1.fw ar9170-1.fw ar9170-2.fw ar9271.fw as102_data1_st.hex as102_data2_st.hex ath10k/QCA6174 ath10k/QCA9377/hw1.0/board-2.bin ath10k/QCA9377/hw1.0/board.bin ath10k/QCA9377/hw1.0/firmware-5.bin ath10k/QCA9377/hw1.0/firmware-6.bin ath10k/QCA9377/hw1.0/firmware-sdio-5.bin ath10k/QCA988X/hw2.0/board.bin ath10k/QCA988X/hw2.0/firmware-4.bin ath10k/QCA988X/hw2.0/firmware-5.bin ath3k-1.fw ath6k/AR6003 ath6k/AR6004 ath9k_htc/htc_7010-1.4.0.fw ath9k_htc/htc_9271-1.4.0.fw bnx2x/* brcm/brcmfmac43143-sdio.bin brcm/brcmfmac43143.bin brcm/brcmfmac43236b.bin brcm/brcmfmac43241b0-sdio.bin brcm/brcmfmac43241b4-sdio.bin brcm/brcmfmac43241b5-sdio.bin brcm/brcmfmac43242a.bin brcm/brcmfmac43340-sdio.meegopad-t08.txt brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt brcm/brcmfmac43340-sdio.predia-basic.txt brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt brcm/brcmfmac43430-sdio.AP6212.txt brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt brcm/brcmfmac43430-sdio.MUR1DX.txt brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt brcm/brcmfmac43430a0-sdio.bin brcm/brcmfmac43430a0-sdio.ilife-S806.txt brcm/brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt brcm/brcmfmac43569.bin brcm/brcmfmac43602-pcie.ap.bin brcm/brcmfmac43602-pcie.bin brcm/brcmfmac4366b-pcie.bin brcm/brcmfmac4366c-pcie.bin carl9170-1.fw cxgb4/t4fw*.bin cypress/cyfmac43012-sdio.bin cypress/cyfmac43012-sdio.clm_blob cypress/cyfmac43340-sdio.bin cypress/cyfmac43362-sdio.bin cypress/cyfmac4339-sdio.bin cypress/cyfmac43430-sdio.bin cypress/cyfmac43430-sdio.clm_blob cypress/cyfmac43455-sdio.bin cypress/cyfmac43455-sdio.clm_blob cypress/cyfmac4354-sdio.bin cypress/cyfmac4354-sdio.clm_blob cypress/cyfmac4356-pcie.bin cypress/cyfmac4356-pcie.clm_blob cypress/cyfmac4356-sdio.bin cypress/cyfmac4356-sdio.clm_blob cypress/cyfmac43570-pcie.bin cypress/cyfmac43570-pcie.clm_blob cypress/cyfmac4373-sdio.bin cypress/cyfmac4373-sdio.clm_blob cypress/cyfmac54591-pcie.bin cypress/cyfmac54591-pcie.clm_blob dvb-fe-xc4000-1.4.1.fw dvb-fe-xc5000-1.6.114.fw dvb-fe-xc5000c-4.1.30.7.fw dvb-usb-dib0700-1.20.fw dvb-usb-it9135-01.fw dvb-usb-it9135-02.fw dvb-usb-terratec-h5-drxk.fw htc_7010.fw htc_9271.fw intel/fw_sst_0f28.bin-48kHz_i2s_master intel/ibt-* intel/ice/ddp/*.pkg iwlwifi-3160-*.ucode iwlwifi-3168-*.ucode iwlwifi-3945-2.ucode iwlwifi-4965-2.ucode iwlwifi-5000-5.ucode iwlwifi-6000g2a-6.ucode iwlwifi-6000g2b-6.ucode iwlwifi-7265-*.ucode iwlwifi-7265D-*.ucode iwlwifi-8000C-*.ucode iwlwifi-8265-*.ucode iwlwifi-9???-*.ucode iwlwifi-cc-a0-*.ucode lbtf_usb.bin libertas/sd8686_v8.bin libertas/sd8686_v8_helper.bin libertas/sd8686_v9.bin libertas/sd8686_v9_helper.bin libertas/usb8388_olpc.bin libertas/usb8388_v9.bin mediatek/mt7610e.bin microchip/mscc_vsc85*.bin moxa/moxa-1110.fw moxa/moxa-1130.fw moxa/moxa-1131.fw moxa/moxa-1150.fw moxa/moxa-1151.fw mrvl/pcieuart8997_combo_v4.bin mrvl/pcieusb8997_combo_v4.bin mrvl/sd8688.bin mrvl/sd8688_helper.bin mrvl/sd8787_uapsta.bin mrvl/sd8797_uapsta.bin mrvl/sd8887_uapsta.bin mrvl/sd8897_uapsta.bin mrvl/usb8801_uapsta.bin mrvl/usb8897_uapsta.bin mt7601u.bin mt7650.bin mt7662.bin mt7662_rom_patch.bin mts_cdma.fw mts_edge.fw mts_gsm.fw mts_mt9234mu.fw mts_mt9234zba.fw qat_895xcc.bin qat_895xcc_mmp.bin qat_c3xxx.bin qat_c3xxx_mmp.bin qat_c62x.bin qat_c62x_mmp.bin qca/nvm_usb_00000302.bin qca/rampatch_usb_00000302.bin qcom/a* qcom/venus-1.8 qcom/venus-4.2 qed/qed_init_values_zipped-*.bin radeon rsi/rs9113_ap_bt_dual_mode.rps rsi/rs9113_wlan_bt_dual_mode.rps rsi/rs9113_wlan_qspi.rps rt2561.bin rt2561s.bin rt2661.bin rt2860.bin rt2870.bin rt3071.bin rt73.bin rtl_bt/rtl8723a_fw.bin rtl_bt/rtl8723b_fw.bin rtl_bt/rtl8723bs_config-OBDA8723.bin rtl_bt/rtl8723bs_fw.bin rtl_bt/rtl8723d_config.bin rtl_bt/rtl8723d_fw.bin rtl_bt/rtl8761a_fw.bin rtl_bt/rtl8812ae_fw.bin rtl_bt/rtl8821a_fw.bin rtl_bt/rtl8821c_config.bin rtl_bt/rtl8821c_fw.bin rtl_bt/rtl8822b_config.bin rtl_bt/rtl8822b_fw.bin rtl_bt/rtl8822cs_config.bin rtl_bt/rtl8822cs_fw.bin rtl_bt/rtl8822cu_config.bin rtl_bt/rtl8822cu_fw.bin rtl_nic/rtl8105e-1.fw rtl_nic/rtl8106e-1.fw rtl_nic/rtl8106e-2.fw rtl_nic/rtl8107e-1.fw rtl_nic/rtl8107e-2.fw rtl_nic/rtl8125a-3.fw rtl_nic/rtl8153a-2.fw rtl_nic/rtl8153a-3.fw rtl_nic/rtl8153a-4.fw rtl_nic/rtl8153b-2.fw rtl_nic/rtl8153c-1.fw rtl_nic/rtl8156a-2.fw rtl_nic/rtl8156b-2.fw rtl_nic/rtl8168d-1.fw rtl_nic/rtl8168d-2.fw rtl_nic/rtl8168e-1.fw rtl_nic/rtl8168e-2.fw rtl_nic/rtl8168e-3.fw rtl_nic/rtl8168f-1.fw rtl_nic/rtl8168f-2.fw rtl_nic/rtl8168fp-3.fw rtl_nic/rtl8168g-2.fw rtl_nic/rtl8168g-3.fw rtl_nic/rtl8168h-1.fw rtl_nic/rtl8168h-2.fw rtl_nic/rtl8402-1.fw rtl_nic/rtl8411-1.fw rtl_nic/rtl8411-2.fw rtlwifi/rtl8188efw.bin rtlwifi/rtl8188eufw.bin rtlwifi/rtl8192cfw.bin rtlwifi/rtl8192cfwU.bin rtlwifi/rtl8192cfwU_B.bin rtlwifi/rtl8192cufw.bin rtlwifi/rtl8192cufw_A.bin rtlwifi/rtl8192cufw_B.bin rtlwifi/rtl8192cufw_TMSC.bin rtlwifi/rtl8192defw.bin rtlwifi/rtl8192eu_ap_wowlan.bin rtlwifi/rtl8192eu_nic.bin rtlwifi/rtl8192eu_wowlan.bin rtlwifi/rtl8192sefw.bin rtlwifi/rtl8712u.bin rtlwifi/rtl8723aufw_A.bin rtlwifi/rtl8723aufw_B.bin rtlwifi/rtl8723aufw_B_NoBT.bin rtlwifi/rtl8723befw.bin rtlwifi/rtl8723bs_bt.bin rtlwifi/rtl8723bu_ap_wowlan.bin rtlwifi/rtl8723bu_nic.bin rtlwifi/rtl8723bu_wowlan.bin rtlwifi/rtl8723fw.bin rtlwifi/rtl8723fw_B.bin rtw88/rtw*.bin s5p-mfc-v6-v2.fw s5p-mfc-v6.fw s5p-mfc-v7.fw s5p-mfc-v8.fw s5p-mfc.fw ti-connectivity/TIInit_7.2.31.bts ti-connectivity/wl1271-fw-2.bin ti-connectivity/wl1271-fw-ap.bin ti-connectivity/wl1271-fw.bin ti-connectivity/wl127x-fw-3.bin ti-connectivity/wl127x-fw-4-mr.bin ti-connectivity/wl127x-fw-4-plt.bin ti-connectivity/wl127x-fw-4-sr.bin ti-connectivity/wl127x-fw-5-mr.bin ti-connectivity/wl127x-fw-5-plt.bin ti-connectivity/wl127x-fw-5-sr.bin ti-connectivity/wl127x-fw-plt-3.bin ti-connectivity/wl127x-nvs.bin ti-connectivity/wl128x-fw-3.bin ti-connectivity/wl128x-fw-4-mr.bin ti-connectivity/wl128x-fw-4-plt.bin ti-connectivity/wl128x-fw-4-sr.bin ti-connectivity/wl128x-fw-5-mr.bin ti-connectivity/wl128x-fw-5-plt.bin ti-connectivity/wl128x-fw-5-sr.bin ti-connectivity/wl128x-fw-ap.bin ti-connectivity/wl128x-fw-plt-3.bin ti-connectivity/wl128x-fw.bin ti-connectivity/wl128x-nvs.bin ti-connectivity/wl18xx-fw-2.bin ti-connectivity/wl18xx-fw-3.bin ti-connectivity/wl18xx-fw-4.bin ti-connectivity/wl18xx-fw.bin ti_3410.fw ti_5052.fw tigon/* v4l-cx231xx-avcore-01.fw wil6210.* >>> linux-firmware 20220310 Installing to images directory mkdir -p /nvmedata/autobuild/instance-2/output-1/images tar xf /nvmedata/autobuild/instance-2/output-1/build/linux-firmware-20220310/br-firmware.tar -C /nvmedata/autobuild/instance-2/output-1/images cd /nvmedata/autobuild/instance-2/output-1/images ; sed -r -e '/^Link: (.+) -> (.+)$/!d; s//\1 \2/' /nvmedata/autobuild/instance-2/output-1/build/linux-firmware-20220310/WHENCE | while read f d; do if test -f $(readlink -m $(dirname "$f")/$d); then mkdir -p $(dirname "$f") || exit 1; ln -sf $d "$f" || exit 1; fi ; done >>> linux-firmware 20220310 Installing to target mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target/lib/firmware tar xf /nvmedata/autobuild/instance-2/output-1/build/linux-firmware-20220310/br-firmware.tar -C /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target/lib/firmware cd /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target/lib/firmware ; sed -r -e '/^Link: (.+) -> (.+)$/!d; s//\1 \2/' /nvmedata/autobuild/instance-2/output-1/build/linux-firmware-20220310/WHENCE | while read f d; do if test -f $(readlink -m $(dirname "$f")/$d); then mkdir -p $(dirname "$f") || exit 1; ln -sf $d "$f" || exit 1; fi ; done >>> linux 6.0 Configuring mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-elfutils/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-elfutils/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-openssl/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-openssl/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-pahole/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-pahole/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-2/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/host/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/host/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/host mkdir -p /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-elfutils/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-elfutils/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-kmod/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-openssl/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-openssl/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-pahole/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-pahole/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/target/ /nvmedata/autobuild/instance-2/output-1/per-package/host-uboot-tools/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux-firmware/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-2/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target/ /nvmedata/autobuild/instance-2/output-1/per-package/wireless-regdb/target/ /nvmedata/autobuild/instance-2/output-1/per-package/linux/target >>> linux 6.0 Building /usr/bin/sed -i -e '/^\(# \)\?CONFIG_GCC_PLUGINS\>/d' /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config && echo '# CONFIG_GCC_PLUGINS is not set' >> /nvmedata/autobuild/instance-2/output-1/build/linux-6.0//.config PATH="/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/bin:/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/lib/pkgconfig:/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/share/pkgconfig" BR_BINARIES_DIR=/nvmedata/autobuild/instance-2/output-1/images KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=buildroot KBUILD_BUILD_HOST=buildroot KBUILD_BUILD_TIMESTAMP="Sat May 7 16:13:37 UTC 2022" KCFLAGS=-Wno-attribute-alias /home/autobuild/make/make HOSTCC="/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/bin/ccache /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/include -L/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/lib" ARCH=sh INSTALL_MOD_PATH=/nvmedata/autobuild/instance-2/output-1/per-package/linux/target CROSS_COMPILE="/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/bin/sh4a-buildroot-linux-gnu-" WERROR=0 DEPMOD=/nvmedata/autobuild/instance-2/output-1/per-package/linux/host/sbin/depmod INSTALL_MOD_STRIP=1 -C /nvmedata/autobuild/instance-2/output-1/build/linux-6.0 all make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/linux-6.0' SYNC include/config/auto.conf HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/util.o HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/expr.o HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/menu.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/confdata.o HOSTLD scripts/kconfig/conf HOSTCC scripts/selinux/mdp/mdp HOSTCC scripts/selinux/genheaders/genheaders HOSTCC scripts/kallsyms HOSTCC scripts/asn1_compiler SYSTBL arch/sh/include/generated/asm/syscall_table.h SYSHDR arch/sh/include/generated/uapi/asm/unistd_32.h WRAP arch/sh/include/generated/uapi/asm/types.h WRAP arch/sh/include/generated/uapi/asm/setup.h WRAP arch/sh/include/generated/uapi/asm/errno.h WRAP arch/sh/include/generated/uapi/asm/fcntl.h WRAP arch/sh/include/generated/uapi/asm/ioctl.h WRAP arch/sh/include/generated/uapi/asm/param.h WRAP arch/sh/include/generated/uapi/asm/ipcbuf.h WRAP arch/sh/include/generated/uapi/asm/statfs.h WRAP arch/sh/include/generated/uapi/asm/mman.h WRAP arch/sh/include/generated/uapi/asm/ucontext.h WRAP arch/sh/include/generated/uapi/asm/poll.h WRAP arch/sh/include/generated/uapi/asm/resource.h WRAP arch/sh/include/generated/uapi/asm/sembuf.h WRAP arch/sh/include/generated/uapi/asm/bpf_perf_event.h WRAP arch/sh/include/generated/uapi/asm/termios.h WRAP arch/sh/include/generated/uapi/asm/socket.h WRAP arch/sh/include/generated/uapi/asm/msgbuf.h WRAP arch/sh/include/generated/uapi/asm/shmbuf.h WRAP arch/sh/include/generated/uapi/asm/siginfo.h WRAP arch/sh/include/generated/uapi/asm/bitsperlong.h WRAP arch/sh/include/generated/uapi/asm/termbits.h WRAP arch/sh/include/generated/asm/local.h WRAP arch/sh/include/generated/asm/trace_clock.h WRAP arch/sh/include/generated/asm/delay.h WRAP arch/sh/include/generated/asm/kvm_para.h WRAP arch/sh/include/generated/asm/irq_regs.h WRAP arch/sh/include/generated/asm/parport.h WRAP arch/sh/include/generated/asm/compat.h WRAP arch/sh/include/generated/asm/module.lds.h WRAP arch/sh/include/generated/asm/div64.h WRAP arch/sh/include/generated/asm/xor.h WRAP arch/sh/include/generated/asm/exec.h WRAP arch/sh/include/generated/asm/softirq_stack.h WRAP arch/sh/include/generated/asm/archrandom.h WRAP arch/sh/include/generated/asm/mcs_spinlock.h WRAP arch/sh/include/generated/asm/rwonce.h WRAP arch/sh/include/generated/asm/dma-mapping.h WRAP arch/sh/include/generated/asm/percpu.h WRAP arch/sh/include/generated/asm/unaligned.h WRAP arch/sh/include/generated/asm/simd.h WRAP arch/sh/include/generated/asm/irq_work.h WRAP arch/sh/include/generated/asm/kmap_size.h WRAP arch/sh/include/generated/asm/preempt.h WRAP arch/sh/include/generated/asm/current.h WRAP arch/sh/include/generated/asm/msi.h WRAP arch/sh/include/generated/asm/local64.h WRAP arch/sh/include/generated/asm/emergency-restart.h WRAP arch/sh/include/generated/asm/serial.h UPD include/config/kernel.release UPD include/generated/uapi/linux/version.h UPD include/generated/utsrelease.h Generating include/generated/machtypes.h HOSTCC scripts/mod/mk_elfconfig CC scripts/mod/empty.o sh4a-buildroot-linux-gnu-gcc.br_real: error: command-line option '-m4-nofpu' is not supported by this configuration sh4a-buildroot-linux-gnu-gcc.br_real: error: command-line option '-m4-nofpu' is not supported by this configuration make[2]: *** [scripts/Makefile.build:249: scripts/mod/empty.o] Error 1 shuffle=0 make[1]: *** [Makefile:1204: prepare0] Error 2 shuffle=0 make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/linux-6.0' make: *** [package/pkg-generic.mk:293: /nvmedata/autobuild/instance-2/output-1/build/linux-6.0/.stamp_built] Error 2 shuffle=0 make: Leaving directory '/nvmedata/autobuild/instance-2/buildroot'