>>> linux 6.0 Extracting mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-xz/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-xz/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-xz/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-xz/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target /nvmedata/autobuild/instance-7/output-1/per-package/linux/host/bin/xzcat /nvmedata/autobuild/instance-7/dl/linux/linux-6.0.tar.xz | /nvmedata/autobuild/instance-7/output-1/per-package/linux/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-7/output-1/build/linux-6.0 -xf - >>> linux 6.0 Patching mkdir -p /nvmedata/autobuild/instance-7/output-1/build/linux-6.0/drivers/lego cp -dpfr /nvmedata/autobuild/instance-7/output-1/build/ev3dev-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496/* /nvmedata/autobuild/instance-7/output-1/build/linux-6.0/drivers/lego/ if [ -e /nvmedata/autobuild/instance-7/output-1/build/linux-6.0/drivers/video/fbdev ]; then dest=drivers/video/fbdev ; else dest=drivers/video ; fi ; mkdir -p /nvmedata/autobuild/instance-7/output-1/build/linux-6.0/${dest}/fbtft; cp -dpfr /nvmedata/autobuild/instance-7/output-1/build/fbtft-274035404701245e7491c0c6471c5b72ade4d491/* /nvmedata/autobuild/instance-7/output-1/build/linux-6.0/${dest}/fbtft/ ; echo "source \"${dest}/fbtft/Kconfig\"" >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0/${dest}/Kconfig ; echo 'obj-y += fbtft/' >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0/${dest}/Makefile for p in ; do if test -d $p ; then PATH=/nvmedata/autobuild/instance-7/output-1/per-package/linux/host/bin:$PATH support/scripts/apply-patches.sh /nvmedata/autobuild/instance-7/output-1/build/linux-6.0 $p \*.patch || exit 1 ; else PATH=/nvmedata/autobuild/instance-7/output-1/per-package/linux/host/bin:$PATH support/scripts/apply-patches.sh /nvmedata/autobuild/instance-7/output-1/build/linux-6.0 `dirname $p` `basename $p` || exit 1; fi done mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-7/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-7/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target make[1]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/linux-6.0' HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o YACC scripts/kconfig/parser.tab.[ch] HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/menu.o HOSTCC scripts/kconfig/util.o LEX scripts/kconfig/lexer.lex.c HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/expr.o HOSTLD scripts/kconfig/conf *** Default configuration is based on 'multi_v7_defconfig' # # configuration written to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/linux-6.0' Using /nvmedata/autobuild/instance-7/output-1/build/linux-6.0/.config as base # # merged configuration written to /nvmedata/autobuild/instance-7/output-1/build/linux-6.0/.config (needs make) # make[1]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/linux-6.0' YACC scripts/kconfig/parser.tab.[ch] HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/parser.tab.o HOSTLD scripts/kconfig/conf # # No change to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/linux-6.0' /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_LZ4\>/d' /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_LZ4 is not set' >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_LZMA\>/d' /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_LZMA is not set' >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_LZO\>/d' /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_LZO is not set' >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_XZ\>/d' /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_XZ is not set' >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_ZSTD\>/d' /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_ZSTD is not set' >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_UNCOMPRESSED\>/d' /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config && echo '# CONFIG_KERNEL_UNCOMPRESSED is not set' >> /nvmedata/autobuild/instance-7/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. mkdir -p /nvmedata/autobuild/instance-7/output-1/images touch /nvmedata/autobuild/instance-7/output-1/images/rootfs.cpio /usr/bin/sed -i -e '/^\(# \)\?CONFIG_INITRAMFS_SOURCE\>/d' /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config && echo 'CONFIG_INITRAMFS_SOURCE="${BR_BINARIES_DIR}/rootfs.cpio"' >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_INITRAMFS_ROOT_UID\>/d' /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config && echo 'CONFIG_INITRAMFS_ROOT_UID=0' >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_INITRAMFS_ROOT_GID\>/d' /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config && echo 'CONFIG_INITRAMFS_ROOT_GID=0' >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_GCC_PLUGINS\>/d' /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config && echo '# CONFIG_GCC_PLUGINS is not set' >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config make[1]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/linux-6.0' # # configuration written to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/linux-6.0' mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target >>> wireless-regdb 2022.02.18 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-7/output-1/build/.wireless-regdb-2022.02.18.tar.xz.2j1ZCn/output' 'https://cdn.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2022.02.18.tar.xz' --2022-10-09 06:45:59-- 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.193.176, 151.101.65.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-7/output-1/build/.wireless-regdb-2022.02.18.tar.xz.2j1ZCn/output' 0K .......... .......... ..... 100% 1.02M=0.02s 2022-10-09 06:45:59 (1.02 MB/s) - '/nvmedata/autobuild/instance-7/output-1/build/.wireless-regdb-2022.02.18.tar.xz.2j1ZCn/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-7/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-xz/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-xz/host/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-xz/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-xz/target/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host/bin/xzcat /nvmedata/autobuild/instance-7/dl/wireless-regdb/wireless-regdb-2022.02.18.tar.xz | /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-7/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-7/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-7/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-7/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-7/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-7/output-1/build/wireless-regdb-2022.02.18/regulatory.db /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target/lib/firmware/regulatory.db /usr/bin/install -m 644 -D -T /nvmedata/autobuild/instance-7/output-1/build/wireless-regdb-2022.02.18/regulatory.db.p7s /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target/lib/firmware/regulatory.db.p7s mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target >>> host-uboot-tools 2021.07 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-7/output-1/build/.u-boot-2021.07.tar.bz2.OMUeSK/output' 'ftp://ftp.denx.de/pub/u-boot/u-boot-2021.07.tar.bz2' --2022-10-09 06:46:02-- ftp://ftp.denx.de/pub/u-boot/u-boot-2021.07.tar.bz2 => '/nvmedata/autobuild/instance-7/output-1/build/.u-boot-2021.07.tar.bz2.OMUeSK/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% 177K 95s 50K .......... .......... .......... .......... .......... 0% 358K 71s 100K .......... .......... .......... .......... .......... 0% 84.0M 47s 150K .......... .......... .......... .......... .......... 1% 61.3M 35s 200K .......... .......... .......... .......... .......... 1% 359K 37s 250K .......... .......... .......... .......... .......... 1% 70.7M 31s 300K .......... .......... .......... .......... .......... 2% 119M 27s 350K .......... .......... .......... .......... .......... 2% 92.0M 23s 400K .......... .......... .......... .......... .......... 2% 362K 26s 450K .......... .......... .......... .......... .......... 2% 94.2M 23s 500K .......... .......... .......... .......... .......... 3% 85.4M 21s 550K .......... .......... .......... .......... .......... 3% 116M 19s 600K .......... .......... .......... .......... .......... 3% 91.8M 18s 650K .......... .......... .......... .......... .......... 4% 107M 16s 700K .......... .......... .......... .......... .......... 4% 90.6M 15s 750K .......... .......... .......... .......... .......... 4% 91.7M 14s 800K .......... .......... .......... .......... .......... 5% 116M 13s 850K .......... .......... .......... .......... .......... 5% 368K 15s 900K .......... .......... .......... .......... .......... 5% 85.9M 14s 950K .......... .......... .......... .......... .......... 5% 107M 13s 1000K .......... .......... .......... .......... .......... 6% 97.9M 13s 1050K .......... .......... .......... .......... .......... 6% 105M 12s 1100K .......... .......... .......... .......... .......... 6% 90.1M 12s 1150K .......... .......... .......... .......... .......... 7% 94.5M 11s 1200K .......... .......... .......... .......... .......... 7% 107M 11s 1250K .......... .......... .......... .......... .......... 7% 91.2M 10s 1300K .......... .......... .......... .......... .......... 8% 79.1M 10s 1350K .......... .......... .......... .......... .......... 8% 71.2M 9s 1400K .......... .......... .......... .......... .......... 8% 117M 9s 1450K .......... .......... .......... .......... .......... 8% 85.1M 9s 1500K .......... .......... .......... .......... .......... 9% 116M 8s 1550K .......... .......... .......... .......... .......... 9% 84.3M 8s 1600K .......... .......... .......... .......... .......... 9% 97.4M 8s 1650K .......... .......... .......... .......... .......... 10% 85.5M 8s 1700K .......... .......... .......... .......... .......... 10% 85.8M 7s 1750K .......... .......... .......... .......... .......... 10% 381K 8s 1800K .......... .......... .......... .......... .......... 10% 84.9M 8s 1850K .......... .......... .......... .......... .......... 11% 119M 8s 1900K .......... .......... .......... .......... .......... 11% 90.6M 8s 1950K .......... .......... .......... .......... .......... 11% 105M 7s 2000K .......... .......... .......... .......... .......... 12% 94.4M 7s 2050K .......... .......... .......... .......... .......... 12% 82.9M 7s 2100K .......... .......... .......... .......... .......... 12% 88.6M 7s 2150K .......... .......... .......... .......... .......... 13% 89.0M 7s 2200K .......... .......... .......... .......... .......... 13% 113M 6s 2250K .......... .......... .......... .......... .......... 13% 94.2M 6s 2300K .......... .......... .......... .......... .......... 13% 78.4M 6s 2350K .......... .......... .......... .......... .......... 14% 115M 6s 2400K .......... .......... .......... .......... .......... 14% 67.9M 6s 2450K .......... .......... .......... .......... .......... 14% 88.9M 6s 2500K .......... .......... .......... .......... .......... 15% 118M 6s 2550K .......... .......... .......... .......... .......... 15% 90.3M 5s 2600K .......... .......... .......... .......... .......... 15% 121M 5s 2650K .......... .......... .......... .......... .......... 16% 88.7M 5s 2700K .......... .......... .......... .......... .......... 16% 129M 5s 2750K .......... .......... .......... .......... .......... 16% 84.0M 5s 2800K .......... .......... .......... .......... .......... 16% 131M 5s 2850K .......... .......... .......... .......... .......... 17% 85.1M 5s 2900K .......... .......... .......... .......... .......... 17% 128M 5s 2950K .......... .......... .......... .......... .......... 17% 104M 5s 3000K .......... .......... .......... .......... .......... 18% 94.7M 5s 3050K .......... .......... .......... .......... .......... 18% 122M 4s 3100K .......... .......... .......... .......... .......... 18% 88.4M 4s 3150K .......... .......... .......... .......... .......... 18% 123M 4s 3200K .......... .......... .......... .......... .......... 19% 88.1M 4s 3250K .......... .......... .......... .......... .......... 19% 120M 4s 3300K .......... .......... .......... .......... .......... 19% 86.1M 4s 3350K .......... .......... .......... .......... .......... 20% 90.1M 4s 3400K .......... .......... .......... .......... .......... 20% 116M 4s 3450K .......... .......... .......... .......... .......... 20% 88.8M 4s 3500K .......... .......... .......... .......... .......... 21% 115M 4s 3550K .......... .......... .......... .......... .......... 21% 408K 4s 3600K .......... .......... .......... .......... .......... 21% 91.1M 4s 3650K .......... .......... .......... .......... .......... 21% 85.9M 4s 3700K .......... .......... .......... .......... .......... 22% 121M 4s 3750K .......... .......... .......... .......... .......... 22% 87.5M 4s 3800K .......... .......... .......... .......... .......... 22% 115M 4s 3850K .......... .......... .......... .......... .......... 23% 91.9M 4s 3900K .......... .......... .......... .......... .......... 23% 113M 4s 3950K .......... .......... .......... .......... .......... 23% 89.8M 4s 4000K .......... .......... .......... .......... .......... 24% 109M 4s 4050K .......... .......... .......... .......... .......... 24% 92.3M 4s 4100K .......... .......... .......... .......... .......... 24% 118M 3s 4150K .......... .......... .......... .......... .......... 24% 85.3M 3s 4200K .......... .......... .......... .......... .......... 25% 98.4M 3s 4250K .......... .......... .......... .......... .......... 25% 104M 3s 4300K .......... .......... .......... .......... .......... 25% 100M 3s 4350K .......... .......... .......... .......... .......... 26% 106M 3s 4400K .......... .......... .......... .......... .......... 26% 18.5M 3s 4450K .......... .......... .......... .......... .......... 26% 91.6M 3s 4500K .......... .......... .......... .......... .......... 26% 84.4M 3s 4550K .......... .......... .......... .......... .......... 27% 125M 3s 4600K .......... .......... .......... .......... .......... 27% 82.9M 3s 4650K .......... .......... .......... .......... .......... 27% 83.6M 3s 4700K .......... .......... .......... .......... .......... 28% 125M 3s 4750K .......... .......... .......... .......... .......... 28% 89.8M 3s 4800K .......... .......... .......... .......... .......... 28% 121M 3s 4850K .......... .......... .......... .......... .......... 29% 84.9M 3s 4900K .......... .......... .......... .......... .......... 29% 93.7M 3s 4950K .......... .......... .......... .......... .......... 29% 81.1M 3s 5000K .......... .......... .......... .......... .......... 29% 89.3M 3s 5050K .......... .......... .......... .......... .......... 30% 121M 3s 5100K .......... .......... .......... .......... .......... 30% 85.0M 3s 5150K .......... .......... .......... .......... .......... 30% 89.0M 3s 5200K .......... .......... .......... .......... .......... 31% 63.9M 3s 5250K .......... .......... .......... .......... .......... 31% 127M 2s 5300K .......... .......... .......... .......... .......... 31% 81.4M 2s 5350K .......... .......... .......... .......... .......... 32% 123M 2s 5400K .......... .......... .......... .......... .......... 32% 85.0M 2s 5450K .......... .......... .......... .......... .......... 32% 92.3M 2s 5500K .......... .......... .......... .......... .......... 32% 85.8M 2s 5550K .......... .......... .......... .......... .......... 33% 80.7M 2s 5600K .......... .......... .......... .......... .......... 33% 131M 2s 5650K .......... .......... .......... .......... .......... 33% 65.9M 2s 5700K .......... .......... .......... .......... .......... 34% 128M 2s 5750K .......... .......... .......... .......... .......... 34% 81.5M 2s 5800K .......... .......... .......... .......... .......... 34% 120M 2s 5850K .......... .......... .......... .......... .......... 34% 85.8M 2s 5900K .......... .......... .......... .......... .......... 35% 67.9M 2s 5950K .......... .......... .......... .......... .......... 35% 121M 2s 6000K .......... .......... .......... .......... .......... 35% 84.4M 2s 6050K .......... .......... .......... .......... .......... 36% 88.6M 2s 6100K .......... .......... .......... .......... .......... 36% 79.3M 2s 6150K .......... .......... .......... .......... .......... 36% 113M 2s 6200K .......... .......... .......... .......... .......... 37% 72.6M 2s 6250K .......... .......... .......... .......... .......... 37% 117M 2s 6300K .......... .......... .......... .......... .......... 37% 67.2M 2s 6350K .......... .......... .......... .......... .......... 37% 85.6M 2s 6400K .......... .......... .......... .......... .......... 38% 103M 2s 6450K .......... .......... .......... .......... .......... 38% 92.1M 2s 6500K .......... .......... .......... .......... .......... 38% 92.2M 2s 6550K .......... .......... .......... .......... .......... 39% 85.6M 2s 6600K .......... .......... .......... .......... .......... 39% 468K 2s 6650K .......... .......... .......... .......... .......... 39% 121M 2s 6700K .......... .......... .......... .......... .......... 40% 91.9M 2s 6750K .......... .......... .......... .......... .......... 40% 85.6M 2s 6800K .......... .......... .......... .......... .......... 40% 85.2M 2s 6850K .......... .......... .......... .......... .......... 40% 108M 2s 6900K .......... .......... .......... .......... .......... 41% 96.0M 2s 6950K .......... .......... .......... .......... .......... 41% 118M 2s 7000K .......... .......... .......... .......... .......... 41% 91.5M 2s 7050K .......... .......... .......... .......... .......... 42% 116M 2s 7100K .......... .......... .......... .......... .......... 42% 90.5M 2s 7150K .......... .......... .......... .......... .......... 42% 116M 2s 7200K .......... .......... .......... .......... .......... 42% 8.29M 2s 7250K .......... .......... .......... .......... .......... 43% 119M 2s 7300K .......... .......... .......... .......... .......... 43% 88.9M 2s 7350K .......... .......... .......... .......... .......... 43% 115M 2s 7400K .......... .......... .......... .......... .......... 44% 92.5M 2s 7450K .......... .......... .......... .......... .......... 44% 116M 2s 7500K .......... .......... .......... .......... .......... 44% 89.0M 2s 7550K .......... .......... .......... .......... .......... 45% 87.3M 2s 7600K .......... .......... .......... .......... .......... 45% 121M 2s 7650K .......... .......... .......... .......... .......... 45% 89.2M 2s 7700K .......... .......... .......... .......... .......... 45% 92.6M 2s 7750K .......... .......... .......... .......... .......... 46% 111M 1s 7800K .......... .......... .......... .......... .......... 46% 120M 1s 7850K .......... .......... .......... .......... .......... 46% 90.3M 1s 7900K .......... .......... .......... .......... .......... 47% 132M 1s 7950K .......... .......... .......... .......... .......... 47% 83.7M 1s 8000K .......... .......... .......... .......... .......... 47% 85.8M 1s 8050K .......... .......... .......... .......... .......... 48% 109M 1s 8100K .......... .......... .......... .......... .......... 48% 87.4M 1s 8150K .......... .......... .......... .......... .......... 48% 118M 1s 8200K .......... .......... .......... .......... .......... 48% 95.7M 1s 8250K .......... .......... .......... .......... .......... 49% 123M 1s 8300K .......... .......... .......... .......... .......... 49% 87.4M 1s 8350K .......... .......... .......... .......... .......... 49% 121M 1s 8400K .......... .......... .......... .......... .......... 50% 86.3M 1s 8450K .......... .......... .......... .......... .......... 50% 89.5M 1s 8500K .......... .......... .......... .......... .......... 50% 121M 1s 8550K .......... .......... .......... .......... .......... 50% 90.7M 1s 8600K .......... .......... .......... .......... .......... 51% 123M 1s 8650K .......... .......... .......... .......... .......... 51% 24.5M 1s 8700K .......... .......... .......... .......... .......... 51% 123M 1s 8750K .......... .......... .......... .......... .......... 52% 89.1M 1s 8800K .......... .......... .......... .......... .......... 52% 108M 1s 8850K .......... .......... .......... .......... .......... 52% 85.4M 1s 8900K .......... .......... .......... .......... .......... 53% 94.7M 1s 8950K .......... .......... .......... .......... .......... 53% 115M 1s 9000K .......... .......... .......... .......... .......... 53% 85.4M 1s 9050K .......... .......... .......... .......... .......... 53% 92.4M 1s 9100K .......... .......... .......... .......... .......... 54% 122M 1s 9150K .......... .......... .......... .......... .......... 54% 90.2M 1s 9200K .......... .......... .......... .......... .......... 54% 121M 1s 9250K .......... .......... .......... .......... .......... 55% 88.2M 1s 9300K .......... .......... .......... .......... .......... 55% 86.0M 1s 9350K .......... .......... .......... .......... .......... 55% 128M 1s 9400K .......... .......... .......... .......... .......... 56% 85.3M 1s 9450K .......... .......... .......... .......... .......... 56% 118M 1s 9500K .......... .......... .......... .......... .......... 56% 86.2M 1s 9550K .......... .......... .......... .......... .......... 56% 121M 1s 9600K .......... .......... .......... .......... .......... 57% 88.0M 1s 9650K .......... .......... .......... .......... .......... 57% 482K 1s 9700K .......... .......... .......... .......... .......... 57% 86.1M 1s 9750K .......... .......... .......... .......... .......... 58% 84.7M 1s 9800K .......... .......... .......... .......... .......... 58% 41.0M 1s 9850K .......... .......... .......... .......... .......... 58% 107M 1s 9900K .......... .......... .......... .......... .......... 58% 89.9M 1s 9950K .......... .......... .......... .......... .......... 59% 114M 1s 10000K .......... .......... .......... .......... .......... 59% 93.4M 1s 10050K .......... .......... .......... .......... .......... 59% 92.5M 1s 10100K .......... .......... .......... .......... .......... 60% 3.40M 1s 10150K .......... .......... .......... .......... .......... 60% 88.1M 1s 10200K .......... .......... .......... .......... .......... 60% 88.0M 1s 10250K .......... .......... .......... .......... .......... 61% 105M 1s 10300K .......... .......... .......... .......... .......... 61% 100M 1s 10350K .......... .......... .......... .......... .......... 61% 107M 1s 10400K .......... .......... .......... .......... .......... 61% 90.4M 1s 10450K .......... .......... .......... .......... .......... 62% 94.2M 1s 10500K .......... .......... .......... .......... .......... 62% 117M 1s 10550K .......... .......... .......... .......... .......... 62% 88.6M 1s 10600K .......... .......... .......... .......... .......... 63% 119M 1s 10650K .......... .......... .......... .......... .......... 63% 95.4M 1s 10700K .......... .......... .......... .......... .......... 63% 115M 1s 10750K .......... .......... .......... .......... .......... 64% 88.4M 1s 10800K .......... .......... .......... .......... .......... 64% 121M 1s 10850K .......... .......... .......... .......... .......... 64% 86.0M 1s 10900K .......... .......... .......... .......... .......... 64% 128M 1s 10950K .......... .......... .......... .......... .......... 65% 90.2M 1s 11000K .......... .......... .......... .......... .......... 65% 118M 1s 11050K .......... .......... .......... .......... .......... 65% 67.3M 1s 11100K .......... .......... .......... .......... .......... 66% 85.4M 1s 11150K .......... .......... .......... .......... .......... 66% 113M 1s 11200K .......... .......... .......... .......... .......... 66% 69.4M 1s 11250K .......... .......... .......... .......... .......... 66% 116M 1s 11300K .......... .......... .......... .......... .......... 67% 90.6M 1s 11350K .......... .......... .......... .......... .......... 67% 115M 1s 11400K .......... .......... .......... .......... .......... 67% 92.0M 1s 11450K .......... .......... .......... .......... .......... 68% 118M 1s 11500K .......... .......... .......... .......... .......... 68% 117M 1s 11550K .......... .......... .......... .......... .......... 68% 98.7M 1s 11600K .......... .......... .......... .......... .......... 69% 104M 1s 11650K .......... .......... .......... .......... .......... 69% 92.6M 1s 11700K .......... .......... .......... .......... .......... 69% 116M 1s 11750K .......... .......... .......... .......... .......... 69% 99.1M 1s 11800K .......... .......... .......... .......... .......... 70% 114M 1s 11850K .......... .......... .......... .......... .......... 70% 91.8M 1s 11900K .......... .......... .......... .......... .......... 70% 118M 1s 11950K .......... .......... .......... .......... .......... 71% 91.5M 1s 12000K .......... .......... .......... .......... .......... 71% 128M 1s 12050K .......... .......... .......... .......... .......... 71% 105M 1s 12100K .......... .......... .......... .......... .......... 72% 92.0M 1s 12150K .......... .......... .......... .......... .......... 72% 118M 1s 12200K .......... .......... .......... .......... .......... 72% 84.2M 1s 12250K .......... .......... .......... .......... .......... 72% 99.6M 1s 12300K .......... .......... .......... .......... .......... 73% 84.7M 1s 12350K .......... .......... .......... .......... .......... 73% 116M 1s 12400K .......... .......... .......... .......... .......... 73% 85.5M 1s 12450K .......... .......... .......... .......... .......... 74% 91.3M 1s 12500K .......... .......... .......... .......... .......... 74% 103M 0s 12550K .......... .......... .......... .......... .......... 74% 87.5M 0s 12600K .......... .......... .......... .......... .......... 74% 97.9M 0s 12650K .......... .......... .......... .......... .......... 75% 1.23M 0s 12700K .......... .......... .......... .......... .......... 75% 107M 0s 12750K .......... .......... .......... .......... .......... 75% 880K 0s 12800K .......... .......... .......... .......... .......... 76% 34.3M 0s 12850K .......... .......... .......... .......... .......... 76% 86.7M 0s 12900K .......... .......... .......... .......... .......... 76% 116M 0s 12950K .......... .......... .......... .......... .......... 77% 89.0M 0s 13000K .......... .......... .......... .......... .......... 77% 89.1M 0s 13050K .......... .......... .......... .......... .......... 77% 121M 0s 13100K .......... .......... .......... .......... .......... 77% 3.39M 0s 13150K .......... .......... .......... .......... .......... 78% 88.6M 0s 13200K .......... .......... .......... .......... .......... 78% 87.2M 0s 13250K .......... .......... .......... .......... .......... 78% 121M 0s 13300K .......... .......... .......... .......... .......... 79% 89.7M 0s 13350K .......... .......... .......... .......... .......... 79% 115M 0s 13400K .......... .......... .......... .......... .......... 79% 94.4M 0s 13450K .......... .......... .......... .......... .......... 80% 60.1M 0s 13500K .......... .......... .......... .......... .......... 80% 37.5M 0s 13550K .......... .......... .......... .......... .......... 80% 52.2M 0s 13600K .......... .......... .......... .......... .......... 80% 85.1M 0s 13650K .......... .......... .......... .......... .......... 81% 90.0M 0s 13700K .......... .......... .......... .......... .......... 81% 34.6M 0s 13750K .......... .......... .......... .......... .......... 81% 85.0M 0s 13800K .......... .......... .......... .......... .......... 82% 121M 0s 13850K .......... .......... .......... .......... .......... 82% 88.0M 0s 13900K .......... .......... .......... .......... .......... 82% 114M 0s 13950K .......... .......... .......... .......... .......... 82% 47.0M 0s 14000K .......... .......... .......... .......... .......... 83% 91.0M 0s 14050K .......... .......... .......... .......... .......... 83% 105M 0s 14100K .......... .......... .......... .......... .......... 83% 100M 0s 14150K .......... .......... .......... .......... .......... 84% 84.1M 0s 14200K .......... .......... .......... .......... .......... 84% 120M 0s 14250K .......... .......... .......... .......... .......... 84% 84.9M 0s 14300K .......... .......... .......... .......... .......... 85% 130M 0s 14350K .......... .......... .......... .......... .......... 85% 87.4M 0s 14400K .......... .......... .......... .......... .......... 85% 86.1M 0s 14450K .......... .......... .......... .......... .......... 85% 88.0M 0s 14500K .......... .......... .......... .......... .......... 86% 84.1M 0s 14550K .......... .......... .......... .......... .......... 86% 120M 0s 14600K .......... .......... .......... .......... .......... 86% 83.8M 0s 14650K .......... .......... .......... .......... .......... 87% 92.5M 0s 14700K .......... .......... .......... .......... .......... 87% 82.0M 0s 14750K .......... .......... .......... .......... .......... 87% 121M 0s 14800K .......... .......... .......... .......... .......... 88% 28.2M 0s 14850K .......... .......... .......... .......... .......... 88% 83.8M 0s 14900K .......... .......... .......... .......... .......... 88% 119M 0s 14950K .......... .......... .......... .......... .......... 88% 88.2M 0s 15000K .......... .......... .......... .......... .......... 89% 121M 0s 15050K .......... .......... .......... .......... .......... 89% 89.2M 0s 15100K .......... .......... .......... .......... .......... 89% 119M 0s 15150K .......... .......... .......... .......... .......... 90% 88.4M 0s 15200K .......... .......... .......... .......... .......... 90% 124M 0s 15250K .......... .......... .......... .......... .......... 90% 85.3M 0s 15300K .......... .......... .......... .......... .......... 90% 91.1M 0s 15350K .......... .......... .......... .......... .......... 91% 122M 0s 15400K .......... .......... .......... .......... .......... 91% 87.7M 0s 15450K .......... .......... .......... .......... .......... 91% 122M 0s 15500K .......... .......... .......... .......... .......... 92% 119M 0s 15550K .......... .......... .......... .......... .......... 92% 88.1M 0s 15600K .......... .......... .......... .......... .......... 92% 15.1M 0s 15650K .......... .......... .......... .......... .......... 93% 115M 0s 15700K .......... .......... .......... .......... .......... 93% 93.7M 0s 15750K .......... .......... .......... .......... .......... 93% 660K 0s 15800K .......... .......... .......... .......... .......... 93% 3.38M 0s 15850K .......... .......... .......... .......... .......... 94% 72.8M 0s 15900K .......... .......... .......... .......... .......... 94% 151M 0s 15950K .......... .......... .......... .......... .......... 94% 91.0M 0s 16000K .......... .......... .......... .......... .......... 95% 106M 0s 16050K .......... .......... .......... .......... .......... 95% 102M 0s 16100K .......... .......... .......... .......... .......... 95% 111M 0s 16150K .......... .......... .......... .......... .......... 96% 3.53M 0s 16200K .......... .......... .......... .......... .......... 96% 89.3M 0s 16250K .......... .......... .......... .......... .......... 96% 90.6M 0s 16300K .......... .......... .......... .......... .......... 96% 115M 0s 16350K .......... .......... .......... .......... .......... 97% 88.2M 0s 16400K .......... .......... .......... .......... .......... 97% 88.2M 0s 16450K .......... .......... .......... .......... .......... 97% 85.7M 0s 16500K .......... .......... .......... .......... .......... 98% 28.5M 0s 16550K .......... .......... .......... .......... .......... 98% 125M 0s 16600K .......... .......... .......... .......... .......... 98% 46.0M 0s 16650K .......... .......... .......... .......... .......... 98% 86.2M 0s 16700K .......... .......... .......... .......... .......... 99% 8.00M 0s 16750K .......... .......... .......... .......... .......... 99% 84.9M 0s 16800K .......... .......... .......... .......... .......... 99% 122M 0s 16850K .......... .......... 100% 93.5M=1.7s 2022-10-09 06:46:05 (9.60 MB/s) - '/nvmedata/autobuild/instance-7/output-1/build/.u-boot-2021.07.tar.bz2.OMUeSK/output' saved [17275746] u-boot-2021.07.tar.bz2: OK (sha256: 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e) >>> host-uboot-tools 2021.07 Extracting mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target bzcat /nvmedata/autobuild/instance-7/dl/uboot-tools/u-boot-2021.07.tar.bz2 | /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-7/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). mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target >>> host-dtc 1.6.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-7/output-1/build/.dtc-1.6.1.tar.xz.Vm74YW/output' 'https://www.kernel.org/pub/software/utils/dtc/dtc-1.6.1.tar.xz' --2022-10-09 06:46:09-- 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-09 06:46:09-- 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-7/output-1/build/.dtc-1.6.1.tar.xz.Vm74YW/output' 0K .......... .......... .......... .......... .......... 31% 1.05M 0s 50K .......... .......... .......... .......... .......... 63% 1.05M 0s 100K .......... .......... .......... .......... .......... 94% 113M 0s 150K ........ 100% 304M=0.09s 2022-10-09 06:46:09 (1.65 MB/s) - '/nvmedata/autobuild/instance-7/output-1/build/.dtc-1.6.1.tar.xz.Vm74YW/output' saved [162276/162276] dtc-1.6.1.tar.xz: OK (sha256: 65cec529893659a49a89740bb362f507a3b94fc8cd791e76a8d6a2b6f3203473) >>> host-dtc 1.6.1 Extracting mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-xz/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-xz/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-xz/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-xz/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/bin/xzcat /nvmedata/autobuild/instance-7/dl/dtc/dtc-1.6.1.tar.xz | /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-7/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-7/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-bison/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-bison/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-flex/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-flex/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-bison/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-bison/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-flex/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-flex/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target >>> host-dtc 1.6.1 Building PATH="/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/bin:/nvmedata/autobuild/instance-7/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-7/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-7/output-1/per-package/host-dtc/host/lib/pkgconfig:/nvmedata/autobuild/instance-7/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-7/output-1/per-package/host-dtc/host/bin/ccache /usr/bin/gcc" GCC="/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/bin/ccache /usr/bin/gcc" CXX="/nvmedata/autobuild/instance-7/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-7/output-1/per-package/host-dtc/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/autobuild/make/make -j1 EXTRA_CFLAGS="-O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/include -fPIC" -C /nvmedata/autobuild/instance-7/output-1/build/host-dtc-1.6.1 PREFIX=/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host INCLUDEDIR=/nvmedata/autobuild/instance-7/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-7/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 util.o CC fdtdump.o LD fdtdump CC fdtoverlay.o CC libfdt/fdt_sw.o CC libfdt/fdt_addresses.o CC libfdt/fdt_ro.o CC libfdt/fdt_empty_tree.o CC libfdt/fdt_overlay.o CC libfdt/fdt_wip.o CC libfdt/fdt_check.o CC libfdt/fdt_rw.o CC libfdt/fdt_strerror.o CC libfdt/fdt.o LD libfdt/libfdt-1.6.1.so LD fdtoverlay CC convert-dtsv0-lexer.lex.o CC srcpos.o LD convert-dtsv0 CC fdtput.o LD fdtput AR libfdt/libfdt.a CC fdtget.o LD fdtget CC fstree.o CC dtc.o CC dtc-lexer.lex.o CC treesource.o CC livetree.o CC data.o CC flattree.o CC checks.o CC dtc-parser.tab.o LD dtc make[1]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-dtc-1.6.1' >>> host-dtc 1.6.1 Installing to host directory PATH="/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/bin:/nvmedata/autobuild/instance-7/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-7/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-7/output-1/per-package/host-dtc/host/lib/pkgconfig:/nvmedata/autobuild/instance-7/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-7/output-1/per-package/host-dtc/host/bin/ccache /usr/bin/gcc" GCC="/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/bin/ccache /usr/bin/gcc" CXX="/nvmedata/autobuild/instance-7/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-7/output-1/per-package/host-dtc/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/autobuild/make/make -j1 -C /nvmedata/autobuild/instance-7/output-1/build/host-dtc-1.6.1 PREFIX=/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host INCLUDEDIR=/nvmedata/autobuild/instance-7/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-7/output-1/build/host-dtc-1.6.1' CHK version_gen.h INSTALL-BIN INSTALL-LIB INSTALL-INC make[1]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-dtc-1.6.1' mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target >>> host-make 4.2.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-7/output-1/build/.make-4.2.1.tar.bz2.4QXjdk/output' 'http://ftpmirror.gnu.org/make/make-4.2.1.tar.bz2' --2022-10-09 06:46:18-- http://ftpmirror.gnu.org/make/make-4.2.1.tar.bz2 Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 209.51.188.200, 2001:470:142:5::200 Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|209.51.188.200|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://mirror2.sandyriver.net/pub/software/gnu/make/make-4.2.1.tar.bz2 [following] --2022-10-09 06:46:19-- http://mirror2.sandyriver.net/pub/software/gnu/make/make-4.2.1.tar.bz2 Resolving mirror2.sandyriver.net (mirror2.sandyriver.net)... 23.178.176.51 Connecting to mirror2.sandyriver.net (mirror2.sandyriver.net)|23.178.176.51|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1407126 (1.3M) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-7/output-1/build/.make-4.2.1.tar.bz2.4QXjdk/output' 0K .......... .......... .......... .......... .......... 3% 467K 3s 50K .......... .......... .......... .......... .......... 7% 757K 2s 100K .......... .......... .......... .......... .......... 10% 934K 2s 150K .......... .......... .......... .......... .......... 14% 934K 2s 200K .......... .......... .......... .......... .......... 18% 930K 2s 250K .......... .......... .......... .......... .......... 21% 937K 1s 300K .......... .......... .......... .......... .......... 25% 74.8M 1s 350K .......... .......... .......... .......... .......... 29% 934K 1s 400K .......... .......... .......... .......... .......... 32% 940K 1s 450K .......... .......... .......... .......... .......... 36% 936K 1s 500K .......... .......... .......... .......... .......... 40% 936K 1s 550K .......... .......... .......... .......... .......... 43% 66.1M 1s 600K .......... .......... .......... .......... .......... 47% 918K 1s 650K .......... .......... .......... .......... .......... 50% 935K 1s 700K .......... .......... .......... .......... .......... 54% 936K 1s 750K .......... .......... .......... .......... .......... 58% 92.4M 1s 800K .......... .......... .......... .......... .......... 61% 941K 1s 850K .......... .......... .......... .......... .......... 65% 930K 0s 900K .......... .......... .......... .......... .......... 69% 939K 0s 950K .......... .......... .......... .......... .......... 72% 80.5M 0s 1000K .......... .......... .......... .......... .......... 76% 931K 0s 1050K .......... .......... .......... .......... .......... 80% 942K 0s 1100K .......... .......... .......... .......... .......... 83% 59.6M 0s 1150K .......... .......... .......... .......... .......... 87% 769K 0s 1200K .......... .......... .......... .......... .......... 90% 1.18M 0s 1250K .......... .......... .......... .......... .......... 94% 3.83M 0s 1300K .......... .......... .......... .......... .......... 98% 931K 0s 1350K .......... .......... .... 100% 125M=1.2s 2022-10-09 06:46:20 (1.11 MB/s) - '/nvmedata/autobuild/instance-7/output-1/build/.make-4.2.1.tar.bz2.4QXjdk/output' saved [1407126/1407126] make-4.2.1.tar.bz2: OK (md5: 15b012617e7c44c0ed482721629577ac) make-4.2.1.tar.bz2: OK (sha256: d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589) >>> host-make 4.2.1 Extracting mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target bzcat /nvmedata/autobuild/instance-7/dl/make/make-4.2.1.tar.bz2 | /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1 -xf - >>> host-make 4.2.1 Patching Applying 0001-configure.ac-Support-GLIBC-glob-interface-version-2.patch using patch: patching file configure.ac Hunk #1 succeeded at 399 (offset -5 lines). Applying 0001-glob-Do-not-assume-glibc-glob-internals.patch using patch: patching file dir.c >>> host-make 4.2.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-make 4.2.1 Configuring mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-autoconf/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-autoconf/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-automake/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-automake/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-libtool/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-libtool/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-autoconf/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-autoconf/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-automake/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-automake/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-libtool/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-libtool/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target >>> host-make 4.2.1 Autoreconfiguring configure.ac:49: warning: The macro `AC_AIX' is obsolete. configure.ac:49: You should run autoupdate. ./lib/autoconf/specific.m4:540: AC_AIX is expanded from... configure.ac:49: the top level configure.ac:50: warning: The macro `AC_ISC_POSIX' is obsolete. configure.ac:50: You should run autoupdate. ./lib/autoconf/specific.m4:550: AC_ISC_POSIX is expanded from... configure.ac:50: the top level configure.ac:51: warning: The macro `AC_MINIX' is obsolete. configure.ac:51: You should run autoupdate. ./lib/autoconf/specific.m4:545: AC_MINIX is expanded from... configure.ac:51: the top level configure.ac:66: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:66: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:66: the top level configure.ac:69: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:69: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:69: the top level configure.ac:76: warning: The macro `AC_TYPE_SIGNAL' is obsolete. configure.ac:76: You should run autoupdate. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from... configure.ac:76: the top level configure.ac:86: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:86: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... acinclude.m4:105: AC_STRUCT_ST_MTIM_NSEC is expanded from... configure.ac:86: the top level configure.ac:149: warning: The macro `AC_FUNC_SETVBUF_REVERSED' is obsolete. Remove it and all references to SETVBUF_REVERSED. ./lib/autoconf/functions.m4:1766: AC_FUNC_SETVBUF_REVERSED is expanded from... configure.ac:149: the top level configure.ac:249: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:249: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:249: the top level configure.ac:249: warning: The macro `AC_FD_MSG' is obsolete. configure.ac:249: You should run autoupdate. ./lib/autoconf/general.m4:400: AC_FD_MSG is expanded from... acinclude.m4:38: CF_NETLIBS is expanded from... lib/m4sugar/m4sh.m4:594: AS_CASE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:249: the top level configure.ac:274: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:274: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:274: the top level configure.ac:280: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:280: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:280: the top level configure.ac:319: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:319: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:319: the top level >>> host-make 4.2.1 Patching libtool (cd /nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin:/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/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-7/output-1/per-package/host-make/host/lib/pkgconfig:/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc" GCC="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc" CXX="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host" --sysconfdir="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/etc" --localstatedir="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/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 --without-guile --program-prefix=host- ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop 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 nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /nvmedata/autobuild/instance-7/output-1/per-package/host-make/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-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc accepts -g... yes checking for /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc... none 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 sys/time.h... yes checking for vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc option to enable C11 features... (cached) none needed checking whether /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc... (cached) none checking for ranlib... /usr/bin/ranlib checking how to run the C preprocessor... /usr/bin/cpp checking for ar... /usr/bin/ar checking for perl... /usr/bin/perl checking the archiver (/usr/bin/ar) interface... ar checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for library containing strerror... none required checking for a sed that does not truncate output... /usr/bin/sed checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for library containing getpwnam... none required checking for egrep... (cached) /usr/bin/grep -E checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether stat file-mode macros are broken... no checking for stdlib.h... (cached) yes checking for locale.h... yes checking for unistd.h... (cached) yes checking for limits.h... yes checking for fcntl.h... yes checking for string.h... (cached) yes checking for memory.h... yes checking for sys/param.h... yes checking for sys/resource.h... yes checking for sys/time.h... (cached) yes checking for sys/timeb.h... yes checking for sys/select.h... yes checking for an ANSI C-conforming const... yes checking return type of signal handlers... void checking for uid_t in sys/types.h... yes checking for pid_t... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking for unsigned long long int... yes checking for uintmax_t... yes checking for nanoseconds field of struct stat... st_mtim.tv_nsec checking whether to use high resolution file timestamps... yes checking for library containing clock_gettime... none required checking whether system uses MSDOS-style paths... no checking for standard gettimeofday... yes checking for strdup... yes checking for strndup... yes checking for mkstemp... yes checking for mktemp... yes checking for fdopen... yes checking for fileno... yes checking for dup... yes checking for dup2... yes checking for getcwd... yes checking for realpath... yes checking for sigsetmask... yes checking for sigaction... yes checking for getgroups... yes checking for seteuid... yes checking for setegid... yes checking for setlinebuf... yes checking for setreuid... yes checking for setregid... yes checking for getrlimit... yes checking for setrlimit... yes checking for setvbuf... yes checking for pipe... yes checking for strerror... yes checking for strsignal... yes checking for lstat... yes checking for readlink... yes checking for atexit... yes checking for isatty... yes checking for ttyname... yes checking for pselect... yes checking for /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc options needed to detect all undeclared functions... none needed checking whether bsd_signal is declared... no checking for fork... yes checking for vfork... yes checking for setlocale... yes checking for working fork... yes checking for working vfork... (cached) yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strcmpi... no checking for strncmpi... no checking for stricmp... no checking for strnicmp... no checking for working strcoll... yes checking for working alloca.h... yes checking for alloca... yes checking whether closedir returns void... no checking pkg-config is at least version 0.9.0... yes checking for getloadavg... yes checking for pstat_getdynamic... no checking for kstat_open in -lkstat... no checking for getloadavg... yes checking whether getloadavg requires setgid... no checking whether sys_siglist is declared... no checking whether _sys_siglist is declared... no checking whether __sys_siglist is declared... no checking for sys/wait.h... yes checking for waitpid... yes checking for wait3... yes checking for union wait... no checking for SA_RESTART... yes checking whether dlopen is declared... yes checking whether dlsym is declared... yes checking whether dlerror is declared... yes checking for library containing dlopen... none required checking If the linker accepts -Wl,--export-dynamic... yes checking for location of SCCS get command... get checking if system libc has GNU glob... yes checking if malloc debugging is wanted... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating glob/Makefile config.status: creating po/Makefile.in config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating w32/Makefile config.status: creating tests/config-flags.pm config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop config.status: creating build.sh >>> host-make 4.2.1 Building PATH="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin:/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/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-7/output-1/per-package/host-make/host/lib/pkgconfig:/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' /home/autobuild/make/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' Making all in glob make[3]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/glob' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/glob' Making all in config make[3]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/config' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/config' Making all in po make[3]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/po' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o commands.o commands.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o remote-stub.o remote-stub.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o signame.o signame.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o getopt1.o getopt1.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o version.o version.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o loadapi.o loadapi.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o variable.o variable.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o job.o job.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o rule.o rule.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o getopt.o getopt.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o load.o load.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o file.o file.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o hash.o hash.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o implicit.o implicit.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o default.o default.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o read.o read.c read.c: In function 'find_percent_cached': cc1: warning: function may return address of local variable [-Wreturn-local-addr] In file included from makeint.h:31, from read.c:17: read.c:2418:19: note: declared here 2418 | new = alloca (slen + 1); | ^~~~~~ read.c: In function 'eval': read.c:1172:28: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1172 | *(--semip) = ';'; | ~~~~~~~~~~~^~~~~ read.c:1011:19: note: destination object of size [0, 9223372036854775807] allocated by 'find_char_unquote' 1011 | cmdleft = find_char_unquote (line, MAP_SEMI|MAP_COMMENT|MAP_VARIABLE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o main.o main.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o output.o output.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o function.o function.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o misc.o misc.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o remake.o remake.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o strcache.o strcache.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o dir.o dir.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o expand.o expand.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o arscan.o arscan.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o posixos.o posixos.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o ar.o ar.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o vpath.o vpath.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -c -o guile.o guile.c /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/ccache /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include -Wl,--export-dynamic -L/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/lib -o make ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o guile.o implicit.o job.o load.o loadapi.o main.o misc.o posixos.o output.o read.o remake.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o remote-stub.o make[3]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' >>> host-make 4.2.1 Installing to host directory PATH="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin:/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-7/output-1/per-package/host-make/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-7/output-1/per-package/host-make/host/lib/pkgconfig:/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' Making install in glob make[2]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/glob' make[3]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/glob' make[3]: Nothing to be done for 'install-data-am'. make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/glob' make[2]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/glob' Making install in config make[2]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/config' make[3]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/config' make[3]: Nothing to be done for 'install-data-am'. make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/config' make[2]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/config' Making install in po make[2]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/po' if test "make" = "gettext-tools"; then \ /usr/bin/mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/po' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/doc' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/info' /usr/bin/install -c -m 644 ./make.info ./make.info-1 ./make.info-2 '/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/info' install-info --info-dir='/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/info' '/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/info/make.info' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1/doc' make[2]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' make[3]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/man/man1' /usr/bin/install -c -m 644 'make.1' '/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/share/man/man1/host-make.1' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include' /usr/bin/install -c -m 644 gnumake.h '/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/include' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin' /usr/bin/install -c make '/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/bin/./host-make' make[3]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-make-4.2.1' >>> host-uboot-tools 2021.07 Configuring mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-openssl/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-openssl/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-dtc/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-make/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-make/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-openssl/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-openssl/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target mkdir -p /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/include/config touch /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/include/config/auto.conf mkdir -p /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/include/generated touch /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h echo '#define CONFIG_FIT_PRINT 1' >> /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h mkdir -p /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/include/asm touch /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/include/asm/linkage.h >>> host-uboot-tools 2021.07 Building /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/host-make -j1 -C /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07 HOSTCC="/nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/ccache /usr/bin/gcc" HOSTCFLAGS="-O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/include" HOSTLDFLAGS="-L/nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-7/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 host-make[1]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07' HOSTCC scripts/basic/fixdep UPD include/config/uboot.release UPD include/generated/version_autogenerated.h UPD include/generated/timestamp_autogenerated.h COPY tools/version.h HOSTCC tools/mkenvimage.o HOSTCC tools/os_support.o WRAP tools/lib/crc32.c HOSTCC tools/lib/crc32.o HOSTLD tools/mkenvimage HOSTCC tools/aisimage.o HOSTCC tools/atmelimage.o HOSTCC tools/fit_common.o HOSTCC tools/fit_image.o HOSTCC tools/image-host.o WRAP tools/common/image-fit.c HOSTCC tools/common/image-fit.o WRAP tools/common/image-sig.c HOSTCC tools/common/image-sig.o WRAP tools/common/image-fit-sig.c HOSTCC tools/common/image-fit-sig.o WRAP tools/common/fdt_region.c HOSTCC tools/common/fdt_region.o WRAP tools/common/bootm.c HOSTCC tools/common/bootm.o HOSTCC tools/default_image.o WRAP tools/lib/fdtdec_common.c HOSTCC tools/lib/fdtdec_common.o WRAP tools/lib/fdtdec.c HOSTCC tools/lib/fdtdec.o WRAP tools/common/image.c HOSTCC tools/common/image.o HOSTCC tools/imagetool.o HOSTCC tools/imximage.o HOSTCC tools/imx8image.o HOSTCC tools/imx8mimage.o HOSTCC tools/kwbimage.o WRAP tools/lib/md5.c HOSTCC tools/lib/md5.o HOSTCC tools/lpc32xximage.o HOSTCC tools/mxsimage.o HOSTCC tools/omapimage.o HOSTCC tools/pblimage.o HOSTCC tools/pbl_crc32.o HOSTCC tools/vybridimage.o HOSTCC tools/stm32image.o WRAP tools/lib/rc4.c HOSTCC tools/lib/rc4.o HOSTCC tools/rkcommon.o HOSTCC tools/rkimage.o HOSTCC tools/rksd.o HOSTCC tools/rkspi.o HOSTCC tools/socfpgaimage.o HOSTCC tools/sunxi_egon.o WRAP tools/lib/crc16.c HOSTCC tools/lib/crc16.o WRAP tools/lib/hash-checksum.c HOSTCC tools/lib/hash-checksum.o WRAP tools/lib/sha1.c HOSTCC tools/lib/sha1.o WRAP tools/lib/sha256.c HOSTCC tools/lib/sha256.o WRAP tools/lib/sha512.c HOSTCC tools/lib/sha512.o WRAP tools/common/hash.c HOSTCC tools/common/hash.o HOSTCC tools/ublimage.o HOSTCC tools/zynqimage.o HOSTCC tools/zynqmpimage.o HOSTCC tools/zynqmpbif.o WRAP tools/lib/fdt-libcrypto.c HOSTCC tools/lib/fdt-libcrypto.o HOSTCC tools/libfdt/fdt.o HOSTCC tools/libfdt/fdt_ro.o HOSTCC tools/libfdt/fdt_wip.o HOSTCC tools/libfdt/fdt_sw.o HOSTCC tools/libfdt/fdt_rw.o HOSTCC tools/libfdt/fdt_strerror.o HOSTCC tools/libfdt/fdt_empty_tree.o HOSTCC tools/libfdt/fdt_addresses.o HOSTCC tools/libfdt/fdt_overlay.o HOSTCC tools/gpimage.o HOSTCC tools/gpimage-common.o HOSTCC tools/mtk_image.o WRAP tools/lib/ecdsa/ecdsa-libcrypto.c HOSTCC tools/lib/ecdsa/ecdsa-libcrypto.o WRAP tools/lib/rsa/rsa-sign.c HOSTCC tools/lib/rsa/rsa-sign.o WRAP tools/lib/rsa/rsa-verify.c HOSTCC tools/lib/rsa/rsa-verify.o WRAP tools/lib/rsa/rsa-mod-exp.c HOSTCC tools/lib/rsa/rsa-mod-exp.o HOSTCC tools/dumpimage.o HOSTLD tools/dumpimage HOSTCC tools/mkimage.o HOSTLD tools/mkimage HOSTCC tools/fit_info.o HOSTLD tools/fit_info HOSTCC tools/fit_check_sign.o HOSTLD tools/fit_check_sign HOSTCC tools/proftool HOSTCC tools/fdtgrep.o HOSTLD tools/fdtgrep HOSTCC tools/mkeficapsule.o HOSTLD tools/mkeficapsule host-make[1]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07' /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/host-make -j1 -C /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07 HOSTCC="/nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/ccache /usr/bin/gcc" HOSTCFLAGS="-O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/include" HOSTLDFLAGS="-L/nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-7/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 host-make[1]: Entering directory '/nvmedata/autobuild/instance-7/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 host-make[1]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07' cat /nvmedata/autobuild/instance-7/output-1/boot_env.txt | /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage -s "0x1000" -r -o /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/tools/uboot-env.bin - /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/tools/mkimage -C none -A arm -T script -d /nvmedata/autobuild/instance-7/output-1/boot_script.txt /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/tools/boot.scr Image Name: Created: Fri Oct 7 12:24:47 2022 Image Type: ARM 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-7/output-1/build/host-uboot-tools-2021.07/tools/mkimage /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/mkimage /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/tools/mkeficapsule /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/mkeficapsule /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/mkenvimage /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/tools/dumpimage /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/dumpimage /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/tools/env/fw_printenv /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/fw_printenv ln -sf /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/fw_printenv /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/bin/fw_setenv /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/tools/uboot-env.bin /nvmedata/autobuild/instance-7/output-1/images/uboot-env.bin /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-7/output-1/build/host-uboot-tools-2021.07/tools/boot.scr /nvmedata/autobuild/instance-7/output-1/images/boot.scr mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target >>> firmware-imx 8.15 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-7/output-1/build/.firmware-imx-8.15.bin.MntnYD/output' 'http://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.15.bin' --2022-10-09 06:46:48-- http://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.15.bin Resolving www.nxp.com (www.nxp.com)... 104.65.236.48 Connecting to www.nxp.com (www.nxp.com)|104.65.236.48|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1432383 (1.4M) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-7/output-1/build/.firmware-imx-8.15.bin.MntnYD/output' 0K .......... .......... .......... .......... .......... 3% 2.03M 1s 50K .......... .......... .......... .......... .......... 7% 2.67M 1s 100K .......... .......... .......... .......... .......... 10% 4.30M 0s 150K .......... .......... .......... .......... .......... 14% 8.13M 0s 200K .......... .......... .......... .......... .......... 17% 7.75M 0s 250K .......... .......... .......... .......... .......... 21% 8.99M 0s 300K .......... .......... .......... .......... .......... 25% 10.9M 0s 350K .......... .......... .......... .......... .......... 28% 16.0M 0s 400K .......... .......... .......... .......... .......... 32% 16.7M 0s 450K .......... .......... .......... .......... .......... 35% 15.5M 0s 500K .......... .......... .......... .......... .......... 39% 22.0M 0s 550K .......... .......... .......... .......... .......... 42% 22.8M 0s 600K .......... .......... .......... .......... .......... 46% 18.6M 0s 650K .......... .......... .......... .......... .......... 50% 30.0M 0s 700K .......... .......... .......... .......... .......... 53% 26.5M 0s 750K .......... .......... .......... .......... .......... 57% 30.7M 0s 800K .......... .......... .......... .......... .......... 60% 24.2M 0s 850K .......... .......... .......... .......... .......... 64% 41.9M 0s 900K .......... .......... .......... .......... .......... 67% 28.7M 0s 950K .......... .......... .......... .......... .......... 71% 42.5M 0s 1000K .......... .......... .......... .......... .......... 75% 31.4M 0s 1050K .......... .......... .......... .......... .......... 78% 59.6M 0s 1100K .......... .......... .......... .......... .......... 82% 35.8M 0s 1150K .......... .......... .......... .......... .......... 85% 33.1M 0s 1200K .......... .......... .......... .......... .......... 89% 64.2M 0s 1250K .......... .......... .......... .......... .......... 92% 63.3M 0s 1300K .......... .......... .......... .......... .......... 96% 48.9M 0s 1350K .......... .......... .......... .......... ........ 100% 49.6M=0.1s 2022-10-09 06:46:48 (12.2 MB/s) - '/nvmedata/autobuild/instance-7/output-1/build/.firmware-imx-8.15.bin.MntnYD/output' saved [1432383/1432383] firmware-imx-8.15.bin: OK (sha256: 937e196476b8e95b4b7f2501a14c8326d8a0649f8a3f9228b72373770a08deb3) >>> firmware-imx 8.15 Extracting mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target awk 'BEGIN { start = 0; } /^EOEULA/ { start = 0; } { if (start) print; } /< /nvmedata/autobuild/instance-7/output-1/build/firmware-imx-8.15/EULA cd /nvmedata/autobuild/instance-7/output-1/build/firmware-imx-8.15 && sh /nvmedata/autobuild/instance-7/dl/firmware-imx/firmware-imx-8.15.bin --force --auto-accept Welcome to NXP firmware-imx-8.15.bin WARNING: EULA has been auto-accepted; this implies that you agree with it. Unpacking file ........................................................................... done find /nvmedata/autobuild/instance-7/output-1/build/firmware-imx-8.15/firmware-imx-8.15 -mindepth 1 -maxdepth 1 -exec mv {} /nvmedata/autobuild/instance-7/output-1/build/firmware-imx-8.15 \; rmdir /nvmedata/autobuild/instance-7/output-1/build/firmware-imx-8.15/firmware-imx-8.15 >>> firmware-imx 8.15 Patching >>> firmware-imx 8.15 Configuring mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-7/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-7/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target >>> firmware-imx 8.15 Building >>> firmware-imx 8.15 Installing to images directory >>> firmware-imx 8.15 Installing to target mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target/lib/firmware/imx/sdma cp -r /nvmedata/autobuild/instance-7/output-1/build/firmware-imx-8.15/firmware/sdma/sdma-imx51*.bin /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target/lib/firmware/imx/sdma/ mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target/lib/firmware/vpu for i in $(find /nvmedata/autobuild/instance-7/output-1/build/firmware-imx-8.15/firmware/vpu/vpu_fw_imx51*.bin); do cp $i /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target/lib/firmware/vpu/ ; ln -sf vpu/$(basename $i) /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target/lib/firmware/$(basename $i) ; done mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target >>> linux-firmware 20220310 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-7/output-1/build/.linux-firmware-20220310.tar.xz.QktIfd/output' 'https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-20220310.tar.xz' --2022-10-09 06:46:51-- 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-7/output-1/build/.linux-firmware-20220310.tar.xz.QktIfd/output' 0K .......... .......... .......... .......... .......... 0% 15.1M 15s 50K .......... .......... .......... .......... .......... 0% 18.3M 14s 100K .......... .......... .......... .......... .......... 0% 112M 10s 150K .......... .......... .......... .......... .......... 0% 89.0M 8s 200K .......... .......... .......... .......... .......... 0% 24.0M 8s 250K .......... .......... .......... .......... .......... 0% 89.5M 7s 300K .......... .......... .......... .......... .......... 0% 132M 7s 350K .......... .......... .......... .......... .......... 0% 90.2M 6s 400K .......... .......... .......... .......... .......... 0% 92.5M 6s 450K .......... .......... .......... .......... .......... 0% 88.0M 5s 500K .......... .......... .......... .......... .......... 0% 9.96M 7s 550K .......... .......... .......... .......... .......... 0% 195M 6s 600K .......... .......... .......... .......... .......... 0% 182M 6s 650K .......... .......... .......... .......... .......... 0% 210M 6s 700K .......... .......... .......... .......... .......... 0% 93.0M 5s 750K .......... .......... .......... .......... .......... 0% 190M 5s 800K .......... .......... .......... .......... .......... 0% 112M 5s 850K .......... .......... .......... .......... .......... 0% 186M 5s 900K .......... .......... .......... .......... .......... 0% 169M 5s 950K .......... .......... .......... .......... .......... 0% 191M 4s 1000K .......... .......... .......... .......... .......... 0% 174M 4s 1050K .......... .......... .......... .......... .......... 0% 45.0M 4s 1100K .......... .......... .......... .......... .......... 0% 198M 4s 1150K .......... .......... .......... .......... .......... 0% 206M 4s 1200K .......... .......... .......... .......... .......... 0% 171M 4s 1250K .......... .......... .......... .......... .......... 0% 194M 4s 1300K .......... .......... .......... .......... .......... 0% 195M 4s 1350K .......... .......... .......... .......... .......... 0% 206M 4s 1400K .......... .......... .......... .......... .......... 0% 188M 4s 1450K .......... .......... .......... .......... .......... 0% 211M 3s 1500K .......... .......... .......... .......... .......... 0% 210M 3s 1550K .......... .......... .......... .......... .......... 0% 212M 3s 1600K .......... .......... .......... .......... .......... 0% 146M 3s 1650K .......... .......... .......... .......... .......... 0% 110M 3s 1700K .......... .......... .......... .......... .......... 0% 102M 3s 1750K .......... .......... .......... .......... .......... 0% 109M 3s 1800K .......... .......... .......... .......... .......... 0% 94.0M 3s 1850K .......... .......... .......... .......... .......... 0% 89.5M 3s 1900K .......... .......... .......... .......... .......... 0% 65.7M 3s 1950K .......... .......... .......... .......... .......... 0% 87.4M 3s 2000K .......... .......... .......... .......... .......... 0% 69.5M 3s 2050K .......... .......... .......... .......... .......... 0% 130M 3s 2100K .......... .......... .......... .......... .......... 0% 88.2M 3s 2150K .......... .......... .......... .......... .......... 0% 88.7M 3s 2200K .......... .......... .......... .......... .......... 0% 45.1M 3s 2250K .......... .......... .......... .......... .......... 0% 112M 3s 2300K .......... .......... .......... .......... .......... 1% 100M 3s 2350K .......... .......... .......... .......... .......... 1% 88.7M 3s 2400K .......... .......... .......... .......... .......... 1% 44.7M 3s 2450K .......... .......... .......... .......... .......... 1% 66.1M 3s 2500K .......... .......... .......... .......... .......... 1% 65.4M 3s 2550K .......... .......... .......... .......... .......... 1% 108M 3s 2600K .......... .......... .......... .......... .......... 1% 98.4M 3s 2650K .......... .......... .......... .......... .......... 1% 87.0M 3s 2700K .......... .......... .......... .......... .......... 1% 110M 3s 2750K .......... .......... .......... .......... .......... 1% 101M 3s 2800K .......... .......... .......... .......... .......... 1% 43.7M 3s 2850K .......... .......... .......... .......... .......... 1% 87.8M 3s 2900K .......... .......... .......... .......... .......... 1% 88.7M 3s 2950K .......... .......... .......... .......... .......... 1% 110M 3s 3000K .......... .......... .......... .......... .......... 1% 69.8M 3s 3050K .......... .......... .......... .......... .......... 1% 111M 3s 3100K .......... .......... .......... .......... .......... 1% 33.3M 3s 3150K .......... .......... .......... .......... .......... 1% 87.7M 3s 3200K .......... .......... .......... .......... .......... 1% 80.5M 3s 3250K .......... .......... .......... .......... .......... 1% 103M 3s 3300K .......... .......... .......... .......... .......... 1% 89.3M 3s 3350K .......... .......... .......... .......... .......... 1% 87.6M 3s 3400K .......... .......... .......... .......... .......... 1% 105M 3s 3450K .......... .......... .......... .......... .......... 1% 97.1M 3s 3500K .......... .......... .......... .......... .......... 1% 89.5M 3s 3550K .......... .......... .......... .......... .......... 1% 47.3M 3s 3600K .......... .......... .......... .......... .......... 1% 69.0M 3s 3650K .......... .......... .......... .......... .......... 1% 111M 3s 3700K .......... .......... .......... .......... .......... 1% 98.7M 3s 3750K .......... .......... .......... .......... .......... 1% 90.2M 3s 3800K .......... .......... .......... .......... .......... 1% 102M 3s 3850K .......... .......... .......... .......... .......... 1% 73.6M 3s 3900K .......... .......... .......... .......... .......... 1% 66.2M 3s 3950K .......... .......... .......... .......... .......... 1% 88.7M 3s 4000K .......... .......... .......... .......... .......... 1% 91.2M 3s 4050K .......... .......... .......... .......... .......... 1% 88.8M 3s 4100K .......... .......... .......... .......... .......... 1% 88.2M 3s 4150K .......... .......... .......... .......... .......... 1% 49.6M 3s 4200K .......... .......... .......... .......... .......... 1% 83.2M 3s 4250K .......... .......... .......... .......... .......... 1% 131M 3s 4300K .......... .......... .......... .......... .......... 1% 88.0M 3s 4350K .......... .......... .......... .......... .......... 1% 88.3M 3s 4400K .......... .......... .......... .......... .......... 1% 91.9M 3s 4450K .......... .......... .......... .......... .......... 1% 47.4M 3s 4500K .......... .......... .......... .......... .......... 1% 87.3M 3s 4550K .......... .......... .......... .......... .......... 1% 88.9M 3s 4600K .......... .......... .......... .......... .......... 2% 84.0M 3s 4650K .......... .......... .......... .......... .......... 2% 131M 3s 4700K .......... .......... .......... .......... .......... 2% 86.7M 3s 4750K .......... .......... .......... .......... .......... 2% 88.1M 3s 4800K .......... .......... .......... .......... .......... 2% 42.5M 3s 4850K .......... .......... .......... .......... .......... 2% 87.3M 3s 4900K .......... .......... .......... .......... .......... 2% 130M 3s 4950K .......... .......... .......... .......... .......... 2% 88.7M 3s 5000K .......... .......... .......... .......... .......... 2% 83.1M 3s 5050K .......... .......... .......... .......... .......... 2% 88.0M 3s 5100K .......... .......... .......... .......... .......... 2% 88.9M 3s 5150K .......... .......... .......... .......... .......... 2% 106M 3s 5200K .......... .......... .......... .......... .......... 2% 77.9M 3s 5250K .......... .......... .......... .......... .......... 2% 59.0M 3s 5300K .......... .......... .......... .......... .......... 2% 65.0M 3s 5350K .......... .......... .......... .......... .......... 2% 88.3M 3s 5400K .......... .......... .......... .......... .......... 2% 83.2M 3s 5450K .......... .......... .......... .......... .......... 2% 126M 3s 5500K .......... .......... .......... .......... .......... 2% 90.6M 3s 5550K .......... .......... .......... .......... .......... 2% 45.4M 3s 5600K .......... .......... .......... .......... .......... 2% 69.2M 3s 5650K .......... .......... .......... .......... .......... 2% 87.5M 3s 5700K .......... .......... .......... .......... .......... 2% 88.1M 3s 5750K .......... .......... .......... .......... .......... 2% 132M 3s 5800K .......... .......... .......... .......... .......... 2% 53.4M 3s 5850K .......... .......... .......... .......... .......... 2% 88.0M 3s 5900K .......... .......... .......... .......... .......... 2% 66.4M 3s 5950K .......... .......... .......... .......... .......... 2% 128M 3s 6000K .......... .......... .......... .......... .......... 2% 68.3M 3s 6050K .......... .......... .......... .......... .......... 2% 90.6M 3s 6100K .......... .......... .......... .......... .......... 2% 86.5M 3s 6150K .......... .......... .......... .......... .......... 2% 88.0M 3s 6200K .......... .......... .......... .......... .......... 2% 83.7M 3s 6250K .......... .......... .......... .......... .......... 2% 87.4M 3s 6300K .......... .......... .......... .......... .......... 2% 88.2M 3s 6350K .......... .......... .......... .......... .......... 2% 88.5M 3s 6400K .......... .......... .......... .......... .......... 2% 60.0M 3s 6450K .......... .......... .......... .......... .......... 2% 89.0M 3s 6500K .......... .......... .......... .......... .......... 2% 86.3M 3s 6550K .......... .......... .......... .......... .......... 2% 90.1M 3s 6600K .......... .......... .......... .......... .......... 2% 82.5M 3s 6650K .......... .......... .......... .......... .......... 2% 89.3M 3s 6700K .......... .......... .......... .......... .......... 2% 52.6M 3s 6750K .......... .......... .......... .......... .......... 2% 122M 3s 6800K .......... .......... .......... .......... .......... 2% 71.6M 3s 6850K .......... .......... .......... .......... .......... 2% 87.6M 3s 6900K .......... .......... .......... .......... .......... 2% 89.0M 3s 6950K .......... .......... .......... .......... .......... 3% 65.7M 3s 7000K .......... .......... .......... .......... .......... 3% 81.2M 3s 7050K .......... .......... .......... .......... .......... 3% 90.8M 3s 7100K .......... .......... .......... .......... .......... 3% 88.5M 3s 7150K .......... .......... .......... .......... .......... 3% 88.3M 3s 7200K .......... .......... .......... .......... .......... 3% 68.5M 3s 7250K .......... .......... .......... .......... .......... 3% 66.5M 3s 7300K .......... .......... .......... .......... .......... 3% 86.6M 3s 7350K .......... .......... .......... .......... .......... 3% 88.3M 3s 7400K .......... .......... .......... .......... .......... 3% 81.2M 3s 7450K .......... .......... .......... .......... .......... 3% 52.5M 3s 7500K .......... .......... .......... .......... .......... 3% 86.8M 3s 7550K .......... .......... .......... .......... .......... 3% 88.3M 3s 7600K .......... .......... .......... .......... .......... 3% 35.9M 3s 7650K .......... .......... .......... .......... .......... 3% 128M 3s 7700K .......... .......... .......... .......... .......... 3% 87.8M 3s 7750K .......... .......... .......... .......... .......... 3% 88.4M 3s 7800K .......... .......... .......... .......... .......... 3% 105M 3s 7850K .......... .......... .......... .......... .......... 3% 11.9M 3s 7900K .......... .......... .......... .......... .......... 3% 70.6M 3s 7950K .......... .......... .......... .......... .......... 3% 90.3M 3s 8000K .......... .......... .......... .......... .......... 3% 68.1M 3s 8050K .......... .......... .......... .......... .......... 3% 85.6M 3s 8100K .......... .......... .......... .......... .......... 3% 112M 3s 8150K .......... .......... .......... .......... .......... 3% 101M 3s 8200K .......... .......... .......... .......... .......... 3% 51.4M 3s 8250K .......... .......... .......... .......... .......... 3% 89.1M 3s 8300K .......... .......... .......... .......... .......... 3% 87.0M 3s 8350K .......... .......... .......... .......... .......... 3% 87.8M 3s 8400K .......... .......... .......... .......... .......... 3% 42.6M 3s 8450K .......... .......... .......... .......... .......... 3% 57.1M 3s 8500K .......... .......... .......... .......... .......... 3% 65.7M 3s 8550K .......... .......... .......... .......... .......... 3% 88.9M 3s 8600K .......... .......... .......... .......... .......... 3% 82.7M 3s 8650K .......... .......... .......... .......... .......... 3% 89.5M 3s 8700K .......... .......... .......... .......... .......... 3% 86.9M 3s 8750K .......... .......... .......... .......... .......... 3% 89.3M 3s 8800K .......... .......... .......... .......... .......... 3% 68.0M 3s 8850K .......... .......... .......... .......... .......... 3% 89.2M 3s 8900K .......... .......... .......... .......... .......... 3% 87.2M 3s 8950K .......... .......... .......... .......... .......... 3% 87.7M 3s 9000K .......... .......... .......... .......... .......... 3% 80.2M 3s 9050K .......... .......... .......... .......... .......... 3% 92.0M 3s 9100K .......... .......... .......... .......... .......... 3% 87.4M 3s 9150K .......... .......... .......... .......... .......... 3% 89.6M 3s 9200K .......... .......... .......... .......... .......... 3% 90.6M 3s 9250K .......... .......... .......... .......... .......... 4% 88.4M 3s 9300K .......... .......... .......... .......... .......... 4% 89.5M 3s 9350K .......... .......... .......... .......... .......... 4% 15.1M 3s 9400K .......... .......... .......... .......... .......... 4% 124M 3s 9450K .......... .......... .......... .......... .......... 4% 87.8M 3s 9500K .......... .......... .......... .......... .......... 4% 132M 3s 9550K .......... .......... .......... .......... .......... 4% 87.3M 3s 9600K .......... .......... .......... .......... .......... 4% 36.1M 3s 9650K .......... .......... .......... .......... .......... 4% 88.3M 3s 9700K .......... .......... .......... .......... .......... 4% 89.2M 3s 9750K .......... .......... .......... .......... .......... 4% 127M 3s 9800K .......... .......... .......... .......... .......... 4% 84.2M 3s 9850K .......... .......... .......... .......... .......... 4% 66.6M 3s 9900K .......... .......... .......... .......... .......... 4% 66.0M 3s 9950K .......... .......... .......... .......... .......... 4% 128M 3s 10000K .......... .......... .......... .......... .......... 4% 62.9M 3s 10050K .......... .......... .......... .......... .......... 4% 102M 3s 10100K .......... .......... .......... .......... .......... 4% 88.2M 3s 10150K .......... .......... .......... .......... .......... 4% 87.4M 3s 10200K .......... .......... .......... .......... .......... 4% 122M 3s 10250K .......... .......... .......... .......... .......... 4% 87.3M 3s 10300K .......... .......... .......... .......... .......... 4% 89.6M 3s 10350K .......... .......... .......... .......... .......... 4% 130M 3s 10400K .......... .......... .......... .......... .......... 4% 68.7M 3s 10450K .......... .......... .......... .......... .......... 4% 65.6M 3s 10500K .......... .......... .......... .......... .......... 4% 86.8M 3s 10550K .......... .......... .......... .......... .......... 4% 135M 3s 10600K .......... .......... .......... .......... .......... 4% 83.8M 3s 10650K .......... .......... .......... .......... .......... 4% 66.3M 3s 10700K .......... .......... .......... .......... .......... 4% 109M 3s 10750K .......... .......... .......... .......... .......... 4% 102M 3s 10800K .......... .......... .......... .......... .......... 4% 68.7M 3s 10850K .......... .......... .......... .......... .......... 4% 109M 3s 10900K .......... .......... .......... .......... .......... 4% 102M 3s 10950K .......... .......... .......... .......... .......... 4% 88.4M 3s 11000K .......... .......... .......... .......... .......... 4% 84.1M 3s 11050K .......... .......... .......... .......... .......... 4% 128M 3s 11100K .......... .......... .......... .......... .......... 4% 89.6M 3s 11150K .......... .......... .......... .......... .......... 4% 87.4M 3s 11200K .......... .......... .......... .......... .......... 4% 93.4M 3s 11250K .......... .......... .......... .......... .......... 4% 87.5M 3s 11300K .......... .......... .......... .......... .......... 4% 110M 3s 11350K .......... .......... .......... .......... .......... 4% 102M 3s 11400K .......... .......... .......... .......... .......... 4% 55.8M 3s 11450K .......... .......... .......... .......... .......... 4% 88.4M 3s 11500K .......... .......... .......... .......... .......... 4% 87.0M 3s 11550K .......... .......... .......... .......... .......... 4% 109M 3s 11600K .......... .......... .......... .......... .......... 5% 77.9M 3s 11650K .......... .......... .......... .......... .......... 5% 88.4M 3s 11700K .......... .......... .......... .......... .......... 5% 131M 3s 11750K .......... .......... .......... .......... .......... 5% 86.9M 3s 11800K .......... .......... .......... .......... .......... 5% 105M 3s 11850K .......... .......... .......... .......... .......... 5% 100M 3s 11900K .......... .......... .......... .......... .......... 5% 88.4M 3s 11950K .......... .......... .......... .......... .......... 5% 128M 3s 12000K .......... .......... .......... .......... .......... 5% 68.9M 3s 12050K .......... .......... .......... .......... .......... 5% 111M 3s 12100K .......... .......... .......... .......... .......... 5% 47.4M 3s 12150K .......... .......... .......... .......... .......... 5% 109M 3s 12200K .......... .......... .......... .......... .......... 5% 95.2M 3s 12250K .......... .......... .......... .......... .......... 5% 88.3M 3s 12300K .......... .......... .......... .......... .......... 5% 130M 3s 12350K .......... .......... .......... .......... .......... 5% 88.9M 3s 12400K .......... .......... .......... .......... .......... 5% 81.3M 3s 12450K .......... .......... .......... .......... .......... 5% 102M 3s 12500K .......... .......... .......... .......... .......... 5% 88.7M 3s 12550K .......... .......... .......... .......... .......... 5% 130M 3s 12600K .......... .......... .......... .......... .......... 5% 82.9M 3s 12650K .......... .......... .......... .......... .......... 5% 89.5M 3s 12700K .......... .......... .......... .......... .......... 5% 107M 3s 12750K .......... .......... .......... .......... .......... 5% 102M 3s 12800K .......... .......... .......... .......... .......... 5% 17.6M 3s 12850K .......... .......... .......... .......... .......... 5% 87.8M 3s 12900K .......... .......... .......... .......... .......... 5% 87.3M 3s 12950K .......... .......... .......... .......... .......... 5% 132M 3s 13000K .......... .......... .......... .......... .......... 5% 84.0M 3s 13050K .......... .......... .......... .......... .......... 5% 89.4M 3s 13100K .......... .......... .......... .......... .......... 5% 86.0M 3s 13150K .......... .......... .......... .......... .......... 5% 88.0M 3s 13200K .......... .......... .......... .......... .......... 5% 93.5M 3s 13250K .......... .......... .......... .......... .......... 5% 87.8M 3s 13300K .......... .......... .......... .......... .......... 5% 86.8M 3s 13350K .......... .......... .......... .......... .......... 5% 89.7M 3s 13400K .......... .......... .......... .......... .......... 5% 121M 3s 13450K .......... .......... .......... .......... .......... 5% 86.8M 3s 13500K .......... .......... .......... .......... .......... 5% 134M 3s 13550K .......... .......... .......... .......... .......... 5% 88.3M 3s 13600K .......... .......... .......... .......... .......... 5% 68.3M 3s 13650K .......... .......... .......... .......... .......... 5% 65.7M 3s 13700K .......... .......... .......... .......... .......... 5% 88.5M 3s 13750K .......... .......... .......... .......... .......... 5% 88.5M 3s 13800K .......... .......... .......... .......... .......... 5% 118M 3s 13850K .......... .......... .......... .......... .......... 5% 89.2M 3s 13900K .......... .......... .......... .......... .......... 6% 88.5M 3s 13950K .......... .......... .......... .......... .......... 6% 88.9M 3s 14000K .......... .......... .......... .......... .......... 6% 92.3M 3s 14050K .......... .......... .......... .......... .......... 6% 87.1M 3s 14100K .......... .......... .......... .......... .......... 6% 134M 3s 14150K .......... .......... .......... .......... .......... 6% 88.3M 3s 14200K .......... .......... .......... .......... .......... 6% 83.6M 3s 14250K .......... .......... .......... .......... .......... 6% 87.6M 3s 14300K .......... .......... .......... .......... .......... 6% 127M 3s 14350K .......... .......... .......... .......... .......... 6% 89.8M 3s 14400K .......... .......... .......... .......... .......... 6% 47.6M 3s 14450K .......... .......... .......... .......... .......... 6% 133M 3s 14500K .......... .......... .......... .......... .......... 6% 88.1M 3s 14550K .......... .......... .......... .......... .......... 6% 86.9M 3s 14600K .......... .......... .......... .......... .......... 6% 84.0M 3s 14650K .......... .......... .......... .......... .......... 6% 133M 3s 14700K .......... .......... .......... .......... .......... 6% 87.8M 3s 14750K .......... .......... .......... .......... .......... 6% 110M 3s 14800K .......... .......... .......... .......... .......... 6% 75.7M 3s 14850K .......... .......... .......... .......... .......... 6% 89.1M 3s 14900K .......... .......... .......... .......... .......... 6% 109M 3s 14950K .......... .......... .......... .......... .......... 6% 103M 3s 15000K .......... .......... .......... .......... .......... 6% 83.1M 3s 15050K .......... .......... .......... .......... .......... 6% 87.1M 3s 15100K .......... .......... .......... .......... .......... 6% 111M 3s 15150K .......... .......... .......... .......... .......... 6% 57.4M 3s 15200K .......... .......... .......... .......... .......... 6% 68.9M 3s 15250K .......... .......... .......... .......... .......... 6% 89.3M 3s 15300K .......... .......... .......... .......... .......... 6% 130M 3s 15350K .......... .......... .......... .......... .......... 6% 88.2M 3s 15400K .......... .......... .......... .......... .......... 6% 83.3M 3s 15450K .......... .......... .......... .......... .......... 6% 87.5M 3s 15500K .......... .......... .......... .......... .......... 6% 106M 3s 15550K .......... .......... .......... .......... .......... 6% 105M 3s 15600K .......... .......... .......... .......... .......... 6% 69.7M 3s 15650K .......... .......... .......... .......... .......... 6% 54.9M 3s 15700K .......... .......... .......... .......... .......... 6% 88.6M 3s 15750K .......... .......... .......... .......... .......... 6% 87.0M 3s 15800K .......... .......... .......... .......... .......... 6% 82.0M 3s 15850K .......... .......... .......... .......... .......... 6% 135M 3s 15900K .......... .......... .......... .......... .......... 6% 87.8M 3s 15950K .......... .......... .......... .......... .......... 6% 52.8M 3s 16000K .......... .......... .......... .......... .......... 6% 55.1M 3s 16050K .......... .......... .......... .......... .......... 6% 87.1M 3s 16100K .......... .......... .......... .......... .......... 6% 131M 3s 16150K .......... .......... .......... .......... .......... 6% 87.5M 3s 16200K .......... .......... .......... .......... .......... 7% 46.3M 3s 16250K .......... .......... .......... .......... .......... 7% 87.7M 3s 16300K .......... .......... .......... .......... .......... 7% 110M 3s 16350K .......... .......... .......... .......... .......... 7% 72.8M 3s 16400K .......... .......... .......... .......... .......... 7% 78.0M 3s 16450K .......... .......... .......... .......... .......... 7% 110M 3s 16500K .......... .......... .......... .......... .......... 7% 87.9M 3s 16550K .......... .......... .......... .......... .......... 7% 131M 3s 16600K .......... .......... .......... .......... .......... 7% 63.2M 3s 16650K .......... .......... .......... .......... .......... 7% 66.1M 3s 16700K .......... .......... .......... .......... .......... 7% 87.6M 3s 16750K .......... .......... .......... .......... .......... 7% 87.0M 3s 16800K .......... .......... .......... .......... .......... 7% 68.9M 3s 16850K .......... .......... .......... .......... .......... 7% 90.6M 3s 16900K .......... .......... .......... .......... .......... 7% 129M 3s 16950K .......... .......... .......... .......... .......... 7% 88.2M 3s 17000K .......... .......... .......... .......... .......... 7% 118M 3s 17050K .......... .......... .......... .......... .......... 7% 90.2M 3s 17100K .......... .......... .......... .......... .......... 7% 88.3M 3s 17150K .......... .......... .......... .......... .......... 7% 86.8M 3s 17200K .......... .......... .......... .......... .......... 7% 93.0M 3s 17250K .......... .......... .......... .......... .......... 7% 67.0M 3s 17300K .......... .......... .......... .......... .......... 7% 129M 3s 17350K .......... .......... .......... .......... .......... 7% 87.8M 3s 17400K .......... .......... .......... .......... .......... 7% 74.4M 3s 17450K .......... .......... .......... .......... .......... 7% 102M 3s 17500K .......... .......... .......... .......... .......... 7% 86.5M 3s 17550K .......... .......... .......... .......... .......... 7% 89.1M 3s 17600K .......... .......... .......... .......... .......... 7% 69.9M 3s 17650K .......... .......... .......... .......... .......... 7% 87.4M 3s 17700K .......... .......... .......... .......... .......... 7% 86.4M 3s 17750K .......... .......... .......... .......... .......... 7% 90.0M 3s 17800K .......... .......... .......... .......... .......... 7% 82.5M 3s 17850K .......... .......... .......... .......... .......... 7% 86.4M 3s 17900K .......... .......... .......... .......... .......... 7% 78.1M 3s 17950K .......... .......... .......... .......... .......... 7% 100M 3s 18000K .......... .......... .......... .......... .......... 7% 69.5M 3s 18050K .......... .......... .......... .......... .......... 7% 90.7M 3s 18100K .......... .......... .......... .......... .......... 7% 86.9M 3s 18150K .......... .......... .......... .......... .......... 7% 86.1M 3s 18200K .......... .......... .......... .......... .......... 7% 83.4M 3s 18250K .......... .......... .......... .......... .......... 7% 89.3M 3s 18300K .......... .......... .......... .......... .......... 7% 87.1M 3s 18350K .......... .......... .......... .......... .......... 7% 87.4M 3s 18400K .......... .......... .......... .......... .......... 7% 70.2M 3s 18450K .......... .......... .......... .......... .......... 7% 86.0M 3s 18500K .......... .......... .......... .......... .......... 7% 89.5M 3s 18550K .......... .......... .......... .......... .......... 8% 87.1M 3s 18600K .......... .......... .......... .......... .......... 8% 85.0M 3s 18650K .......... .......... .......... .......... .......... 8% 87.4M 3s 18700K .......... .......... .......... .......... .......... 8% 65.6M 3s 18750K .......... .......... .......... .......... .......... 8% 65.0M 3s 18800K .......... .......... .......... .......... .......... 8% 68.9M 3s 18850K .......... .......... .......... .......... .......... 8% 78.4M 3s 18900K .......... .......... .......... .......... .......... 8% 73.3M 3s 18950K .......... .......... .......... .......... .......... 8% 133M 3s 19000K .......... .......... .......... .......... .......... 8% 84.0M 3s 19050K .......... .......... .......... .......... .......... 8% 88.8M 3s 19100K .......... .......... .......... .......... .......... 8% 86.1M 3s 19150K .......... .......... .......... .......... .......... 8% 78.1M 3s 19200K .......... .......... .......... .......... .......... 8% 59.5M 3s 19250K .......... .......... .......... .......... .......... 8% 86.3M 3s 19300K .......... .......... .......... .......... .......... 8% 90.3M 3s 19350K .......... .......... .......... .......... .......... 8% 87.2M 3s 19400K .......... .......... .......... .......... .......... 8% 83.0M 3s 19450K .......... .......... .......... .......... .......... 8% 89.4M 3s 19500K .......... .......... .......... .......... .......... 8% 86.8M 3s 19550K .......... .......... .......... .......... .......... 8% 77.7M 3s 19600K .......... .......... .......... .......... .......... 8% 75.9M 3s 19650K .......... .......... .......... .......... .......... 8% 67.1M 3s 19700K .......... .......... .......... .......... .......... 8% 87.5M 3s 19750K .......... .......... .......... .......... .......... 8% 89.4M 3s 19800K .......... .......... .......... .......... .......... 8% 101M 3s 19850K .......... .......... .......... .......... .......... 8% 72.2M 3s 19900K .......... .......... .......... .......... .......... 8% 86.7M 3s 19950K .......... .......... .......... .......... .......... 8% 136M 3s 20000K .......... .......... .......... .......... .......... 8% 68.9M 3s 20050K .......... .......... .......... .......... .......... 8% 90.0M 3s 20100K .......... .......... .......... .......... .......... 8% 87.5M 3s 20150K .......... .......... .......... .......... .......... 8% 86.9M 3s 20200K .......... .......... .......... .......... .......... 8% 120M 3s 20250K .......... .......... .......... .......... .......... 8% 89.0M 3s 20300K .......... .......... .......... .......... .......... 8% 106M 3s 20350K .......... .......... .......... .......... .......... 8% 103M 3s 20400K .......... .......... .......... .......... .......... 8% 69.7M 3s 20450K .......... .......... .......... .......... .......... 8% 131M 3s 20500K .......... .......... .......... .......... .......... 8% 89.5M 3s 20550K .......... .......... .......... .......... .......... 8% 86.0M 3s 20600K .......... .......... .......... .......... .......... 8% 84.9M 3s 20650K .......... .......... .......... .......... .......... 8% 108M 3s 20700K .......... .......... .......... .......... .......... 8% 101M 3s 20750K .......... .......... .......... .......... .......... 8% 79.6M 3s 20800K .......... .......... .......... .......... .......... 8% 76.4M 3s 20850K .......... .......... .......... .......... .......... 9% 65.9M 3s 20900K .......... .......... .......... .......... .......... 9% 87.4M 3s 20950K .......... .......... .......... .......... .......... 9% 131M 3s 21000K .......... .......... .......... .......... .......... 9% 82.9M 3s 21050K .......... .......... .......... .......... .......... 9% 86.8M 3s 21100K .......... .......... .......... .......... .......... 9% 90.1M 3s 21150K .......... .......... .......... .......... .......... 9% 130M 3s 21200K .......... .......... .......... .......... .......... 9% 69.6M 3s 21250K .......... .......... .......... .......... .......... 9% 109M 3s 21300K .......... .......... .......... .......... .......... 9% 99.6M 3s 21350K .......... .......... .......... .......... .......... 9% 109M 3s 21400K .......... .......... .......... .......... .......... 9% 71.5M 3s 21450K .......... .......... .......... .......... .......... 9% 87.7M 3s 21500K .......... .......... .......... .......... .......... 9% 89.1M 3s 21550K .......... .......... .......... .......... .......... 9% 108M 3s 21600K .......... .......... .......... .......... .......... 9% 76.9M 3s 21650K .......... .......... .......... .......... .......... 9% 87.9M 3s 21700K .......... .......... .......... .......... .......... 9% 134M 3s 21750K .......... .......... .......... .......... .......... 9% 87.6M 3s 21800K .......... .......... .......... .......... .......... 9% 82.0M 3s 21850K .......... .......... .......... .......... .......... 9% 90.4M 3s 21900K .......... .......... .......... .......... .......... 9% 86.9M 3s 21950K .......... .......... .......... .......... .......... 9% 131M 3s 22000K .......... .......... .......... .......... .......... 9% 68.7M 3s 22050K .......... .......... .......... .......... .......... 9% 87.3M 3s 22100K .......... .......... .......... .......... .......... 9% 89.6M 3s 22150K .......... .......... .......... .......... .......... 9% 88.0M 3s 22200K .......... .......... .......... .......... .......... 9% 121M 3s 22250K .......... .......... .......... .......... .......... 9% 87.6M 3s 22300K .......... .......... .......... .......... .......... 9% 89.2M 3s 22350K .......... .......... .......... .......... .......... 9% 128M 3s 22400K .......... .......... .......... .......... .......... 9% 62.9M 3s 22450K .......... .......... .......... .......... .......... 9% 101M 3s 22500K .......... .......... .......... .......... .......... 9% 88.7M 3s 22550K .......... .......... .......... .......... .......... 9% 87.7M 3s 22600K .......... .......... .......... .......... .......... 9% 119M 3s 22650K .......... .......... .......... .......... .......... 9% 89.8M 3s 22700K .......... .......... .......... .......... .......... 9% 88.5M 3s 22750K .......... .......... .......... .......... .......... 9% 88.0M 3s 22800K .......... .......... .......... .......... .......... 9% 80.5M 3s 22850K .......... .......... .......... .......... .......... 9% 103M 3s 22900K .......... .......... .......... .......... .......... 9% 88.0M 3s 22950K .......... .......... .......... .......... .......... 9% 87.7M 3s 23000K .......... .......... .......... .......... .......... 9% 83.4M 3s 23050K .......... .......... .......... .......... .......... 9% 132M 3s 23100K .......... .......... .......... .......... .......... 9% 89.2M 3s 23150K .......... .......... .......... .......... .......... 9% 84.4M 3s 23200K .......... .......... .......... .......... .......... 10% 71.0M 3s 23250K .......... .......... .......... .......... .......... 10% 86.4M 3s 23300K .......... .......... .......... .......... .......... 10% 132M 3s 23350K .......... .......... .......... .......... .......... 10% 88.6M 3s 23400K .......... .......... .......... .......... .......... 10% 83.6M 3s 23450K .......... .......... .......... .......... .......... 10% 89.0M 3s 23500K .......... .......... .......... .......... .......... 10% 87.0M 3s 23550K .......... .......... .......... .......... .......... 10% 90.1M 3s 23600K .......... .......... .......... .......... .......... 10% 67.3M 3s 23650K .......... .......... .......... .......... .......... 10% 89.8M 3s 23700K .......... .......... .......... .......... .......... 10% 133M 3s 23750K .......... .......... .......... .......... .......... 10% 87.5M 3s 23800K .......... .......... .......... .......... .......... 10% 82.7M 3s 23850K .......... .......... .......... .......... .......... 10% 87.1M 3s 23900K .......... .......... .......... .......... .......... 10% 136M 3s 23950K .......... .......... .......... .......... .......... 10% 87.5M 3s 24000K .......... .......... .......... .......... .......... 10% 68.6M 3s 24050K .......... .......... .......... .......... .......... 10% 107M 3s 24100K .......... .......... .......... .......... .......... 10% 105M 3s 24150K .......... .......... .......... .......... .......... 10% 85.4M 3s 24200K .......... .......... .......... .......... .......... 10% 85.3M 3s 24250K .......... .......... .......... .......... .......... 10% 87.5M 3s 24300K .......... .......... .......... .......... .......... 10% 89.8M 2s 24350K .......... .......... .......... .......... .......... 10% 108M 2s 24400K .......... .......... .......... .......... .......... 10% 76.6M 2s 24450K .......... .......... .......... .......... .......... 10% 87.7M 2s 24500K .......... .......... .......... .......... .......... 10% 88.6M 2s 24550K .......... .......... .......... .......... .......... 10% 79.7M 2s 24600K .......... .......... .......... .......... .......... 10% 143M 2s 24650K .......... .......... .......... .......... .......... 10% 87.1M 2s 24700K .......... .......... .......... .......... .......... 10% 89.0M 2s 24750K .......... .......... .......... .......... .......... 10% 86.7M 2s 24800K .......... .......... .......... .......... .......... 10% 68.9M 2s 24850K .......... .......... .......... .......... .......... 10% 88.6M 2s 24900K .......... .......... .......... .......... .......... 10% 88.9M 2s 24950K .......... .......... .......... .......... .......... 10% 88.1M 2s 25000K .......... .......... .......... .......... .......... 10% 83.7M 2s 25050K .......... .......... .......... .......... .......... 10% 127M 2s 25100K .......... .......... .......... .......... .......... 10% 87.9M 2s 25150K .......... .......... .......... .......... .......... 10% 88.6M 2s 25200K .......... .......... .......... .......... .......... 10% 93.3M 2s 25250K .......... .......... .......... .......... .......... 10% 66.3M 2s 25300K .......... .......... .......... .......... .......... 10% 87.9M 2s 25350K .......... .......... .......... .......... .......... 10% 110M 2s 25400K .......... .......... .......... .......... .......... 10% 70.1M 2s 25450K .......... .......... .......... .......... .......... 10% 134M 2s 25500K .......... .......... .......... .......... .......... 11% 88.0M 2s 25550K .......... .......... .......... .......... .......... 11% 128M 2s 25600K .......... .......... .......... .......... .......... 11% 69.7M 2s 25650K .......... .......... .......... .......... .......... 11% 109M 2s 25700K .......... .......... .......... .......... .......... 11% 102M 2s 25750K .......... .......... .......... .......... .......... 11% 87.2M 2s 25800K .......... .......... .......... .......... .......... 11% 84.3M 2s 25850K .......... .......... .......... .......... .......... 11% 129M 2s 25900K .......... .......... .......... .......... .......... 11% 87.6M 2s 25950K .......... .......... .......... .......... .......... 11% 109M 2s 26000K .......... .......... .......... .......... .......... 11% 77.9M 2s 26050K .......... .......... .......... .......... .......... 11% 88.7M 2s 26100K .......... .......... .......... .......... .......... 11% 88.1M 2s 26150K .......... .......... .......... .......... .......... 11% 77.3M 2s 26200K .......... .......... .......... .......... .......... 11% 94.7M 2s 26250K .......... .......... .......... .......... .......... 11% 88.2M 2s 26300K .......... .......... .......... .......... .......... 11% 131M 2s 26350K .......... .......... .......... .......... .......... 11% 112M 2s 26400K .......... .......... .......... .......... .......... 11% 5.02M 3s 26450K .......... .......... .......... .......... .......... 11% 77.1M 3s 26500K .......... .......... .......... .......... .......... 11% 36.1M 3s 26550K .......... .......... .......... .......... .......... 11% 33.7M 3s 26600K .......... .......... .......... .......... .......... 11% 44.5M 3s 26650K .......... .......... .......... .......... .......... 11% 86.2M 3s 26700K .......... .......... .......... .......... .......... 11% 53.3M 3s 26750K .......... .......... .......... .......... .......... 11% 86.5M 3s 26800K .......... .......... .......... .......... .......... 11% 69.6M 3s 26850K .......... .......... .......... .......... .......... 11% 85.9M 3s 26900K .......... .......... .......... .......... .......... 11% 90.8M 3s 26950K .......... .......... .......... .......... .......... 11% 130M 3s 27000K .......... .......... .......... .......... .......... 11% 84.9M 3s 27050K .......... .......... .......... .......... .......... 11% 86.4M 3s 27100K .......... .......... .......... .......... .......... 11% 87.6M 3s 27150K .......... .......... .......... .......... .......... 11% 131M 3s 27200K .......... .......... .......... .......... .......... 11% 69.8M 3s 27250K .......... .......... .......... .......... .......... 11% 131M 3s 27300K .......... .......... .......... .......... .......... 11% 86.9M 3s 27350K .......... .......... .......... .......... .......... 11% 135M 3s 27400K .......... .......... .......... .......... .......... 11% 82.7M 3s 27450K .......... .......... .......... .......... .......... 11% 88.9M 3s 27500K .......... .......... .......... .......... .......... 11% 130M 3s 27550K .......... .......... .......... .......... .......... 11% 66.4M 3s 27600K .......... .......... .......... .......... .......... 11% 91.0M 3s 27650K .......... .......... .......... .......... .......... 11% 88.9M 3s 27700K .......... .......... .......... .......... .......... 11% 90.4M 3s 27750K .......... .......... .......... .......... .......... 11% 87.2M 3s 27800K .......... .......... .......... .......... .......... 12% 101M 3s 27850K .......... .......... .......... .......... .......... 12% 102M 3s 27900K .......... .......... .......... .......... .......... 12% 89.5M 3s 27950K .......... .......... .......... .......... .......... 12% 85.8M 3s 28000K .......... .......... .......... .......... .......... 12% 70.4M 3s 28050K .......... .......... .......... .......... .......... 12% 109M 3s 28100K .......... .......... .......... .......... .......... 12% 97.1M 3s 28150K .......... .......... .......... .......... .......... 12% 91.0M 3s 28200K .......... .......... .......... .......... .......... 12% 84.2M 3s 28250K .......... .......... .......... .......... .......... 12% 87.2M 3s 28300K .......... .......... .......... .......... .......... 12% 88.4M 2s 28350K .......... .......... .......... .......... .......... 12% 109M 2s 28400K .......... .......... .......... .......... .......... 12% 77.1M 2s 28450K .......... .......... .......... .......... .......... 12% 87.9M 2s 28500K .......... .......... .......... .......... .......... 12% 133M 2s 28550K .......... .......... .......... .......... .......... 12% 87.8M 2s 28600K .......... .......... .......... .......... .......... 12% 82.4M 2s 28650K .......... .......... .......... .......... .......... 12% 89.2M 2s 28700K .......... .......... .......... .......... .......... 12% 131M 2s 28750K .......... .......... .......... .......... .......... 12% 87.5M 2s 28800K .......... .......... .......... .......... .......... 12% 92.8M 2s 28850K .......... .......... .......... .......... .......... 12% 87.2M 2s 28900K .......... .......... .......... .......... .......... 12% 89.7M 2s 28950K .......... .......... .......... .......... .......... 12% 108M 2s 29000K .......... .......... .......... .......... .......... 12% 96.9M 2s 29050K .......... .......... .......... .......... .......... 12% 87.8M 2s 29100K .......... .......... .......... .......... .......... 12% 130M 2s 29150K .......... .......... .......... .......... .......... 12% 87.6M 2s 29200K .......... .......... .......... .......... .......... 12% 69.8M 2s 29250K .......... .......... .......... .......... .......... 12% 125M 2s 29300K .......... .......... .......... .......... .......... 12% 87.8M 2s 29350K .......... .......... .......... .......... .......... 12% 136M 2s 29400K .......... .......... .......... .......... .......... 12% 84.4M 2s 29450K .......... .......... .......... .......... .......... 12% 89.1M 2s 29500K .......... .......... .......... .......... .......... 12% 129M 2s 29550K .......... .......... .......... .......... .......... 12% 87.1M 2s 29600K .......... .......... .......... .......... .......... 12% 69.5M 2s 29650K .......... .......... .......... .......... .......... 12% 131M 2s 29700K .......... .......... .......... .......... .......... 12% 88.2M 2s 29750K .......... .......... .......... .......... .......... 12% 111M 2s 29800K .......... .......... .......... .......... .......... 12% 82.4M 2s 29850K .......... .......... .......... .......... .......... 12% 101M 2s 29900K .......... .......... .......... .......... .......... 12% 88.2M 2s 29950K .......... .......... .......... .......... .......... 12% 66.9M 2s 30000K .......... .......... .......... .......... .......... 12% 18.7M 2s 30050K .......... .......... .......... .......... .......... 12% 93.4M 2s 30100K .......... .......... .......... .......... .......... 12% 88.7M 2s 30150K .......... .......... .......... .......... .......... 13% 132M 2s 30200K .......... .......... .......... .......... .......... 13% 4.94M 3s 30250K .......... .......... .......... .......... .......... 13% 87.3M 3s 30300K .......... .......... .......... .......... .......... 13% 30.6M 3s 30350K .......... .......... .......... .......... .......... 13% 45.8M 3s 30400K .......... .......... .......... .......... .......... 13% 25.6M 3s 30450K .......... .......... .......... .......... .......... 13% 65.8M 3s 30500K .......... .......... .......... .......... .......... 13% 65.1M 3s 30550K .......... .......... .......... .......... .......... 13% 67.1M 3s 30600K .......... .......... .......... .......... .......... 13% 84.5M 3s 30650K .......... .......... .......... .......... .......... 13% 85.8M 3s 30700K .......... .......... .......... .......... .......... 13% 112M 3s 30750K .......... .......... .......... .......... .......... 13% 102M 3s 30800K .......... .......... .......... .......... .......... 13% 69.2M 3s 30850K .......... .......... .......... .......... .......... 13% 128M 3s 30900K .......... .......... .......... .......... .......... 13% 89.0M 3s 30950K .......... .......... .......... .......... .......... 13% 131M 3s 31000K .......... .......... .......... .......... .......... 13% 84.1M 3s 31050K .......... .......... .......... .......... .......... 13% 87.8M 3s 31100K .......... .......... .......... .......... .......... 13% 107M 3s 31150K .......... .......... .......... .......... .......... 13% 104M 3s 31200K .......... .......... .......... .......... .......... 13% 93.4M 3s 31250K .......... .......... .......... .......... .......... 13% 88.6M 3s 31300K .......... .......... .......... .......... .......... 13% 130M 3s 31350K .......... .......... .......... .......... .......... 13% 88.7M 3s 31400K .......... .......... .......... .......... .......... 13% 121M 3s 31450K .......... .......... .......... .......... .......... 13% 87.5M 3s 31500K .......... .......... .......... .......... .......... 13% 111M 3s 31550K .......... .......... .......... .......... .......... 13% 101M 3s 31600K .......... .......... .......... .......... .......... 13% 91.3M 3s 31650K .......... .......... .......... .......... .......... 13% 88.8M 3s 31700K .......... .......... .......... .......... .......... 13% 88.8M 3s 31750K .......... .......... .......... .......... .......... 13% 129M 3s 31800K .......... .......... .......... .......... .......... 13% 84.5M 3s 31850K .......... .......... .......... .......... .......... 13% 128M 3s 31900K .......... .......... .......... .......... .......... 13% 90.0M 3s 31950K .......... .......... .......... .......... .......... 13% 35.9M 3s 32000K .......... .......... .......... .......... .......... 13% 92.8M 3s 32050K .......... .......... .......... .......... .......... 13% 87.9M 3s 32100K .......... .......... .......... .......... .......... 13% 109M 3s 32150K .......... .......... .......... .......... .......... 13% 101M 3s 32200K .......... .......... .......... .......... .......... 13% 85.0M 3s 32250K .......... .......... .......... .......... .......... 13% 108M 3s 32300K .......... .......... .......... .......... .......... 13% 101M 2s 32350K .......... .......... .......... .......... .......... 13% 86.8M 2s 32400K .......... .......... .......... .......... .......... 13% 96.6M 2s 32450K .......... .......... .......... .......... .......... 14% 85.7M 2s 32500K .......... .......... .......... .......... .......... 14% 89.1M 2s 32550K .......... .......... .......... .......... .......... 14% 130M 2s 32600K .......... .......... .......... .......... .......... 14% 81.8M 2s 32650K .......... .......... .......... .......... .......... 14% 114M 2s 32700K .......... .......... .......... .......... .......... 14% 102M 2s 32750K .......... .......... .......... .......... .......... 14% 72.0M 2s 32800K .......... .......... .......... .......... .......... 14% 120M 2s 32850K .......... .......... .......... .......... .......... 14% 87.9M 2s 32900K .......... .......... .......... .......... .......... 14% 87.9M 2s 32950K .......... .......... .......... .......... .......... 14% 132M 2s 33000K .......... .......... .......... .......... .......... 14% 83.5M 2s 33050K .......... .......... .......... .......... .......... 14% 109M 2s 33100K .......... .......... .......... .......... .......... 14% 102M 2s 33150K .......... .......... .......... .......... .......... 14% 88.4M 2s 33200K .......... .......... .......... .......... .......... 14% 45.4M 2s 33250K .......... .......... .......... .......... .......... 14% 87.9M 2s 33300K .......... .......... .......... .......... .......... 14% 88.3M 2s 33350K .......... .......... .......... .......... .......... 14% 129M 2s 33400K .......... .......... .......... .......... .......... 14% 84.3M 2s 33450K .......... .......... .......... .......... .......... 14% 110M 2s 33500K .......... .......... .......... .......... .......... 14% 100M 2s 33550K .......... .......... .......... .......... .......... 14% 87.6M 2s 33600K .......... .......... .......... .......... .......... 14% 94.9M 2s 33650K .......... .......... .......... .......... .......... 14% 109M 2s 33700K .......... .......... .......... .......... .......... 14% 101M 2s 33750K .......... .......... .......... .......... .......... 14% 88.1M 2s 33800K .......... .......... .......... .......... .......... 14% 83.6M 2s 33850K .......... .......... .......... .......... .......... 14% 128M 2s 33900K .......... .......... .......... .......... .......... 14% 88.0M 2s 33950K .......... .......... .......... .......... .......... 14% 115M 2s 34000K .......... .......... .......... .......... .......... 14% 75.8M 2s 34050K .......... .......... .......... .......... .......... 14% 89.0M 2s 34100K .......... .......... .......... .......... .......... 14% 127M 2s 34150K .......... .......... .......... .......... .......... 14% 89.0M 2s 34200K .......... .......... .......... .......... .......... 14% 83.8M 2s 34250K .......... .......... .......... .......... .......... 14% 110M 2s 34300K .......... .......... .......... .......... .......... 14% 97.6M 2s 34350K .......... .......... .......... .......... .......... 14% 92.3M 2s 34400K .......... .......... .......... .......... .......... 14% 90.9M 2s 34450K .......... .......... .......... .......... .......... 14% 86.7M 2s 34500K .......... .......... .......... .......... .......... 14% 137M 2s 34550K .......... .......... .......... .......... .......... 14% 88.5M 2s 34600K .......... .......... .......... .......... .......... 14% 119M 2s 34650K .......... .......... .......... .......... .......... 14% 89.5M 2s 34700K .......... .......... .......... .......... .......... 14% 87.2M 2s 34750K .......... .......... .......... .......... .......... 14% 132M 2s 34800K .......... .......... .......... .......... .......... 15% 69.6M 2s 34850K .......... .......... .......... .......... .......... 15% 130M 2s 34900K .......... .......... .......... .......... .......... 15% 87.2M 2s 34950K .......... .......... .......... .......... .......... 15% 110M 2s 35000K .......... .......... .......... .......... .......... 15% 95.6M 2s 35050K .......... .......... .......... .......... .......... 15% 88.9M 2s 35100K .......... .......... .......... .......... .......... 15% 125M 2s 35150K .......... .......... .......... .......... .......... 15% 92.0M 2s 35200K .......... .......... .......... .......... .......... 15% 91.6M 2s 35250K .......... .......... .......... .......... .......... 15% 88.8M 2s 35300K .......... .......... .......... .......... .......... 15% 109M 2s 35350K .......... .......... .......... .......... .......... 15% 100M 2s 35400K .......... .......... .......... .......... .......... 15% 83.8M 2s 35450K .......... .......... .......... .......... .......... 15% 109M 2s 35500K .......... .......... .......... .......... .......... 15% 100M 2s 35550K .......... .......... .......... .......... .......... 15% 91.2M 2s 35600K .......... .......... .......... .......... .......... 15% 92.8M 2s 35650K .......... .......... .......... .......... .......... 15% 88.8M 2s 35700K .......... .......... .......... .......... .......... 15% 108M 2s 35750K .......... .......... .......... .......... .......... 15% 102M 2s 35800K .......... .......... .......... .......... .......... 15% 83.1M 2s 35850K .......... .......... .......... .......... .......... 15% 88.3M 2s 35900K .......... .......... .......... .......... .......... 15% 130M 2s 35950K .......... .......... .......... .......... .......... 15% 88.7M 2s 36000K .......... .......... .......... .......... .......... 15% 93.4M 2s 36050K .......... .......... .......... .......... .......... 15% 88.5M 2s 36100K .......... .......... .......... .......... .......... 15% 87.4M 2s 36150K .......... .......... .......... .......... .......... 15% 133M 2s 36200K .......... .......... .......... .......... .......... 15% 81.8M 2s 36250K .......... .......... .......... .......... .......... 15% 134M 2s 36300K .......... .......... .......... .......... .......... 15% 88.7M 2s 36350K .......... .......... .......... .......... .......... 15% 86.4M 2s 36400K .......... .......... .......... .......... .......... 15% 93.6M 2s 36450K .......... .......... .......... .......... .......... 15% 89.0M 2s 36500K .......... .......... .......... .......... .......... 15% 132M 2s 36550K .......... .......... .......... .......... .......... 15% 87.0M 2s 36600K .......... .......... .......... .......... .......... 15% 83.4M 2s 36650K .......... .......... .......... .......... .......... 15% 88.3M 2s 36700K .......... .......... .......... .......... .......... 15% 132M 2s 36750K .......... .......... .......... .......... .......... 15% 88.1M 2s 36800K .......... .......... .......... .......... .......... 15% 93.2M 2s 36850K .......... .......... .......... .......... .......... 15% 89.0M 2s 36900K .......... .......... .......... .......... .......... 15% 88.0M 2s 36950K .......... .......... .......... .......... .......... 15% 130M 2s 37000K .......... .......... .......... .......... .......... 15% 82.3M 2s 37050K .......... .......... .......... .......... .......... 15% 86.4M 2s 37100K .......... .......... .......... .......... .......... 16% 135M 2s 37150K .......... .......... .......... .......... .......... 16% 89.7M 2s 37200K .......... .......... .......... .......... .......... 16% 93.3M 2s 37250K .......... .......... .......... .......... .......... 16% 89.2M 2s 37300K .......... .......... .......... .......... .......... 16% 88.5M 2s 37350K .......... .......... .......... .......... .......... 16% 124M 2s 37400K .......... .......... .......... .......... .......... 16% 85.9M 2s 37450K .......... .......... .......... .......... .......... 16% 84.5M 2s 37500K .......... .......... .......... .......... .......... 16% 90.1M 2s 37550K .......... .......... .......... .......... .......... 16% 135M 2s 37600K .......... .......... .......... .......... .......... 16% 63.4M 2s 37650K .......... .......... .......... .......... .......... 16% 96.5M 2s 37700K .......... .......... .......... .......... .......... 16% 110M 2s 37750K .......... .......... .......... .......... .......... 16% 89.2M 2s 37800K .......... .......... .......... .......... .......... 16% 96.6M 2s 37850K .......... .......... .......... .......... .......... 16% 87.6M 2s 37900K .......... .......... .......... .......... .......... 16% 131M 2s 37950K .......... .......... .......... .......... .......... 16% 86.4M 2s 38000K .......... .......... .......... .......... .......... 16% 69.9M 2s 38050K .......... .......... .......... .......... .......... 16% 88.7M 2s 38100K .......... .......... .......... .......... .......... 16% 88.2M 2s 38150K .......... .......... .......... .......... .......... 16% 108M 2s 38200K .......... .......... .......... .......... .......... 16% 91.2M 2s 38250K .......... .......... .......... .......... .......... 16% 116M 2s 38300K .......... .......... .......... .......... .......... 16% 102M 2s 38350K .......... .......... .......... .......... .......... 16% 87.2M 2s 38400K .......... .......... .......... .......... .......... 16% 69.5M 2s 38450K .......... .......... .......... .......... .......... 16% 87.4M 2s 38500K .......... .......... .......... .......... .......... 16% 136M 2s 38550K .......... .......... .......... .......... .......... 16% 107M 2s 38600K .......... .......... .......... .......... .......... 16% 94.4M 2s 38650K .......... .......... .......... .......... .......... 16% 87.0M 2s 38700K .......... .......... .......... .......... .......... 16% 113M 2s 38750K .......... .......... .......... .......... .......... 16% 101M 2s 38800K .......... .......... .......... .......... .......... 16% 93.2M 2s 38850K .......... .......... .......... .......... .......... 16% 88.5M 2s 38900K .......... .......... .......... .......... .......... 16% 47.1M 2s 38950K .......... .......... .......... .......... .......... 16% 88.1M 2s 39000K .......... .......... .......... .......... .......... 16% 120M 2s 39050K .......... .......... .......... .......... .......... 16% 88.6M 2s 39100K .......... .......... .......... .......... .......... 16% 109M 2s 39150K .......... .......... .......... .......... .......... 16% 87.4M 2s 39200K .......... .......... .......... .......... .......... 16% 78.1M 2s 39250K .......... .......... .......... .......... .......... 16% 88.9M 2s 39300K .......... .......... .......... .......... .......... 16% 86.1M 2s 39350K .......... .......... .......... .......... .......... 16% 89.5M 2s 39400K .......... .......... .......... .......... .......... 17% 124M 2s 39450K .......... .......... .......... .......... .......... 17% 87.3M 2s 39500K .......... .......... .......... .......... .......... 17% 109M 2s 39550K .......... .......... .......... .......... .......... 17% 100M 2s 39600K .......... .......... .......... .......... .......... 17% 69.4M 2s 39650K .......... .......... .......... .......... .......... 17% 134M 2s 39700K .......... .......... .......... .......... .......... 17% 109M 2s 39750K .......... .......... .......... .......... .......... 17% 101M 2s 39800K .......... .......... .......... .......... .......... 17% 83.3M 2s 39850K .......... .......... .......... .......... .......... 17% 134M 2s 39900K .......... .......... .......... .......... .......... 17% 86.9M 2s 39950K .......... .......... .......... .......... .......... 17% 131M 2s 40000K .......... .......... .......... .......... .......... 17% 70.2M 2s 40050K .......... .......... .......... .......... .......... 17% 129M 2s 40100K .......... .......... .......... .......... .......... 17% 89.2M 2s 40150K .......... .......... .......... .......... .......... 17% 128M 2s 40200K .......... .......... .......... .......... .......... 17% 84.2M 2s 40250K .......... .......... .......... .......... .......... 17% 110M 2s 40300K .......... .......... .......... .......... .......... 17% 100M 2s 40350K .......... .......... .......... .......... .......... 17% 110M 2s 40400K .......... .......... .......... .......... .......... 17% 76.8M 2s 40450K .......... .......... .......... .......... .......... 17% 87.4M 2s 40500K .......... .......... .......... .......... .......... 17% 111M 2s 40550K .......... .......... .......... .......... .......... 17% 101M 2s 40600K .......... .......... .......... .......... .......... 17% 83.8M 2s 40650K .......... .......... .......... .......... .......... 17% 135M 2s 40700K .......... .......... .......... .......... .......... 17% 87.4M 2s 40750K .......... .......... .......... .......... .......... 17% 133M 2s 40800K .......... .......... .......... .......... .......... 17% 68.4M 2s 40850K .......... .......... .......... .......... .......... 17% 109M 2s 40900K .......... .......... .......... .......... .......... 17% 102M 2s 40950K .......... .......... .......... .......... .......... 17% 82.7M 2s 41000K .......... .......... .......... .......... .......... 17% 133M 2s 41050K .......... .......... .......... .......... .......... 17% 109M 2s 41100K .......... .......... .......... .......... .......... 17% 102M 2s 41150K .......... .......... .......... .......... .......... 17% 109M 2s 41200K .......... .......... .......... .......... .......... 17% 76.7M 2s 41250K .......... .......... .......... .......... .......... 17% 89.5M 2s 41300K .......... .......... .......... .......... .......... 17% 130M 2s 41350K .......... .......... .......... .......... .......... 17% 88.6M 2s 41400K .......... .......... .......... .......... .......... 17% 120M 2s 41450K .......... .......... .......... .......... .......... 17% 89.9M 2s 41500K .......... .......... .......... .......... .......... 17% 129M 2s 41550K .......... .......... .......... .......... .......... 17% 87.2M 2s 41600K .......... .......... .......... .......... .......... 17% 94.9M 2s 41650K .......... .......... .......... .......... .......... 17% 87.9M 2s 41700K .......... .......... .......... .......... .......... 17% 130M 2s 41750K .......... .......... .......... .......... .......... 18% 87.5M 2s 41800K .......... .......... .......... .......... .......... 18% 105M 2s 41850K .......... .......... .......... .......... .......... 18% 100M 2s 41900K .......... .......... .......... .......... .......... 18% 87.6M 2s 41950K .......... .......... .......... .......... .......... 18% 132M 2s 42000K .......... .......... .......... .......... .......... 18% 69.1M 2s 42050K .......... .......... .......... .......... .......... 18% 109M 2s 42100K .......... .......... .......... .......... .......... 18% 74.1M 2s 42150K .......... .......... .......... .......... .......... 18% 129M 2s 42200K .......... .......... .......... .......... .......... 18% 84.8M 2s 42250K .......... .......... .......... .......... .......... 18% 86.2M 2s 42300K .......... .......... .......... .......... .......... 18% 134M 2s 42350K .......... .......... .......... .......... .......... 18% 86.1M 2s 42400K .......... .......... .......... .......... .......... 18% 70.5M 2s 42450K .......... .......... .......... .......... .......... 18% 110M 2s 42500K .......... .......... .......... .......... .......... 18% 101M 2s 42550K .......... .......... .......... .......... .......... 18% 133M 2s 42600K .......... .......... .......... .......... .......... 18% 84.4M 2s 42650K .......... .......... .......... .......... .......... 18% 108M 2s 42700K .......... .......... .......... .......... .......... 18% 102M 2s 42750K .......... .......... .......... .......... .......... 18% 108M 2s 42800K .......... .......... .......... .......... .......... 18% 77.4M 2s 42850K .......... .......... .......... .......... .......... 18% 110M 2s 42900K .......... .......... .......... .......... .......... 18% 101M 2s 42950K .......... .......... .......... .......... .......... 18% 88.0M 2s 43000K .......... .......... .......... .......... .......... 18% 121M 2s 43050K .......... .......... .......... .......... .......... 18% 89.6M 2s 43100K .......... .......... .......... .......... .......... 18% 122M 2s 43150K .......... .......... .......... .......... .......... 18% 91.5M 2s 43200K .......... .......... .......... .......... .......... 18% 93.1M 2s 43250K .......... .......... .......... .......... .......... 18% 89.4M 2s 43300K .......... .......... .......... .......... .......... 18% 87.3M 2s 43350K .......... .......... .......... .......... .......... 18% 134M 2s 43400K .......... .......... .......... .......... .......... 18% 83.4M 2s 43450K .......... .......... .......... .......... .......... 18% 87.7M 2s 43500K .......... .......... .......... .......... .......... 18% 129M 2s 43550K .......... .......... .......... .......... .......... 18% 89.9M 2s 43600K .......... .......... .......... .......... .......... 18% 92.5M 2s 43650K .......... .......... .......... .......... .......... 18% 86.7M 2s 43700K .......... .......... .......... .......... .......... 18% 135M 2s 43750K .......... .......... .......... .......... .......... 18% 87.0M 2s 43800K .......... .......... .......... .......... .......... 18% 124M 2s 43850K .......... .......... .......... .......... .......... 18% 87.0M 2s 43900K .......... .......... .......... .......... .......... 18% 110M 2s 43950K .......... .......... .......... .......... .......... 18% 102M 2s 44000K .......... .......... .......... .......... .......... 18% 93.1M 2s 44050K .......... .......... .......... .......... .......... 19% 87.5M 2s 44100K .......... .......... .......... .......... .......... 19% 109M 2s 44150K .......... .......... .......... .......... .......... 19% 100M 2s 44200K .......... .......... .......... .......... .......... 19% 84.7M 2s 44250K .......... .......... .......... .......... .......... 19% 134M 2s 44300K .......... .......... .......... .......... .......... 19% 87.5M 2s 44350K .......... .......... .......... .......... .......... 19% 129M 2s 44400K .......... .......... .......... .......... .......... 19% 70.5M 2s 44450K .......... .......... .......... .......... .......... 19% 131M 2s 44500K .......... .......... .......... .......... .......... 19% 86.8M 2s 44550K .......... .......... .......... .......... .......... 19% 88.5M 2s 44600K .......... .......... .......... .......... .......... 19% 121M 2s 44650K .......... .......... .......... .......... .......... 19% 89.4M 2s 44700K .......... .......... .......... .......... .......... 19% 131M 2s 44750K .......... .......... .......... .......... .......... 19% 86.3M 2s 44800K .......... .......... .......... .......... .......... 19% 70.1M 2s 44850K .......... .......... .......... .......... .......... 19% 110M 2s 44900K .......... .......... .......... .......... .......... 19% 102M 2s 44950K .......... .......... .......... .......... .......... 19% 106M 2s 45000K .......... .......... .......... .......... .......... 19% 95.3M 2s 45050K .......... .......... .......... .......... .......... 19% 112M 2s 45100K .......... .......... .......... .......... .......... 19% 101M 2s 45150K .......... .......... .......... .......... .......... 19% 89.0M 2s 45200K .......... .......... .......... .......... .......... 19% 81.3M 2s 45250K .......... .......... .......... .......... .......... 19% 102M 2s 45300K .......... .......... .......... .......... .......... 19% 132M 2s 45350K .......... .......... .......... .......... .......... 19% 87.4M 2s 45400K .......... .......... .......... .......... .......... 19% 103M 2s 45450K .......... .......... .......... .......... .......... 19% 101M 2s 45500K .......... .......... .......... .......... .......... 19% 109M 2s 45550K .......... .......... .......... .......... .......... 19% 105M 2s 45600K .......... .......... .......... .......... .......... 19% 81.4M 2s 45650K .......... .......... .......... .......... .......... 19% 101M 2s 45700K .......... .......... .......... .......... .......... 19% 89.3M 2s 45750K .......... .......... .......... .......... .......... 19% 123M 2s 45800K .......... .......... .......... .......... .......... 19% 87.0M 2s 45850K .......... .......... .......... .......... .......... 19% 109M 2s 45900K .......... .......... .......... .......... .......... 19% 98.4M 2s 45950K .......... .......... .......... .......... .......... 19% 89.9M 2s 46000K .......... .......... .......... .......... .......... 19% 93.7M 2s 46050K .......... .......... .......... .......... .......... 19% 110M 2s 46100K .......... .......... .......... .......... .......... 19% 100M 2s 46150K .......... .......... .......... .......... .......... 19% 89.1M 2s 46200K .......... .......... .......... .......... .......... 19% 118M 2s 46250K .......... .......... .......... .......... .......... 19% 88.1M 2s 46300K .......... .......... .......... .......... .......... 19% 112M 2s 46350K .......... .......... .......... .......... .......... 19% 101M 2s 46400K .......... .......... .......... .......... .......... 20% 69.8M 2s 46450K .......... .......... .......... .......... .......... 20% 107M 2s 46500K .......... .......... .......... .......... .......... 20% 103M 2s 46550K .......... .......... .......... .......... .......... 20% 88.1M 2s 46600K .......... .......... .......... .......... .......... 20% 103M 2s 46650K .......... .......... .......... .......... .......... 20% 102M 2s 46700K .......... .......... .......... .......... .......... 20% 109M 2s 46750K .......... .......... .......... .......... .......... 20% 103M 2s 46800K .......... .......... .......... .......... .......... 20% 91.2M 2s 46850K .......... .......... .......... .......... .......... 20% 88.9M 2s 46900K .......... .......... .......... .......... .......... 20% 130M 2s 46950K .......... .......... .......... .......... .......... 20% 84.9M 2s 47000K .......... .......... .......... .......... .......... 20% 130M 2s 47050K .......... .......... .......... .......... .......... 20% 87.9M 2s 47100K .......... .......... .......... .......... .......... 20% 88.3M 2s 47150K .......... .......... .......... .......... .......... 20% 129M 2s 47200K .......... .......... .......... .......... .......... 20% 82.6M 2s 47250K .......... .......... .......... .......... .......... 20% 102M 2s 47300K .......... .......... .......... .......... .......... 20% 88.3M 2s 47350K .......... .......... .......... .......... .......... 20% 128M 2s 47400K .......... .......... .......... .......... .......... 20% 84.1M 2s 47450K .......... .......... .......... .......... .......... 20% 86.4M 2s 47500K .......... .......... .......... .......... .......... 20% 138M 2s 47550K .......... .......... .......... .......... .......... 20% 87.0M 2s 47600K .......... .......... .......... .......... .......... 20% 93.0M 2s 47650K .......... .......... .......... .......... .......... 20% 111M 2s 47700K .......... .......... .......... .......... .......... 20% 99.3M 2s 47750K .......... .......... .......... .......... .......... 20% 109M 2s 47800K .......... .......... .......... .......... .......... 20% 98.0M 2s 47850K .......... .......... .......... .......... .......... 20% 87.8M 2s 47900K .......... .......... .......... .......... .......... 20% 134M 2s 47950K .......... .......... .......... .......... .......... 20% 86.5M 2s 48000K .......... .......... .......... .......... .......... 20% 93.6M 2s 48050K .......... .......... .......... .......... .......... 20% 89.0M 2s 48100K .......... .......... .......... .......... .......... 20% 132M 2s 48150K .......... .......... .......... .......... .......... 20% 86.1M 2s 48200K .......... .......... .......... .......... .......... 20% 123M 2s 48250K .......... .......... .......... .......... .......... 20% 89.0M 2s 48300K .......... .......... .......... .......... .......... 20% 130M 2s 48350K .......... .......... .......... .......... .......... 20% 88.5M 2s 48400K .......... .......... .......... .......... .......... 20% 92.6M 2s 48450K .......... .......... .......... .......... .......... 20% 88.3M 2s 48500K .......... .......... .......... .......... .......... 20% 110M 2s 48550K .......... .......... .......... .......... .......... 20% 102M 2s 48600K .......... .......... .......... .......... .......... 20% 82.8M 2s 48650K .......... .......... .......... .......... .......... 20% 135M 2s 48700K .......... .......... .......... .......... .......... 21% 87.1M 2s 48750K .......... .......... .......... .......... .......... 21% 110M 2s 48800K .......... .......... .......... .......... .......... 21% 76.7M 2s 48850K .......... .......... .......... .......... .......... 21% 110M 2s 48900K .......... .......... .......... .......... .......... 21% 101M 2s 48950K .......... .......... .......... .......... .......... 21% 89.7M 2s 49000K .......... .......... .......... .......... .......... 21% 117M 2s 49050K .......... .......... .......... .......... .......... 21% 90.0M 2s 49100K .......... .......... .......... .......... .......... 21% 73.4M 2s 49150K .......... .......... .......... .......... .......... 21% 191M 2s 49200K .......... .......... .......... .......... .......... 21% 80.0M 2s 49250K .......... .......... .......... .......... .......... 21% 103M 2s 49300K .......... .......... .......... .......... .......... 21% 87.9M 2s 49350K .......... .......... .......... .......... .......... 21% 133M 2s 49400K .......... .......... .......... .......... .......... 21% 83.6M 2s 49450K .......... .......... .......... .......... .......... 21% 130M 2s 49500K .......... .......... .......... .......... .......... 21% 89.0M 2s 49550K .......... .......... .......... .......... .......... 21% 109M 2s 49600K .......... .......... .......... .......... .......... 21% 77.0M 2s 49650K .......... .......... .......... .......... .......... 21% 110M 2s 49700K .......... .......... .......... .......... .......... 21% 100M 2s 49750K .......... .......... .......... .......... .......... 21% 135M 2s 49800K .......... .......... .......... .......... .......... 21% 83.8M 2s 49850K .......... .......... .......... .......... .......... 21% 130M 2s 49900K .......... .......... .......... .......... .......... 21% 87.5M 2s 49950K .......... .......... .......... .......... .......... 21% 132M 2s 50000K .......... .......... .......... .......... .......... 21% 68.3M 2s 50050K .......... .......... .......... .......... .......... 21% 111M 2s 50100K .......... .......... .......... .......... .......... 21% 102M 2s 50150K .......... .......... .......... .......... .......... 21% 109M 2s 50200K .......... .......... .......... .......... .......... 21% 94.3M 2s 50250K .......... .......... .......... .......... .......... 21% 89.0M 2s 50300K .......... .......... .......... .......... .......... 21% 134M 2s 50350K .......... .......... .......... .......... .......... 21% 86.9M 2s 50400K .......... .......... .......... .......... .......... 21% 93.4M 2s 50450K .......... .......... .......... .......... .......... 21% 87.8M 2s 50500K .......... .......... .......... .......... .......... 21% 110M 2s 50550K .......... .......... .......... .......... .......... 21% 101M 2s 50600K .......... .......... .......... .......... .......... 21% 101M 2s 50650K .......... .......... .......... .......... .......... 21% 89.6M 2s 50700K .......... .......... .......... .......... .......... 21% 101M 2s 50750K .......... .......... .......... .......... .......... 21% 136M 2s 50800K .......... .......... .......... .......... .......... 21% 68.8M 2s 50850K .......... .......... .......... .......... .......... 21% 107M 2s 50900K .......... .......... .......... .......... .......... 21% 104M 2s 50950K .......... .......... .......... .......... .......... 21% 89.0M 2s 51000K .......... .......... .......... .......... .......... 22% 120M 2s 51050K .......... .......... .......... .......... .......... 22% 88.1M 2s 51100K .......... .......... .......... .......... .......... 22% 130M 2s 51150K .......... .......... .......... .......... .......... 22% 89.9M 2s 51200K .......... .......... .......... .......... .......... 22% 93.5M 2s 51250K .......... .......... .......... .......... .......... 22% 86.9M 2s 51300K .......... .......... .......... .......... .......... 22% 111M 2s 51350K .......... .......... .......... .......... .......... 22% 101M 2s 51400K .......... .......... .......... .......... .......... 22% 82.1M 2s 51450K .......... .......... .......... .......... .......... 22% 132M 2s 51500K .......... .......... .......... .......... .......... 22% 88.9M 2s 51550K .......... .......... .......... .......... .......... 22% 133M 2s 51600K .......... .......... .......... .......... .......... 22% 82.1M 2s 51650K .......... .......... .......... .......... .......... 22% 101M 2s 51700K .......... .......... .......... .......... .......... 22% 110M 2s 51750K .......... .......... .......... .......... .......... 22% 102M 2s 51800K .......... .......... .......... .......... .......... 22% 99.1M 2s 51850K .......... .......... .......... .......... .......... 22% 106M 2s 51900K .......... .......... .......... .......... .......... 22% 87.8M 2s 51950K .......... .......... .......... .......... .......... 22% 133M 2s 52000K .......... .......... .......... .......... .......... 22% 80.8M 2s 52050K .......... .......... .......... .......... .......... 22% 101M 2s 52100K .......... .......... .......... .......... .......... 22% 110M 2s 52150K .......... .......... .......... .......... .......... 22% 102M 2s 52200K .......... .......... .......... .......... .......... 22% 82.3M 2s 52250K .......... .......... .......... .......... .......... 22% 134M 2s 52300K .......... .......... .......... .......... .......... 22% 88.5M 2s 52350K .......... .......... .......... .......... .......... 22% 131M 2s 52400K .......... .......... .......... .......... .......... 22% 69.5M 2s 52450K .......... .......... .......... .......... .......... 22% 133M 2s 52500K .......... .......... .......... .......... .......... 22% 108M 2s 52550K .......... .......... .......... .......... .......... 22% 102M 2s 52600K .......... .......... .......... .......... .......... 22% 83.7M 2s 52650K .......... .......... .......... .......... .......... 22% 87.8M 2s 52700K .......... .......... .......... .......... .......... 22% 88.1M 2s 52750K .......... .......... .......... .......... .......... 22% 130M 2s 52800K .......... .......... .......... .......... .......... 22% 95.6M 2s 52850K .......... .......... .......... .......... .......... 22% 86.0M 2s 52900K .......... .......... .......... .......... .......... 22% 89.0M 2s 52950K .......... .......... .......... .......... .......... 22% 130M 2s 53000K .......... .......... .......... .......... .......... 22% 84.9M 2s 53050K .......... .......... .......... .......... .......... 22% 85.5M 2s 53100K .......... .......... .......... .......... .......... 22% 136M 2s 53150K .......... .......... .......... .......... .......... 22% 88.1M 2s 53200K .......... .......... .......... .......... .......... 22% 80.0M 2s 53250K .......... .......... .......... .......... .......... 22% 104M 2s 53300K .......... .......... .......... .......... .......... 22% 107M 2s 53350K .......... .......... .......... .......... .......... 23% 103M 2s 53400K .......... .......... .......... .......... .......... 23% 104M 2s 53450K .......... .......... .......... .......... .......... 23% 99.1M 2s 53500K .......... .......... .......... .......... .......... 23% 90.1M 2s 53550K .......... .......... .......... .......... .......... 23% 128M 2s 53600K .......... .......... .......... .......... .......... 23% 83.2M 2s 53650K .......... .......... .......... .......... .......... 23% 100M 2s 53700K .......... .......... .......... .......... .......... 23% 88.5M 2s 53750K .......... .......... .......... .......... .......... 23% 134M 2s 53800K .......... .......... .......... .......... .......... 23% 81.6M 2s 53850K .......... .......... .......... .......... .......... 23% 113M 2s 53900K .......... .......... .......... .......... .......... 23% 101M 2s 53950K .......... .......... .......... .......... .......... 23% 134M 2s 54000K .......... .......... .......... .......... .......... 23% 67.7M 2s 54050K .......... .......... .......... .......... .......... 23% 135M 2s 54100K .......... .......... .......... .......... .......... 23% 87.2M 2s 54150K .......... .......... .......... .......... .......... 23% 88.2M 2s 54200K .......... .......... .......... .......... .......... 23% 120M 2s 54250K .......... .......... .......... .......... .......... 23% 90.2M 2s 54300K .......... .......... .......... .......... .......... 23% 130M 2s 54350K .......... .......... .......... .......... .......... 23% 88.4M 2s 54400K .......... .......... .......... .......... .......... 23% 93.0M 2s 54450K .......... .......... .......... .......... .......... 23% 88.6M 2s 54500K .......... .......... .......... .......... .......... 23% 131M 2s 54550K .......... .......... .......... .......... .......... 23% 88.6M 2s 54600K .......... .......... .......... .......... .......... 23% 119M 2s 54650K .......... .......... .......... .......... .......... 23% 88.7M 2s 54700K .......... .......... .......... .......... .......... 23% 128M 2s 54750K .......... .......... .......... .......... .......... 23% 90.0M 2s 54800K .......... .......... .......... .......... .......... 23% 92.6M 2s 54850K .......... .......... .......... .......... .......... 23% 87.3M 2s 54900K .......... .......... .......... .......... .......... 23% 88.0M 2s 54950K .......... .......... .......... .......... .......... 23% 88.7M 2s 55000K .......... .......... .......... .......... .......... 23% 103M 2s 55050K .......... .......... .......... .......... .......... 23% 99.8M 2s 55100K .......... .......... .......... .......... .......... 23% 14.8M 2s 55150K .......... .......... .......... .......... .......... 23% 187M 2s 55200K .......... .......... .......... .......... .......... 23% 156M 2s 55250K .......... .......... .......... .......... .......... 23% 205M 2s 55300K .......... .......... .......... .......... .......... 23% 206M 2s 55350K .......... .......... .......... .......... .......... 23% 199M 2s 55400K .......... .......... .......... .......... .......... 23% 188M 2s 55450K .......... .......... .......... .......... .......... 23% 203M 2s 55500K .......... .......... .......... .......... .......... 23% 212M 2s 55550K .......... .......... .......... .......... .......... 23% 199M 2s 55600K .......... .......... .......... .......... .......... 23% 171M 2s 55650K .......... .......... .......... .......... .......... 24% 83.9M 2s 55700K .......... .......... .......... .......... .......... 24% 62.8M 2s 55750K .......... .......... .......... .......... .......... 24% 87.1M 2s 55800K .......... .......... .......... .......... .......... 24% 83.5M 2s 55850K .......... .......... .......... .......... .......... 24% 89.5M 2s 55900K .......... .......... .......... .......... .......... 24% 130M 2s 55950K .......... .......... .......... .......... .......... 24% 43.5M 2s 56000K .......... .......... .......... .......... .......... 24% 81.8M 2s 56050K .......... .......... .......... .......... .......... 24% 101M 2s 56100K .......... .......... .......... .......... .......... 24% 88.3M 2s 56150K .......... .......... .......... .......... .......... 24% 109M 2s 56200K .......... .......... .......... .......... .......... 24% 47.5M 2s 56250K .......... .......... .......... .......... .......... 24% 88.0M 2s 56300K .......... .......... .......... .......... .......... 24% 88.1M 2s 56350K .......... .......... .......... .......... .......... 24% 131M 2s 56400K .......... .......... .......... .......... .......... 24% 68.2M 2s 56450K .......... .......... .......... .......... .......... 24% 53.0M 2s 56500K .......... .......... .......... .......... .......... 24% 87.3M 2s 56550K .......... .......... .......... .......... .......... 24% 89.6M 2s 56600K .......... .......... .......... .......... .......... 24% 82.5M 2s 56650K .......... .......... .......... .......... .......... 24% 133M 2s 56700K .......... .......... .......... .......... .......... 24% 45.1M 2s 56750K .......... .......... .......... .......... .......... 24% 90.4M 2s 56800K .......... .......... .......... .......... .......... 24% 68.0M 2s 56850K .......... .......... .......... .......... .......... 24% 134M 2s 56900K .......... .......... .......... .......... .......... 24% 88.1M 2s 56950K .......... .......... .......... .......... .......... 24% 53.8M 2s 57000K .......... .......... .......... .......... .......... 24% 84.3M 2s 57050K .......... .......... .......... .......... .......... 24% 85.9M 2s 57100K .......... .......... .......... .......... .......... 24% 89.1M 2s 57150K .......... .......... .......... .......... .......... 24% 88.6M 2s 57200K .......... .......... .......... .......... .......... 24% 44.2M 2s 57250K .......... .......... .......... .......... .......... 24% 52.6M 2s 57300K .......... .......... .......... .......... .......... 24% 108M 2s 57350K .......... .......... .......... .......... .......... 24% 102M 2s 57400K .......... .......... .......... .......... .......... 24% 84.1M 2s 57450K .......... .......... .......... .......... .......... 24% 87.7M 2s 57500K .......... .......... .......... .......... .......... 24% 89.0M 2s 57550K .......... .......... .......... .......... .......... 24% 49.5M 2s 57600K .......... .......... .......... .......... .......... 24% 69.3M 2s 57650K .......... .......... .......... .......... .......... 24% 131M 2s 57700K .......... .......... .......... .......... .......... 24% 88.9M 2s 57750K .......... .......... .......... .......... .......... 24% 53.3M 2s 57800K .......... .......... .......... .......... .......... 24% 81.6M 2s 57850K .......... .......... .......... .......... .......... 24% 88.2M 2s 57900K .......... .......... .......... .......... .......... 24% 88.4M 2s 57950K .......... .......... .......... .......... .......... 24% 87.9M 2s 58000K .......... .......... .......... .......... .......... 25% 45.1M 2s 58050K .......... .......... .......... .......... .......... 25% 86.8M 2s 58100K .......... .......... .......... .......... .......... 25% 135M 2s 58150K .......... .......... .......... .......... .......... 25% 88.6M 2s 58200K .......... .......... .......... .......... .......... 25% 83.2M 2s 58250K .......... .......... .......... .......... .......... 25% 88.6M 2s 58300K .......... .......... .......... .......... .......... 25% 52.4M 2s 58350K .......... .......... .......... .......... .......... 25% 88.3M 2s 58400K .......... .......... .......... .......... .......... 25% 92.3M 2s 58450K .......... .......... .......... .......... .......... 25% 88.9M 2s 58500K .......... .......... .......... .......... .......... 25% 46.8M 2s 58550K .......... .......... .......... .......... .......... 25% 88.7M 2s 58600K .......... .......... .......... .......... .......... 25% 116M 2s 58650K .......... .......... .......... .......... .......... 25% 89.6M 2s 58700K .......... .......... .......... .......... .......... 25% 89.1M 2s 58750K .......... .......... .......... .......... .......... 25% 109M 2s 58800K .......... .......... .......... .......... .......... 25% 77.5M 2s 58850K .......... .......... .......... .......... .......... 25% 51.3M 2s 58900K .......... .......... .......... .......... .......... 25% 87.4M 2s 58950K .......... .......... .......... .......... .......... 25% 88.3M 2s 59000K .......... .......... .......... .......... .......... 25% 120M 2s 59050K .......... .......... .......... .......... .......... 25% 88.6M 2s 59100K .......... .......... .......... .......... .......... 25% 108M 2s 59150K .......... .......... .......... .......... .......... 25% 45.0M 2s 59200K .......... .......... .......... .......... .......... 25% 82.1M 2s 59250K .......... .......... .......... .......... .......... 25% 102M 2s 59300K .......... .......... .......... .......... .......... 25% 87.7M 2s 59350K .......... .......... .......... .......... .......... 25% 107M 2s 59400K .......... .......... .......... .......... .......... 25% 97.3M 2s 59450K .......... .......... .......... .......... .......... 25% 48.5M 2s 59500K .......... .......... .......... .......... .......... 25% 87.8M 2s 59550K .......... .......... .......... .......... .......... 25% 87.8M 2s 59600K .......... .......... .......... .......... .......... 25% 69.1M 2s 59650K .......... .......... .......... .......... .......... 25% 133M 2s 59700K .......... .......... .......... .......... .......... 25% 45.2M 2s 59750K .......... .......... .......... .......... .......... 25% 87.7M 2s 59800K .......... .......... .......... .......... .......... 25% 103M 2s 59850K .......... .......... .......... .......... .......... 25% 99.8M 2s 59900K .......... .......... .......... .......... .......... 25% 88.3M 2s 59950K .......... .......... .......... .......... .......... 25% 54.8M 2s 60000K .......... .......... .......... .......... .......... 25% 68.8M 2s 60050K .......... .......... .......... .......... .......... 25% 88.2M 2s 60100K .......... .......... .......... .......... .......... 25% 87.2M 2s 60150K .......... .......... .......... .......... .......... 25% 87.4M 2s 60200K .......... .......... .......... .......... .......... 25% 83.4M 2s 60250K .......... .......... .......... .......... .......... 25% 89.2M 2s 60300K .......... .......... .......... .......... .......... 26% 65.6M 2s 60350K .......... .......... .......... .......... .......... 26% 87.1M 2s 60400K .......... .......... .......... .......... .......... 26% 69.6M 2s 60450K .......... .......... .......... .......... .......... 26% 88.4M 2s 60500K .......... .......... .......... .......... .......... 26% 65.7M 2s 60550K .......... .......... .......... .......... .......... 26% 87.0M 2s 60600K .......... .......... .......... .......... .......... 26% 84.3M 2s 60650K .......... .......... .......... .......... .......... 26% 87.3M 2s 60700K .......... .......... .......... .......... .......... 26% 88.9M 2s 60750K .......... .......... .......... .......... .......... 26% 89.7M 2s 60800K .......... .......... .......... .......... .......... 26% 53.9M 2s 60850K .......... .......... .......... .......... .......... 26% 87.0M 2s 60900K .......... .......... .......... .......... .......... 26% 89.3M 2s 60950K .......... .......... .......... .......... .......... 26% 87.7M 2s 61000K .......... .......... .......... .......... .......... 26% 51.1M 2s 61050K .......... .......... .......... .......... .......... 26% 87.1M 2s 61100K .......... .......... .......... .......... .......... 26% 87.3M 2s 61150K .......... .......... .......... .......... .......... 26% 89.0M 2s 61200K .......... .......... .......... .......... .......... 26% 80.9M 2s 61250K .......... .......... .......... .......... .......... 26% 104M 2s 61300K .......... .......... .......... .......... .......... 26% 88.4M 2s 61350K .......... .......... .......... .......... .......... 26% 59.2M 2s 61400K .......... .......... .......... .......... .......... 26% 84.0M 2s 61450K .......... .......... .......... .......... .......... 26% 89.3M 2s 61500K .......... .......... .......... .......... .......... 26% 87.3M 2s 61550K .......... .......... .......... .......... .......... 26% 128M 2s 61600K .......... .......... .......... .......... .......... 26% 39.5M 2s 61650K .......... .......... .......... .......... .......... 26% 107M 2s 61700K .......... .......... .......... .......... .......... 26% 103M 2s 61750K .......... .......... .......... .......... .......... 26% 87.4M 2s 61800K .......... .......... .......... .......... .......... 26% 83.8M 2s 61850K .......... .......... .......... .......... .......... 26% 54.5M 2s 61900K .......... .......... .......... .......... .......... 26% 89.8M 2s 61950K .......... .......... .......... .......... .......... 26% 128M 2s 62000K .......... .......... .......... .......... .......... 26% 55.0M 2s 62050K .......... .......... .......... .......... .......... 26% 132M 2s 62100K .......... .......... .......... .......... .......... 26% 56.0M 2s 62150K .......... .......... .......... .......... .......... 26% 88.0M 2s 62200K .......... .......... .......... .......... .......... 26% 83.1M 2s 62250K .......... .......... .......... .......... .......... 26% 86.8M 2s 62300K .......... .......... .......... .......... .......... 26% 112M 2s 62350K .......... .......... .......... .......... .......... 26% 102M 2s 62400K .......... .......... .......... .......... .......... 26% 44.9M 2s 62450K .......... .......... .......... .......... .......... 26% 89.2M 2s 62500K .......... .......... .......... .......... .......... 26% 85.9M 2s 62550K .......... .......... .......... .......... .......... 26% 88.5M 2s 62600K .......... .......... .......... .......... .......... 27% 103M 2s 62650K .......... .......... .......... .......... .......... 27% 56.1M 2s 62700K .......... .......... .......... .......... .......... 27% 88.3M 2s 62750K .......... .......... .......... .......... .......... 27% 88.3M 2s 62800K .......... .......... .......... .......... .......... 27% 68.5M 2s 62850K .......... .......... .......... .......... .......... 27% 87.8M 2s 62900K .......... .......... .......... .......... .......... 27% 110M 2s 62950K .......... .......... .......... .......... .......... 27% 54.0M 2s 63000K .......... .......... .......... .......... .......... 27% 83.2M 2s 63050K .......... .......... .......... .......... .......... 27% 112M 2s 63100K .......... .......... .......... .......... .......... 27% 100M 2s 63150K .......... .......... .......... .......... .......... 27% 87.9M 2s 63200K .......... .......... .......... .......... .......... 27% 93.2M 2s 63250K .......... .......... .......... .......... .......... 27% 49.9M 2s 63300K .......... .......... .......... .......... .......... 27% 86.7M 2s 63350K .......... .......... .......... .......... .......... 27% 88.6M 2s 63400K .......... .......... .......... .......... .......... 27% 83.2M 2s 63450K .......... .......... .......... .......... .......... 27% 132M 2s 63500K .......... .......... .......... .......... .......... 27% 86.8M 2s 63550K .......... .......... .......... .......... .......... 27% 89.1M 2s 63600K .......... .......... .......... .......... .......... 27% 45.2M 2s 63650K .......... .......... .......... .......... .......... 27% 87.5M 2s 63700K .......... .......... .......... .......... .......... 27% 88.6M 2s 63750K .......... .......... .......... .......... .......... 27% 130M 2s 63800K .......... .......... .......... .......... .......... 27% 83.7M 2s 63850K .......... .......... .......... .......... .......... 27% 109M 2s 63900K .......... .......... .......... .......... .......... 27% 47.7M 2s 63950K .......... .......... .......... .......... .......... 27% 86.9M 2s 64000K .......... .......... .......... .......... .......... 27% 93.9M 2s 64050K .......... .......... .......... .......... .......... 27% 86.9M 2s 64100K .......... .......... .......... .......... .......... 27% 90.1M 2s 64150K .......... .......... .......... .......... .......... 27% 49.0M 2s 64200K .......... .......... .......... .......... .......... 27% 119M 2s 64250K .......... .......... .......... .......... .......... 27% 87.3M 2s 64300K .......... .......... .......... .......... .......... 27% 88.9M 2s 64350K .......... .......... .......... .......... .......... 27% 88.9M 2s 64400K .......... .......... .......... .......... .......... 27% 92.8M 2s 64450K .......... .......... .......... .......... .......... 27% 88.0M 2s 64500K .......... .......... .......... .......... .......... 27% 108M 2s 64550K .......... .......... .......... .......... .......... 27% 105M 2s 64600K .......... .......... .......... .......... .......... 27% 82.8M 2s 64650K .......... .......... .......... .......... .......... 27% 52.8M 2s 64700K .......... .......... .......... .......... .......... 27% 87.6M 2s 64750K .......... .......... .......... .......... .......... 27% 129M 2s 64800K .......... .......... .......... .......... .......... 27% 69.3M 2s 64850K .......... .......... .......... .......... .......... 27% 86.2M 2s 64900K .......... .......... .......... .......... .......... 27% 137M 2s 64950K .......... .......... .......... .......... .......... 28% 46.1M 2s 65000K .......... .......... .......... .......... .......... 28% 102M 2s 65050K .......... .......... .......... .......... .......... 28% 89.0M 2s 65100K .......... .......... .......... .......... .......... 28% 87.5M 2s 65150K .......... .......... .......... .......... .......... 28% 100M 2s 65200K .......... .......... .......... .......... .......... 28% 93.3M 2s 65250K .......... .......... .......... .......... .......... 28% 88.0M 2s 65300K .......... .......... .......... .......... .......... 28% 110M 2s 65350K .......... .......... .......... .......... .......... 28% 50.5M 2s 65400K .......... .......... .......... .......... .......... 28% 83.4M 2s 65450K .......... .......... .......... .......... .......... 28% 51.8M 2s 65500K .......... .......... .......... .......... .......... 28% 200M 2s 65550K .......... .......... .......... .......... .......... 28% 166M 2s 65600K .......... .......... .......... .......... .......... 28% 81.8M 2s 65650K .......... .......... .......... .......... .......... 28% 102M 2s 65700K .......... .......... .......... .......... .......... 28% 47.4M 2s 65750K .......... .......... .......... .......... .......... 28% 88.5M 2s 65800K .......... .......... .......... .......... .......... 28% 104M 2s 65850K .......... .......... .......... .......... .......... 28% 101M 2s 65900K .......... .......... .......... .......... .......... 28% 87.0M 2s 65950K .......... .......... .......... .......... .......... 28% 134M 2s 66000K .......... .......... .......... .......... .......... 28% 68.8M 2s 66050K .......... .......... .......... .......... .......... 28% 43.4M 2s 66100K .......... .......... .......... .......... .......... 28% 89.2M 2s 66150K .......... .......... .......... .......... .......... 28% 129M 2s 66200K .......... .......... .......... .......... .......... 28% 83.7M 2s 66250K .......... .......... .......... .......... .......... 28% 87.4M 2s 66300K .......... .......... .......... .......... .......... 28% 132M 2s 66350K .......... .......... .......... .......... .......... 28% 87.2M 2s 66400K .......... .......... .......... .......... .......... 28% 94.5M 2s 66450K .......... .......... .......... .......... .......... 28% 51.0M 2s 66500K .......... .......... .......... .......... .......... 28% 86.7M 2s 66550K .......... .......... .......... .......... .......... 28% 87.3M 2s 66600K .......... .......... .......... .......... .......... 28% 124M 2s 66650K .......... .......... .......... .......... .......... 28% 87.5M 2s 66700K .......... .......... .......... .......... .......... 28% 89.1M 2s 66750K .......... .......... .......... .......... .......... 28% 128M 2s 66800K .......... .......... .......... .......... .......... 28% 69.4M 2s 66850K .......... .......... .......... .......... .......... 28% 88.4M 2s 66900K .......... .......... .......... .......... .......... 28% 132M 2s 66950K .......... .......... .......... .......... .......... 28% 47.0M 2s 67000K .......... .......... .......... .......... .......... 28% 83.4M 2s 67050K .......... .......... .......... .......... .......... 28% 107M 2s 67100K .......... .......... .......... .......... .......... 28% 74.8M 2s 67150K .......... .......... .......... .......... .......... 28% 130M 2s 67200K .......... .......... .......... .......... .......... 28% 69.8M 2s 67250K .......... .......... .......... .......... .......... 29% 129M 2s 67300K .......... .......... .......... .......... .......... 29% 47.0M 2s 67350K .......... .......... .......... .......... .......... 29% 109M 2s 67400K .......... .......... .......... .......... .......... 29% 95.1M 2s 67450K .......... .......... .......... .......... .......... 29% 88.7M 2s 67500K .......... .......... .......... .......... .......... 29% 88.3M 2s 67550K .......... .......... .......... .......... .......... 29% 131M 2s 67600K .......... .......... .......... .......... .......... 29% 68.4M 2s 67650K .......... .......... .......... .......... .......... 29% 133M 2s 67700K .......... .......... .......... .......... .......... 29% 87.7M 2s 67750K .......... .......... .......... .......... .......... 29% 109M 2s 67800K .......... .......... .......... .......... .......... 29% 97.2M 2s 67850K .......... .......... .......... .......... .......... 29% 86.8M 2s 67900K .......... .......... .......... .......... .......... 29% 53.1M 2s 67950K .......... .......... .......... .......... .......... 29% 88.7M 2s 68000K .......... .......... .......... .......... .......... 29% 68.5M 2s 68050K .......... .......... .......... .......... .......... 29% 128M 2s 68100K .......... .......... .......... .......... .......... 29% 90.9M 2s 68150K .......... .......... .......... .......... .......... 29% 129M 2s 68200K .......... .......... .......... .......... .......... 29% 83.3M 2s 68250K .......... .......... .......... .......... .......... 29% 88.3M 2s 68300K .......... .......... .......... .......... .......... 29% 130M 2s 68350K .......... .......... .......... .......... .......... 29% 45.7M 2s 68400K .......... .......... .......... .......... .......... 29% 70.1M 2s 68450K .......... .......... .......... .......... .......... 29% 131M 2s 68500K .......... .......... .......... .......... .......... 29% 87.6M 2s 68550K .......... .......... .......... .......... .......... 29% 109M 2s 68600K .......... .......... .......... .......... .......... 29% 95.2M 2s 68650K .......... .......... .......... .......... .......... 29% 87.4M 2s 68700K .......... .......... .......... .......... .......... 29% 89.8M 2s 68750K .......... .......... .......... .......... .......... 29% 87.9M 2s 68800K .......... .......... .......... .......... .......... 29% 91.7M 2s 68850K .......... .......... .......... .......... .......... 29% 89.4M 2s 68900K .......... .......... .......... .......... .......... 29% 52.5M 2s 68950K .......... .......... .......... .......... .......... 29% 133M 2s 69000K .......... .......... .......... .......... .......... 29% 83.7M 2s 69050K .......... .......... .......... .......... .......... 29% 86.5M 2s 69100K .......... .......... .......... .......... .......... 29% 112M 2s 69150K .......... .......... .......... .......... .......... 29% 101M 2s 69200K .......... .......... .......... .......... .......... 29% 69.2M 2s 69250K .......... .......... .......... .......... .......... 29% 130M 2s 69300K .......... .......... .......... .......... .......... 29% 87.7M 2s 69350K .......... .......... .......... .......... .......... 29% 89.7M 2s 69400K .......... .......... .......... .......... .......... 29% 81.8M 2s 69450K .......... .......... .......... .......... .......... 29% 132M 2s 69500K .......... .......... .......... .......... .......... 29% 88.7M 2s 69550K .......... .......... .......... .......... .......... 29% 86.5M 2s 69600K .......... .......... .......... .......... .......... 30% 95.9M 2s 69650K .......... .......... .......... .......... .......... 30% 46.5M 2s 69700K .......... .......... .......... .......... .......... 30% 88.1M 2s 69750K .......... .......... .......... .......... .......... 30% 86.8M 2s 69800K .......... .......... .......... .......... .......... 30% 121M 2s 69850K .......... .......... .......... .......... .......... 30% 88.8M 2s 69900K .......... .......... .......... .......... .......... 30% 133M 2s 69950K .......... .......... .......... .......... .......... 30% 52.7M 2s 70000K .......... .......... .......... .......... .......... 30% 69.0M 2s 70050K .......... .......... .......... .......... .......... 30% 87.3M 2s 70100K .......... .......... .......... .......... .......... 30% 133M 2s 70150K .......... .......... .......... .......... .......... 30% 88.6M 2s 70200K .......... .......... .......... .......... .......... 30% 82.2M 2s 70250K .......... .......... .......... .......... .......... 30% 134M 2s 70300K .......... .......... .......... .......... .......... 30% 87.4M 2s 70350K .......... .......... .......... .......... .......... 30% 111M 2s 70400K .......... .......... .......... .......... .......... 30% 77.3M 2s 70450K .......... .......... .......... .......... .......... 30% 51.5M 2s 70500K .......... .......... .......... .......... .......... 30% 91.3M 2s 70550K .......... .......... .......... .......... .......... 30% 109M 2s 70600K .......... .......... .......... .......... .......... 30% 96.6M 2s 70650K .......... .......... .......... .......... .......... 30% 86.7M 2s 70700K .......... .......... .......... .......... .......... 30% 111M 2s 70750K .......... .......... .......... .......... .......... 30% 102M 2s 70800K .......... .......... .......... .......... .......... 30% 69.6M 2s 70850K .......... .......... .......... .......... .......... 30% 105M 2s 70900K .......... .......... .......... .......... .......... 30% 104M 2s 70950K .......... .......... .......... .......... .......... 30% 87.1M 2s 71000K .......... .......... .......... .......... .......... 30% 121M 2s 71050K .......... .......... .......... .......... .......... 30% 88.3M 2s 71100K .......... .......... .......... .......... .......... 30% 90.2M 2s 71150K .......... .......... .......... .......... .......... 30% 88.1M 2s 71200K .......... .......... .......... .......... .......... 30% 67.7M 2s 71250K .......... .......... .......... .......... .......... 30% 111M 2s 71300K .......... .......... .......... .......... .......... 30% 88.1M 2s 71350K .......... .......... .......... .......... .......... 30% 103M 2s 71400K .......... .......... .......... .......... .......... 30% 33.5M 2s 71450K .......... .......... .......... .......... .......... 30% 69.4M 2s 71500K .......... .......... .......... .......... .......... 30% 135M 2s 71550K .......... .......... .......... .......... .......... 30% 85.7M 2s 71600K .......... .......... .......... .......... .......... 30% 93.5M 2s 71650K .......... .......... .......... .......... .......... 30% 110M 2s 71700K .......... .......... .......... .......... .......... 30% 73.7M 2s 71750K .......... .......... .......... .......... .......... 30% 88.1M 2s 71800K .......... .......... .......... .......... .......... 30% 82.8M 2s 71850K .......... .......... .......... .......... .......... 30% 89.2M 2s 71900K .......... .......... .......... .......... .......... 31% 130M 2s 71950K .......... .......... .......... .......... .......... 31% 88.3M 2s 72000K .......... .......... .......... .......... .......... 31% 69.2M 2s 72050K .......... .......... .......... .......... .......... 31% 132M 2s 72100K .......... .......... .......... .......... .......... 31% 87.3M 2s 72150K .......... .......... .......... .......... .......... 31% 88.4M 2s 72200K .......... .......... .......... .......... .......... 31% 122M 2s 72250K .......... .......... .......... .......... .......... 31% 87.8M 2s 72300K .......... .......... .......... .......... .......... 31% 89.4M 2s 72350K .......... .......... .......... .......... .......... 31% 108M 2s 72400K .......... .......... .......... .......... .......... 31% 76.6M 2s 72450K .......... .......... .......... .......... .......... 31% 88.4M 2s 72500K .......... .......... .......... .......... .......... 31% 89.0M 2s 72550K .......... .......... .......... .......... .......... 31% 129M 2s 72600K .......... .......... .......... .......... .......... 31% 85.2M 2s 72650K .......... .......... .......... .......... .......... 31% 65.3M 2s 72700K .......... .......... .......... .......... .......... 31% 87.5M 2s 72750K .......... .......... .......... .......... .......... 31% 88.4M 2s 72800K .......... .......... .......... .......... .......... 31% 92.9M 2s 72850K .......... .......... .......... .......... .......... 31% 86.4M 2s 72900K .......... .......... .......... .......... .......... 31% 89.3M 2s 72950K .......... .......... .......... .......... .......... 31% 130M 2s 73000K .......... .......... .......... .......... .......... 31% 83.5M 2s 73050K .......... .......... .......... .......... .......... 31% 89.8M 2s 73100K .......... .......... .......... .......... .......... 31% 128M 2s 73150K .......... .......... .......... .......... .......... 31% 84.4M 2s 73200K .......... .......... .......... .......... .......... 31% 99.3M 2s 73250K .......... .......... .......... .......... .......... 31% 86.7M 2s 73300K .......... .......... .......... .......... .......... 31% 110M 2s 73350K .......... .......... .......... .......... .......... 31% 102M 2s 73400K .......... .......... .......... .......... .......... 31% 84.0M 2s 73450K .......... .......... .......... .......... .......... 31% 131M 2s 73500K .......... .......... .......... .......... .......... 31% 88.3M 2s 73550K .......... .......... .......... .......... .......... 31% 109M 2s 73600K .......... .......... .......... .......... .......... 31% 77.2M 2s 73650K .......... .......... .......... .......... .......... 31% 68.8M 2s 73700K .......... .......... .......... .......... .......... 31% 191M 2s 73750K .......... .......... .......... .......... .......... 31% 94.4M 2s 73800K .......... .......... .......... .......... .......... 31% 118M 2s 73850K .......... .......... .......... .......... .......... 31% 91.1M 2s 73900K .......... .......... .......... .......... .......... 31% 86.7M 2s 73950K .......... .......... .......... .......... .......... 31% 134M 2s 74000K .......... .......... .......... .......... .......... 31% 69.0M 2s 74050K .......... .......... .......... .......... .......... 31% 108M 2s 74100K .......... .......... .......... .......... .......... 31% 102M 2s 74150K .......... .......... .......... .......... .......... 31% 88.8M 2s 74200K .......... .......... .......... .......... .......... 32% 124M 2s 74250K .......... .......... .......... .......... .......... 32% 87.4M 2s 74300K .......... .......... .......... .......... .......... 32% 109M 2s 74350K .......... .......... .......... .......... .......... 32% 101M 2s 74400K .......... .......... .......... .......... .......... 32% 93.3M 2s 74450K .......... .......... .......... .......... .......... 32% 88.4M 2s 74500K .......... .......... .......... .......... .......... 32% 87.2M 2s 74550K .......... .......... .......... .......... .......... 32% 89.3M 2s 74600K .......... .......... .......... .......... .......... 32% 101M 2s 74650K .......... .......... .......... .......... .......... 32% 103M 2s 74700K .......... .......... .......... .......... .......... 32% 88.2M 2s 74750K .......... .......... .......... .......... .......... 32% 132M 2s 74800K .......... .......... .......... .......... .......... 32% 68.3M 2s 74850K .......... .......... .......... .......... .......... 32% 111M 2s 74900K .......... .......... .......... .......... .......... 32% 101M 2s 74950K .......... .......... .......... .......... .......... 32% 65.2M 2s 75000K .......... .......... .......... .......... .......... 32% 84.1M 2s 75050K .......... .......... .......... .......... .......... 32% 112M 2s 75100K .......... .......... .......... .......... .......... 32% 99.4M 2s 75150K .......... .......... .......... .......... .......... 32% 89.7M 2s 75200K .......... .......... .......... .......... .......... 32% 68.6M 2s 75250K .......... .......... .......... .......... .......... 32% 131M 2s 75300K .......... .......... .......... .......... .......... 32% 89.4M 2s 75350K .......... .......... .......... .......... .......... 32% 108M 2s 75400K .......... .......... .......... .......... .......... 32% 96.6M 2s 75450K .......... .......... .......... .......... .......... 32% 88.6M 2s 75500K .......... .......... .......... .......... .......... 32% 130M 2s 75550K .......... .......... .......... .......... .......... 32% 87.1M 2s 75600K .......... .......... .......... .......... .......... 32% 82.4M 2s 75650K .......... .......... .......... .......... .......... 32% 88.0M 2s 75700K .......... .......... .......... .......... .......... 32% 102M 2s 75750K .......... .......... .......... .......... .......... 32% 88.6M 2s 75800K .......... .......... .......... .......... .......... 32% 117M 2s 75850K .......... .......... .......... .......... .......... 32% 88.5M 2s 75900K .......... .......... .......... .......... .......... 32% 88.9M 2s 75950K .......... .......... .......... .......... .......... 32% 125M 2s 76000K .......... .......... .......... .......... .......... 32% 71.0M 2s 76050K .......... .......... .......... .......... .......... 32% 87.3M 2s 76100K .......... .......... .......... .......... .......... 32% 109M 2s 76150K .......... .......... .......... .......... .......... 32% 102M 2s 76200K .......... .......... .......... .......... .......... 32% 84.4M 2s 76250K .......... .......... .......... .......... .......... 32% 110M 2s 76300K .......... .......... .......... .......... .......... 32% 99.9M 2s 76350K .......... .......... .......... .......... .......... 32% 89.5M 2s 76400K .......... .......... .......... .......... .......... 32% 54.1M 2s 76450K .......... .......... .......... .......... .......... 32% 88.9M 2s 76500K .......... .......... .......... .......... .......... 32% 127M 2s 76550K .......... .......... .......... .......... .......... 33% 89.6M 2s 76600K .......... .......... .......... .......... .......... 33% 82.4M 2s 76650K .......... .......... .......... .......... .......... 33% 112M 2s 76700K .......... .......... .......... .......... .......... 33% 94.2M 2s 76750K .......... .......... .......... .......... .......... 33% 94.8M 2s 76800K .......... .......... .......... .......... .......... 33% 92.3M 2s 76850K .......... .......... .......... .......... .......... 33% 87.1M 2s 76900K .......... .......... .......... .......... .......... 33% 112M 2s 76950K .......... .......... .......... .......... .......... 33% 102M 2s 77000K .......... .......... .......... .......... .......... 33% 81.8M 2s 77050K .......... .......... .......... .......... .......... 33% 129M 2s 77100K .......... .......... .......... .......... .......... 33% 90.7M 2s 77150K .......... .......... .......... .......... .......... 33% 86.2M 2s 77200K .......... .......... .......... .......... .......... 33% 70.9M 2s 77250K .......... .......... .......... .......... .......... 33% 87.2M 2s 77300K .......... .......... .......... .......... .......... 33% 107M 2s 77350K .......... .......... .......... .......... .......... 33% 88.4M 2s 77400K .......... .......... .......... .......... .......... 33% 94.3M 2s 77450K .......... .......... .......... .......... .......... 33% 89.1M 2s 77500K .......... .......... .......... .......... .......... 33% 87.7M 2s 77550K .......... .......... .......... .......... .......... 33% 87.8M 2s 77600K .......... .......... .......... .......... .......... 33% 68.3M 2s 77650K .......... .......... .......... .......... .......... 33% 89.7M 2s 77700K .......... .......... .......... .......... .......... 33% 87.9M 2s 77750K .......... .......... .......... .......... .......... 33% 129M 2s 77800K .......... .......... .......... .......... .......... 33% 83.9M 2s 77850K .......... .......... .......... .......... .......... 33% 87.8M 2s 77900K .......... .......... .......... .......... .......... 33% 111M 2s 77950K .......... .......... .......... .......... .......... 33% 101M 2s 78000K .......... .......... .......... .......... .......... 33% 69.8M 2s 78050K .......... .......... .......... .......... .......... 33% 109M 2s 78100K .......... .......... .......... .......... .......... 33% 99.2M 2s 78150K .......... .......... .......... .......... .......... 33% 91.7M 2s 78200K .......... .......... .......... .......... .......... 33% 82.4M 2s 78250K .......... .......... .......... .......... .......... 33% 88.6M 2s 78300K .......... .......... .......... .......... .......... 33% 86.9M 2s 78350K .......... .......... .......... .......... .......... 33% 88.2M 2s 78400K .......... .......... .......... .......... .......... 33% 69.2M 2s 78450K .......... .......... .......... .......... .......... 33% 88.1M 2s 78500K .......... .......... .......... .......... .......... 33% 109M 2s 78550K .......... .......... .......... .......... .......... 33% 102M 2s 78600K .......... .......... .......... .......... .......... 33% 83.5M 2s 78650K .......... .......... .......... .......... .......... 33% 88.9M 2s 78700K .......... .......... .......... .......... .......... 33% 109M 2s 78750K .......... .......... .......... .......... .......... 33% 99.1M 2s 78800K .......... .......... .......... .......... .......... 33% 69.3M 2s 78850K .......... .......... .......... .......... .......... 34% 86.7M 2s 78900K .......... .......... .......... .......... .......... 34% 89.2M 2s 78950K .......... .......... .......... .......... .......... 34% 88.7M 2s 79000K .......... .......... .......... .......... .......... 34% 103M 2s 79050K .......... .......... .......... .......... .......... 34% 100M 2s 79100K .......... .......... .......... .......... .......... 34% 87.5M 2s 79150K .......... .......... .......... .......... .......... 34% 88.9M 2s 79200K .......... .......... .......... .......... .......... 34% 92.4M 2s 79250K .......... .......... .......... .......... .......... 34% 88.1M 2s 79300K .......... .......... .......... .......... .......... 34% 87.8M 2s 79350K .......... .......... .......... .......... .......... 34% 133M 2s 79400K .......... .......... .......... .......... .......... 34% 84.2M 2s 79450K .......... .......... .......... .......... .......... 34% 85.2M 2s 79500K .......... .......... .......... .......... .......... 34% 134M 2s 79550K .......... .......... .......... .......... .......... 34% 90.2M 2s 79600K .......... .......... .......... .......... .......... 34% 90.7M 2s 79650K .......... .......... .......... .......... .......... 34% 91.6M 2s 79700K .......... .......... .......... .......... .......... 34% 87.2M 2s 79750K .......... .......... .......... .......... .......... 34% 87.3M 2s 79800K .......... .......... .......... .......... .......... 34% 84.2M 2s 79850K .......... .......... .......... .......... .......... 34% 107M 2s 79900K .......... .......... .......... .......... .......... 34% 88.5M 2s 79950K .......... .......... .......... .......... .......... 34% 88.4M 2s 80000K .......... .......... .......... .......... .......... 34% 76.9M 2s 80050K .......... .......... .......... .......... .......... 34% 88.7M 2s 80100K .......... .......... .......... .......... .......... 34% 88.9M 2s 80150K .......... .......... .......... .......... .......... 34% 87.4M 2s 80200K .......... .......... .......... .......... .......... 34% 81.8M 2s 80250K .......... .......... .......... .......... .......... 34% 134M 2s 80300K .......... .......... .......... .......... .......... 34% 89.2M 2s 80350K .......... .......... .......... .......... .......... 34% 131M 2s 80400K .......... .......... .......... .......... .......... 34% 10.5M 2s 80450K .......... .......... .......... .......... .......... 34% 86.6M 2s 80500K .......... .......... .......... .......... .......... 34% 114M 2s 80550K .......... .......... .......... .......... .......... 34% 72.4M 2s 80600K .......... .......... .......... .......... .......... 34% 62.8M 2s 80650K .......... .......... .......... .......... .......... 34% 90.3M 2s 80700K .......... .......... .......... .......... .......... 34% 65.4M 2s 80750K .......... .......... .......... .......... .......... 34% 132M 2s 80800K .......... .......... .......... .......... .......... 34% 69.1M 2s 80850K .......... .......... .......... .......... .......... 34% 88.0M 2s 80900K .......... .......... .......... .......... .......... 34% 131M 2s 80950K .......... .......... .......... .......... .......... 34% 87.4M 2s 81000K .......... .......... .......... .......... .......... 34% 84.9M 2s 81050K .......... .......... .......... .......... .......... 34% 130M 2s 81100K .......... .......... .......... .......... .......... 34% 89.7M 2s 81150K .......... .......... .......... .......... .......... 34% 129M 2s 81200K .......... .......... .......... .......... .......... 35% 69.1M 2s 81250K .......... .......... .......... .......... .......... 35% 88.3M 2s 81300K .......... .......... .......... .......... .......... 35% 129M 2s 81350K .......... .......... .......... .......... .......... 35% 89.1M 2s 81400K .......... .......... .......... .......... .......... 35% 82.5M 2s 81450K .......... .......... .......... .......... .......... 35% 134M 2s 81500K .......... .......... .......... .......... .......... 35% 87.5M 2s 81550K .......... .......... .......... .......... .......... 35% 88.8M 2s 81600K .......... .......... .......... .......... .......... 35% 68.2M 2s 81650K .......... .......... .......... .......... .......... 35% 88.5M 2s 81700K .......... .......... .......... .......... .......... 35% 87.2M 2s 81750K .......... .......... .......... .......... .......... 35% 87.8M 2s 81800K .......... .......... .......... .......... .......... 35% 84.6M 2s 81850K .......... .......... .......... .......... .......... 35% 86.3M 2s 81900K .......... .......... .......... .......... .......... 35% 89.8M 2s 81950K .......... .......... .......... .......... .......... 35% 88.8M 2s 82000K .......... .......... .......... .......... .......... 35% 67.7M 2s 82050K .......... .......... .......... .......... .......... 35% 132M 2s 82100K .......... .......... .......... .......... .......... 35% 86.5M 2s 82150K .......... .......... .......... .......... .......... 35% 78.8M 2s 82200K .......... .......... .......... .......... .......... 35% 97.3M 2s 82250K .......... .......... .......... .......... .......... 35% 86.4M 2s 82300K .......... .......... .......... .......... .......... 35% 88.4M 2s 82350K .......... .......... .......... .......... .......... 35% 86.4M 2s 82400K .......... .......... .......... .......... .......... 35% 94.4M 2s 82450K .......... .......... .......... .......... .......... 35% 87.9M 2s 82500K .......... .......... .......... .......... .......... 35% 89.5M 2s 82550K .......... .......... .......... .......... .......... 35% 86.9M 2s 82600K .......... .......... .......... .......... .......... 35% 102M 2s 82650K .......... .......... .......... .......... .......... 35% 103M 2s 82700K .......... .......... .......... .......... .......... 35% 110M 2s 82750K .......... .......... .......... .......... .......... 35% 102M 2s 82800K .......... .......... .......... .......... .......... 35% 69.2M 2s 82850K .......... .......... .......... .......... .......... 35% 87.8M 2s 82900K .......... .......... .......... .......... .......... 35% 110M 2s 82950K .......... .......... .......... .......... .......... 35% 101M 2s 83000K .......... .......... .......... .......... .......... 35% 83.2M 2s 83050K .......... .......... .......... .......... .......... 35% 88.0M 2s 83100K .......... .......... .......... .......... .......... 35% 88.5M 2s 83150K .......... .......... .......... .......... .......... 35% 131M 2s 83200K .......... .......... .......... .......... .......... 35% 69.0M 2s 83250K .......... .......... .......... .......... .......... 35% 87.7M 2s 83300K .......... .......... .......... .......... .......... 35% 130M 2s 83350K .......... .......... .......... .......... .......... 35% 89.0M 2s 83400K .......... .......... .......... .......... .......... 35% 81.7M 2s 83450K .......... .......... .......... .......... .......... 35% 134M 2s 83500K .......... .......... .......... .......... .......... 36% 88.3M 2s 83550K .......... .......... .......... .......... .......... 36% 104M 2s 83600K .......... .......... .......... .......... .......... 36% 80.5M 2s 83650K .......... .......... .......... .......... .......... 36% 86.0M 2s 83700K .......... .......... .......... .......... .......... 36% 137M 2s 83750K .......... .......... .......... .......... .......... 36% 88.5M 2s 83800K .......... .......... .......... .......... .......... 36% 83.7M 2s 83850K .......... .......... .......... .......... .......... 36% 87.0M 2s 83900K .......... .......... .......... .......... .......... 36% 130M 2s 83950K .......... .......... .......... .......... .......... 36% 89.8M 2s 84000K .......... .......... .......... .......... .......... 36% 91.2M 2s 84050K .......... .......... .......... .......... .......... 36% 88.7M 2s 84100K .......... .......... .......... .......... .......... 36% 109M 2s 84150K .......... .......... .......... .......... .......... 36% 103M 2s 84200K .......... .......... .......... .......... .......... 36% 84.7M 2s 84250K .......... .......... .......... .......... .......... 36% 126M 2s 84300K .......... .......... .......... .......... .......... 36% 88.8M 2s 84350K .......... .......... .......... .......... .......... 36% 109M 2s 84400K .......... .......... .......... .......... .......... 36% 77.2M 2s 84450K .......... .......... .......... .......... .......... 36% 134M 2s 84500K .......... .......... .......... .......... .......... 36% 87.5M 2s 84550K .......... .......... .......... .......... .......... 36% 89.5M 2s 84600K .......... .......... .......... .......... .......... 36% 82.2M 2s 84650K .......... .......... .......... .......... .......... 36% 130M 2s 84700K .......... .......... .......... .......... .......... 36% 88.4M 2s 84750K .......... .......... .......... .......... .......... 36% 109M 2s 84800K .......... .......... .......... .......... .......... 36% 78.2M 2s 84850K .......... .......... .......... .......... .......... 36% 131M 2s 84900K .......... .......... .......... .......... .......... 36% 86.3M 2s 84950K .......... .......... .......... .......... .......... 36% 90.5M 2s 85000K .......... .......... .......... .......... .......... 36% 120M 2s 85050K .......... .......... .......... .......... .......... 36% 89.2M 2s 85100K .......... .......... .......... .......... .......... 36% 129M 2s 85150K .......... .......... .......... .......... .......... 36% 87.5M 2s 85200K .......... .......... .......... .......... .......... 36% 94.1M 2s 85250K .......... .......... .......... .......... .......... 36% 89.1M 2s 85300K .......... .......... .......... .......... .......... 36% 86.7M 2s 85350K .......... .......... .......... .......... .......... 36% 134M 2s 85400K .......... .......... .......... .......... .......... 36% 82.8M 2s 85450K .......... .......... .......... .......... .......... 36% 109M 2s 85500K .......... .......... .......... .......... .......... 36% 101M 2s 85550K .......... .......... .......... .......... .......... 36% 88.9M 2s 85600K .......... .......... .......... .......... .......... 36% 92.3M 2s 85650K .......... .......... .......... .......... .......... 36% 88.8M 2s 85700K .......... .......... .......... .......... .......... 36% 131M 2s 85750K .......... .......... .......... .......... .......... 36% 89.3M 2s 85800K .......... .......... .......... .......... .......... 37% 121M 2s 85850K .......... .......... .......... .......... .......... 37% 87.2M 2s 85900K .......... .......... .......... .......... .......... 37% 110M 2s 85950K .......... .......... .......... .......... .......... 37% 102M 2s 86000K .......... .......... .......... .......... .......... 37% 81.4M 2s 86050K .......... .......... .......... .......... .......... 37% 102M 2s 86100K .......... .......... .......... .......... .......... 37% 87.9M 2s 86150K .......... .......... .......... .......... .......... 37% 108M 2s 86200K .......... .......... .......... .......... .......... 37% 98.1M 2s 86250K .......... .......... .......... .......... .......... 37% 88.3M 2s 86300K .......... .......... .......... .......... .......... 37% 130M 2s 86350K .......... .......... .......... .......... .......... 37% 87.1M 2s 86400K .......... .......... .......... .......... .......... 37% 93.8M 2s 86450K .......... .......... .......... .......... .......... 37% 89.1M 2s 86500K .......... .......... .......... .......... .......... 37% 128M 2s 86550K .......... .......... .......... .......... .......... 37% 89.6M 2s 86600K .......... .......... .......... .......... .......... 37% 82.4M 2s 86650K .......... .......... .......... .......... .......... 37% 134M 2s 86700K .......... .......... .......... .......... .......... 37% 88.2M 2s 86750K .......... .......... .......... .......... .......... 37% 129M 2s 86800K .......... .......... .......... .......... .......... 37% 69.3M 2s 86850K .......... .......... .......... .......... .......... 37% 87.7M 2s 86900K .......... .......... .......... .......... .......... 37% 130M 2s 86950K .......... .......... .......... .......... .......... 37% 89.0M 2s 87000K .......... .......... .......... .......... .......... 37% 101M 2s 87050K .......... .......... .......... .......... .......... 37% 101M 2s 87100K .......... .......... .......... .......... .......... 37% 112M 2s 87150K .......... .......... .......... .......... .......... 37% 101M 2s 87200K .......... .......... .......... .......... .......... 37% 81.9M 2s 87250K .......... .......... .......... .......... .......... 37% 101M 2s 87300K .......... .......... .......... .......... .......... 37% 108M 2s 87350K .......... .......... .......... .......... .......... 37% 103M 2s 87400K .......... .......... .......... .......... .......... 37% 82.1M 2s 87450K .......... .......... .......... .......... .......... 37% 132M 2s 87500K .......... .......... .......... .......... .......... 37% 88.9M 2s 87550K .......... .......... .......... .......... .......... 37% 108M 2s 87600K .......... .......... .......... .......... .......... 37% 77.4M 2s 87650K .......... .......... .......... .......... .......... 37% 88.9M 2s 87700K .......... .......... .......... .......... .......... 37% 133M 2s 87750K .......... .......... .......... .......... .......... 37% 86.7M 2s 87800K .......... .......... .......... .......... .......... 37% 121M 2s 87850K .......... .......... .......... .......... .......... 37% 89.1M 2s 87900K .......... .......... .......... .......... .......... 37% 132M 2s 87950K .......... .......... .......... .......... .......... 37% 88.4M 2s 88000K .......... .......... .......... .......... .......... 37% 68.6M 2s 88050K .......... .......... .......... .......... .......... 37% 88.5M 2s 88100K .......... .......... .......... .......... .......... 37% 132M 2s 88150K .......... .......... .......... .......... .......... 38% 88.8M 2s 88200K .......... .......... .......... .......... .......... 38% 120M 2s 88250K .......... .......... .......... .......... .......... 38% 87.7M 2s 88300K .......... .......... .......... .......... .......... 38% 89.0M 2s 88350K .......... .......... .......... .......... .......... 38% 127M 2s 88400K .......... .......... .......... .......... .......... 38% 70.0M 2s 88450K .......... .......... .......... .......... .......... 38% 131M 2s 88500K .......... .......... .......... .......... .......... 38% 88.3M 2s 88550K .......... .......... .......... .......... .......... 38% 131M 2s 88600K .......... .......... .......... .......... .......... 38% 83.4M 2s 88650K .......... .......... .......... .......... .......... 38% 87.8M 2s 88700K .......... .......... .......... .......... .......... 38% 132M 2s 88750K .......... .......... .......... .......... .......... 38% 89.3M 2s 88800K .......... .......... .......... .......... .......... 38% 91.5M 2s 88850K .......... .......... .......... .......... .......... 38% 110M 2s 88900K .......... .......... .......... .......... .......... 38% 101M 2s 88950K .......... .......... .......... .......... .......... 38% 88.6M 2s 89000K .......... .......... .......... .......... .......... 38% 104M 2s 89050K .......... .......... .......... .......... .......... 38% 101M 2s 89100K .......... .......... .......... .......... .......... 38% 130M 2s 89150K .......... .......... .......... .......... .......... 38% 88.9M 2s 89200K .......... .......... .......... .......... .......... 38% 80.7M 2s 89250K .......... .......... .......... .......... .......... 38% 102M 2s 89300K .......... .......... .......... .......... .......... 38% 58.9M 2s 89350K .......... .......... .......... .......... .......... 38% 87.8M 2s 89400K .......... .......... .......... .......... .......... 38% 82.9M 2s 89450K .......... .......... .......... .......... .......... 38% 89.8M 2s 89500K .......... .......... .......... .......... .......... 38% 128M 2s 89550K .......... .......... .......... .......... .......... 38% 88.6M 2s 89600K .......... .......... .......... .......... .......... 38% 93.3M 2s 89650K .......... .......... .......... .......... .......... 38% 88.6M 2s 89700K .......... .......... .......... .......... .......... 38% 131M 2s 89750K .......... .......... .......... .......... .......... 38% 65.7M 2s 89800K .......... .......... .......... .......... .......... 38% 83.3M 2s 89850K .......... .......... .......... .......... .......... 38% 134M 2s 89900K .......... .......... .......... .......... .......... 38% 87.8M 2s 89950K .......... .......... .......... .......... .......... 38% 110M 2s 90000K .......... .......... .......... .......... .......... 38% 76.6M 2s 90050K .......... .......... .......... .......... .......... 38% 87.8M 2s 90100K .......... .......... .......... .......... .......... 38% 130M 2s 90150K .......... .......... .......... .......... .......... 38% 87.1M 2s 90200K .......... .......... .......... .......... .......... 38% 125M 2s 90250K .......... .......... .......... .......... .......... 38% 88.3M 2s 90300K .......... .......... .......... .......... .......... 38% 87.2M 2s 90350K .......... .......... .......... .......... .......... 38% 109M 2s 90400K .......... .......... .......... .......... .......... 38% 77.9M 2s 90450K .......... .......... .......... .......... .......... 39% 131M 2s 90500K .......... .......... .......... .......... .......... 39% 88.0M 2s 90550K .......... .......... .......... .......... .......... 39% 108M 2s 90600K .......... .......... .......... .......... .......... 39% 71.0M 2s 90650K .......... .......... .......... .......... .......... 39% 86.3M 2s 90700K .......... .......... .......... .......... .......... 39% 66.1M 2s 90750K .......... .......... .......... .......... .......... 39% 109M 2s 90800K .......... .......... .......... .......... .......... 39% 76.8M 2s 90850K .......... .......... .......... .......... .......... 39% 87.9M 2s 90900K .......... .......... .......... .......... .......... 39% 131M 2s 90950K .......... .......... .......... .......... .......... 39% 89.4M 2s 91000K .......... .......... .......... .......... .......... 39% 102M 2s 91050K .......... .......... .......... .......... .......... 39% 100M 2s 91100K .......... .......... .......... .......... .......... 39% 87.9M 2s 91150K .......... .......... .......... .......... .......... 39% 134M 2s 91200K .......... .......... .......... .......... .......... 39% 68.0M 2s 91250K .......... .......... .......... .......... .......... 39% 111M 2s 91300K .......... .......... .......... .......... .......... 39% 100M 2s 91350K .......... .......... .......... .......... .......... 39% 89.1M 2s 91400K .......... .......... .......... .......... .......... 39% 83.5M 2s 91450K .......... .......... .......... .......... .......... 39% 86.1M 2s 91500K .......... .......... .......... .......... .......... 39% 90.2M 2s 91550K .......... .......... .......... .......... .......... 39% 107M 2s 91600K .......... .......... .......... .......... .......... 39% 77.8M 2s 91650K .......... .......... .......... .......... .......... 39% 89.2M 2s 91700K .......... .......... .......... .......... .......... 39% 108M 2s 91750K .......... .......... .......... .......... .......... 39% 102M 2s 91800K .......... .......... .......... .......... .......... 39% 83.3M 2s 91850K .......... .......... .......... .......... .......... 39% 133M 2s 91900K .......... .......... .......... .......... .......... 39% 109M 2s 91950K .......... .......... .......... .......... .......... 39% 101M 2s 92000K .......... .......... .......... .......... .......... 39% 69.2M 2s 92050K .......... .......... .......... .......... .......... 39% 88.3M 2s 92100K .......... .......... .......... .......... .......... 39% 130M 2s 92150K .......... .......... .......... .......... .......... 39% 88.9M 2s 92200K .......... .......... .......... .......... .......... 39% 120M 2s 92250K .......... .......... .......... .......... .......... 39% 88.7M 2s 92300K .......... .......... .......... .......... .......... 39% 130M 2s 92350K .......... .......... .......... .......... .......... 39% 89.0M 2s 92400K .......... .......... .......... .......... .......... 39% 68.5M 2s 92450K .......... .......... .......... .......... .......... 39% 129M 2s 92500K .......... .......... .......... .......... .......... 39% 88.9M 2s 92550K .......... .......... .......... .......... .......... 39% 111M 2s 92600K .......... .......... .......... .......... .......... 39% 94.7M 2s 92650K .......... .......... .......... .......... .......... 39% 87.7M 2s 92700K .......... .......... .......... .......... .......... 39% 136M 2s 92750K .......... .......... .......... .......... .......... 39% 87.6M 2s 92800K .......... .......... .......... .......... .......... 40% 91.5M 2s 92850K .......... .......... .......... .......... .......... 40% 89.0M 2s 92900K .......... .......... .......... .......... .......... 40% 131M 2s 92950K .......... .......... .......... .......... .......... 40% 88.9M 2s 93000K .......... .......... .......... .......... .......... 40% 103M 2s 93050K .......... .......... .......... .......... .......... 40% 100M 2s 93100K .......... .......... .......... .......... .......... 40% 88.3M 2s 93150K .......... .......... .......... .......... .......... 40% 134M 2s 93200K .......... .......... .......... .......... .......... 40% 68.6M 2s 93250K .......... .......... .......... .......... .......... 40% 89.0M 2s 93300K .......... .......... .......... .......... .......... 40% 87.5M 2s 93350K .......... .......... .......... .......... .......... 40% 134M 2s 93400K .......... .......... .......... .......... .......... 40% 82.5M 2s 93450K .......... .......... .......... .......... .......... 40% 86.7M 2s 93500K .......... .......... .......... .......... .......... 40% 87.6M 2s 93550K .......... .......... .......... .......... .......... 40% 133M 2s 93600K .......... .......... .......... .......... .......... 40% 92.3M 2s 93650K .......... .......... .......... .......... .......... 40% 87.4M 2s 93700K .......... .......... .......... .......... .......... 40% 88.2M 2s 93750K .......... .......... .......... .......... .......... 40% 109M 2s 93800K .......... .......... .......... .......... .......... 40% 97.8M 2s 93850K .......... .......... .......... .......... .......... 40% 86.8M 2s 93900K .......... .......... .......... .......... .......... 40% 89.7M 2s 93950K .......... .......... .......... .......... .......... 40% 76.3M 2s 94000K .......... .......... .......... .......... .......... 40% 77.1M 2s 94050K .......... .......... .......... .......... .......... 40% 89.5M 2s 94100K .......... .......... .......... .......... .......... 40% 86.2M 2s 94150K .......... .......... .......... .......... .......... 40% 108M 2s 94200K .......... .......... .......... .......... .......... 40% 84.7M 2s 94250K .......... .......... .......... .......... .......... 40% 102M 2s 94300K .......... .......... .......... .......... .......... 40% 88.3M 2s 94350K .......... .......... .......... .......... .......... 40% 109M 2s 94400K .......... .......... .......... .......... .......... 40% 68.7M 2s 94450K .......... .......... .......... .......... .......... 40% 88.1M 2s 94500K .......... .......... .......... .......... .......... 40% 105M 2s 94550K .......... .......... .......... .......... .......... 40% 86.4M 2s 94600K .......... .......... .......... .......... .......... 40% 104M 2s 94650K .......... .......... .......... .......... .......... 40% 99.3M 2s 94700K .......... .......... .......... .......... .......... 40% 89.3M 2s 94750K .......... .......... .......... .......... .......... 40% 88.1M 2s 94800K .......... .......... .......... .......... .......... 40% 93.2M 2s 94850K .......... .......... .......... .......... .......... 40% 87.9M 2s 94900K .......... .......... .......... .......... .......... 40% 87.6M 2s 94950K .......... .......... .......... .......... .......... 40% 87.2M 2s 95000K .......... .......... .......... .......... .......... 40% 84.9M 2s 95050K .......... .......... .......... .......... .......... 40% 110M 2s 95100K .......... .......... .......... .......... .......... 41% 87.2M 2s 95150K .......... .......... .......... .......... .......... 41% 99.9M 2s 95200K .......... .......... .......... .......... .......... 41% 69.1M 2s 95250K .......... .......... .......... .......... .......... 41% 89.9M 2s 95300K .......... .......... .......... .......... .......... 41% 87.1M 2s 95350K .......... .......... .......... .......... .......... 41% 110M 2s 95400K .......... .......... .......... .......... .......... 41% 93.6M 2s 95450K .......... .......... .......... .......... .......... 41% 89.1M 2s 95500K .......... .......... .......... .......... .......... 41% 88.4M 2s 95550K .......... .......... .......... .......... .......... 41% 133M 2s 95600K .......... .......... .......... .......... .......... 41% 68.4M 2s 95650K .......... .......... .......... .......... .......... 41% 133M 2s 95700K .......... .......... .......... .......... .......... 41% 87.6M 2s 95750K .......... .......... .......... .......... .......... 41% 66.3M 2s 95800K .......... .......... .......... .......... .......... 41% 102M 2s 95850K .......... .......... .......... .......... .......... 41% 101M 2s 95900K .......... .......... .......... .......... .......... 41% 86.6M 2s 95950K .......... .......... .......... .......... .......... 41% 67.1M 2s 96000K .......... .......... .......... .......... .......... 41% 93.3M 2s 96050K .......... .......... .......... .......... .......... 41% 86.9M 2s 96100K .......... .......... .......... .......... .......... 41% 110M 2s 96150K .......... .......... .......... .......... .......... 41% 99.5M 2s 96200K .......... .......... .......... .......... .......... 41% 84.9M 2s 96250K .......... .......... .......... .......... .......... 41% 88.6M 2s 96300K .......... .......... .......... .......... .......... 41% 38.7M 2s 96350K .......... .......... .......... .......... .......... 41% 88.2M 2s 96400K .......... .......... .......... .......... .......... 41% 67.8M 2s 96450K .......... .......... .......... .......... .......... 41% 90.1M 2s 96500K .......... .......... .......... .......... .......... 41% 128M 2s 96550K .......... .......... .......... .......... .......... 41% 88.1M 2s 96600K .......... .......... .......... .......... .......... 41% 83.7M 2s 96650K .......... .......... .......... .......... .......... 41% 88.5M 2s 96700K .......... .......... .......... .......... .......... 41% 131M 2s 96750K .......... .......... .......... .......... .......... 41% 89.5M 2s 96800K .......... .......... .......... .......... .......... 41% 68.6M 2s 96850K .......... .......... .......... .......... .......... 41% 130M 2s 96900K .......... .......... .......... .......... .......... 41% 88.1M 2s 96950K .......... .......... .......... .......... .......... 41% 87.0M 2s 97000K .......... .......... .......... .......... .......... 41% 124M 2s 97050K .......... .......... .......... .......... .......... 41% 87.0M 2s 97100K .......... .......... .......... .......... .......... 41% 88.9M 2s 97150K .......... .......... .......... .......... .......... 41% 88.7M 2s 97200K .......... .......... .......... .......... .......... 41% 68.6M 2s 97250K .......... .......... .......... .......... .......... 41% 88.7M 2s 97300K .......... .......... .......... .......... .......... 41% 87.8M 2s 97350K .......... .......... .......... .......... .......... 41% 131M 2s 97400K .......... .......... .......... .......... .......... 42% 83.5M 2s 97450K .......... .......... .......... .......... .......... 42% 87.9M 2s 97500K .......... .......... .......... .......... .......... 42% 89.5M 2s 97550K .......... .......... .......... .......... .......... 42% 132M 2s 97600K .......... .......... .......... .......... .......... 42% 68.9M 2s 97650K .......... .......... .......... .......... .......... 42% 106M 2s 97700K .......... .......... .......... .......... .......... 42% 103M 2s 97750K .......... .......... .......... .......... .......... 42% 87.6M 2s 97800K .......... .......... .......... .......... .......... 42% 84.4M 2s 97850K .......... .......... .......... .......... .......... 42% 133M 2s 97900K .......... .......... .......... .......... .......... 42% 85.8M 2s 97950K .......... .......... .......... .......... .......... 42% 90.0M 2s 98000K .......... .......... .......... .......... .......... 42% 93.4M 2s 98050K .......... .......... .......... .......... .......... 42% 88.2M 2s 98100K .......... .......... .......... .......... .......... 42% 87.3M 2s 98150K .......... .......... .......... .......... .......... 42% 87.7M 2s 98200K .......... .......... .......... .......... .......... 42% 79.7M 2s 98250K .......... .......... .......... .......... .......... 42% 141M 2s 98300K .......... .......... .......... .......... .......... 42% 66.6M 2s 98350K .......... .......... .......... .......... .......... 42% 133M 2s 98400K .......... .......... .......... .......... .......... 42% 68.5M 2s 98450K .......... .......... .......... .......... .......... 42% 86.7M 2s 98500K .......... .......... .......... .......... .......... 42% 134M 2s 98550K .......... .......... .......... .......... .......... 42% 88.4M 2s 98600K .......... .......... .......... .......... .......... 42% 82.8M 2s 98650K .......... .......... .......... .......... .......... 42% 109M 2s 98700K .......... .......... .......... .......... .......... 42% 89.3M 2s 98750K .......... .......... .......... .......... .......... 42% 102M 2s 98800K .......... .......... .......... .......... .......... 42% 68.2M 2s 98850K .......... .......... .......... .......... .......... 42% 111M 2s 98900K .......... .......... .......... .......... .......... 42% 101M 2s 98950K .......... .......... .......... .......... .......... 42% 87.0M 2s 99000K .......... .......... .......... .......... .......... 42% 105M 2s 99050K .......... .......... .......... .......... .......... 42% 101M 2s 99100K .......... .......... .......... .......... .......... 42% 87.7M 2s 99150K .......... .......... .......... .......... .......... 42% 134M 2s 99200K .......... .......... .......... .......... .......... 42% 68.9M 2s 99250K .......... .......... .......... .......... .......... 42% 130M 2s 99300K .......... .......... .......... .......... .......... 42% 87.1M 2s 99350K .......... .......... .......... .......... .......... 42% 88.9M 2s 99400K .......... .......... .......... .......... .......... 42% 121M 2s 99450K .......... .......... .......... .......... .......... 42% 87.3M 2s 99500K .......... .......... .......... .......... .......... 42% 112M 2s 99550K .......... .......... .......... .......... .......... 42% 102M 2s 99600K .......... .......... .......... .......... .......... 42% 78.1M 1s 99650K .......... .......... .......... .......... .......... 42% 91.9M 1s 99700K .......... .......... .......... .......... .......... 42% 103M 1s 99750K .......... .......... .......... .......... .......... 43% 86.9M 1s 99800K .......... .......... .......... .......... .......... 43% 81.7M 1s 99850K .......... .......... .......... .......... .......... 43% 134M 1s 99900K .......... .......... .......... .......... .......... 43% 87.6M 1s 99950K .......... .......... .......... .......... .......... 43% 87.2M 1s 100000K .......... .......... .......... .......... .......... 43% 95.1M 1s 100050K .......... .......... .......... .......... .......... 43% 104M 1s 100100K .......... .......... .......... .......... .......... 43% 109M 1s 100150K .......... .......... .......... .......... .......... 43% 102M 1s 100200K .......... .......... .......... .......... .......... 43% 99.3M 1s 100250K .......... .......... .......... .......... .......... 43% 102M 1s 100300K .......... .......... .......... .......... .......... 43% 86.5M 1s 100350K .......... .......... .......... .......... .......... 43% 111M 1s 100400K .......... .......... .......... .......... .......... 43% 78.6M 1s 100450K .......... .......... .......... .......... .......... 43% 110M 1s 100500K .......... .......... .......... .......... .......... 43% 101M 1s 100550K .......... .......... .......... .......... .......... 43% 110M 1s 100600K .......... .......... .......... .......... .......... 43% 92.5M 1s 100650K .......... .......... .......... .......... .......... 43% 99.0M 1s 100700K .......... .......... .......... .......... .......... 43% 113M 1s 100750K .......... .......... .......... .......... .......... 43% 109M 1s 100800K .......... .......... .......... .......... .......... 43% 71.0M 1s 100850K .......... .......... .......... .......... .......... 43% 132M 1s 100900K .......... .......... .......... .......... .......... 43% 88.8M 1s 100950K .......... .......... .......... .......... .......... 43% 86.5M 1s 101000K .......... .......... .......... .......... .......... 43% 81.2M 1s 101050K .......... .......... .......... .......... .......... 43% 138M 1s 101100K .......... .......... .......... .......... .......... 43% 88.8M 1s 101150K .......... .......... .......... .......... .......... 43% 27.8M 1s 101200K .......... .......... .......... .......... .......... 43% 139M 1s 101250K .......... .......... .......... .......... .......... 43% 194M 1s 101300K .......... .......... .......... .......... .......... 43% 202M 1s 101350K .......... .......... .......... .......... .......... 43% 173M 1s 101400K .......... .......... .......... .......... .......... 43% 175M 1s 101450K .......... .......... .......... .......... .......... 43% 172M 1s 101500K .......... .......... .......... .......... .......... 43% 105M 1s 101550K .......... .......... .......... .......... .......... 43% 32.6M 1s 101600K .......... .......... .......... .......... .......... 43% 92.2M 1s 101650K .......... .......... .......... .......... .......... 43% 86.0M 1s 101700K .......... .......... .......... .......... .......... 43% 90.4M 1s 101750K .......... .......... .......... .......... .......... 43% 130M 1s 101800K .......... .......... .......... .......... .......... 43% 84.4M 1s 101850K .......... .......... .......... .......... .......... 43% 111M 1s 101900K .......... .......... .......... .......... .......... 43% 97.8M 1s 101950K .......... .......... .......... .......... .......... 43% 89.5M 1s 102000K .......... .......... .......... .......... .......... 43% 93.5M 1s 102050K .......... .......... .......... .......... .......... 44% 87.8M 1s 102100K .......... .......... .......... .......... .......... 44% 88.2M 1s 102150K .......... .......... .......... .......... .......... 44% 132M 1s 102200K .......... .......... .......... .......... .......... 44% 82.1M 1s 102250K .......... .......... .......... .......... .......... 44% 115M 1s 102300K .......... .......... .......... .......... .......... 44% 87.2M 1s 102350K .......... .......... .......... .......... .......... 44% 103M 1s 102400K .......... .......... .......... .......... .......... 44% 79.2M 1s 102450K .......... .......... .......... .......... .......... 44% 102M 1s 102500K .......... .......... .......... .......... .......... 44% 111M 1s 102550K .......... .......... .......... .......... .......... 44% 101M 1s 102600K .......... .......... .......... .......... .......... 44% 105M 1s 102650K .......... .......... .......... .......... .......... 44% 98.0M 1s 102700K .......... .......... .......... .......... .......... 44% 114M 1s 102750K .......... .......... .......... .......... .......... 44% 102M 1s 102800K .......... .......... .......... .......... .......... 44% 68.0M 1s 102850K .......... .......... .......... .......... .......... 44% 134M 1s 102900K .......... .......... .......... .......... .......... 44% 87.9M 1s 102950K .......... .......... .......... .......... .......... 44% 132M 1s 103000K .......... .......... .......... .......... .......... 44% 82.6M 1s 103050K .......... .......... .......... .......... .......... 44% 112M 1s 103100K .......... .......... .......... .......... .......... 44% 102M 1s 103150K .......... .......... .......... .......... .......... 44% 107M 1s 103200K .......... .......... .......... .......... .......... 44% 77.7M 1s 103250K .......... .......... .......... .......... .......... 44% 130M 1s 103300K .......... .......... .......... .......... .......... 44% 88.0M 1s 103350K .......... .......... .......... .......... .......... 44% 133M 1s 103400K .......... .......... .......... .......... .......... 44% 83.4M 1s 103450K .......... .......... .......... .......... .......... 44% 132M 1s 103500K .......... .......... .......... .......... .......... 44% 89.2M 1s 103550K .......... .......... .......... .......... .......... 44% 110M 1s 103600K .......... .......... .......... .......... .......... 44% 75.2M 1s 103650K .......... .......... .......... .......... .......... 44% 88.5M 1s 103700K .......... .......... .......... .......... .......... 44% 88.7M 1s 103750K .......... .......... .......... .......... .......... 44% 130M 1s 103800K .......... .......... .......... .......... .......... 44% 84.3M 1s 103850K .......... .......... .......... .......... .......... 44% 87.5M 1s 103900K .......... .......... .......... .......... .......... 44% 133M 1s 103950K .......... .......... .......... .......... .......... 44% 88.1M 1s 104000K .......... .......... .......... .......... .......... 44% 68.9M 1s 104050K .......... .......... .......... .......... .......... 44% 131M 1s 104100K .......... .......... .......... .......... .......... 44% 87.8M 1s 104150K .......... .......... .......... .......... .......... 44% 134M 1s 104200K .......... .......... .......... .......... .......... 44% 82.8M 1s 104250K .......... .......... .......... .......... .......... 44% 134M 1s 104300K .......... .......... .......... .......... .......... 44% 87.2M 1s 104350K .......... .......... .......... .......... .......... 44% 110M 1s 104400K .......... .......... .......... .......... .......... 45% 76.7M 1s 104450K .......... .......... .......... .......... .......... 45% 130M 1s 104500K .......... .......... .......... .......... .......... 45% 87.8M 1s 104550K .......... .......... .......... .......... .......... 45% 134M 1s 104600K .......... .......... .......... .......... .......... 45% 83.6M 1s 104650K .......... .......... .......... .......... .......... 45% 87.8M 1s 104700K .......... .......... .......... .......... .......... 45% 132M 1s 104750K .......... .......... .......... .......... .......... 45% 90.1M 1s 104800K .......... .......... .......... .......... .......... 45% 91.7M 1s 104850K .......... .......... .......... .......... .......... 45% 88.0M 1s 104900K .......... .......... .......... .......... .......... 45% 131M 1s 104950K .......... .......... .......... .......... .......... 45% 89.1M 1s 105000K .......... .......... .......... .......... .......... 45% 118M 1s 105050K .......... .......... .......... .......... .......... 45% 90.0M 1s 105100K .......... .......... .......... .......... .......... 45% 105M 1s 105150K .......... .......... .......... .......... .......... 45% 105M 1s 105200K .......... .......... .......... .......... .......... 45% 93.2M 1s 105250K .......... .......... .......... .......... .......... 45% 87.1M 1s 105300K .......... .......... .......... .......... .......... 45% 110M 1s 105350K .......... .......... .......... .......... .......... 45% 101M 1s 105400K .......... .......... .......... .......... .......... 45% 63.8M 1s 105450K .......... .......... .......... .......... .......... 45% 198M 1s 105500K .......... .......... .......... .......... .......... 45% 96.1M 1s 105550K .......... .......... .......... .......... .......... 45% 135M 1s 105600K .......... .......... .......... .......... .......... 45% 78.6M 1s 105650K .......... .......... .......... .......... .......... 45% 108M 1s 105700K .......... .......... .......... .......... .......... 45% 87.6M 1s 105750K .......... .......... .......... .......... .......... 45% 134M 1s 105800K .......... .......... .......... .......... .......... 45% 81.8M 1s 105850K .......... .......... .......... .......... .......... 45% 131M 1s 105900K .......... .......... .......... .......... .......... 45% 87.1M 1s 105950K .......... .......... .......... .......... .......... 45% 132M 1s 106000K .......... .......... .......... .......... .......... 45% 68.1M 1s 106050K .......... .......... .......... .......... .......... 45% 139M 1s 106100K .......... .......... .......... .......... .......... 45% 87.7M 1s 106150K .......... .......... .......... .......... .......... 45% 88.1M 1s 106200K .......... .......... .......... .......... .......... 45% 83.3M 1s 106250K .......... .......... .......... .......... .......... 45% 132M 1s 106300K .......... .......... .......... .......... .......... 45% 110M 1s 106350K .......... .......... .......... .......... .......... 45% 98.8M 1s 106400K .......... .......... .......... .......... .......... 45% 70.5M 1s 106450K .......... .......... .......... .......... .......... 45% 88.3M 1s 106500K .......... .......... .......... .......... .......... 45% 130M 1s 106550K .......... .......... .......... .......... .......... 45% 89.9M 1s 106600K .......... .......... .......... .......... .......... 45% 117M 1s 106650K .......... .......... .......... .......... .......... 45% 90.4M 1s 106700K .......... .......... .......... .......... .......... 46% 108M 1s 106750K .......... .......... .......... .......... .......... 46% 102M 1s 106800K .......... .......... .......... .......... .......... 46% 68.2M 1s 106850K .......... .......... .......... .......... .......... 46% 109M 1s 106900K .......... .......... .......... .......... .......... 46% 103M 1s 106950K .......... .......... .......... .......... .......... 46% 109M 1s 107000K .......... .......... .......... .......... .......... 46% 96.4M 1s 107050K .......... .......... .......... .......... .......... 46% 89.6M 1s 107100K .......... .......... .......... .......... .......... 46% 128M 1s 107150K .......... .......... .......... .......... .......... 46% 88.4M 1s 107200K .......... .......... .......... .......... .......... 46% 92.9M 1s 107250K .......... .......... .......... .......... .......... 46% 88.4M 1s 107300K .......... .......... .......... .......... .......... 46% 131M 1s 107350K .......... .......... .......... .......... .......... 46% 88.4M 1s 107400K .......... .......... .......... .......... .......... 46% 121M 1s 107450K .......... .......... .......... .......... .......... 46% 86.3M 1s 107500K .......... .......... .......... .......... .......... 46% 134M 1s 107550K .......... .......... .......... .......... .......... 46% 88.9M 1s 107600K .......... .......... .......... .......... .......... 46% 78.8M 1s 107650K .......... .......... .......... .......... .......... 46% 91.3M 1s 107700K .......... .......... .......... .......... .......... 46% 102M 1s 107750K .......... .......... .......... .......... .......... 46% 88.5M 1s 107800K .......... .......... .......... .......... .......... 46% 118M 1s 107850K .......... .......... .......... .......... .......... 46% 89.6M 1s 107900K .......... .......... .......... .......... .......... 46% 87.1M 1s 107950K .......... .......... .......... .......... .......... 46% 88.7M 1s 108000K .......... .......... .......... .......... .......... 46% 94.0M 1s 108050K .......... .......... .......... .......... .......... 46% 106M 1s 108100K .......... .......... .......... .......... .......... 46% 103M 1s 108150K .......... .......... .......... .......... .......... 46% 89.7M 1s 108200K .......... .......... .......... .......... .......... 46% 82.9M 1s 108250K .......... .......... .......... .......... .......... 46% 87.3M 1s 108300K .......... .......... .......... .......... .......... 46% 131M 1s 108350K .......... .......... .......... .......... .......... 46% 88.7M 1s 108400K .......... .......... .......... .......... .......... 46% 92.8M 1s 108450K .......... .......... .......... .......... .......... 46% 88.9M 1s 108500K .......... .......... .......... .......... .......... 46% 88.2M 1s 108550K .......... .......... .......... .......... .......... 46% 133M 1s 108600K .......... .......... .......... .......... .......... 46% 102M 1s 108650K .......... .......... .......... .......... .......... 46% 73.3M 1s 108700K .......... .......... .......... .......... .......... 46% 135M 1s 108750K .......... .......... .......... .......... .......... 46% 84.1M 1s 108800K .......... .......... .......... .......... .......... 46% 70.0M 1s 108850K .......... .......... .......... .......... .......... 46% 134M 1s 108900K .......... .......... .......... .......... .......... 46% 77.8M 1s 108950K .......... .......... .......... .......... .......... 46% 103M 1s 109000K .......... .......... .......... .......... .......... 47% 81.4M 1s 109050K .......... .......... .......... .......... .......... 47% 136M 1s 109100K .......... .......... .......... .......... .......... 47% 86.9M 1s 109150K .......... .......... .......... .......... .......... 47% 87.8M 1s 109200K .......... .......... .......... .......... .......... 47% 82.1M 1s 109250K .......... .......... .......... .......... .......... 47% 87.2M 1s 109300K .......... .......... .......... .......... .......... 47% 104M 1s 109350K .......... .......... .......... .......... .......... 47% 86.4M 1s 109400K .......... .......... .......... .......... .......... 47% 85.1M 1s 109450K .......... .......... .......... .......... .......... 47% 86.7M 1s 109500K .......... .......... .......... .......... .......... 47% 84.9M 1s 109550K .......... .......... .......... .......... .......... 47% 113M 1s 109600K .......... .......... .......... .......... .......... 47% 69.1M 1s 109650K .......... .......... .......... .......... .......... 47% 73.2M 1s 109700K .......... .......... .......... .......... .......... 47% 131M 1s 109750K .......... .......... .......... .......... .......... 47% 86.4M 1s 109800K .......... .......... .......... .......... .......... 47% 106M 1s 109850K .......... .......... .......... .......... .......... 47% 69.3M 1s 109900K .......... .......... .......... .......... .......... 47% 145M 1s 109950K .......... .......... .......... .......... .......... 47% 88.5M 1s 110000K .......... .......... .......... .......... .......... 47% 69.0M 1s 110050K .......... .......... .......... .......... .......... 47% 130M 1s 110100K .......... .......... .......... .......... .......... 47% 77.8M 1s 110150K .......... .......... .......... .......... .......... 47% 104M 1s 110200K .......... .......... .......... .......... .......... 47% 82.2M 1s 110250K .......... .......... .......... .......... .......... 47% 89.1M 1s 110300K .......... .......... .......... .......... .......... 47% 87.8M 1s 110350K .......... .......... .......... .......... .......... 47% 87.5M 1s 110400K .......... .......... .......... .......... .......... 47% 69.2M 1s 110450K .......... .......... .......... .......... .......... 47% 87.3M 1s 110500K .......... .......... .......... .......... .......... 47% 86.5M 1s 110550K .......... .......... .......... .......... .......... 47% 90.8M 1s 110600K .......... .......... .......... .......... .......... 47% 81.2M 1s 110650K .......... .......... .......... .......... .......... 47% 89.5M 1s 110700K .......... .......... .......... .......... .......... 47% 87.7M 1s 110750K .......... .......... .......... .......... .......... 47% 110M 1s 110800K .......... .......... .......... .......... .......... 47% 59.2M 1s 110850K .......... .......... .......... .......... .......... 47% 88.5M 1s 110900K .......... .......... .......... .......... .......... 47% 133M 1s 110950K .......... .......... .......... .......... .......... 47% 87.4M 1s 111000K .......... .......... .......... .......... .......... 47% 101M 1s 111050K .......... .......... .......... .......... .......... 47% 103M 1s 111100K .......... .......... .......... .......... .......... 47% 111M 1s 111150K .......... .......... .......... .......... .......... 47% 100M 1s 111200K .......... .......... .......... .......... .......... 47% 69.5M 1s 111250K .......... .......... .......... .......... .......... 47% 88.4M 1s 111300K .......... .......... .......... .......... .......... 47% 130M 1s 111350K .......... .......... .......... .......... .......... 48% 88.8M 1s 111400K .......... .......... .......... .......... .......... 48% 103M 1s 111450K .......... .......... .......... .......... .......... 48% 101M 1s 111500K .......... .......... .......... .......... .......... 48% 112M 1s 111550K .......... .......... .......... .......... .......... 48% 87.7M 1s 111600K .......... .......... .......... .......... .......... 48% 76.4M 1s 111650K .......... .......... .......... .......... .......... 48% 88.1M 1s 111700K .......... .......... .......... .......... .......... 48% 111M 1s 111750K .......... .......... .......... .......... .......... 48% 99.0M 1s 111800K .......... .......... .......... .......... .......... 48% 84.6M 1s 111850K .......... .......... .......... .......... .......... 48% 89.1M 1s 111900K .......... .......... .......... .......... .......... 48% 86.6M 1s 111950K .......... .......... .......... .......... .......... 48% 88.5M 1s 112000K .......... .......... .......... .......... .......... 48% 93.9M 1s 112050K .......... .......... .......... .......... .......... 48% 87.8M 1s 112100K .......... .......... .......... .......... .......... 48% 126M 1s 112150K .......... .......... .......... .......... .......... 48% 65.4M 1s 112200K .......... .......... .......... .......... .......... 48% 86.5M 1s 112250K .......... .......... .......... .......... .......... 48% 128M 1s 112300K .......... .......... .......... .......... .......... 48% 89.6M 1s 112350K .......... .......... .......... .......... .......... 48% 132M 1s 112400K .......... .......... .......... .......... .......... 48% 69.2M 1s 112450K .......... .......... .......... .......... .......... 48% 133M 1s 112500K .......... .......... .......... .......... .......... 48% 87.7M 1s 112550K .......... .......... .......... .......... .......... 48% 86.8M 1s 112600K .......... .......... .......... .......... .......... 48% 123M 1s 112650K .......... .......... .......... .......... .......... 48% 87.9M 1s 112700K .......... .......... .......... .......... .......... 48% 131M 1s 112750K .......... .......... .......... .......... .......... 48% 88.6M 1s 112800K .......... .......... .......... .......... .......... 48% 68.3M 1s 112850K .......... .......... .......... .......... .......... 48% 134M 1s 112900K .......... .......... .......... .......... .......... 48% 87.6M 1s 112950K .......... .......... .......... .......... .......... 48% 133M 1s 113000K .......... .......... .......... .......... .......... 48% 83.0M 1s 113050K .......... .......... .......... .......... .......... 48% 132M 1s 113100K .......... .......... .......... .......... .......... 48% 88.3M 1s 113150K .......... .......... .......... .......... .......... 48% 130M 1s 113200K .......... .......... .......... .......... .......... 48% 62.8M 1s 113250K .......... .......... .......... .......... .......... 48% 72.2M 1s 113300K .......... .......... .......... .......... .......... 48% 133M 1s 113350K .......... .......... .......... .......... .......... 48% 78.4M 1s 113400K .......... .......... .......... .......... .......... 48% 96.4M 1s 113450K .......... .......... .......... .......... .......... 48% 64.9M 1s 113500K .......... .......... .......... .......... .......... 48% 88.9M 1s 113550K .......... .......... .......... .......... .......... 48% 131M 1s 113600K .......... .......... .......... .......... .......... 48% 67.3M 1s 113650K .......... .......... .......... .......... .......... 49% 112M 1s 113700K .......... .......... .......... .......... .......... 49% 74.5M 1s 113750K .......... .......... .......... .......... .......... 49% 131M 1s 113800K .......... .......... .......... .......... .......... 49% 74.4M 1s 113850K .......... .......... .......... .......... .......... 49% 73.2M 1s 113900K .......... .......... .......... .......... .......... 49% 130M 1s 113950K .......... .......... .......... .......... .......... 49% 88.6M 1s 114000K .......... .......... .......... .......... .......... 49% 93.1M 1s 114050K .......... .......... .......... .......... .......... 49% 87.7M 1s 114100K .......... .......... .......... .......... .......... 49% 88.8M 1s 114150K .......... .......... .......... .......... .......... 49% 132M 1s 114200K .......... .......... .......... .......... .......... 49% 82.7M 1s 114250K .......... .......... .......... .......... .......... 49% 87.5M 1s 114300K .......... .......... .......... .......... .......... 49% 90.6M 1s 114350K .......... .......... .......... .......... .......... 49% 86.5M 1s 114400K .......... .......... .......... .......... .......... 49% 95.2M 1s 114450K .......... .......... .......... .......... .......... 49% 86.3M 1s 114500K .......... .......... .......... .......... .......... 49% 89.4M 1s 114550K .......... .......... .......... .......... .......... 49% 86.3M 1s 114600K .......... .......... .......... .......... .......... 49% 83.5M 1s 114650K .......... .......... .......... .......... .......... 49% 86.8M 1s 114700K .......... .......... .......... .......... .......... 49% 89.5M 1s 114750K .......... .......... .......... .......... .......... 49% 129M 1s 114800K .......... .......... .......... .......... .......... 49% 67.8M 1s 114850K .......... .......... .......... .......... .......... 49% 78.6M 1s 114900K .......... .......... .......... .......... .......... 49% 171M 1s 114950K .......... .......... .......... .......... .......... 49% 77.5M 1s 115000K .......... .......... .......... .......... .......... 49% 95.5M 1s 115050K .......... .......... .......... .......... .......... 49% 84.0M 1s 115100K .......... .......... .......... .......... .......... 49% 144M 1s 115150K .......... .......... .......... .......... .......... 49% 87.1M 1s 115200K .......... .......... .......... .......... .......... 49% 81.5M 1s 115250K .......... .......... .......... .......... .......... 49% 102M 1s 115300K .......... .......... .......... .......... .......... 49% 109M 1s 115350K .......... .......... .......... .......... .......... 49% 104M 1s 115400K .......... .......... .......... .......... .......... 49% 80.4M 1s 115450K .......... .......... .......... .......... .......... 49% 91.6M 1s 115500K .......... .......... .......... .......... .......... 49% 125M 1s 115550K .......... .......... .......... .......... .......... 49% 89.3M 1s 115600K .......... .......... .......... .......... .......... 49% 82.6M 1s 115650K .......... .......... .......... .......... .......... 49% 101M 1s 115700K .......... .......... .......... .......... .......... 49% 110M 1s 115750K .......... .......... .......... .......... .......... 49% 73.5M 1s 115800K .......... .......... .......... .......... .......... 49% 82.2M 1s 115850K .......... .......... .......... .......... .......... 49% 133M 1s 115900K .......... .......... .......... .......... .......... 49% 57.9M 1s 115950K .......... .......... .......... .......... .......... 49% 190M 1s 116000K .......... .......... .......... .......... .......... 50% 91.6M 1s 116050K .......... .......... .......... .......... .......... 50% 90.0M 1s 116100K .......... .......... .......... .......... .......... 50% 104M 1s 116150K .......... .......... .......... .......... .......... 50% 73.2M 1s 116200K .......... .......... .......... .......... .......... 50% 127M 1s 116250K .......... .......... .......... .......... .......... 50% 100M 1s 116300K .......... .......... .......... .......... .......... 50% 72.2M 1s 116350K .......... .......... .......... .......... .......... 50% 147M 1s 116400K .......... .......... .......... .......... .......... 50% 70.8M 1s 116450K .......... .......... .......... .......... .......... 50% 87.5M 1s 116500K .......... .......... .......... .......... .......... 50% 131M 1s 116550K .......... .......... .......... .......... .......... 50% 89.2M 1s 116600K .......... .......... .......... .......... .......... 50% 102M 1s 116650K .......... .......... .......... .......... .......... 50% 96.3M 1s 116700K .......... .......... .......... .......... .......... 50% 94.3M 1s 116750K .......... .......... .......... .......... .......... 50% 122M 1s 116800K .......... .......... .......... .......... .......... 50% 71.0M 1s 116850K .......... .......... .......... .......... .......... 50% 89.6M 1s 116900K .......... .......... .......... .......... .......... 50% 86.5M 1s 116950K .......... .......... .......... .......... .......... 50% 87.2M 1s 117000K .......... .......... .......... .......... .......... 50% 121M 1s 117050K .......... .......... .......... .......... .......... 50% 78.5M 1s 117100K .......... .......... .......... .......... .......... 50% 104M 1s 117150K .......... .......... .......... .......... .......... 50% 85.9M 1s 117200K .......... .......... .......... .......... .......... 50% 93.1M 1s 117250K .......... .......... .......... .......... .......... 50% 110M 1s 117300K .......... .......... .......... .......... .......... 50% 73.7M 1s 117350K .......... .......... .......... .......... .......... 50% 132M 1s 117400K .......... .......... .......... .......... .......... 50% 82.9M 1s 117450K .......... .......... .......... .......... .......... 50% 88.6M 1s 117500K .......... .......... .......... .......... .......... 50% 126M 1s 117550K .......... .......... .......... .......... .......... 50% 89.3M 1s 117600K .......... .......... .......... .......... .......... 50% 94.6M 1s 117650K .......... .......... .......... .......... .......... 50% 77.4M 1s 117700K .......... .......... .......... .......... .......... 50% 105M 1s 117750K .......... .......... .......... .......... .......... 50% 85.5M 1s 117800K .......... .......... .......... .......... .......... 50% 82.2M 1s 117850K .......... .......... .......... .......... .......... 50% 114M 1s 117900K .......... .......... .......... .......... .......... 50% 73.0M 1s 117950K .......... .......... .......... .......... .......... 50% 130M 1s 118000K .......... .......... .......... .......... .......... 50% 69.0M 1s 118050K .......... .......... .......... .......... .......... 50% 91.0M 1s 118100K .......... .......... .......... .......... .......... 50% 86.0M 1s 118150K .......... .......... .......... .......... .......... 50% 87.2M 1s 118200K .......... .......... .......... .......... .......... 50% 104M 1s 118250K .......... .......... .......... .......... .......... 50% 71.5M 1s 118300K .......... .......... .......... .......... .......... 51% 137M 1s 118350K .......... .......... .......... .......... .......... 51% 86.7M 1s 118400K .......... .......... .......... .......... .......... 51% 70.6M 1s 118450K .......... .......... .......... .......... .......... 51% 85.7M 1s 118500K .......... .......... .......... .......... .......... 51% 88.1M 1s 118550K .......... .......... .......... .......... .......... 51% 126M 1s 118600K .......... .......... .......... .......... .......... 51% 84.2M 1s 118650K .......... .......... .......... .......... .......... 51% 134M 1s 118700K .......... .......... .......... .......... .......... 51% 67.2M 1s 118750K .......... .......... .......... .......... .......... 51% 127M 1s 118800K .......... .......... .......... .......... .......... 51% 70.6M 1s 118850K .......... .......... .......... .......... .......... 51% 87.0M 1s 118900K .......... .......... .......... .......... .......... 51% 85.2M 1s 118950K .......... .......... .......... .......... .......... 51% 114M 1s 119000K .......... .......... .......... .......... .......... 51% 69.8M 1s 119050K .......... .......... .......... .......... .......... 51% 87.9M 1s 119100K .......... .......... .......... .......... .......... 51% 88.8M 1s 119150K .......... .......... .......... .......... .......... 51% 65.8M 1s 119200K .......... .......... .......... .......... .......... 51% 93.0M 1s 119250K .......... .......... .......... .......... .......... 51% 66.1M 1s 119300K .......... .......... .......... .......... .......... 51% 130M 1s 119350K .......... .......... .......... .......... .......... 51% 63.1M 1s 119400K .......... .......... .......... .......... .......... 51% 83.8M 1s 119450K .......... .......... .......... .......... .......... 51% 111M 1s 119500K .......... .......... .......... .......... .......... 51% 72.7M 1s 119550K .......... .......... .......... .......... .......... 51% 64.5M 1s 119600K .......... .......... .......... .......... .......... 51% 94.6M 1s 119650K .......... .......... .......... .......... .......... 51% 88.2M 1s 119700K .......... .......... .......... .......... .......... 51% 111M 1s 119750K .......... .......... .......... .......... .......... 51% 73.4M 1s 119800K .......... .......... .......... .......... .......... 51% 86.3M 1s 119850K .......... .......... .......... .......... .......... 51% 85.2M 1s 119900K .......... .......... .......... .......... .......... 51% 64.2M 1s 119950K .......... .......... .......... .......... .......... 51% 138M 1s 120000K .......... .......... .......... .......... .......... 51% 54.5M 1s 120050K .......... .......... .......... .......... .......... 51% 131M 1s 120100K .......... .......... .......... .......... .......... 51% 66.8M 1s 120150K .......... .......... .......... .......... .......... 51% 66.7M 1s 120200K .......... .......... .......... .......... .......... 51% 121M 1s 120250K .......... .......... .......... .......... .......... 51% 65.1M 1s 120300K .......... .......... .......... .......... .......... 51% 133M 1s 120350K .......... .......... .......... .......... .......... 51% 66.3M 1s 120400K .......... .......... .......... .......... .......... 51% 94.7M 1s 120450K .......... .......... .......... .......... .......... 51% 76.6M 1s 120500K .......... .......... .......... .......... .......... 51% 73.4M 1s 120550K .......... .......... .......... .......... .......... 51% 130M 1s 120600K .......... .......... .......... .......... .......... 52% 83.1M 1s 120650K .......... .......... .......... .......... .......... 52% 87.9M 1s 120700K .......... .......... .......... .......... .......... 52% 78.1M 1s 120750K .......... .......... .......... .......... .......... 52% 104M 1s 120800K .......... .......... .......... .......... .......... 52% 68.0M 1s 120850K .......... .......... .......... .......... .......... 52% 88.0M 1s 120900K .......... .......... .......... .......... .......... 52% 88.3M 1s 120950K .......... .......... .......... .......... .......... 52% 86.4M 1s 121000K .......... .......... .......... .......... .......... 52% 123M 1s 121050K .......... .......... .......... .......... .......... 52% 66.3M 1s 121100K .......... .......... .......... .......... .......... 52% 134M 1s 121150K .......... .......... .......... .......... .......... 52% 76.8M 1s 121200K .......... .......... .......... .......... .......... 52% 69.6M 1s 121250K .......... .......... .......... .......... .......... 52% 100M 1s 121300K .......... .......... .......... .......... .......... 52% 87.1M 1s 121350K .......... .......... .......... .......... .......... 52% 131M 1s 121400K .......... .......... .......... .......... .......... 52% 63.6M 1s 121450K .......... .......... .......... .......... .......... 52% 135M 1s 121500K .......... .......... .......... .......... .......... 52% 65.7M 1s 121550K .......... .......... .......... .......... .......... 52% 85.9M 1s 121600K .......... .......... .......... .......... .......... 52% 93.8M 1s 121650K .......... .......... .......... .......... .......... 52% 86.9M 1s 121700K .......... .......... .......... .......... .......... 52% 91.8M 1s 121750K .......... .......... .......... .......... .......... 52% 86.5M 1s 121800K .......... .......... .......... .......... .......... 52% 85.2M 1s 121850K .......... .......... .......... .......... .......... 52% 87.3M 1s 121900K .......... .......... .......... .......... .......... 52% 86.7M 1s 121950K .......... .......... .......... .......... .......... 52% 89.0M 1s 122000K .......... .......... .......... .......... .......... 52% 67.8M 1s 122050K .......... .......... .......... .......... .......... 52% 108M 1s 122100K .......... .......... .......... .......... .......... 52% 73.5M 1s 122150K .......... .......... .......... .......... .......... 52% 90.0M 1s 122200K .......... .......... .......... .......... .......... 52% 121M 1s 122250K .......... .......... .......... .......... .......... 52% 87.6M 1s 122300K .......... .......... .......... .......... .......... 52% 89.6M 1s 122350K .......... .......... .......... .......... .......... 52% 85.4M 1s 122400K .......... .......... .......... .......... .......... 52% 69.9M 1s 122450K .......... .......... .......... .......... .......... 52% 130M 1s 122500K .......... .......... .......... .......... .......... 52% 88.5M 1s 122550K .......... .......... .......... .......... .......... 52% 129M 1s 122600K .......... .......... .......... .......... .......... 52% 63.7M 1s 122650K .......... .......... .......... .......... .......... 52% 134M 1s 122700K .......... .......... .......... .......... .......... 52% 77.7M 1s 122750K .......... .......... .......... .......... .......... 52% 119M 1s 122800K .......... .......... .......... .......... .......... 52% 62.7M 1s 122850K .......... .......... .......... .......... .......... 52% 86.5M 1s 122900K .......... .......... .......... .......... .......... 52% 135M 1s 122950K .......... .......... .......... .......... .......... 53% 86.7M 1s 123000K .......... .......... .......... .......... .......... 53% 103M 1s 123050K .......... .......... .......... .......... .......... 53% 74.3M 1s 123100K .......... .......... .......... .......... .......... 53% 133M 1s 123150K .......... .......... .......... .......... .......... 53% 86.5M 1s 123200K .......... .......... .......... .......... .......... 53% 69.0M 1s 123250K .......... .......... .......... .......... .......... 53% 111M 1s 123300K .......... .......... .......... .......... .......... 53% 87.1M 1s 123350K .......... .......... .......... .......... .......... 53% 100M 1s 123400K .......... .......... .......... .......... .......... 53% 85.2M 1s 123450K .......... .......... .......... .......... .......... 53% 111M 1s 123500K .......... .......... .......... .......... .......... 53% 72.8M 1s 123550K .......... .......... .......... .......... .......... 53% 86.3M 1s 123600K .......... .......... .......... .......... .......... 53% 93.8M 1s 123650K .......... .......... .......... .......... .......... 53% 88.6M 1s 123700K .......... .......... .......... .......... .......... 53% 89.9M 1s 123750K .......... .......... .......... .......... .......... 53% 76.1M 1s 123800K .......... .......... .......... .......... .......... 53% 70.4M 1s 123850K .......... .......... .......... .......... .......... 53% 126M 1s 123900K .......... .......... .......... .......... .......... 53% 90.9M 1s 123950K .......... .......... .......... .......... .......... 53% 132M 1s 124000K .......... .......... .......... .......... .......... 53% 81.6M 1s 124050K .......... .......... .......... .......... .......... 53% 103M 1s 124100K .......... .......... .......... .......... .......... 53% 85.9M 1s 124150K .......... .......... .......... .......... .......... 53% 137M 1s 124200K .......... .......... .......... .......... .......... 53% 80.6M 1s 124250K .......... .......... .......... .......... .......... 53% 88.1M 1s 124300K .......... .......... .......... .......... .......... 53% 131M 1s 124350K .......... .......... .......... .......... .......... 53% 89.3M 1s 124400K .......... .......... .......... .......... .......... 53% 69.6M 1s 124450K .......... .......... .......... .......... .......... 53% 129M 1s 124500K .......... .......... .......... .......... .......... 53% 86.7M 1s 124550K .......... .......... .......... .......... .......... 53% 110M 1s 124600K .......... .......... .......... .......... .......... 53% 85.1M 1s 124650K .......... .......... .......... .......... .......... 53% 101M 1s 124700K .......... .......... .......... .......... .......... 53% 88.6M 1s 124750K .......... .......... .......... .......... .......... 53% 130M 1s 124800K .......... .......... .......... .......... .......... 53% 68.6M 1s 124850K .......... .......... .......... .......... .......... 53% 66.3M 1s 124900K .......... .......... .......... .......... .......... 53% 131M 1s 124950K .......... .......... .......... .......... .......... 53% 88.4M 1s 125000K .......... .......... .......... .......... .......... 53% 100M 1s 125050K .......... .......... .......... .......... .......... 53% 74.9M 1s 125100K .......... .......... .......... .......... .......... 53% 134M 1s 125150K .......... .......... .......... .......... .......... 53% 86.4M 1s 125200K .......... .......... .......... .......... .......... 53% 68.8M 1s 125250K .......... .......... .......... .......... .......... 54% 111M 1s 125300K .......... .......... .......... .......... .......... 54% 73.7M 1s 125350K .......... .......... .......... .......... .......... 54% 109M 1s 125400K .......... .......... .......... .......... .......... 54% 70.1M 1s 125450K .......... .......... .......... .......... .......... 54% 89.9M 1s 125500K .......... .......... .......... .......... .......... 54% 86.6M 1s 125550K .......... .......... .......... .......... .......... 54% 87.5M 1s 125600K .......... .......... .......... .......... .......... 54% 92.3M 1s 125650K .......... .......... .......... .......... .......... 54% 78.5M 1s 125700K .......... .......... .......... .......... .......... 54% 103M 1s 125750K .......... .......... .......... .......... .......... 54% 86.6M 1s 125800K .......... .......... .......... .......... .......... 54% 83.2M 1s 125850K .......... .......... .......... .......... .......... 54% 130M 1s 125900K .......... .......... .......... .......... .......... 54% 135M 1s 125950K .......... .......... .......... .......... .......... 54% 87.0M 1s 126000K .......... .......... .......... .......... .......... 54% 69.6M 1s 126050K .......... .......... .......... .......... .......... 54% 134M 1s 126100K .......... .......... .......... .......... .......... 54% 85.9M 1s 126150K .......... .......... .......... .......... .......... 54% 89.5M 1s 126200K .......... .......... .......... .......... .......... 54% 121M 1s 126250K .......... .......... .......... .......... .......... 54% 88.0M 1s 126300K .......... .......... .......... .......... .......... 54% 131M 1s 126350K .......... .......... .......... .......... .......... 54% 88.6M 1s 126400K .......... .......... .......... .......... .......... 54% 93.5M 1s 126450K .......... .......... .......... .......... .......... 54% 87.2M 1s 126500K .......... .......... .......... .......... .......... 54% 86.2M 1s 126550K .......... .......... .......... .......... .......... 54% 135M 1s 126600K .......... .......... .......... .......... .......... 54% 82.4M 1s 126650K .......... .......... .......... .......... .......... 54% 134M 1s 126700K .......... .......... .......... .......... .......... 54% 89.1M 1s 126750K .......... .......... .......... .......... .......... 54% 133M 1s 126800K .......... .......... .......... .......... .......... 54% 68.2M 1s 126850K .......... .......... .......... .......... .......... 54% 88.4M 1s 126900K .......... .......... .......... .......... .......... 54% 130M 1s 126950K .......... .......... .......... .......... .......... 54% 88.8M 1s 127000K .......... .......... .......... .......... .......... 54% 123M 1s 127050K .......... .......... .......... .......... .......... 54% 87.1M 1s 127100K .......... .......... .......... .......... .......... 54% 87.3M 1s 127150K .......... .......... .......... .......... .......... 54% 131M 1s 127200K .......... .......... .......... .......... .......... 54% 69.4M 1s 127250K .......... .......... .......... .......... .......... 54% 132M 1s 127300K .......... .......... .......... .......... .......... 54% 86.4M 1s 127350K .......... .......... .......... .......... .......... 54% 137M 1s 127400K .......... .......... .......... .......... .......... 54% 83.5M 1s 127450K .......... .......... .......... .......... .......... 54% 87.4M 1s 127500K .......... .......... .......... .......... .......... 54% 128M 1s 127550K .......... .......... .......... .......... .......... 54% 87.3M 1s 127600K .......... .......... .......... .......... .......... 55% 95.1M 1s 127650K .......... .......... .......... .......... .......... 55% 89.7M 1s 127700K .......... .......... .......... .......... .......... 55% 133M 1s 127750K .......... .......... .......... .......... .......... 55% 86.0M 1s 127800K .......... .......... .......... .......... .......... 55% 82.9M 1s 127850K .......... .......... .......... .......... .......... 55% 131M 1s 127900K .......... .......... .......... .......... .......... 55% 62.9M 1s 127950K .......... .......... .......... .......... .......... 55% 133M 1s 128000K .......... .......... .......... .......... .......... 55% 67.1M 1s 128050K .......... .......... .......... .......... .......... 55% 91.4M 1s 128100K .......... .......... .......... .......... .......... 55% 126M 1s 128150K .......... .......... .......... .......... .......... 55% 89.9M 1s 128200K .......... .......... .......... .......... .......... 55% 123M 1s 128250K .......... .......... .......... .......... .......... 55% 88.0M 1s 128300K .......... .......... .......... .......... .......... 55% 127M 1s 128350K .......... .......... .......... .......... .......... 55% 89.5M 1s 128400K .......... .......... .......... .......... .......... 55% 69.0M 1s 128450K .......... .......... .......... .......... .......... 55% 131M 1s 128500K .......... .......... .......... .......... .......... 55% 89.4M 1s 128550K .......... .......... .......... .......... .......... 55% 132M 1s 128600K .......... .......... .......... .......... .......... 55% 82.7M 1s 128650K .......... .......... .......... .......... .......... 55% 134M 1s 128700K .......... .......... .......... .......... .......... 55% 87.2M 1s 128750K .......... .......... .......... .......... .......... 55% 88.7M 1s 128800K .......... .......... .......... .......... .......... 55% 93.4M 1s 128850K .......... .......... .......... .......... .......... 55% 88.5M 1s 128900K .......... .......... .......... .......... .......... 55% 130M 1s 128950K .......... .......... .......... .......... .......... 55% 88.3M 1s 129000K .......... .......... .......... .......... .......... 55% 81.7M 1s 129050K .......... .......... .......... .......... .......... 55% 128M 1s 129100K .......... .......... .......... .......... .......... 55% 89.7M 1s 129150K .......... .......... .......... .......... .......... 55% 135M 1s 129200K .......... .......... .......... .......... .......... 55% 81.4M 1s 129250K .......... .......... .......... .......... .......... 55% 102M 1s 129300K .......... .......... .......... .......... .......... 55% 86.4M 1s 129350K .......... .......... .......... .......... .......... 55% 88.8M 1s 129400K .......... .......... .......... .......... .......... 55% 121M 1s 129450K .......... .......... .......... .......... .......... 55% 88.6M 1s 129500K .......... .......... .......... .......... .......... 55% 130M 1s 129550K .......... .......... .......... .......... .......... 55% 87.5M 1s 129600K .......... .......... .......... .......... .......... 55% 70.0M 1s 129650K .......... .......... .......... .......... .......... 55% 131M 1s 129700K .......... .......... .......... .......... .......... 55% 87.9M 1s 129750K .......... .......... .......... .......... .......... 55% 110M 1s 129800K .......... .......... .......... .......... .......... 55% 82.0M 1s 129850K .......... .......... .......... .......... .......... 55% 88.4M 1s 129900K .......... .......... .......... .......... .......... 56% 102M 1s 129950K .......... .......... .......... .......... .......... 56% 63.1M 1s 130000K .......... .......... .......... .......... .......... 56% 158M 1s 130050K .......... .......... .......... .......... .......... 56% 89.4M 1s 130100K .......... .......... .......... .......... .......... 56% 127M 1s 130150K .......... .......... .......... .......... .......... 56% 89.9M 1s 130200K .......... .......... .......... .......... .......... 56% 124M 1s 130250K .......... .......... .......... .......... .......... 56% 87.7M 1s 130300K .......... .......... .......... .......... .......... 56% 87.9M 1s 130350K .......... .......... .......... .......... .......... 56% 112M 1s 130400K .......... .......... .......... .......... .......... 56% 75.5M 1s 130450K .......... .......... .......... .......... .......... 56% 132M 1s 130500K .......... .......... .......... .......... .......... 56% 88.8M 1s 130550K .......... .......... .......... .......... .......... 56% 88.1M 1s 130600K .......... .......... .......... .......... .......... 56% 118M 1s 130650K .......... .......... .......... .......... .......... 56% 90.9M 1s 130700K .......... .......... .......... .......... .......... 56% 125M 1s 130750K .......... .......... .......... .......... .......... 56% 88.8M 1s 130800K .......... .......... .......... .......... .......... 56% 95.9M 1s 130850K .......... .......... .......... .......... .......... 56% 107M 1s 130900K .......... .......... .......... .......... .......... 56% 105M 1s 130950K .......... .......... .......... .......... .......... 56% 86.9M 1s 131000K .......... .......... .......... .......... .......... 56% 83.1M 1s 131050K .......... .......... .......... .......... .......... 56% 133M 1s 131100K .......... .......... .......... .......... .......... 56% 86.2M 1s 131150K .......... .......... .......... .......... .......... 56% 138M 1s 131200K .......... .......... .......... .......... .......... 56% 68.8M 1s 131250K .......... .......... .......... .......... .......... 56% 85.7M 1s 131300K .......... .......... .......... .......... .......... 56% 134M 1s 131350K .......... .......... .......... .......... .......... 56% 88.9M 1s 131400K .......... .......... .......... .......... .......... 56% 121M 1s 131450K .......... .......... .......... .......... .......... 56% 87.0M 1s 131500K .......... .......... .......... .......... .......... 56% 89.0M 1s 131550K .......... .......... .......... .......... .......... 56% 106M 1s 131600K .......... .......... .......... .......... .......... 56% 78.8M 1s 131650K .......... .......... .......... .......... .......... 56% 131M 1s 131700K .......... .......... .......... .......... .......... 56% 87.8M 1s 131750K .......... .......... .......... .......... .......... 56% 90.2M 1s 131800K .......... .......... .......... .......... .......... 56% 99.6M 1s 131850K .......... .......... .......... .......... .......... 56% 101M 1s 131900K .......... .......... .......... .......... .......... 56% 112M 1s 131950K .......... .......... .......... .......... .......... 56% 99.1M 1s 132000K .......... .......... .......... .......... .......... 56% 94.9M 1s 132050K .......... .......... .......... .......... .......... 56% 87.4M 1s 132100K .......... .......... .......... .......... .......... 56% 89.3M 1s 132150K .......... .......... .......... .......... .......... 56% 108M 1s 132200K .......... .......... .......... .......... .......... 57% 95.1M 1s 132250K .......... .......... .......... .......... .......... 57% 111M 1s 132300K .......... .......... .......... .......... .......... 57% 86.2M 1s 132350K .......... .......... .......... .......... .......... 57% 107M 1s 132400K .......... .......... .......... .......... .......... 57% 53.2M 1s 132450K .......... .......... .......... .......... .......... 57% 88.4M 1s 132500K .......... .......... .......... .......... .......... 57% 111M 1s 132550K .......... .......... .......... .......... .......... 57% 101M 1s 132600K .......... .......... .......... .......... .......... 57% 103M 1s 132650K .......... .......... .......... .......... .......... 57% 87.8M 1s 132700K .......... .......... .......... .......... .......... 57% 104M 1s 132750K .......... .......... .......... .......... .......... 57% 86.4M 1s 132800K .......... .......... .......... .......... .......... 57% 92.1M 1s 132850K .......... .......... .......... .......... .......... 57% 108M 1s 132900K .......... .......... .......... .......... .......... 57% 88.6M 1s 132950K .......... .......... .......... .......... .......... 57% 104M 1s 133000K .......... .......... .......... .......... .......... 57% 83.1M 1s 133050K .......... .......... .......... .......... .......... 57% 85.9M 1s 133100K .......... .......... .......... .......... .......... 57% 130M 1s 133150K .......... .......... .......... .......... .......... 57% 91.3M 1s 133200K .......... .......... .......... .......... .......... 57% 94.0M 1s 133250K .......... .......... .......... .......... .......... 57% 106M 1s 133300K .......... .......... .......... .......... .......... 57% 103M 1s 133350K .......... .......... .......... .......... .......... 57% 88.9M 1s 133400K .......... .......... .......... .......... .......... 57% 101M 1s 133450K .......... .......... .......... .......... .......... 57% 105M 1s 133500K .......... .......... .......... .......... .......... 57% 86.8M 1s 133550K .......... .......... .......... .......... .......... 57% 133M 1s 133600K .......... .......... .......... .......... .......... 57% 79.8M 1s 133650K .......... .......... .......... .......... .......... 57% 102M 1s 133700K .......... .......... .......... .......... .......... 57% 90.3M 1s 133750K .......... .......... .......... .......... .......... 57% 86.2M 1s 133800K .......... .......... .......... .......... .......... 57% 122M 1s 133850K .......... .......... .......... .......... .......... 57% 84.7M 1s 133900K .......... .......... .......... .......... .......... 57% 92.1M 1s 133950K .......... .......... .......... .......... .......... 57% 130M 1s 134000K .......... .......... .......... .......... .......... 57% 80.0M 1s 134050K .......... .......... .......... .......... .......... 57% 105M 1s 134100K .......... .......... .......... .......... .......... 57% 87.7M 1s 134150K .......... .......... .......... .......... .......... 57% 128M 1s 134200K .......... .......... .......... .......... .......... 57% 73.3M 1s 134250K .......... .......... .......... .......... .......... 57% 106M 1s 134300K .......... .......... .......... .......... .......... 57% 108M 1s 134350K .......... .......... .......... .......... .......... 57% 102M 1s 134400K .......... .......... .......... .......... .......... 57% 92.0M 1s 134450K .......... .......... .......... .......... .......... 57% 90.2M 1s 134500K .......... .......... .......... .......... .......... 57% 88.6M 1s 134550K .......... .......... .......... .......... .......... 58% 130M 1s 134600K .......... .......... .......... .......... .......... 58% 83.4M 1s 134650K .......... .......... .......... .......... .......... 58% 132M 1s 134700K .......... .......... .......... .......... .......... 58% 77.6M 1s 134750K .......... .......... .......... .......... .......... 58% 132M 1s 134800K .......... .......... .......... .......... .......... 58% 76.4M 1s 134850K .......... .......... .......... .......... .......... 58% 88.9M 1s 134900K .......... .......... .......... .......... .......... 58% 110M 1s 134950K .......... .......... .......... .......... .......... 58% 101M 1s 135000K .......... .......... .......... .......... .......... 58% 104M 1s 135050K .......... .......... .......... .......... .......... 58% 85.5M 1s 135100K .......... .......... .......... .......... .......... 58% 105M 1s 135150K .......... .......... .......... .......... .......... 58% 88.8M 1s 135200K .......... .......... .......... .......... .......... 58% 90.4M 1s 135250K .......... .......... .......... .......... .......... 58% 111M 1s 135300K .......... .......... .......... .......... .......... 58% 87.3M 1s 135350K .......... .......... .......... .......... .......... 58% 104M 1s 135400K .......... .......... .......... .......... .......... 58% 100M 1s 135450K .......... .......... .......... .......... .......... 58% 103M 1s 135500K .......... .......... .......... .......... .......... 58% 93.6M 1s 135550K .......... .......... .......... .......... .......... 58% 87.5M 1s 135600K .......... .......... .......... .......... .......... 58% 81.2M 1s 135650K .......... .......... .......... .......... .......... 58% 73.8M 1s 135700K .......... .......... .......... .......... .......... 58% 108M 1s 135750K .......... .......... .......... .......... .......... 58% 74.1M 1s 135800K .......... .......... .......... .......... .......... 58% 83.8M 1s 135850K .......... .......... .......... .......... .......... 58% 129M 1s 135900K .......... .......... .......... .......... .......... 58% 88.1M 1s 135950K .......... .......... .......... .......... .......... 58% 112M 1s 136000K .......... .......... .......... .......... .......... 58% 76.6M 1s 136050K .......... .......... .......... .......... .......... 58% 89.2M 1s 136100K .......... .......... .......... .......... .......... 58% 128M 1s 136150K .......... .......... .......... .......... .......... 58% 16.6M 1s 136200K .......... .......... .......... .......... .......... 58% 84.4M 1s 136250K .......... .......... .......... .......... .......... 58% 132M 1s 136300K .......... .......... .......... .......... .......... 58% 89.5M 1s 136350K .......... .......... .......... .......... .......... 58% 87.7M 1s 136400K .......... .......... .......... .......... .......... 58% 93.0M 1s 136450K .......... .......... .......... .......... .......... 58% 88.6M 1s 136500K .......... .......... .......... .......... .......... 58% 87.6M 1s 136550K .......... .......... .......... .......... .......... 58% 109M 1s 136600K .......... .......... .......... .......... .......... 58% 85.1M 1s 136650K .......... .......... .......... .......... .......... 58% 96.9M 1s 136700K .......... .......... .......... .......... .......... 58% 90.3M 1s 136750K .......... .......... .......... .......... .......... 58% 87.3M 1s 136800K .......... .......... .......... .......... .......... 58% 68.9M 1s 136850K .......... .......... .......... .......... .......... 59% 66.3M 1s 136900K .......... .......... .......... .......... .......... 59% 133M 1s 136950K .......... .......... .......... .......... .......... 59% 10.8M 1s 137000K .......... .......... .......... .......... .......... 59% 167M 1s 137050K .......... .......... .......... .......... .......... 59% 209M 1s 137100K .......... .......... .......... .......... .......... 59% 193M 1s 137150K .......... .......... .......... .......... .......... 59% 209M 1s 137200K .......... .......... .......... .......... .......... 59% 168M 1s 137250K .......... .......... .......... .......... .......... 59% 209M 1s 137300K .......... .......... .......... .......... .......... 59% 197M 1s 137350K .......... .......... .......... .......... .......... 59% 193M 1s 137400K .......... .......... .......... .......... .......... 59% 180M 1s 137450K .......... .......... .......... .......... .......... 59% 209M 1s 137500K .......... .......... .......... .......... .......... 59% 210M 1s 137550K .......... .......... .......... .......... .......... 59% 192M 1s 137600K .......... .......... .......... .......... .......... 59% 164M 1s 137650K .......... .......... .......... .......... .......... 59% 160M 1s 137700K .......... .......... .......... .......... .......... 59% 87.7M 1s 137750K .......... .......... .......... .......... .......... 59% 88.5M 1s 137800K .......... .......... .......... .......... .......... 59% 83.2M 1s 137850K .......... .......... .......... .......... .......... 59% 88.7M 1s 137900K .......... .......... .......... .......... .......... 59% 128M 1s 137950K .......... .......... .......... .......... .......... 59% 90.3M 1s 138000K .......... .......... .......... .......... .......... 59% 91.8M 1s 138050K .......... .......... .......... .......... .......... 59% 88.3M 1s 138100K .......... .......... .......... .......... .......... 59% 45.6M 1s 138150K .......... .......... .......... .......... .......... 59% 154M 1s 138200K .......... .......... .......... .......... .......... 59% 102M 1s 138250K .......... .......... .......... .......... .......... 59% 101M 1s 138300K .......... .......... .......... .......... .......... 59% 88.3M 1s 138350K .......... .......... .......... .......... .......... 59% 87.9M 1s 138400K .......... .......... .......... .......... .......... 59% 93.1M 1s 138450K .......... .......... .......... .......... .......... 59% 87.6M 1s 138500K .......... .......... .......... .......... .......... 59% 110M 1s 138550K .......... .......... .......... .......... .......... 59% 73.5M 1s 138600K .......... .......... .......... .......... .......... 59% 83.4M 1s 138650K .......... .......... .......... .......... .......... 59% 129M 1s 138700K .......... .......... .......... .......... .......... 59% 89.8M 1s 138750K .......... .......... .......... .......... .......... 59% 88.3M 1s 138800K .......... .......... .......... .......... .......... 59% 68.1M 1s 138850K .......... .......... .......... .......... .......... 59% 131M 1s 138900K .......... .......... .......... .......... .......... 59% 66.4M 1s 138950K .......... .......... .......... .......... .......... 59% 86.3M 1s 139000K .......... .......... .......... .......... .......... 59% 85.2M 1s 139050K .......... .......... .......... .......... .......... 59% 122M 1s 139100K .......... .......... .......... .......... .......... 59% 92.7M 1s 139150K .......... .......... .......... .......... .......... 59% 87.9M 1s 139200K .......... .......... .......... .......... .......... 60% 68.8M 1s 139250K .......... .......... .......... .......... .......... 60% 108M 1s 139300K .......... .......... .......... .......... .......... 60% 103M 1s 139350K .......... .......... .......... .......... .......... 60% 88.0M 1s 139400K .......... .......... .......... .......... .......... 60% 62.6M 1s 139450K .......... .......... .......... .......... .......... 60% 88.7M 1s 139500K .......... .......... .......... .......... .......... 60% 111M 1s 139550K .......... .......... .......... .......... .......... 60% 101M 1s 139600K .......... .......... .......... .......... .......... 60% 68.7M 1s 139650K .......... .......... .......... .......... .......... 60% 89.2M 1s 139700K .......... .......... .......... .......... .......... 60% 87.9M 1s 139750K .......... .......... .......... .......... .......... 60% 107M 1s 139800K .......... .......... .......... .......... .......... 60% 98.2M 1s 139850K .......... .......... .......... .......... .......... 60% 86.7M 1s 139900K .......... .......... .......... .......... .......... 60% 111M 1s 139950K .......... .......... .......... .......... .......... 60% 102M 1s 140000K .......... .......... .......... .......... .......... 60% 48.1M 1s 140050K .......... .......... .......... .......... .......... 60% 110M 1s 140100K .......... .......... .......... .......... .......... 60% 101M 1s 140150K .......... .......... .......... .......... .......... 60% 88.8M 1s 140200K .......... .......... .......... .......... .......... 60% 102M 1s 140250K .......... .......... .......... .......... .......... 60% 101M 1s 140300K .......... .......... .......... .......... .......... 60% 88.3M 1s 140350K .......... .......... .......... .......... .......... 60% 108M 1s 140400K .......... .......... .......... .......... .......... 60% 77.9M 1s 140450K .......... .......... .......... .......... .......... 60% 87.9M 1s 140500K .......... .......... .......... .......... .......... 60% 108M 1s 140550K .......... .......... .......... .......... .......... 60% 103M 1s 140600K .......... .......... .......... .......... .......... 60% 81.8M 1s 140650K .......... .......... .......... .......... .......... 60% 90.9M 1s 140700K .......... .......... .......... .......... .......... 60% 130M 1s 140750K .......... .......... .......... .......... .......... 60% 87.3M 1s 140800K .......... .......... .......... .......... .......... 60% 82.6M 1s 140850K .......... .......... .......... .......... .......... 60% 64.3M 1s 140900K .......... .......... .......... .......... .......... 60% 86.9M 1s 140950K .......... .......... .......... .......... .......... 60% 87.2M 1s 141000K .......... .......... .......... .......... .......... 60% 124M 1s 141050K .......... .......... .......... .......... .......... 60% 88.2M 1s 141100K .......... .......... .......... .......... .......... 60% 86.1M 1s 141150K .......... .......... .......... .......... .......... 60% 91.7M 1s 141200K .......... .......... .......... .......... .......... 60% 67.1M 1s 141250K .......... .......... .......... .......... .......... 60% 84.8M 1s 141300K .......... .......... .......... .......... .......... 60% 92.1M 1s 141350K .......... .......... .......... .......... .......... 60% 110M 1s 141400K .......... .......... .......... .......... .......... 60% 93.8M 1s 141450K .......... .......... .......... .......... .......... 60% 66.6M 1s 141500K .......... .......... .......... .......... .......... 61% 134M 1s 141550K .......... .......... .......... .......... .......... 61% 87.9M 1s 141600K .......... .......... .......... .......... .......... 61% 68.8M 1s 141650K .......... .......... .......... .......... .......... 61% 88.4M 1s 141700K .......... .......... .......... .......... .......... 61% 130M 1s 141750K .......... .......... .......... .......... .......... 61% 89.5M 1s 141800K .......... .......... .......... .......... .......... 61% 82.8M 1s 141850K .......... .......... .......... .......... .......... 61% 131M 1s 141900K .......... .......... .......... .......... .......... 61% 89.3M 1s 141950K .......... .......... .......... .......... .......... 61% 108M 1s 142000K .......... .......... .......... .......... .......... 61% 77.0M 1s 142050K .......... .......... .......... .......... .......... 61% 88.5M 1s 142100K .......... .......... .......... .......... .......... 61% 131M 1s 142150K .......... .......... .......... .......... .......... 61% 87.7M 1s 142200K .......... .......... .......... .......... .......... 61% 123M 1s 142250K .......... .......... .......... .......... .......... 61% 88.7M 1s 142300K .......... .......... .......... .......... .......... 61% 86.5M 1s 142350K .......... .......... .......... .......... .......... 61% 113M 1s 142400K .......... .......... .......... .......... .......... 61% 75.6M 1s 142450K .......... .......... .......... .......... .......... 61% 87.5M 1s 142500K .......... .......... .......... .......... .......... 61% 90.1M 1s 142550K .......... .......... .......... .......... .......... 61% 85.9M 1s 142600K .......... .......... .......... .......... .......... 61% 83.0M 1s 142650K .......... .......... .......... .......... .......... 61% 137M 1s 142700K .......... .......... .......... .......... .......... 61% 88.5M 1s 142750K .......... .......... .......... .......... .......... 61% 85.8M 1s 142800K .......... .......... .......... .......... .......... 61% 69.4M 1s 142850K .......... .......... .......... .......... .......... 61% 88.3M 1s 142900K .......... .......... .......... .......... .......... 61% 88.5M 1s 142950K .......... .......... .......... .......... .......... 61% 126M 1s 143000K .......... .......... .......... .......... .......... 61% 85.6M 1s 143050K .......... .......... .......... .......... .......... 61% 84.5M 1s 143100K .......... .......... .......... .......... .......... 61% 92.3M 1s 143150K .......... .......... .......... .......... .......... 61% 108M 1s 143200K .......... .......... .......... .......... .......... 61% 76.3M 1s 143250K .......... .......... .......... .......... .......... 61% 89.2M 1s 143300K .......... .......... .......... .......... .......... 61% 88.5M 1s 143350K .......... .......... .......... .......... .......... 61% 129M 1s 143400K .......... .......... .......... .......... .......... 61% 84.1M 1s 143450K .......... .......... .......... .......... .......... 61% 134M 1s 143500K .......... .......... .......... .......... .......... 61% 65.4M 1s 143550K .......... .......... .......... .......... .......... 61% 87.8M 1s 143600K .......... .......... .......... .......... .......... 61% 69.7M 1s 143650K .......... .......... .......... .......... .......... 61% 130M 1s 143700K .......... .......... .......... .......... .......... 61% 86.8M 1s 143750K .......... .......... .......... .......... .......... 61% 89.9M 1s 143800K .......... .......... .......... .......... .......... 62% 104M 1s 143850K .......... .......... .......... .......... .......... 62% 99.1M 1s 143900K .......... .......... .......... .......... .......... 62% 88.9M 1s 143950K .......... .......... .......... .......... .......... 62% 130M 1s 144000K .......... .......... .......... .......... .......... 62% 68.8M 1s 144050K .......... .......... .......... .......... .......... 62% 110M 1s 144100K .......... .......... .......... .......... .......... 62% 103M 1s 144150K .......... .......... .......... .......... .......... 62% 87.5M 1s 144200K .......... .......... .......... .......... .......... 62% 84.4M 1s 144250K .......... .......... .......... .......... .......... 62% 107M 1s 144300K .......... .......... .......... .......... .......... 62% 104M 1s 144350K .......... .......... .......... .......... .......... 62% 86.8M 1s 144400K .......... .......... .......... .......... .......... 62% 81.9M 1s 144450K .......... .......... .......... .......... .......... 62% 100M 1s 144500K .......... .......... .......... .......... .......... 62% 90.0M 1s 144550K .......... .......... .......... .......... .......... 62% 87.2M 1s 144600K .......... .......... .......... .......... .......... 62% 120M 1s 144650K .......... .......... .......... .......... .......... 62% 66.4M 1s 144700K .......... .......... .......... .......... .......... 62% 84.8M 1s 144750K .......... .......... .......... .......... .......... 62% 140M 1s 144800K .......... .......... .......... .......... .......... 62% 54.9M 1s 144850K .......... .......... .......... .......... .......... 62% 109M 1s 144900K .......... .......... .......... .......... .......... 62% 101M 1s 144950K .......... .......... .......... .......... .......... 62% 89.2M 1s 145000K .......... .......... .......... .......... .......... 62% 117M 1s 145050K .......... .......... .......... .......... .......... 62% 89.0M 1s 145100K .......... .......... .......... .......... .......... 62% 114M 1s 145150K .......... .......... .......... .......... .......... 62% 99.7M 1s 145200K .......... .......... .......... .......... .......... 62% 77.8M 1s 145250K .......... .......... .......... .......... .......... 62% 75.6M 1s 145300K .......... .......... .......... .......... .......... 62% 110M 1s 145350K .......... .......... .......... .......... .......... 62% 92.1M 1s 145400K .......... .......... .......... .......... .......... 62% 91.5M 1s 145450K .......... .......... .......... .......... .......... 62% 85.8M 1s 145500K .......... .......... .......... .......... .......... 62% 90.3M 1s 145550K .......... .......... .......... .......... .......... 62% 87.1M 1s 145600K .......... .......... .......... .......... .......... 62% 82.5M 1s 145650K .......... .......... .......... .......... .......... 62% 102M 1s 145700K .......... .......... .......... .......... .......... 62% 88.8M 1s 145750K .......... .......... .......... .......... .......... 62% 87.0M 1s 145800K .......... .......... .......... .......... .......... 62% 122M 1s 145850K .......... .......... .......... .......... .......... 62% 88.5M 1s 145900K .......... .......... .......... .......... .......... 62% 132M 1s 145950K .......... .......... .......... .......... .......... 62% 88.7M 1s 146000K .......... .......... .......... .......... .......... 62% 68.6M 1s 146050K .......... .......... .......... .......... .......... 62% 89.1M 1s 146100K .......... .......... .......... .......... .......... 62% 87.1M 1s 146150K .......... .......... .......... .......... .......... 63% 107M 1s 146200K .......... .......... .......... .......... .......... 63% 98.8M 1s 146250K .......... .......... .......... .......... .......... 63% 64.9M 1s 146300K .......... .......... .......... .......... .......... 63% 80.8M 1s 146350K .......... .......... .......... .......... .......... 63% 127M 1s 146400K .......... .......... .......... .......... .......... 63% 76.4M 1s 146450K .......... .......... .......... .......... .......... 63% 87.2M 1s 146500K .......... .......... .......... .......... .......... 63% 88.4M 1s 146550K .......... .......... .......... .......... .......... 63% 130M 1s 146600K .......... .......... .......... .......... .......... 63% 56.4M 1s 146650K .......... .......... .......... .......... .......... 63% 88.3M 1s 146700K .......... .......... .......... .......... .......... 63% 88.0M 1s 146750K .......... .......... .......... .......... .......... 63% 88.4M 1s 146800K .......... .......... .......... .......... .......... 63% 93.9M 1s 146850K .......... .......... .......... .......... .......... 63% 87.9M 1s 146900K .......... .......... .......... .......... .......... 63% 87.7M 1s 146950K .......... .......... .......... .......... .......... 63% 88.1M 1s 147000K .......... .......... .......... .......... .......... 63% 123M 1s 147050K .......... .......... .......... .......... .......... 63% 86.2M 1s 147100K .......... .......... .......... .......... .......... 63% 88.9M 1s 147150K .......... .......... .......... .......... .......... 63% 85.9M 1s 147200K .......... .......... .......... .......... .......... 63% 80.9M 1s 147250K .......... .......... .......... .......... .......... 63% 105M 1s 147300K .......... .......... .......... .......... .......... 63% 88.4M 1s 147350K .......... .......... .......... .......... .......... 63% 112M 1s 147400K .......... .......... .......... .......... .......... 63% 94.8M 1s 147450K .......... .......... .......... .......... .......... 63% 87.9M 1s 147500K .......... .......... .......... .......... .......... 63% 132M 1s 147550K .......... .......... .......... .......... .......... 63% 87.1M 1s 147600K .......... .......... .......... .......... .......... 63% 69.5M 1s 147650K .......... .......... .......... .......... .......... 63% 130M 1s 147700K .......... .......... .......... .......... .......... 63% 88.4M 1s 147750K .......... .......... .......... .......... .......... 63% 111M 1s 147800K .......... .......... .......... .......... .......... 63% 94.8M 1s 147850K .......... .......... .......... .......... .......... 63% 89.1M 1s 147900K .......... .......... .......... .......... .......... 63% 85.6M 1s 147950K .......... .......... .......... .......... .......... 63% 134M 1s 148000K .......... .......... .......... .......... .......... 63% 68.8M 1s 148050K .......... .......... .......... .......... .......... 63% 110M 1s 148100K .......... .......... .......... .......... .......... 63% 103M 1s 148150K .......... .......... .......... .......... .......... 63% 88.8M 1s 148200K .......... .......... .......... .......... .......... 63% 82.6M 1s 148250K .......... .......... .......... .......... .......... 63% 88.0M 1s 148300K .......... .......... .......... .......... .......... 63% 133M 1s 148350K .......... .......... .......... .......... .......... 63% 86.7M 1s 148400K .......... .......... .......... .......... .......... 63% 92.9M 1s 148450K .......... .......... .......... .......... .......... 64% 89.6M 1s 148500K .......... .......... .......... .......... .......... 64% 131M 1s 148550K .......... .......... .......... .......... .......... 64% 87.0M 1s 148600K .......... .......... .......... .......... .......... 64% 83.8M 1s 148650K .......... .......... .......... .......... .......... 64% 87.0M 1s 148700K .......... .......... .......... .......... .......... 64% 89.0M 1s 148750K .......... .......... .......... .......... .......... 64% 109M 1s 148800K .......... .......... .......... .......... .......... 64% 77.1M 1s 148850K .......... .......... .......... .......... .......... 64% 110M 1s 148900K .......... .......... .......... .......... .......... 64% 102M 1s 148950K .......... .......... .......... .......... .......... 64% 88.2M 1s 149000K .......... .......... .......... .......... .......... 64% 82.8M 1s 149050K .......... .......... .......... .......... .......... 64% 131M 1s 149100K .......... .......... .......... .......... .......... 64% 89.2M 1s 149150K .......... .......... .......... .......... .......... 64% 88.3M 1s 149200K .......... .......... .......... .......... .......... 64% 92.2M 1s 149250K .......... .......... .......... .......... .......... 64% 86.8M 1s 149300K .......... .......... .......... .......... .......... 64% 89.6M 1s 149350K .......... .......... .......... .......... .......... 64% 131M 1s 149400K .......... .......... .......... .......... .......... 64% 83.0M 1s 149450K .......... .......... .......... .......... .......... 64% 88.7M 1s 149500K .......... .......... .......... .......... .......... 64% 89.0M 1s 149550K .......... .......... .......... .......... .......... 64% 108M 1s 149600K .......... .......... .......... .......... .......... 64% 76.3M 1s 149650K .......... .......... .......... .......... .......... 64% 110M 1s 149700K .......... .......... .......... .......... .......... 64% 103M 1s 149750K .......... .......... .......... .......... .......... 64% 87.3M 1s 149800K .......... .......... .......... .......... .......... 64% 84.0M 1s 149850K .......... .......... .......... .......... .......... 64% 131M 1s 149900K .......... .......... .......... .......... .......... 64% 87.7M 1s 149950K .......... .......... .......... .......... .......... 64% 110M 1s 150000K .......... .......... .......... .......... .......... 64% 77.7M 1s 150050K .......... .......... .......... .......... .......... 64% 108M 1s 150100K .......... .......... .......... .......... .......... 64% 101M 1s 150150K .......... .......... .......... .......... .......... 64% 87.8M 1s 150200K .......... .......... .......... .......... .......... 64% 84.6M 1s 150250K .......... .......... .......... .......... .......... 64% 132M 1s 150300K .......... .......... .......... .......... .......... 64% 65.6M 1s 150350K .......... .......... .......... .......... .......... 64% 88.4M 1s 150400K .......... .......... .......... .......... .......... 64% 93.2M 1s 150450K .......... .......... .......... .......... .......... 64% 87.5M 1s 150500K .......... .......... .......... .......... .......... 64% 89.0M 1s 150550K .......... .......... .......... .......... .......... 64% 128M 1s 150600K .......... .......... .......... .......... .......... 64% 84.0M 1s 150650K .......... .......... .......... .......... .......... 64% 111M 1s 150700K .......... .......... .......... .......... .......... 64% 98.6M 1s 150750K .......... .......... .......... .......... .......... 64% 88.8M 1s 150800K .......... .......... .......... .......... .......... 65% 93.5M 1s 150850K .......... .......... .......... .......... .......... 65% 67.0M 1s 150900K .......... .......... .......... .......... .......... 65% 87.5M 1s 150950K .......... .......... .......... .......... .......... 65% 87.3M 1s 151000K .......... .......... .......... .......... .......... 65% 82.5M 1s 151050K .......... .......... .......... .......... .......... 65% 111M 1s 151100K .......... .......... .......... .......... .......... 65% 102M 1s 151150K .......... .......... .......... .......... .......... 65% 44.9M 1s 151200K .......... .......... .......... .......... .......... 65% 69.0M 1s 151250K .......... .......... .......... .......... .......... 65% 127M 1s 151300K .......... .......... .......... .......... .......... 65% 89.0M 1s 151350K .......... .......... .......... .......... .......... 65% 109M 1s 151400K .......... .......... .......... .......... .......... 65% 95.0M 1s 151450K .......... .......... .......... .......... .......... 65% 89.2M 1s 151500K .......... .......... .......... .......... .......... 65% 134M 1s 151550K .......... .......... .......... .......... .......... 65% 86.2M 1s 151600K .......... .......... .......... .......... .......... 65% 69.3M 1s 151650K .......... .......... .......... .......... .......... 65% 87.9M 1s 151700K .......... .......... .......... .......... .......... 65% 109M 1s 151750K .......... .......... .......... .......... .......... 65% 97.9M 1s 151800K .......... .......... .......... .......... .......... 65% 86.2M 1s 151850K .......... .......... .......... .......... .......... 65% 129M 1s 151900K .......... .......... .......... .......... .......... 65% 87.6M 1s 151950K .......... .......... .......... .......... .......... 65% 88.3M 1s 152000K .......... .......... .......... .......... .......... 65% 81.2M 1s 152050K .......... .......... .......... .......... .......... 65% 102M 1s 152100K .......... .......... .......... .......... .......... 65% 89.4M 1s 152150K .......... .......... .......... .......... .......... 65% 86.5M 1s 152200K .......... .......... .......... .......... .......... 65% 83.7M 1s 152250K .......... .......... .......... .......... .......... 65% 131M 1s 152300K .......... .......... .......... .......... .......... 65% 88.8M 1s 152350K .......... .......... .......... .......... .......... 65% 87.8M 1s 152400K .......... .......... .......... .......... .......... 65% 81.5M 1s 152450K .......... .......... .......... .......... .......... 65% 101M 1s 152500K .......... .......... .......... .......... .......... 65% 89.6M 1s 152550K .......... .......... .......... .......... .......... 65% 51.0M 1s 152600K .......... .......... .......... .......... .......... 65% 83.1M 1s 152650K .......... .......... .......... .......... .......... 65% 89.2M 1s 152700K .......... .......... .......... .......... .......... 65% 86.1M 1s 152750K .......... .......... .......... .......... .......... 65% 90.4M 1s 152800K .......... .......... .......... .......... .......... 65% 80.1M 1s 152850K .......... .......... .......... .......... .......... 65% 100M 1s 152900K .......... .......... .......... .......... .......... 65% 89.0M 1s 152950K .......... .......... .......... .......... .......... 65% 107M 1s 153000K .......... .......... .......... .......... .......... 65% 98.5M 1s 153050K .......... .......... .......... .......... .......... 65% 88.3M 1s 153100K .......... .......... .......... .......... .......... 66% 87.6M 1s 153150K .......... .......... .......... .......... .......... 66% 128M 1s 153200K .......... .......... .......... .......... .......... 66% 68.6M 1s 153250K .......... .......... .......... .......... .......... 66% 89.5M 1s 153300K .......... .......... .......... .......... .......... 66% 134M 1s 153350K .......... .......... .......... .......... .......... 66% 86.9M 1s 153400K .......... .......... .......... .......... .......... 66% 85.1M 1s 153450K .......... .......... .......... .......... .......... 66% 87.2M 1s 153500K .......... .......... .......... .......... .......... 66% 129M 1s 153550K .......... .......... .......... .......... .......... 66% 89.2M 1s 153600K .......... .......... .......... .......... .......... 66% 91.1M 1s 153650K .......... .......... .......... .......... .......... 66% 89.5M 1s 153700K .......... .......... .......... .......... .......... 66% 89.3M 1s 153750K .......... .......... .......... .......... .......... 66% 88.0M 1s 153800K .......... .......... .......... .......... .......... 66% 81.8M 1s 153850K .......... .......... .......... .......... .......... 66% 109M 1s 153900K .......... .......... .......... .......... .......... 66% 104M 1s 153950K .......... .......... .......... .......... .......... 66% 87.5M 1s 154000K .......... .......... .......... .......... .......... 66% 80.5M 1s 154050K .......... .......... .......... .......... .......... 66% 88.1M 1s 154100K .......... .......... .......... .......... .......... 66% 101M 1s 154150K .......... .......... .......... .......... .......... 66% 88.9M 1s 154200K .......... .......... .......... .......... .......... 66% 83.1M 1s 154250K .......... .......... .......... .......... .......... 66% 88.7M 1s 154300K .......... .......... .......... .......... .......... 66% 131M 1s 154350K .......... .......... .......... .......... .......... 66% 85.0M 1s 154400K .......... .......... .......... .......... .......... 66% 96.1M 1s 154450K .......... .......... .......... .......... .......... 66% 58.1M 1s 154500K .......... .......... .......... .......... .......... 66% 199M 1s 154550K .......... .......... .......... .......... .......... 66% 125M 1s 154600K .......... .......... .......... .......... .......... 66% 82.7M 1s 154650K .......... .......... .......... .......... .......... 66% 88.3M 1s 154700K .......... .......... .......... .......... .......... 66% 88.0M 1s 154750K .......... .......... .......... .......... .......... 66% 133M 1s 154800K .......... .......... .......... .......... .......... 66% 68.5M 1s 154850K .......... .......... .......... .......... .......... 66% 88.8M 1s 154900K .......... .......... .......... .......... .......... 66% 87.3M 1s 154950K .......... .......... .......... .......... .......... 66% 87.8M 1s 155000K .......... .......... .......... .......... .......... 66% 119M 1s 155050K .......... .......... .......... .......... .......... 66% 91.6M 1s 155100K .......... .......... .......... .......... .......... 66% 125M 1s 155150K .......... .......... .......... .......... .......... 66% 90.1M 1s 155200K .......... .......... .......... .......... .......... 66% 80.0M 1s 155250K .......... .......... .......... .......... .......... 66% 102M 1s 155300K .......... .......... .......... .......... .......... 66% 87.5M 1s 155350K .......... .......... .......... .......... .......... 66% 134M 1s 155400K .......... .......... .......... .......... .......... 67% 84.3M 1s 155450K .......... .......... .......... .......... .......... 67% 130M 1s 155500K .......... .......... .......... .......... .......... 67% 88.7M 1s 155550K .......... .......... .......... .......... .......... 67% 88.7M 1s 155600K .......... .......... .......... .......... .......... 67% 93.1M 1s 155650K .......... .......... .......... .......... .......... 67% 87.3M 1s 155700K .......... .......... .......... .......... .......... 67% 88.8M 1s 155750K .......... .......... .......... .......... .......... 67% 127M 1s 155800K .......... .......... .......... .......... .......... 67% 85.9M 1s 155850K .......... .......... .......... .......... .......... 67% 86.8M 1s 155900K .......... .......... .......... .......... .......... 67% 127M 1s 155950K .......... .......... .......... .......... .......... 67% 91.0M 1s 156000K .......... .......... .......... .......... .......... 67% 92.7M 1s 156050K .......... .......... .......... .......... .......... 67% 86.3M 1s 156100K .......... .......... .......... .......... .......... 67% 89.6M 1s 156150K .......... .......... .......... .......... .......... 67% 132M 1s 156200K .......... .......... .......... .......... .......... 67% 83.0M 1s 156250K .......... .......... .......... .......... .......... 67% 131M 1s 156300K .......... .......... .......... .......... .......... 67% 86.6M 1s 156350K .......... .......... .......... .......... .......... 67% 136M 1s 156400K .......... .......... .......... .......... .......... 67% 68.7M 1s 156450K .......... .......... .......... .......... .......... 67% 110M 1s 156500K .......... .......... .......... .......... .......... 67% 103M 1s 156550K .......... .......... .......... .......... .......... 67% 130M 1s 156600K .......... .......... .......... .......... .......... 67% 81.1M 1s 156650K .......... .......... .......... .......... .......... 67% 14.6M 1s 156700K .......... .......... .......... .......... .......... 67% 85.6M 1s 156750K .......... .......... .......... .......... .......... 67% 86.3M 1s 156800K .......... .......... .......... .......... .......... 67% 93.8M 1s 156850K .......... .......... .......... .......... .......... 67% 110M 1s 156900K .......... .......... .......... .......... .......... 67% 103M 1s 156950K .......... .......... .......... .......... .......... 67% 123M 1s 157000K .......... .......... .......... .......... .......... 67% 86.1M 1s 157050K .......... .......... .......... .......... .......... 67% 86.0M 1s 157100K .......... .......... .......... .......... .......... 67% 89.2M 1s 157150K .......... .......... .......... .......... .......... 67% 136M 1s 157200K .......... .......... .......... .......... .......... 67% 68.6M 1s 157250K .......... .......... .......... .......... .......... 67% 66.6M 1s 157300K .......... .......... .......... .......... .......... 67% 87.9M 1s 157350K .......... .......... .......... .......... .......... 67% 88.7M 1s 157400K .......... .......... .......... .......... .......... 67% 82.3M 1s 157450K .......... .......... .......... .......... .......... 67% 112M 1s 157500K .......... .......... .......... .......... .......... 67% 98.4M 1s 157550K .......... .......... .......... .......... .......... 67% 79.6M 1s 157600K .......... .......... .......... .......... .......... 67% 104M 1s 157650K .......... .......... .......... .......... .......... 67% 87.5M 1s 157700K .......... .......... .......... .......... .......... 67% 87.1M 1s 157750K .......... .......... .......... .......... .......... 68% 138M 1s 157800K .......... .......... .......... .......... .......... 68% 83.4M 1s 157850K .......... .......... .......... .......... .......... 68% 88.9M 1s 157900K .......... .......... .......... .......... .......... 68% 85.1M 1s 157950K .......... .......... .......... .......... .......... 68% 87.5M 1s 158000K .......... .......... .......... .......... .......... 68% 90.2M 1s 158050K .......... .......... .......... .......... .......... 68% 84.5M 1s 158100K .......... .......... .......... .......... .......... 68% 121M 1s 158150K .......... .......... .......... .......... .......... 68% 105M 1s 158200K .......... .......... .......... .......... .......... 68% 83.6M 1s 158250K .......... .......... .......... .......... .......... 68% 130M 1s 158300K .......... .......... .......... .......... .......... 68% 90.3M 1s 158350K .......... .......... .......... .......... .......... 68% 127M 1s 158400K .......... .......... .......... .......... .......... 68% 67.5M 1s 158450K .......... .......... .......... .......... .......... 68% 135M 1s 158500K .......... .......... .......... .......... .......... 68% 88.8M 1s 158550K .......... .......... .......... .......... .......... 68% 137M 1s 158600K .......... .......... .......... .......... .......... 68% 83.3M 1s 158650K .......... .......... .......... .......... .......... 68% 109M 1s 158700K .......... .......... .......... .......... .......... 68% 73.8M 1s 158750K .......... .......... .......... .......... .......... 68% 108M 1s 158800K .......... .......... .......... .......... .......... 68% 77.5M 1s 158850K .......... .......... .......... .......... .......... 68% 130M 1s 158900K .......... .......... .......... .......... .......... 68% 89.9M 1s 158950K .......... .......... .......... .......... .......... 68% 129M 1s 159000K .......... .......... .......... .......... .......... 68% 83.5M 1s 159050K .......... .......... .......... .......... .......... 68% 112M 1s 159100K .......... .......... .......... .......... .......... 68% 98.4M 1s 159150K .......... .......... .......... .......... .......... 68% 89.5M 1s 159200K .......... .......... .......... .......... .......... 68% 93.9M 1s 159250K .......... .......... .......... .......... .......... 68% 111M 1s 159300K .......... .......... .......... .......... .......... 68% 101M 1s 159350K .......... .......... .......... .......... .......... 68% 89.9M 1s 159400K .......... .......... .......... .......... .......... 68% 120M 1s 159450K .......... .......... .......... .......... .......... 68% 88.3M 1s 159500K .......... .......... .......... .......... .......... 68% 108M 1s 159550K .......... .......... .......... .......... .......... 68% 102M 1s 159600K .......... .......... .......... .......... .......... 68% 69.1M 1s 159650K .......... .......... .......... .......... .......... 68% 110M 1s 159700K .......... .......... .......... .......... .......... 68% 101M 1s 159750K .......... .......... .......... .......... .......... 68% 87.8M 1s 159800K .......... .......... .......... .......... .......... 68% 124M 1s 159850K .......... .......... .......... .......... .......... 68% 86.8M 1s 159900K .......... .......... .......... .......... .......... 68% 135M 1s 159950K .......... .......... .......... .......... .......... 68% 87.7M 1s 160000K .......... .......... .......... .......... .......... 68% 92.0M 1s 160050K .......... .......... .......... .......... .......... 69% 89.1M 1s 160100K .......... .......... .......... .......... .......... 69% 109M 1s 160150K .......... .......... .......... .......... .......... 69% 101M 1s 160200K .......... .......... .......... .......... .......... 69% 104M 1s 160250K .......... .......... .......... .......... .......... 69% 100M 1s 160300K .......... .......... .......... .......... .......... 69% 110M 1s 160350K .......... .......... .......... .......... .......... 69% 101M 1s 160400K .......... .......... .......... .......... .......... 69% 83.9M 1s 160450K .......... .......... .......... .......... .......... 69% 101M 1s 160500K .......... .......... .......... .......... .......... 69% 88.0M 1s 160550K .......... .......... .......... .......... .......... 69% 132M 1s 160600K .......... .......... .......... .......... .......... 69% 83.4M 1s 160650K .......... .......... .......... .......... .......... 69% 88.6M 1s 160700K .......... .......... .......... .......... .......... 69% 130M 1s 160750K .......... .......... .......... .......... .......... 69% 95.3M 1s 160800K .......... .......... .......... .......... .......... 69% 83.7M 1s 160850K .......... .......... .......... .......... .......... 69% 89.4M 1s 160900K .......... .......... .......... .......... .......... 69% 134M 1s 160950K .......... .......... .......... .......... .......... 69% 87.0M 1s 161000K .......... .......... .......... .......... .......... 69% 81.9M 1s 161050K .......... .......... .......... .......... .......... 69% 88.2M 1s 161100K .......... .......... .......... .......... .......... 69% 89.8M 1s 161150K .......... .......... .......... .......... .......... 69% 133M 1s 161200K .......... .......... .......... .......... .......... 69% 68.3M 1s 161250K .......... .......... .......... .......... .......... 69% 133M 1s 161300K .......... .......... .......... .......... .......... 69% 86.4M 1s 161350K .......... .......... .......... .......... .......... 69% 89.8M 1s 161400K .......... .......... .......... .......... .......... 69% 119M 1s 161450K .......... .......... .......... .......... .......... 69% 90.5M 1s 161500K .......... .......... .......... .......... .......... 69% 107M 1s 161550K .......... .......... .......... .......... .......... 69% 101M 1s 161600K .......... .......... .......... .......... .......... 69% 82.2M 1s 161650K .......... .......... .......... .......... .......... 69% 104M 1s 161700K .......... .......... .......... .......... .......... 69% 107M 1s 161750K .......... .......... .......... .......... .......... 69% 101M 1s 161800K .......... .......... .......... .......... .......... 69% 83.1M 1s 161850K .......... .......... .......... .......... .......... 69% 90.1M 1s 161900K .......... .......... .......... .......... .......... 69% 130M 1s 161950K .......... .......... .......... .......... .......... 69% 87.7M 1s 162000K .......... .......... .......... .......... .......... 69% 93.0M 1s 162050K .......... .......... .......... .......... .......... 69% 88.2M 1s 162100K .......... .......... .......... .......... .......... 69% 133M 1s 162150K .......... .......... .......... .......... .......... 69% 87.4M 1s 162200K .......... .......... .......... .......... .......... 69% 121M 1s 162250K .......... .......... .......... .......... .......... 69% 85.6M 1s 162300K .......... .......... .......... .......... .......... 69% 132M 1s 162350K .......... .......... .......... .......... .......... 69% 86.5M 1s 162400K .......... .......... .......... .......... .......... 70% 94.7M 1s 162450K .......... .......... .......... .......... .......... 70% 88.7M 1s 162500K .......... .......... .......... .......... .......... 70% 129M 1s 162550K .......... .......... .......... .......... .......... 70% 88.4M 1s 162600K .......... .......... .......... .......... .......... 70% 126M 1s 162650K .......... .......... .......... .......... .......... 70% 54.7M 1s 162700K .......... .......... .......... .......... .......... 70% 194M 1s 162750K .......... .......... .......... .......... .......... 70% 126M 1s 162800K .......... .......... .......... .......... .......... 70% 71.4M 1s 162850K .......... .......... .......... .......... .......... 70% 130M 1s 162900K .......... .......... .......... .......... .......... 70% 89.1M 1s 162950K .......... .......... .......... .......... .......... 70% 129M 1s 163000K .......... .......... .......... .......... .......... 70% 84.4M 1s 163050K .......... .......... .......... .......... .......... 70% 134M 1s 163100K .......... .......... .......... .......... .......... 70% 87.9M 1s 163150K .......... .......... .......... .......... .......... 70% 127M 1s 163200K .......... .......... .......... .......... .......... 70% 69.9M 1s 163250K .......... .......... .......... .......... .......... 70% 131M 1s 163300K .......... .......... .......... .......... .......... 70% 88.2M 1s 163350K .......... .......... .......... .......... .......... 70% 132M 1s 163400K .......... .......... .......... .......... .......... 70% 83.7M 1s 163450K .......... .......... .......... .......... .......... 70% 87.9M 1s 163500K .......... .......... .......... .......... .......... 70% 131M 1s 163550K .......... .......... .......... .......... .......... 70% 86.9M 1s 163600K .......... .......... .......... .......... .......... 70% 94.0M 1s 163650K .......... .......... .......... .......... .......... 70% 88.5M 1s 163700K .......... .......... .......... .......... .......... 70% 131M 1s 163750K .......... .......... .......... .......... .......... 70% 89.7M 1s 163800K .......... .......... .......... .......... .......... 70% 117M 1s 163850K .......... .......... .......... .......... .......... 70% 89.6M 1s 163900K .......... .......... .......... .......... .......... 70% 132M 1s 163950K .......... .......... .......... .......... .......... 70% 85.4M 1s 164000K .......... .......... .......... .......... .......... 70% 96.2M 1s 164050K .......... .......... .......... .......... .......... 70% 88.7M 1s 164100K .......... .......... .......... .......... .......... 70% 110M 1s 164150K .......... .......... .......... .......... .......... 70% 101M 1s 164200K .......... .......... .......... .......... .......... 70% 83.7M 1s 164250K .......... .......... .......... .......... .......... 70% 132M 1s 164300K .......... .......... .......... .......... .......... 70% 85.7M 1s 164350K .......... .......... .......... .......... .......... 70% 88.0M 1s 164400K .......... .......... .......... .......... .......... 70% 94.1M 1s 164450K .......... .......... .......... .......... .......... 70% 110M 1s 164500K .......... .......... .......... .......... .......... 70% 101M 1s 164550K .......... .......... .......... .......... .......... 70% 89.2M 1s 164600K .......... .......... .......... .......... .......... 70% 102M 1s 164650K .......... .......... .......... .......... .......... 70% 102M 1s 164700K .......... .......... .......... .......... .......... 71% 111M 1s 164750K .......... .......... .......... .......... .......... 71% 96.8M 1s 164800K .......... .......... .......... .......... .......... 71% 95.2M 1s 164850K .......... .......... .......... .......... .......... 71% 88.6M 1s 164900K .......... .......... .......... .......... .......... 71% 89.1M 1s 164950K .......... .......... .......... .......... .......... 71% 130M 1s 165000K .......... .......... .......... .......... .......... 71% 84.7M 1s 165050K .......... .......... .......... .......... .......... 71% 87.2M 1s 165100K .......... .......... .......... .......... .......... 71% 130M 1s 165150K .......... .......... .......... .......... .......... 71% 88.7M 1s 165200K .......... .......... .......... .......... .......... 71% 54.7M 1s 165250K .......... .......... .......... .......... .......... 71% 87.0M 1s 165300K .......... .......... .......... .......... .......... 71% 89.2M 1s 165350K .......... .......... .......... .......... .......... 71% 13.1M 1s 165400K .......... .......... .......... .......... .......... 71% 139M 1s 165450K .......... .......... .......... .......... .......... 71% 190M 1s 165500K .......... .......... .......... .......... .......... 71% 192M 1s 165550K .......... .......... .......... .......... .......... 71% 203M 1s 165600K .......... .......... .......... .......... .......... 71% 169M 1s 165650K .......... .......... .......... .......... .......... 71% 196M 1s 165700K .......... .......... .......... .......... .......... 71% 201M 1s 165750K .......... .......... .......... .......... .......... 71% 188M 1s 165800K .......... .......... .......... .......... .......... 71% 176M 1s 165850K .......... .......... .......... .......... .......... 71% 204M 1s 165900K .......... .......... .......... .......... .......... 71% 151M 1s 165950K .......... .......... .......... .......... .......... 71% 139M 1s 166000K .......... .......... .......... .......... .......... 71% 42.9M 1s 166050K .......... .......... .......... .......... .......... 71% 89.0M 1s 166100K .......... .......... .......... .......... .......... 71% 86.9M 1s 166150K .......... .......... .......... .......... .......... 71% 133M 1s 166200K .......... .......... .......... .......... .......... 71% 83.7M 1s 166250K .......... .......... .......... .......... .......... 71% 52.5M 1s 166300K .......... .......... .......... .......... .......... 71% 86.9M 1s 166350K .......... .......... .......... .......... .......... 71% 90.1M 1s 166400K .......... .......... .......... .......... .......... 71% 68.7M 1s 166450K .......... .......... .......... .......... .......... 71% 110M 1s 166500K .......... .......... .......... .......... .......... 71% 46.9M 1s 166550K .......... .......... .......... .......... .......... 71% 43.9M 1s 166600K .......... .......... .......... .......... .......... 71% 120M 1s 166650K .......... .......... .......... .......... .......... 71% 86.5M 1s 166700K .......... .......... .......... .......... .......... 71% 89.8M 1s 166750K .......... .......... .......... .......... .......... 71% 52.4M 1s 166800K .......... .......... .......... .......... .......... 71% 69.5M 1s 166850K .......... .......... .......... .......... .......... 71% 86.9M 1s 166900K .......... .......... .......... .......... .......... 71% 90.3M 1s 166950K .......... .......... .......... .......... .......... 71% 108M 1s 167000K .......... .......... .......... .......... .......... 72% 45.4M 1s 167050K .......... .......... .......... .......... .......... 72% 87.3M 1s 167100K .......... .......... .......... .......... .......... 72% 138M 1s 167150K .......... .......... .......... .......... .......... 72% 88.2M 1s 167200K .......... .......... .......... .......... .......... 72% 69.5M 1s 167250K .......... .......... .......... .......... .......... 72% 51.2M 1s 167300K .......... .......... .......... .......... .......... 72% 66.6M 1s 167350K .......... .......... .......... .......... .......... 72% 88.0M 1s 167400K .......... .......... .......... .......... .......... 72% 100M 1s 167450K .......... .......... .......... .......... .......... 72% 105M 1s 167500K .......... .......... .......... .......... .......... 72% 65.8M 1s 167550K .......... .......... .......... .......... .......... 72% 87.5M 1s 167600K .......... .......... .......... .......... .......... 72% 69.5M 1s 167650K .......... .......... .......... .......... .......... 72% 130M 1s 167700K .......... .......... .......... .......... .......... 72% 42.2M 1s 167750K .......... .......... .......... .......... .......... 72% 133M 1s 167800K .......... .......... .......... .......... .......... 72% 84.0M 1s 167850K .......... .......... .......... .......... .......... 72% 86.6M 1s 167900K .......... .......... .......... .......... .......... 72% 110M 1s 167950K .......... .......... .......... .......... .......... 72% 47.4M 1s 168000K .......... .......... .......... .......... .......... 72% 68.9M 1s 168050K .......... .......... .......... .......... .......... 72% 132M 1s 168100K .......... .......... .......... .......... .......... 72% 87.0M 1s 168150K .......... .......... .......... .......... .......... 72% 89.0M 1s 168200K .......... .......... .......... .......... .......... 72% 51.1M 1s 168250K .......... .......... .......... .......... .......... 72% 87.0M 1s 168300K .......... .......... .......... .......... .......... 72% 88.6M 1s 168350K .......... .......... .......... .......... .......... 72% 125M 1s 168400K .......... .......... .......... .......... .......... 72% 70.6M 1s 168450K .......... .......... .......... .......... .......... 72% 44.6M 1s 168500K .......... .......... .......... .......... .......... 72% 85.8M 1s 168550K .......... .......... .......... .......... .......... 72% 132M 1s 168600K .......... .......... .......... .......... .......... 72% 84.4M 1s 168650K .......... .......... .......... .......... .......... 72% 87.9M 1s 168700K .......... .......... .......... .......... .......... 72% 56.9M 1s 168750K .......... .......... .......... .......... .......... 72% 88.5M 1s 168800K .......... .......... .......... .......... .......... 72% 69.2M 1s 168850K .......... .......... .......... .......... .......... 72% 87.4M 1s 168900K .......... .......... .......... .......... .......... 72% 133M 1s 168950K .......... .......... .......... .......... .......... 72% 42.5M 1s 169000K .......... .......... .......... .......... .......... 72% 104M 1s 169050K .......... .......... .......... .......... .......... 72% 102M 1s 169100K .......... .......... .......... .......... .......... 72% 87.2M 1s 169150K .......... .......... .......... .......... .......... 72% 87.0M 1s 169200K .......... .......... .......... .......... .......... 72% 45.4M 1s 169250K .......... .......... .......... .......... .......... 72% 87.1M 1s 169300K .......... .......... .......... .......... .......... 72% 134M 1s 169350K .......... .......... .......... .......... .......... 73% 88.0M 1s 169400K .......... .......... .......... .......... .......... 73% 85.0M 1s 169450K .......... .......... .......... .......... .......... 73% 48.9M 1s 169500K .......... .......... .......... .......... .......... 73% 89.5M 1s 169550K .......... .......... .......... .......... .......... 73% 128M 1s 169600K .......... .......... .......... .......... .......... 73% 69.2M 1s 169650K .......... .......... .......... .......... .......... 73% 89.3M 1s 169700K .......... .......... .......... .......... .......... 73% 51.8M 1s 169750K .......... .......... .......... .......... .......... 73% 88.8M 1s 169800K .......... .......... .......... .......... .......... 73% 83.6M 1s 169850K .......... .......... .......... .......... .......... 73% 86.8M 1s 169900K .......... .......... .......... .......... .......... 73% 87.4M 1s 169950K .......... .......... .......... .......... .......... 73% 67.0M 1s 170000K .......... .......... .......... .......... .......... 73% 68.6M 1s 170050K .......... .......... .......... .......... .......... 73% 86.5M 1s 170100K .......... .......... .......... .......... .......... 73% 89.4M 1s 170150K .......... .......... .......... .......... .......... 73% 110M 1s 170200K .......... .......... .......... .......... .......... 73% 42.5M 1s 170250K .......... .......... .......... .......... .......... 73% 109M 1s 170300K .......... .......... .......... .......... .......... 73% 101M 1s 170350K .......... .......... .......... .......... .......... 73% 89.8M 1s 170400K .......... .......... .......... .......... .......... 73% 91.6M 1s 170450K .......... .......... .......... .......... .......... 73% 47.7M 1s 170500K .......... .......... .......... .......... .......... 73% 88.6M 1s 170550K .......... .......... .......... .......... .......... 73% 132M 1s 170600K .......... .......... .......... .......... .......... 73% 82.0M 1s 170650K .......... .......... .......... .......... .......... 73% 89.2M 1s 170700K .......... .......... .......... .......... .......... 73% 56.7M 1s 170750K .......... .......... .......... .......... .......... 73% 87.8M 1s 170800K .......... .......... .......... .......... .......... 73% 68.8M 1s 170850K .......... .......... .......... .......... .......... 73% 77.6M 1s 170900K .......... .......... .......... .......... .......... 73% 163M 1s 170950K .......... .......... .......... .......... .......... 73% 46.6M 1s 171000K .......... .......... .......... .......... .......... 73% 82.9M 1s 171050K .......... .......... .......... .......... .......... 73% 88.9M 1s 171100K .......... .......... .......... .......... .......... 73% 86.4M 1s 171150K .......... .......... .......... .......... .......... 73% 112M 1s 171200K .......... .......... .......... .......... .......... 73% 49.9M 1s 171250K .......... .......... .......... .......... .......... 73% 87.5M 1s 171300K .......... .......... .......... .......... .......... 73% 88.4M 1s 171350K .......... .......... .......... .......... .......... 73% 88.0M 1s 171400K .......... .......... .......... .......... .......... 73% 121M 1s 171450K .......... .......... .......... .......... .......... 73% 44.8M 1s 171500K .......... .......... .......... .......... .......... 73% 129M 1s 171550K .......... .......... .......... .......... .......... 73% 85.8M 1s 171600K .......... .......... .......... .......... .......... 73% 70.8M 1s 171650K .......... .......... .......... .......... .......... 74% 110M 1s 171700K .......... .......... .......... .......... .......... 74% 46.8M 1s 171750K .......... .......... .......... .......... .......... 74% 89.6M 1s 171800K .......... .......... .......... .......... .......... 74% 117M 1s 171850K .......... .......... .......... .......... .......... 74% 89.3M 1s 171900K .......... .......... .......... .......... .......... 74% 87.7M 1s 171950K .......... .......... .......... .......... .......... 74% 46.6M 1s 172000K .......... .......... .......... .......... .......... 74% 68.5M 1s 172050K .......... .......... .......... .......... .......... 74% 133M 1s 172100K .......... .......... .......... .......... .......... 74% 87.4M 1s 172150K .......... .......... .......... .......... .......... 74% 89.3M 1s 172200K .......... .......... .......... .......... .......... 74% 49.6M 1s 172250K .......... .......... .......... .......... .......... 74% 88.3M 1s 172300K .......... .......... .......... .......... .......... 74% 89.1M 1s 172350K .......... .......... .......... .......... .......... 74% 86.8M 1s 172400K .......... .......... .......... .......... .......... 74% 82.3M 1s 172450K .......... .......... .......... .......... .......... 74% 57.2M 1s 172500K .......... .......... .......... .......... .......... 74% 89.2M 1s 172550K .......... .......... .......... .......... .......... 74% 88.2M 1s 172600K .......... .......... .......... .......... .......... 74% 104M 1s 172650K .......... .......... .......... .......... .......... 74% 87.5M 1s 172700K .......... .......... .......... .......... .......... 74% 50.4M 1s 172750K .......... .......... .......... .......... .......... 74% 130M 1s 172800K .......... .......... .......... .......... .......... 74% 67.6M 1s 172850K .......... .......... .......... .......... .......... 74% 92.0M 1s 172900K .......... .......... .......... .......... .......... 74% 108M 1s 172950K .......... .......... .......... .......... .......... 74% 47.6M 1s 173000K .......... .......... .......... .......... .......... 74% 82.9M 1s 173050K .......... .......... .......... .......... .......... 74% 89.0M 1s 173100K .......... .......... .......... .......... .......... 74% 87.2M 1s 173150K .......... .......... .......... .......... .......... 74% 127M 1s 173200K .......... .......... .......... .......... .......... 74% 40.6M 1s 173250K .......... .......... .......... .......... .......... 74% 130M 1s 173300K .......... .......... .......... .......... .......... 74% 88.0M 1s 173350K .......... .......... .......... .......... .......... 74% 87.7M 1s 173400K .......... .......... .......... .......... .......... 74% 84.6M 1s 173450K .......... .......... .......... .......... .......... 74% 52.8M 1s 173500K .......... .......... .......... .......... .......... 74% 88.3M 1s 173550K .......... .......... .......... .......... .......... 74% 128M 1s 173600K .......... .......... .......... .......... .......... 74% 69.7M 1s 173650K .......... .......... .......... .......... .......... 74% 88.9M 1s 173700K .......... .......... .......... .......... .......... 74% 52.2M 1s 173750K .......... .......... .......... .......... .......... 74% 88.5M 1s 173800K .......... .......... .......... .......... .......... 74% 82.8M 1s 173850K .......... .......... .......... .......... .......... 74% 131M 1s 173900K .......... .......... .......... .......... .......... 74% 88.1M 1s 173950K .......... .......... .......... .......... .......... 74% 44.9M 1s 174000K .......... .......... .......... .......... .......... 75% 93.4M 1s 174050K .......... .......... .......... .......... .......... 75% 88.8M 1s 174100K .......... .......... .......... .......... .......... 75% 88.5M 1s 174150K .......... .......... .......... .......... .......... 75% 129M 1s 174200K .......... .......... .......... .......... .......... 75% 43.5M 1s 174250K .......... .......... .......... .......... .......... 75% 90.3M 1s 174300K .......... .......... .......... .......... .......... 75% 127M 1s 174350K .......... .......... .......... .......... .......... 75% 90.3M 1s 174400K .......... .......... .......... .......... .......... 75% 62.0M 1s 174450K .......... .......... .......... .......... .......... 75% 54.5M 1s 174500K .......... .......... .......... .......... .......... 75% 88.2M 1s 174550K .......... .......... .......... .......... .......... 75% 88.6M 1s 174600K .......... .......... .......... .......... .......... 75% 118M 1s 174650K .......... .......... .......... .......... .......... 75% 88.9M 1s 174700K .......... .......... .......... .......... .......... 75% 47.0M 1s 174750K .......... .......... .......... .......... .......... 75% 133M 1s 174800K .......... .......... .......... .......... .......... 75% 69.0M 1s 174850K .......... .......... .......... .......... .......... 75% 88.0M 1s 174900K .......... .......... .......... .......... .......... 75% 87.1M 1s 174950K .......... .......... .......... .......... .......... 75% 133M 1s 175000K .......... .......... .......... .......... .......... 75% 49.4M 1s 175050K .......... .......... .......... .......... .......... 75% 83.4M 1s 175100K .......... .......... .......... .......... .......... 75% 68.4M 1s 175150K .......... .......... .......... .......... .......... 75% 111M 1s 175200K .......... .......... .......... .......... .......... 75% 77.5M 1s 175250K .......... .......... .......... .......... .......... 75% 87.8M 1s 175300K .......... .......... .......... .......... .......... 75% 61.7M 1s 175350K .......... .......... .......... .......... .......... 75% 87.8M 1s 175400K .......... .......... .......... .......... .......... 75% 82.5M 1s 175450K .......... .......... .......... .......... .......... 75% 88.5M 1s 175500K .......... .......... .......... .......... .......... 75% 130M 1s 175550K .......... .......... .......... .......... .......... 75% 54.8M 1s 175600K .......... .......... .......... .......... .......... 75% 68.7M 1s 175650K .......... .......... .......... .......... .......... 75% 87.1M 1s 175700K .......... .......... .......... .......... .......... 75% 133M 1s 175750K .......... .......... .......... .......... .......... 75% 87.1M 1s 175800K .......... .......... .......... .......... .......... 75% 84.2M 1s 175850K .......... .......... .......... .......... .......... 75% 50.4M 1s 175900K .......... .......... .......... .......... .......... 75% 87.9M 1s 175950K .......... .......... .......... .......... .......... 75% 133M 1s 176000K .......... .......... .......... .......... .......... 75% 68.7M 1s 176050K .......... .......... .......... .......... .......... 75% 87.6M 1s 176100K .......... .......... .......... .......... .......... 75% 132M 1s 176150K .......... .......... .......... .......... .......... 75% 89.0M 1s 176200K .......... .......... .......... .......... .......... 75% 48.5M 1s 176250K .......... .......... .......... .......... .......... 75% 87.5M 1s 176300K .......... .......... .......... .......... .......... 76% 88.7M 1s 176350K .......... .......... .......... .......... .......... 76% 131M 1s 176400K .......... .......... .......... .......... .......... 76% 62.0M 1s 176450K .......... .......... .......... .......... .......... 76% 101M 1s 176500K .......... .......... .......... .......... .......... 76% 53.1M 1s 176550K .......... .......... .......... .......... .......... 76% 88.1M 1s 176600K .......... .......... .......... .......... .......... 76% 42.6M 1s 176650K .......... .......... .......... .......... .......... 76% 135M 1s 176700K .......... .......... .......... .......... .......... 76% 86.4M 1s 176750K .......... .......... .......... .......... .......... 76% 89.4M 1s 176800K .......... .......... .......... .......... .......... 76% 68.6M 1s 176850K .......... .......... .......... .......... .......... 76% 58.9M 1s 176900K .......... .......... .......... .......... .......... 76% 87.7M 1s 176950K .......... .......... .......... .......... .......... 76% 87.8M 1s 177000K .......... .......... .......... .......... .......... 76% 81.3M 1s 177050K .......... .......... .......... .......... .......... 76% 137M 1s 177100K .......... .......... .......... .......... .......... 76% 87.5M 1s 177150K .......... .......... .......... .......... .......... 76% 89.6M 1s 177200K .......... .......... .......... .......... .......... 76% 44.1M 1s 177250K .......... .......... .......... .......... .......... 76% 87.1M 1s 177300K .......... .......... .......... .......... .......... 76% 88.5M 1s 177350K .......... .......... .......... .......... .......... 76% 88.0M 1s 177400K .......... .......... .......... .......... .......... 76% 121M 1s 177450K .......... .......... .......... .......... .......... 76% 88.0M 1s 177500K .......... .......... .......... .......... .......... 76% 65.6M 1s 177550K .......... .......... .......... .......... .......... 76% 88.6M 1s 177600K .......... .......... .......... .......... .......... 76% 68.2M 1s 177650K .......... .......... .......... .......... .......... 76% 87.7M 1s 177700K .......... .......... .......... .......... .......... 76% 112M 1s 177750K .......... .......... .......... .......... .......... 76% 101M 1s 177800K .......... .......... .......... .......... .......... 76% 47.1M 1s 177850K .......... .......... .......... .......... .......... 76% 87.5M 1s 177900K .......... .......... .......... .......... .......... 76% 87.5M 1s 177950K .......... .......... .......... .......... .......... 76% 135M 1s 178000K .......... .......... .......... .......... .......... 76% 67.8M 1s 178050K .......... .......... .......... .......... .......... 76% 89.8M 1s 178100K .......... .......... .......... .......... .......... 76% 52.4M 1s 178150K .......... .......... .......... .......... .......... 76% 88.2M 1s 178200K .......... .......... .......... .......... .......... 76% 82.8M 1s 178250K .......... .......... .......... .......... .......... 76% 89.9M 1s 178300K .......... .......... .......... .......... .......... 76% 86.6M 1s 178350K .......... .......... .......... .......... .......... 76% 66.9M 1s 178400K .......... .......... .......... .......... .......... 76% 69.0M 1s 178450K .......... .......... .......... .......... .......... 76% 86.9M 1s 178500K .......... .......... .......... .......... .......... 76% 88.9M 1s 178550K .......... .......... .......... .......... .......... 76% 108M 1s 178600K .......... .......... .......... .......... .......... 77% 96.8M 1s 178650K .......... .......... .......... .......... .......... 77% 87.6M 1s 178700K .......... .......... .......... .......... .......... 77% 27.8M 1s 178750K .......... .......... .......... .......... .......... 77% 91.8M 1s 178800K .......... .......... .......... .......... .......... 77% 68.7M 1s 178850K .......... .......... .......... .......... .......... 77% 133M 1s 178900K .......... .......... .......... .......... .......... 77% 86.9M 1s 178950K .......... .......... .......... .......... .......... 77% 132M 1s 179000K .......... .......... .......... .......... .......... 77% 78.5M 1s 179050K .......... .......... .......... .......... .......... 77% 62.2M 1s 179100K .......... .......... .......... .......... .......... 77% 128M 1s 179150K .......... .......... .......... .......... .......... 77% 88.3M 1s 179200K .......... .......... .......... .......... .......... 77% 68.9M 1s 179250K .......... .......... .......... .......... .......... 77% 133M 1s 179300K .......... .......... .......... .......... .......... 77% 87.9M 1s 179350K .......... .......... .......... .......... .......... 77% 52.8M 1s 179400K .......... .......... .......... .......... .......... 77% 84.2M 1s 179450K .......... .......... .......... .......... .......... 77% 87.6M 1s 179500K .......... .......... .......... .......... .......... 77% 87.0M 1s 179550K .......... .......... .......... .......... .......... 77% 132M 1s 179600K .......... .......... .......... .......... .......... 77% 69.0M 1s 179650K .......... .......... .......... .......... .......... 77% 49.9M 1s 179700K .......... .......... .......... .......... .......... 77% 109M 1s 179750K .......... .......... .......... .......... .......... 77% 101M 1s 179800K .......... .......... .......... .......... .......... 77% 83.6M 1s 179850K .......... .......... .......... .......... .......... 77% 89.1M 1s 179900K .......... .......... .......... .......... .......... 77% 86.9M 1s 179950K .......... .......... .......... .......... .......... 77% 132M 1s 180000K .......... .......... .......... .......... .......... 77% 40.3M 1s 180050K .......... .......... .......... .......... .......... 77% 88.3M 1s 180100K .......... .......... .......... .......... .......... 77% 87.9M 1s 180150K .......... .......... .......... .......... .......... 77% 109M 1s 180200K .......... .......... .......... .......... .......... 77% 83.7M 1s 180250K .......... .......... .......... .......... .......... 77% 56.8M 1s 180300K .......... .......... .......... .......... .......... 77% 88.9M 1s 180350K .......... .......... .......... .......... .......... 77% 129M 1s 180400K .......... .......... .......... .......... .......... 77% 69.1M 1s 180450K .......... .......... .......... .......... .......... 77% 88.7M 1s 180500K .......... .......... .......... .......... .......... 77% 133M 1s 180550K .......... .......... .......... .......... .......... 77% 41.7M 1s 180600K .......... .......... .......... .......... .......... 77% 82.8M 1s 180650K .......... .......... .......... .......... .......... 77% 130M 1s 180700K .......... .......... .......... .......... .......... 77% 88.3M 1s 180750K .......... .......... .......... .......... .......... 77% 88.3M 1s 180800K .......... .......... .......... .......... .......... 77% 93.1M 1s 180850K .......... .......... .......... .......... .......... 77% 52.8M 1s 180900K .......... .......... .......... .......... .......... 77% 87.8M 1s 180950K .......... .......... .......... .......... .......... 78% 89.4M 1s 181000K .......... .......... .......... .......... .......... 78% 101M 1s 181050K .......... .......... .......... .......... .......... 78% 101M 1s 181100K .......... .......... .......... .......... .......... 78% 87.7M 1s 181150K .......... .......... .......... .......... .......... 78% 89.8M 1s 181200K .......... .......... .......... .......... .......... 78% 68.0M 1s 181250K .......... .......... .......... .......... .......... 78% 88.4M 1s 181300K .......... .......... .......... .......... .......... 78% 73.0M 1s 181350K .......... .......... .......... .......... .......... 78% 87.4M 1s 181400K .......... .......... .......... .......... .......... 78% 83.1M 1s 181450K .......... .......... .......... .......... .......... 78% 133M 1s 181500K .......... .......... .......... .......... .......... 78% 64.9M 1s 181550K .......... .......... .......... .......... .......... 78% 137M 1s 181600K .......... .......... .......... .......... .......... 78% 69.0M 1s 181650K .......... .......... .......... .......... .......... 78% 107M 1s 181700K .......... .......... .......... .......... .......... 78% 103M 1s 181750K .......... .......... .......... .......... .......... 78% 87.7M 1s 181800K .......... .......... .......... .......... .......... 78% 59.9M 1s 181850K .......... .......... .......... .......... .......... 78% 88.6M 1s 181900K .......... .......... .......... .......... .......... 78% 87.2M 1s 181950K .......... .......... .......... .......... .......... 78% 113M 1s 182000K .......... .......... .......... .......... .......... 78% 75.3M 1s 182050K .......... .......... .......... .......... .......... 78% 89.4M 1s 182100K .......... .......... .......... .......... .......... 78% 87.0M 1s 182150K .......... .......... .......... .......... .......... 78% 89.6M 1s 182200K .......... .......... .......... .......... .......... 78% 83.3M 1s 182250K .......... .......... .......... .......... .......... 78% 86.1M 1s 182300K .......... .......... .......... .......... .......... 78% 78.6M 1s 182350K .......... .......... .......... .......... .......... 78% 97.9M 1s 182400K .......... .......... .......... .......... .......... 78% 51.5M 1s 182450K .......... .......... .......... .......... .......... 78% 87.7M 1s 182500K .......... .......... .......... .......... .......... 78% 88.0M 1s 182550K .......... .......... .......... .......... .......... 78% 88.2M 1s 182600K .......... .......... .......... .......... .......... 78% 82.3M 1s 182650K .......... .......... .......... .......... .......... 78% 88.4M 1s 182700K .......... .......... .......... .......... .......... 78% 109M 1s 182750K .......... .......... .......... .......... .......... 78% 103M 1s 182800K .......... .......... .......... .......... .......... 78% 54.4M 1s 182850K .......... .......... .......... .......... .......... 78% 88.7M 1s 182900K .......... .......... .......... .......... .......... 78% 88.1M 1s 182950K .......... .......... .......... .......... .......... 78% 130M 1s 183000K .......... .......... .......... .......... .......... 78% 81.6M 1s 183050K .......... .......... .......... .......... .......... 78% 47.4M 1s 183100K .......... .......... .......... .......... .......... 78% 88.1M 1s 183150K .......... .......... .......... .......... .......... 78% 87.2M 1s 183200K .......... .......... .......... .......... .......... 78% 94.1M 1s 183250K .......... .......... .......... .......... .......... 79% 88.0M 1s 183300K .......... .......... .......... .......... .......... 79% 66.3M 1s 183350K .......... .......... .......... .......... .......... 79% 87.1M 1s 183400K .......... .......... .......... .......... .......... 79% 83.0M 1s 183450K .......... .......... .......... .......... .......... 79% 89.7M 1s 183500K .......... .......... .......... .......... .......... 79% 108M 1s 183550K .......... .......... .......... .......... .......... 79% 87.3M 1s 183600K .......... .......... .......... .......... .......... 79% 60.3M 1s 183650K .......... .......... .......... .......... .......... 79% 109M 1s 183700K .......... .......... .......... .......... .......... 79% 87.9M 1s 183750K .......... .......... .......... .......... .......... 79% 87.8M 1s 183800K .......... .......... .......... .......... .......... 79% 70.5M 1s 183850K .......... .......... .......... .......... .......... 79% 88.6M 1s 183900K .......... .......... .......... .......... .......... 79% 108M 1s 183950K .......... .......... .......... .......... .......... 79% 102M 1s 184000K .......... .......... .......... .......... .......... 79% 69.1M 1s 184050K .......... .......... .......... .......... .......... 79% 87.1M 1s 184100K .......... .......... .......... .......... .......... 79% 88.7M 1s 184150K .......... .......... .......... .......... .......... 79% 130M 1s 184200K .......... .......... .......... .......... .......... 79% 82.9M 1s 184250K .......... .......... .......... .......... .......... 79% 87.9M 1s 184300K .......... .......... .......... .......... .......... 79% 89.7M 1s 184350K .......... .......... .......... .......... .......... 79% 65.6M 1s 184400K .......... .......... .......... .......... .......... 79% 91.4M 1s 184450K .......... .......... .......... .......... .......... 79% 90.2M 1s 184500K .......... .......... .......... .......... .......... 79% 86.9M 1s 184550K .......... .......... .......... .......... .......... 79% 88.2M 1s 184600K .......... .......... .......... .......... .......... 79% 83.5M 1s 184650K .......... .......... .......... .......... .......... 79% 66.8M 1s 184700K .......... .......... .......... .......... .......... 79% 87.2M 1s 184750K .......... .......... .......... .......... .......... 79% 86.8M 1s 184800K .......... .......... .......... .......... .......... 79% 94.2M 1s 184850K .......... .......... .......... .......... .......... 79% 86.8M 1s 184900K .......... .......... .......... .......... .......... 79% 88.4M 1s 184950K .......... .......... .......... .......... .......... 79% 88.4M 1s 185000K .......... .......... .......... .......... .......... 79% 83.2M 1s 185050K .......... .......... .......... .......... .......... 79% 66.0M 1s 185100K .......... .......... .......... .......... .......... 79% 87.8M 1s 185150K .......... .......... .......... .......... .......... 79% 132M 1s 185200K .......... .......... .......... .......... .......... 79% 68.9M 1s 185250K .......... .......... .......... .......... .......... 79% 88.4M 1s 185300K .......... .......... .......... .......... .......... 79% 87.9M 1s 185350K .......... .......... .......... .......... .......... 79% 87.4M 1s 185400K .......... .......... .......... .......... .......... 79% 85.2M 1s 185450K .......... .......... .......... .......... .......... 79% 86.9M 1s 185500K .......... .......... .......... .......... .......... 79% 87.4M 1s 185550K .......... .......... .......... .......... .......... 79% 78.0M 1s 185600K .......... .......... .......... .......... .......... 80% 77.4M 1s 185650K .......... .......... .......... .......... .......... 80% 87.6M 1s 185700K .......... .......... .......... .......... .......... 80% 87.3M 1s 185750K .......... .......... .......... .......... .......... 80% 88.7M 1s 185800K .......... .......... .......... .......... .......... 80% 83.0M 1s 185850K .......... .......... .......... .......... .......... 80% 87.6M 1s 185900K .......... .......... .......... .......... .......... 80% 90.2M 1s 185950K .......... .......... .......... .......... .......... 80% 86.5M 1s 186000K .......... .......... .......... .......... .......... 80% 62.2M 1s 186050K .......... .......... .......... .......... .......... 80% 101M 1s 186100K .......... .......... .......... .......... .......... 80% 89.4M 1s 186150K .......... .......... .......... .......... .......... 80% 86.9M 1s 186200K .......... .......... .......... .......... .......... 80% 103M 1s 186250K .......... .......... .......... .......... .......... 80% 73.1M 1s 186300K .......... .......... .......... .......... .......... 80% 89.0M 1s 186350K .......... .......... .......... .......... .......... 80% 86.4M 1s 186400K .......... .......... .......... .......... .......... 80% 70.2M 1s 186450K .......... .......... .......... .......... .......... 80% 87.0M 1s 186500K .......... .......... .......... .......... .......... 80% 107M 1s 186550K .......... .......... .......... .......... .......... 80% 102M 1s 186600K .......... .......... .......... .......... .......... 80% 51.4M 1s 186650K .......... .......... .......... .......... .......... 80% 86.6M 1s 186700K .......... .......... .......... .......... .......... 80% 78.6M 1s 186750K .......... .......... .......... .......... .......... 80% 73.0M 1s 186800K .......... .......... .......... .......... .......... 80% 80.1M 1s 186850K .......... .......... .......... .......... .......... 80% 75.3M 1s 186900K .......... .......... .......... .......... .......... 80% 132M 1s 186950K .......... .......... .......... .......... .......... 80% 65.9M 1s 187000K .......... .......... .......... .......... .......... 80% 82.2M 1s 187050K .......... .......... .......... .......... .......... 80% 88.1M 1s 187100K .......... .......... .......... .......... .......... 80% 89.6M 1s 187150K .......... .......... .......... .......... .......... 80% 85.5M 1s 187200K .......... .......... .......... .......... .......... 80% 69.7M 0s 187250K .......... .......... .......... .......... .......... 80% 88.4M 0s 187300K .......... .......... .......... .......... .......... 80% 66.2M 0s 187350K .......... .......... .......... .......... .......... 80% 88.5M 0s 187400K .......... .......... .......... .......... .......... 80% 82.3M 0s 187450K .......... .......... .......... .......... .......... 80% 111M 0s 187500K .......... .......... .......... .......... .......... 80% 102M 0s 187550K .......... .......... .......... .......... .......... 80% 86.4M 0s 187600K .......... .......... .......... .......... .......... 80% 54.8M 0s 187650K .......... .......... .......... .......... .......... 80% 66.5M 0s 187700K .......... .......... .......... .......... .......... 80% 109M 0s 187750K .......... .......... .......... .......... .......... 80% 101M 0s 187800K .......... .......... .......... .......... .......... 80% 83.4M 0s 187850K .......... .......... .......... .......... .......... 80% 87.2M 0s 187900K .......... .......... .......... .......... .......... 81% 90.4M 0s 187950K .......... .......... .......... .......... .......... 81% 86.8M 0s 188000K .......... .......... .......... .......... .......... 81% 54.8M 0s 188050K .......... .......... .......... .......... .......... 81% 86.1M 0s 188100K .......... .......... .......... .......... .......... 81% 88.2M 0s 188150K .......... .......... .......... .......... .......... 81% 66.4M 0s 188200K .......... .......... .......... .......... .......... 81% 123M 0s 188250K .......... .......... .......... .......... .......... 81% 87.9M 0s 188300K .......... .......... .......... .......... .......... 81% 87.3M 0s 188350K .......... .......... .......... .......... .......... 81% 53.1M 0s 188400K .......... .......... .......... .......... .......... 81% 68.4M 0s 188450K .......... .......... .......... .......... .......... 81% 85.3M 0s 188500K .......... .......... .......... .......... .......... 81% 90.1M 0s 188550K .......... .......... .......... .......... .......... 81% 89.9M 0s 188600K .......... .......... .......... .......... .......... 81% 81.8M 0s 188650K .......... .......... .......... .......... .......... 81% 88.4M 0s 188700K .......... .......... .......... .......... .......... 81% 87.7M 0s 188750K .......... .......... .......... .......... .......... 81% 89.2M 0s 188800K .......... .......... .......... .......... .......... 81% 68.6M 0s 188850K .......... .......... .......... .......... .......... 81% 88.7M 0s 188900K .......... .......... .......... .......... .......... 81% 86.8M 0s 188950K .......... .......... .......... .......... .......... 81% 89.6M 0s 189000K .......... .......... .......... .......... .......... 81% 62.8M 0s 189050K .......... .......... .......... .......... .......... 81% 88.0M 0s 189100K .......... .......... .......... .......... .......... 81% 86.7M 0s 189150K .......... .......... .......... .......... .......... 81% 53.2M 0s 189200K .......... .......... .......... .......... .......... 81% 69.4M 0s 189250K .......... .......... .......... .......... .......... 81% 65.8M 0s 189300K .......... .......... .......... .......... .......... 81% 86.6M 0s 189350K .......... .......... .......... .......... .......... 81% 89.6M 0s 189400K .......... .......... .......... .......... .......... 81% 82.0M 0s 189450K .......... .......... .......... .......... .......... 81% 66.4M 0s 189500K .......... .......... .......... .......... .......... 81% 111M 0s 189550K .......... .......... .......... .......... .......... 81% 85.0M 0s 189600K .......... .......... .......... .......... .......... 81% 78.3M 0s 189650K .......... .......... .......... .......... .......... 81% 87.8M 0s 189700K .......... .......... .......... .......... .......... 81% 65.7M 0s 189750K .......... .......... .......... .......... .......... 81% 136M 0s 189800K .......... .......... .......... .......... .......... 81% 81.5M 0s 189850K .......... .......... .......... .......... .......... 81% 66.5M 0s 189900K .......... .......... .......... .......... .......... 81% 110M 0s 189950K .......... .......... .......... .......... .......... 81% 102M 0s 190000K .......... .......... .......... .......... .......... 81% 68.7M 0s 190050K .......... .......... .......... .......... .......... 81% 106M 0s 190100K .......... .......... .......... .......... .......... 81% 76.2M 0s 190150K .......... .......... .......... .......... .......... 81% 87.0M 0s 190200K .......... .......... .......... .......... .......... 82% 122M 0s 190250K .......... .......... .......... .......... .......... 82% 87.3M 0s 190300K .......... .......... .......... .......... .......... 82% 88.8M 0s 190350K .......... .......... .......... .......... .......... 82% 87.5M 0s 190400K .......... .......... .......... .......... .......... 82% 68.9M 0s 190450K .......... .......... .......... .......... .......... 82% 87.4M 0s 190500K .......... .......... .......... .......... .......... 82% 88.7M 0s 190550K .......... .......... .......... .......... .......... 82% 89.6M 0s 190600K .......... .......... .......... .......... .......... 82% 83.1M 0s 190650K .......... .......... .......... .......... .......... 82% 128M 0s 190700K .......... .......... .......... .......... .......... 82% 89.7M 0s 190750K .......... .......... .......... .......... .......... 82% 52.6M 0s 190800K .......... .......... .......... .......... .......... 82% 93.6M 0s 190850K .......... .......... .......... .......... .......... 82% 88.0M 0s 190900K .......... .......... .......... .......... .......... 82% 88.2M 0s 190950K .......... .......... .......... .......... .......... 82% 87.6M 0s 191000K .......... .......... .......... .......... .......... 82% 121M 0s 191050K .......... .......... .......... .......... .......... 82% 88.2M 0s 191100K .......... .......... .......... .......... .......... 82% 88.0M 0s 191150K .......... .......... .......... .......... .......... 82% 65.9M 0s 191200K .......... .......... .......... .......... .......... 82% 90.1M 0s 191250K .......... .......... .......... .......... .......... 82% 89.4M 0s 191300K .......... .......... .......... .......... .......... 82% 90.0M 0s 191350K .......... .......... .......... .......... .......... 82% 86.1M 0s 191400K .......... .......... .......... .......... .......... 82% 82.4M 0s 191450K .......... .......... .......... .......... .......... 82% 135M 0s 191500K .......... .......... .......... .......... .......... 82% 86.6M 0s 191550K .......... .......... .......... .......... .......... 82% 85.1M 0s 191600K .......... .......... .......... .......... .......... 82% 56.7M 0s 191650K .......... .......... .......... .......... .......... 82% 129M 0s 191700K .......... .......... .......... .......... .......... 82% 87.2M 0s 191750K .......... .......... .......... .......... .......... 82% 87.6M 0s 191800K .......... .......... .......... .......... .......... 82% 85.7M 0s 191850K .......... .......... .......... .......... .......... 82% 109M 0s 191900K .......... .......... .......... .......... .......... 82% 70.7M 0s 191950K .......... .......... .......... .......... .......... 82% 117M 0s 192000K .......... .......... .......... .......... .......... 82% 76.5M 0s 192050K .......... .......... .......... .......... .......... 82% 84.0M 0s 192100K .......... .......... .......... .......... .......... 82% 141M 0s 192150K .......... .......... .......... .......... .......... 82% 86.7M 0s 192200K .......... .......... .......... .......... .......... 82% 85.9M 0s 192250K .......... .......... .......... .......... .......... 82% 87.1M 0s 192300K .......... .......... .......... .......... .......... 82% 86.6M 0s 192350K .......... .......... .......... .......... .......... 82% 87.9M 0s 192400K .......... .......... .......... .......... .......... 82% 93.0M 0s 192450K .......... .......... .......... .......... .......... 82% 89.0M 0s 192500K .......... .......... .......... .......... .......... 82% 108M 0s 192550K .......... .......... .......... .......... .......... 83% 99.5M 0s 192600K .......... .......... .......... .......... .......... 83% 85.4M 0s 192650K .......... .......... .......... .......... .......... 83% 88.6M 0s 192700K .......... .......... .......... .......... .......... 83% 87.1M 0s 192750K .......... .......... .......... .......... .......... 83% 89.5M 0s 192800K .......... .......... .......... .......... .......... 83% 92.0M 0s 192850K .......... .......... .......... .......... .......... 83% 88.5M 0s 192900K .......... .......... .......... .......... .......... 83% 88.6M 0s 192950K .......... .......... .......... .......... .......... 83% 85.4M 0s 193000K .......... .......... .......... .......... .......... 83% 82.9M 0s 193050K .......... .......... .......... .......... .......... 83% 90.8M 0s 193100K .......... .......... .......... .......... .......... 83% 128M 0s 193150K .......... .......... .......... .......... .......... 83% 90.0M 0s 193200K .......... .......... .......... .......... .......... 83% 90.3M 0s 193250K .......... .......... .......... .......... .......... 83% 90.8M 0s 193300K .......... .......... .......... .......... .......... 83% 86.9M 0s 193350K .......... .......... .......... .......... .......... 83% 134M 0s 193400K .......... .......... .......... .......... .......... 83% 82.0M 0s 193450K .......... .......... .......... .......... .......... 83% 87.7M 0s 193500K .......... .......... .......... .......... .......... 83% 130M 0s 193550K .......... .......... .......... .......... .......... 83% 91.1M 0s 193600K .......... .......... .......... .......... .......... 83% 90.6M 0s 193650K .......... .......... .......... .......... .......... 83% 89.9M 0s 193700K .......... .......... .......... .......... .......... 83% 65.8M 0s 193750K .......... .......... .......... .......... .......... 83% 87.5M 0s 193800K .......... .......... .......... .......... .......... 83% 82.9M 0s 193850K .......... .......... .......... .......... .......... 83% 134M 0s 193900K .......... .......... .......... .......... .......... 83% 88.4M 0s 193950K .......... .......... .......... .......... .......... 83% 86.9M 0s 194000K .......... .......... .......... .......... .......... 83% 93.1M 0s 194050K .......... .......... .......... .......... .......... 83% 89.1M 0s 194100K .......... .......... .......... .......... .......... 83% 88.8M 0s 194150K .......... .......... .......... .......... .......... 83% 108M 0s 194200K .......... .......... .......... .......... .......... 83% 95.1M 0s 194250K .......... .......... .......... .......... .......... 83% 89.5M 0s 194300K .......... .......... .......... .......... .......... 83% 86.1M 0s 194350K .......... .......... .......... .......... .......... 83% 133M 0s 194400K .......... .......... .......... .......... .......... 83% 69.0M 0s 194450K .......... .......... .......... .......... .......... 83% 66.3M 0s 194500K .......... .......... .......... .......... .......... 83% 129M 0s 194550K .......... .......... .......... .......... .......... 83% 89.4M 0s 194600K .......... .......... .......... .......... .......... 83% 83.0M 0s 194650K .......... .......... .......... .......... .......... 83% 131M 0s 194700K .......... .......... .......... .......... .......... 83% 87.5M 0s 194750K .......... .......... .......... .......... .......... 83% 88.4M 0s 194800K .......... .......... .......... .......... .......... 83% 69.4M 0s 194850K .......... .......... .......... .......... .......... 84% 87.4M 0s 194900K .......... .......... .......... .......... .......... 84% 87.7M 0s 194950K .......... .......... .......... .......... .......... 84% 131M 0s 195000K .......... .......... .......... .......... .......... 84% 84.8M 0s 195050K .......... .......... .......... .......... .......... 84% 87.8M 0s 195100K .......... .......... .......... .......... .......... 84% 132M 0s 195150K .......... .......... .......... .......... .......... 84% 87.0M 0s 195200K .......... .......... .......... .......... .......... 84% 69.4M 0s 195250K .......... .......... .......... .......... .......... 84% 131M 0s 195300K .......... .......... .......... .......... .......... 84% 88.1M 0s 195350K .......... .......... .......... .......... .......... 84% 130M 0s 195400K .......... .......... .......... .......... .......... 84% 64.0M 0s 195450K .......... .......... .......... .......... .......... 84% 86.1M 0s 195500K .......... .......... .......... .......... .......... 84% 89.7M 0s 195550K .......... .......... .......... .......... .......... 84% 132M 0s 195600K .......... .......... .......... .......... .......... 84% 69.5M 0s 195650K .......... .......... .......... .......... .......... 84% 126M 0s 195700K .......... .......... .......... .......... .......... 84% 90.6M 0s 195750K .......... .......... .......... .......... .......... 84% 86.7M 0s 195800K .......... .......... .......... .......... .......... 84% 124M 0s 195850K .......... .......... .......... .......... .......... 84% 87.7M 0s 195900K .......... .......... .......... .......... .......... 84% 88.3M 0s 195950K .......... .......... .......... .......... .......... 84% 130M 0s 196000K .......... .......... .......... .......... .......... 84% 68.8M 0s 196050K .......... .......... .......... .......... .......... 84% 126M 0s 196100K .......... .......... .......... .......... .......... 84% 91.4M 0s 196150K .......... .......... .......... .......... .......... 84% 88.8M 0s 196200K .......... .......... .......... .......... .......... 84% 118M 0s 196250K .......... .......... .......... .......... .......... 84% 89.9M 0s 196300K .......... .......... .......... .......... .......... 84% 110M 0s 196350K .......... .......... .......... .......... .......... 84% 98.8M 0s 196400K .......... .......... .......... .......... .......... 84% 69.9M 0s 196450K .......... .......... .......... .......... .......... 84% 131M 0s 196500K .......... .......... .......... .......... .......... 84% 87.0M 0s 196550K .......... .......... .......... .......... .......... 84% 135M 0s 196600K .......... .......... .......... .......... .......... 84% 82.7M 0s 196650K .......... .......... .......... .......... .......... 84% 87.6M 0s 196700K .......... .......... .......... .......... .......... 84% 89.9M 0s 196750K .......... .......... .......... .......... .......... 84% 86.6M 0s 196800K .......... .......... .......... .......... .......... 84% 93.1M 0s 196850K .......... .......... .......... .......... .......... 84% 87.7M 0s 196900K .......... .......... .......... .......... .......... 84% 88.4M 0s 196950K .......... .......... .......... .......... .......... 84% 129M 0s 197000K .......... .......... .......... .......... .......... 84% 84.4M 0s 197050K .......... .......... .......... .......... .......... 84% 89.4M 0s 197100K .......... .......... .......... .......... .......... 84% 126M 0s 197150K .......... .......... .......... .......... .......... 84% 89.8M 0s 197200K .......... .......... .......... .......... .......... 85% 93.3M 0s 197250K .......... .......... .......... .......... .......... 85% 86.7M 0s 197300K .......... .......... .......... .......... .......... 85% 134M 0s 197350K .......... .......... .......... .......... .......... 85% 87.5M 0s 197400K .......... .......... .......... .......... .......... 85% 83.8M 0s 197450K .......... .......... .......... .......... .......... 85% 135M 0s 197500K .......... .......... .......... .......... .......... 85% 87.7M 0s 197550K .......... .......... .......... .......... .......... 85% 86.9M 0s 197600K .......... .......... .......... .......... .......... 85% 93.0M 0s 197650K .......... .......... .......... .......... .......... 85% 88.4M 0s 197700K .......... .......... .......... .......... .......... 85% 130M 0s 197750K .......... .......... .......... .......... .......... 85% 88.3M 0s 197800K .......... .......... .......... .......... .......... 85% 122M 0s 197850K .......... .......... .......... .......... .......... 85% 52.4M 0s 197900K .......... .......... .......... .......... .......... 85% 114M 0s 197950K .......... .......... .......... .......... .......... 85% 99.0M 0s 198000K .......... .......... .......... .......... .......... 85% 68.5M 0s 198050K .......... .......... .......... .......... .......... 85% 90.4M 0s 198100K .......... .......... .......... .......... .......... 85% 108M 0s 198150K .......... .......... .......... .......... .......... 85% 104M 0s 198200K .......... .......... .......... .......... .......... 85% 82.2M 0s 198250K .......... .......... .......... .......... .......... 85% 88.3M 0s 198300K .......... .......... .......... .......... .......... 85% 110M 0s 198350K .......... .......... .......... .......... .......... 85% 101M 0s 198400K .......... .......... .......... .......... .......... 85% 68.6M 0s 198450K .......... .......... .......... .......... .......... 85% 88.7M 0s 198500K .......... .......... .......... .......... .......... 85% 87.4M 0s 198550K .......... .......... .......... .......... .......... 85% 135M 0s 198600K .......... .......... .......... .......... .......... 85% 81.5M 0s 198650K .......... .......... .......... .......... .......... 85% 88.9M 0s 198700K .......... .......... .......... .......... .......... 85% 110M 0s 198750K .......... .......... .......... .......... .......... 85% 102M 0s 198800K .......... .......... .......... .......... .......... 85% 68.5M 0s 198850K .......... .......... .......... .......... .......... 85% 134M 0s 198900K .......... .......... .......... .......... .......... 85% 88.0M 0s 198950K .......... .......... .......... .......... .......... 85% 87.4M 0s 199000K .......... .......... .......... .......... .......... 85% 82.6M 0s 199050K .......... .......... .......... .......... .......... 85% 89.3M 0s 199100K .......... .......... .......... .......... .......... 85% 132M 0s 199150K .......... .......... .......... .......... .......... 85% 86.5M 0s 199200K .......... .......... .......... .......... .......... 85% 69.3M 0s 199250K .......... .......... .......... .......... .......... 85% 88.6M 0s 199300K .......... .......... .......... .......... .......... 85% 87.8M 0s 199350K .......... .......... .......... .......... .......... 85% 109M 0s 199400K .......... .......... .......... .......... .......... 85% 84.3M 0s 199450K .......... .......... .......... .......... .......... 85% 72.8M 0s 199500K .......... .......... .......... .......... .......... 86% 130M 0s 199550K .......... .......... .......... .......... .......... 86% 88.7M 0s 199600K .......... .......... .......... .......... .......... 86% 69.0M 0s 199650K .......... .......... .......... .......... .......... 86% 133M 0s 199700K .......... .......... .......... .......... .......... 86% 88.1M 0s 199750K .......... .......... .......... .......... .......... 86% 88.4M 0s 199800K .......... .......... .......... .......... .......... 86% 63.1M 0s 199850K .......... .......... .......... .......... .......... 86% 129M 0s 199900K .......... .......... .......... .......... .......... 86% 88.2M 0s 199950K .......... .......... .......... .......... .......... 86% 89.7M 0s 200000K .......... .......... .......... .......... .......... 86% 68.6M 0s 200050K .......... .......... .......... .......... .......... 86% 87.5M 0s 200100K .......... .......... .......... .......... .......... 86% 87.8M 0s 200150K .......... .......... .......... .......... .......... 86% 87.4M 0s 200200K .......... .......... .......... .......... .......... 86% 118M 0s 200250K .......... .......... .......... .......... .......... 86% 90.1M 0s 200300K .......... .......... .......... .......... .......... 86% 88.1M 0s 200350K .......... .......... .......... .......... .......... 86% 89.4M 0s 200400K .......... .......... .......... .......... .......... 86% 91.5M 0s 200450K .......... .......... .......... .......... .......... 86% 88.5M 0s 200500K .......... .......... .......... .......... .......... 86% 86.9M 0s 200550K .......... .......... .......... .......... .......... 86% 88.3M 0s 200600K .......... .......... .......... .......... .......... 86% 84.5M 0s 200650K .......... .......... .......... .......... .......... 86% 89.3M 0s 200700K .......... .......... .......... .......... .......... 86% 86.8M 0s 200750K .......... .......... .......... .......... .......... 86% 86.9M 0s 200800K .......... .......... .......... .......... .......... 86% 69.9M 0s 200850K .......... .......... .......... .......... .......... 86% 127M 0s 200900K .......... .......... .......... .......... .......... 86% 88.4M 0s 200950K .......... .......... .......... .......... .......... 86% 133M 0s 201000K .......... .......... .......... .......... .......... 86% 82.8M 0s 201050K .......... .......... .......... .......... .......... 86% 133M 0s 201100K .......... .......... .......... .......... .......... 86% 88.3M 0s 201150K .......... .......... .......... .......... .......... 86% 86.4M 0s 201200K .......... .......... .......... .......... .......... 86% 94.1M 0s 201250K .......... .......... .......... .......... .......... 86% 88.4M 0s 201300K .......... .......... .......... .......... .......... 86% 110M 0s 201350K .......... .......... .......... .......... .......... 86% 101M 0s 201400K .......... .......... .......... .......... .......... 86% 84.3M 0s 201450K .......... .......... .......... .......... .......... 86% 132M 0s 201500K .......... .......... .......... .......... .......... 86% 87.9M 0s 201550K .......... .......... .......... .......... .......... 86% 87.4M 0s 201600K .......... .......... .......... .......... .......... 86% 93.5M 0s 201650K .......... .......... .......... .......... .......... 86% 88.0M 0s 201700K .......... .......... .......... .......... .......... 86% 130M 0s 201750K .......... .......... .......... .......... .......... 86% 86.0M 0s 201800K .......... .......... .......... .......... .......... 87% 85.5M 0s 201850K .......... .......... .......... .......... .......... 87% 131M 0s 201900K .......... .......... .......... .......... .......... 87% 88.3M 0s 201950K .......... .......... .......... .......... .......... 87% 107M 0s 202000K .......... .......... .......... .......... .......... 87% 78.3M 0s 202050K .......... .......... .......... .......... .......... 87% 107M 0s 202100K .......... .......... .......... .......... .......... 87% 103M 0s 202150K .......... .......... .......... .......... .......... 87% 87.4M 0s 202200K .......... .......... .......... .......... .......... 87% 121M 0s 202250K .......... .......... .......... .......... .......... 87% 87.3M 0s 202300K .......... .......... .......... .......... .......... 87% 89.1M 0s 202350K .......... .......... .......... .......... .......... 87% 132M 0s 202400K .......... .......... .......... .......... .......... 87% 69.2M 0s 202450K .......... .......... .......... .......... .......... 87% 88.7M 0s 202500K .......... .......... .......... .......... .......... 87% 129M 0s 202550K .......... .......... .......... .......... .......... 87% 88.9M 0s 202600K .......... .......... .......... .......... .......... 87% 84.3M 0s 202650K .......... .......... .......... .......... .......... 87% 105M 0s 202700K .......... .......... .......... .......... .......... 87% 105M 0s 202750K .......... .......... .......... .......... .......... 87% 86.5M 0s 202800K .......... .......... .......... .......... .......... 87% 94.8M 0s 202850K .......... .......... .......... .......... .......... 87% 87.3M 0s 202900K .......... .......... .......... .......... .......... 87% 122M 0s 202950K .......... .......... .......... .......... .......... 87% 92.2M 0s 203000K .......... .......... .......... .......... .......... 87% 104M 0s 203050K .......... .......... .......... .......... .......... 87% 102M 0s 203100K .......... .......... .......... .......... .......... 87% 109M 0s 203150K .......... .......... .......... .......... .......... 87% 103M 0s 203200K .......... .......... .......... .......... .......... 87% 67.6M 0s 203250K .......... .......... .......... .......... .......... 87% 88.1M 0s 203300K .......... .......... .......... .......... .......... 87% 88.1M 0s 203350K .......... .......... .......... .......... .......... 87% 132M 0s 203400K .......... .......... .......... .......... .......... 87% 82.8M 0s 203450K .......... .......... .......... .......... .......... 87% 87.8M 0s 203500K .......... .......... .......... .......... .......... 87% 137M 0s 203550K .......... .......... .......... .......... .......... 87% 63.5M 0s 203600K .......... .......... .......... .......... .......... 87% 124M 0s 203650K .......... .......... .......... .......... .......... 87% 86.3M 0s 203700K .......... .......... .......... .......... .......... 87% 106M 0s 203750K .......... .......... .......... .......... .......... 87% 88.2M 0s 203800K .......... .......... .......... .......... .......... 87% 102M 0s 203850K .......... .......... .......... .......... .......... 87% 101M 0s 203900K .......... .......... .......... .......... .......... 87% 87.9M 0s 203950K .......... .......... .......... .......... .......... 87% 88.0M 0s 204000K .......... .......... .......... .......... .......... 87% 69.3M 0s 204050K .......... .......... .......... .......... .......... 87% 103M 0s 204100K .......... .......... .......... .......... .......... 87% 92.0M 0s 204150K .......... .......... .......... .......... .......... 88% 103M 0s 204200K .......... .......... .......... .......... .......... 88% 82.9M 0s 204250K .......... .......... .......... .......... .......... 88% 77.6M 0s 204300K .......... .......... .......... .......... .......... 88% 73.4M 0s 204350K .......... .......... .......... .......... .......... 88% 87.9M 0s 204400K .......... .......... .......... .......... .......... 88% 92.6M 0s 204450K .......... .......... .......... .......... .......... 88% 88.4M 0s 204500K .......... .......... .......... .......... .......... 88% 109M 0s 204550K .......... .......... .......... .......... .......... 88% 88.5M 0s 204600K .......... .......... .......... .......... .......... 88% 71.0M 0s 204650K .......... .......... .......... .......... .......... 88% 89.1M 0s 204700K .......... .......... .......... .......... .......... 88% 86.4M 0s 204750K .......... .......... .......... .......... .......... 88% 80.6M 0s 204800K .......... .......... .......... .......... .......... 88% 72.4M 0s 204850K .......... .......... .......... .......... .......... 88% 89.5M 0s 204900K .......... .......... .......... .......... .......... 88% 129M 0s 204950K .......... .......... .......... .......... .......... 88% 133M 0s 205000K .......... .......... .......... .......... .......... 88% 82.8M 0s 205050K .......... .......... .......... .......... .......... 88% 89.6M 0s 205100K .......... .......... .......... .......... .......... 88% 110M 0s 205150K .......... .......... .......... .......... .......... 88% 96.1M 0s 205200K .......... .......... .......... .......... .......... 88% 71.6M 0s 205250K .......... .......... .......... .......... .......... 88% 87.1M 0s 205300K .......... .......... .......... .......... .......... 88% 87.9M 0s 205350K .......... .......... .......... .......... .......... 88% 90.3M 0s 205400K .......... .......... .......... .......... .......... 88% 81.5M 0s 205450K .......... .......... .......... .......... .......... 88% 89.0M 0s 205500K .......... .......... .......... .......... .......... 88% 85.3M 0s 205550K .......... .......... .......... .......... .......... 88% 90.2M 0s 205600K .......... .......... .......... .......... .......... 88% 69.2M 0s 205650K .......... .......... .......... .......... .......... 88% 131M 0s 205700K .......... .......... .......... .......... .......... 88% 87.2M 0s 205750K .......... .......... .......... .......... .......... 88% 111M 0s 205800K .......... .......... .......... .......... .......... 88% 70.7M 0s 205850K .......... .......... .......... .......... .......... 88% 81.3M 0s 205900K .......... .......... .......... .......... .......... 88% 119M 0s 205950K .......... .......... .......... .......... .......... 88% 101M 0s 206000K .......... .......... .......... .......... .......... 88% 70.4M 0s 206050K .......... .......... .......... .......... .......... 88% 127M 0s 206100K .......... .......... .......... .......... .......... 88% 88.1M 0s 206150K .......... .......... .......... .......... .......... 88% 89.4M 0s 206200K .......... .......... .......... .......... .......... 88% 82.8M 0s 206250K .......... .......... .......... .......... .......... 88% 77.1M 0s 206300K .......... .......... .......... .......... .......... 88% 73.0M 0s 206350K .......... .......... .......... .......... .......... 88% 133M 0s 206400K .......... .......... .......... .......... .......... 88% 69.1M 0s 206450K .......... .......... .......... .......... .......... 89% 66.4M 0s 206500K .......... .......... .......... .......... .......... 89% 130M 0s 206550K .......... .......... .......... .......... .......... 89% 88.4M 0s 206600K .......... .......... .......... .......... .......... 89% 120M 0s 206650K .......... .......... .......... .......... .......... 89% 88.5M 0s 206700K .......... .......... .......... .......... .......... 89% 89.0M 0s 206750K .......... .......... .......... .......... .......... 89% 86.3M 0s 206800K .......... .......... .......... .......... .......... 89% 69.4M 0s 206850K .......... .......... .......... .......... .......... 89% 89.0M 0s 206900K .......... .......... .......... .......... .......... 89% 127M 0s 206950K .......... .......... .......... .......... .......... 89% 86.4M 0s 207000K .......... .......... .......... .......... .......... 89% 85.8M 0s 207050K .......... .......... .......... .......... .......... 89% 108M 0s 207100K .......... .......... .......... .......... .......... 89% 73.8M 0s 207150K .......... .......... .......... .......... .......... 89% 135M 0s 207200K .......... .......... .......... .......... .......... 89% 54.1M 0s 207250K .......... .......... .......... .......... .......... 89% 88.5M 0s 207300K .......... .......... .......... .......... .......... 89% 88.7M 0s 207350K .......... .......... .......... .......... .......... 89% 65.4M 0s 207400K .......... .......... .......... .......... .......... 89% 85.5M 0s 207450K .......... .......... .......... .......... .......... 89% 85.7M 0s 207500K .......... .......... .......... .......... .......... 89% 65.3M 0s 207550K .......... .......... .......... .......... .......... 89% 112M 0s 207600K .......... .......... .......... .......... .......... 89% 57.7M 0s 207650K .......... .......... .......... .......... .......... 89% 141M 0s 207700K .......... .......... .......... .......... .......... 89% 89.1M 0s 207750K .......... .......... .......... .......... .......... 89% 85.9M 0s 207800K .......... .......... .......... .......... .......... 89% 86.4M 0s 207850K .......... .......... .......... .......... .......... 89% 87.2M 0s 207900K .......... .......... .......... .......... .......... 89% 88.0M 0s 207950K .......... .......... .......... .......... .......... 89% 106M 0s 208000K .......... .......... .......... .......... .......... 89% 69.4M 0s 208050K .......... .......... .......... .......... .......... 89% 72.9M 0s 208100K .......... .......... .......... .......... .......... 89% 78.1M 0s 208150K .......... .......... .......... .......... .......... 89% 104M 0s 208200K .......... .......... .......... .......... .......... 89% 82.3M 0s 208250K .......... .......... .......... .......... .......... 89% 89.9M 0s 208300K .......... .......... .......... .......... .......... 89% 88.0M 0s 208350K .......... .......... .......... .......... .......... 89% 86.1M 0s 208400K .......... .......... .......... .......... .......... 89% 69.0M 0s 208450K .......... .......... .......... .......... .......... 89% 88.0M 0s 208500K .......... .......... .......... .......... .......... 89% 87.8M 0s 208550K .......... .......... .......... .......... .......... 89% 111M 0s 208600K .......... .......... .......... .......... .......... 89% 66.0M 0s 208650K .......... .......... .......... .......... .......... 89% 133M 0s 208700K .......... .......... .......... .......... .......... 89% 87.9M 0s 208750K .......... .......... .......... .......... .......... 89% 78.4M 0s 208800K .......... .......... .......... .......... .......... 90% 71.0M 0s 208850K .......... .......... .......... .......... .......... 90% 97.8M 0s 208900K .......... .......... .......... .......... .......... 90% 86.8M 0s 208950K .......... .......... .......... .......... .......... 90% 149M 0s 209000K .......... .......... .......... .......... .......... 90% 81.0M 0s 209050K .......... .......... .......... .......... .......... 90% 87.8M 0s 209100K .......... .......... .......... .......... .......... 90% 114M 0s 209150K .......... .......... .......... .......... .......... 90% 87.7M 0s 209200K .......... .......... .......... .......... .......... 90% 76.7M 0s 209250K .......... .......... .......... .......... .......... 90% 87.7M 0s 209300K .......... .......... .......... .......... .......... 90% 87.3M 0s 209350K .......... .......... .......... .......... .......... 90% 133M 0s 209400K .......... .......... .......... .......... .......... 90% 84.4M 0s 209450K .......... .......... .......... .......... .......... 90% 87.7M 0s 209500K .......... .......... .......... .......... .......... 90% 110M 0s 209550K .......... .......... .......... .......... .......... 90% 73.9M 0s 209600K .......... .......... .......... .......... .......... 90% 66.9M 0s 209650K .......... .......... .......... .......... .......... 90% 136M 0s 209700K .......... .......... .......... .......... .......... 90% 85.3M 0s 209750K .......... .......... .......... .......... .......... 90% 67.0M 0s 209800K .......... .......... .......... .......... .......... 90% 120M 0s 209850K .......... .......... .......... .......... .......... 90% 88.1M 0s 209900K .......... .......... .......... .......... .......... 90% 66.1M 0s 209950K .......... .......... .......... .......... .......... 90% 129M 0s 210000K .......... .......... .......... .......... .......... 90% 69.2M 0s 210050K .......... .......... .......... .......... .......... 90% 110M 0s 210100K .......... .......... .......... .......... .......... 90% 102M 0s 210150K .......... .......... .......... .......... .......... 90% 88.3M 0s 210200K .......... .......... .......... .......... .......... 90% 82.5M 0s 210250K .......... .......... .......... .......... .......... 90% 89.2M 0s 210300K .......... .......... .......... .......... .......... 90% 86.5M 0s 210350K .......... .......... .......... .......... .......... 90% 89.2M 0s 210400K .......... .......... .......... .......... .......... 90% 69.1M 0s 210450K .......... .......... .......... .......... .......... 90% 88.2M 0s 210500K .......... .......... .......... .......... .......... 90% 122M 0s 210550K .......... .......... .......... .......... .......... 90% 91.9M 0s 210600K .......... .......... .......... .......... .......... 90% 85.5M 0s 210650K .......... .......... .......... .......... .......... 90% 86.3M 0s 210700K .......... .......... .......... .......... .......... 90% 132M 0s 210750K .......... .......... .......... .......... .......... 90% 86.5M 0s 210800K .......... .......... .......... .......... .......... 90% 69.7M 0s 210850K .......... .......... .......... .......... .......... 90% 89.8M 0s 210900K .......... .......... .......... .......... .......... 90% 88.0M 0s 210950K .......... .......... .......... .......... .......... 90% 86.4M 0s 211000K .......... .......... .......... .......... .......... 90% 82.8M 0s 211050K .......... .......... .......... .......... .......... 90% 134M 0s 211100K .......... .......... .......... .......... .......... 91% 65.6M 0s 211150K .......... .......... .......... .......... .......... 91% 87.8M 0s 211200K .......... .......... .......... .......... .......... 91% 96.1M 0s 211250K .......... .......... .......... .......... .......... 91% 85.9M 0s 211300K .......... .......... .......... .......... .......... 91% 133M 0s 211350K .......... .......... .......... .......... .......... 91% 89.1M 0s 211400K .......... .......... .......... .......... .......... 91% 81.7M 0s 211450K .......... .......... .......... .......... .......... 91% 87.5M 0s 211500K .......... .......... .......... .......... .......... 91% 136M 0s 211550K .......... .......... .......... .......... .......... 91% 87.5M 0s 211600K .......... .......... .......... .......... .......... 91% 94.5M 0s 211650K .......... .......... .......... .......... .......... 91% 75.9M 0s 211700K .......... .......... .......... .......... .......... 91% 101M 0s 211750K .......... .......... .......... .......... .......... 91% 88.5M 0s 211800K .......... .......... .......... .......... .......... 91% 83.5M 0s 211850K .......... .......... .......... .......... .......... 91% 89.0M 0s 211900K .......... .......... .......... .......... .......... 91% 110M 0s 211950K .......... .......... .......... .......... .......... 91% 72.4M 0s 212000K .......... .......... .......... .......... .......... 91% 69.0M 0s 212050K .......... .......... .......... .......... .......... 91% 111M 0s 212100K .......... .......... .......... .......... .......... 91% 73.0M 0s 212150K .......... .......... .......... .......... .......... 91% 134M 0s 212200K .......... .......... .......... .......... .......... 91% 57.8M 0s 212250K .......... .......... .......... .......... .......... 91% 90.7M 0s 212300K .......... .......... .......... .......... .......... 91% 83.8M 0s 212350K .......... .......... .......... .......... .......... 91% 88.6M 0s 212400K .......... .......... .......... .......... .......... 91% 70.4M 0s 212450K .......... .......... .......... .......... .......... 91% 129M 0s 212500K .......... .......... .......... .......... .......... 91% 66.7M 0s 212550K .......... .......... .......... .......... .......... 91% 129M 0s 212600K .......... .......... .......... .......... .......... 91% 74.8M 0s 212650K .......... .......... .......... .......... .......... 91% 102M 0s 212700K .......... .......... .......... .......... .......... 91% 86.7M 0s 212750K .......... .......... .......... .......... .......... 91% 136M 0s 212800K .......... .......... .......... .......... .......... 91% 67.8M 0s 212850K .......... .......... .......... .......... .......... 91% 134M 0s 212900K .......... .......... .......... .......... .......... 91% 86.6M 0s 212950K .......... .......... .......... .......... .......... 91% 88.9M 0s 213000K .......... .......... .......... .......... .......... 91% 21.0M 0s 213050K .......... .......... .......... .......... .......... 91% 93.1M 0s 213100K .......... .......... .......... .......... .......... 91% 111M 0s 213150K .......... .......... .......... .......... .......... 91% 88.5M 0s 213200K .......... .......... .......... .......... .......... 91% 77.2M 0s 213250K .......... .......... .......... .......... .......... 91% 87.0M 0s 213300K .......... .......... .......... .......... .......... 91% 87.8M 0s 213350K .......... .......... .......... .......... .......... 91% 87.2M 0s 213400K .......... .......... .......... .......... .......... 92% 124M 0s 213450K .......... .......... .......... .......... .......... 92% 85.7M 0s 213500K .......... .......... .......... .......... .......... 92% 78.8M 0s 213550K .......... .......... .......... .......... .......... 92% 106M 0s 213600K .......... .......... .......... .......... .......... 92% 67.8M 0s 213650K .......... .......... .......... .......... .......... 92% 87.9M 0s 213700K .......... .......... .......... .......... .......... 92% 109M 0s 213750K .......... .......... .......... .......... .......... 92% 104M 0s 213800K .......... .......... .......... .......... .......... 92% 83.7M 0s 213850K .......... .......... .......... .......... .......... 92% 108M 0s 213900K .......... .......... .......... .......... .......... 92% 88.1M 0s 213950K .......... .......... .......... .......... .......... 92% 87.4M 0s 214000K .......... .......... .......... .......... .......... 92% 93.7M 0s 214050K .......... .......... .......... .......... .......... 92% 103M 0s 214100K .......... .......... .......... .......... .......... 92% 87.7M 0s 214150K .......... .......... .......... .......... .......... 92% 87.4M 0s 214200K .......... .......... .......... .......... .......... 92% 83.9M 0s 214250K .......... .......... .......... .......... .......... 92% 109M 0s 214300K .......... .......... .......... .......... .......... 92% 103M 0s 214350K .......... .......... .......... .......... .......... 92% 87.1M 0s 214400K .......... .......... .......... .......... .......... 92% 80.7M 0s 214450K .......... .......... .......... .......... .......... 92% 101M 0s 214500K .......... .......... .......... .......... .......... 92% 87.8M 0s 214550K .......... .......... .......... .......... .......... 92% 87.7M 0s 214600K .......... .......... .......... .......... .......... 92% 124M 0s 214650K .......... .......... .......... .......... .......... 92% 86.3M 0s 214700K .......... .......... .......... .......... .......... 92% 88.8M 0s 214750K .......... .......... .......... .......... .......... 92% 87.8M 0s 214800K .......... .......... .......... .......... .......... 92% 69.4M 0s 214850K .......... .......... .......... .......... .......... 92% 129M 0s 214900K .......... .......... .......... .......... .......... 92% 89.4M 0s 214950K .......... .......... .......... .......... .......... 92% 131M 0s 215000K .......... .......... .......... .......... .......... 92% 82.6M 0s 215050K .......... .......... .......... .......... .......... 92% 91.3M 0s 215100K .......... .......... .......... .......... .......... 92% 87.3M 0s 215150K .......... .......... .......... .......... .......... 92% 84.7M 0s 215200K .......... .......... .......... .......... .......... 92% 95.9M 0s 215250K .......... .......... .......... .......... .......... 92% 88.0M 0s 215300K .......... .......... .......... .......... .......... 92% 87.6M 0s 215350K .......... .......... .......... .......... .......... 92% 89.5M 0s 215400K .......... .......... .......... .......... .......... 92% 81.3M 0s 215450K .......... .......... .......... .......... .......... 92% 78.8M 0s 215500K .......... .......... .......... .......... .......... 92% 72.7M 0s 215550K .......... .......... .......... .......... .......... 92% 110M 0s 215600K .......... .......... .......... .......... .......... 92% 69.0M 0s 215650K .......... .......... .......... .......... .......... 92% 101M 0s 215700K .......... .......... .......... .......... .......... 92% 77.2M 0s 215750K .......... .......... .......... .......... .......... 93% 105M 0s 215800K .......... .......... .......... .......... .......... 93% 81.4M 0s 215850K .......... .......... .......... .......... .......... 93% 87.5M 0s 215900K .......... .......... .......... .......... .......... 93% 109M 0s 215950K .......... .......... .......... .......... .......... 93% 88.5M 0s 216000K .......... .......... .......... .......... .......... 93% 59.5M 0s 216050K .......... .......... .......... .......... .......... 93% 108M 0s 216100K .......... .......... .......... .......... .......... 93% 74.3M 0s 216150K .......... .......... .......... .......... .......... 93% 132M 0s 216200K .......... .......... .......... .......... .......... 93% 84.3M 0s 216250K .......... .......... .......... .......... .......... 93% 110M 0s 216300K .......... .......... .......... .......... .......... 93% 86.7M 0s 216350K .......... .......... .......... .......... .......... 93% 105M 0s 216400K .......... .......... .......... .......... .......... 93% 68.8M 0s 216450K .......... .......... .......... .......... .......... 93% 108M 0s 216500K .......... .......... .......... .......... .......... 93% 102M 0s 216550K .......... .......... .......... .......... .......... 93% 109M 0s 216600K .......... .......... .......... .......... .......... 93% 79.9M 0s 216650K .......... .......... .......... .......... .......... 93% 106M 0s 216700K .......... .......... .......... .......... .......... 93% 90.0M 0s 216750K .......... .......... .......... .......... .......... 93% 129M 0s 216800K .......... .......... .......... .......... .......... 93% 69.5M 0s 216850K .......... .......... .......... .......... .......... 93% 109M 0s 216900K .......... .......... .......... .......... .......... 93% 101M 0s 216950K .......... .......... .......... .......... .......... 93% 88.2M 0s 217000K .......... .......... .......... .......... .......... 93% 121M 0s 217050K .......... .......... .......... .......... .......... 93% 87.7M 0s 217100K .......... .......... .......... .......... .......... 93% 111M 0s 217150K .......... .......... .......... .......... .......... 93% 100M 0s 217200K .......... .......... .......... .......... .......... 93% 94.6M 0s 217250K .......... .......... .......... .......... .......... 93% 89.4M 0s 217300K .......... .......... .......... .......... .......... 93% 87.8M 0s 217350K .......... .......... .......... .......... .......... 93% 129M 0s 217400K .......... .......... .......... .......... .......... 93% 82.4M 0s 217450K .......... .......... .......... .......... .......... 93% 135M 0s 217500K .......... .......... .......... .......... .......... 93% 89.3M 0s 217550K .......... .......... .......... .......... .......... 93% 106M 0s 217600K .......... .......... .......... .......... .......... 93% 69.7M 0s 217650K .......... .......... .......... .......... .......... 93% 87.4M 0s 217700K .......... .......... .......... .......... .......... 93% 104M 0s 217750K .......... .......... .......... .......... .......... 93% 107M 0s 217800K .......... .......... .......... .......... .......... 93% 93.2M 0s 217850K .......... .......... .......... .......... .......... 93% 91.7M 0s 217900K .......... .......... .......... .......... .......... 93% 86.9M 0s 217950K .......... .......... .......... .......... .......... 93% 134M 0s 218000K .......... .......... .......... .......... .......... 93% 80.9M 0s 218050K .......... .......... .......... .......... .......... 94% 100M 0s 218100K .......... .......... .......... .......... .......... 94% 81.5M 0s 218150K .......... .......... .......... .......... .......... 94% 136M 0s 218200K .......... .......... .......... .......... .......... 94% 80.9M 0s 218250K .......... .......... .......... .......... .......... 94% 139M 0s 218300K .......... .......... .......... .......... .......... 94% 86.0M 0s 218350K .......... .......... .......... .......... .......... 94% 91.5M 0s 218400K .......... .......... .......... .......... .......... 94% 93.9M 0s 218450K .......... .......... .......... .......... .......... 94% 105M 0s 218500K .......... .......... .......... .......... .......... 94% 104M 0s 218550K .......... .......... .......... .......... .......... 94% 109M 0s 218600K .......... .......... .......... .......... .......... 94% 88.3M 0s 218650K .......... .......... .......... .......... .......... 94% 104M 0s 218700K .......... .......... .......... .......... .......... 94% 128M 0s 218750K .......... .......... .......... .......... .......... 94% 88.2M 0s 218800K .......... .......... .......... .......... .......... 94% 69.2M 0s 218850K .......... .......... .......... .......... .......... 94% 128M 0s 218900K .......... .......... .......... .......... .......... 94% 78.4M 0s 218950K .......... .......... .......... .......... .......... 94% 73.4M 0s 219000K .......... .......... .......... .......... .......... 94% 123M 0s 219050K .......... .......... .......... .......... .......... 94% 87.4M 0s 219100K .......... .......... .......... .......... .......... 94% 124M 0s 219150K .......... .......... .......... .......... .......... 94% 88.8M 0s 219200K .......... .......... .......... .......... .......... 94% 90.8M 0s 219250K .......... .......... .......... .......... .......... 94% 90.9M 0s 219300K .......... .......... .......... .......... .......... 94% 136M 0s 219350K .......... .......... .......... .......... .......... 94% 87.7M 0s 219400K .......... .......... .......... .......... .......... 94% 85.5M 0s 219450K .......... .......... .......... .......... .......... 94% 127M 0s 219500K .......... .......... .......... .......... .......... 94% 89.6M 0s 219550K .......... .......... .......... .......... .......... 94% 130M 0s 219600K .......... .......... .......... .......... .......... 94% 68.4M 0s 219650K .......... .......... .......... .......... .......... 94% 90.4M 0s 219700K .......... .......... .......... .......... .......... 94% 133M 0s 219750K .......... .......... .......... .......... .......... 94% 85.4M 0s 219800K .......... .......... .......... .......... .......... 94% 84.2M 0s 219850K .......... .......... .......... .......... .......... 94% 128M 0s 219900K .......... .......... .......... .......... .......... 94% 79.6M 0s 219950K .......... .......... .......... .......... .......... 94% 131M 0s 220000K .......... .......... .......... .......... .......... 94% 59.7M 0s 220050K .......... .......... .......... .......... .......... 94% 133M 0s 220100K .......... .......... .......... .......... .......... 94% 105M 0s 220150K .......... .......... .......... .......... .......... 94% 102M 0s 220200K .......... .......... .......... .......... .......... 94% 85.4M 0s 220250K .......... .......... .......... .......... .......... 94% 87.5M 0s 220300K .......... .......... .......... .......... .......... 94% 130M 0s 220350K .......... .......... .......... .......... .......... 94% 87.5M 0s 220400K .......... .......... .......... .......... .......... 95% 66.5M 0s 220450K .......... .......... .......... .......... .......... 95% 140M 0s 220500K .......... .......... .......... .......... .......... 95% 91.3M 0s 220550K .......... .......... .......... .......... .......... 95% 105M 0s 220600K .......... .......... .......... .......... .......... 95% 94.4M 0s 220650K .......... .......... .......... .......... .......... 95% 115M 0s 220700K .......... .......... .......... .......... .......... 95% 99.9M 0s 220750K .......... .......... .......... .......... .......... 95% 88.7M 0s 220800K .......... .......... .......... .......... .......... 95% 92.9M 0s 220850K .......... .......... .......... .......... .......... 95% 88.9M 0s 220900K .......... .......... .......... .......... .......... 95% 133M 0s 220950K .......... .......... .......... .......... .......... 95% 86.8M 0s 221000K .......... .......... .......... .......... .......... 95% 124M 0s 221050K .......... .......... .......... .......... .......... 95% 87.6M 0s 221100K .......... .......... .......... .......... .......... 95% 87.2M 0s 221150K .......... .......... .......... .......... .......... 95% 128M 0s 221200K .......... .......... .......... .......... .......... 95% 70.5M 0s 221250K .......... .......... .......... .......... .......... 95% 87.5M 0s 221300K .......... .......... .......... .......... .......... 95% 87.4M 0s 221350K .......... .......... .......... .......... .......... 95% 131M 0s 221400K .......... .......... .......... .......... .......... 95% 103M 0s 221450K .......... .......... .......... .......... .......... 95% 88.4M 0s 221500K .......... .......... .......... .......... .......... 95% 102M 0s 221550K .......... .......... .......... .......... .......... 95% 88.7M 0s 221600K .......... .......... .......... .......... .......... 95% 80.3M 0s 221650K .......... .......... .......... .......... .......... 95% 88.0M 0s 221700K .......... .......... .......... .......... .......... 95% 96.9M 0s 221750K .......... .......... .......... .......... .......... 95% 91.8M 0s 221800K .......... .......... .......... .......... .......... 95% 83.6M 0s 221850K .......... .......... .......... .......... .......... 95% 131M 0s 221900K .......... .......... .......... .......... .......... 95% 88.0M 0s 221950K .......... .......... .......... .......... .......... 95% 87.6M 0s 222000K .......... .......... .......... .......... .......... 95% 94.0M 0s 222050K .......... .......... .......... .......... .......... 95% 108M 0s 222100K .......... .......... .......... .......... .......... 95% 103M 0s 222150K .......... .......... .......... .......... .......... 95% 88.4M 0s 222200K .......... .......... .......... .......... .......... 95% 123M 0s 222250K .......... .......... .......... .......... .......... 95% 86.7M 0s 222300K .......... .......... .......... .......... .......... 95% 131M 0s 222350K .......... .......... .......... .......... .......... 95% 86.8M 0s 222400K .......... .......... .......... .......... .......... 95% 41.8M 0s 222450K .......... .......... .......... .......... .......... 95% 86.7M 0s 222500K .......... .......... .......... .......... .......... 95% 90.9M 0s 222550K .......... .......... .......... .......... .......... 95% 104M 0s 222600K .......... .......... .......... .......... .......... 95% 71.4M 0s 222650K .......... .......... .......... .......... .......... 95% 132M 0s 222700K .......... .......... .......... .......... .......... 96% 86.7M 0s 222750K .......... .......... .......... .......... .......... 96% 136M 0s 222800K .......... .......... .......... .......... .......... 96% 69.0M 0s 222850K .......... .......... .......... .......... .......... 96% 123M 0s 222900K .......... .......... .......... .......... .......... 96% 114M 0s 222950K .......... .......... .......... .......... .......... 96% 103M 0s 223000K .......... .......... .......... .......... .......... 96% 83.3M 0s 223050K .......... .......... .......... .......... .......... 96% 87.2M 0s 223100K .......... .......... .......... .......... .......... 96% 134M 0s 223150K .......... .......... .......... .......... .......... 96% 89.1M 0s 223200K .......... .......... .......... .......... .......... 96% 67.0M 0s 223250K .......... .......... .......... .......... .......... 96% 111M 0s 223300K .......... .......... .......... .......... .......... 96% 74.1M 0s 223350K .......... .......... .......... .......... .......... 96% 89.0M 0s 223400K .......... .......... .......... .......... .......... 96% 120M 0s 223450K .......... .......... .......... .......... .......... 96% 87.9M 0s 223500K .......... .......... .......... .......... .......... 96% 134M 0s 223550K .......... .......... .......... .......... .......... 96% 76.8M 0s 223600K .......... .......... .......... .......... .......... 96% 76.1M 0s 223650K .......... .......... .......... .......... .......... 96% 112M 0s 223700K .......... .......... .......... .......... .......... 96% 72.7M 0s 223750K .......... .......... .......... .......... .......... 96% 111M 0s 223800K .......... .......... .......... .......... .......... 96% 70.0M 0s 223850K .......... .......... .......... .......... .......... 96% 87.3M 0s 223900K .......... .......... .......... .......... .......... 96% 132M 0s 223950K .......... .......... .......... .......... .......... 96% 85.7M 0s 224000K .......... .......... .......... .......... .......... 96% 84.1M 0s 224050K .......... .......... .......... .......... .......... 96% 73.1M 0s 224100K .......... .......... .......... .......... .......... 96% 111M 0s 224150K .......... .......... .......... .......... .......... 96% 74.0M 0s 224200K .......... .......... .......... .......... .......... 96% 82.0M 0s 224250K .......... .......... .......... .......... .......... 96% 134M 0s 224300K .......... .......... .......... .......... .......... 96% 87.8M 0s 224350K .......... .......... .......... .......... .......... 96% 133M 0s 224400K .......... .......... .......... .......... .......... 96% 81.6M 0s 224450K .......... .......... .......... .......... .......... 96% 103M 0s 224500K .......... .......... .......... .......... .......... 96% 108M 0s 224550K .......... .......... .......... .......... .......... 96% 99.7M 0s 224600K .......... .......... .......... .......... .......... 96% 86.1M 0s 224650K .......... .......... .......... .......... .......... 96% 107M 0s 224700K .......... .......... .......... .......... .......... 96% 105M 0s 224750K .......... .......... .......... .......... .......... 96% 86.3M 0s 224800K .......... .......... .......... .......... .......... 96% 81.5M 0s 224850K .......... .......... .......... .......... .......... 96% 102M 0s 224900K .......... .......... .......... .......... .......... 96% 86.1M 0s 224950K .......... .......... .......... .......... .......... 96% 91.2M 0s 225000K .......... .......... .......... .......... .......... 97% 80.8M 0s 225050K .......... .......... .......... .......... .......... 97% 88.5M 0s 225100K .......... .......... .......... .......... .......... 97% 121M 0s 225150K .......... .......... .......... .......... .......... 97% 80.6M 0s 225200K .......... .......... .......... .......... .......... 97% 94.6M 0s 225250K .......... .......... .......... .......... .......... 97% 87.9M 0s 225300K .......... .......... .......... .......... .......... 97% 87.3M 0s 225350K .......... .......... .......... .......... .......... 97% 103M 0s 225400K .......... .......... .......... .......... .......... 97% 101M 0s 225450K .......... .......... .......... .......... .......... 97% 88.9M 0s 225500K .......... .......... .......... .......... .......... 97% 72.9M 0s 225550K .......... .......... .......... .......... .......... 97% 133M 0s 225600K .......... .......... .......... .......... .......... 97% 54.6M 0s 225650K .......... .......... .......... .......... .......... 97% 65.4M 0s 225700K .......... .......... .......... .......... .......... 97% 134M 0s 225750K .......... .......... .......... .......... .......... 97% 87.6M 0s 225800K .......... .......... .......... .......... .......... 97% 83.9M 0s 225850K .......... .......... .......... .......... .......... 97% 86.5M 0s 225900K .......... .......... .......... .......... .......... 97% 108M 0s 225950K .......... .......... .......... .......... .......... 97% 74.7M 0s 226000K .......... .......... .......... .......... .......... 97% 69.3M 0s 226050K .......... .......... .......... .......... .......... 97% 110M 0s 226100K .......... .......... .......... .......... .......... 97% 57.4M 0s 226150K .......... .......... .......... .......... .......... 97% 125M 0s 226200K .......... .......... .......... .......... .......... 97% 65.0M 0s 226250K .......... .......... .......... .......... .......... 97% 131M 0s 226300K .......... .......... .......... .......... .......... 97% 66.0M 0s 226350K .......... .......... .......... .......... .......... 97% 131M 0s 226400K .......... .......... .......... .......... .......... 97% 62.9M 0s 226450K .......... .......... .......... .......... .......... 97% 73.9M 0s 226500K .......... .......... .......... .......... .......... 97% 129M 0s 226550K .......... .......... .......... .......... .......... 97% 76.6M 0s 226600K .......... .......... .......... .......... .......... 97% 98.7M 0s 226650K .......... .......... .......... .......... .......... 97% 87.5M 0s 226700K .......... .......... .......... .......... .......... 97% 88.5M 0s 226750K .......... .......... .......... .......... .......... 97% 109M 0s 226800K .......... .......... .......... .......... .......... 97% 68.6M 0s 226850K .......... .......... .......... .......... .......... 97% 104M 0s 226900K .......... .......... .......... .......... .......... 97% 87.4M 0s 226950K .......... .......... .......... .......... .......... 97% 130M 0s 227000K .......... .......... .......... .......... .......... 97% 63.1M 0s 227050K .......... .......... .......... .......... .......... 97% 66.0M 0s 227100K .......... .......... .......... .......... .......... 97% 131M 0s 227150K .......... .......... .......... .......... .......... 97% 65.0M 0s 227200K .......... .......... .......... .......... .......... 97% 92.9M 0s 227250K .......... .......... .......... .......... .......... 97% 27.0M 0s 227300K .......... .......... .......... .......... .......... 97% 26.1M 0s 227350K .......... .......... .......... .......... .......... 98% 127M 0s 227400K .......... .......... .......... .......... .......... 98% 64.2M 0s 227450K .......... .......... .......... .......... .......... 98% 133M 0s 227500K .......... .......... .......... .......... .......... 98% 66.7M 0s 227550K .......... .......... .......... .......... .......... 98% 130M 0s 227600K .......... .......... .......... .......... .......... 98% 62.2M 0s 227650K .......... .......... .......... .......... .......... 98% 72.7M 0s 227700K .......... .......... .......... .......... .......... 98% 129M 0s 227750K .......... .......... .......... .......... .......... 98% 67.1M 0s 227800K .......... .......... .......... .......... .......... 98% 122M 0s 227850K .......... .......... .......... .......... .......... 98% 66.3M 0s 227900K .......... .......... .......... .......... .......... 98% 129M 0s 227950K .......... .......... .......... .......... .......... 98% 89.2M 0s 228000K .......... .......... .......... .......... .......... 98% 68.3M 0s 228050K .......... .......... .......... .......... .......... 98% 88.1M 0s 228100K .......... .......... .......... .......... .......... 98% 88.5M 0s 228150K .......... .......... .......... .......... .......... 98% 134M 0s 228200K .......... .......... .......... .......... .......... 98% 76.8M 0s 228250K .......... .......... .......... .......... .......... 98% 94.8M 0s 228300K .......... .......... .......... .......... .......... 98% 85.6M 0s 228350K .......... .......... .......... .......... .......... 98% 85.9M 0s 228400K .......... .......... .......... .......... .......... 98% 76.2M 0s 228450K .......... .......... .......... .......... .......... 98% 77.2M 0s 228500K .......... .......... .......... .......... .......... 98% 109M 0s 228550K .......... .......... .......... .......... .......... 98% 74.4M 0s 228600K .......... .......... .......... .......... .......... 98% 92.6M 0s 228650K .......... .......... .......... .......... .......... 98% 105M 0s 228700K .......... .......... .......... .......... .......... 98% 73.7M 0s 228750K .......... .......... .......... .......... .......... 98% 135M 0s 228800K .......... .......... .......... .......... .......... 98% 61.7M 0s 228850K .......... .......... .......... .......... .......... 98% 104M 0s 228900K .......... .......... .......... .......... .......... 98% 76.7M 0s 228950K .......... .......... .......... .......... .......... 98% 74.5M 0s 229000K .......... .......... .......... .......... .......... 98% 101M 0s 229050K .......... .......... .......... .......... .......... 98% 73.2M 0s 229100K .......... .......... .......... .......... .......... 98% 128M 0s 229150K .......... .......... .......... .......... .......... 98% 89.8M 0s 229200K .......... .......... .......... .......... .......... 98% 69.2M 0s 229250K .......... .......... .......... .......... .......... 98% 132M 0s 229300K .......... .......... .......... .......... .......... 98% 87.0M 0s 229350K .......... .......... .......... .......... .......... 98% 108M 0s 229400K .......... .......... .......... .......... .......... 98% 70.6M 0s 229450K .......... .......... .......... .......... .......... 98% 134M 0s 229500K .......... .......... .......... .......... .......... 98% 84.9M 0s 229550K .......... .......... .......... .......... .......... 98% 114M 0s 229600K .......... .......... .......... .......... .......... 98% 77.2M 0s 229650K .......... .......... .......... .......... .......... 99% 87.7M 0s 229700K .......... .......... .......... .......... .......... 99% 109M 0s 229750K .......... .......... .......... .......... .......... 99% 73.6M 0s 229800K .......... .......... .......... .......... .......... 99% 125M 0s 229850K .......... .......... .......... .......... .......... 99% 86.5M 0s 229900K .......... .......... .......... .......... .......... 99% 86.2M 0s 229950K .......... .......... .......... .......... .......... 99% 136M 0s 230000K .......... .......... .......... .......... .......... 99% 82.0M 0s 230050K .......... .......... .......... .......... .......... 99% 102M 0s 230100K .......... .......... .......... .......... .......... 99% 77.9M 0s 230150K .......... .......... .......... .......... .......... 99% 103M 0s 230200K .......... .......... .......... .......... .......... 99% 83.8M 0s 230250K .......... .......... .......... .......... .......... 99% 88.5M 0s 230300K .......... .......... .......... .......... .......... 99% 88.7M 0s 230350K .......... .......... .......... .......... .......... 99% 87.6M 0s 230400K .......... .......... .......... .......... .......... 99% 68.9M 0s 230450K .......... .......... .......... .......... .......... 99% 108M 0s 230500K .......... .......... .......... .......... .......... 99% 73.7M 0s 230550K .......... .......... .......... .......... .......... 99% 130M 0s 230600K .......... .......... .......... .......... .......... 99% 71.2M 0s 230650K .......... .......... .......... .......... .......... 99% 110M 0s 230700K .......... .......... .......... .......... .......... 99% 86.3M 0s 230750K .......... .......... .......... .......... .......... 99% 90.3M 0s 230800K .......... .......... .......... .......... .......... 99% 67.4M 0s 230850K .......... .......... .......... .......... .......... 99% 86.8M 0s 230900K .......... .......... .......... .......... .......... 99% 135M 0s 230950K .......... .......... .......... .......... .......... 99% 87.3M 0s 231000K .......... .......... .......... .......... .......... 99% 103M 0s 231050K .......... .......... .......... .......... .......... 99% 87.7M 0s 231100K .......... .......... .......... .......... .......... 99% 73.7M 0s 231150K .......... .......... .......... .......... .......... 99% 130M 0s 231200K .......... .......... .......... .......... .......... 99% 69.3M 0s 231250K .......... .......... .......... .......... .......... 99% 133M 0s 231300K .......... .......... .......... .......... .......... 99% 65.0M 0s 231350K .......... .......... .......... .......... .......... 99% 87.5M 0s 231400K .......... .......... .......... .......... .......... 99% 82.7M 0s 231450K .......... .......... .......... .......... .......... 99% 87.3M 0s 231500K .......... .......... .......... .......... .......... 99% 135M 0s 231550K .......... .......... .......... .......... .......... 99% 86.9M 0s 231600K .......... .......... .......... .......... .......... 99% 93.3M 0s 231650K .......... .......... .......... .......... .......... 99% 78.0M 0s 231700K .......... .......... .......... .......... .......... 99% 100M 0s 231750K .......... .......... .......... .......... .......... 99% 89.5M 0s 231800K .......... .......... .......... .......... .......... 99% 83.3M 0s 231850K .......... .......... .......... .......... .......... 99% 129M 0s 231900K .......... .......... .......... .......... .......... 99% 78.1M 0s 231950K .......... .......... .......... .......... .......... 99% 131M 0s 232000K ... 100% 69.9M=2.6s 2022-10-09 06:46:54 (87.8 MB/s) - '/nvmedata/autobuild/instance-7/output-1/build/.linux-firmware-20220310.tar.xz.QktIfd/output' saved [237571732/237571732] linux-firmware-20220310.tar.xz: OK (sha256: 5938ee717b2023b48f6bfcf344b40ddc947e3e22c0bc36d4c3418f90fea68182) >>> linux-firmware 20220310 Extracting mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-xz/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-xz/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-tar/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-xz/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-xz/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host/bin/xzcat /nvmedata/autobuild/instance-7/dl/linux-firmware/linux-firmware-20220310.tar.xz | /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-7/output-1/build/linux-firmware-20220310 -xf - >>> linux-firmware 20220310 Patching >>> linux-firmware 20220310 Configuring mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-7/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-7/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target >>> linux-firmware 20220310 Building cd /nvmedata/autobuild/instance-7/output-1/build/linux-firmware-20220310 && /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host/bin/tar cf br-firmware.tar amdgpu 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/AR6002 ath6k/AR6003 ath6k/AR6004 ath9k_htc/htc_7010-1.4.0.fw ath9k_htc/htc_9271-1.4.0.fw bnx2x/* brcm/bcm4329-fullmac-4.bin 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/brcmfmac4329-sdio.bin brcm/brcmfmac4330-sdio.Prowise-PT301.txt brcm/brcmfmac4330-sdio.bin brcm/brcmfmac4334-sdio.bin brcm/brcmfmac43340-sdio.meegopad-t08.txt brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt brcm/brcmfmac43340-sdio.predia-basic.txt brcm/brcmfmac4335-sdio.bin 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/brcmfmac4350-pcie.bin brcm/brcmfmac4350c2-pcie.bin brcm/brcmfmac4356-pcie.gpd-win-pocket.txt brcm/brcmfmac4356-sdio.vamrs,rock960.txt brcm/brcmfmac43569.bin brcm/brcmfmac4358-pcie.bin brcm/brcmfmac43602-pcie.ap.bin brcm/brcmfmac43602-pcie.bin brcm/brcmfmac4366b-pcie.bin brcm/brcmfmac4366c-pcie.bin brcm/brcmfmac4371-pcie.bin brcm/brcmfmac4373.bin carl9170-1.fw cxgb4/t4fw*.bin cxgb4/t5fw*.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 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 e100/*.bin htc_7010.fw htc_9271.fw i915 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-7260-*.ucode iwlwifi-7265-*.ucode iwlwifi-7265D-*.ucode iwlwifi-8000C-*.ucode iwlwifi-8265-*.ucode iwlwifi-9???-*.ucode iwlwifi-Qu-*.ucode iwlwifi-QuZ-*.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/pcie8897_uapsta.bin 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/usb8797_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 rtlwifi/rtl8821aefw.bin rtlwifi/rtl8821aefw_29.bin rtlwifi/rtl8821aefw_wowlan.bin rtlwifi/rtl8822befw.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_6.2.31.bts ti-connectivity/TIInit_6.6.15.bts 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 target mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target/lib/firmware /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host/bin/tar xf /nvmedata/autobuild/instance-7/output-1/build/linux-firmware-20220310/br-firmware.tar -C /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target/lib/firmware cd /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target/lib/firmware ; sed -r -e '/^Link: (.+) -> (.+)$/!d; s//\1 \2/' /nvmedata/autobuild/instance-7/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 images directory mkdir -p /nvmedata/autobuild/instance-7/output-1/images /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host/bin/tar xf /nvmedata/autobuild/instance-7/output-1/build/linux-firmware-20220310/br-firmware.tar -C /nvmedata/autobuild/instance-7/output-1/images cd /nvmedata/autobuild/instance-7/output-1/images ; sed -r -e '/^Link: (.+) -> (.+)$/!d; s//\1 \2/' /nvmedata/autobuild/instance-7/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-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/host/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-elfutils/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-elfutils/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-kmod/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-kmod/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-openssl/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-openssl/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-pahole/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-pahole/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-7/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/host/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/host mkdir -p /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target/ /nvmedata/autobuild/instance-7/output-1/per-package/firmware-imx/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-ccache/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-elfutils/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-elfutils/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-fakedate/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-kmod/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-kmod/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-openssl/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-openssl/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-pahole/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-pahole/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-pkgconf/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target/ /nvmedata/autobuild/instance-7/output-1/per-package/host-uboot-tools/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux-firmware/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-7/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target rsync -a --link-dest=/nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target/ /nvmedata/autobuild/instance-7/output-1/per-package/wireless-regdb/target/ /nvmedata/autobuild/instance-7/output-1/per-package/linux/target >>> linux 6.0 Building /usr/bin/sed -i -e '/^\(# \)\?CONFIG_GCC_PLUGINS\>/d' /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config && echo '# CONFIG_GCC_PLUGINS is not set' >> /nvmedata/autobuild/instance-7/output-1/build/linux-6.0//.config PATH="/nvmedata/autobuild/instance-7/output-1/per-package/linux/host/bin:/nvmedata/autobuild/instance-7/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-7/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-7/output-1/per-package/linux/host/lib/pkgconfig:/nvmedata/autobuild/instance-7/output-1/per-package/linux/host/share/pkgconfig" BR_BINARIES_DIR=/nvmedata/autobuild/instance-7/output-1/images KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=buildroot KBUILD_BUILD_HOST=buildroot KBUILD_BUILD_TIMESTAMP="Fri Oct 7 12:24:47 UTC 2022" KCFLAGS=-Wno-attribute-alias /home/autobuild/make/make -j1 HOSTCC="/nvmedata/autobuild/instance-7/output-1/per-package/linux/host/bin/ccache /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-7/output-1/per-package/linux/host/include -L/nvmedata/autobuild/instance-7/output-1/per-package/linux/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-7/output-1/per-package/linux/host/lib" ARCH=arm INSTALL_MOD_PATH=/nvmedata/autobuild/instance-7/output-1/per-package/linux/target CROSS_COMPILE="/nvmedata/autobuild/instance-7/output-1/per-package/linux/host/bin/arm-buildroot-uclinux-uclibcgnueabi-" WERROR=0 DEPMOD=/nvmedata/autobuild/instance-7/output-1/per-package/linux/host/sbin/depmod -C /nvmedata/autobuild/instance-7/output-1/build/linux-6.0 all make[1]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/linux-6.0' SYNC include/config/auto.conf HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o HOSTCC scripts/kconfig/menu.o HOSTCC scripts/kconfig/util.o HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/conf.o HOSTLD scripts/kconfig/conf HOSTCC scripts/dtc/libfdt/fdt_empty_tree.o HOSTCC scripts/dtc/libfdt/fdt_wip.o HOSTCC scripts/dtc/libfdt/fdt_ro.o HOSTCC scripts/dtc/libfdt/fdt_overlay.o HOSTCC scripts/dtc/libfdt/fdt_strerror.o HOSTCC scripts/dtc/libfdt/fdt_sw.o HOSTCC scripts/dtc/fdtoverlay.o HOSTCC scripts/dtc/libfdt/fdt_rw.o HOSTCC scripts/dtc/libfdt/fdt.o HOSTCC scripts/dtc/util.o HOSTCC scripts/dtc/libfdt/fdt_addresses.o HOSTLD scripts/dtc/fdtoverlay YACC scripts/dtc/dtc-parser.tab.[ch] HOSTCC scripts/dtc/dtc-parser.tab.o HOSTCC scripts/dtc/treesource.o HOSTCC scripts/dtc/livetree.o HOSTCC scripts/dtc/dtc.o HOSTCC scripts/dtc/flattree.o HOSTCC scripts/dtc/srcpos.o HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/fstree.o HOSTCC scripts/dtc/data.o LEX scripts/dtc/dtc-lexer.lex.c HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTLD scripts/dtc/dtc UPD include/config/kernel.release DTC arch/arm/boot/dts/imx6sx-sdb-sai.dtb DTC arch/arm/boot/dts/uniphier-sld8-ref.dtb DTC arch/arm/boot/dts/armada-388-gp.dtb DTC arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dtb DTC arch/arm/boot/dts/imx6q-tx6q-1110.dtb DTC arch/arm/boot/dts/tegra20-plutux.dtb DTC arch/arm/boot/dts/hi3519-demb.dtb DTC arch/arm/boot/dts/omap3-n900.dtb DTC arch/arm/boot/dts/bcm958625hr.dtb DTC arch/arm/boot/dts/sama5d36ek.dtb DTC arch/arm/boot/dts/bcm2836-rpi-2-b.dtb DTC arch/arm/boot/dts/keystone-k2e-evm.dtb DTC arch/arm/boot/dts/imx6qp-sabreauto.dtb DTC arch/arm/boot/dts/imx6q-phytec-pbab01.dtb DTC arch/arm/boot/dts/rk3036-kylin.dtb DTC arch/arm/boot/dts/imx6ul-kontron-n6310-s-43.dtb DTC arch/arm/boot/dts/imx6q-savageboard.dtb DTC arch/arm/boot/dts/am335x-sancloud-bbe-lite.dtb DTC arch/arm/boot/dts/imx6dl-gw5913.dtb DTC arch/arm/boot/dts/omap3-overo-storm-alto35.dtb DTC arch/arm/boot/dts/hip01-ca9x2.dtb DTC arch/arm/boot/dts/imx6dl-gw560x.dtb DTC arch/arm/boot/dts/uniphier-pro4-sanji.dtb DTC arch/arm/boot/dts/vf610-twr.dtb DTC arch/arm/boot/dts/imx6q-pico-nymph.dtb DTC arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dtb DTC arch/arm/boot/dts/exynos3250-rinato.dtb DTC arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dtb DTC arch/arm/boot/dts/omap4-sdp.dtb DTC arch/arm/boot/dts/imx6dl-cubox-i-som-v15.dtb DTC arch/arm/boot/dts/imx6q-arm2.dtb DTC arch/arm/boot/dts/sun7i-a20-pcduino3.dtb DTC arch/arm/boot/dts/sun8i-a23-evb.dtb DTC arch/arm/boot/dts/dra71-evm.dtb DTC arch/arm/boot/dts/bcm47189-luxul-xap-810.dtb DTC arch/arm/boot/dts/zynq-zc770-xm013.dtb DTC arch/arm/boot/dts/am335x-wega-rdk.dtb DTC arch/arm/boot/dts/imx6dl-tx6u-8033-mb7.dtb DTC arch/arm/boot/dts/rk3288-rock-pi-n8.dtb DTC arch/arm/boot/dts/imx6q-gw54xx.dtb DTC arch/arm/boot/dts/bcm96846.dtb DTC arch/arm/boot/dts/imx6dl-sabreauto.dtb DTC arch/arm/boot/dts/imx53-qsb.dtb DTC arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dtb DTC arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dtb DTC arch/arm/boot/dts/imx6q-yapp4-crux.dtb DTC arch/arm/boot/dts/imx51-apf51.dtb DTC arch/arm/boot/dts/armada-388-clearfog.dtb DTC arch/arm/boot/dts/stm32mp157c-emsbc-argon.dtb DTC arch/arm/boot/dts/am335x-pdu001.dtb DTC arch/arm/boot/dts/imx6q-b650v3.dtb DTC arch/arm/boot/dts/dm8148-evm.dtb DTC arch/arm/boot/dts/am437x-sk-evm.dtb DTC arch/arm/boot/dts/sun7i-a20-bananapro.dtb DTC arch/arm/boot/dts/omap3-n9.dtb DTC arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dtb DTC arch/arm/boot/dts/am57xx-beagle-x15-revc.dtb DTC arch/arm/boot/dts/imx6ul-tqma6ul2l-mba6ulx.dtb DTC arch/arm/boot/dts/vf610-zii-cfu1.dtb DTC arch/arm/boot/dts/armada-xp-crs305-1g-4s-bit.dtb DTC arch/arm/boot/dts/imx6ull-colibri-iris-v2.dtb DTC arch/arm/boot/dts/r7s72100-genmai.dtb DTC arch/arm/boot/dts/bcm7445-bcm97445svmb.dtb DTC arch/arm/boot/dts/tegra20-colibri-iris.dtb DTC arch/arm/boot/dts/am335x-osd3358-sm-red.dtb DTC arch/arm/boot/dts/imx6sx-udoo-neo-full.dtb DTC arch/arm/boot/dts/imx6qp-zii-rdu2.dtb DTC arch/arm/boot/dts/dove-cubox.dtb DTC arch/arm/boot/dts/exynos5420-peach-pit.dtb DTC arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dtb DTC arch/arm/boot/dts/sun8i-h2-plus-orangepi-r1.dtb DTC arch/arm/boot/dts/rk3288-tinker.dtb DTC arch/arm/boot/dts/imx6q-bosch-acc.dtb DTC arch/arm/boot/dts/exynos4210-origen.dtb DTC arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtb DTC arch/arm/boot/dts/sun4i-a10-inet97fv2.dtb DTC arch/arm/boot/dts/stm32h743i-disco.dtb DTC arch/arm/boot/dts/exynos4412-n710x.dtb DTC arch/arm/boot/dts/meson8b-odroidc1.dtb DTC arch/arm/boot/dts/aspeed-bmc-opp-romulus.dtb DTC arch/arm/boot/dts/imx53-m53evk.dtb DTC arch/arm/boot/dts/wm8750-apc8750.dtb DTC arch/arm/boot/dts/sun7i-a20-itead-ibox.dtb DTC arch/arm/boot/dts/mmp3-dell-ariel.dtb DTC arch/arm/boot/dts/exynos3250-monk.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-wedge40.dtb DTC arch/arm/boot/dts/imx6q-apalis-ixora-v1.1.dtb DTC arch/arm/boot/dts/imx6q-rex-pro.dtb DTC arch/arm/boot/dts/owl-s500-cubieboard6.dtb DTC arch/arm/boot/dts/r8a7744-iwg20d-q7-dbcm-ca.dtb DTC arch/arm/boot/dts/tegra30-asus-tf300tg.dtb DTC arch/arm/boot/dts/bcm947622.dtb DTC arch/arm/boot/dts/qcom-apq8074-dragonboard.dtb DTC arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dtb DTC arch/arm/boot/dts/imx6q-pico-dwarf.dtb DTC arch/arm/boot/dts/ste-ux500-samsung-gavini.dtb DTC arch/arm/boot/dts/imx6dl-mamoj.dtb DTC arch/arm/boot/dts/r8a7743-sk-rzg1m.dtb DTC arch/arm/boot/dts/armada-xp-linksys-mamba.dtb DTC arch/arm/boot/dts/imx53-tx53-x03x.dtb DTC arch/arm/boot/dts/imx6q-ts7970.dtb DTC arch/arm/boot/dts/stm32mp157c-ev1-scmi.dtb DTC arch/arm/boot/dts/am335x-bonegreen.dtb DTC arch/arm/boot/dts/omap3-igep0030-rev-g.dtb DTC arch/arm/boot/dts/berlin2cd-google-chromecast.dtb DTC arch/arm/boot/dts/owl-s500-roseapplepi.dtb DTC arch/arm/boot/dts/tegra30-apalis-eval.dtb DTC arch/arm/boot/dts/aspeed-bmc-ibm-rainier-1s4u.dtb DTC arch/arm/boot/dts/imx6q-marsboard.dtb DTC arch/arm/boot/dts/imx6dl-apf6dev.dtb DTC arch/arm/boot/dts/imx6ull-opos6uldev.dtb DTC arch/arm/boot/dts/imx6dl-prtmvt.dtb DTC arch/arm/boot/dts/am335x-sl50.dtb DTC arch/arm/boot/dts/vf500-colibri-eval-v3.dtb DTC arch/arm/boot/dts/imx6q-skov-reve-mi1010ait-1cp1.dtb DTC arch/arm/boot/dts/mt8135-evbp1.dtb DTC arch/arm/boot/dts/imx6dl-ts4900.dtb DTC arch/arm/boot/dts/omap4-var-stk-om44.dtb DTC arch/arm/boot/dts/bcm53340-ubnt-unifi-switch8.dtb DTC arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dtb DTC arch/arm/boot/dts/imx6qp-tx6qp-8037.dtb DTC arch/arm/boot/dts/am335x-boneblack-wireless.dtb DTC arch/arm/boot/dts/am335x-sbc-t335.dtb DTC arch/arm/boot/dts/imx6q-sbc6x.dtb DTC arch/arm/boot/dts/imx6dl-gw5907.dtb DTC arch/arm/boot/dts/am335x-pocketbeagle.dtb DTC arch/arm/boot/dts/r8a7792-blanche.dtb DTC arch/arm/boot/dts/bcm958625-meraki-mx65.dtb DTC arch/arm/boot/dts/am57xx-beagle-x15-revb1.dtb DTC arch/arm/boot/dts/imx6q-pico-pi.dtb DTC arch/arm/boot/dts/rk3066a-marsboard.dtb DTC arch/arm/boot/dts/hisi-x5hd2-dkb.dtb DTC arch/arm/boot/dts/r8a7791-koelsch.dtb DTC arch/arm/boot/dts/imx6dl-aristainetos2_4.dtb DTC arch/arm/boot/dts/imx6q-gw5907.dtb DTC arch/arm/boot/dts/imx6q-utilite-pro.dtb DTC arch/arm/boot/dts/armada-385-atl-x530.dtb DTC arch/arm/boot/dts/imx6dl-tx6u-81xx-mb7.dtb DTC arch/arm/boot/dts/bcm958625-meraki-mx64w-a0.dtb DTC arch/arm/boot/dts/imx53-m53menlo.dtb DTC arch/arm/boot/dts/vf610m4-colibri.dtb DTC arch/arm/boot/dts/am335x-lxm.dtb DTC arch/arm/boot/dts/imx6q-gw552x.dtb DTC arch/arm/boot/dts/am437x-cm-t43.dtb DTC arch/arm/boot/dts/bcm958625-meraki-mx64w.dtb DTC arch/arm/boot/dts/armada-385-linksys-caiman.dtb DTC arch/arm/boot/dts/sun8i-h3-orangepi-2.dtb DTC arch/arm/boot/dts/imx6sx-sdb.dtb DTC arch/arm/boot/dts/imx6dl-plybas.dtb DTC arch/arm/boot/dts/tegra30-pegatron-chagall.dtb DTC arch/arm/boot/dts/imx7d-flex-concentrator-mfg.dtb DTC arch/arm/boot/dts/imx6q-evi.dtb DTC arch/arm/boot/dts/bcm947189acdbmr.dtb DTC arch/arm/boot/dts/imx6q-icore-ofcap12.dtb DTC arch/arm/boot/dts/tegra30-colibri-eval-v3.dtb DTC arch/arm/boot/dts/sun7i-a20-orangepi.dtb DTC arch/arm/boot/dts/imx6s-dhcom-drc02.dtb DTC arch/arm/boot/dts/imx6sll-evk.dtb DTC arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dtb DTC arch/arm/boot/dts/bcm4709-linksys-ea9200.dtb DTC arch/arm/boot/dts/bcm47094-linksys-panamera.dtb DTC arch/arm/boot/dts/sun8i-a23-ippo-q8h-v1.2.dtb DTC arch/arm/boot/dts/sun8i-s3-pinecube.dtb DTC arch/arm/boot/dts/hi3620-hi4511.dtb DTC arch/arm/boot/dts/omap4-panda-a4.dtb DTC arch/arm/boot/dts/omap3-devkit8000.dtb DTC arch/arm/boot/dts/imx6dl-tx6u-811x.dtb DTC arch/arm/boot/dts/armada-388-rd.dtb DTC arch/arm/boot/dts/sun8i-a23-inet86dz.dtb DTC arch/arm/boot/dts/dra7-evm.dtb DTC arch/arm/boot/dts/qcom-ipq4018-jalapeno.dtb DTC arch/arm/boot/dts/imx6dl-savageboard.dtb DTC arch/arm/boot/dts/sun5i-a13-empire-electronix-d709.dtb DTC arch/arm/boot/dts/imx7d-sbc-imx7.dtb DTC arch/arm/boot/dts/imx6dl-hummingboard2.dtb DTC arch/arm/boot/dts/sun8i-t3-cqa3t-bv3.dtb DTC arch/arm/boot/dts/omap4-droid4-xt894.dtb DTC arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus.dtb DTC arch/arm/boot/dts/sun8i-a23-polaroid-mid2407pxe03.dtb DTC arch/arm/boot/dts/sun7i-a20-mk808c.dtb DTC arch/arm/boot/dts/imx6ul-tqma6ul1-mba6ulx.dtb DTC arch/arm/boot/dts/spear1310-evb.dtb DTC arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dtb DTC arch/arm/boot/dts/rk3288-popmetal.dtb DTC arch/arm/boot/dts/bcm953012hr.dtb DTC arch/arm/boot/dts/bcm47094-luxul-xap-1610.dtb DTC arch/arm/boot/dts/bcm988312hr.dtb DTC arch/arm/boot/dts/rk3288-phycore-rdk.dtb DTC arch/arm/boot/dts/omap3-devkit8000-lcd43.dtb DTC arch/arm/boot/dts/imx6dl-sabresd.dtb DTC arch/arm/boot/dts/stm32mp157c-odyssey.dtb DTC arch/arm/boot/dts/omap3-sbc-t3730.dtb DTC arch/arm/boot/dts/imx6dl-lanmcu.dtb DTC arch/arm/boot/dts/am335x-pepper.dtb DTC arch/arm/boot/dts/imx6q-tx6q-1010.dtb DTC arch/arm/boot/dts/imx6q-tx6q-1020.dtb DTC arch/arm/boot/dts/keystone-k2hk-evm.dtb DTC arch/arm/boot/dts/aspeed-bmc-microsoft-olympus.dtb DTC arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dtb DTC arch/arm/boot/dts/imx6q-gw53xx.dtb DTC arch/arm/boot/dts/stm32mp157c-dk2-scmi.dtb DTC arch/arm/boot/dts/dra62x-j5eco-evm.dtb DTC arch/arm/boot/dts/imx6q-apalis-ixora.dtb DTC arch/arm/boot/dts/sun7i-a20-orangepi-mini.dtb DTC arch/arm/boot/dts/tegra124-nyan-blaze.dtb DTC arch/arm/boot/dts/lan966x-kontron-kswitch-d10-mmt-6g-2gs.dtb DTC arch/arm/boot/dts/bcm96855.dtb DTC arch/arm/boot/dts/stm32mp151a-prtt1s.dtb DTC arch/arm/boot/dts/rk3229-evb.dtb DTC arch/arm/boot/dts/imx6ull-phytec-tauri-emmc.dtb DTC arch/arm/boot/dts/imx6dl-yapp4-orion.dtb DTC arch/arm/boot/dts/rk3288-evb-act8846.dtb DTC arch/arm/boot/dts/imx6sll-kobo-clarahd.dtb DTC arch/arm/boot/dts/rk3288-veyron-fievel.dtb DTC arch/arm/boot/dts/imx7d-mba7.dtb DTC arch/arm/boot/dts/imx6dl-alti6p.dtb DTC arch/arm/boot/dts/at91-kizbox2-2.dtb DTC arch/arm/boot/dts/imx6dl-pico-pi.dtb DTC arch/arm/boot/dts/imx6ull-colibri-emmc-iris.dtb DTC arch/arm/boot/dts/r8a7790-lager.dtb DTC arch/arm/boot/dts/omap3-sbc-t3517.dtb DTC arch/arm/boot/dts/zynq-zc770-xm011.dtb DTC arch/arm/boot/dts/ste-ux500-samsung-codina-tmo.dtb DTC arch/arm/boot/dts/imx6dl-colibri-eval-v3.dtb DTC arch/arm/boot/dts/highbank.dtb DTC arch/arm/boot/dts/meson8b-ec100.dtb DTC arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dtb DTC arch/arm/boot/dts/imx6ul-geam.dtb DTC arch/arm/boot/dts/aspeed-bmc-opp-lanyang.dtb DTC arch/arm/boot/dts/omap5-cm-t54.dtb DTC arch/arm/boot/dts/exynos4412-odroidu3.dtb DTC arch/arm/boot/dts/rk3288-evb-rk808.dtb DTC arch/arm/boot/dts/am335x-icev2.dtb DTC arch/arm/boot/dts/bcm958522er.dtb DTC arch/arm/boot/dts/imx6sx-sdb-reva.dtb DTC arch/arm/boot/dts/r8a73a4-ape6evm.dtb DTC arch/arm/boot/dts/omap3-gta04a5one.dtb DTC arch/arm/boot/dts/sun7i-a20-haoyu-marsboard.dtb DTC arch/arm/boot/dts/imx6q-b850v3.dtb DTC arch/arm/boot/dts/bcm963138.dtb DTC arch/arm/boot/dts/hip04-d01.dtb DTC arch/arm/boot/dts/rk3066a-rayeager.dtb DTC arch/arm/boot/dts/qcom-apq8064-ifc6410.dtb DTC arch/arm/boot/dts/omap5-uevm.dtb DTC arch/arm/boot/dts/am437x-sbc-t43.dtb DTC arch/arm/boot/dts/r8a7778-bockw.dtb DTC arch/arm/boot/dts/sun6i-a31-app4-evb1.dtb DTC arch/arm/boot/dts/imx7d-pico-hobbit.dtb DTC arch/arm/boot/dts/r8a7794-alt.dtb DTC arch/arm/boot/dts/dra76-evm.dtb DTC arch/arm/boot/dts/imx6q-tx6q-11x0-mb7.dtb DTC arch/arm/boot/dts/imx6dl-skov-revc-lt2.dtb DTC arch/arm/boot/dts/alpine-db.dtb DTC arch/arm/boot/dts/exynos5800-peach-pi.dtb DTC arch/arm/boot/dts/owl-s500-labrador-base-m.dtb DTC arch/arm/boot/dts/imx7s-colibri-aster.dtb DTC arch/arm/boot/dts/imx6dl-wandboard-revd1.dtb DTC arch/arm/boot/dts/at91-sama5d3_ksz9477_evb.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-galaxy100.dtb DTC arch/arm/boot/dts/am3517_mt_ventoux.dtb DTC arch/arm/boot/dts/vf610-cosmic.dtb DTC arch/arm/boot/dts/milbeaut-m10v-evb.dtb DTC arch/arm/boot/dts/imx6ul-ccimx6ulsbcexpress.dtb DTC arch/arm/boot/dts/imx53-usbarmory.dtb DTC arch/arm/boot/dts/am335x-netcan-plus-1xx.dtb DTC arch/arm/boot/dts/imx6dl-yapp4-hydra.dtb DTC arch/arm/boot/dts/imx6q-sabreauto.dtb DTC arch/arm/boot/dts/imx6dl-wandboard-revb1.dtb DTC arch/arm/boot/dts/sun6i-a31s-yones-toptech-bs1078-v2.dtb DTC arch/arm/boot/dts/armada-370-netgear-rn102.dtb DTC arch/arm/boot/dts/qcom-apq8064-cm-qs600.dtb DTC arch/arm/boot/dts/sun8i-h3-orangepi-plus2e.dtb DTC arch/arm/boot/dts/sun8i-h2-plus-libretech-all-h3-cc.dtb DTC arch/arm/boot/dts/bcm958300k.dtb DTC arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine-honami.dtb DTC arch/arm/boot/dts/bcm47189-tenda-ac9.dtb DTC arch/arm/boot/dts/imx6q-tx6q-1036-mb7.dtb DTC arch/arm/boot/dts/ste-ux500-samsung-janice.dtb DTC arch/arm/boot/dts/sun4i-a10-pcduino.dtb DTC arch/arm/boot/dts/aspeed-bmc-supermicro-x11spi.dtb DTC arch/arm/boot/dts/omap3-pandora-1ghz.dtb DTC arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dtb DTC arch/arm/boot/dts/sun4i-a10-mini-xplus.dtb DTC arch/arm/boot/dts/rk3066a-bqcurie2.dtb DTC arch/arm/boot/dts/sun8i-h3-nanopi-neo.dtb DTC arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dtb DTC arch/arm/boot/dts/imx6q-gw5904.dtb DTC arch/arm/boot/dts/stm32f746-disco.dtb DTC arch/arm/boot/dts/stm32mp157a-avenger96.dtb DTC arch/arm/boot/dts/exynos5250-arndale.dtb DTC arch/arm/boot/dts/r8a7791-porter.dtb DTC arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dtb DTC arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dtb DTC arch/arm/boot/dts/tegra20-harmony.dtb DTC arch/arm/boot/dts/imx6dl-vicut1.dtb DTC arch/arm/boot/dts/imx6sx-nitrogen6sx.dtb DTC arch/arm/boot/dts/imx6q-emcon-avari.dtb DTC arch/arm/boot/dts/dove-d3plug.dtb DTC arch/arm/boot/dts/zynq-zturn-v5.dtb DTC arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dtb DTC arch/arm/boot/dts/qcom-apq8026-lg-lenok.dtb DTC arch/arm/boot/dts/rk3188-px3-evb.dtb DTC arch/arm/boot/dts/imx6ull-phytec-segin-lc-rdk-nand.dtb DTC arch/arm/boot/dts/sun7i-a20-cubietruck.dtb DTC arch/arm/boot/dts/imx6dl-riotboard.dtb DTC arch/arm/boot/dts/ste-ux500-samsung-codina.dtb DTC arch/arm/boot/dts/zynq-zed.dtb DTC arch/arm/boot/dts/tegra20-asus-tf101.dtb DTC arch/arm/boot/dts/bcm94708.dtb DTC arch/arm/boot/dts/exynos5422-odroidhc1.dtb DTC arch/arm/boot/dts/imx6q-var-dt6customboard.dtb DTC arch/arm/boot/dts/imx6dl-b155v2.dtb DTC arch/arm/boot/dts/qcom-msm8974pro-fairphone-fp2.dtb DTC arch/arm/boot/dts/imx6q-icore-mipi.dtb DTC arch/arm/boot/dts/stm32746g-eval.dtb DTC arch/arm/boot/dts/bcm2835-rpi-zero.dtb DTC arch/arm/boot/dts/omap5-igep0050.dtb DTC arch/arm/boot/dts/bcm4708-netgear-r6250.dtb DTC arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-cmm.dtb DTC arch/arm/boot/dts/sun8i-h3-orangepi-pc.dtb DTC arch/arm/boot/dts/stm32mp153c-dhcor-drc-compact.dtb DTC arch/arm/boot/dts/imx51-digi-connectcore-jsk.dtb DTC arch/arm/boot/dts/imx6ul-isiot-nand.dtb DTC arch/arm/boot/dts/uniphier-pxs2-gentil.dtb DTC arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dtb DTC arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dtb DTC arch/arm/boot/dts/vexpress-v2p-ca9.dtb DTC arch/arm/boot/dts/imx6q-pistachio.dtb DTC arch/arm/boot/dts/rk3288-firefly-reload.dtb DTC arch/arm/boot/dts/imx6q-vicut1.dtb DTC arch/arm/boot/dts/rk3288-veyron-speedy.dtb DTC arch/arm/boot/dts/imx6q-logicpd.dtb DTC arch/arm/boot/dts/bcm2711-rpi-cm4-io.dtb DTC arch/arm/boot/dts/imx6q-tx6q-1020-comtft.dtb DTC arch/arm/boot/dts/imx6dl-dfi-fs700-m60.dtb DTC arch/arm/boot/dts/keystone-k2g-ice.dtb DTC arch/arm/boot/dts/imx6dl-colibri-iris.dtb DTC arch/arm/boot/dts/exynos4412-i9300.dtb DTC arch/arm/boot/dts/zynq-ebaz4205.dtb DTC arch/arm/boot/dts/qcom-msm8974pro-samsung-klte.dtb DTC arch/arm/boot/dts/uniphier-ld4-ref.dtb DTC arch/arm/boot/dts/sun5i-a10s-auxtek-t004.dtb DTC arch/arm/boot/dts/zynq-cc108.dtb DTC arch/arm/boot/dts/imx6ul-kontron-n6310-s.dtb DTC arch/arm/boot/dts/am335x-sancloud-bbe.dtb DTC arch/arm/boot/dts/ste-ux500-samsung-kyle.dtb DTC arch/arm/boot/dts/tegra30-asus-nexus7-grouper-PM269.dtb DTC arch/arm/boot/dts/zynq-parallella.dtb DTC arch/arm/boot/dts/am335x-chiliboard.dtb DTC arch/arm/boot/dts/exynos5420-smdk5420.dtb DTC arch/arm/boot/dts/en7523-evb.dtb DTC arch/arm/boot/dts/omap3-sniper.dtb DTC arch/arm/boot/dts/omap5-sbc-t54.dtb DTC arch/arm/boot/dts/tegra124-nyan-big.dtb DTC arch/arm/boot/dts/omap3-gta04a4.dtb DTC arch/arm/boot/dts/bcm953012er.dtb DTC arch/arm/boot/dts/sun8i-a83t-tbs-a711.dtb DTC arch/arm/boot/dts/uniphier-pro4-ace.dtb DTC arch/arm/boot/dts/omap3-overo-gallop43.dtb DTC arch/arm/boot/dts/imx6dl-dhcom-picoitx.dtb DTC arch/arm/boot/dts/rk3288-tinker-s.dtb DTC arch/arm/boot/dts/imx53-voipac-bsb.dtb DTC arch/arm/boot/dts/sun4i-a10-mk802.dtb DTC arch/arm/boot/dts/imx7d-sdb-sht11.dtb DTC arch/arm/boot/dts/armada-388-db.dtb DTC arch/arm/boot/dts/omap3-ha-lcd.dtb DTC arch/arm/boot/dts/bcm4709-netgear-r8000.dtb DTC arch/arm/boot/dts/am3517-craneboard.dtb DTC arch/arm/boot/dts/socfpga_cyclone5_sockit.dtb DTC arch/arm/boot/dts/socfpga_cyclone5_chameleon96.dtb DTC arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dtb DTC arch/arm/boot/dts/tegra30-cardhu-a02.dtb DTC arch/arm/boot/dts/bcm4708-buffalo-wzr-1166dhp.dtb DTC arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dtb DTC arch/arm/boot/dts/bcm4709-netgear-r7000.dtb DTC arch/arm/boot/dts/stm32mp157a-dk1.dtb DTC arch/arm/boot/dts/imx6ull-colibri-wifi-aster.dtb DTC arch/arm/boot/dts/imx7s-colibri-iris-v2.dtb DTC arch/arm/boot/dts/armada-xp-db-dxbc2.dtb DTC arch/arm/boot/dts/at91-sama5d2_ptc_ek.dtb DTC arch/arm/boot/dts/imx6dl-gw53xx.dtb DTC arch/arm/boot/dts/tegra114-tn7.dtb DTC arch/arm/boot/dts/bcm2835-rpi-a.dtb DTC arch/arm/boot/dts/bcm23550-sparrow.dtb DTC arch/arm/boot/dts/exynos5422-odroidxu3.dtb DTC arch/arm/boot/dts/omap3-overo-alto35.dtb DTC arch/arm/boot/dts/bcm96756.dtb DTC arch/arm/boot/dts/vf610-colibri-eval-v3.dtb DTC arch/arm/boot/dts/bcm2835-rpi-b.dtb DTC arch/arm/boot/dts/lan966x-pcb8291.dtb DTC arch/arm/boot/dts/sun8i-h3-emlid-neutis-n5h3-devboard.dtb DTC arch/arm/boot/dts/r7s9210-rza2mevb.dtb DTC arch/arm/boot/dts/omap3-gta04a3.dtb DTC arch/arm/boot/dts/imx6ull-colibri-wifi-eval-v3.dtb DTC arch/arm/boot/dts/vf610-zii-dev-rev-c.dtb DTC arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dtb DTC arch/arm/boot/dts/sun8i-r16-nintendo-nes-classic.dtb DTC arch/arm/boot/dts/mt7629-rfb.dtb DTC arch/arm/boot/dts/ste-hrefprev60-stuib.dtb DTC arch/arm/boot/dts/imx6q-prtwd2.dtb DTC arch/arm/boot/dts/sun5i-a13-olinuxino-micro.dtb DTC arch/arm/boot/dts/imx6q-gw560x.dtb DTC arch/arm/boot/dts/bcm47094-phicomm-k3.dtb DTC arch/arm/boot/dts/imx7d-nitrogen7.dtb DTC arch/arm/boot/dts/stm32mp157c-dhcom-pdk2.dtb DTC arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dtb DTC arch/arm/boot/dts/r7s72100-gr-peach.dtb DTC arch/arm/boot/dts/sun6i-a31s-inet-q972.dtb DTC arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dtb DTC arch/arm/boot/dts/imx53-mba53.dtb DTC arch/arm/boot/dts/am3517-evm.dtb DTC arch/arm/boot/dts/imx6dl-yapp4-draco.dtb DTC arch/arm/boot/dts/imx6q-cubox-i.dtb DTC arch/arm/boot/dts/stm32mp157a-icore-stm32mp1-ctouch2.dtb DTC arch/arm/boot/dts/omap3-igep0020.dtb DTC arch/arm/boot/dts/imx6q-zii-rdu2.dtb DTC arch/arm/boot/dts/keystone-k2l-evm.dtb DTC arch/arm/boot/dts/exynos4412-tiny4412.dtb DTC arch/arm/boot/dts/uniphier-pro4-ref.dtb DTC arch/arm/boot/dts/imx6q-skov-revc-lt6.dtb DTC arch/arm/boot/dts/bcm2835-rpi-b-rev2.dtb DTC arch/arm/boot/dts/imx6ul-pico-pi.dtb DTC arch/arm/boot/dts/imx6ull-colibri-wifi-iris-v2.dtb DTC arch/arm/boot/dts/r8a7745-iwg22d-sodimm-dbhd-ca.dtb DTC arch/arm/boot/dts/omap3-zoom3.dtb DTC arch/arm/boot/dts/at91-sama5d3_xplained.dtb DTC arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dtb DTC arch/arm/boot/dts/imx6q-display5-tianma-tm070-1280x768.dtb DTC arch/arm/boot/dts/imx6ull-phytec-segin-ff-rdk-nand.dtb DTC arch/arm/boot/dts/omap3-pandora-600mhz.dtb DTC arch/arm/boot/dts/omap3-beagle-xm-ab.dtb DTC arch/arm/boot/dts/stm32mp157a-dk1-scmi.dtb DTC arch/arm/boot/dts/imx6q-mccmon6.dtb DTC arch/arm/boot/dts/imx6dl-solidsense.dtb DTC arch/arm/boot/dts/imx7d-colibri-emmc-iris-v2.dtb DTC arch/arm/boot/dts/am574x-idk.dtb DTC arch/arm/boot/dts/omap4-sdp-es23plus.dtb DTC arch/arm/boot/dts/imx6ull-phytec-tauri-nand.dtb DTC arch/arm/boot/dts/owl-s500-guitar-bb-rev-b.dtb DTC arch/arm/boot/dts/imx6dl-aristainetos2_7.dtb DTC arch/arm/boot/dts/omap3-devkit8000-lcd70.dtb DTC arch/arm/boot/dts/armada-385-db-88f6820-amc.dtb DTC arch/arm/boot/dts/sun4i-a10-cubieboard.dtb DTC arch/arm/boot/dts/artpec6-devboard.dtb DTC arch/arm/boot/dts/imx6q-icore-ofcap10.dtb DTC arch/arm/boot/dts/imx6dl-b105v2.dtb DTC arch/arm/boot/dts/sun7i-a20-lamobo-r1.dtb DTC arch/arm/boot/dts/rk3229-xms6.dtb DTC arch/arm/boot/dts/omap3-evm-37xx.dtb DTC arch/arm/boot/dts/sun8i-s3-elimo-initium.dtb DTC arch/arm/boot/dts/imx7s-colibri-eval-v3.dtb DTC arch/arm/boot/dts/armada-370-c200-v2.dtb DTC arch/arm/boot/dts/qcom-msm8916-samsung-serranove.dtb DTC arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dtb DTC arch/arm/boot/dts/imx7d-zii-rmu2.dtb DTC arch/arm/boot/dts/imx7d-smegw01.dtb DTC arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dtb DTC arch/arm/boot/dts/imx7d-sdb-reva.dtb DTC arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dtb DTC arch/arm/boot/dts/exynos4412-itop-elite.dtb DTC arch/arm/boot/dts/sun4i-a10-topwise-a721.dtb DTC arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dtb DTC arch/arm/boot/dts/sun5i-a10s-wobo-i5.dtb DTC arch/arm/boot/dts/imx6dl-b125pv2.dtb DTC arch/arm/boot/dts/imx53-cx9020.dtb DTC arch/arm/boot/dts/omap3-cm-t3730.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dtb DTC arch/arm/boot/dts/bcm958525er.dtb DTC arch/arm/boot/dts/spear1340-evb.dtb DTC arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dtb DTC arch/arm/boot/dts/exynos4412-smdk4412.dtb DTC arch/arm/boot/dts/mt2701-evb.dtb DTC arch/arm/boot/dts/exynos4412-odroidx2.dtb DTC arch/arm/boot/dts/imx6dl-cubox-i.dtb DTC arch/arm/boot/dts/rk3288-firefly.dtb DTC arch/arm/boot/dts/imx7ulp-com.dtb DTC arch/arm/boot/dts/imx6qp-tx6qp-8137-mb7.dtb DTC arch/arm/boot/dts/pxa168-aspenite.dtb DTC arch/arm/boot/dts/vt8500-bv07.dtb DTC arch/arm/boot/dts/aspeed-ast2600-evb.dtb DTC arch/arm/boot/dts/berlin2cd-valve-steamlink.dtb DTC arch/arm/boot/dts/imx6qp-tx6qp-8037-mb7.dtb DTC arch/arm/boot/dts/aspeed-ast2600-evb-a1.dtb DTC arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dtb DTC arch/arm/boot/dts/bcm94709.dtb DTC arch/arm/boot/dts/bcm958622hr.dtb DTC arch/arm/boot/dts/qcom-ipq8064-ap148.dtb DTC arch/arm/boot/dts/meson8b-mxq.dtb DTC arch/arm/boot/dts/imx6ulz-14x14-evk.dtb DTC arch/arm/boot/dts/imx7d-meerkat96.dtb DTC arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s-bit.dtb DTC arch/arm/boot/dts/dm8168-evm.dtb DTC arch/arm/boot/dts/armada-370-seagate-personal-cloud.dtb DTC arch/arm/boot/dts/bcm911360_entphn.dtb DTC arch/arm/boot/dts/tegra20-paz00.dtb DTC arch/arm/boot/dts/imx6sl-warp.dtb DTC arch/arm/boot/dts/mt8127-moose.dtb DTC arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dtb DTC arch/arm/boot/dts/omap4-panda-es.dtb DTC arch/arm/boot/dts/imx7d-colibri-emmc-iris.dtb DTC arch/arm/boot/dts/omap3-cm-t3530.dtb DTC arch/arm/boot/dts/omap3-overo-tobiduo.dtb DTC arch/arm/boot/dts/at91-sama5d4ek.dtb DTC arch/arm/boot/dts/sama5d36ek_cmp.dtb DTC arch/arm/boot/dts/imx7d-flex-concentrator.dtb DTC arch/arm/boot/dts/imx6dl-icore.dtb DTC arch/arm/boot/dts/imx6qp-sabresd.dtb DTC arch/arm/boot/dts/omap3-gta04a5.dtb DTC arch/arm/boot/dts/aspeed-bmc-tyan-s7106.dtb DTC arch/arm/boot/dts/vf610-zii-scu4-aib.dtb DTC arch/arm/boot/dts/am335x-phycore-rdk.dtb DTC arch/arm/boot/dts/omap3-ldp.dtb DTC arch/arm/boot/dts/bcm2835-rpi-cm1-io1.dtb DTC arch/arm/boot/dts/am335x-guardian.dtb DTC arch/arm/boot/dts/imx6dl-nitrogen6x.dtb DTC arch/arm/boot/dts/sun4i-a10-inet1.dtb DTC arch/arm/boot/dts/am335x-bonegreen-wireless.dtb DTC arch/arm/boot/dts/am335x-nano.dtb DTC arch/arm/boot/dts/sun8i-r16-nintendo-super-nes-classic.dtb DTC arch/arm/boot/dts/ste-hrefv60plus-tvk.dtb DTC arch/arm/boot/dts/imx6qp-tx6qp-8137.dtb DTC arch/arm/boot/dts/imx6sl-tolino-shine3.dtb DTC arch/arm/boot/dts/rk3036-evb.dtb DTC arch/arm/boot/dts/imx6q-cubox-i-emmc-som-v15.dtb DTC arch/arm/boot/dts/armada-xp-netgear-rn2120.dtb DTC arch/arm/boot/dts/armada-385-synology-ds116.dtb DTC arch/arm/boot/dts/bcm4708-buffalo-wzr-1166dhp2.dtb DTC arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dtb DTC arch/arm/boot/dts/imx6dl-tx6s-8035.dtb DTC arch/arm/boot/dts/imx6q-apf6dev.dtb DTC arch/arm/boot/dts/sun5i-a13-empire-electronix-m712.dtb DTC arch/arm/boot/dts/tegra124-jetson-tk1.dtb DTC arch/arm/boot/dts/tegra30-asus-nexus7-grouper-E1565.dtb DTC arch/arm/boot/dts/bcm911360k.dtb DTC arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dtb DTC arch/arm/boot/dts/imx6sx-sdb-mqs.dtb DTC arch/arm/boot/dts/sun6i-a31s-sina31s.dtb DTC arch/arm/boot/dts/bcm47094-luxul-abr-4500.dtb DTC arch/arm/boot/dts/zynq-zybo.dtb DTC arch/arm/boot/dts/imx6dl-ts7970.dtb DTC arch/arm/boot/dts/stm32mp135f-dk.dtb DTC arch/arm/boot/dts/bcm47081-asus-rt-n18u.dtb DTC arch/arm/boot/dts/imx6dl-prtvt7.dtb DTC arch/arm/boot/dts/imx6dl-b105pv2.dtb DTC arch/arm/boot/dts/sun5i-a13-hsg-h702.dtb DTC arch/arm/boot/dts/imx6q-b450v3.dtb DTC arch/arm/boot/dts/sun7i-a20-wexler-tab7200.dtb DTC arch/arm/boot/dts/r8a7743-iwg20d-q7.dtb DTC arch/arm/boot/dts/imx6dl-udoo.dtb DTC arch/arm/boot/dts/sun5i-a13-olinuxino.dtb DTC arch/arm/boot/dts/aspeed-bmc-opp-mihawk.dtb DTC arch/arm/boot/dts/imx6ull-14x14-evk.dtb DTC arch/arm/boot/dts/bcm2835-rpi-zero-w.dtb DTC arch/arm/boot/dts/imx53-ppd.dtb DTC arch/arm/boot/dts/qcom-apq8016-sbc.dtb DTC arch/arm/boot/dts/tegra114-dalmore.dtb DTC arch/arm/boot/dts/sun8i-a33-q8-tablet.dtb DTC arch/arm/boot/dts/qcom-ipq4018-ap120c-ac-bit.dtb DTC arch/arm/boot/dts/imx6dl-gw552x.dtb DTC arch/arm/boot/dts/imx6dl-tx6s-8034-mb7.dtb DTC arch/arm/boot/dts/stm32mp157c-lxa-mc1.dtb DTC arch/arm/boot/dts/ls1021a-tsn.dtb DTC arch/arm/boot/dts/bcm958625-meraki-mx65w.dtb DTC arch/arm/boot/dts/sun5i-a13-licheepi-one.dtb DTC arch/arm/boot/dts/omap3-n950.dtb DTC arch/arm/boot/dts/imx6dl-hummingboard2-emmc-som-v15.dtb DTC arch/arm/boot/dts/imx6ull-colibri-aster.dtb DTC arch/arm/boot/dts/imx6sx-udoo-neo-basic.dtb DTC arch/arm/boot/dts/sun8i-h3-zeropi.dtb DTC arch/arm/boot/dts/imx6dl-pico-hobbit.dtb DTC arch/arm/boot/dts/imx6sl-tolino-shine2hd.dtb DTC arch/arm/boot/dts/armada-370-db.dtb DTC arch/arm/boot/dts/am335x-sancloud-bbe-extended-wifi.dtb DTC arch/arm/boot/dts/sun5i-gr8-evb.dtb DTC arch/arm/boot/dts/exynos5422-odroidxu4.dtb DTC arch/arm/boot/dts/am335x-netcom-plus-8xx.dtb DTC arch/arm/boot/dts/armada-xp-axpwifiap.dtb DTC arch/arm/boot/dts/sun4i-a10-pcduino2.dtb DTC arch/arm/boot/dts/imx6q-sabrelite.dtb DTC arch/arm/boot/dts/at91-gatwick.dtb DTC arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dtb DTC arch/arm/boot/dts/ste-snowball.dtb DTC arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dtb DTC arch/arm/boot/dts/imx6q-novena.dtb DTC arch/arm/boot/dts/zynq-microzed.dtb DTC arch/arm/boot/dts/sun6i-a31-hummingbird.dtb DTC arch/arm/boot/dts/omap4-droid-bionic-xt875.dtb DTC arch/arm/boot/dts/tegra114-asus-tf701t.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-minipack.dtb DTC arch/arm/boot/dts/rk3288-veyron-jaq.dtb DTC arch/arm/boot/dts/imx6q-gw5912.dtb DTC arch/arm/boot/dts/ste-href520-tvk.dtb DTC arch/arm/boot/dts/am335x-netcom-plus-2xx.dtb DTC arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dtb DTC arch/arm/boot/dts/armada-375-db.dtb DTC arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dtb DTC arch/arm/boot/dts/imx6ull-colibri-emmc-aster.dtb DTC arch/arm/boot/dts/sun8i-a33-ippo-q8h-v1.2.dtb DTC arch/arm/boot/dts/stm32h743i-eval.dtb DTC arch/arm/boot/dts/rk3228-evb.dtb DTC arch/arm/boot/dts/pxa910-dkb.dtb DTC arch/arm/boot/dts/armada-xp-synology-ds414.dtb DTC arch/arm/boot/dts/sun6i-a31s-cs908.dtb DTC arch/arm/boot/dts/tegra20-acer-a500-picasso.dtb DTC arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dtb DTC arch/arm/boot/dts/omap3-igep0020-rev-f.dtb DTC arch/arm/boot/dts/imx6q-skov-revc-lt2.dtb DTC arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dtb DTC arch/arm/boot/dts/dove-cubox-es.dtb DTC arch/arm/boot/dts/armada-385-linksys-shelby.dtb DTC arch/arm/boot/dts/berlin2-sony-nsz-gs7.dtb DTC arch/arm/boot/dts/aspeed-bmc-asrock-e3c246d4i.dtb DTC arch/arm/boot/dts/omap3-overo-palo35.dtb DTC arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dtb DTC arch/arm/boot/dts/imx6q-gw51xx.dtb DTC arch/arm/boot/dts/armada-370-netgear-rn104.dtb DTC arch/arm/boot/dts/imx6ul-pico-dwarf.dtb DTC arch/arm/boot/dts/bcm53015-meraki-mr26.dtb DTC arch/arm/boot/dts/bcm2837-rpi-3-b.dtb DTC arch/arm/boot/dts/stm32mp157c-ed1.dtb DTC arch/arm/boot/dts/imx6dl-gw51xx.dtb DTC arch/arm/boot/dts/imx6dl-hummingboard-emmc-som-v15.dtb DTC arch/arm/boot/dts/rv1108-elgin-r1.dtb DTC arch/arm/boot/dts/imx6sx-softing-vining-2000.dtb DTC arch/arm/boot/dts/aspeed-bmc-ibm-everest.dtb DTC arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dtb DTC arch/arm/boot/dts/cx92755_equinox.dtb DTC arch/arm/boot/dts/imx53-smd.dtb DTC arch/arm/boot/dts/sun8i-a33-olinuxino.dtb DTC arch/arm/boot/dts/imx6q-dms-ba16.dtb DTC arch/arm/boot/dts/imx6sll-kobo-librah2o.dtb DTC arch/arm/boot/dts/r8a7779-marzen.dtb DTC arch/arm/boot/dts/omap3-overo-tobi.dtb DTC arch/arm/boot/dts/bcm2711-rpi-4-b.dtb DTC arch/arm/boot/dts/rk3288-veyron-minnie.dtb DTC arch/arm/boot/dts/imx6ul-tqma6ul2-mba6ulx.dtb DTC arch/arm/boot/dts/imx7d-remarkable2.dtb DTC arch/arm/boot/dts/qcom-msm8960-cdp.dtb DTC arch/arm/boot/dts/berlin2q-marvell-dmp.dtb DTC arch/arm/boot/dts/armada-xp-gp.dtb DTC arch/arm/boot/dts/stm32mp157a-icore-stm32mp1-edimm2.2.dtb DTC arch/arm/boot/dts/tegra20-medcom-wide.dtb DTC arch/arm/boot/dts/tegra124-nyan-big-fhd.dtb DTC arch/arm/boot/dts/armada-370-synology-ds213j.dtb DTC arch/arm/boot/dts/exynos4210-i9100.dtb DTC arch/arm/boot/dts/armada-370-seagate-nas-2bay.dtb DTC arch/arm/boot/dts/imx7d-colibri-emmc-aster.dtb DTC arch/arm/boot/dts/keystone-k2g-evm.dtb DTC arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dtb DTC arch/arm/boot/dts/imx6ul-opos6uldev.dtb DTC arch/arm/boot/dts/zynq-zturn.dtb DTC arch/arm/boot/dts/imx6q-nitrogen6_som2.dtb DTC arch/arm/boot/dts/qcom-sdx55-mtp.dtb DTC arch/arm/boot/dts/rk3288-veyron-jerry.dtb DTC arch/arm/boot/dts/imx6dl-gw551x.dtb DTC arch/arm/boot/dts/wm8505-ref.dtb DTC arch/arm/boot/dts/socfpga_cyclone5_de0_nano_soc.dtb DTC arch/arm/boot/dts/bcm958625k.dtb DTC arch/arm/boot/dts/socfpga_cyclone5_socrates.dtb DTC arch/arm/boot/dts/bcm96878.dtb DTC arch/arm/boot/dts/rk3288-miqi.dtb DTC arch/arm/boot/dts/sun8i-h3-orangepi-lite.dtb DTC arch/arm/boot/dts/sun6i-a31s-colorfly-e708-q1.dtb DTC arch/arm/boot/dts/sun6i-a31-i7.dtb DTC arch/arm/boot/dts/imx7d-colibri-emmc-eval-v3.dtb DTC arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dtb DTC arch/arm/boot/dts/imx7d-sdb.dtb DTC arch/arm/boot/dts/imx6q-pico-hobbit.dtb DTC arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dtb DTC arch/arm/boot/dts/sama5d33ek.dtb DTC arch/arm/boot/dts/omap3-overo-storm-chestnut43.dtb DTC arch/arm/boot/dts/stm32mp157a-microgea-stm32mp1-microdev2.0.dtb DTC arch/arm/boot/dts/imx6q-mba6a.dtb DTC arch/arm/boot/dts/imx50-evk.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-elbert.dtb DTC arch/arm/boot/dts/imx6q-wandboard-revb1.dtb DTC arch/arm/boot/dts/imx7d-pico-pi.dtb DTC arch/arm/boot/dts/r7s72100-rskrza1.dtb DTC arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dtb DTC arch/arm/boot/dts/omap3-thunder.dtb DTC arch/arm/boot/dts/imx50-kobo-aura.dtb DTC arch/arm/boot/dts/imx6dl-cubox-i-emmc-som-v15.dtb DTC arch/arm/boot/dts/bcm953012k.dtb DTC arch/arm/boot/dts/stih410-b2260.dtb DTC arch/arm/boot/dts/ls1021a-iot.dtb DTC arch/arm/boot/dts/stm32mp157c-ev1.dtb DTC arch/arm/boot/dts/qcom-sdx65-mtp.dtb DTC arch/arm/boot/dts/imx6q-wandboard.dtb DTC arch/arm/boot/dts/bcm47189-luxul-xap-1440.dtb DTC arch/arm/boot/dts/vf610-zii-dev-rev-b.dtb DTC arch/arm/boot/dts/sun6i-a31-mele-a1000g-quad.dtb DTC arch/arm/boot/dts/imx6dl-prtrvt.dtb DTC arch/arm/boot/dts/imx6ul-isiot-emmc.dtb DTC arch/arm/boot/dts/qcom-apq8084-mtp.dtb DTC arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dtb DTC arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dtb DTC arch/arm/boot/dts/hpe-bmc-dl360gen10.dtb DTC arch/arm/boot/dts/stm32h750i-art-pi.dtb DTC arch/arm/boot/dts/exynos4412-p4note-n8010.dtb DTC arch/arm/boot/dts/imx6q-gw5910.dtb DTC arch/arm/boot/dts/omap3-ha.dtb DTC arch/arm/boot/dts/imx7d-colibri-iris.dtb DTC arch/arm/boot/dts/imx6dl-pico-nymph.dtb DTC arch/arm/boot/dts/bcm4708-luxul-xap-1510.dtb DTC arch/arm/boot/dts/stm32mp153c-dhcom-drc02.dtb DTC arch/arm/boot/dts/meson8-minix-neo-x8.dtb DTC arch/arm/boot/dts/stm32mp157a-iot-box.dtb DTC arch/arm/boot/dts/am335x-moxa-uc-2101.dtb DTC arch/arm/boot/dts/vexpress-v2p-ca5s.dtb DTC arch/arm/boot/dts/imx6ull-phytec-segin-ff-rdk-emmc.dtb DTC arch/arm/boot/dts/am572x-idk.dtb DTC arch/arm/boot/dts/am335x-boneblue.dtb DTC arch/arm/boot/dts/imx7s-mba7.dtb DTC arch/arm/boot/dts/sun5i-a10s-mk802.dtb DTC arch/arm/boot/dts/qcom-apq8084-ifc6540.dtb DTC arch/arm/boot/dts/tegra114-roth.dtb DTC arch/arm/boot/dts/socfpga_cyclone5_sodia.dtb DTC arch/arm/boot/dts/tegra30-asus-tf700t.dtb DTC arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dtb DTC arch/arm/boot/dts/omap3430-sdp.dtb DTC arch/arm/boot/dts/exynos5410-odroidxu.dtb DTC arch/arm/boot/dts/aspeed-bmc-intel-s2600wf.dtb DTC arch/arm/boot/dts/sun8i-a23-gt90h-v4.dtb DTC arch/arm/boot/dts/stm32429i-eval.dtb DTC arch/arm/boot/dts/wm8650-mid.dtb DTC arch/arm/boot/dts/rk3288-vyasa.dtb DTC arch/arm/boot/dts/exynos5260-xyref5260.dtb DTC arch/arm/boot/dts/r9a06g032-rzn1d400-db.dtb DTC arch/arm/boot/dts/aspeed-bmc-portwell-neptune.dtb DTC arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dtb DTC arch/arm/boot/dts/exynos5420-klimt-wifi.dtb DTC arch/arm/boot/dts/imx6dl-rex-basic.dtb DTC arch/arm/boot/dts/r8a7740-armadillo800eva.dtb DTC arch/arm/boot/dts/am335x-moxa-uc-8100-me-t.dtb DTC arch/arm/boot/dts/imx6q-cm-fx6.dtb DTC arch/arm/boot/dts/aspeed-bmc-opp-swift.dtb DTC arch/arm/boot/dts/imx6q-tbs2910.dtb DTC arch/arm/boot/dts/zynq-zc770-xm010.dtb DTC arch/arm/boot/dts/imx53-kp-ddc.dtb DTC arch/arm/boot/dts/stm32mp157c-dhcom-picoitx.dtb DTC arch/arm/boot/dts/imx7d-zii-rpu2.dtb DTC arch/arm/boot/dts/sun5i-gr8-chip-pro.dtb DTC arch/arm/boot/dts/imx6qp-yapp4-crux-plus.dtb DTC arch/arm/boot/dts/omap3-igep0030.dtb DTC arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dtb DTC arch/arm/boot/dts/imx6q-gw52xx.dtb DTC arch/arm/boot/dts/tegra20-colibri-eval-v3.dtb DTC arch/arm/boot/dts/dove-dove-db.dtb DTC arch/arm/boot/dts/sunplus-sp7021-demo-v3.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-wedge100.dtb DTC arch/arm/boot/dts/tegra20-ventana.dtb DTC arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dtb DTC arch/arm/boot/dts/r8a7742-iwg21d-q7.dtb DTC arch/arm/boot/dts/omap4-panda.dtb DTC arch/arm/boot/dts/am437x-gp-evm.dtb DTC arch/arm/boot/dts/exynos5250-snow.dtb DTC arch/arm/boot/dts/stm32mp157c-ed1-scmi.dtb DTC arch/arm/boot/dts/sun7i-a20-olinuxino-micro-emmc.dtb DTC arch/arm/boot/dts/imx6dl-icore-mipi.dtb DTC arch/arm/boot/dts/sun7i-a20-linutronix-testbox-v2.dtb DTC arch/arm/boot/dts/sun8i-h3-beelink-x2.dtb DTC arch/arm/boot/dts/armada-385-turris-omnia.dtb DTC arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dtb DTC arch/arm/boot/dts/aspeed-ast2500-evb.dtb DTC arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dtb DTC arch/arm/boot/dts/socfpga_vt.dtb DTC arch/arm/boot/dts/imx6q-udoo.dtb DTC arch/arm/boot/dts/bcm47094-dlink-dir-885l.dtb DTC arch/arm/boot/dts/imx6q-hummingboard2-emmc-som-v15.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-yamp.dtb DTC arch/arm/boot/dts/imx51-zii-scu2-mezz.dtb DTC arch/arm/boot/dts/imx6q-nitrogen6_max.dtb DTC arch/arm/boot/dts/socfpga_cyclone5_socdk.dtb DTC arch/arm/boot/dts/imx6q-prti6q.dtb DTC arch/arm/boot/dts/bcm958525xmc.dtb DTC arch/arm/boot/dts/sun4i-a10-hackberry.dtb DTC arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dtb DTC arch/arm/boot/dts/emev2-kzm9d.dtb DTC arch/arm/boot/dts/armada-370-mirabox.dtb DTC arch/arm/boot/dts/sun6i-a31-m9.dtb DTC arch/arm/boot/dts/imx6dl-hummingboard-som-v15.dtb DTC arch/arm/boot/dts/imx6dl-aristainetos_7.dtb DTC arch/arm/boot/dts/r8a7793-gose.dtb DTC arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dtb DTC arch/arm/boot/dts/imx6q-apalis-eval.dtb DTC arch/arm/boot/dts/rk3288-firefly-beta.dtb DTC arch/arm/boot/dts/tegra20-trimslice.dtb DTC arch/arm/boot/dts/aspeed-bmc-arm-stardragon4800-rep2.dtb DTC arch/arm/boot/dts/armada-381-netgear-gs110emx.dtb DTC arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dtb DTC arch/arm/boot/dts/sun4i-a10-inet9f-rev03.dtb DTC arch/arm/boot/dts/imx6ul-tx6ul-0011.dtb DTC arch/arm/boot/dts/imx6q-dfi-fs700-m60.dtb DTC arch/arm/boot/dts/ste-hrefv60plus-stuib.dtb DTC arch/arm/boot/dts/stih410-b2120.dtb DTC arch/arm/boot/dts/imx7d-cl-som-imx7.dtb DTC arch/arm/boot/dts/tegra30-asus-tf201.dtb DTC arch/arm/boot/dts/bcm21664-garnet.dtb DTC arch/arm/boot/dts/armada-388-clearfog-pro.dtb DTC arch/arm/boot/dts/am571x-idk.dtb DTC arch/arm/boot/dts/imx6q-gk802.dtb DTC arch/arm/boot/dts/exynos5420-arndale-octa.dtb DTC arch/arm/boot/dts/bcm2837-rpi-zero-2-w.dtb DTC arch/arm/boot/dts/at91-sama5d27_som1_ek.dtb DTC arch/arm/boot/dts/imx6dl-sabrelite.dtb DTC arch/arm/boot/dts/exynos4210-universal_c210.dtb DTC arch/arm/boot/dts/uniphier-pxs2-vodka.dtb DTC arch/arm/boot/dts/imx6dl-skov-revc-lt6.dtb DTC arch/arm/boot/dts/vf610-zii-ssmb-dtu.dtb DTC arch/arm/boot/dts/am335x-myirtech-myd.dtb DTC arch/arm/boot/dts/imx6ul-tx6ul-mainboard.dtb DTC arch/arm/boot/dts/rv1108-evb.dtb DTC arch/arm/boot/dts/bcm958625-meraki-mx64-a0.dtb DTC arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dtb DTC arch/arm/boot/dts/stm32f429-disco.dtb DTC arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dtb DTC arch/arm/boot/dts/stm32mp151a-prtt1a.dtb DTC arch/arm/boot/dts/tegra30-beaver.dtb DTC arch/arm/boot/dts/rk3288-rock2-square.dtb DTC arch/arm/boot/dts/sun8i-h3-orangepi-plus.dtb DTC arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dtb DTC arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dtb DTC arch/arm/boot/dts/imx6dl-colibri-aster.dtb DTC arch/arm/boot/dts/am335x-evm.dtb DTC arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dtb DTC arch/arm/boot/dts/imx6q-tx6q-1010-comtft.dtb DTC arch/arm/boot/dts/imx6qp-nitrogen6_som2.dtb DTC arch/arm/boot/dts/meson8m2-mxiii-plus.dtb DTC arch/arm/boot/dts/armada-388-clearfog-base.dtb DTC arch/arm/boot/dts/mt6589-fairphone-fp1.dtb DTC arch/arm/boot/dts/ecx-2000.dtb DTC arch/arm/boot/dts/imx6q-icore.dtb DTC arch/arm/boot/dts/uniphier-ld6b-ref.dtb DTC arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dtb DTC arch/arm/boot/dts/aspeed-bmc-opp-zaius.dtb DTC arch/arm/boot/dts/tegra30-cardhu-a04.dtb DTC arch/arm/boot/dts/bcm963178.dtb DTC arch/arm/boot/dts/armada-385-clearfog-gtr-l8.dtb DTC arch/arm/boot/dts/imx51-zii-rdu1.dtb DTC arch/arm/boot/dts/socfpga_arria5_socdk.dtb DTC arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dtb DTC arch/arm/boot/dts/owl-s500-sparky.dtb DTC arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dtb DTC arch/arm/boot/dts/sun4i-a10-itead-iteaduino-plus.dtb DTC arch/arm/boot/dts/imx6dl-hummingboard.dtb DTC arch/arm/boot/dts/armada-398-db.dtb DTC arch/arm/boot/dts/imx6ull-tqma6ull2l-mba6ulx.dtb DTC arch/arm/boot/dts/am335x-baltos-ir2110.dtb DTC arch/arm/boot/dts/bcm963138dvt.dtb DTC arch/arm/boot/dts/sun5i-a13-utoo-p66.dtb DTC arch/arm/boot/dts/sama5d35ek.dtb DTC arch/arm/boot/dts/am335x-cm-t335.dtb DTC arch/arm/boot/dts/am335x-boneblack.dtb DTC arch/arm/boot/dts/r8a77470-iwg23s-sbc.dtb DTC arch/arm/boot/dts/aspeed-bmc-ibm-rainier-4u.dtb DTC arch/arm/boot/dts/imx6q-apalis-ixora-v1.2.dtb DTC arch/arm/boot/dts/am335x-baltos-ir5221.dtb DTC arch/arm/boot/dts/sun7i-a20-olimex-som204-evb-emmc.dtb DTC arch/arm/boot/dts/aspeed-bmc-qcom-dc-scm-v1.dtb DTC arch/arm/boot/dts/sun7i-a20-olimex-som-evb-emmc.dtb DTC arch/arm/boot/dts/imx6dl-gw5912.dtb DTC arch/arm/boot/dts/imx7d-colibri-iris-v2.dtb DTC arch/arm/boot/dts/sun8i-r40-oka40i-c.dtb DTC arch/arm/boot/dts/imx6q-ts4900.dtb DTC arch/arm/boot/dts/armada-xp-crs305-1g-4s.dtb DTC arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine-amami.dtb DTC arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dtb DTC arch/arm/boot/dts/imx7s-colibri-iris.dtb DTC arch/arm/boot/dts/imx6qp-vicutp.dtb DTC arch/arm/boot/dts/imx51-babbage.dtb DTC arch/arm/boot/dts/imx6dl-emcon-avari.dtb DTC arch/arm/boot/dts/imx6dl-gw52xx.dtb DTC arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dtb DTC arch/arm/boot/dts/am3874-iceboard.dtb DTC arch/arm/boot/dts/stih418-b2199.dtb DTC arch/arm/boot/dts/sun8i-a33-et-q8-v1.6.dtb DTC arch/arm/boot/dts/imx6ull-jozacp.dtb DTC arch/arm/boot/dts/socfpga_arria10_chameleonv3.dtb DTC arch/arm/boot/dts/bcm2835-rpi-a-plus.dtb DTC arch/arm/boot/dts/armada-385-linksys-cobra.dtb DTC arch/arm/boot/dts/omap3-beagle.dtb DTC arch/arm/boot/dts/armada-xp-matrix.dtb DTC arch/arm/boot/dts/ls1021a-qds.dtb DTC arch/arm/boot/dts/am57xx-cl-som-am57x.dtb DTC arch/arm/boot/dts/armada-370-seagate-personal-cloud-2bay.dtb DTC arch/arm/boot/dts/omap3-overo-storm-gallop43.dtb DTC arch/arm/boot/dts/imx6q-icore-rqs.dtb DTC arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dtb DTC arch/arm/boot/dts/armada-xp-crs326-24g-2s.dtb DTC arch/arm/boot/dts/sun8i-r16-parrot.dtb DTC arch/arm/boot/dts/socfpga_arria10_socdk_nand.dtb DTC arch/arm/boot/dts/lan966x-pcb8309.dtb DTC arch/arm/boot/dts/xenvm-4.2.dtb DTC arch/arm/boot/dts/sun8i-h3-rervision-dvk.dtb DTC arch/arm/boot/dts/imx6dl-yapp4-ursa.dtb DTC arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c3.dtb DTC arch/arm/boot/dts/r8a7790-stout.dtb DTC arch/arm/boot/dts/bcm47081-luxul-xap-1410.dtb DTC arch/arm/boot/dts/imx6ul-phytec-segin-ff-rdk-emmc.dtb DTC arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtb DTC arch/arm/boot/dts/imx6dl-gw5903.dtb DTC arch/arm/boot/dts/aspeed-bmc-vegman-sx20.dtb DTC arch/arm/boot/dts/exynos4412-odroidx.dtb DTC arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dtb DTC arch/arm/boot/dts/tegra20-seaboard.dtb DTC arch/arm/boot/dts/am335x-baltos-ir3220.dtb DTC arch/arm/boot/dts/at91-kizbox3-hs.dtb DTC arch/arm/boot/dts/tegra30-ouya.dtb DTC arch/arm/boot/dts/tegra30-asus-nexus7-tilapia-E1565.dtb DTC arch/arm/boot/dts/armada-385-db-ap.dtb DTC arch/arm/boot/dts/exynos4412-origen.dtb DTC arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dtb DTC arch/arm/boot/dts/bcm958623hr.dtb DTC arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dtb DTC arch/arm/boot/dts/imx6ull-colibri-iris.dtb DTC arch/arm/boot/dts/imx6ul-pico-hobbit.dtb DTC arch/arm/boot/dts/rk3288-r89.dtb DTC arch/arm/boot/dts/imx6q-ds.dtb DTC arch/arm/boot/dts/mt6580-evbp1.dtb DTC arch/arm/boot/dts/imx6dl-tx6s-8035-mb7.dtb DTC arch/arm/boot/dts/exynos4210-trats.dtb DTC arch/arm/boot/dts/exynos4412-i9305.dtb DTC arch/arm/boot/dts/omap3-overo-chestnut43.dtb DTC arch/arm/boot/dts/imx7d-colibri-eval-v3.dtb DTC arch/arm/boot/dts/r8a7744-iwg20d-q7.dtb DTC arch/arm/boot/dts/imx6dl-tx6u-80xx-mb7.dtb DTC arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dtb DTC arch/arm/boot/dts/sun8i-h3-orangepi-one.dtb DTC arch/arm/boot/dts/omap3-overo-storm-tobiduo.dtb DTC arch/arm/boot/dts/imx6ull-colibri-emmc-eval-v3.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dtb DTC arch/arm/boot/dts/imx6q-gw5913.dtb DTC arch/arm/boot/dts/mt7623a-rfb-emmc.dtb DTC arch/arm/boot/dts/sun7i-a20-olinuxino-lime-emmc.dtb DTC arch/arm/boot/dts/aspeed-bmc-quanta-s6q.dtb DTC arch/arm/boot/dts/rk3188-bqedison2qc.dtb DTC arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dtb DTC arch/arm/boot/dts/imx6dl-mba6a.dtb DTC arch/arm/boot/dts/imx6dl-pico-dwarf.dtb DTC arch/arm/boot/dts/imx6ull-tqma6ull2-mba6ulx.dtb DTC arch/arm/boot/dts/exynos4412-trats2.dtb DTC arch/arm/boot/dts/r8a7794-silk.dtb DTC arch/arm/boot/dts/sun8i-h3-nanopi-r1.dtb DTC arch/arm/boot/dts/sun7i-a20-bananapi.dtb DTC arch/arm/boot/dts/armada-385-clearfog-gtr-s4.dtb DTC arch/arm/boot/dts/tegra20-tec.dtb DTC arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dtb DTC arch/arm/boot/dts/imx6q-dhcom-pdk2.dtb DTC arch/arm/boot/dts/mmp2-olpc-xo-1-75.dtb DTC arch/arm/boot/dts/aspeed-bmc-inspur-nf5280m6.dtb DTC arch/arm/boot/dts/imx7s-warp.dtb DTC arch/arm/boot/dts/stm32mp157a-icore-stm32mp1-ctouch2-of10.dtb DTC arch/arm/boot/dts/armada-xp-db.dtb DTC arch/arm/boot/dts/imx6q-solidsense.dtb DTC arch/arm/boot/dts/exynos5250-spring.dtb DTC arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus-v1.2.dtb DTC arch/arm/boot/dts/qcom-apq8060-dragonboard.dtb DTC arch/arm/boot/dts/lan966x-kontron-kswitch-d10-mmt-8g.dtb DTC arch/arm/boot/dts/imx6dl-tx6s-8034.dtb DTC arch/arm/boot/dts/imx6q-gw551x.dtb DTC arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dtb DTC arch/arm/boot/dts/sun5i-a10s-r7-tv-dongle.dtb DTC arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dtb DTC arch/arm/boot/dts/imx53-qsrb.dtb DTC arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dtb DTC arch/arm/boot/dts/tegra30-asus-tf300t.dtb DTC arch/arm/boot/dts/qcom-ipq8064-rb3011.dtb DTC arch/arm/boot/dts/imx6q-hummingboard-som-v15.dtb DTC arch/arm/boot/dts/imx6q-mba6b.dtb DTC arch/arm/boot/dts/imx53-tx53-x13x.dtb DTC arch/arm/boot/dts/imx53-ard.dtb DTC arch/arm/boot/dts/zynq-zc706.dtb DTC arch/arm/boot/dts/sun8i-s3-lichee-zero-plus.dtb DTC arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dtb DTC arch/arm/boot/dts/dove-d2plug.dtb DTC arch/arm/boot/dts/imx6ul-phytec-segin-ff-rdk-nand.dtb DTC arch/arm/boot/dts/imx6ull-colibri-emmc-iris-v2.dtb DTC arch/arm/boot/dts/bcm28155-ap.dtb DTC arch/arm/boot/dts/armada-xp-crs326-24g-2s-bit.dtb DTC arch/arm/boot/dts/exynos5420-chagall-wifi.dtb DTC arch/arm/boot/dts/stm32f469-disco.dtb DTC arch/arm/boot/dts/omap3-beagle-ab4.dtb DTC arch/arm/boot/dts/sun4i-a10-pov-protab2-ips9.dtb DTC arch/arm/boot/dts/am335x-shc.dtb DTC arch/arm/boot/dts/stih407-b2120.dtb DTC arch/arm/boot/dts/omap4-duovero-parlor.dtb DTC arch/arm/boot/dts/sun7i-a20-icnova-swac.dtb DTC arch/arm/boot/dts/meson6-atv1200.dtb DTC arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dtb DTC arch/arm/boot/dts/exynos5250-smdk5250.dtb DTC arch/arm/boot/dts/ls1021a-twr.dtb DTC arch/arm/boot/dts/at91-sama5d2_xplained.dtb DTC arch/arm/boot/dts/imx6dl-aristainetos_4.dtb DTC arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dtb DTC arch/arm/boot/dts/imx51-ts4800.dtb DTC arch/arm/boot/dts/stm32f769-disco.dtb DTC arch/arm/boot/dts/exynos5422-odroidxu3-lite.dtb DTC arch/arm/boot/dts/imx7ulp-evk.dtb DTC arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dtb DTC arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dtb DTC arch/arm/boot/dts/sun8i-a83t-cubietruck-plus.dtb DTC arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dtb DTC arch/arm/boot/dts/qcom-sdx55-t55.dtb DTC arch/arm/boot/dts/am57xx-sbc-am57x.dtb DTC arch/arm/boot/dts/sun7i-a20-olimex-som204-evb.dtb DTC arch/arm/boot/dts/omap3-evm.dtb DTC arch/arm/boot/dts/aspeed-bmc-inventec-transformers.dtb DTC arch/arm/boot/dts/imx6dl-mba6b.dtb DTC arch/arm/boot/dts/imx6dl-nit6xlite.dtb DTC arch/arm/boot/dts/imx6dl-gw553x.dtb DTC arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dtb DTC arch/arm/boot/dts/sun5i-r8-chip.dtb DTC arch/arm/boot/dts/imx6q-sabresd.dtb DTC arch/arm/boot/dts/omap3-echo.dtb DTC arch/arm/boot/dts/sh73a0-kzm9g.dtb DTC arch/arm/boot/dts/imx7d-pico-nymph.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-fuji.dtb DTC arch/arm/boot/dts/imx6dl-gw54xx.dtb DTC arch/arm/boot/dts/sun8i-v3-sl631-imx179.dtb DTC arch/arm/boot/dts/stm32mp157a-microgea-stm32mp1-microdev2.0-of7.dtb DTC arch/arm/boot/dts/imx6dl-wandboard.dtb DTC arch/arm/boot/dts/am57xx-beagle-x15.dtb DTC arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dtb DTC arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dtb DTC arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dtb DTC arch/arm/boot/dts/bcm2711-rpi-400.dtb DTC arch/arm/boot/dts/imx51-eukrea-mbimxsd51-baseboard.dtb DTC arch/arm/boot/dts/armada-388-helios4.dtb DTC arch/arm/boot/dts/bcm958625-meraki-mx64.dtb DTC arch/arm/boot/dts/imx7d-pico-dwarf.dtb DTC arch/arm/boot/dts/qcom-apq8026-asus-sparrow.dtb DTC arch/arm/boot/dts/omap3-overo-summit.dtb DTC arch/arm/boot/dts/am335x-bone.dtb DTC arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dtb DTC arch/arm/boot/dts/omap4-var-dvk-om44.dtb DTC arch/arm/boot/dts/ste-hrefprev60-tvk.dtb DTC arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dtb DTC arch/arm/boot/dts/imx7d-colibri-aster.dtb DTC arch/arm/boot/dts/bcm2835-rpi-b-plus.dtb DTC arch/arm/boot/dts/tegra124-apalis-eval.dtb DTC arch/arm/boot/dts/sun7i-a20-cubieboard2.dtb DTC arch/arm/boot/dts/bcm958305k.dtb DTC arch/arm/boot/dts/sun6i-a31s-primo81.dtb DTC arch/arm/boot/dts/exynos3250-artik5-eval.dtb DTC arch/arm/boot/dts/imx6sl-tolino-vision5.dtb DTC arch/arm/boot/dts/imx6dl-phytec-pbab01.dtb DTC arch/arm/boot/dts/imx6q-hummingboard2.dtb DTC arch/arm/boot/dts/tegra124-venice2.dtb DTC arch/arm/boot/dts/aspeed-bmc-opp-nicole.dtb DTC arch/arm/boot/dts/armada-370-seagate-nas-4bay.dtb DTC arch/arm/boot/dts/imx6sx-udoo-neo-extended.dtb DTC arch/arm/boot/dts/imx6dl-tx6u-801x.dtb DTC arch/arm/boot/dts/aspeed-bmc-vegman-n110.dtb DTC arch/arm/boot/dts/exynos5250-snow-rev5.dtb DTC arch/arm/boot/dts/mt6589-aquaris5.dtb DTC arch/arm/boot/dts/at91-nattis-2-natte-2.dtb DTC arch/arm/boot/dts/exynos4210-smdkv310.dtb DTC arch/arm/boot/dts/qcom-msm8660-surf.dtb DTC arch/arm/boot/dts/imx6qp-prtwd3.dtb DTC arch/arm/boot/dts/imx6qp-mba6b.dtb DTC arch/arm/boot/dts/zynq-zybo-z7.dtb DTC arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dtb DTC arch/arm/boot/dts/wm8850-w70v2.dtb DTC arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dtb DTC arch/arm/boot/dts/zynq-zc702.dtb DTC arch/arm/boot/dts/sun7i-a20-i12-tvbox.dtb DTC arch/arm/boot/dts/bcm53016-meraki-mr32.dtb DTC arch/arm/boot/dts/imx6dl-plym2m.dtb DTC arch/arm/boot/dts/at91-tse850-3.dtb DTC arch/arm/boot/dts/stm32mp157c-dk2.dtb DTC arch/arm/boot/dts/aspeed-bmc-lenovo-hr855xg2.dtb DTC arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dtb DTC arch/arm/boot/dts/sun8i-a83t-allwinner-h8homlet-v2.dtb DTC arch/arm/boot/dts/sun8i-h3-nanopi-m1.dtb DTC arch/arm/boot/dts/imx6dl-victgo.dtb DTC arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dtb DTC arch/arm/boot/dts/at91-dvk_som60.dtb DTC arch/arm/boot/dts/vexpress-v2p-ca15_a7.dtb DTC arch/arm/boot/dts/imx6q-cubox-i-som-v15.dtb DTC arch/arm/boot/dts/at91-sama7g5ek.dtb DTC arch/arm/boot/dts/imx6dl-gw5910.dtb DTC arch/arm/boot/dts/am335x-evmsk.dtb DTC arch/arm/boot/dts/bcm963148.dtb DTC arch/arm/boot/dts/socfpga_cyclone5_mcvevk.dtb DTC arch/arm/boot/dts/imx6ul-14x14-evk.dtb DTC arch/arm/boot/dts/imx6q-hummingboard-emmc-som-v15.dtb DTC arch/arm/boot/dts/imx51-apf51dev.dtb DTC arch/arm/boot/dts/imx6sl-evk.dtb DTC arch/arm/boot/dts/imx6q-gw5903.dtb DTC arch/arm/boot/dts/rk3188-radxarock.dtb DTC arch/arm/boot/dts/at91-vinco.dtb DTC arch/arm/boot/dts/zynq-zc770-xm012.dtb DTC arch/arm/boot/dts/omap3-cm-t3517.dtb DTC arch/arm/boot/dts/sun4i-a10-olinuxino-lime.dtb DTC arch/arm/boot/dts/armada-370-dlink-dns327l.dtb DTC arch/arm/boot/dts/sun5i-a13-difrnce-dit4350.dtb DTC arch/arm/boot/dts/imx6dl-icore-rqs.dtb DTC arch/arm/boot/dts/sun5i-a13-q8-tablet.dtb DTC arch/arm/boot/dts/imx6dl-hummingboard2-som-v15.dtb DTC arch/arm/boot/dts/imx6q-hummingboard.dtb DTC arch/arm/boot/dts/vf610-zii-ssmb-spu3.dtb DTC arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dtb DTC arch/arm/boot/dts/sun6i-a31-colombus.dtb DTC arch/arm/boot/dts/mt7623a-rfb-nand.dtb DTC arch/arm/boot/dts/imx6ul-prti6g.dtb DTC arch/arm/boot/dts/stih418-b2264.dtb DTC arch/arm/boot/dts/dm8148-t410.dtb DTC arch/arm/boot/dts/sun4i-a10-hyundai-a7hd.dtb DTC arch/arm/boot/dts/imx6q-gw553x.dtb DTC arch/arm/boot/dts/sun7i-a20-hummingbird.dtb DTC arch/arm/boot/dts/imx6ul-liteboard.dtb DTC arch/arm/boot/dts/omap3-lilly-dbb056.dtb DTC arch/arm/boot/dts/sun4i-a10-gemei-g9.dtb DTC arch/arm/boot/dts/qcom-apq8064-sony-xperia-lagan-yuga.dtb DTC arch/arm/boot/dts/ste-ux500-samsung-golden.dtb DTC arch/arm/boot/dts/omap3-overo-storm-tobi.dtb DTC arch/arm/boot/dts/sun5i-a13-pocketbook-touch-lux-3.dtb DTC arch/arm/boot/dts/aspeed-bmc-lenovo-hr630.dtb DTC arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c2.dtb DTC arch/arm/boot/dts/sun8i-h3-orangepi-zero-plus2.dtb DTC arch/arm/boot/dts/rk3288-veyron-tiger.dtb DTC arch/arm/boot/dts/rk3066a-mk808.dtb DTC arch/arm/boot/dts/imx6qp-wandboard-revd1.dtb DTC arch/arm/boot/dts/imx6dl-b125v2.dtb DTC arch/arm/boot/dts/imx6dl-colibri-iris-v2.dtb DTC arch/arm/boot/dts/imx6q-wandboard-revd1.dtb DTC arch/arm/boot/dts/sun4i-a10-marsboard.dtb DTC arch/arm/boot/dts/armada-370-rd.dtb DTC arch/arm/boot/dts/vf610-zii-spb4.dtb DTC arch/arm/boot/dts/rk3288-veyron-brain.dtb DTC arch/arm/boot/dts/am5729-beagleboneai.dtb DTC arch/arm/boot/dts/sun9i-a80-optimus.dtb DTC arch/arm/boot/dts/at91-wb50n.dtb DTC arch/arm/boot/dts/sun4i-a10-mk802ii.dtb DTC arch/arm/boot/dts/stm32mp157a-stinger96.dtb DTC arch/arm/boot/dts/r8a7745-sk-rzg1e.dtb DTC arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dtb DTC arch/arm/boot/dts/omap3-overo-palo43.dtb DTC arch/arm/boot/dts/imx6dl-tx6u-8033.dtb DTC arch/arm/boot/dts/dove-sbc-a510.dtb DTC arch/arm/boot/dts/imx53-kp-hsc.dtb DTC arch/arm/boot/dts/at91-sama5d2_icp.dtb DTC arch/arm/boot/dts/sun8i-h3-nanopi-duo2.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dtb DTC arch/arm/boot/dts/am335x-regor-rdk.dtb DTC arch/arm/boot/dts/sun4i-a10-a1000.dtb DTC arch/arm/boot/dts/imx6q-nitrogen6x.dtb DTC arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dtb DTC arch/arm/boot/dts/exynos5410-smdk5410.dtb DTC arch/arm/boot/dts/sun4i-a10-jesurun-q5.dtb DTC arch/arm/boot/dts/mt6592-evb.dtb DTC arch/arm/boot/dts/imx51-zii-scu3-esb.dtb DTC arch/arm/boot/dts/imx6ull-colibri-wifi-iris.dtb DTC arch/arm/boot/dts/sun7i-a20-m3.dtb DTC arch/arm/boot/dts/imx6q-tx6q-1036.dtb DTC arch/arm/boot/dts/vf610-bk4.dtb DTC arch/arm/boot/dts/sama5d34ek.dtb DTC arch/arm/boot/dts/armada-385-linksys-rango.dtb DTC arch/arm/boot/dts/imx6sx-sabreauto.dtb DTC arch/arm/boot/dts/omap3-overo-storm-palo43.dtb DTC arch/arm/boot/dts/stm32mp151a-prtt1c.dtb DTC arch/arm/boot/dts/am43x-epos-evm.dtb DTC arch/arm/boot/dts/at91-sama5d4_xplained.dtb DTC arch/arm/boot/dts/imx6q-dmo-edmqmx6.dtb DTC arch/arm/boot/dts/imx6q-tx6q-10x0-mb7.dtb DTC arch/arm/boot/dts/rk3288-veyron-mickey.dtb DTC arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dtb DTC arch/arm/boot/dts/aspeed-bmc-tyan-s8036.dtb DTC arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dtb DTC arch/arm/boot/dts/imx6ul-tx6ul-0010.dtb DTC arch/arm/boot/dts/dra72-evm.dtb DTC arch/arm/boot/dts/omap4-kc1.dtb DTC arch/arm/boot/dts/imx6q-h100.dtb DTC arch/arm/boot/dts/mmp2-brownstone.dtb DTC arch/arm/boot/dts/bcm47094-netgear-r8500.dtb DTC arch/arm/boot/dts/sun7i-a20-olinuxino-lime.dtb DTC arch/arm/boot/dts/dra72-evm-revc.dtb DTC arch/arm/boot/dts/omap3-overo-storm-summit.dtb DTC arch/arm/boot/dts/sun8i-a23-q8-tablet.dtb DTC arch/arm/boot/dts/rk3288-veyron-mighty.dtb DTC arch/arm/boot/dts/am437x-idk-evm.dtb DTC arch/arm/boot/dts/omap3-beagle-xm.dtb DTC arch/arm/boot/dts/r8a7792-wheat.dtb DTC arch/arm/boot/dts/sun4i-a10-dserve-dsrv9703c.dtb DTC arch/arm/boot/dts/sama5d31ek.dtb DTC arch/arm/boot/dts/aspeed-bmc-vegman-rx20.dtb DTC arch/arm/boot/dts/rk3288-veyron-pinky.dtb DTC arch/arm/boot/dts/armada-382-rd-ac3x-48g4x2xl.dtb DTC arch/arm/boot/dts/imx6q-gw5400-a.dtb DTC arch/arm/boot/dts/imx6dl-tx6dl-comtft.dtb DTC arch/arm/boot/dts/imx6dl-gw5904.dtb DTC arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dtb DTC arch/arm/boot/dts/vf610m4-cosmic.dtb DTC arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dtb DTC arch/arm/boot/dts/aspeed-bmc-facebook-yosemitev2.dtb DTC arch/arm/boot/dts/imx6q-hummingboard2-som-v15.dtb DTC arch/arm/boot/dts/sun9i-a80-cubieboard4.dtb DTC arch/arm/boot/dts/ste-ux500-samsung-skomer.dtb DTC arch/arm/boot/dts/am335x-base0033.dtb DTC arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dtb DTC arch/arm/boot/dts/imx6qp-nitrogen6_max.dtb DTC arch/arm/boot/dts/omap3-sbc-t3530.dtb DTC arch/arm/boot/dts/omap3-overo-storm-palo35.dtb DTC arch/arm/boot/dts/mt7623n-rfb-emmc.dtb DTC arch/arm/boot/dts/imx6q-kp-tpc.dtb WRAP arch/arm/include/generated/uapi/asm/ioctl.h WRAP arch/arm/include/generated/uapi/asm/ipcbuf.h WRAP arch/arm/include/generated/uapi/asm/bpf_perf_event.h WRAP arch/arm/include/generated/uapi/asm/errno.h WRAP arch/arm/include/generated/uapi/asm/poll.h WRAP arch/arm/include/generated/uapi/asm/shmbuf.h WRAP arch/arm/include/generated/uapi/asm/msgbuf.h WRAP arch/arm/include/generated/uapi/asm/kvm_para.h WRAP arch/arm/include/generated/uapi/asm/resource.h WRAP arch/arm/include/generated/uapi/asm/sembuf.h WRAP arch/arm/include/generated/uapi/asm/socket.h WRAP arch/arm/include/generated/uapi/asm/termios.h WRAP arch/arm/include/generated/uapi/asm/termbits.h WRAP arch/arm/include/generated/uapi/asm/param.h WRAP arch/arm/include/generated/uapi/asm/sockios.h WRAP arch/arm/include/generated/uapi/asm/bitsperlong.h WRAP arch/arm/include/generated/uapi/asm/siginfo.h WRAP arch/arm/include/generated/asm/kmap_size.h WRAP arch/arm/include/generated/asm/mmiowb.h WRAP arch/arm/include/generated/asm/exec.h WRAP arch/arm/include/generated/asm/early_ioremap.h WRAP arch/arm/include/generated/asm/parport.h WRAP arch/arm/include/generated/asm/emergency-restart.h WRAP arch/arm/include/generated/asm/msi.h WRAP arch/arm/include/generated/asm/compat.h WRAP arch/arm/include/generated/asm/irq_regs.h WRAP arch/arm/include/generated/asm/extable.h WRAP arch/arm/include/generated/asm/softirq_stack.h WRAP arch/arm/include/generated/asm/local64.h WRAP arch/arm/include/generated/asm/local.h WRAP arch/arm/include/generated/asm/rwonce.h WRAP arch/arm/include/generated/asm/preempt.h WRAP arch/arm/include/generated/asm/simd.h WRAP arch/arm/include/generated/asm/unaligned.h WRAP arch/arm/include/generated/asm/flat.h WRAP arch/arm/include/generated/asm/dma-mapping.h WRAP arch/arm/include/generated/asm/trace_clock.h WRAP arch/arm/include/generated/asm/kdebug.h WRAP arch/arm/include/generated/asm/serial.h SYSHDR arch/arm/include/generated/uapi/asm/unistd-eabi.h SYSHDR arch/arm/include/generated/uapi/asm/unistd-oabi.h HOSTCC scripts/asn1_compiler HOSTCC scripts/kallsyms HOSTCC scripts/sorttable UPD include/generated/uapi/linux/version.h UPD include/generated/utsrelease.h SYSTBL arch/arm/include/generated/calls-eabi.S SYSNR arch/arm/include/generated/asm/unistd-nr.h SYSTBL arch/arm/include/generated/calls-oabi.S GEN arch/arm/include/generated/asm/mach-types.h CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/sumversion.o HOSTCC scripts/mod/modpost.o CC scripts/mod/devicetable-offsets.s UPD scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/file2alias.o HOSTLD scripts/mod/modpost CC kernel/bounds.s UPD include/generated/bounds.h UPD include/generated/timeconst.h CC arch/arm/kernel/asm-offsets.s UPD include/generated/asm-offsets.h CALL scripts/atomic/check-atomics.sh CALL scripts/checksyscalls.sh HOSTCC certs/extract-cert CERT certs/x509_certificate_list CERT certs/signing_key.x509 AS certs/system_certificates.o CC certs/system_keyring.o AR certs/built-in.a CC arch/arm/mach-rockchip/rockchip.o CC arch/arm/mach-rockchip/pm.o AS arch/arm/mach-rockchip/headsmp.o AS arch/arm/mach-rockchip/sleep.o CC arch/arm/mach-rockchip/platsmp.o AR arch/arm/mach-rockchip/built-in.a CC arch/arm/mach-alpine/alpine_cpu_pm.o CC arch/arm/mach-alpine/alpine_machine.o CC arch/arm/mach-alpine/platsmp.o AR arch/arm/mach-alpine/built-in.a CC net/unix/scm.o CC net/unix/af_unix.o CC net/unix/garbage.o CC net/unix/sysctl_net_unix.o AR net/unix/built-in.a CC net/rfkill/input.o CC net/rfkill/rfkill-gpio.o CC net/rfkill/core.o AR net/rfkill/built-in.a CC net/sunrpc/auth_gss/svcauth_gss.o /tmp/ccYcPiQM.s: Assembler messages: /tmp/ccYcPiQM.s:923: Error: thumb conditional instruction should be in IT block -- `strexeq r2,r1,[r3]' make[4]: *** [scripts/Makefile.build:249: net/sunrpc/auth_gss/svcauth_gss.o] Error 1 shuffle=0 make[3]: *** [scripts/Makefile.build:465: net/sunrpc/auth_gss] Error 2 shuffle=0 make[2]: *** [scripts/Makefile.build:465: net/sunrpc] Error 2 shuffle=0 make[1]: *** [Makefile:1852: net] Error 2 shuffle=0 make[1]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/linux-6.0' make: *** [package/pkg-generic.mk:293: /nvmedata/autobuild/instance-7/output-1/build/linux-6.0/.stamp_built] Error 2 shuffle=0 make: Leaving directory '/nvmedata/autobuild/instance-7/buildroot'