[laminar] Executing cfg/jobs/buildcross-metag.run ++ id -u ++ id -g ++ echo buildcross-metag ++ cut -f 1 -d - + docker run --rm --interactive --volume /var/cache/git:/var/cache/git --volume /var/cache/laminar:/var/cache/laminar --volume /var/lib/laminar/cfg/scripts:/var/lib/laminar/cfg/scripts --volume /var/lib/laminar/cfg/patches:/var/lib/laminar/cfg/patches --volume /var/lib/laminar/run/buildcross-metag/2:/var/lib/laminar/run/buildcross-metag/2 --env rev= --env JOB=buildcross-metag --env COMPILER_SUITE= --security-opt apparmor=unconfined --net=host --user 998:998 --workdir /var/lib/laminar/run/buildcross-metag/2 buildcross /bin/bash + export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts + BUILD_REPO=/var/cache/git/buildcross ++ basename /var/cache/git/buildcross .git + BUILD_REPO_DIR=buildcross ++ echo buildcross-metag ++ sed -e 's/^buildcross-//' + BUILD_ARCH=metag + BUILD_REV= + '[' -z '' ']' + BUILD_REV=master + . /var/lib/laminar/cfg/scripts/evaluate_compiler.inc ++ : gcc-snapshot ++ case "${COMPILER_SUITE}" in ++ export CC=/usr/lib/gcc-snapshot/bin/gcc ++ CC=/usr/lib/gcc-snapshot/bin/gcc ++ export CXX=/usr/lib/gcc-snapshot/bin/g++ ++ CXX=/usr/lib/gcc-snapshot/bin/g++ ++ export CPP=/usr/lib/gcc-snapshot/bin/cpp ++ CPP=/usr/lib/gcc-snapshot/bin/cpp ++ export LD_LIBRARY_PATH=/usr/lib/gcc-snapshot/lib ++ LD_LIBRARY_PATH=/usr/lib/gcc-snapshot/lib ++ export PATH=/usr/lib/gcc-snapshot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts ++ PATH=/usr/lib/gcc-snapshot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts ++ hash -r + . /var/lib/laminar/cfg/scripts/evaluate_patches.inc + /usr/lib/gcc-snapshot/bin/gcc --version gcc (Debian 20230315-1) 13.0.1 20230315 (experimental) [master r13-6680-ga9ae16db8cb] Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + /usr/lib/gcc-snapshot/bin/g++ --version g++ (Debian 20230315-1) 13.0.1 20230315 (experimental) [master r13-6680-ga9ae16db8cb] Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + set BASH=/bin/bash BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:globskipdots:hostcomplete:interactive_comments:patsub_replacement:progcomp:promptvars:sourcepath BASH_ALIASES=() BASH_ARGC=([0]="0") BASH_ARGV=() BASH_CMDS=() BASH_LINENO=() BASH_LOADABLES_PATH=/usr/local/lib/bash:/usr/lib/bash:/opt/local/lib/bash:/usr/pkg/lib/bash:/opt/pkg/lib/bash:. BASH_SOURCE=() BASH_VERSINFO=([0]="5" [1]="2" [2]="15" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu") BASH_VERSION='5.2.15(1)-release' BUILD_ARCH=metag BUILD_REPO=/var/cache/git/buildcross BUILD_REPO_DIR=buildcross BUILD_REV=master CC=/usr/lib/gcc-snapshot/bin/gcc COMPILER_SUITE=gcc-snapshot CPP=/usr/lib/gcc-snapshot/bin/cpp CXX=/usr/lib/gcc-snapshot/bin/g++ DIRSTACK=() EUID=998 GROUPS=() HOME=/ HOSTNAME=lili HOSTTYPE=x86_64 IFS=$' \t\n' JOB=buildcross-metag LD_LIBRARY_PATH=/usr/lib/gcc-snapshot/lib MACHTYPE=x86_64-pc-linux-gnu OPTERR=1 OPTIND=1 OSTYPE=linux-gnu PATH=/usr/lib/gcc-snapshot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts PIPESTATUS=([0]="0") PPID=0 PS4='+ ' PWD=/var/lib/laminar/run/buildcross-metag/2 SHELL=/usr/sbin/nologin SHELLOPTS=braceexpand:errexit:hashall:interactive-comments:xtrace SHLVL=1 TERM=dumb UID=998 _=--version rev= apply_patches () { local this_arg; local this_path; local this_prefix; local this_patch; while [ "${#}" -gt 0 ]; do this_arg="${1}"; shift; this_path="$(echo "${this_arg}" | cut -f 1 -d :)"; this_prefix="$(echo "${this_arg}" | cut -f 2 -d :)"; pushd "${this_path}"; for this_patch in "/var/lib/laminar/cfg/patches/${this_prefix}--"*.patch; do if [ -r "${this_patch}" ]; then patch -p1 < "${this_patch}"; fi; done; popd; done } + export declare -x CC="/usr/lib/gcc-snapshot/bin/gcc" declare -x COMPILER_SUITE="gcc-snapshot" declare -x CPP="/usr/lib/gcc-snapshot/bin/cpp" declare -x CXX="/usr/lib/gcc-snapshot/bin/g++" declare -x HOME="/" declare -x HOSTNAME="lili" declare -x JOB="buildcross-metag" declare -x LD_LIBRARY_PATH="/usr/lib/gcc-snapshot/lib" declare -x OLDPWD declare -x PATH="/usr/lib/gcc-snapshot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts" declare -x PWD="/var/lib/laminar/run/buildcross-metag/2" declare -x SHLVL="1" declare -x rev="" + rm -rf buildcross + git clone --shared /var/cache/git/buildcross Cloning into 'buildcross'... done. + pushd buildcross /var/lib/laminar/run/buildcross-metag/2/buildcross /var/lib/laminar/run/buildcross-metag/2 + git checkout master Already on 'master' Your branch is up to date with 'origin/master'. + apply_patches .:generic-buildcross .:buildcross-metag + local this_arg + local this_path + local this_prefix + local this_patch + '[' 2 -gt 0 ']' + this_arg=.:generic-buildcross + shift ++ echo .:generic-buildcross ++ cut -f 1 -d : + this_path=. ++ echo .:generic-buildcross ++ cut -f 2 -d : + this_prefix=generic-buildcross + pushd . /var/lib/laminar/run/buildcross-metag/2/buildcross /var/lib/laminar/run/buildcross-metag/2/buildcross /var/lib/laminar/run/buildcross-metag/2 + for this_patch in "/var/lib/laminar/cfg/patches/${this_prefix}--"*.patch + '[' -r '/var/lib/laminar/cfg/patches/generic-buildcross--*.patch' ']' + popd + '[' 1 -gt 0 ']' /var/lib/laminar/run/buildcross-metag/2/buildcross /var/lib/laminar/run/buildcross-metag/2 + this_arg=.:buildcross-metag + shift ++ echo .:buildcross-metag ++ cut -f 1 -d : + this_path=. ++ echo .:buildcross-metag ++ cut -f 2 -d : + this_prefix=buildcross-metag + pushd . /var/lib/laminar/run/buildcross-metag/2/buildcross /var/lib/laminar/run/buildcross-metag/2/buildcross /var/lib/laminar/run/buildcross-metag/2 + for this_patch in "/var/lib/laminar/cfg/patches/${this_prefix}--"*.patch + '[' -r '/var/lib/laminar/cfg/patches/buildcross-metag--*.patch' ']' + popd + '[' 0 -gt 0 ']' /var/lib/laminar/run/buildcross-metag/2/buildcross /var/lib/laminar/run/buildcross-metag/2 + git show commit f53b8e38fb9664df07677659e66a8137291a901f Author: Mikael Pettersson Date: Wed May 3 21:09:20 2023 +0200 v6.38.0: bump to musl-1.2.4 diff --git a/buildcross b/buildcross index 1f43874..15f97c8 100755 --- a/buildcross +++ b/buildcross @@ -139,7 +139,7 @@ set -e -VERSION="6.37.0" +VERSION="6.38.0" case "$1" in -j*) @@ -172,7 +172,7 @@ LINUX_VSN=6.3 MINGW64_VSN=10.0.0 MPC_VSN=1.3.1 MPFR_VSN=4.2.0 -MUSL_VSN=1.2.3 +MUSL_VSN=1.2.4 NEWLIB_VSN=4.3.0.20230120 NVPTXTOOLS_VSN="git;https://github.com/MentorEmbedded/nvptx-tools.git;-;master;HEAD;-" UCLIBC_VSN=1.0.43 + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff ++ git rev-parse HEAD + REV_ID=f53b8e38fb9664df07677659e66a8137291a901f + hash -r + log_execute build ./buildcross metag [build 2023-05-24 07:26:44] [build 2023-05-24 07:26:44] @ buildcross 6.38.0 building toolchain for metag in /var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag [build 2023-05-24 07:26:44] [build 2023-05-24 07:26:44] [build 2023-05-24 07:26:44] @ getting sources [build 2023-05-24 07:26:44] [build 2023-05-24 07:26:44] Cloning into 'mikpe-binutils-gdb.git'... [build 2023-05-24 07:29:31] Updating files: 14% (1941/13825) Updating files: 15% (2074/13825) Updating files: 16% (2212/13825) Updating files: 17% (2351/13825) Updating files: 18% (2489/13825) Updating files: 19% (2627/13825) Updating files: 20% (2765/13825) Updating files: 21% (2904/13825) Updating files: 22% (3042/13825) Updating files: 23% (3180/13825) Updating files: 24% (3318/13825) Updating files: 25% (3457/13825) Updating files: 26% (3595/13825) Updating files: 27% (3733/13825) Updating files: 28% (3871/13825) Updating files: 29% (4010/13825) Updating files: 30% (4148/13825) Updating files: 31% (4286/13825) Updating files: 32% (4424/13825) Updating files: 33% (4563/13825) Updating files: 34% (4701/13825) Updating files: 35% (4839/13825) Updating files: 36% (4977/13825) Updating files: 37% (5116/13825) Updating files: 38% (5254/13825) Updating files: 39% (5392/13825) Updating files: 40% (5530/13825) Updating files: 41% (5669/13825) Updating files: 42% (5807/13825) Updating files: 43% (5945/13825) Updating files: 44% (6083/13825) Updating files: 45% (6222/13825) Updating files: 46% (6360/13825) Updating files: 47% (6498/13825) Updating files: 48% (6636/13825) Updating files: 49% (6775/13825) Updating files: 50% (6913/13825) Updating files: 51% (7051/13825) Updating files: 52% (7189/13825) Updating files: 53% (7328/13825) Updating files: 54% (7466/13825) Updating files: 55% (7604/13825) Updating files: 56% (7742/13825) Updating files: 57% (7881/13825) Updating files: 58% (8019/13825) Updating files: 58% (8023/13825) Updating files: 59% (8157/13825) Updating files: 60% (8295/13825) Updating files: 61% (8434/13825) Updating files: 62% (8572/13825) Updating files: 63% (8710/13825) Updating files: 64% (8848/13825) Updating files: 65% (8987/13825) Updating files: 66% (9125/13825) Updating files: 67% (9263/13825) Updating files: 68% (9401/13825) Updating files: 69% (9540/13825) Updating files: 70% (9678/13825) Updating files: 71% (9816/13825) Updating files: 72% (9954/13825) Updating files: 73% (10093/13825) Updating files: 74% (10231/13825) Updating files: 75% (10369/13825) Updating files: 76% (10507/13825) Updating files: 77% (10646/13825) Updating files: 78% (10784/13825) Updating files: 79% (10922/13825) Updating files: 80% (11060/13825) Updating files: 81% (11199/13825) Updating files: 82% (11337/13825) Updating files: 83% (11475/13825) Updating files: 84% (11613/13825) Updating files: 85% (11752/13825) Updating files: 86% (11890/13825) Updating files: 87% (12028/13825) Updating files: 88% (12166/13825) Updating files: 89% (12305/13825) Updating files: 90% (12443/13825) Updating files: 91% (12581/13825) Updating files: 92% (12719/13825) Updating files: 93% (12858/13825) Updating files: 94% (12996/13825) Updating files: 95% (13134/13825) Updating files: 96% (13272/13825) Updating files: 97% (13411/13825) Updating files: 98% (13549/13825) Updating files: 99% (13687/13825) Updating files: 99% (13760/13825) Updating files: 100% (13825/13825) Updating files: 100% (13825/13825), done. [build 2023-05-24 07:29:32] HEAD is now at 71814bce288 Import 800-metag-binutils.patch [build 2023-05-24 07:29:32] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads [build 2023-05-24 07:29:32] Cloning into 'mikpe-gcc.git'... [build 2023-05-24 07:39:00] Updating files: 9% (3386/34907) Updating files: 10% (3491/34907) Updating files: 11% (3840/34907) Updating files: 12% (4189/34907) Updating files: 13% (4538/34907) Updating files: 14% (4887/34907) Updating files: 15% (5237/34907) Updating files: 16% (5586/34907) Updating files: 17% (5935/34907) Updating files: 18% (6284/34907) Updating files: 19% (6633/34907) Updating files: 20% (6982/34907) Updating files: 21% (7331/34907) Updating files: 22% (7680/34907) Updating files: 23% (8029/34907) Updating files: 24% (8378/34907) Updating files: 25% (8727/34907) Updating files: 26% (9076/34907) Updating files: 27% (9425/34907) Updating files: 27% (9518/34907) Updating files: 28% (9774/34907) Updating files: 29% (10124/34907) Updating files: 30% (10473/34907) Updating files: 31% (10822/34907) Updating files: 32% (11171/34907) Updating files: 33% (11520/34907) Updating files: 34% (11869/34907) Updating files: 35% (12218/34907) Updating files: 36% (12567/34907) Updating files: 37% (12916/34907) Updating files: 38% (13265/34907) Updating files: 39% (13614/34907) Updating files: 40% (13963/34907) Updating files: 41% (14312/34907) Updating files: 42% (14661/34907) Updating files: 43% (15011/34907) Updating files: 44% (15360/34907) Updating files: 45% (15709/34907) Updating files: 46% (16058/34907) Updating files: 47% (16407/34907) Updating files: 48% (16756/34907) Updating files: 49% (17105/34907) Updating files: 50% (17454/34907) Updating files: 51% (17803/34907) Updating files: 52% (18152/34907) Updating files: 53% (18501/34907) Updating files: 54% (18850/34907) Updating files: 55% (19199/34907) Updating files: 56% (19548/34907) Updating files: 57% (19897/34907) Updating files: 58% (20247/34907) Updating files: 59% (20596/34907) Updating files: 60% (20945/34907) Updating files: 61% (21294/34907) Updating files: 61% (21551/34907) Updating files: 62% (21643/34907) Updating files: 63% (21992/34907) Updating files: 64% (22341/34907) Updating files: 65% (22690/34907) Updating files: 66% (23039/34907) Updating files: 67% (23388/34907) Updating files: 68% (23737/34907) Updating files: 69% (24086/34907) Updating files: 70% (24435/34907) Updating files: 71% (24784/34907) Updating files: 72% (25134/34907) Updating files: 73% (25483/34907) Updating files: 74% (25832/34907) Updating files: 75% (26181/34907) Updating files: 75% (26464/34907) Updating files: 76% (26530/34907) Updating files: 77% (26879/34907) Updating files: 78% (27228/34907) Updating files: 79% (27577/34907) Updating files: 80% (27926/34907) Updating files: 81% (28275/34907) Updating files: 82% (28624/34907) Updating files: 83% (28973/34907) Updating files: 84% (29322/34907) Updating files: 85% (29671/34907) Updating files: 86% (30021/34907) Updating files: 87% (30370/34907) Updating files: 88% (30719/34907) Updating files: 89% (31068/34907) Updating files: 90% (31417/34907) Updating files: 90% (31657/34907) Updating files: 91% (31766/34907) Updating files: 92% (32115/34907) Updating files: 93% (32464/34907) Updating files: 94% (32813/34907) Updating files: 95% (33162/34907) Updating files: 96% (33511/34907) Updating files: 97% (33860/34907) Updating files: 98% (34209/34907) Updating files: 99% (34558/34907) Updating files: 100% (34907/34907) Updating files: 100% (34907/34907), done. [build 2023-05-24 07:39:02] HEAD is now at d8071c33700 Import 850-metag-gcc.patch [build 2023-05-24 07:39:02] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads [build 2023-05-24 07:39:02] --2023-05-24 07:39:02-- https://downloads.uclibc-ng.org/releases/1.0.43/uClibc-ng-1.0.43.tar.xz [build 2023-05-24 07:39:02] Resolving downloads.uclibc-ng.org (downloads.uclibc-ng.org)... 89.238.66.15 [build 2023-05-24 07:39:02] Connecting to downloads.uclibc-ng.org (downloads.uclibc-ng.org)|89.238.66.15|:443... connected. [build 2023-05-24 07:39:02] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 07:39:02] Length: 1950776 (1.9M) [application/x-xz] [build 2023-05-24 07:39:02] Saving to: 'uClibc-ng-1.0.43.tar.xz' [build 2023-05-24 07:39:02] [build 2023-05-24 07:39:02] 0K .......... .......... .......... .......... .......... 2% 1.48M 1s [build 2023-05-24 07:39:02] 50K .......... .......... .......... .......... .......... 5% 3.27M 1s [build 2023-05-24 07:39:02] 100K .......... .......... .......... .......... .......... 7% 10.2M 1s [build 2023-05-24 07:39:02] 150K .......... .......... .......... .......... .......... 10% 13.0M 0s [build 2023-05-24 07:39:02] 200K .......... .......... .......... .......... .......... 13% 4.19M 0s [build 2023-05-24 07:39:02] 250K .......... .......... .......... .......... .......... 15% 12.6M 0s [build 2023-05-24 07:39:02] 300K .......... .......... .......... .......... .......... 18% 10.9M 0s [build 2023-05-24 07:39:02] 350K .......... .......... .......... .......... .......... 20% 10.6M 0s [build 2023-05-24 07:39:02] 400K .......... .......... .......... .......... .......... 23% 11.2M 0s [build 2023-05-24 07:39:02] 450K .......... .......... .......... .......... .......... 26% 10.6M 0s [build 2023-05-24 07:39:02] 500K .......... .......... .......... .......... .......... 28% 13.0M 0s [build 2023-05-24 07:39:02] 550K .......... .......... .......... .......... .......... 31% 11.1M 0s [build 2023-05-24 07:39:02] 600K .......... .......... .......... .......... .......... 34% 9.66M 0s [build 2023-05-24 07:39:02] 650K .......... .......... .......... .......... .......... 36% 12.5M 0s [build 2023-05-24 07:39:02] 700K .......... .......... .......... .......... .......... 39% 10.7M 0s [build 2023-05-24 07:39:02] 750K .......... .......... .......... .......... .......... 41% 12.1M 0s [build 2023-05-24 07:39:02] 800K .......... .......... .......... .......... .......... 44% 11.7M 0s [build 2023-05-24 07:39:02] 850K .......... .......... .......... .......... .......... 47% 10.1M 0s [build 2023-05-24 07:39:02] 900K .......... .......... .......... .......... .......... 49% 12.2M 0s [build 2023-05-24 07:39:02] 950K .......... .......... .......... .......... .......... 52% 10.4M 0s [build 2023-05-24 07:39:02] 1000K .......... .......... .......... .......... .......... 55% 12.4M 0s [build 2023-05-24 07:39:02] 1050K .......... .......... .......... .......... .......... 57% 11.0M 0s [build 2023-05-24 07:39:02] 1100K .......... .......... .......... .......... .......... 60% 10.1M 0s [build 2023-05-24 07:39:02] 1150K .......... .......... .......... .......... .......... 62% 10.8M 0s [build 2023-05-24 07:39:02] 1200K .......... .......... .......... .......... .......... 65% 11.7M 0s [build 2023-05-24 07:39:02] 1250K .......... .......... .......... .......... .......... 68% 12.1M 0s [build 2023-05-24 07:39:02] 1300K .......... .......... .......... .......... .......... 70% 10.7M 0s [build 2023-05-24 07:39:02] 1350K .......... .......... .......... .......... .......... 73% 9.81M 0s [build 2023-05-24 07:39:02] 1400K .......... .......... .......... .......... .......... 76% 12.6M 0s [build 2023-05-24 07:39:02] 1450K .......... .......... .......... .......... .......... 78% 10.9M 0s [build 2023-05-24 07:39:02] 1500K .......... .......... .......... .......... .......... 81% 11.1M 0s [build 2023-05-24 07:39:02] 1550K .......... .......... .......... .......... .......... 83% 12.0M 0s [build 2023-05-24 07:39:02] 1600K .......... .......... .......... .......... .......... 86% 11.2M 0s [build 2023-05-24 07:39:02] 1650K .......... .......... .......... .......... .......... 89% 10.8M 0s [build 2023-05-24 07:39:02] 1700K .......... .......... .......... .......... .......... 91% 9.45M 0s [build 2023-05-24 07:39:02] 1750K .......... .......... .......... .......... .......... 94% 13.7M 0s [build 2023-05-24 07:39:02] 1800K .......... .......... .......... .......... .......... 97% 13.0M 0s [build 2023-05-24 07:39:02] 1850K .......... .......... .......... .......... .......... 99% 9.08M 0s [build 2023-05-24 07:39:02] 1900K ..... 100% 9.42T=0.2s [build 2023-05-24 07:39:02] [build 2023-05-24 07:39:02] 2023-05-24 07:39:02 (8.75 MB/s) - 'uClibc-ng-1.0.43.tar.xz' saved [1950776/1950776] [build 2023-05-24 07:39:02] [build 2023-05-24 07:39:02] --2023-05-24 07:39:02-- https://mirrors.kernel.org/gentoo/distfiles/gmp-6.2.1.tar.xz [build 2023-05-24 07:39:02] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 07:39:02] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 07:39:03] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 07:39:03] Length: 2027316 (1.9M) [application/x-xz] [build 2023-05-24 07:39:03] Saving to: 'gmp-6.2.1.tar.xz' [build 2023-05-24 07:39:03] [build 2023-05-24 07:39:03] 0K .......... .......... .......... .......... .......... 2% 160K 12s [build 2023-05-24 07:39:04] 50K .......... .......... .......... .......... .......... 5% 160K 12s [build 2023-05-24 07:39:04] 100K .......... .......... .......... .......... .......... 7% 161K 11s [build 2023-05-24 07:39:04] 150K .......... .......... .......... .......... .......... 10% 161K 11s [build 2023-05-24 07:39:04] 200K .......... .......... .......... .......... .......... 12% 161K 11s [build 2023-05-24 07:39:05] 250K .......... .......... .......... .......... .......... 15% 161K 10s [build 2023-05-24 07:39:05] 300K .......... .......... .......... .......... .......... 17% 161K 10s [build 2023-05-24 07:39:05] 350K .......... .......... .......... .......... .......... 20% 144K 10s [build 2023-05-24 07:39:06] 400K .......... .......... .......... .......... .......... 22% 184K 10s [build 2023-05-24 07:39:06] 450K .......... .......... .......... .......... .......... 25% 208K 9s [build 2023-05-24 07:39:06] 500K .......... .......... .......... .......... .......... 27% 190K 9s [build 2023-05-24 07:39:06] 550K .......... .......... .......... .......... .......... 30% 192K 8s [build 2023-05-24 07:39:07] 600K .......... .......... .......... .......... .......... 32% 242K 8s [build 2023-05-24 07:39:07] 650K .......... .......... .......... .......... .......... 35% 193K 7s [build 2023-05-24 07:39:07] 700K .......... .......... .......... .......... .......... 37% 242K 7s [build 2023-05-24 07:39:07] 750K .......... .......... .......... .......... .......... 40% 162K 7s [build 2023-05-24 07:39:08] 800K .......... .......... .......... .......... .......... 42% 248K 6s [build 2023-05-24 07:39:08] 850K .......... .......... .......... .......... .......... 45% 190K 6s [build 2023-05-24 07:39:08] 900K .......... .......... .......... .......... .......... 47% 249K 6s [build 2023-05-24 07:39:08] 950K .......... .......... .......... .......... .......... 50% 234K 5s [build 2023-05-24 07:39:09] 1000K .......... .......... .......... .......... .......... 53% 243K 5s [build 2023-05-24 07:39:09] 1050K .......... .......... .......... .......... .......... 55% 249K 5s [build 2023-05-24 07:39:09] 1100K .......... .......... .......... .......... .......... 58% 319K 4s [build 2023-05-24 07:39:09] 1150K .......... .......... .......... .......... .......... 60% 162K 4s [build 2023-05-24 07:39:09] 1200K .......... .......... .......... .......... .......... 63% 321K 4s [build 2023-05-24 07:39:10] 1250K .......... .......... .......... .......... .......... 65% 235K 3s [build 2023-05-24 07:39:10] 1300K .......... .......... .......... .......... .......... 68% 297K 3s [build 2023-05-24 07:39:10] 1350K .......... .......... .......... .......... .......... 70% 260K 3s [build 2023-05-24 07:39:10] 1400K .......... .......... .......... .......... .......... 73% 319K 3s [build 2023-05-24 07:39:10] 1450K .......... .......... .......... .......... .......... 75% 253K 2s [build 2023-05-24 07:39:10] 1500K .......... .......... .......... .......... .......... 78% 318K 2s [build 2023-05-24 07:39:11] 1550K .......... .......... .......... .......... .......... 80% 221K 2s [build 2023-05-24 07:39:11] 1600K .......... .......... .......... .......... .......... 83% 320K 2s [build 2023-05-24 07:39:11] 1650K .......... .......... .......... .......... .......... 85% 262K 1s [build 2023-05-24 07:39:11] 1700K .......... .......... .......... .......... .......... 88% 321K 1s [build 2023-05-24 07:39:11] 1750K .......... .......... .......... .......... .......... 90% 322K 1s [build 2023-05-24 07:39:11] 1800K .......... .......... .......... .......... .......... 93% 322K 1s [build 2023-05-24 07:39:12] 1850K .......... .......... .......... .......... .......... 95% 322K 0s [build 2023-05-24 07:39:12] 1900K .......... .......... .......... .......... .......... 98% 322K 0s [build 2023-05-24 07:39:12] 1950K .......... .......... ......... 100% 590K=8.9s [build 2023-05-24 07:39:12] [build 2023-05-24 07:39:12] 2023-05-24 07:39:12 (222 KB/s) - 'gmp-6.2.1.tar.xz' saved [2027316/2027316] [build 2023-05-24 07:39:12] [build 2023-05-24 07:39:12] --2023-05-24 07:39:12-- https://mirrors.kernel.org/gentoo/distfiles/linux-4.16.tar.xz [build 2023-05-24 07:39:12] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 07:39:12] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 07:39:12] HTTP request sent, awaiting response... 404 Not Found [build 2023-05-24 07:39:12] 2023-05-24 07:39:12 ERROR 404: Not Found. [build 2023-05-24 07:39:12] [build 2023-05-24 07:39:12] --2023-05-24 07:39:12-- https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.xz [build 2023-05-24 07:39:13] Resolving www.kernel.org (www.kernel.org)... 145.40.68.75 [build 2023-05-24 07:39:13] Connecting to www.kernel.org (www.kernel.org)|145.40.68.75|:443... connected. [build 2023-05-24 07:39:13] HTTP request sent, awaiting response... 301 Moved Permanently [build 2023-05-24 07:39:13] Location: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.xz [following] [build 2023-05-24 07:39:13] --2023-05-24 07:39:13-- https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.xz [build 2023-05-24 07:39:13] Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.80.249 [build 2023-05-24 07:39:13] Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.80.249|:443... connected. [build 2023-05-24 07:39:13] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 07:39:13] Length: 103020152 (98M) [application/x-xz] [build 2023-05-24 07:39:13] Saving to: 'linux-4.16.tar.xz' [build 2023-05-24 07:39:13] [build 2023-05-24 07:39:13] 0K .......... .......... .......... .......... .......... 0% 3.81M 26s [build 2023-05-24 07:39:13] 50K .......... .......... .......... .......... .......... 0% 2.94M 30s [build 2023-05-24 07:39:13] 100K .......... .......... .......... .......... .......... 0% 4.35M 27s [build 2023-05-24 07:39:13] 150K .......... .......... .......... .......... .......... 0% 12.9M 22s [build 2023-05-24 07:39:13] 200K .......... .......... .......... .......... .......... 0% 14.2M 19s [build 2023-05-24 07:39:13] 250K .......... .......... .......... .......... .......... 0% 9.14M 18s [build 2023-05-24 07:39:13] 300K .......... .......... .......... .......... .......... 0% 14.7M 16s [build 2023-05-24 07:39:13] 350K .......... .......... .......... .......... .......... 0% 9.31M 15s [build 2023-05-24 07:39:13] 400K .......... .......... .......... .......... .......... 0% 13.5M 15s [build 2023-05-24 07:39:13] 450K .......... .......... .......... .......... .......... 0% 13.7M 14s [build 2023-05-24 07:39:13] 500K .......... .......... .......... .......... .......... 0% 13.1M 13s [build 2023-05-24 07:39:13] 550K .......... .......... .......... .......... .......... 0% 13.4M 13s [build 2023-05-24 07:39:13] 600K .......... .......... .......... .......... .......... 0% 12.7M 12s [build 2023-05-24 07:39:13] 650K .......... .......... .......... .......... .......... 0% 14.2M 12s [build 2023-05-24 07:39:13] 700K .......... .......... .......... .......... .......... 0% 13.5M 12s [build 2023-05-24 07:39:13] 750K .......... .......... .......... .......... .......... 0% 10.4M 11s [build 2023-05-24 07:39:13] 800K .......... .......... .......... .......... .......... 0% 12.9M 11s [build 2023-05-24 07:39:13] 850K .......... .......... .......... .......... .......... 0% 12.9M 11s [build 2023-05-24 07:39:13] 900K .......... .......... .......... .......... .......... 0% 12.8M 11s [build 2023-05-24 07:39:13] 950K .......... .......... .......... .......... .......... 0% 13.3M 11s [build 2023-05-24 07:39:13] 1000K .......... .......... .......... .......... .......... 1% 12.0M 11s [build 2023-05-24 07:39:13] 1050K .......... .......... .......... .......... .......... 1% 13.3M 10s [build 2023-05-24 07:39:13] 1100K .......... .......... .......... .......... .......... 1% 13.9M 10s [build 2023-05-24 07:39:13] 1150K .......... .......... .......... .......... .......... 1% 10.3M 10s [build 2023-05-24 07:39:13] 1200K .......... .......... .......... .......... .......... 1% 13.2M 10s [build 2023-05-24 07:39:13] 1250K .......... .......... .......... .......... .......... 1% 13.3M 10s [build 2023-05-24 07:39:13] 1300K .......... .......... .......... .......... .......... 1% 13.4M 10s [build 2023-05-24 07:39:13] 1350K .......... .......... .......... .......... .......... 1% 13.3M 10s [build 2023-05-24 07:39:13] 1400K .......... .......... .......... .......... .......... 1% 13.2M 10s [build 2023-05-24 07:39:13] 1450K .......... .......... .......... .......... .......... 1% 14.0M 10s [build 2023-05-24 07:39:13] 1500K .......... .......... .......... .......... .......... 1% 12.8M 9s [build 2023-05-24 07:39:13] 1550K .......... .......... .......... .......... .......... 1% 10.8M 9s [build 2023-05-24 07:39:13] 1600K .......... .......... .......... .......... .......... 1% 13.2M 9s [build 2023-05-24 07:39:13] 1650K .......... .......... .......... .......... .......... 1% 13.5M 9s [build 2023-05-24 07:39:13] 1700K .......... .......... .......... .......... .......... 1% 13.7M 9s [build 2023-05-24 07:39:13] 1750K .......... .......... .......... .......... .......... 1% 13.3M 9s [build 2023-05-24 07:39:13] 1800K .......... .......... .......... .......... .......... 1% 12.0M 9s [build 2023-05-24 07:39:13] 1850K .......... .......... .......... .......... .......... 1% 13.7M 9s [build 2023-05-24 07:39:13] 1900K .......... .......... .......... .......... .......... 1% 13.3M 9s [build 2023-05-24 07:39:13] 1950K .......... .......... .......... .......... .......... 1% 9.95M 9s [build 2023-05-24 07:39:13] 2000K .......... .......... .......... .......... .......... 2% 12.7M 9s [build 2023-05-24 07:39:13] 2050K .......... .......... .......... .......... .......... 2% 13.1M 9s [build 2023-05-24 07:39:13] 2100K .......... .......... .......... .......... .......... 2% 14.5M 9s [build 2023-05-24 07:39:13] 2150K .......... .......... .......... .......... .......... 2% 12.6M 9s [build 2023-05-24 07:39:13] 2200K .......... .......... .......... .......... .......... 2% 13.7M 9s [build 2023-05-24 07:39:13] 2250K .......... .......... .......... .......... .......... 2% 13.9M 9s [build 2023-05-24 07:39:13] 2300K .......... .......... .......... .......... .......... 2% 11.8M 9s [build 2023-05-24 07:39:13] 2350K .......... .......... .......... .......... .......... 2% 10.1M 9s [build 2023-05-24 07:39:13] 2400K .......... .......... .......... .......... .......... 2% 13.6M 9s [build 2023-05-24 07:39:13] 2450K .......... .......... .......... .......... .......... 2% 14.5M 9s [build 2023-05-24 07:39:13] 2500K .......... .......... .......... .......... .......... 2% 12.6M 9s [build 2023-05-24 07:39:13] 2550K .......... .......... .......... .......... .......... 2% 13.1M 9s [build 2023-05-24 07:39:13] 2600K .......... .......... .......... .......... .......... 2% 12.6M 9s [build 2023-05-24 07:39:13] 2650K .......... .......... .......... .......... .......... 2% 12.4M 9s [build 2023-05-24 07:39:13] 2700K .......... .......... .......... .......... .......... 2% 12.7M 9s [build 2023-05-24 07:39:13] 2750K .......... .......... .......... .......... .......... 2% 10.4M 9s [build 2023-05-24 07:39:13] 2800K .......... .......... .......... .......... .......... 2% 13.5M 9s [build 2023-05-24 07:39:13] 2850K .......... .......... .......... .......... .......... 2% 13.4M 9s [build 2023-05-24 07:39:13] 2900K .......... .......... .......... .......... .......... 2% 13.1M 8s [build 2023-05-24 07:39:13] 2950K .......... .......... .......... .......... .......... 2% 12.9M 8s [build 2023-05-24 07:39:13] 3000K .......... .......... .......... .......... .......... 3% 14.9M 8s [build 2023-05-24 07:39:13] 3050K .......... .......... .......... .......... .......... 3% 12.5M 8s [build 2023-05-24 07:39:13] 3100K .......... .......... .......... .......... .......... 3% 13.2M 8s [build 2023-05-24 07:39:13] 3150K .......... .......... .......... .......... .......... 3% 10.5M 8s [build 2023-05-24 07:39:13] 3200K .......... .......... .......... .......... .......... 3% 12.8M 8s [build 2023-05-24 07:39:13] 3250K .......... .......... .......... .......... .......... 3% 13.2M 8s [build 2023-05-24 07:39:13] 3300K .......... .......... .......... .......... .......... 3% 14.4M 8s [build 2023-05-24 07:39:13] 3350K .......... .......... .......... .......... .......... 3% 13.3M 8s [build 2023-05-24 07:39:13] 3400K .......... .......... .......... .......... .......... 3% 12.9M 8s [build 2023-05-24 07:39:13] 3450K .......... .......... .......... .......... .......... 3% 13.8M 8s [build 2023-05-24 07:39:13] 3500K .......... .......... .......... .......... .......... 3% 12.4M 8s [build 2023-05-24 07:39:13] 3550K .......... .......... .......... .......... .......... 3% 9.37M 8s [build 2023-05-24 07:39:13] 3600K .......... .......... .......... .......... .......... 3% 13.8M 8s [build 2023-05-24 07:39:13] 3650K .......... .......... .......... .......... .......... 3% 12.0M 8s [build 2023-05-24 07:39:13] 3700K .......... .......... .......... .......... .......... 3% 14.8M 8s [build 2023-05-24 07:39:13] 3750K .......... .......... .......... .......... .......... 3% 11.8M 8s [build 2023-05-24 07:39:13] 3800K .......... .......... .......... .......... .......... 3% 12.4M 8s [build 2023-05-24 07:39:13] 3850K .......... .......... .......... .......... .......... 3% 14.1M 8s [build 2023-05-24 07:39:13] 3900K .......... .......... .......... .......... .......... 3% 13.6M 8s [build 2023-05-24 07:39:13] 3950K .......... .......... .......... .......... .......... 3% 10.2M 8s [build 2023-05-24 07:39:13] 4000K .......... .......... .......... .......... .......... 4% 13.1M 8s [build 2023-05-24 07:39:14] 4050K .......... .......... .......... .......... .......... 4% 301K 12s [build 2023-05-24 07:39:14] 4100K .......... .......... .......... .......... .......... 4% 26.4M 12s [build 2023-05-24 07:39:14] 4150K .......... .......... .......... .......... .......... 4% 25.9M 12s [build 2023-05-24 07:39:14] 4200K .......... .......... .......... .......... .......... 4% 27.1M 12s [build 2023-05-24 07:39:14] 4250K .......... .......... .......... .......... .......... 4% 36.6M 12s [build 2023-05-24 07:39:14] 4300K .......... .......... .......... .......... .......... 4% 27.2M 11s [build 2023-05-24 07:39:14] 4350K .......... .......... .......... .......... .......... 4% 31.0M 11s [build 2023-05-24 07:39:14] 4400K .......... .......... .......... .......... .......... 4% 25.6M 11s [build 2023-05-24 07:39:14] 4450K .......... .......... .......... .......... .......... 4% 16.2M 11s [build 2023-05-24 07:39:14] 4500K .......... .......... .......... .......... .......... 4% 23.2M 11s [build 2023-05-24 07:39:14] 4550K .......... .......... .......... .......... .......... 4% 31.5M 11s [build 2023-05-24 07:39:14] 4600K .......... .......... .......... .......... .......... 4% 46.7M 11s [build 2023-05-24 07:39:14] 4650K .......... .......... .......... .......... .......... 4% 22.9M 11s [build 2023-05-24 07:39:14] 4700K .......... .......... .......... .......... .......... 4% 22.7M 11s [build 2023-05-24 07:39:14] 4750K .......... .......... .......... .......... .......... 4% 28.2M 11s [build 2023-05-24 07:39:14] 4800K .......... .......... .......... .......... .......... 4% 26.1M 11s [build 2023-05-24 07:39:14] 4850K .......... .......... .......... .......... .......... 4% 29.7M 10s [build 2023-05-24 07:39:14] 4900K .......... .......... .......... .......... .......... 4% 29.8M 10s [build 2023-05-24 07:39:14] 4950K .......... .......... .......... .......... .......... 4% 21.0M 10s [build 2023-05-24 07:39:14] 5000K .......... .......... .......... .......... .......... 5% 35.3M 10s [build 2023-05-24 07:39:14] 5050K .......... .......... .......... .......... .......... 5% 25.7M 10s [build 2023-05-24 07:39:14] 5100K .......... .......... .......... .......... .......... 5% 30.9M 10s [build 2023-05-24 07:39:14] 5150K .......... .......... .......... .......... .......... 5% 25.3M 10s [build 2023-05-24 07:39:14] 5200K .......... .......... .......... .......... .......... 5% 19.0M 10s [build 2023-05-24 07:39:14] 5250K .......... .......... .......... .......... .......... 5% 29.9M 10s [build 2023-05-24 07:39:14] 5300K .......... .......... .......... .......... .......... 5% 31.6M 10s [build 2023-05-24 07:39:14] 5350K .......... .......... .......... .......... .......... 5% 37.1M 10s [build 2023-05-24 07:39:14] 5400K .......... .......... .......... .......... .......... 5% 20.6M 10s [build 2023-05-24 07:39:14] 5450K .......... .......... .......... .......... .......... 5% 35.1M 10s [build 2023-05-24 07:39:14] 5500K .......... .......... .......... .......... .......... 5% 37.5M 10s [build 2023-05-24 07:39:14] 5550K .......... .......... .......... .......... .......... 5% 16.2M 10s [build 2023-05-24 07:39:14] 5600K .......... .......... .......... .......... .......... 5% 37.2M 9s [build 2023-05-24 07:39:14] 5650K .......... .......... .......... .......... .......... 5% 21.2M 9s [build 2023-05-24 07:39:14] 5700K .......... .......... .......... .......... .......... 5% 37.3M 9s [build 2023-05-24 07:39:14] 5750K .......... .......... .......... .......... .......... 5% 18.2M 9s [build 2023-05-24 07:39:14] 5800K .......... .......... .......... .......... .......... 5% 65.9M 9s [build 2023-05-24 07:39:14] 5850K .......... .......... .......... .......... .......... 5% 27.7M 9s [build 2023-05-24 07:39:14] 5900K .......... .......... .......... .......... .......... 5% 25.0M 9s [build 2023-05-24 07:39:14] 5950K .......... .......... .......... .......... .......... 5% 24.5M 9s [build 2023-05-24 07:39:14] 6000K .......... .......... .......... .......... .......... 6% 16.8M 9s [build 2023-05-24 07:39:14] 6050K .......... .......... .......... .......... .......... 6% 38.7M 9s [build 2023-05-24 07:39:14] 6100K .......... .......... .......... .......... .......... 6% 131M 9s [build 2023-05-24 07:39:14] 6150K .......... .......... .......... .......... .......... 6% 117M 9s [build 2023-05-24 07:39:14] 6200K .......... .......... .......... .......... .......... 6% 128M 9s [build 2023-05-24 07:39:14] 6250K .......... .......... .......... .......... .......... 6% 126M 9s [build 2023-05-24 07:39:14] 6300K .......... .......... .......... .......... .......... 6% 127M 9s [build 2023-05-24 07:39:14] 6350K .......... .......... .......... .......... .......... 6% 72.0M 9s [build 2023-05-24 07:39:14] 6400K .......... .......... .......... .......... .......... 6% 131M 9s [build 2023-05-24 07:39:14] 6450K .......... .......... .......... .......... .......... 6% 130M 8s [build 2023-05-24 07:39:14] 6500K .......... .......... .......... .......... .......... 6% 127M 8s [build 2023-05-24 07:39:14] 6550K .......... .......... .......... .......... .......... 6% 117M 8s [build 2023-05-24 07:39:14] 6600K .......... .......... .......... .......... .......... 6% 115M 8s [build 2023-05-24 07:39:14] 6650K .......... .......... .......... .......... .......... 6% 108M 8s [build 2023-05-24 07:39:14] 6700K .......... .......... .......... .......... .......... 6% 110M 8s [build 2023-05-24 07:39:14] 6750K .......... .......... .......... .......... .......... 6% 69.2M 8s [build 2023-05-24 07:39:14] 6800K .......... .......... .......... .......... .......... 6% 110M 8s [build 2023-05-24 07:39:14] 6850K .......... .......... .......... .......... .......... 6% 111M 8s [build 2023-05-24 07:39:14] 6900K .......... .......... .......... .......... .......... 6% 111M 8s [build 2023-05-24 07:39:14] 6950K .......... .......... .......... .......... .......... 6% 99.7M 8s [build 2023-05-24 07:39:14] 7000K .......... .......... .......... .......... .......... 7% 108M 8s [build 2023-05-24 07:39:14] 7050K .......... .......... .......... .......... .......... 7% 113M 8s [build 2023-05-24 07:39:14] 7100K .......... .......... .......... .......... .......... 7% 83.3M 8s [build 2023-05-24 07:39:14] 7150K .......... .......... .......... .......... .......... 7% 99.0M 8s [build 2023-05-24 07:39:14] 7200K .......... .......... .......... .......... .......... 7% 36.7M 8s [build 2023-05-24 07:39:14] 7250K .......... .......... .......... .......... .......... 7% 14.6M 8s [build 2023-05-24 07:39:14] 7300K .......... .......... .......... .......... .......... 7% 12.0M 8s [build 2023-05-24 07:39:14] 7350K .......... .......... .......... .......... .......... 7% 12.9M 8s [build 2023-05-24 07:39:14] 7400K .......... .......... .......... .......... .......... 7% 12.8M 8s [build 2023-05-24 07:39:14] 7450K .......... .......... .......... .......... .......... 7% 12.7M 8s [build 2023-05-24 07:39:14] 7500K .......... .......... .......... .......... .......... 7% 14.1M 8s [build 2023-05-24 07:39:14] 7550K .......... .......... .......... .......... .......... 7% 10.3M 8s [build 2023-05-24 07:39:14] 7600K .......... .......... .......... .......... .......... 7% 12.6M 8s [build 2023-05-24 07:39:14] 7650K .......... .......... .......... .......... .......... 7% 13.3M 8s [build 2023-05-24 07:39:14] 7700K .......... .......... .......... .......... .......... 7% 12.6M 8s [build 2023-05-24 07:39:14] 7750K .......... .......... .......... .......... .......... 7% 13.7M 8s [build 2023-05-24 07:39:14] 7800K .......... .......... .......... .......... .......... 7% 12.5M 8s [build 2023-05-24 07:39:14] 7850K .......... .......... .......... .......... .......... 7% 14.5M 8s [build 2023-05-24 07:39:14] 7900K .......... .......... .......... .......... .......... 7% 12.7M 8s [build 2023-05-24 07:39:14] 7950K .......... .......... .......... .......... .......... 7% 9.66M 8s [build 2023-05-24 07:39:14] 8000K .......... .......... .......... .......... .......... 8% 13.3M 8s [build 2023-05-24 07:39:14] 8050K .......... .......... .......... .......... .......... 8% 14.8M 8s [build 2023-05-24 07:39:14] 8100K .......... .......... .......... .......... .......... 8% 12.5M 8s [build 2023-05-24 07:39:14] 8150K .......... .......... .......... .......... .......... 8% 13.4M 7s [build 2023-05-24 07:39:14] 8200K .......... .......... .......... .......... .......... 8% 12.0M 7s [build 2023-05-24 07:39:14] 8250K .......... .......... .......... .......... .......... 8% 14.2M 7s [build 2023-05-24 07:39:14] 8300K .......... .......... .......... .......... .......... 8% 12.1M 7s [build 2023-05-24 07:39:14] 8350K .......... .......... .......... .......... .......... 8% 10.1M 7s [build 2023-05-24 07:39:14] 8400K .......... .......... .......... .......... .......... 8% 3.58M 8s [build 2023-05-24 07:39:14] 8450K .......... .......... .......... .......... .......... 8% 1.42M 8s [build 2023-05-24 07:39:14] 8500K .......... .......... .......... .......... .......... 8% 2.06M 8s [build 2023-05-24 07:39:14] 8550K .......... .......... .......... .......... .......... 8% 2.07M 8s [build 2023-05-24 07:39:14] 8600K .......... .......... .......... .......... .......... 8% 2.04M 9s [build 2023-05-24 07:39:14] 8650K .......... .......... .......... .......... .......... 8% 2.08M 9s [build 2023-05-24 07:39:14] 8700K .......... .......... .......... .......... .......... 8% 2.10M 9s [build 2023-05-24 07:39:14] 8750K .......... .......... .......... .......... .......... 8% 1.50M 9s [build 2023-05-24 07:39:14] 8800K .......... .......... .......... .......... .......... 8% 3.42M 9s [build 2023-05-24 07:39:14] 8850K .......... .......... .......... .......... .......... 8% 2.17M 9s [build 2023-05-24 07:39:14] 8900K .......... .......... .......... .......... .......... 8% 2.23M 10s [build 2023-05-24 07:39:14] 8950K .......... .......... .......... .......... .......... 8% 3.51M 10s [build 2023-05-24 07:39:14] 9000K .......... .......... .......... .......... .......... 8% 2.20M 10s [build 2023-05-24 07:39:14] 9050K .......... .......... .......... .......... .......... 9% 2.24M 10s [build 2023-05-24 07:39:14] 9100K .......... .......... .......... .......... .......... 9% 3.60M 10s [build 2023-05-24 07:39:14] 9150K .......... .......... .......... .......... .......... 9% 2.04M 10s [build 2023-05-24 07:39:14] 9200K .......... .......... .......... .......... .......... 9% 2.33M 10s [build 2023-05-24 07:39:14] 9250K .......... .......... .......... .......... .......... 9% 3.81M 10s [build 2023-05-24 07:39:14] 9300K .......... .......... .......... .......... .......... 9% 2.25M 11s [build 2023-05-24 07:39:14] 9350K .......... .......... .......... .......... .......... 9% 3.79M 11s [build 2023-05-24 07:39:14] 9400K .......... .......... .......... .......... .......... 9% 3.69M 11s [build 2023-05-24 07:39:14] 9450K .......... .......... .......... .......... .......... 9% 2.37M 11s [build 2023-05-24 07:39:14] 9500K .......... .......... .......... .......... .......... 9% 3.67M 11s [build 2023-05-24 07:39:14] 9550K .......... .......... .......... .......... .......... 9% 2.31M 11s [build 2023-05-24 07:39:14] 9600K .......... .......... .......... .......... .......... 9% 3.49M 11s [build 2023-05-24 07:39:14] 9650K .......... .......... .......... .......... .......... 9% 3.92M 11s [build 2023-05-24 07:39:14] 9700K .......... .......... .......... .......... .......... 9% 3.74M 11s [build 2023-05-24 07:39:14] 9750K .......... .......... .......... .......... .......... 9% 3.84M 11s [build 2023-05-24 07:39:14] 9800K .......... .......... .......... .......... .......... 9% 2.63M 11s [build 2023-05-24 07:39:14] 9850K .......... .......... .......... .......... .......... 9% 3.55M 11s [build 2023-05-24 07:39:14] 9900K .......... .......... .......... .......... .......... 9% 3.99M 12s [build 2023-05-24 07:39:14] 9950K .......... .......... .......... .......... .......... 9% 2.49M 12s [build 2023-05-24 07:39:14] 10000K .......... .......... .......... .......... .......... 9% 3.69M 12s [build 2023-05-24 07:39:14] 10050K .......... .......... .......... .......... .......... 10% 3.83M 12s [build 2023-05-24 07:39:14] 10100K .......... .......... .......... .......... .......... 10% 3.89M 12s [build 2023-05-24 07:39:14] 10150K .......... .......... .......... .......... .......... 10% 3.90M 12s [build 2023-05-24 07:39:14] 10200K .......... .......... .......... .......... .......... 10% 4.13M 12s [build 2023-05-24 07:39:14] 10250K .......... .......... .......... .......... .......... 10% 4.04M 12s [build 2023-05-24 07:39:14] 10300K .......... .......... .......... .......... .......... 10% 4.15M 12s [build 2023-05-24 07:39:14] 10350K .......... .......... .......... .......... .......... 10% 3.51M 12s [build 2023-05-24 07:39:14] 10400K .......... .......... .......... .......... .......... 10% 4.09M 12s [build 2023-05-24 07:39:14] 10450K .......... .......... .......... .......... .......... 10% 4.09M 12s [build 2023-05-24 07:39:14] 10500K .......... .......... .......... .......... .......... 10% 4.07M 12s [build 2023-05-24 07:39:15] 10550K .......... .......... .......... .......... .......... 10% 4.07M 12s [build 2023-05-24 07:39:15] 10600K .......... .......... .......... .......... .......... 10% 4.06M 12s [build 2023-05-24 07:39:15] 10650K .......... .......... .......... .......... .......... 10% 4.37M 12s [build 2023-05-24 07:39:15] 10700K .......... .......... .......... .......... .......... 10% 4.07M 12s [build 2023-05-24 07:39:15] 10750K .......... .......... .......... .......... .......... 10% 2.75M 12s [build 2023-05-24 07:39:15] 10800K .......... .......... .......... .......... .......... 10% 4.23M 12s [build 2023-05-24 07:39:15] 10850K .......... .......... .......... .......... .......... 10% 4.25M 12s [build 2023-05-24 07:39:15] 10900K .......... .......... .......... .......... .......... 10% 4.83M 12s [build 2023-05-24 07:39:15] 10950K .......... .......... .......... .......... .......... 10% 4.30M 12s [build 2023-05-24 07:39:15] 11000K .......... .......... .......... .......... .......... 10% 4.27M 13s [build 2023-05-24 07:39:15] 11050K .......... .......... .......... .......... .......... 11% 4.34M 13s [build 2023-05-24 07:39:15] 11100K .......... .......... .......... .......... .......... 11% 6.95M 13s [build 2023-05-24 07:39:15] 11150K .......... .......... .......... .......... .......... 11% 2.81M 13s [build 2023-05-24 07:39:15] 11200K .......... .......... .......... .......... .......... 11% 7.67M 13s [build 2023-05-24 07:39:15] 11250K .......... .......... .......... .......... .......... 11% 4.42M 13s [build 2023-05-24 07:39:15] 11300K .......... .......... .......... .......... .......... 11% 4.57M 13s [build 2023-05-24 07:39:15] 11350K .......... .......... .......... .......... .......... 11% 4.78M 13s [build 2023-05-24 07:39:15] 11400K .......... .......... .......... .......... .......... 11% 4.17M 13s [build 2023-05-24 07:39:15] 11450K .......... .......... .......... .......... .......... 11% 4.75M 13s [build 2023-05-24 07:39:15] 11500K .......... .......... .......... .......... .......... 11% 5.04M 13s [build 2023-05-24 07:39:15] 11550K .......... .......... .......... .......... .......... 11% 3.52M 13s [build 2023-05-24 07:39:15] 11600K .......... .......... .......... .......... .......... 11% 4.48M 13s [build 2023-05-24 07:39:15] 11650K .......... .......... .......... .......... .......... 11% 4.81M 13s [build 2023-05-24 07:39:15] 11700K .......... .......... .......... .......... .......... 11% 6.38M 13s [build 2023-05-24 07:39:15] 11750K .......... .......... .......... .......... .......... 11% 4.34M 13s [build 2023-05-24 07:39:15] 11800K .......... .......... .......... .......... .......... 11% 5.25M 13s [build 2023-05-24 07:39:15] 11850K .......... .......... .......... .......... .......... 11% 4.75M 13s [build 2023-05-24 07:39:15] 11900K .......... .......... .......... .......... .......... 11% 4.93M 13s [build 2023-05-24 07:39:15] 11950K .......... .......... .......... .......... .......... 11% 4.10M 13s [build 2023-05-24 07:39:15] 12000K .......... .......... .......... .......... .......... 11% 4.56M 13s [build 2023-05-24 07:39:15] 12050K .......... .......... .......... .......... .......... 12% 6.25M 13s [build 2023-05-24 07:39:15] 12100K .......... .......... .......... .......... .......... 12% 4.74M 13s [build 2023-05-24 07:39:15] 12150K .......... .......... .......... .......... .......... 12% 6.30M 13s [build 2023-05-24 07:39:15] 12200K .......... .......... .......... .......... .......... 12% 4.43M 13s [build 2023-05-24 07:39:15] 12250K .......... .......... .......... .......... .......... 12% 6.13M 13s [build 2023-05-24 07:39:15] 12300K .......... .......... .......... .......... .......... 12% 5.28M 13s [build 2023-05-24 07:39:15] 12350K .......... .......... .......... .......... .......... 12% 4.24M 13s [build 2023-05-24 07:39:15] 12400K .......... .......... .......... .......... .......... 12% 5.32M 13s [build 2023-05-24 07:39:15] 12450K .......... .......... .......... .......... .......... 12% 4.82M 13s [build 2023-05-24 07:39:15] 12500K .......... .......... .......... .......... .......... 12% 6.36M 13s [build 2023-05-24 07:39:15] 12550K .......... .......... .......... .......... .......... 12% 5.39M 13s [build 2023-05-24 07:39:15] 12600K .......... .......... .......... .......... .......... 12% 4.74M 13s [build 2023-05-24 07:39:15] 12650K .......... .......... .......... .......... .......... 12% 5.72M 13s [build 2023-05-24 07:39:15] 12700K .......... .......... .......... .......... .......... 12% 8.56M 13s [build 2023-05-24 07:39:15] 12750K .......... .......... .......... .......... .......... 12% 3.07M 13s [build 2023-05-24 07:39:15] 12800K .......... .......... .......... .......... .......... 12% 7.76M 13s [build 2023-05-24 07:39:15] 12850K .......... .......... .......... .......... .......... 12% 5.31M 13s [build 2023-05-24 07:39:15] 12900K .......... .......... .......... .......... .......... 12% 5.03M 13s [build 2023-05-24 07:39:15] 12950K .......... .......... .......... .......... .......... 12% 7.37M 13s [build 2023-05-24 07:39:15] 13000K .......... .......... .......... .......... .......... 12% 5.22M 13s [build 2023-05-24 07:39:15] 13050K .......... .......... .......... .......... .......... 13% 6.08M 13s [build 2023-05-24 07:39:15] 13100K .......... .......... .......... .......... .......... 13% 5.18M 13s [build 2023-05-24 07:39:15] 13150K .......... .......... .......... .......... .......... 13% 5.13M 13s [build 2023-05-24 07:39:15] 13200K .......... .......... .......... .......... .......... 13% 5.16M 13s [build 2023-05-24 07:39:15] 13250K .......... .......... .......... .......... .......... 13% 5.09M 13s [build 2023-05-24 07:39:15] 13300K .......... .......... .......... .......... .......... 13% 6.10M 13s [build 2023-05-24 07:39:15] 13350K .......... .......... .......... .......... .......... 13% 6.80M 13s [build 2023-05-24 07:39:15] 13400K .......... .......... .......... .......... .......... 13% 5.98M 13s [build 2023-05-24 07:39:15] 13450K .......... .......... .......... .......... .......... 13% 4.92M 13s [build 2023-05-24 07:39:15] 13500K .......... .......... .......... .......... .......... 13% 8.16M 13s [build 2023-05-24 07:39:15] 13550K .......... .......... .......... .......... .......... 13% 4.42M 13s [build 2023-05-24 07:39:15] 13600K .......... .......... .......... .......... .......... 13% 5.67M 13s [build 2023-05-24 07:39:15] 13650K .......... .......... .......... .......... .......... 13% 8.57M 13s [build 2023-05-24 07:39:15] 13700K .......... .......... .......... .......... .......... 13% 4.95M 13s [build 2023-05-24 07:39:15] 13750K .......... .......... .......... .......... .......... 13% 5.53M 13s [build 2023-05-24 07:39:15] 13800K .......... .......... .......... .......... .......... 13% 9.31M 13s [build 2023-05-24 07:39:15] 13850K .......... .......... .......... .......... .......... 13% 4.68M 13s [build 2023-05-24 07:39:15] 13900K .......... .......... .......... .......... .......... 13% 6.91M 13s [build 2023-05-24 07:39:15] 13950K .......... .......... .......... .......... .......... 13% 5.24M 13s [build 2023-05-24 07:39:15] 14000K .......... .......... .......... .......... .......... 13% 5.80M 13s [build 2023-05-24 07:39:15] 14050K .......... .......... .......... .......... .......... 14% 5.11M 13s [build 2023-05-24 07:39:15] 14100K .......... .......... .......... .......... .......... 14% 8.20M 13s [build 2023-05-24 07:39:15] 14150K .......... .......... .......... .......... .......... 14% 5.63M 13s [build 2023-05-24 07:39:15] 14200K .......... .......... .......... .......... .......... 14% 5.41M 13s [build 2023-05-24 07:39:15] 14250K .......... .......... .......... .......... .......... 14% 9.93M 13s [build 2023-05-24 07:39:15] 14300K .......... .......... .......... .......... .......... 14% 5.04M 13s [build 2023-05-24 07:39:15] 14350K .......... .......... .......... .......... .......... 14% 4.81M 13s [build 2023-05-24 07:39:15] 14400K .......... .......... .......... .......... .......... 14% 8.88M 13s [build 2023-05-24 07:39:15] 14450K .......... .......... .......... .......... .......... 14% 5.80M 13s [build 2023-05-24 07:39:15] 14500K .......... .......... .......... .......... .......... 14% 6.34M 13s [build 2023-05-24 07:39:15] 14550K .......... .......... .......... .......... .......... 14% 7.61M 13s [build 2023-05-24 07:39:15] 14600K .......... .......... .......... .......... .......... 14% 5.80M 13s [build 2023-05-24 07:39:15] 14650K .......... .......... .......... .......... .......... 14% 6.12M 13s [build 2023-05-24 07:39:15] 14700K .......... .......... .......... .......... .......... 14% 7.26M 13s [build 2023-05-24 07:39:15] 14750K .......... .......... .......... .......... .......... 14% 4.58M 13s [build 2023-05-24 07:39:15] 14800K .......... .......... .......... .......... .......... 14% 7.81M 13s [build 2023-05-24 07:39:15] 14850K .......... .......... .......... .......... .......... 14% 6.94M 13s [build 2023-05-24 07:39:15] 14900K .......... .......... .......... .......... .......... 14% 5.42M 13s [build 2023-05-24 07:39:15] 14950K .......... .......... .......... .......... .......... 14% 7.39M 13s [build 2023-05-24 07:39:15] 15000K .......... .......... .......... .......... .......... 14% 6.39M 13s [build 2023-05-24 07:39:15] 15050K .......... .......... .......... .......... .......... 15% 7.18M 13s [build 2023-05-24 07:39:15] 15100K .......... .......... .......... .......... .......... 15% 7.62M 13s [build 2023-05-24 07:39:15] 15150K .......... .......... .......... .......... .......... 15% 4.41M 13s [build 2023-05-24 07:39:15] 15200K .......... .......... .......... .......... .......... 15% 6.88M 13s [build 2023-05-24 07:39:15] 15250K .......... .......... .......... .......... .......... 15% 6.94M 13s [build 2023-05-24 07:39:15] 15300K .......... .......... .......... .......... .......... 15% 5.65M 13s [build 2023-05-24 07:39:15] 15350K .......... .......... .......... .......... .......... 15% 9.55M 13s [build 2023-05-24 07:39:15] 15400K .......... .......... .......... .......... .......... 15% 5.51M 13s [build 2023-05-24 07:39:15] 15450K .......... .......... .......... .......... .......... 15% 7.99M 13s [build 2023-05-24 07:39:15] 15500K .......... .......... .......... .......... .......... 15% 5.76M 13s [build 2023-05-24 07:39:15] 15550K .......... .......... .......... .......... .......... 15% 5.18M 13s [build 2023-05-24 07:39:15] 15600K .......... .......... .......... .......... .......... 15% 8.51M 13s [build 2023-05-24 07:39:15] 15650K .......... .......... .......... .......... .......... 15% 5.62M 13s [build 2023-05-24 07:39:15] 15700K .......... .......... .......... .......... .......... 15% 9.64M 13s [build 2023-05-24 07:39:15] 15750K .......... .......... .......... .......... .......... 15% 6.36M 13s [build 2023-05-24 07:39:15] 15800K .......... .......... .......... .......... .......... 15% 5.50M 13s [build 2023-05-24 07:39:15] 15850K .......... .......... .......... .......... .......... 15% 9.66M 13s [build 2023-05-24 07:39:15] 15900K .......... .......... .......... .......... .......... 15% 6.34M 13s [build 2023-05-24 07:39:15] 15950K .......... .......... .......... .......... .......... 15% 4.81M 13s [build 2023-05-24 07:39:15] 16000K .......... .......... .......... .......... .......... 15% 10.4M 13s [build 2023-05-24 07:39:15] 16050K .......... .......... .......... .......... .......... 16% 6.08M 13s [build 2023-05-24 07:39:15] 16100K .......... .......... .......... .......... .......... 16% 6.53M 13s [build 2023-05-24 07:39:16] 16150K .......... .......... .......... .......... .......... 16% 7.24M 13s [build 2023-05-24 07:39:16] 16200K .......... .......... .......... .......... .......... 16% 6.69M 13s [build 2023-05-24 07:39:16] 16250K .......... .......... .......... .......... .......... 16% 7.49M 13s [build 2023-05-24 07:39:16] 16300K .......... .......... .......... .......... .......... 16% 7.95M 13s [build 2023-05-24 07:39:16] 16350K .......... .......... .......... .......... .......... 16% 5.01M 13s [build 2023-05-24 07:39:16] 16400K .......... .......... .......... .......... .......... 16% 9.70M 13s [build 2023-05-24 07:39:16] 16450K .......... .......... .......... .......... .......... 16% 5.97M 13s [build 2023-05-24 07:39:16] 16500K .......... .......... .......... .......... .......... 16% 11.1M 13s [build 2023-05-24 07:39:16] 16550K .......... .......... .......... .......... .......... 16% 5.69M 13s [build 2023-05-24 07:39:16] 16600K .......... .......... .......... .......... .......... 16% 9.58M 13s [build 2023-05-24 07:39:16] 16650K .......... .......... .......... .......... .......... 16% 6.20M 13s [build 2023-05-24 07:39:16] 16700K .......... .......... .......... .......... .......... 16% 11.2M 13s [build 2023-05-24 07:39:16] 16750K .......... .......... .......... .......... .......... 16% 4.94M 13s [build 2023-05-24 07:39:16] 16800K .......... .......... .......... .......... .......... 16% 6.22M 13s [build 2023-05-24 07:39:16] 16850K .......... .......... .......... .......... .......... 16% 9.84M 13s [build 2023-05-24 07:39:16] 16900K .......... .......... .......... .......... .......... 16% 5.94M 13s [build 2023-05-24 07:39:16] 16950K .......... .......... .......... .......... .......... 16% 9.52M 13s [build 2023-05-24 07:39:16] 17000K .......... .......... .......... .......... .......... 16% 6.33M 13s [build 2023-05-24 07:39:16] 17050K .......... .......... .......... .......... .......... 16% 9.49M 12s [build 2023-05-24 07:39:16] 17100K .......... .......... .......... .......... .......... 17% 7.38M 12s [build 2023-05-24 07:39:16] 17150K .......... .......... .......... .......... .......... 17% 6.00M 12s [build 2023-05-24 07:39:16] 17200K .......... .......... .......... .......... .......... 17% 6.92M 12s [build 2023-05-24 07:39:16] 17250K .......... .......... .......... .......... .......... 17% 8.21M 12s [build 2023-05-24 07:39:16] 17300K .......... .......... .......... .......... .......... 17% 7.38M 12s [build 2023-05-24 07:39:16] 17350K .......... .......... .......... .......... .......... 17% 8.24M 12s [build 2023-05-24 07:39:16] 17400K .......... .......... .......... .......... .......... 17% 7.52M 12s [build 2023-05-24 07:39:16] 17450K .......... .......... .......... .......... .......... 17% 8.17M 12s [build 2023-05-24 07:39:16] 17500K .......... .......... .......... .......... .......... 17% 7.08M 12s [build 2023-05-24 07:39:16] 17550K .......... .......... .......... .......... .......... 17% 6.64M 12s [build 2023-05-24 07:39:16] 17600K .......... .......... .......... .......... .......... 17% 6.65M 12s [build 2023-05-24 07:39:16] 17650K .......... .......... .......... .......... .......... 17% 9.00M 12s [build 2023-05-24 07:39:16] 17700K .......... .......... .......... .......... .......... 17% 7.33M 12s [build 2023-05-24 07:39:16] 17750K .......... .......... .......... .......... .......... 17% 9.82M 12s [build 2023-05-24 07:39:16] 17800K .......... .......... .......... .......... .......... 17% 6.57M 12s [build 2023-05-24 07:39:16] 17850K .......... .......... .......... .......... .......... 17% 6.74M 12s [build 2023-05-24 07:39:16] 17900K .......... .......... .......... .......... .......... 17% 9.34M 12s [build 2023-05-24 07:39:16] 17950K .......... .......... .......... .......... .......... 17% 5.43M 12s [build 2023-05-24 07:39:16] 18000K .......... .......... .......... .......... .......... 17% 9.64M 12s [build 2023-05-24 07:39:16] 18050K .......... .......... .......... .......... .......... 17% 6.47M 12s [build 2023-05-24 07:39:16] 18100K .......... .......... .......... .......... .......... 18% 9.76M 12s [build 2023-05-24 07:39:16] 18150K .......... .......... .......... .......... .......... 18% 7.72M 12s [build 2023-05-24 07:39:16] 18200K .......... .......... .......... .......... .......... 18% 8.36M 12s [build 2023-05-24 07:39:16] 18250K .......... .......... .......... .......... .......... 18% 6.96M 12s [build 2023-05-24 07:39:16] 18300K .......... .......... .......... .......... .......... 18% 9.46M 12s [build 2023-05-24 07:39:16] 18350K .......... .......... .......... .......... .......... 18% 5.35M 12s [build 2023-05-24 07:39:16] 18400K .......... .......... .......... .......... .......... 18% 10.6M 12s [build 2023-05-24 07:39:16] 18450K .......... .......... .......... .......... .......... 18% 6.48M 12s [build 2023-05-24 07:39:16] 18500K .......... .......... .......... .......... .......... 18% 10.7M 12s [build 2023-05-24 07:39:16] 18550K .......... .......... .......... .......... .......... 18% 6.53M 12s [build 2023-05-24 07:39:16] 18600K .......... .......... .......... .......... .......... 18% 10.3M 12s [build 2023-05-24 07:39:16] 18650K .......... .......... .......... .......... .......... 18% 7.04M 12s [build 2023-05-24 07:39:16] 18700K .......... .......... .......... .......... .......... 18% 8.87M 12s [build 2023-05-24 07:39:16] 18750K .......... .......... .......... .......... .......... 18% 6.20M 12s [build 2023-05-24 07:39:16] 18800K .......... .......... .......... .......... .......... 18% 8.94M 12s [build 2023-05-24 07:39:16] 18850K .......... .......... .......... .......... .......... 18% 7.63M 12s [build 2023-05-24 07:39:16] 18900K .......... .......... .......... .......... .......... 18% 9.28M 12s [build 2023-05-24 07:39:16] 18950K .......... .......... .......... .......... .......... 18% 6.96M 12s [build 2023-05-24 07:39:16] 19000K .......... .......... .......... .......... .......... 18% 9.12M 12s [build 2023-05-24 07:39:16] 19050K .......... .......... .......... .......... .......... 18% 7.96M 12s [build 2023-05-24 07:39:16] 19100K .......... .......... .......... .......... .......... 19% 8.47M 12s [build 2023-05-24 07:39:16] 19150K .......... .......... .......... .......... .......... 19% 6.41M 12s [build 2023-05-24 07:39:16] 19200K .......... .......... .......... .......... .......... 19% 7.70M 12s [build 2023-05-24 07:39:16] 19250K .......... .......... .......... .......... .......... 19% 7.83M 12s [build 2023-05-24 07:39:16] 19300K .......... .......... .......... .......... .......... 19% 8.99M 12s [build 2023-05-24 07:39:16] 19350K .......... .......... .......... .......... .......... 19% 8.00M 12s [build 2023-05-24 07:39:16] 19400K .......... .......... .......... .......... .......... 19% 9.36M 12s [build 2023-05-24 07:39:16] 19450K .......... .......... .......... .......... .......... 19% 7.18M 12s [build 2023-05-24 07:39:16] 19500K .......... .......... .......... .......... .......... 19% 9.47M 12s [build 2023-05-24 07:39:16] 19550K .......... .......... .......... .......... .......... 19% 6.39M 12s [build 2023-05-24 07:39:16] 19600K .......... .......... .......... .......... .......... 19% 9.07M 12s [build 2023-05-24 07:39:16] 19650K .......... .......... .......... .......... .......... 19% 7.36M 12s [build 2023-05-24 07:39:16] 19700K .......... .......... .......... .......... .......... 19% 9.29M 12s [build 2023-05-24 07:39:16] 19750K .......... .......... .......... .......... .......... 19% 7.84M 12s [build 2023-05-24 07:39:16] 19800K .......... .......... .......... .......... .......... 19% 9.31M 12s [build 2023-05-24 07:39:16] 19850K .......... .......... .......... .......... .......... 19% 7.83M 12s [build 2023-05-24 07:39:16] 19900K .......... .......... .......... .......... .......... 19% 8.75M 12s [build 2023-05-24 07:39:16] 19950K .......... .......... .......... .......... .......... 19% 6.32M 12s [build 2023-05-24 07:39:16] 20000K .......... .......... .......... .......... .......... 19% 8.93M 12s [build 2023-05-24 07:39:16] 20050K .......... .......... .......... .......... .......... 19% 8.14M 12s [build 2023-05-24 07:39:16] 20100K .......... .......... .......... .......... .......... 20% 9.09M 12s [build 2023-05-24 07:39:16] 20150K .......... .......... .......... .......... .......... 20% 7.93M 12s [build 2023-05-24 07:39:16] 20200K .......... .......... .......... .......... .......... 20% 8.91M 12s [build 2023-05-24 07:39:16] 20250K .......... .......... .......... .......... .......... 20% 7.83M 12s [build 2023-05-24 07:39:16] 20300K .......... .......... .......... .......... .......... 20% 8.76M 12s [build 2023-05-24 07:39:16] 20350K .......... .......... .......... .......... .......... 20% 6.91M 12s [build 2023-05-24 07:39:16] 20400K .......... .......... .......... .......... .......... 20% 8.89M 12s [build 2023-05-24 07:39:16] 20450K .......... .......... .......... .......... .......... 20% 8.47M 12s [build 2023-05-24 07:39:16] 20500K .......... .......... .......... .......... .......... 20% 8.21M 12s [build 2023-05-24 07:39:16] 20550K .......... .......... .......... .......... .......... 20% 10.8M 12s [build 2023-05-24 07:39:16] 20600K .......... .......... .......... .......... .......... 20% 9.63M 12s [build 2023-05-24 07:39:16] 20650K .......... .......... .......... .......... .......... 20% 7.68M 12s [build 2023-05-24 07:39:16] 20700K .......... .......... .......... .......... .......... 20% 9.40M 12s [build 2023-05-24 07:39:16] 20750K .......... .......... .......... .......... .......... 20% 7.23M 12s [build 2023-05-24 07:39:16] 20800K .......... .......... .......... .......... .......... 20% 8.04M 12s [build 2023-05-24 07:39:16] 20850K .......... .......... .......... .......... .......... 20% 9.34M 12s [build 2023-05-24 07:39:16] 20900K .......... .......... .......... .......... .......... 20% 7.43M 12s [build 2023-05-24 07:39:16] 20950K .......... .......... .......... .......... .......... 20% 10.6M 12s [build 2023-05-24 07:39:16] 21000K .......... .......... .......... .......... .......... 20% 8.51M 12s [build 2023-05-24 07:39:16] 21050K .......... .......... .......... .......... .......... 20% 10.5M 11s [build 2023-05-24 07:39:16] 21100K .......... .......... .......... .......... .......... 21% 9.95M 11s [build 2023-05-24 07:39:16] 21150K .......... .......... .......... .......... .......... 21% 6.43M 11s [build 2023-05-24 07:39:16] 21200K .......... .......... .......... .......... .......... 21% 8.49M 11s [build 2023-05-24 07:39:16] 21250K .......... .......... .......... .......... .......... 21% 9.10M 11s [build 2023-05-24 07:39:16] 21300K .......... .......... .......... .......... .......... 21% 9.32M 11s [build 2023-05-24 07:39:16] 21350K .......... .......... .......... .......... .......... 21% 7.37M 11s [build 2023-05-24 07:39:16] 21400K .......... .......... .......... .......... .......... 21% 11.5M 11s [build 2023-05-24 07:39:16] 21450K .......... .......... .......... .......... .......... 21% 8.72M 11s [build 2023-05-24 07:39:16] 21500K .......... .......... .......... .......... .......... 21% 9.31M 11s [build 2023-05-24 07:39:16] 21550K .......... .......... .......... .......... .......... 21% 5.86M 11s [build 2023-05-24 07:39:16] 21600K .......... .......... .......... .......... .......... 21% 11.9M 11s [build 2023-05-24 07:39:16] 21650K .......... .......... .......... .......... .......... 21% 10.8M 11s [build 2023-05-24 07:39:16] 21700K .......... .......... .......... .......... .......... 21% 6.92M 11s [build 2023-05-24 07:39:16] 21750K .......... .......... .......... .......... .......... 21% 11.6M 11s [build 2023-05-24 07:39:16] 21800K .......... .......... .......... .......... .......... 21% 6.78M 11s [build 2023-05-24 07:39:16] 21850K .......... .......... .......... .......... .......... 21% 12.2M 11s [build 2023-05-24 07:39:16] 21900K .......... .......... .......... .......... .......... 21% 6.93M 11s [build 2023-05-24 07:39:16] 21950K .......... .......... .......... .......... .......... 21% 9.03M 11s [build 2023-05-24 07:39:16] 22000K .......... .......... .......... .......... .......... 21% 8.01M 11s [build 2023-05-24 07:39:16] 22050K .......... .......... .......... .......... .......... 21% 9.82M 11s [build 2023-05-24 07:39:16] 22100K .......... .......... .......... .......... .......... 22% 8.72M 11s [build 2023-05-24 07:39:16] 22150K .......... .......... .......... .......... .......... 22% 9.97M 11s [build 2023-05-24 07:39:16] 22200K .......... .......... .......... .......... .......... 22% 11.9M 11s [build 2023-05-24 07:39:16] 22250K .......... .......... .......... .......... .......... 22% 7.92M 11s [build 2023-05-24 07:39:16] 22300K .......... .......... .......... .......... .......... 22% 11.4M 11s [build 2023-05-24 07:39:16] 22350K .......... .......... .......... .......... .......... 22% 6.29M 11s [build 2023-05-24 07:39:16] 22400K .......... .......... .......... .......... .......... 22% 9.84M 11s [build 2023-05-24 07:39:16] 22450K .......... .......... .......... .......... .......... 22% 8.53M 11s [build 2023-05-24 07:39:16] 22500K .......... .......... .......... .......... .......... 22% 9.30M 11s [build 2023-05-24 07:39:16] 22550K .......... .......... .......... .......... .......... 22% 10.2M 11s [build 2023-05-24 07:39:16] 22600K .......... .......... .......... .......... .......... 22% 7.32M 11s [build 2023-05-24 07:39:16] 22650K .......... .......... .......... .......... .......... 22% 14.3M 11s [build 2023-05-24 07:39:16] 22700K .......... .......... .......... .......... .......... 22% 9.34M 11s [build 2023-05-24 07:39:16] 22750K .......... .......... .......... .......... .......... 22% 7.08M 11s [build 2023-05-24 07:39:16] 22800K .......... .......... .......... .......... .......... 22% 10.0M 11s [build 2023-05-24 07:39:16] 22850K .......... .......... .......... .......... .......... 22% 8.54M 11s [build 2023-05-24 07:39:16] 22900K .......... .......... .......... .......... .......... 22% 9.89M 11s [build 2023-05-24 07:39:16] 22950K .......... .......... .......... .......... .......... 22% 9.77M 11s [build 2023-05-24 07:39:16] 23000K .......... .......... .......... .......... .......... 22% 10.0M 11s [build 2023-05-24 07:39:16] 23050K .......... .......... .......... .......... .......... 22% 10.1M 11s [build 2023-05-24 07:39:16] 23100K .......... .......... .......... .......... .......... 23% 8.35M 11s [build 2023-05-24 07:39:16] 23150K .......... .......... .......... .......... .......... 23% 7.39M 11s [build 2023-05-24 07:39:16] 23200K .......... .......... .......... .......... .......... 23% 10.1M 11s [build 2023-05-24 07:39:16] 23250K .......... .......... .......... .......... .......... 23% 9.69M 11s [build 2023-05-24 07:39:16] 23300K .......... .......... .......... .......... .......... 23% 9.33M 11s [build 2023-05-24 07:39:16] 23350K .......... .......... .......... .......... .......... 23% 9.56M 11s [build 2023-05-24 07:39:16] 23400K .......... .......... .......... .......... .......... 23% 10.7M 11s [build 2023-05-24 07:39:16] 23450K .......... .......... .......... .......... .......... 23% 8.68M 11s [build 2023-05-24 07:39:16] 23500K .......... .......... .......... .......... .......... 23% 9.77M 11s [build 2023-05-24 07:39:16] 23550K .......... .......... .......... .......... .......... 23% 6.65M 11s [build 2023-05-24 07:39:16] 23600K .......... .......... .......... .......... .......... 23% 10.8M 11s [build 2023-05-24 07:39:16] 23650K .......... .......... .......... .......... .......... 23% 8.58M 11s [build 2023-05-24 07:39:16] 23700K .......... .......... .......... .......... .......... 23% 10.6M 11s [build 2023-05-24 07:39:16] 23750K .......... .......... .......... .......... .......... 23% 9.81M 11s [build 2023-05-24 07:39:16] 23800K .......... .......... .......... .......... .......... 23% 8.96M 11s [build 2023-05-24 07:39:16] 23850K .......... .......... .......... .......... .......... 23% 11.8M 11s [build 2023-05-24 07:39:16] 23900K .......... .......... .......... .......... .......... 23% 8.18M 11s [build 2023-05-24 07:39:16] 23950K .......... .......... .......... .......... .......... 23% 9.55M 11s [build 2023-05-24 07:39:16] 24000K .......... .......... .......... .......... .......... 23% 9.26M 11s [build 2023-05-24 07:39:16] 24050K .......... .......... .......... .......... .......... 23% 8.45M 11s [build 2023-05-24 07:39:16] 24100K .......... .......... .......... .......... .......... 24% 10.1M 11s [build 2023-05-24 07:39:16] 24150K .......... .......... .......... .......... .......... 24% 9.45M 11s [build 2023-05-24 07:39:16] 24200K .......... .......... .......... .......... .......... 24% 8.37M 11s [build 2023-05-24 07:39:16] 24250K .......... .......... .......... .......... .......... 24% 13.3M 11s [build 2023-05-24 07:39:16] 24300K .......... .......... .......... .......... .......... 24% 8.21M 11s [build 2023-05-24 07:39:16] 24350K .......... .......... .......... .......... .......... 24% 9.04M 11s [build 2023-05-24 07:39:16] 24400K .......... .......... .......... .......... .......... 24% 9.30M 11s [build 2023-05-24 07:39:16] 24450K .......... .......... .......... .......... .......... 24% 10.0M 11s [build 2023-05-24 07:39:16] 24500K .......... .......... .......... .......... .......... 24% 11.8M 11s [build 2023-05-24 07:39:16] 24550K .......... .......... .......... .......... .......... 24% 8.57M 11s [build 2023-05-24 07:39:17] 24600K .......... .......... .......... .......... .......... 24% 11.9M 11s [build 2023-05-24 07:39:17] 24650K .......... .......... .......... .......... .......... 24% 8.41M 11s [build 2023-05-24 07:39:17] 24700K .......... .......... .......... .......... .......... 24% 10.9M 11s [build 2023-05-24 07:39:17] 24750K .......... .......... .......... .......... .......... 24% 8.57M 11s [build 2023-05-24 07:39:17] 24800K .......... .......... .......... .......... .......... 24% 7.89M 11s [build 2023-05-24 07:39:17] 24850K .......... .......... .......... .......... .......... 24% 12.9M 11s [build 2023-05-24 07:39:17] 24900K .......... .......... .......... .......... .......... 24% 9.42M 11s [build 2023-05-24 07:39:17] 24950K .......... .......... .......... .......... .......... 24% 9.33M 10s [build 2023-05-24 07:39:17] 25000K .......... .......... .......... .......... .......... 24% 12.5M 10s [build 2023-05-24 07:39:17] 25050K .......... .......... .......... .......... .......... 24% 9.05M 10s [build 2023-05-24 07:39:17] 25100K .......... .......... .......... .......... .......... 24% 10.5M 10s [build 2023-05-24 07:39:17] 25150K .......... .......... .......... .......... .......... 25% 8.38M 10s [build 2023-05-24 07:39:17] 25200K .......... .......... .......... .......... .......... 25% 8.81M 10s [build 2023-05-24 07:39:17] 25250K .......... .......... .......... .......... .......... 25% 10.4M 10s [build 2023-05-24 07:39:17] 25300K .......... .......... .......... .......... .......... 25% 9.15M 10s [build 2023-05-24 07:39:17] 25350K .......... .......... .......... .......... .......... 25% 11.9M 10s [build 2023-05-24 07:39:17] 25400K .......... .......... .......... .......... .......... 25% 9.55M 10s [build 2023-05-24 07:39:17] 25450K .......... .......... .......... .......... .......... 25% 9.56M 10s [build 2023-05-24 07:39:17] 25500K .......... .......... .......... .......... .......... 25% 13.3M 10s [build 2023-05-24 07:39:17] 25550K .......... .......... .......... .......... .......... 25% 7.52M 10s [build 2023-05-24 07:39:17] 25600K .......... .......... .......... .......... .......... 25% 9.56M 10s [build 2023-05-24 07:39:17] 25650K .......... .......... .......... .......... .......... 25% 9.98M 10s [build 2023-05-24 07:39:17] 25700K .......... .......... .......... .......... .......... 25% 9.25M 10s [build 2023-05-24 07:39:17] 25750K .......... .......... .......... .......... .......... 25% 13.6M 10s [build 2023-05-24 07:39:17] 25800K .......... .......... .......... .......... .......... 25% 10.3M 10s [build 2023-05-24 07:39:17] 25850K .......... .......... .......... .......... .......... 25% 8.67M 10s [build 2023-05-24 07:39:17] 25900K .......... .......... .......... .......... .......... 25% 11.2M 10s [build 2023-05-24 07:39:17] 25950K .......... .......... .......... .......... .......... 25% 6.99M 10s [build 2023-05-24 07:39:17] 26000K .......... .......... .......... .......... .......... 25% 12.1M 10s [build 2023-05-24 07:39:17] 26050K .......... .......... .......... .......... .......... 25% 11.5M 10s [build 2023-05-24 07:39:17] 26100K .......... .......... .......... .......... .......... 25% 8.60M 10s [build 2023-05-24 07:39:17] 26150K .......... .......... .......... .......... .......... 26% 12.9M 10s [build 2023-05-24 07:39:17] 26200K .......... .......... .......... .......... .......... 26% 12.3M 10s [build 2023-05-24 07:39:17] 26250K .......... .......... .......... .......... .......... 26% 7.79M 10s [build 2023-05-24 07:39:17] 26300K .......... .......... .......... .......... .......... 26% 14.0M 10s [build 2023-05-24 07:39:17] 26350K .......... .......... .......... .......... .......... 26% 6.68M 10s [build 2023-05-24 07:39:17] 26400K .......... .......... .......... .......... .......... 26% 12.4M 10s [build 2023-05-24 07:39:17] 26450K .......... .......... .......... .......... .......... 26% 11.9M 10s [build 2023-05-24 07:39:17] 26500K .......... .......... .......... .......... .......... 26% 7.97M 10s [build 2023-05-24 07:39:17] 26550K .......... .......... .......... .......... .......... 26% 12.6M 10s [build 2023-05-24 07:39:17] 26600K .......... .......... .......... .......... .......... 26% 8.50M 10s [build 2023-05-24 07:39:17] 26650K .......... .......... .......... .......... .......... 26% 13.1M 10s [build 2023-05-24 07:39:17] 26700K .......... .......... .......... .......... .......... 26% 10.9M 10s [build 2023-05-24 07:39:17] 26750K .......... .......... .......... .......... .......... 26% 7.39M 10s [build 2023-05-24 07:39:17] 26800K .......... .......... .......... .......... .......... 26% 12.2M 10s [build 2023-05-24 07:39:17] 26850K .......... .......... .......... .......... .......... 26% 9.02M 10s [build 2023-05-24 07:39:17] 26900K .......... .......... .......... .......... .......... 26% 10.4M 10s [build 2023-05-24 07:39:17] 26950K .......... .......... .......... .......... .......... 26% 14.0M 10s [build 2023-05-24 07:39:17] 27000K .......... .......... .......... .......... .......... 26% 8.00M 10s [build 2023-05-24 07:39:17] 27050K .......... .......... .......... .......... .......... 26% 9.99M 10s [build 2023-05-24 07:39:17] 27100K .......... .......... .......... .......... .......... 26% 12.4M 10s [build 2023-05-24 07:39:17] 27150K .......... .......... .......... .......... .......... 27% 7.09M 10s [build 2023-05-24 07:39:17] 27200K .......... .......... .......... .......... .......... 27% 13.6M 10s [build 2023-05-24 07:39:17] 27250K .......... .......... .......... .......... .......... 27% 9.15M 10s [build 2023-05-24 07:39:17] 27300K .......... .......... .......... .......... .......... 27% 10.6M 10s [build 2023-05-24 07:39:17] 27350K .......... .......... .......... .......... .......... 27% 12.4M 10s [build 2023-05-24 07:39:17] 27400K .......... .......... .......... .......... .......... 27% 9.34M 10s [build 2023-05-24 07:39:17] 27450K .......... .......... .......... .......... .......... 27% 10.1M 10s [build 2023-05-24 07:39:17] 27500K .......... .......... .......... .......... .......... 27% 12.3M 10s [build 2023-05-24 07:39:17] 27550K .......... .......... .......... .......... .......... 27% 7.29M 10s [build 2023-05-24 07:39:17] 27600K .......... .......... .......... .......... .......... 27% 11.1M 10s [build 2023-05-24 07:39:17] 27650K .......... .......... .......... .......... .......... 27% 12.4M 10s [build 2023-05-24 07:39:17] 27700K .......... .......... .......... .......... .......... 27% 9.14M 10s [build 2023-05-24 07:39:17] 27750K .......... .......... .......... .......... .......... 27% 11.3M 10s [build 2023-05-24 07:39:17] 27800K .......... .......... .......... .......... .......... 27% 13.7M 10s [build 2023-05-24 07:39:17] 27850K .......... .......... .......... .......... .......... 27% 8.20M 10s [build 2023-05-24 07:39:17] 27900K .......... .......... .......... .......... .......... 27% 13.8M 10s [build 2023-05-24 07:39:17] 27950K .......... .......... .......... .......... .......... 27% 8.57M 10s [build 2023-05-24 07:39:17] 28000K .......... .......... .......... .......... .......... 27% 10.1M 10s [build 2023-05-24 07:39:17] 28050K .......... .......... .......... .......... .......... 27% 11.5M 10s [build 2023-05-24 07:39:17] 28100K .......... .......... .......... .......... .......... 27% 9.35M 10s [build 2023-05-24 07:39:17] 28150K .......... .......... .......... .......... .......... 28% 11.0M 10s [build 2023-05-24 07:39:17] 28200K .......... .......... .......... .......... .......... 28% 12.7M 10s [build 2023-05-24 07:39:17] 28250K .......... .......... .......... .......... .......... 28% 10.6M 10s [build 2023-05-24 07:39:17] 28300K .......... .......... .......... .......... .......... 28% 9.36M 10s [build 2023-05-24 07:39:17] 28350K .......... .......... .......... .......... .......... 28% 9.05M 10s [build 2023-05-24 07:39:17] 28400K .......... .......... .......... .......... .......... 28% 10.9M 10s [build 2023-05-24 07:39:17] 28450K .......... .......... .......... .......... .......... 28% 10.1M 10s [build 2023-05-24 07:39:17] 28500K .......... .......... .......... .......... .......... 28% 11.3M 10s [build 2023-05-24 07:39:17] 28550K .......... .......... .......... .......... .......... 28% 11.0M 10s [build 2023-05-24 07:39:17] 28600K .......... .......... .......... .......... .......... 28% 11.5M 10s [build 2023-05-24 07:39:17] 28650K .......... .......... .......... .......... .......... 28% 10.6M 10s [build 2023-05-24 07:39:17] 28700K .......... .......... .......... .......... .......... 28% 11.1M 10s [build 2023-05-24 07:39:17] 28750K .......... .......... .......... .......... .......... 28% 8.67M 10s [build 2023-05-24 07:39:17] 28800K .......... .......... .......... .......... .......... 28% 10.5M 10s [build 2023-05-24 07:39:17] 28850K .......... .......... .......... .......... .......... 28% 10.8M 10s [build 2023-05-24 07:39:17] 28900K .......... .......... .......... .......... .......... 28% 12.7M 10s [build 2023-05-24 07:39:17] 28950K .......... .......... .......... .......... .......... 28% 10.8M 10s [build 2023-05-24 07:39:17] 29000K .......... .......... .......... .......... .......... 28% 10.0M 10s [build 2023-05-24 07:39:17] 29050K .......... .......... .......... .......... .......... 28% 13.0M 9s [build 2023-05-24 07:39:17] 29100K .......... .......... .......... .......... .......... 28% 9.48M 9s [build 2023-05-24 07:39:17] 29150K .......... .......... .......... .......... .......... 29% 9.41M 9s [build 2023-05-24 07:39:17] 29200K .......... .......... .......... .......... .......... 29% 10.2M 9s [build 2023-05-24 07:39:17] 29250K .......... .......... .......... .......... .......... 29% 9.43M 9s [build 2023-05-24 07:39:17] 29300K .......... .......... .......... .......... .......... 29% 12.4M 9s [build 2023-05-24 07:39:17] 29350K .......... .......... .......... .......... .......... 29% 12.6M 9s [build 2023-05-24 07:39:17] 29400K .......... .......... .......... .......... .......... 29% 11.2M 9s [build 2023-05-24 07:39:17] 29450K .......... .......... .......... .......... .......... 29% 10.4M 9s [build 2023-05-24 07:39:17] 29500K .......... .......... .......... .......... .......... 29% 12.7M 9s [build 2023-05-24 07:39:17] 29550K .......... .......... .......... .......... .......... 29% 7.42M 9s [build 2023-05-24 07:39:17] 29600K .......... .......... .......... .......... .......... 29% 12.4M 9s [build 2023-05-24 07:39:17] 29650K .......... .......... .......... .......... .......... 29% 11.5M 9s [build 2023-05-24 07:39:17] 29700K .......... .......... .......... .......... .......... 29% 10.3M 9s [build 2023-05-24 07:39:17] 29750K .......... .......... .......... .......... .......... 29% 11.7M 9s [build 2023-05-24 07:39:17] 29800K .......... .......... .......... .......... .......... 29% 11.0M 9s [build 2023-05-24 07:39:17] 29850K .......... .......... .......... .......... .......... 29% 10.8M 9s [build 2023-05-24 07:39:17] 29900K .......... .......... .......... .......... .......... 29% 11.7M 9s [build 2023-05-24 07:39:17] 29950K .......... .......... .......... .......... .......... 29% 9.23M 9s [build 2023-05-24 07:39:17] 30000K .......... .......... .......... .......... .......... 29% 11.2M 9s [build 2023-05-24 07:39:17] 30050K .......... .......... .......... .......... .......... 29% 10.1M 9s [build 2023-05-24 07:39:17] 30100K .......... .......... .......... .......... .......... 29% 12.8M 9s [build 2023-05-24 07:39:17] 30150K .......... .......... .......... .......... .......... 30% 9.59M 9s [build 2023-05-24 07:39:17] 30200K .......... .......... .......... .......... .......... 30% 11.3M 9s [build 2023-05-24 07:39:17] 30250K .......... .......... .......... .......... .......... 30% 12.7M 9s [build 2023-05-24 07:39:17] 30300K .......... .......... .......... .......... .......... 30% 9.93M 9s [build 2023-05-24 07:39:17] 30350K .......... .......... .......... .......... .......... 30% 9.81M 9s [build 2023-05-24 07:39:17] 30400K .......... .......... .......... .......... .......... 30% 11.4M 9s [build 2023-05-24 07:39:17] 30450K .......... .......... .......... .......... .......... 30% 10.1M 9s [build 2023-05-24 07:39:17] 30500K .......... .......... .......... .......... .......... 30% 12.2M 9s [build 2023-05-24 07:39:17] 30550K .......... .......... .......... .......... .......... 30% 12.3M 9s [build 2023-05-24 07:39:17] 30600K .......... .......... .......... .......... .......... 30% 9.38M 9s [build 2023-05-24 07:39:17] 30650K .......... .......... .......... .......... .......... 30% 13.7M 9s [build 2023-05-24 07:39:17] 30700K .......... .......... .......... .......... .......... 30% 12.1M 9s [build 2023-05-24 07:39:17] 30750K .......... .......... .......... .......... .......... 30% 7.61M 9s [build 2023-05-24 07:39:17] 30800K .......... .......... .......... .......... .......... 30% 13.3M 9s [build 2023-05-24 07:39:17] 30850K .......... .......... .......... .......... .......... 30% 11.9M 9s [build 2023-05-24 07:39:17] 30900K .......... .......... .......... .......... .......... 30% 9.64M 9s [build 2023-05-24 07:39:17] 30950K .......... .......... .......... .......... .......... 30% 14.1M 9s [build 2023-05-24 07:39:17] 31000K .......... .......... .......... .......... .......... 30% 10.6M 9s [build 2023-05-24 07:39:17] 31050K .......... .......... .......... .......... .......... 30% 11.1M 9s [build 2023-05-24 07:39:17] 31100K .......... .......... .......... .......... .......... 30% 13.9M 9s [build 2023-05-24 07:39:17] 31150K .......... .......... .......... .......... .......... 31% 7.67M 9s [build 2023-05-24 07:39:17] 31200K .......... .......... .......... .......... .......... 31% 13.8M 9s [build 2023-05-24 07:39:17] 31250K .......... .......... .......... .......... .......... 31% 10.5M 9s [build 2023-05-24 07:39:17] 31300K .......... .......... .......... .......... .......... 31% 10.8M 9s [build 2023-05-24 07:39:17] 31350K .......... .......... .......... .......... .......... 31% 13.3M 9s [build 2023-05-24 07:39:17] 31400K .......... .......... .......... .......... .......... 31% 11.8M 9s [build 2023-05-24 07:39:17] 31450K .......... .......... .......... .......... .......... 31% 10.3M 9s [build 2023-05-24 07:39:17] 31500K .......... .......... .......... .......... .......... 31% 12.6M 9s [build 2023-05-24 07:39:17] 31550K .......... .......... .......... .......... .......... 31% 8.66M 9s [build 2023-05-24 07:39:17] 31600K .......... .......... .......... .......... .......... 31% 11.9M 9s [build 2023-05-24 07:39:17] 31650K .......... .......... .......... .......... .......... 31% 12.7M 9s [build 2023-05-24 07:39:17] 31700K .......... .......... .......... .......... .......... 31% 11.7M 9s [build 2023-05-24 07:39:17] 31750K .......... .......... .......... .......... .......... 31% 10.3M 9s [build 2023-05-24 07:39:17] 31800K .......... .......... .......... .......... .......... 31% 10.9M 9s [build 2023-05-24 07:39:17] 31850K .......... .......... .......... .......... .......... 31% 10.9M 9s [build 2023-05-24 07:39:17] 31900K .......... .......... .......... .......... .......... 31% 14.6M 9s [build 2023-05-24 07:39:17] 31950K .......... .......... .......... .......... .......... 31% 8.32M 9s [build 2023-05-24 07:39:17] 32000K .......... .......... .......... .......... .......... 31% 14.4M 9s [build 2023-05-24 07:39:17] 32050K .......... .......... .......... .......... .......... 31% 11.1M 9s [build 2023-05-24 07:39:17] 32100K .......... .......... .......... .......... .......... 31% 10.1M 9s [build 2023-05-24 07:39:17] 32150K .......... .......... .......... .......... .......... 32% 14.9M 9s [build 2023-05-24 07:39:17] 32200K .......... .......... .......... .......... .......... 32% 11.8M 9s [build 2023-05-24 07:39:17] 32250K .......... .......... .......... .......... .......... 32% 10.1M 9s [build 2023-05-24 07:39:17] 32300K .......... .......... .......... .......... .......... 32% 13.8M 9s [build 2023-05-24 07:39:17] 32350K .......... .......... .......... .......... .......... 32% 8.29M 9s [build 2023-05-24 07:39:17] 32400K .......... .......... .......... .......... .......... 32% 10.6M 9s [build 2023-05-24 07:39:17] 32450K .......... .......... .......... .......... .......... 32% 12.8M 9s [build 2023-05-24 07:39:17] 32500K .......... .......... .......... .......... .......... 32% 13.4M 9s [build 2023-05-24 07:39:17] 32550K .......... .......... .......... .......... .......... 32% 12.0M 9s [build 2023-05-24 07:39:17] 32600K .......... .......... .......... .......... .......... 32% 10.5M 9s [build 2023-05-24 07:39:17] 32650K .......... .......... .......... .......... .......... 32% 12.2M 9s [build 2023-05-24 07:39:17] 32700K .......... .......... .......... .......... .......... 32% 13.0M 9s [build 2023-05-24 07:39:17] 32750K .......... .......... .......... .......... .......... 32% 8.17M 9s [build 2023-05-24 07:39:17] 32800K .......... .......... .......... .......... .......... 32% 9.34M 9s [build 2023-05-24 07:39:17] 32850K .......... .......... .......... .......... .......... 32% 22.0M 9s [build 2023-05-24 07:39:17] 32900K .......... .......... .......... .......... .......... 32% 10.2M 9s [build 2023-05-24 07:39:17] 32950K .......... .......... .......... .......... .......... 32% 8.36M 9s [build 2023-05-24 07:39:17] 33000K .......... .......... .......... .......... .......... 32% 13.4M 9s [build 2023-05-24 07:39:17] 33050K .......... .......... .......... .......... .......... 32% 13.5M 9s [build 2023-05-24 07:39:17] 33100K .......... .......... .......... .......... .......... 32% 11.0M 9s [build 2023-05-24 07:39:17] 33150K .......... .......... .......... .......... .......... 33% 8.98M 9s [build 2023-05-24 07:39:17] 33200K .......... .......... .......... .......... .......... 33% 12.7M 9s [build 2023-05-24 07:39:17] 33250K .......... .......... .......... .......... .......... 33% 11.9M 9s [build 2023-05-24 07:39:17] 33300K .......... .......... .......... .......... .......... 33% 10.7M 9s [build 2023-05-24 07:39:17] 33350K .......... .......... .......... .......... .......... 33% 13.4M 9s [build 2023-05-24 07:39:17] 33400K .......... .......... .......... .......... .......... 33% 11.6M 9s [build 2023-05-24 07:39:17] 33450K .......... .......... .......... .......... .......... 33% 9.76M 9s [build 2023-05-24 07:39:17] 33500K .......... .......... .......... .......... .......... 33% 11.9M 9s [build 2023-05-24 07:39:17] 33550K .......... .......... .......... .......... .......... 33% 10.9M 8s [build 2023-05-24 07:39:17] 33600K .......... .......... .......... .......... .......... 33% 9.29M 8s [build 2023-05-24 07:39:17] 33650K .......... .......... .......... .......... .......... 33% 13.5M 8s [build 2023-05-24 07:39:17] 33700K .......... .......... .......... .......... .......... 33% 13.5M 8s [build 2023-05-24 07:39:17] 33750K .......... .......... .......... .......... .......... 33% 12.0M 8s [build 2023-05-24 07:39:17] 33800K .......... .......... .......... .......... .......... 33% 10.6M 8s [build 2023-05-24 07:39:17] 33850K .......... .......... .......... .......... .......... 33% 12.8M 8s [build 2023-05-24 07:39:17] 33900K .......... .......... .......... .......... .......... 33% 13.0M 8s [build 2023-05-24 07:39:17] 33950K .......... .......... .......... .......... .......... 33% 8.65M 8s [build 2023-05-24 07:39:17] 34000K .......... .......... .......... .......... .......... 33% 11.8M 8s [build 2023-05-24 07:39:17] 34050K .......... .......... .......... .......... .......... 33% 12.9M 8s [build 2023-05-24 07:39:17] 34100K .......... .......... .......... .......... .......... 33% 11.9M 8s [build 2023-05-24 07:39:17] 34150K .......... .......... .......... .......... .......... 33% 13.6M 8s [build 2023-05-24 07:39:17] 34200K .......... .......... .......... .......... .......... 34% 11.1M 8s [build 2023-05-24 07:39:17] 34250K .......... .......... .......... .......... .......... 34% 12.7M 8s [build 2023-05-24 07:39:17] 34300K .......... .......... .......... .......... .......... 34% 11.9M 8s [build 2023-05-24 07:39:17] 34350K .......... .......... .......... .......... .......... 34% 8.55M 8s [build 2023-05-24 07:39:17] 34400K .......... .......... .......... .......... .......... 34% 13.2M 8s [build 2023-05-24 07:39:17] 34450K .......... .......... .......... .......... .......... 34% 11.9M 8s [build 2023-05-24 07:39:17] 34500K .......... .......... .......... .......... .......... 34% 10.8M 8s [build 2023-05-24 07:39:17] 34550K .......... .......... .......... .......... .......... 34% 12.6M 8s [build 2023-05-24 07:39:17] 34600K .......... .......... .......... .......... .......... 34% 13.3M 8s [build 2023-05-24 07:39:17] 34650K .......... .......... .......... .......... .......... 34% 11.4M 8s [build 2023-05-24 07:39:17] 34700K .......... .......... .......... .......... .......... 34% 12.0M 8s [build 2023-05-24 07:39:17] 34750K .......... .......... .......... .......... .......... 34% 10.4M 8s [build 2023-05-24 07:39:17] 34800K .......... .......... .......... .......... .......... 34% 11.9M 8s [build 2023-05-24 07:39:17] 34850K .......... .......... .......... .......... .......... 34% 10.8M 8s [build 2023-05-24 07:39:17] 34900K .......... .......... .......... .......... .......... 34% 13.9M 8s [build 2023-05-24 07:39:17] 34950K .......... .......... .......... .......... .......... 34% 11.2M 8s [build 2023-05-24 07:39:17] 35000K .......... .......... .......... .......... .......... 34% 12.4M 8s [build 2023-05-24 07:39:17] 35050K .......... .......... .......... .......... .......... 34% 12.6M 8s [build 2023-05-24 07:39:17] 35100K .......... .......... .......... .......... .......... 34% 13.5M 8s [build 2023-05-24 07:39:17] 35150K .......... .......... .......... .......... .......... 34% 10.5M 8s [build 2023-05-24 07:39:17] 35200K .......... .......... .......... .......... .......... 35% 10.1M 8s [build 2023-05-24 07:39:17] 35250K .......... .......... .......... .......... .......... 35% 11.8M 8s [build 2023-05-24 07:39:17] 35300K .......... .......... .......... .......... .......... 35% 13.6M 8s [build 2023-05-24 07:39:17] 35350K .......... .......... .......... .......... .......... 35% 11.4M 8s [build 2023-05-24 07:39:17] 35400K .......... .......... .......... .......... .......... 35% 12.4M 8s [build 2023-05-24 07:39:17] 35450K .......... .......... .......... .......... .......... 35% 12.5M 8s [build 2023-05-24 07:39:17] 35500K .......... .......... .......... .......... .......... 35% 12.8M 8s [build 2023-05-24 07:39:17] 35550K .......... .......... .......... .......... .......... 35% 9.45M 8s [build 2023-05-24 07:39:17] 35600K .......... .......... .......... .......... .......... 35% 12.3M 8s [build 2023-05-24 07:39:18] 35650K .......... .......... .......... .......... .......... 35% 12.2M 8s [build 2023-05-24 07:39:18] 35700K .......... .......... .......... .......... .......... 35% 12.9M 8s [build 2023-05-24 07:39:18] 35750K .......... .......... .......... .......... .......... 35% 11.7M 8s [build 2023-05-24 07:39:18] 35800K .......... .......... .......... .......... .......... 35% 12.6M 8s [build 2023-05-24 07:39:18] 35850K .......... .......... .......... .......... .......... 35% 12.3M 8s [build 2023-05-24 07:39:18] 35900K .......... .......... .......... .......... .......... 35% 12.6M 8s [build 2023-05-24 07:39:18] 35950K .......... .......... .......... .......... .......... 35% 9.23M 8s [build 2023-05-24 07:39:18] 36000K .......... .......... .......... .......... .......... 35% 12.3M 8s [build 2023-05-24 07:39:18] 36050K .......... .......... .......... .......... .......... 35% 10.7M 8s [build 2023-05-24 07:39:18] 36100K .......... .......... .......... .......... .......... 35% 12.5M 8s [build 2023-05-24 07:39:18] 36150K .......... .......... .......... .......... .......... 35% 12.6M 8s [build 2023-05-24 07:39:18] 36200K .......... .......... .......... .......... .......... 36% 13.0M 8s [build 2023-05-24 07:39:18] 36250K .......... .......... .......... .......... .......... 36% 12.6M 8s [build 2023-05-24 07:39:18] 36300K .......... .......... .......... .......... .......... 36% 11.7M 8s [build 2023-05-24 07:39:18] 36350K .......... .......... .......... .......... .......... 36% 10.3M 8s [build 2023-05-24 07:39:18] 36400K .......... .......... .......... .......... .......... 36% 12.7M 8s [build 2023-05-24 07:39:18] 36450K .......... .......... .......... .......... .......... 36% 12.3M 8s [build 2023-05-24 07:39:18] 36500K .......... .......... .......... .......... .......... 36% 12.6M 8s [build 2023-05-24 07:39:18] 36550K .......... .......... .......... .......... .......... 36% 13.6M 8s [build 2023-05-24 07:39:18] 36600K .......... .......... .......... .......... .......... 36% 12.3M 8s [build 2023-05-24 07:39:18] 36650K .......... .......... .......... .......... .......... 36% 12.4M 8s [build 2023-05-24 07:39:18] 36700K .......... .......... .......... .......... .......... 36% 12.2M 8s [build 2023-05-24 07:39:18] 36750K .......... .......... .......... .......... .......... 36% 10.1M 8s [build 2023-05-24 07:39:18] 36800K .......... .......... .......... .......... .......... 36% 12.3M 8s [build 2023-05-24 07:39:18] 36850K .......... .......... .......... .......... .......... 36% 13.0M 8s [build 2023-05-24 07:39:18] 36900K .......... .......... .......... .......... .......... 36% 10.9M 8s [build 2023-05-24 07:39:18] 36950K .......... .......... .......... .......... .......... 36% 13.0M 8s [build 2023-05-24 07:39:18] 37000K .......... .......... .......... .......... .......... 36% 13.0M 8s [build 2023-05-24 07:39:18] 37050K .......... .......... .......... .......... .......... 36% 12.5M 8s [build 2023-05-24 07:39:18] 37100K .......... .......... .......... .......... .......... 36% 13.6M 8s [build 2023-05-24 07:39:18] 37150K .......... .......... .......... .......... .......... 36% 9.11M 8s [build 2023-05-24 07:39:18] 37200K .......... .......... .......... .......... .......... 37% 12.7M 8s [build 2023-05-24 07:39:18] 37250K .......... .......... .......... .......... .......... 37% 13.1M 8s [build 2023-05-24 07:39:18] 37300K .......... .......... .......... .......... .......... 37% 12.5M 8s [build 2023-05-24 07:39:18] 37350K .......... .......... .......... .......... .......... 37% 11.4M 8s [build 2023-05-24 07:39:18] 37400K .......... .......... .......... .......... .......... 37% 14.5M 8s [build 2023-05-24 07:39:18] 37450K .......... .......... .......... .......... .......... 37% 11.8M 8s [build 2023-05-24 07:39:18] 37500K .......... .......... .......... .......... .......... 37% 12.2M 8s [build 2023-05-24 07:39:18] 37550K .......... .......... .......... .......... .......... 37% 10.1M 8s [build 2023-05-24 07:39:18] 37600K .......... .......... .......... .......... .......... 37% 13.3M 8s [build 2023-05-24 07:39:18] 37650K .......... .......... .......... .......... .......... 37% 11.5M 8s [build 2023-05-24 07:39:18] 37700K .......... .......... .......... .......... .......... 37% 14.3M 8s [build 2023-05-24 07:39:18] 37750K .......... .......... .......... .......... .......... 37% 11.4M 8s [build 2023-05-24 07:39:18] 37800K .......... .......... .......... .......... .......... 37% 13.8M 8s [build 2023-05-24 07:39:18] 37850K .......... .......... .......... .......... .......... 37% 11.8M 8s [build 2023-05-24 07:39:18] 37900K .......... .......... .......... .......... .......... 37% 12.5M 8s [build 2023-05-24 07:39:18] 37950K .......... .......... .......... .......... .......... 37% 10.4M 8s [build 2023-05-24 07:39:18] 38000K .......... .......... .......... .......... .......... 37% 12.1M 8s [build 2023-05-24 07:39:18] 38050K .......... .......... .......... .......... .......... 37% 15.2M 8s [build 2023-05-24 07:39:18] 38100K .......... .......... .......... .......... .......... 37% 10.4M 8s [build 2023-05-24 07:39:18] 38150K .......... .......... .......... .......... .......... 37% 13.1M 8s [build 2023-05-24 07:39:18] 38200K .......... .......... .......... .......... .......... 38% 13.7M 8s [build 2023-05-24 07:39:18] 38250K .......... .......... .......... .......... .......... 38% 12.5M 8s [build 2023-05-24 07:39:18] 38300K .......... .......... .......... .......... .......... 38% 12.3M 8s [build 2023-05-24 07:39:18] 38350K .......... .......... .......... .......... .......... 38% 10.0M 8s [build 2023-05-24 07:39:18] 38400K .......... .......... .......... .......... .......... 38% 12.9M 8s [build 2023-05-24 07:39:18] 38450K .......... .......... .......... .......... .......... 38% 12.4M 8s [build 2023-05-24 07:39:18] 38500K .......... .......... .......... .......... .......... 38% 13.8M 8s [build 2023-05-24 07:39:18] 38550K .......... .......... .......... .......... .......... 38% 11.8M 7s [build 2023-05-24 07:39:18] 38600K .......... .......... .......... .......... .......... 38% 12.9M 7s [build 2023-05-24 07:39:18] 38650K .......... .......... .......... .......... .......... 38% 12.5M 7s [build 2023-05-24 07:39:18] 38700K .......... .......... .......... .......... .......... 38% 14.8M 7s [build 2023-05-24 07:39:18] 38750K .......... .......... .......... .......... .......... 38% 9.81M 7s [build 2023-05-24 07:39:18] 38800K .......... .......... .......... .......... .......... 38% 12.3M 7s [build 2023-05-24 07:39:18] 38850K .......... .......... .......... .......... .......... 38% 13.5M 7s [build 2023-05-24 07:39:18] 38900K .......... .......... .......... .......... .......... 38% 11.5M 7s [build 2023-05-24 07:39:18] 38950K .......... .......... .......... .......... .......... 38% 13.0M 7s [build 2023-05-24 07:39:18] 39000K .......... .......... .......... .......... .......... 38% 14.2M 7s [build 2023-05-24 07:39:18] 39050K .......... .......... .......... .......... .......... 38% 12.6M 7s [build 2023-05-24 07:39:18] 39100K .......... .......... .......... .......... .......... 38% 12.2M 7s [build 2023-05-24 07:39:18] 39150K .......... .......... .......... .......... .......... 38% 10.0M 7s [build 2023-05-24 07:39:18] 39200K .......... .......... .......... .......... .......... 39% 13.3M 7s [build 2023-05-24 07:39:18] 39250K .......... .......... .......... .......... .......... 39% 12.9M 7s [build 2023-05-24 07:39:18] 39300K .......... .......... .......... .......... .......... 39% 13.4M 7s [build 2023-05-24 07:39:18] 39350K .......... .......... .......... .......... .......... 39% 13.0M 7s [build 2023-05-24 07:39:18] 39400K .......... .......... .......... .......... .......... 39% 12.0M 7s [build 2023-05-24 07:39:18] 39450K .......... .......... .......... .......... .......... 39% 10.9M 7s [build 2023-05-24 07:39:18] 39500K .......... .......... .......... .......... .......... 39% 15.7M 7s [build 2023-05-24 07:39:18] 39550K .......... .......... .......... .......... .......... 39% 9.75M 7s [build 2023-05-24 07:39:18] 39600K .......... .......... .......... .......... .......... 39% 13.2M 7s [build 2023-05-24 07:39:18] 39650K .......... .......... .......... .......... .......... 39% 13.2M 7s [build 2023-05-24 07:39:18] 39700K .......... .......... .......... .......... .......... 39% 11.8M 7s [build 2023-05-24 07:39:18] 39750K .......... .......... .......... .......... .......... 39% 13.3M 7s [build 2023-05-24 07:39:18] 39800K .......... .......... .......... .......... .......... 39% 12.7M 7s [build 2023-05-24 07:39:18] 39850K .......... .......... .......... .......... .......... 39% 13.2M 7s [build 2023-05-24 07:39:18] 39900K .......... .......... .......... .......... .......... 39% 13.7M 7s [build 2023-05-24 07:39:18] 39950K .......... .......... .......... .......... .......... 39% 10.4M 7s [build 2023-05-24 07:39:18] 40000K .......... .......... .......... .......... .......... 39% 12.7M 7s [build 2023-05-24 07:39:18] 40050K .......... .......... .......... .......... .......... 39% 14.1M 7s [build 2023-05-24 07:39:18] 40100K .......... .......... .......... .......... .......... 39% 11.9M 7s [build 2023-05-24 07:39:18] 40150K .......... .......... .......... .......... .......... 39% 11.8M 7s [build 2023-05-24 07:39:18] 40200K .......... .......... .......... .......... .......... 40% 12.5M 7s [build 2023-05-24 07:39:18] 40250K .......... .......... .......... .......... .......... 40% 13.3M 7s [build 2023-05-24 07:39:18] 40300K .......... .......... .......... .......... .......... 40% 12.0M 7s [build 2023-05-24 07:39:18] 40350K .......... .......... .......... .......... .......... 40% 10.4M 7s [build 2023-05-24 07:39:18] 40400K .......... .......... .......... .......... .......... 40% 13.5M 7s [build 2023-05-24 07:39:18] 40450K .......... .......... .......... .......... .......... 40% 13.4M 7s [build 2023-05-24 07:39:18] 40500K .......... .......... .......... .......... .......... 40% 13.7M 7s [build 2023-05-24 07:39:18] 40550K .......... .......... .......... .......... .......... 40% 11.9M 7s [build 2023-05-24 07:39:18] 40600K .......... .......... .......... .......... .......... 40% 14.6M 7s [build 2023-05-24 07:39:18] 40650K .......... .......... .......... .......... .......... 40% 12.1M 7s [build 2023-05-24 07:39:18] 40700K .......... .......... .......... .......... .......... 40% 13.1M 7s [build 2023-05-24 07:39:18] 40750K .......... .......... .......... .......... .......... 40% 9.49M 7s [build 2023-05-24 07:39:18] 40800K .......... .......... .......... .......... .......... 40% 12.3M 7s [build 2023-05-24 07:39:18] 40850K .......... .......... .......... .......... .......... 40% 15.0M 7s [build 2023-05-24 07:39:18] 40900K .......... .......... .......... .......... .......... 40% 12.4M 7s [build 2023-05-24 07:39:18] 40950K .......... .......... .......... .......... .......... 40% 12.8M 7s [build 2023-05-24 07:39:18] 41000K .......... .......... .......... .......... .......... 40% 12.0M 7s [build 2023-05-24 07:39:18] 41050K .......... .......... .......... .......... .......... 40% 13.4M 7s [build 2023-05-24 07:39:18] 41100K .......... .......... .......... .......... .......... 40% 13.2M 7s [build 2023-05-24 07:39:18] 41150K .......... .......... .......... .......... .......... 40% 11.2M 7s [build 2023-05-24 07:39:18] 41200K .......... .......... .......... .......... .......... 41% 11.9M 7s [build 2023-05-24 07:39:18] 41250K .......... .......... .......... .......... .......... 41% 13.9M 7s [build 2023-05-24 07:39:18] 41300K .......... .......... .......... .......... .......... 41% 13.1M 7s [build 2023-05-24 07:39:18] 41350K .......... .......... .......... .......... .......... 41% 12.3M 7s [build 2023-05-24 07:39:18] 41400K .......... .......... .......... .......... .......... 41% 14.3M 7s [build 2023-05-24 07:39:18] 41450K .......... .......... .......... .......... .......... 41% 14.1M 7s [build 2023-05-24 07:39:18] 41500K .......... .......... .......... .......... .......... 41% 12.2M 7s [build 2023-05-24 07:39:18] 41550K .......... .......... .......... .......... .......... 41% 9.80M 7s [build 2023-05-24 07:39:18] 41600K .......... .......... .......... .......... .......... 41% 12.7M 7s [build 2023-05-24 07:39:18] 41650K .......... .......... .......... .......... .......... 41% 13.1M 7s [build 2023-05-24 07:39:18] 41700K .......... .......... .......... .......... .......... 41% 14.0M 7s [build 2023-05-24 07:39:18] 41750K .......... .......... .......... .......... .......... 41% 12.3M 7s [build 2023-05-24 07:39:18] 41800K .......... .......... .......... .......... .......... 41% 13.1M 7s [build 2023-05-24 07:39:18] 41850K .......... .......... .......... .......... .......... 41% 11.6M 7s [build 2023-05-24 07:39:18] 41900K .......... .......... .......... .......... .......... 41% 13.5M 7s [build 2023-05-24 07:39:18] 41950K .......... .......... .......... .......... .......... 41% 10.3M 7s [build 2023-05-24 07:39:18] 42000K .......... .......... .......... .......... .......... 41% 14.2M 7s [build 2023-05-24 07:39:18] 42050K .......... .......... .......... .......... .......... 41% 12.4M 7s [build 2023-05-24 07:39:18] 42100K .......... .......... .......... .......... .......... 41% 13.8M 7s [build 2023-05-24 07:39:18] 42150K .......... .......... .......... .......... .......... 41% 13.3M 7s [build 2023-05-24 07:39:18] 42200K .......... .......... .......... .......... .......... 41% 12.6M 7s [build 2023-05-24 07:39:18] 42250K .......... .......... .......... .......... .......... 42% 12.4M 7s [build 2023-05-24 07:39:18] 42300K .......... .......... .......... .......... .......... 42% 14.2M 7s [build 2023-05-24 07:39:18] 42350K .......... .......... .......... .......... .......... 42% 10.1M 7s [build 2023-05-24 07:39:18] 42400K .......... .......... .......... .......... .......... 42% 12.7M 7s [build 2023-05-24 07:39:18] 42450K .......... .......... .......... .......... .......... 42% 13.3M 7s [build 2023-05-24 07:39:18] 42500K .......... .......... .......... .......... .......... 42% 12.9M 7s [build 2023-05-24 07:39:18] 42550K .......... .......... .......... .......... .......... 42% 12.4M 7s [build 2023-05-24 07:39:18] 42600K .......... .......... .......... .......... .......... 42% 14.5M 7s [build 2023-05-24 07:39:18] 42650K .......... .......... .......... .......... .......... 42% 13.0M 7s [build 2023-05-24 07:39:18] 42700K .......... .......... .......... .......... .......... 42% 12.5M 7s [build 2023-05-24 07:39:18] 42750K .......... .......... .......... .......... .......... 42% 10.1M 7s [build 2023-05-24 07:39:18] 42800K .......... .......... .......... .......... .......... 42% 12.3M 7s [build 2023-05-24 07:39:18] 42850K .......... .......... .......... .......... .......... 42% 12.6M 7s [build 2023-05-24 07:39:18] 42900K .......... .......... .......... .......... .......... 42% 12.0M 7s [build 2023-05-24 07:39:18] 42950K .......... .......... .......... .......... .......... 42% 12.8M 7s [build 2023-05-24 07:39:18] 43000K .......... .......... .......... .......... .......... 42% 12.2M 7s [build 2023-05-24 07:39:18] 43050K .......... .......... .......... .......... .......... 42% 14.0M 7s [build 2023-05-24 07:39:18] 43100K .......... .......... .......... .......... .......... 42% 13.0M 7s [build 2023-05-24 07:39:18] 43150K .......... .......... .......... .......... .......... 42% 10.5M 7s [build 2023-05-24 07:39:18] 43200K .......... .......... .......... .......... .......... 42% 13.6M 7s [build 2023-05-24 07:39:18] 43250K .......... .......... .......... .......... .......... 43% 12.5M 7s [build 2023-05-24 07:39:18] 43300K .......... .......... .......... .......... .......... 43% 12.2M 7s [build 2023-05-24 07:39:18] 43350K .......... .......... .......... .......... .......... 43% 12.7M 7s [build 2023-05-24 07:39:18] 43400K .......... .......... .......... .......... .......... 43% 13.8M 7s [build 2023-05-24 07:39:18] 43450K .......... .......... .......... .......... .......... 43% 13.0M 7s [build 2023-05-24 07:39:18] 43500K .......... .......... .......... .......... .......... 43% 12.2M 7s [build 2023-05-24 07:39:18] 43550K .......... .......... .......... .......... .......... 43% 10.5M 7s [build 2023-05-24 07:39:18] 43600K .......... .......... .......... .......... .......... 43% 13.1M 7s [build 2023-05-24 07:39:18] 43650K .......... .......... .......... .......... .......... 43% 13.6M 7s [build 2023-05-24 07:39:18] 43700K .......... .......... .......... .......... .......... 43% 12.7M 7s [build 2023-05-24 07:39:18] 43750K .......... .......... .......... .......... .......... 43% 12.2M 7s [build 2023-05-24 07:39:18] 43800K .......... .......... .......... .......... .......... 43% 13.6M 7s [build 2023-05-24 07:39:18] 43850K .......... .......... .......... .......... .......... 43% 12.2M 7s [build 2023-05-24 07:39:18] 43900K .......... .......... .......... .......... .......... 43% 13.2M 7s [build 2023-05-24 07:39:18] 43950K .......... .......... .......... .......... .......... 43% 10.0M 7s [build 2023-05-24 07:39:18] 44000K .......... .......... .......... .......... .......... 43% 13.7M 7s [build 2023-05-24 07:39:18] 44050K .......... .......... .......... .......... .......... 43% 11.9M 7s [build 2023-05-24 07:39:18] 44100K .......... .......... .......... .......... .......... 43% 12.5M 7s [build 2023-05-24 07:39:18] 44150K .......... .......... .......... .......... .......... 43% 12.2M 7s [build 2023-05-24 07:39:18] 44200K .......... .......... .......... .......... .......... 43% 12.9M 7s [build 2023-05-24 07:39:18] 44250K .......... .......... .......... .......... .......... 44% 14.7M 7s [build 2023-05-24 07:39:18] 44300K .......... .......... .......... .......... .......... 44% 11.8M 6s [build 2023-05-24 07:39:18] 44350K .......... .......... .......... .......... .......... 44% 10.7M 6s [build 2023-05-24 07:39:18] 44400K .......... .......... .......... .......... .......... 44% 13.0M 6s [build 2023-05-24 07:39:18] 44450K .......... .......... .......... .......... .......... 44% 12.7M 6s [build 2023-05-24 07:39:18] 44500K .......... .......... .......... .......... .......... 44% 14.1M 6s [build 2023-05-24 07:39:18] 44550K .......... .......... .......... .......... .......... 44% 11.7M 6s [build 2023-05-24 07:39:18] 44600K .......... .......... .......... .......... .......... 44% 13.8M 6s [build 2023-05-24 07:39:18] 44650K .......... .......... .......... .......... .......... 44% 12.6M 6s [build 2023-05-24 07:39:18] 44700K .......... .......... .......... .......... .......... 44% 13.1M 6s [build 2023-05-24 07:39:18] 44750K .......... .......... .......... .......... .......... 44% 10.2M 6s [build 2023-05-24 07:39:18] 44800K .......... .......... .......... .......... .......... 44% 12.5M 6s [build 2023-05-24 07:39:18] 44850K .......... .......... .......... .......... .......... 44% 12.2M 6s [build 2023-05-24 07:39:18] 44900K .......... .......... .......... .......... .......... 44% 12.7M 6s [build 2023-05-24 07:39:18] 44950K .......... .......... .......... .......... .......... 44% 13.6M 6s [build 2023-05-24 07:39:18] 45000K .......... .......... .......... .......... .......... 44% 13.0M 6s [build 2023-05-24 07:39:18] 45050K .......... .......... .......... .......... .......... 44% 12.8M 6s [build 2023-05-24 07:39:18] 45100K .......... .......... .......... .......... .......... 44% 13.8M 6s [build 2023-05-24 07:39:18] 45150K .......... .......... .......... .......... .......... 44% 9.34M 6s [build 2023-05-24 07:39:18] 45200K .......... .......... .......... .......... .......... 44% 14.2M 6s [build 2023-05-24 07:39:18] 45250K .......... .......... .......... .......... .......... 45% 12.8M 6s [build 2023-05-24 07:39:18] 45300K .......... .......... .......... .......... .......... 45% 13.0M 6s [build 2023-05-24 07:39:18] 45350K .......... .......... .......... .......... .......... 45% 12.0M 6s [build 2023-05-24 07:39:18] 45400K .......... .......... .......... .......... .......... 45% 12.3M 6s [build 2023-05-24 07:39:18] 45450K .......... .......... .......... .......... .......... 45% 12.1M 6s [build 2023-05-24 07:39:18] 45500K .......... .......... .......... .......... .......... 45% 15.0M 6s [build 2023-05-24 07:39:18] 45550K .......... .......... .......... .......... .......... 45% 9.34M 6s [build 2023-05-24 07:39:18] 45600K .......... .......... .......... .......... .......... 45% 13.0M 6s [build 2023-05-24 07:39:18] 45650K .......... .......... .......... .......... .......... 45% 12.8M 6s [build 2023-05-24 07:39:18] 45700K .......... .......... .......... .......... .......... 45% 11.7M 6s [build 2023-05-24 07:39:18] 45750K .......... .......... .......... .......... .......... 45% 14.3M 6s [build 2023-05-24 07:39:18] 45800K .......... .......... .......... .......... .......... 45% 11.1M 6s [build 2023-05-24 07:39:18] 45850K .......... .......... .......... .......... .......... 45% 13.5M 6s [build 2023-05-24 07:39:18] 45900K .......... .......... .......... .......... .......... 45% 13.0M 6s [build 2023-05-24 07:39:18] 45950K .......... .......... .......... .......... .......... 45% 9.39M 6s [build 2023-05-24 07:39:18] 46000K .......... .......... .......... .......... .......... 45% 14.2M 6s [build 2023-05-24 07:39:18] 46050K .......... .......... .......... .......... .......... 45% 12.7M 6s [build 2023-05-24 07:39:18] 46100K .......... .......... .......... .......... .......... 45% 13.7M 6s [build 2023-05-24 07:39:18] 46150K .......... .......... .......... .......... .......... 45% 12.1M 6s [build 2023-05-24 07:39:18] 46200K .......... .......... .......... .......... .......... 45% 12.9M 6s [build 2023-05-24 07:39:18] 46250K .......... .......... .......... .......... .......... 46% 12.8M 6s [build 2023-05-24 07:39:18] 46300K .......... .......... .......... .......... .......... 46% 14.0M 6s [build 2023-05-24 07:39:18] 46350K .......... .......... .......... .......... .......... 46% 9.75M 6s [build 2023-05-24 07:39:18] 46400K .......... .......... .......... .......... .......... 46% 11.7M 6s [build 2023-05-24 07:39:18] 46450K .......... .......... .......... .......... .......... 46% 15.0M 6s [build 2023-05-24 07:39:18] 46500K .......... .......... .......... .......... .......... 46% 12.4M 6s [build 2023-05-24 07:39:18] 46550K .......... .......... .......... .......... .......... 46% 13.2M 6s [build 2023-05-24 07:39:18] 46600K .......... .......... .......... .......... .......... 46% 12.2M 6s [build 2023-05-24 07:39:18] 46650K .......... .......... .......... .......... .......... 46% 13.2M 6s [build 2023-05-24 07:39:18] 46700K .......... .......... .......... .......... .......... 46% 14.3M 6s [build 2023-05-24 07:39:18] 46750K .......... .......... .......... .......... .......... 46% 9.05M 6s [build 2023-05-24 07:39:18] 46800K .......... .......... .......... .......... .......... 46% 14.1M 6s [build 2023-05-24 07:39:18] 46850K .......... .......... .......... .......... .......... 46% 13.5M 6s [build 2023-05-24 07:39:18] 46900K .......... .......... .......... .......... .......... 46% 13.3M 6s [build 2023-05-24 07:39:18] 46950K .......... .......... .......... .......... .......... 46% 12.1M 6s [build 2023-05-24 07:39:18] 47000K .......... .......... .......... .......... .......... 46% 13.2M 6s [build 2023-05-24 07:39:18] 47050K .......... .......... .......... .......... .......... 46% 12.1M 6s [build 2023-05-24 07:39:18] 47100K .......... .......... .......... .......... .......... 46% 14.0M 6s [build 2023-05-24 07:39:18] 47150K .......... .......... .......... .......... .......... 46% 9.46M 6s [build 2023-05-24 07:39:18] 47200K .......... .......... .......... .......... .......... 46% 14.4M 6s [build 2023-05-24 07:39:18] 47250K .......... .......... .......... .......... .......... 47% 12.5M 6s [build 2023-05-24 07:39:18] 47300K .......... .......... .......... .......... .......... 47% 13.5M 6s [build 2023-05-24 07:39:18] 47350K .......... .......... .......... .......... .......... 47% 12.2M 6s [build 2023-05-24 07:39:18] 47400K .......... .......... .......... .......... .......... 47% 12.8M 6s [build 2023-05-24 07:39:18] 47450K .......... .......... .......... .......... .......... 47% 13.1M 6s [build 2023-05-24 07:39:18] 47500K .......... .......... .......... .......... .......... 47% 13.4M 6s [build 2023-05-24 07:39:18] 47550K .......... .......... .......... .......... .......... 47% 10.4M 6s [build 2023-05-24 07:39:18] 47600K .......... .......... .......... .......... .......... 47% 11.0M 6s [build 2023-05-24 07:39:18] 47650K .......... .......... .......... .......... .......... 47% 14.9M 6s [build 2023-05-24 07:39:18] 47700K .......... .......... .......... .......... .......... 47% 12.3M 6s [build 2023-05-24 07:39:18] 47750K .......... .......... .......... .......... .......... 47% 12.4M 6s [build 2023-05-24 07:39:18] 47800K .......... .......... .......... .......... .......... 47% 13.8M 6s [build 2023-05-24 07:39:18] 47850K .......... .......... .......... .......... .......... 47% 12.9M 6s [build 2023-05-24 07:39:18] 47900K .......... .......... .......... .......... .......... 47% 13.5M 6s [build 2023-05-24 07:39:18] 47950K .......... .......... .......... .......... .......... 47% 10.2M 6s [build 2023-05-24 07:39:18] 48000K .......... .......... .......... .......... .......... 47% 13.1M 6s [build 2023-05-24 07:39:18] 48050K .......... .......... .......... .......... .......... 47% 14.2M 6s [build 2023-05-24 07:39:18] 48100K .......... .......... .......... .......... .......... 47% 12.3M 6s [build 2023-05-24 07:39:18] 48150K .......... .......... .......... .......... .......... 47% 12.7M 6s [build 2023-05-24 07:39:18] 48200K .......... .......... .......... .......... .......... 47% 14.0M 6s [build 2023-05-24 07:39:18] 48250K .......... .......... .......... .......... .......... 48% 13.4M 6s [build 2023-05-24 07:39:18] 48300K .......... .......... .......... .......... .......... 48% 14.6M 6s [build 2023-05-24 07:39:19] 48350K .......... .......... .......... .......... .......... 48% 9.69M 6s [build 2023-05-24 07:39:19] 48400K .......... .......... .......... .......... .......... 48% 10.7M 6s [build 2023-05-24 07:39:19] 48450K .......... .......... .......... .......... .......... 48% 13.5M 6s [build 2023-05-24 07:39:19] 48500K .......... .......... .......... .......... .......... 48% 13.6M 6s [build 2023-05-24 07:39:19] 48550K .......... .......... .......... .......... .......... 48% 11.5M 6s [build 2023-05-24 07:39:19] 48600K .......... .......... .......... .......... .......... 48% 13.5M 6s [build 2023-05-24 07:39:19] 48650K .......... .......... .......... .......... .......... 48% 12.6M 6s [build 2023-05-24 07:39:19] 48700K .......... .......... .......... .......... .......... 48% 12.8M 6s [build 2023-05-24 07:39:19] 48750K .......... .......... .......... .......... .......... 48% 9.31M 6s [build 2023-05-24 07:39:19] 48800K .......... .......... .......... .......... .......... 48% 13.2M 6s [build 2023-05-24 07:39:19] 48850K .......... .......... .......... .......... .......... 48% 13.3M 6s [build 2023-05-24 07:39:19] 48900K .......... .......... .......... .......... .......... 48% 11.7M 6s [build 2023-05-24 07:39:19] 48950K .......... .......... .......... .......... .......... 48% 11.8M 6s [build 2023-05-24 07:39:19] 49000K .......... .......... .......... .......... .......... 48% 14.0M 6s [build 2023-05-24 07:39:19] 49050K .......... .......... .......... .......... .......... 48% 12.8M 6s [build 2023-05-24 07:39:19] 49100K .......... .......... .......... .......... .......... 48% 13.0M 6s [build 2023-05-24 07:39:19] 49150K .......... .......... .......... .......... .......... 48% 9.81M 6s [build 2023-05-24 07:39:19] 49200K .......... .......... .......... .......... .......... 48% 13.0M 6s [build 2023-05-24 07:39:19] 49250K .......... .......... .......... .......... .......... 49% 13.1M 6s [build 2023-05-24 07:39:19] 49300K .......... .......... .......... .......... .......... 49% 13.3M 6s [build 2023-05-24 07:39:19] 49350K .......... .......... .......... .......... .......... 49% 13.7M 6s [build 2023-05-24 07:39:19] 49400K .......... .......... .......... .......... .......... 49% 13.6M 6s [build 2023-05-24 07:39:19] 49450K .......... .......... .......... .......... .......... 49% 14.7M 6s [build 2023-05-24 07:39:19] 49500K .......... .......... .......... .......... .......... 49% 12.0M 6s [build 2023-05-24 07:39:19] 49550K .......... .......... .......... .......... .......... 49% 10.3M 6s [build 2023-05-24 07:39:19] 49600K .......... .......... .......... .......... .......... 49% 13.7M 6s [build 2023-05-24 07:39:19] 49650K .......... .......... .......... .......... .......... 49% 12.3M 6s [build 2023-05-24 07:39:19] 49700K .......... .......... .......... .......... .......... 49% 14.0M 6s [build 2023-05-24 07:39:19] 49750K .......... .......... .......... .......... .......... 49% 11.9M 6s [build 2023-05-24 07:39:19] 49800K .......... .......... .......... .......... .......... 49% 12.6M 6s [build 2023-05-24 07:39:19] 49850K .......... .......... .......... .......... .......... 49% 12.7M 6s [build 2023-05-24 07:39:19] 49900K .......... .......... .......... .......... .......... 49% 12.7M 6s [build 2023-05-24 07:39:19] 49950K .......... .......... .......... .......... .......... 49% 10.1M 6s [build 2023-05-24 07:39:19] 50000K .......... .......... .......... .......... .......... 49% 11.9M 6s [build 2023-05-24 07:39:19] 50050K .......... .......... .......... .......... .......... 49% 13.2M 6s [build 2023-05-24 07:39:19] 50100K .......... .......... .......... .......... .......... 49% 12.5M 6s [build 2023-05-24 07:39:19] 50150K .......... .......... .......... .......... .......... 49% 13.3M 6s [build 2023-05-24 07:39:19] 50200K .......... .......... .......... .......... .......... 49% 12.3M 6s [build 2023-05-24 07:39:19] 50250K .......... .......... .......... .......... .......... 49% 14.7M 6s [build 2023-05-24 07:39:19] 50300K .......... .......... .......... .......... .......... 50% 12.2M 6s [build 2023-05-24 07:39:19] 50350K .......... .......... .......... .......... .......... 50% 9.86M 6s [build 2023-05-24 07:39:19] 50400K .......... .......... .......... .......... .......... 50% 14.0M 6s [build 2023-05-24 07:39:19] 50450K .......... .......... .......... .......... .......... 50% 12.3M 6s [build 2023-05-24 07:39:19] 50500K .......... .......... .......... .......... .......... 50% 13.0M 6s [build 2023-05-24 07:39:19] 50550K .......... .......... .......... .......... .......... 50% 11.8M 6s [build 2023-05-24 07:39:19] 50600K .......... .......... .......... .......... .......... 50% 14.6M 6s [build 2023-05-24 07:39:19] 50650K .......... .......... .......... .......... .......... 50% 11.9M 6s [build 2023-05-24 07:39:19] 50700K .......... .......... .......... .......... .......... 50% 13.6M 6s [build 2023-05-24 07:39:19] 50750K .......... .......... .......... .......... .......... 50% 10.6M 6s [build 2023-05-24 07:39:19] 50800K .......... .......... .......... .......... .......... 50% 13.0M 6s [build 2023-05-24 07:39:19] 50850K .......... .......... .......... .......... .......... 50% 12.5M 6s [build 2023-05-24 07:39:19] 50900K .......... .......... .......... .......... .......... 50% 13.7M 5s [build 2023-05-24 07:39:19] 50950K .......... .......... .......... .......... .......... 50% 12.6M 5s [build 2023-05-24 07:39:19] 51000K .......... .......... .......... .......... .......... 50% 12.3M 5s [build 2023-05-24 07:39:19] 51050K .......... .......... .......... .......... .......... 50% 12.6M 5s [build 2023-05-24 07:39:19] 51100K .......... .......... .......... .......... .......... 50% 12.5M 5s [build 2023-05-24 07:39:19] 51150K .......... .......... .......... .......... .......... 50% 9.00M 5s [build 2023-05-24 07:39:19] 51200K .......... .......... .......... .......... .......... 50% 14.4M 5s [build 2023-05-24 07:39:19] 51250K .......... .......... .......... .......... .......... 50% 13.1M 5s [build 2023-05-24 07:39:19] 51300K .......... .......... .......... .......... .......... 51% 13.4M 5s [build 2023-05-24 07:39:19] 51350K .......... .......... .......... .......... .......... 51% 13.4M 5s [build 2023-05-24 07:39:19] 51400K .......... .......... .......... .......... .......... 51% 13.2M 5s [build 2023-05-24 07:39:19] 51450K .......... .......... .......... .......... .......... 51% 12.0M 5s [build 2023-05-24 07:39:19] 51500K .......... .......... .......... .......... .......... 51% 12.7M 5s [build 2023-05-24 07:39:19] 51550K .......... .......... .......... .......... .......... 51% 10.2M 5s [build 2023-05-24 07:39:19] 51600K .......... .......... .......... .......... .......... 51% 13.5M 5s [build 2023-05-24 07:39:19] 51650K .......... .......... .......... .......... .......... 51% 12.5M 5s [build 2023-05-24 07:39:19] 51700K .......... .......... .......... .......... .......... 51% 12.1M 5s [build 2023-05-24 07:39:19] 51750K .......... .......... .......... .......... .......... 51% 13.3M 5s [build 2023-05-24 07:39:19] 51800K .......... .......... .......... .......... .......... 51% 14.2M 5s [build 2023-05-24 07:39:19] 51850K .......... .......... .......... .......... .......... 51% 12.4M 5s [build 2023-05-24 07:39:19] 51900K .......... .......... .......... .......... .......... 51% 14.3M 5s [build 2023-05-24 07:39:19] 51950K .......... .......... .......... .......... .......... 51% 9.81M 5s [build 2023-05-24 07:39:19] 52000K .......... .......... .......... .......... .......... 51% 13.1M 5s [build 2023-05-24 07:39:19] 52050K .......... .......... .......... .......... .......... 51% 13.8M 5s [build 2023-05-24 07:39:19] 52100K .......... .......... .......... .......... .......... 51% 13.4M 5s [build 2023-05-24 07:39:19] 52150K .......... .......... .......... .......... .......... 51% 12.5M 5s [build 2023-05-24 07:39:19] 52200K .......... .......... .......... .......... .......... 51% 13.7M 5s [build 2023-05-24 07:39:19] 52250K .......... .......... .......... .......... .......... 51% 12.0M 5s [build 2023-05-24 07:39:19] 52300K .......... .......... .......... .......... .......... 52% 13.2M 5s [build 2023-05-24 07:39:19] 52350K .......... .......... .......... .......... .......... 52% 9.64M 5s [build 2023-05-24 07:39:19] 52400K .......... .......... .......... .......... .......... 52% 13.0M 5s [build 2023-05-24 07:39:19] 52450K .......... .......... .......... .......... .......... 52% 13.5M 5s [build 2023-05-24 07:39:19] 52500K .......... .......... .......... .......... .......... 52% 12.2M 5s [build 2023-05-24 07:39:19] 52550K .......... .......... .......... .......... .......... 52% 11.2M 5s [build 2023-05-24 07:39:19] 52600K .......... .......... .......... .......... .......... 52% 14.7M 5s [build 2023-05-24 07:39:19] 52650K .......... .......... .......... .......... .......... 52% 12.7M 5s [build 2023-05-24 07:39:19] 52700K .......... .......... .......... .......... .......... 52% 12.2M 5s [build 2023-05-24 07:39:19] 52750K .......... .......... .......... .......... .......... 52% 10.1M 5s [build 2023-05-24 07:39:19] 52800K .......... .......... .......... .......... .......... 52% 13.4M 5s [build 2023-05-24 07:39:19] 52850K .......... .......... .......... .......... .......... 52% 13.4M 5s [build 2023-05-24 07:39:19] 52900K .......... .......... .......... .......... .......... 52% 13.7M 5s [build 2023-05-24 07:39:19] 52950K .......... .......... .......... .......... .......... 52% 11.5M 5s [build 2023-05-24 07:39:19] 53000K .......... .......... .......... .......... .......... 52% 13.5M 5s [build 2023-05-24 07:39:19] 53050K .......... .......... .......... .......... .......... 52% 12.7M 5s [build 2023-05-24 07:39:19] 53100K .......... .......... .......... .......... .......... 52% 13.1M 5s [build 2023-05-24 07:39:19] 53150K .......... .......... .......... .......... .......... 52% 10.6M 5s [build 2023-05-24 07:39:19] 53200K .......... .......... .......... .......... .......... 52% 11.7M 5s [build 2023-05-24 07:39:19] 53250K .......... .......... .......... .......... .......... 52% 13.7M 5s [build 2023-05-24 07:39:19] 53300K .......... .......... .......... .......... .......... 53% 12.8M 5s [build 2023-05-24 07:39:19] 53350K .......... .......... .......... .......... .......... 53% 13.1M 5s [build 2023-05-24 07:39:19] 53400K .......... .......... .......... .......... .......... 53% 12.8M 5s [build 2023-05-24 07:39:19] 53450K .......... .......... .......... .......... .......... 53% 15.0M 5s [build 2023-05-24 07:39:19] 53500K .......... .......... .......... .......... .......... 53% 11.5M 5s [build 2023-05-24 07:39:19] 53550K .......... .......... .......... .......... .......... 53% 9.71M 5s [build 2023-05-24 07:39:19] 53600K .......... .......... .......... .......... .......... 53% 13.4M 5s [build 2023-05-24 07:39:19] 53650K .......... .......... .......... .......... .......... 53% 14.2M 5s [build 2023-05-24 07:39:19] 53700K .......... .......... .......... .......... .......... 53% 12.7M 5s [build 2023-05-24 07:39:19] 53750K .......... .......... .......... .......... .......... 53% 12.9M 5s [build 2023-05-24 07:39:19] 53800K .......... .......... .......... .......... .......... 53% 11.6M 5s [build 2023-05-24 07:39:19] 53850K .......... .......... .......... .......... .......... 53% 13.4M 5s [build 2023-05-24 07:39:19] 53900K .......... .......... .......... .......... .......... 53% 12.4M 5s [build 2023-05-24 07:39:19] 53950K .......... .......... .......... .......... .......... 53% 9.99M 5s [build 2023-05-24 07:39:19] 54000K .......... .......... .......... .......... .......... 53% 11.7M 5s [build 2023-05-24 07:39:19] 54050K .......... .......... .......... .......... .......... 53% 13.9M 5s [build 2023-05-24 07:39:19] 54100K .......... .......... .......... .......... .......... 53% 11.7M 5s [build 2023-05-24 07:39:19] 54150K .......... .......... .......... .......... .......... 53% 13.1M 5s [build 2023-05-24 07:39:19] 54200K .......... .......... .......... .......... .......... 53% 13.0M 5s [build 2023-05-24 07:39:19] 54250K .......... .......... .......... .......... .......... 53% 13.2M 5s [build 2023-05-24 07:39:19] 54300K .......... .......... .......... .......... .......... 54% 14.3M 5s [build 2023-05-24 07:39:19] 54350K .......... .......... .......... .......... .......... 54% 9.66M 5s [build 2023-05-24 07:39:19] 54400K .......... .......... .......... .......... .......... 54% 13.7M 5s [build 2023-05-24 07:39:19] 54450K .......... .......... .......... .......... .......... 54% 13.6M 5s [build 2023-05-24 07:39:19] 54500K .......... .......... .......... .......... .......... 54% 13.3M 5s [build 2023-05-24 07:39:19] 54550K .......... .......... .......... .......... .......... 54% 13.1M 5s [build 2023-05-24 07:39:19] 54600K .......... .......... .......... .......... .......... 54% 12.0M 5s [build 2023-05-24 07:39:19] 54650K .......... .......... .......... .......... .......... 54% 13.0M 5s [build 2023-05-24 07:39:19] 54700K .......... .......... .......... .......... .......... 54% 13.9M 5s [build 2023-05-24 07:39:19] 54750K .......... .......... .......... .......... .......... 54% 9.88M 5s [build 2023-05-24 07:39:19] 54800K .......... .......... .......... .......... .......... 54% 13.4M 5s [build 2023-05-24 07:39:19] 54850K .......... .......... .......... .......... .......... 54% 12.7M 5s [build 2023-05-24 07:39:19] 54900K .......... .......... .......... .......... .......... 54% 13.4M 5s [build 2023-05-24 07:39:19] 54950K .......... .......... .......... .......... .......... 54% 13.1M 5s [build 2023-05-24 07:39:19] 55000K .......... .......... .......... .......... .......... 54% 12.7M 5s [build 2023-05-24 07:39:19] 55050K .......... .......... .......... .......... .......... 54% 12.0M 5s [build 2023-05-24 07:39:19] 55100K .......... .......... .......... .......... .......... 54% 14.1M 5s [build 2023-05-24 07:39:19] 55150K .......... .......... .......... .......... .......... 54% 9.13M 5s [build 2023-05-24 07:39:19] 55200K .......... .......... .......... .......... .......... 54% 13.3M 5s [build 2023-05-24 07:39:19] 55250K .......... .......... .......... .......... .......... 54% 12.0M 5s [build 2023-05-24 07:39:19] 55300K .......... .......... .......... .......... .......... 55% 13.1M 5s [build 2023-05-24 07:39:19] 55350K .......... .......... .......... .......... .......... 55% 14.3M 5s [build 2023-05-24 07:39:19] 55400K .......... .......... .......... .......... .......... 55% 12.9M 5s [build 2023-05-24 07:39:19] 55450K .......... .......... .......... .......... .......... 55% 12.9M 5s [build 2023-05-24 07:39:19] 55500K .......... .......... .......... .......... .......... 55% 13.3M 5s [build 2023-05-24 07:39:19] 55550K .......... .......... .......... .......... .......... 55% 10.1M 5s [build 2023-05-24 07:39:19] 55600K .......... .......... .......... .......... .......... 55% 12.4M 5s [build 2023-05-24 07:39:19] 55650K .......... .......... .......... .......... .......... 55% 12.5M 5s [build 2023-05-24 07:39:19] 55700K .......... .......... .......... .......... .......... 55% 11.9M 5s [build 2023-05-24 07:39:19] 55750K .......... .......... .......... .......... .......... 55% 14.1M 5s [build 2023-05-24 07:39:19] 55800K .......... .......... .......... .......... .......... 55% 11.9M 5s [build 2023-05-24 07:39:19] 55850K .......... .......... .......... .......... .......... 55% 14.3M 5s [build 2023-05-24 07:39:19] 55900K .......... .......... .......... .......... .......... 55% 12.5M 5s [build 2023-05-24 07:39:19] 55950K .......... .......... .......... .......... .......... 55% 10.4M 5s [build 2023-05-24 07:39:19] 56000K .......... .......... .......... .......... .......... 55% 12.8M 5s [build 2023-05-24 07:39:19] 56050K .......... .......... .......... .......... .......... 55% 12.4M 5s [build 2023-05-24 07:39:19] 56100K .......... .......... .......... .......... .......... 55% 13.3M 5s [build 2023-05-24 07:39:19] 56150K .......... .......... .......... .......... .......... 55% 12.6M 5s [build 2023-05-24 07:39:19] 56200K .......... .......... .......... .......... .......... 55% 13.4M 5s [build 2023-05-24 07:39:19] 56250K .......... .......... .......... .......... .......... 55% 11.6M 5s [build 2023-05-24 07:39:19] 56300K .......... .......... .......... .......... .......... 56% 13.0M 5s [build 2023-05-24 07:39:19] 56350K .......... .......... .......... .......... .......... 56% 10.2M 5s [build 2023-05-24 07:39:19] 56400K .......... .......... .......... .......... .......... 56% 12.2M 5s [build 2023-05-24 07:39:19] 56450K .......... .......... .......... .......... .......... 56% 14.1M 5s [build 2023-05-24 07:39:19] 56500K .......... .......... .......... .......... .......... 56% 12.2M 5s [build 2023-05-24 07:39:19] 56550K .......... .......... .......... .......... .......... 56% 13.4M 5s [build 2023-05-24 07:39:19] 56600K .......... .......... .......... .......... .......... 56% 12.5M 5s [build 2023-05-24 07:39:19] 56650K .......... .......... .......... .......... .......... 56% 13.7M 5s [build 2023-05-24 07:39:19] 56700K .......... .......... .......... .......... .......... 56% 12.7M 5s [build 2023-05-24 07:39:19] 56750K .......... .......... .......... .......... .......... 56% 10.5M 5s [build 2023-05-24 07:39:19] 56800K .......... .......... .......... .......... .......... 56% 12.4M 5s [build 2023-05-24 07:39:19] 56850K .......... .......... .......... .......... .......... 56% 13.5M 5s [build 2023-05-24 07:39:19] 56900K .......... .......... .......... .......... .......... 56% 12.4M 5s [build 2023-05-24 07:39:19] 56950K .......... .......... .......... .......... .......... 56% 13.1M 5s [build 2023-05-24 07:39:19] 57000K .......... .......... .......... .......... .......... 56% 13.8M 5s [build 2023-05-24 07:39:19] 57050K .......... .......... .......... .......... .......... 56% 13.3M 5s [build 2023-05-24 07:39:19] 57100K .......... .......... .......... .......... .......... 56% 12.5M 5s [build 2023-05-24 07:39:19] 57150K .......... .......... .......... .......... .......... 56% 9.92M 5s [build 2023-05-24 07:39:19] 57200K .......... .......... .......... .......... .......... 56% 13.9M 5s [build 2023-05-24 07:39:19] 57250K .......... .......... .......... .......... .......... 56% 13.2M 5s [build 2023-05-24 07:39:19] 57300K .......... .......... .......... .......... .......... 57% 13.3M 5s [build 2023-05-24 07:39:19] 57350K .......... .......... .......... .......... .......... 57% 12.2M 5s [build 2023-05-24 07:39:19] 57400K .......... .......... .......... .......... .......... 57% 14.3M 5s [build 2023-05-24 07:39:19] 57450K .......... .......... .......... .......... .......... 57% 12.3M 5s [build 2023-05-24 07:39:19] 57500K .......... .......... .......... .......... .......... 57% 13.4M 5s [build 2023-05-24 07:39:19] 57550K .......... .......... .......... .......... .......... 57% 10.5M 5s [build 2023-05-24 07:39:19] 57600K .......... .......... .......... .......... .......... 57% 13.5M 5s [build 2023-05-24 07:39:19] 57650K .......... .......... .......... .......... .......... 57% 12.7M 5s [build 2023-05-24 07:39:19] 57700K .......... .......... .......... .......... .......... 57% 12.2M 5s [build 2023-05-24 07:39:19] 57750K .......... .......... .......... .......... .......... 57% 13.2M 5s [build 2023-05-24 07:39:19] 57800K .......... .......... .......... .......... .......... 57% 13.3M 5s [build 2023-05-24 07:39:19] 57850K .......... .......... .......... .......... .......... 57% 12.7M 5s [build 2023-05-24 07:39:19] 57900K .......... .......... .......... .......... .......... 57% 11.2M 5s [build 2023-05-24 07:39:19] 57950K .......... .......... .......... .......... .......... 57% 10.2M 5s [build 2023-05-24 07:39:19] 58000K .......... .......... .......... .......... .......... 57% 12.2M 5s [build 2023-05-24 07:39:19] 58050K .......... .......... .......... .......... .......... 57% 12.0M 5s [build 2023-05-24 07:39:19] 58100K .......... .......... .......... .......... .......... 57% 13.2M 5s [build 2023-05-24 07:39:19] 58150K .......... .......... .......... .......... .......... 57% 11.5M 5s [build 2023-05-24 07:39:19] 58200K .......... .......... .......... .......... .......... 57% 13.8M 5s [build 2023-05-24 07:39:19] 58250K .......... .......... .......... .......... .......... 57% 11.6M 5s [build 2023-05-24 07:39:19] 58300K .......... .......... .......... .......... .......... 57% 13.1M 5s [build 2023-05-24 07:39:19] 58350K .......... .......... .......... .......... .......... 58% 9.86M 4s [build 2023-05-24 07:39:19] 58400K .......... .......... .......... .......... .......... 58% 13.2M 4s [build 2023-05-24 07:39:19] 58450K .......... .......... .......... .......... .......... 58% 13.4M 4s [build 2023-05-24 07:39:19] 58500K .......... .......... .......... .......... .......... 58% 12.8M 4s [build 2023-05-24 07:39:19] 58550K .......... .......... .......... .......... .......... 58% 13.7M 4s [build 2023-05-24 07:39:19] 58600K .......... .......... .......... .......... .......... 58% 13.0M 4s [build 2023-05-24 07:39:19] 58650K .......... .......... .......... .......... .......... 58% 12.5M 4s [build 2023-05-24 07:39:19] 58700K .......... .......... .......... .......... .......... 58% 14.1M 4s [build 2023-05-24 07:39:19] 58750K .......... .......... .......... .......... .......... 58% 9.13M 4s [build 2023-05-24 07:39:19] 58800K .......... .......... .......... .......... .......... 58% 13.1M 4s [build 2023-05-24 07:39:19] 58850K .......... .......... .......... .......... .......... 58% 11.9M 4s [build 2023-05-24 07:39:19] 58900K .......... .......... .......... .......... .......... 58% 13.4M 4s [build 2023-05-24 07:39:19] 58950K .......... .......... .......... .......... .......... 58% 11.9M 4s [build 2023-05-24 07:39:19] 59000K .......... .......... .......... .......... .......... 58% 13.7M 4s [build 2023-05-24 07:39:19] 59050K .......... .......... .......... .......... .......... 58% 12.4M 4s [build 2023-05-24 07:39:19] 59100K .......... .......... .......... .......... .......... 58% 13.8M 4s [build 2023-05-24 07:39:19] 59150K .......... .......... .......... .......... .......... 58% 10.3M 4s [build 2023-05-24 07:39:19] 59200K .......... .......... .......... .......... .......... 58% 13.5M 4s [build 2023-05-24 07:39:19] 59250K .......... .......... .......... .......... .......... 58% 12.7M 4s [build 2023-05-24 07:39:19] 59300K .......... .......... .......... .......... .......... 58% 13.1M 4s [build 2023-05-24 07:39:19] 59350K .......... .......... .......... .......... .......... 59% 12.2M 4s [build 2023-05-24 07:39:19] 59400K .......... .......... .......... .......... .......... 59% 13.9M 4s [build 2023-05-24 07:39:19] 59450K .......... .......... .......... .......... .......... 59% 12.7M 4s [build 2023-05-24 07:39:19] 59500K .......... .......... .......... .......... .......... 59% 14.0M 4s [build 2023-05-24 07:39:19] 59550K .......... .......... .......... .......... .......... 59% 9.43M 4s [build 2023-05-24 07:39:19] 59600K .......... .......... .......... .......... .......... 59% 11.9M 4s [build 2023-05-24 07:39:19] 59650K .......... .......... .......... .......... .......... 59% 13.2M 4s [build 2023-05-24 07:39:19] 59700K .......... .......... .......... .......... .......... 59% 12.6M 4s [build 2023-05-24 07:39:19] 59750K .......... .......... .......... .......... .......... 59% 14.0M 4s [build 2023-05-24 07:39:19] 59800K .......... .......... .......... .......... .......... 59% 11.7M 4s [build 2023-05-24 07:39:19] 59850K .......... .......... .......... .......... .......... 59% 13.4M 4s [build 2023-05-24 07:39:19] 59900K .......... .......... .......... .......... .......... 59% 12.2M 4s [build 2023-05-24 07:39:19] 59950K .......... .......... .......... .......... .......... 59% 10.1M 4s [build 2023-05-24 07:39:19] 60000K .......... .......... .......... .......... .......... 59% 14.6M 4s [build 2023-05-24 07:39:19] 60050K .......... .......... .......... .......... .......... 59% 12.2M 4s [build 2023-05-24 07:39:19] 60100K .......... .......... .......... .......... .......... 59% 13.8M 4s [build 2023-05-24 07:39:19] 60150K .......... .......... .......... .......... .......... 59% 11.6M 4s [build 2023-05-24 07:39:19] 60200K .......... .......... .......... .......... .......... 59% 13.7M 4s [build 2023-05-24 07:39:19] 60250K .......... .......... .......... .......... .......... 59% 11.7M 4s [build 2023-05-24 07:39:19] 60300K .......... .......... .......... .......... .......... 59% 14.6M 4s [build 2023-05-24 07:39:19] 60350K .......... .......... .......... .......... .......... 60% 9.44M 4s [build 2023-05-24 07:39:19] 60400K .......... .......... .......... .......... .......... 60% 12.3M 4s [build 2023-05-24 07:39:19] 60450K .......... .......... .......... .......... .......... 60% 14.9M 4s [build 2023-05-24 07:39:19] 60500K .......... .......... .......... .......... .......... 60% 13.2M 4s [build 2023-05-24 07:39:19] 60550K .......... .......... .......... .......... .......... 60% 12.7M 4s [build 2023-05-24 07:39:19] 60600K .......... .......... .......... .......... .......... 60% 13.2M 4s [build 2023-05-24 07:39:19] 60650K .......... .......... .......... .......... .......... 60% 12.0M 4s [build 2023-05-24 07:39:19] 60700K .......... .......... .......... .......... .......... 60% 12.6M 4s [build 2023-05-24 07:39:19] 60750K .......... .......... .......... .......... .......... 60% 9.51M 4s [build 2023-05-24 07:39:19] 60800K .......... .......... .......... .......... .......... 60% 14.2M 4s [build 2023-05-24 07:39:19] 60850K .......... .......... .......... .......... .......... 60% 14.1M 4s [build 2023-05-24 07:39:19] 60900K .......... .......... .......... .......... .......... 60% 11.8M 4s [build 2023-05-24 07:39:19] 60950K .......... .......... .......... .......... .......... 60% 13.6M 4s [build 2023-05-24 07:39:19] 61000K .......... .......... .......... .......... .......... 60% 13.0M 4s [build 2023-05-24 07:39:20] 61050K .......... .......... .......... .......... .......... 60% 13.5M 4s [build 2023-05-24 07:39:20] 61100K .......... .......... .......... .......... .......... 60% 13.2M 4s [build 2023-05-24 07:39:20] 61150K .......... .......... .......... .......... .......... 60% 9.89M 4s [build 2023-05-24 07:39:20] 61200K .......... .......... .......... .......... .......... 60% 12.9M 4s [build 2023-05-24 07:39:20] 61250K .......... .......... .......... .......... .......... 60% 12.3M 4s [build 2023-05-24 07:39:20] 61300K .......... .......... .......... .......... .......... 60% 13.4M 4s [build 2023-05-24 07:39:20] 61350K .......... .......... .......... .......... .......... 61% 12.4M 4s [build 2023-05-24 07:39:20] 61400K .......... .......... .......... .......... .......... 61% 12.6M 4s [build 2023-05-24 07:39:20] 61450K .......... .......... .......... .......... .......... 61% 11.7M 4s [build 2023-05-24 07:39:20] 61500K .......... .......... .......... .......... .......... 61% 13.8M 4s [build 2023-05-24 07:39:20] 61550K .......... .......... .......... .......... .......... 61% 9.67M 4s [build 2023-05-24 07:39:20] 61600K .......... .......... .......... .......... .......... 61% 13.0M 4s [build 2023-05-24 07:39:20] 61650K .......... .......... .......... .......... .......... 61% 13.4M 4s [build 2023-05-24 07:39:20] 61700K .......... .......... .......... .......... .......... 61% 12.5M 4s [build 2023-05-24 07:39:20] 61750K .......... .......... .......... .......... .......... 61% 14.0M 4s [build 2023-05-24 07:39:20] 61800K .......... .......... .......... .......... .......... 61% 13.1M 4s [build 2023-05-24 07:39:20] 61850K .......... .......... .......... .......... .......... 61% 13.4M 4s [build 2023-05-24 07:39:20] 61900K .......... .......... .......... .......... .......... 61% 14.9M 4s [build 2023-05-24 07:39:20] 61950K .......... .......... .......... .......... .......... 61% 8.49M 4s [build 2023-05-24 07:39:20] 62000K .......... .......... .......... .......... .......... 61% 14.2M 4s [build 2023-05-24 07:39:20] 62050K .......... .......... .......... .......... .......... 61% 11.5M 4s [build 2023-05-24 07:39:20] 62100K .......... .......... .......... .......... .......... 61% 13.9M 4s [build 2023-05-24 07:39:20] 62150K .......... .......... .......... .......... .......... 61% 13.4M 4s [build 2023-05-24 07:39:20] 62200K .......... .......... .......... .......... .......... 61% 12.4M 4s [build 2023-05-24 07:39:20] 62250K .......... .......... .......... .......... .......... 61% 12.0M 4s [build 2023-05-24 07:39:20] 62300K .......... .......... .......... .......... .......... 61% 14.1M 4s [build 2023-05-24 07:39:20] 62350K .......... .......... .......... .......... .......... 62% 9.51M 4s [build 2023-05-24 07:39:20] 62400K .......... .......... .......... .......... .......... 62% 14.0M 4s [build 2023-05-24 07:39:20] 62450K .......... .......... .......... .......... .......... 62% 12.7M 4s [build 2023-05-24 07:39:20] 62500K .......... .......... .......... .......... .......... 62% 13.3M 4s [build 2023-05-24 07:39:20] 62550K .......... .......... .......... .......... .......... 62% 12.4M 4s [build 2023-05-24 07:39:20] 62600K .......... .......... .......... .......... .......... 62% 13.1M 4s [build 2023-05-24 07:39:20] 62650K .......... .......... .......... .......... .......... 62% 12.9M 4s [build 2023-05-24 07:39:20] 62700K .......... .......... .......... .......... .......... 62% 13.2M 4s [build 2023-05-24 07:39:20] 62750K .......... .......... .......... .......... .......... 62% 9.45M 4s [build 2023-05-24 07:39:20] 62800K .......... .......... .......... .......... .......... 62% 13.6M 4s [build 2023-05-24 07:39:20] 62850K .......... .......... .......... .......... .......... 62% 13.2M 4s [build 2023-05-24 07:39:20] 62900K .......... .......... .......... .......... .......... 62% 13.9M 4s [build 2023-05-24 07:39:20] 62950K .......... .......... .......... .......... .......... 62% 12.0M 4s [build 2023-05-24 07:39:20] 63000K .......... .......... .......... .......... .......... 62% 12.7M 4s [build 2023-05-24 07:39:20] 63050K .......... .......... .......... .......... .......... 62% 12.1M 4s [build 2023-05-24 07:39:20] 63100K .......... .......... .......... .......... .......... 62% 13.3M 4s [build 2023-05-24 07:39:20] 63150K .......... .......... .......... .......... .......... 62% 9.88M 4s [build 2023-05-24 07:39:20] 63200K .......... .......... .......... .......... .......... 62% 12.9M 4s [build 2023-05-24 07:39:20] 63250K .......... .......... .......... .......... .......... 62% 13.6M 4s [build 2023-05-24 07:39:20] 63300K .......... .......... .......... .......... .......... 62% 12.8M 4s [build 2023-05-24 07:39:20] 63350K .......... .......... .......... .......... .......... 63% 11.8M 4s [build 2023-05-24 07:39:20] 63400K .......... .......... .......... .......... .......... 63% 14.0M 4s [build 2023-05-24 07:39:20] 63450K .......... .......... .......... .......... .......... 63% 12.1M 4s [build 2023-05-24 07:39:20] 63500K .......... .......... .......... .......... .......... 63% 12.8M 4s [build 2023-05-24 07:39:20] 63550K .......... .......... .......... .......... .......... 63% 10.2M 4s [build 2023-05-24 07:39:20] 63600K .......... .......... .......... .......... .......... 63% 12.1M 4s [build 2023-05-24 07:39:20] 63650K .......... .......... .......... .......... .......... 63% 14.6M 4s [build 2023-05-24 07:39:20] 63700K .......... .......... .......... .......... .......... 63% 12.2M 4s [build 2023-05-24 07:39:20] 63750K .......... .......... .......... .......... .......... 63% 13.9M 4s [build 2023-05-24 07:39:20] 63800K .......... .......... .......... .......... .......... 63% 11.6M 4s [build 2023-05-24 07:39:20] 63850K .......... .......... .......... .......... .......... 63% 12.5M 4s [build 2023-05-24 07:39:20] 63900K .......... .......... .......... .......... .......... 63% 13.1M 4s [build 2023-05-24 07:39:20] 63950K .......... .......... .......... .......... .......... 63% 9.32M 4s [build 2023-05-24 07:39:20] 64000K .......... .......... .......... .......... .......... 63% 13.7M 4s [build 2023-05-24 07:39:20] 64050K .......... .......... .......... .......... .......... 63% 12.3M 4s [build 2023-05-24 07:39:20] 64100K .......... .......... .......... .......... .......... 63% 14.6M 4s [build 2023-05-24 07:39:20] 64150K .......... .......... .......... .......... .......... 63% 12.7M 4s [build 2023-05-24 07:39:20] 64200K .......... .......... .......... .......... .......... 63% 13.7M 4s [build 2023-05-24 07:39:20] 64250K .......... .......... .......... .......... .......... 63% 13.3M 4s [build 2023-05-24 07:39:20] 64300K .......... .......... .......... .......... .......... 63% 13.0M 4s [build 2023-05-24 07:39:20] 64350K .......... .......... .......... .......... .......... 64% 9.98M 4s [build 2023-05-24 07:39:20] 64400K .......... .......... .......... .......... .......... 64% 13.7M 4s [build 2023-05-24 07:39:20] 64450K .......... .......... .......... .......... .......... 64% 13.0M 4s [build 2023-05-24 07:39:20] 64500K .......... .......... .......... .......... .......... 64% 14.1M 4s [build 2023-05-24 07:39:20] 64550K .......... .......... .......... .......... .......... 64% 12.0M 4s [build 2023-05-24 07:39:20] 64600K .......... .......... .......... .......... .......... 64% 12.9M 4s [build 2023-05-24 07:39:20] 64650K .......... .......... .......... .......... .......... 64% 11.5M 4s [build 2023-05-24 07:39:20] 64700K .......... .......... .......... .......... .......... 64% 13.4M 4s [build 2023-05-24 07:39:20] 64750K .......... .......... .......... .......... .......... 64% 10.5M 4s [build 2023-05-24 07:39:20] 64800K .......... .......... .......... .......... .......... 64% 11.4M 4s [build 2023-05-24 07:39:20] 64850K .......... .......... .......... .......... .......... 64% 14.9M 4s [build 2023-05-24 07:39:20] 64900K .......... .......... .......... .......... .......... 64% 13.3M 4s [build 2023-05-24 07:39:20] 64950K .......... .......... .......... .......... .......... 64% 13.1M 4s [build 2023-05-24 07:39:20] 65000K .......... .......... .......... .......... .......... 64% 12.7M 4s [build 2023-05-24 07:39:20] 65050K .......... .......... .......... .......... .......... 64% 13.6M 4s [build 2023-05-24 07:39:20] 65100K .......... .......... .......... .......... .......... 64% 13.4M 4s [build 2023-05-24 07:39:20] 65150K .......... .......... .......... .......... .......... 64% 10.1M 4s [build 2023-05-24 07:39:20] 65200K .......... .......... .......... .......... .......... 64% 12.9M 4s [build 2023-05-24 07:39:20] 65250K .......... .......... .......... .......... .......... 64% 12.8M 4s [build 2023-05-24 07:39:20] 65300K .......... .......... .......... .......... .......... 64% 13.1M 4s [build 2023-05-24 07:39:20] 65350K .......... .......... .......... .......... .......... 65% 12.2M 4s [build 2023-05-24 07:39:20] 65400K .......... .......... .......... .......... .......... 65% 12.1M 4s [build 2023-05-24 07:39:20] 65450K .......... .......... .......... .......... .......... 65% 14.0M 4s [build 2023-05-24 07:39:20] 65500K .......... .......... .......... .......... .......... 65% 11.8M 4s [build 2023-05-24 07:39:20] 65550K .......... .......... .......... .......... .......... 65% 9.86M 4s [build 2023-05-24 07:39:20] 65600K .......... .......... .......... .......... .......... 65% 11.4M 4s [build 2023-05-24 07:39:20] 65650K .......... .......... .......... .......... .......... 65% 13.1M 4s [build 2023-05-24 07:39:20] 65700K .......... .......... .......... .......... .......... 65% 13.9M 4s [build 2023-05-24 07:39:20] 65750K .......... .......... .......... .......... .......... 65% 12.4M 4s [build 2023-05-24 07:39:20] 65800K .......... .......... .......... .......... .......... 65% 13.7M 4s [build 2023-05-24 07:39:20] 65850K .......... .......... .......... .......... .......... 65% 12.2M 4s [build 2023-05-24 07:39:20] 65900K .......... .......... .......... .......... .......... 65% 11.5M 4s [build 2023-05-24 07:39:20] 65950K .......... .......... .......... .......... .......... 65% 9.86M 4s [build 2023-05-24 07:39:20] 66000K .......... .......... .......... .......... .......... 65% 13.9M 4s [build 2023-05-24 07:39:20] 66050K .......... .......... .......... .......... .......... 65% 13.1M 4s [build 2023-05-24 07:39:20] 66100K .......... .......... .......... .......... .......... 65% 12.7M 4s [build 2023-05-24 07:39:20] 66150K .......... .......... .......... .......... .......... 65% 14.0M 4s [build 2023-05-24 07:39:20] 66200K .......... .......... .......... .......... .......... 65% 12.7M 4s [build 2023-05-24 07:39:20] 66250K .......... .......... .......... .......... .......... 65% 13.7M 4s [build 2023-05-24 07:39:20] 66300K .......... .......... .......... .......... .......... 65% 11.9M 4s [build 2023-05-24 07:39:20] 66350K .......... .......... .......... .......... .......... 66% 9.87M 4s [build 2023-05-24 07:39:20] 66400K .......... .......... .......... .......... .......... 66% 12.6M 4s [build 2023-05-24 07:39:20] 66450K .......... .......... .......... .......... .......... 66% 12.6M 4s [build 2023-05-24 07:39:20] 66500K .......... .......... .......... .......... .......... 66% 12.1M 4s [build 2023-05-24 07:39:20] 66550K .......... .......... .......... .......... .......... 66% 12.8M 4s [build 2023-05-24 07:39:20] 66600K .......... .......... .......... .......... .......... 66% 14.2M 3s [build 2023-05-24 07:39:20] 66650K .......... .......... .......... .......... .......... 66% 12.6M 3s [build 2023-05-24 07:39:20] 66700K .......... .......... .......... .......... .......... 66% 14.1M 3s [build 2023-05-24 07:39:20] 66750K .......... .......... .......... .......... .......... 66% 9.49M 3s [build 2023-05-24 07:39:20] 66800K .......... .......... .......... .......... .......... 66% 11.9M 3s [build 2023-05-24 07:39:20] 66850K .......... .......... .......... .......... .......... 66% 13.9M 3s [build 2023-05-24 07:39:20] 66900K .......... .......... .......... .......... .......... 66% 12.5M 3s [build 2023-05-24 07:39:20] 66950K .......... .......... .......... .......... .......... 66% 13.5M 3s [build 2023-05-24 07:39:20] 67000K .......... .......... .......... .......... .......... 66% 12.9M 3s [build 2023-05-24 07:39:20] 67050K .......... .......... .......... .......... .......... 66% 13.0M 3s [build 2023-05-24 07:39:20] 67100K .......... .......... .......... .......... .......... 66% 12.3M 3s [build 2023-05-24 07:39:20] 67150K .......... .......... .......... .......... .......... 66% 9.87M 3s [build 2023-05-24 07:39:20] 67200K .......... .......... .......... .......... .......... 66% 14.1M 3s [build 2023-05-24 07:39:20] 67250K .......... .......... .......... .......... .......... 66% 12.3M 3s [build 2023-05-24 07:39:20] 67300K .......... .......... .......... .......... .......... 66% 13.0M 3s [build 2023-05-24 07:39:20] 67350K .......... .......... .......... .......... .......... 66% 13.2M 3s [build 2023-05-24 07:39:20] 67400K .......... .......... .......... .......... .......... 67% 13.7M 3s [build 2023-05-24 07:39:20] 67450K .......... .......... .......... .......... .......... 67% 14.6M 3s [build 2023-05-24 07:39:20] 67500K .......... .......... .......... .......... .......... 67% 12.3M 3s [build 2023-05-24 07:39:20] 67550K .......... .......... .......... .......... .......... 67% 9.89M 3s [build 2023-05-24 07:39:20] 67600K .......... .......... .......... .......... .......... 67% 12.4M 3s [build 2023-05-24 07:39:20] 67650K .......... .......... .......... .......... .......... 67% 11.8M 3s [build 2023-05-24 07:39:20] 67700K .......... .......... .......... .......... .......... 67% 14.3M 3s [build 2023-05-24 07:39:20] 67750K .......... .......... .......... .......... .......... 67% 12.1M 3s [build 2023-05-24 07:39:20] 67800K .......... .......... .......... .......... .......... 67% 13.5M 3s [build 2023-05-24 07:39:20] 67850K .......... .......... .......... .......... .......... 67% 13.0M 3s [build 2023-05-24 07:39:20] 67900K .......... .......... .......... .......... .......... 67% 12.6M 3s [build 2023-05-24 07:39:20] 67950K .......... .......... .......... .......... .......... 67% 9.65M 3s [build 2023-05-24 07:39:20] 68000K .......... .......... .......... .......... .......... 67% 13.0M 3s [build 2023-05-24 07:39:20] 68050K .......... .......... .......... .......... .......... 67% 12.8M 3s [build 2023-05-24 07:39:20] 68100K .......... .......... .......... .......... .......... 67% 12.0M 3s [build 2023-05-24 07:39:20] 68150K .......... .......... .......... .......... .......... 67% 12.1M 3s [build 2023-05-24 07:39:20] 68200K .......... .......... .......... .......... .......... 67% 14.1M 3s [build 2023-05-24 07:39:20] 68250K .......... .......... .......... .......... .......... 67% 13.3M 3s [build 2023-05-24 07:39:20] 68300K .......... .......... .......... .......... .......... 67% 14.0M 3s [build 2023-05-24 07:39:20] 68350K .......... .......... .......... .......... .......... 67% 9.77M 3s [build 2023-05-24 07:39:20] 68400K .......... .......... .......... .......... .......... 68% 13.1M 3s [build 2023-05-24 07:39:20] 68450K .......... .......... .......... .......... .......... 68% 12.8M 3s [build 2023-05-24 07:39:20] 68500K .......... .......... .......... .......... .......... 68% 13.7M 3s [build 2023-05-24 07:39:20] 68550K .......... .......... .......... .......... .......... 68% 12.1M 3s [build 2023-05-24 07:39:20] 68600K .......... .......... .......... .......... .......... 68% 14.2M 3s [build 2023-05-24 07:39:20] 68650K .......... .......... .......... .......... .......... 68% 12.5M 3s [build 2023-05-24 07:39:20] 68700K .......... .......... .......... .......... .......... 68% 13.4M 3s [build 2023-05-24 07:39:20] 68750K .......... .......... .......... .......... .......... 68% 9.93M 3s [build 2023-05-24 07:39:20] 68800K .......... .......... .......... .......... .......... 68% 14.7M 3s [build 2023-05-24 07:39:20] 68850K .......... .......... .......... .......... .......... 68% 11.7M 3s [build 2023-05-24 07:39:20] 68900K .......... .......... .......... .......... .......... 68% 11.3M 3s [build 2023-05-24 07:39:20] 68950K .......... .......... .......... .......... .......... 68% 14.0M 3s [build 2023-05-24 07:39:20] 69000K .......... .......... .......... .......... .......... 68% 13.5M 3s [build 2023-05-24 07:39:20] 69050K .......... .......... .......... .......... .......... 68% 12.9M 3s [build 2023-05-24 07:39:20] 69100K .......... .......... .......... .......... .......... 68% 13.9M 3s [build 2023-05-24 07:39:20] 69150K .......... .......... .......... .......... .......... 68% 9.45M 3s [build 2023-05-24 07:39:20] 69200K .......... .......... .......... .......... .......... 68% 12.1M 3s [build 2023-05-24 07:39:20] 69250K .......... .......... .......... .......... .......... 68% 13.7M 3s [build 2023-05-24 07:39:20] 69300K .......... .......... .......... .......... .......... 68% 13.0M 3s [build 2023-05-24 07:39:20] 69350K .......... .......... .......... .......... .......... 68% 13.1M 3s [build 2023-05-24 07:39:20] 69400K .......... .......... .......... .......... .......... 69% 11.1M 3s [build 2023-05-24 07:39:20] 69450K .......... .......... .......... .......... .......... 69% 15.4M 3s [build 2023-05-24 07:39:20] 69500K .......... .......... .......... .......... .......... 69% 13.1M 3s [build 2023-05-24 07:39:20] 69550K .......... .......... .......... .......... .......... 69% 9.43M 3s [build 2023-05-24 07:39:20] 69600K .......... .......... .......... .......... .......... 69% 13.2M 3s [build 2023-05-24 07:39:20] 69650K .......... .......... .......... .......... .......... 69% 12.3M 3s [build 2023-05-24 07:39:20] 69700K .......... .......... .......... .......... .......... 69% 11.4M 3s [build 2023-05-24 07:39:20] 69750K .......... .......... .......... .......... .......... 69% 12.8M 3s [build 2023-05-24 07:39:20] 69800K .......... .......... .......... .......... .......... 69% 10.9M 3s [build 2023-05-24 07:39:20] 69850K .......... .......... .......... .......... .......... 69% 17.2M 3s [build 2023-05-24 07:39:20] 69900K .......... .......... .......... .......... .......... 69% 13.5M 3s [build 2023-05-24 07:39:20] 69950K .......... .......... .......... .......... .......... 69% 10.4M 3s [build 2023-05-24 07:39:20] 70000K .......... .......... .......... .......... .......... 69% 12.8M 3s [build 2023-05-24 07:39:20] 70050K .......... .......... .......... .......... .......... 69% 13.4M 3s [build 2023-05-24 07:39:20] 70100K .......... .......... .......... .......... .......... 69% 12.1M 3s [build 2023-05-24 07:39:20] 70150K .......... .......... .......... .......... .......... 69% 12.4M 3s [build 2023-05-24 07:39:20] 70200K .......... .......... .......... .......... .......... 69% 13.0M 3s [build 2023-05-24 07:39:20] 70250K .......... .......... .......... .......... .......... 69% 12.6M 3s [build 2023-05-24 07:39:20] 70300K .......... .......... .......... .......... .......... 69% 13.3M 3s [build 2023-05-24 07:39:20] 70350K .......... .......... .......... .......... .......... 69% 8.91M 3s [build 2023-05-24 07:39:20] 70400K .......... .......... .......... .......... .......... 70% 14.4M 3s [build 2023-05-24 07:39:20] 70450K .......... .......... .......... .......... .......... 70% 12.8M 3s [build 2023-05-24 07:39:20] 70500K .......... .......... .......... .......... .......... 70% 12.4M 3s [build 2023-05-24 07:39:20] 70550K .......... .......... .......... .......... .......... 70% 13.5M 3s [build 2023-05-24 07:39:20] 70600K .......... .......... .......... .......... .......... 70% 12.1M 3s [build 2023-05-24 07:39:20] 70650K .......... .......... .......... .......... .......... 70% 13.3M 3s [build 2023-05-24 07:39:20] 70700K .......... .......... .......... .......... .......... 70% 13.7M 3s [build 2023-05-24 07:39:20] 70750K .......... .......... .......... .......... .......... 70% 10.2M 3s [build 2023-05-24 07:39:20] 70800K .......... .......... .......... .......... .......... 70% 12.8M 3s [build 2023-05-24 07:39:20] 70850K .......... .......... .......... .......... .......... 70% 13.5M 3s [build 2023-05-24 07:39:20] 70900K .......... .......... .......... .......... .......... 70% 11.7M 3s [build 2023-05-24 07:39:20] 70950K .......... .......... .......... .......... .......... 70% 12.8M 3s [build 2023-05-24 07:39:20] 71000K .......... .......... .......... .......... .......... 70% 13.4M 3s [build 2023-05-24 07:39:20] 71050K .......... .......... .......... .......... .......... 70% 14.1M 3s [build 2023-05-24 07:39:20] 71100K .......... .......... .......... .......... .......... 70% 12.7M 3s [build 2023-05-24 07:39:20] 71150K .......... .......... .......... .......... .......... 70% 10.3M 3s [build 2023-05-24 07:39:20] 71200K .......... .......... .......... .......... .......... 70% 13.2M 3s [build 2023-05-24 07:39:20] 71250K .......... .......... .......... .......... .......... 70% 13.4M 3s [build 2023-05-24 07:39:20] 71300K .......... .......... .......... .......... .......... 70% 13.3M 3s [build 2023-05-24 07:39:20] 71350K .......... .......... .......... .......... .......... 70% 12.4M 3s [build 2023-05-24 07:39:20] 71400K .......... .......... .......... .......... .......... 71% 11.8M 3s [build 2023-05-24 07:39:20] 71450K .......... .......... .......... .......... .......... 71% 13.6M 3s [build 2023-05-24 07:39:20] 71500K .......... .......... .......... .......... .......... 71% 12.7M 3s [build 2023-05-24 07:39:20] 71550K .......... .......... .......... .......... .......... 71% 9.92M 3s [build 2023-05-24 07:39:20] 71600K .......... .......... .......... .......... .......... 71% 12.5M 3s [build 2023-05-24 07:39:20] 71650K .......... .......... .......... .......... .......... 71% 12.7M 3s [build 2023-05-24 07:39:20] 71700K .......... .......... .......... .......... .......... 71% 12.5M 3s [build 2023-05-24 07:39:20] 71750K .......... .......... .......... .......... .......... 71% 12.4M 3s [build 2023-05-24 07:39:20] 71800K .......... .......... .......... .......... .......... 71% 13.3M 3s [build 2023-05-24 07:39:20] 71850K .......... .......... .......... .......... .......... 71% 13.4M 3s [build 2023-05-24 07:39:20] 71900K .......... .......... .......... .......... .......... 71% 13.4M 3s [build 2023-05-24 07:39:20] 71950K .......... .......... .......... .......... .......... 71% 10.3M 3s [build 2023-05-24 07:39:20] 72000K .......... .......... .......... .......... .......... 71% 12.0M 3s [build 2023-05-24 07:39:20] 72050K .......... .......... .......... .......... .......... 71% 14.1M 3s [build 2023-05-24 07:39:20] 72100K .......... .......... .......... .......... .......... 71% 12.7M 3s [build 2023-05-24 07:39:20] 72150K .......... .......... .......... .......... .......... 71% 12.3M 3s [build 2023-05-24 07:39:20] 72200K .......... .......... .......... .......... .......... 71% 12.0M 3s [build 2023-05-24 07:39:20] 72250K .......... .......... .......... .......... .......... 71% 12.6M 3s [build 2023-05-24 07:39:20] 72300K .......... .......... .......... .......... .......... 71% 13.5M 3s [build 2023-05-24 07:39:20] 72350K .......... .......... .......... .......... .......... 71% 10.2M 3s [build 2023-05-24 07:39:20] 72400K .......... .......... .......... .......... .......... 72% 13.5M 3s [build 2023-05-24 07:39:20] 72450K .......... .......... .......... .......... .......... 72% 12.7M 3s [build 2023-05-24 07:39:20] 72500K .......... .......... .......... .......... .......... 72% 13.4M 3s [build 2023-05-24 07:39:20] 72550K .......... .......... .......... .......... .......... 72% 13.9M 3s [build 2023-05-24 07:39:20] 72600K .......... .......... .......... .......... .......... 72% 12.2M 3s [build 2023-05-24 07:39:20] 72650K .......... .......... .......... .......... .......... 72% 12.8M 3s [build 2023-05-24 07:39:20] 72700K .......... .......... .......... .......... .......... 72% 13.1M 3s [build 2023-05-24 07:39:20] 72750K .......... .......... .......... .......... .......... 72% 9.75M 3s [build 2023-05-24 07:39:20] 72800K .......... .......... .......... .......... .......... 72% 13.1M 3s [build 2023-05-24 07:39:20] 72850K .......... .......... .......... .......... .......... 72% 12.5M 3s [build 2023-05-24 07:39:20] 72900K .......... .......... .......... .......... .......... 72% 14.4M 3s [build 2023-05-24 07:39:20] 72950K .......... .......... .......... .......... .......... 72% 11.4M 3s [build 2023-05-24 07:39:20] 73000K .......... .......... .......... .......... .......... 72% 12.7M 3s [build 2023-05-24 07:39:20] 73050K .......... .......... .......... .......... .......... 72% 13.7M 3s [build 2023-05-24 07:39:20] 73100K .......... .......... .......... .......... .......... 72% 13.5M 3s [build 2023-05-24 07:39:20] 73150K .......... .......... .......... .......... .......... 72% 10.3M 3s [build 2023-05-24 07:39:20] 73200K .......... .......... .......... .......... .......... 72% 12.5M 3s [build 2023-05-24 07:39:20] 73250K .......... .......... .......... .......... .......... 72% 11.9M 3s [build 2023-05-24 07:39:20] 73300K .......... .......... .......... .......... .......... 72% 12.7M 3s [build 2023-05-24 07:39:20] 73350K .......... .......... .......... .......... .......... 72% 13.4M 3s [build 2023-05-24 07:39:20] 73400K .......... .......... .......... .......... .......... 73% 12.7M 3s [build 2023-05-24 07:39:20] 73450K .......... .......... .......... .......... .......... 73% 12.5M 3s [build 2023-05-24 07:39:20] 73500K .......... .......... .......... .......... .......... 73% 11.7M 3s [build 2023-05-24 07:39:20] 73550K .......... .......... .......... .......... .......... 73% 10.1M 3s [build 2023-05-24 07:39:20] 73600K .......... .......... .......... .......... .......... 73% 13.5M 3s [build 2023-05-24 07:39:20] 73650K .......... .......... .......... .......... .......... 73% 13.2M 3s [build 2023-05-24 07:39:20] 73700K .......... .......... .......... .......... .......... 73% 13.3M 3s [build 2023-05-24 07:39:20] 73750K .......... .......... .......... .......... .......... 73% 13.2M 3s [build 2023-05-24 07:39:21] 73800K .......... .......... .......... .......... .......... 73% 12.9M 3s [build 2023-05-24 07:39:21] 73850K .......... .......... .......... .......... .......... 73% 13.2M 3s [build 2023-05-24 07:39:21] 73900K .......... .......... .......... .......... .......... 73% 13.3M 3s [build 2023-05-24 07:39:21] 73950K .......... .......... .......... .......... .......... 73% 9.84M 3s [build 2023-05-24 07:39:21] 74000K .......... .......... .......... .......... .......... 73% 12.0M 3s [build 2023-05-24 07:39:21] 74050K .......... .......... .......... .......... .......... 73% 14.9M 3s [build 2023-05-24 07:39:21] 74100K .......... .......... .......... .......... .......... 73% 11.6M 3s [build 2023-05-24 07:39:21] 74150K .......... .......... .......... .......... .......... 73% 11.8M 3s [build 2023-05-24 07:39:21] 74200K .......... .......... .......... .......... .......... 73% 13.8M 3s [build 2023-05-24 07:39:21] 74250K .......... .......... .......... .......... .......... 73% 12.3M 3s [build 2023-05-24 07:39:21] 74300K .......... .......... .......... .......... .......... 73% 12.4M 3s [build 2023-05-24 07:39:21] 74350K .......... .......... .......... .......... .......... 73% 9.76M 3s [build 2023-05-24 07:39:21] 74400K .......... .......... .......... .......... .......... 74% 12.9M 3s [build 2023-05-24 07:39:21] 74450K .......... .......... .......... .......... .......... 74% 11.9M 3s [build 2023-05-24 07:39:21] 74500K .......... .......... .......... .......... .......... 74% 13.6M 3s [build 2023-05-24 07:39:21] 74550K .......... .......... .......... .......... .......... 74% 12.5M 3s [build 2023-05-24 07:39:21] 74600K .......... .......... .......... .......... .......... 74% 12.6M 3s [build 2023-05-24 07:39:21] 74650K .......... .......... .......... .......... .......... 74% 12.7M 3s [build 2023-05-24 07:39:21] 74700K .......... .......... .......... .......... .......... 74% 13.1M 3s [build 2023-05-24 07:39:21] 74750K .......... .......... .......... .......... .......... 74% 9.76M 3s [build 2023-05-24 07:39:21] 74800K .......... .......... .......... .......... .......... 74% 12.9M 3s [build 2023-05-24 07:39:21] 74850K .......... .......... .......... .......... .......... 74% 13.1M 3s [build 2023-05-24 07:39:21] 74900K .......... .......... .......... .......... .......... 74% 11.7M 3s [build 2023-05-24 07:39:21] 74950K .......... .......... .......... .......... .......... 74% 13.0M 3s [build 2023-05-24 07:39:21] 75000K .......... .......... .......... .......... .......... 74% 12.0M 3s [build 2023-05-24 07:39:21] 75050K .......... .......... .......... .......... .......... 74% 13.2M 3s [build 2023-05-24 07:39:21] 75100K .......... .......... .......... .......... .......... 74% 13.3M 3s [build 2023-05-24 07:39:21] 75150K .......... .......... .......... .......... .......... 74% 9.66M 3s [build 2023-05-24 07:39:21] 75200K .......... .......... .......... .......... .......... 74% 11.8M 3s [build 2023-05-24 07:39:21] 75250K .......... .......... .......... .......... .......... 74% 13.4M 3s [build 2023-05-24 07:39:21] 75300K .......... .......... .......... .......... .......... 74% 12.6M 3s [build 2023-05-24 07:39:21] 75350K .......... .......... .......... .......... .......... 74% 13.2M 3s [build 2023-05-24 07:39:21] 75400K .......... .......... .......... .......... .......... 74% 13.4M 3s [build 2023-05-24 07:39:21] 75450K .......... .......... .......... .......... .......... 75% 13.2M 3s [build 2023-05-24 07:39:21] 75500K .......... .......... .......... .......... .......... 75% 11.7M 3s [build 2023-05-24 07:39:21] 75550K .......... .......... .......... .......... .......... 75% 10.6M 3s [build 2023-05-24 07:39:21] 75600K .......... .......... .......... .......... .......... 75% 12.5M 2s [build 2023-05-24 07:39:21] 75650K .......... .......... .......... .......... .......... 75% 13.2M 2s [build 2023-05-24 07:39:21] 75700K .......... .......... .......... .......... .......... 75% 12.3M 2s [build 2023-05-24 07:39:21] 75750K .......... .......... .......... .......... .......... 75% 11.5M 2s [build 2023-05-24 07:39:21] 75800K .......... .......... .......... .......... .......... 75% 12.5M 2s [build 2023-05-24 07:39:21] 75850K .......... .......... .......... .......... .......... 75% 13.5M 2s [build 2023-05-24 07:39:21] 75900K .......... .......... .......... .......... .......... 75% 13.6M 2s [build 2023-05-24 07:39:21] 75950K .......... .......... .......... .......... .......... 75% 9.46M 2s [build 2023-05-24 07:39:21] 76000K .......... .......... .......... .......... .......... 75% 11.9M 2s [build 2023-05-24 07:39:21] 76050K .......... .......... .......... .......... .......... 75% 14.1M 2s [build 2023-05-24 07:39:21] 76100K .......... .......... .......... .......... .......... 75% 13.7M 2s [build 2023-05-24 07:39:21] 76150K .......... .......... .......... .......... .......... 75% 12.4M 2s [build 2023-05-24 07:39:21] 76200K .......... .......... .......... .......... .......... 75% 11.5M 2s [build 2023-05-24 07:39:21] 76250K .......... .......... .......... .......... .......... 75% 14.6M 2s [build 2023-05-24 07:39:21] 76300K .......... .......... .......... .......... .......... 75% 14.2M 2s [build 2023-05-24 07:39:21] 76350K .......... .......... .......... .......... .......... 75% 9.77M 2s [build 2023-05-24 07:39:21] 76400K .......... .......... .......... .......... .......... 75% 13.2M 2s [build 2023-05-24 07:39:21] 76450K .......... .......... .......... .......... .......... 76% 13.0M 2s [build 2023-05-24 07:39:21] 76500K .......... .......... .......... .......... .......... 76% 12.5M 2s [build 2023-05-24 07:39:21] 76550K .......... .......... .......... .......... .......... 76% 11.5M 2s [build 2023-05-24 07:39:21] 76600K .......... .......... .......... .......... .......... 76% 13.2M 2s [build 2023-05-24 07:39:21] 76650K .......... .......... .......... .......... .......... 76% 12.3M 2s [build 2023-05-24 07:39:21] 76700K .......... .......... .......... .......... .......... 76% 13.4M 2s [build 2023-05-24 07:39:21] 76750K .......... .......... .......... .......... .......... 76% 10.0M 2s [build 2023-05-24 07:39:21] 76800K .......... .......... .......... .......... .......... 76% 11.2M 2s [build 2023-05-24 07:39:21] 76850K .......... .......... .......... .......... .......... 76% 14.4M 2s [build 2023-05-24 07:39:21] 76900K .......... .......... .......... .......... .......... 76% 12.7M 2s [build 2023-05-24 07:39:21] 76950K .......... .......... .......... .......... .......... 76% 11.4M 2s [build 2023-05-24 07:39:21] 77000K .......... .......... .......... .......... .......... 76% 13.4M 2s [build 2023-05-24 07:39:21] 77050K .......... .......... .......... .......... .......... 76% 12.2M 2s [build 2023-05-24 07:39:21] 77100K .......... .......... .......... .......... .......... 76% 13.8M 2s [build 2023-05-24 07:39:21] 77150K .......... .......... .......... .......... .......... 76% 10.0M 2s [build 2023-05-24 07:39:21] 77200K .......... .......... .......... .......... .......... 76% 12.5M 2s [build 2023-05-24 07:39:21] 77250K .......... .......... .......... .......... .......... 76% 14.3M 2s [build 2023-05-24 07:39:21] 77300K .......... .......... .......... .......... .......... 76% 11.7M 2s [build 2023-05-24 07:39:21] 77350K .......... .......... .......... .......... .......... 76% 12.0M 2s [build 2023-05-24 07:39:21] 77400K .......... .......... .......... .......... .......... 76% 11.9M 2s [build 2023-05-24 07:39:21] 77450K .......... .......... .......... .......... .......... 77% 13.4M 2s [build 2023-05-24 07:39:21] 77500K .......... .......... .......... .......... .......... 77% 14.0M 2s [build 2023-05-24 07:39:21] 77550K .......... .......... .......... .......... .......... 77% 9.13M 2s [build 2023-05-24 07:39:21] 77600K .......... .......... .......... .......... .......... 77% 12.0M 2s [build 2023-05-24 07:39:21] 77650K .......... .......... .......... .......... .......... 77% 13.4M 2s [build 2023-05-24 07:39:21] 77700K .......... .......... .......... .......... .......... 77% 13.3M 2s [build 2023-05-24 07:39:21] 77750K .......... .......... .......... .......... .......... 77% 12.3M 2s [build 2023-05-24 07:39:21] 77800K .......... .......... .......... .......... .......... 77% 11.9M 2s [build 2023-05-24 07:39:21] 77850K .......... .......... .......... .......... .......... 77% 12.8M 2s [build 2023-05-24 07:39:21] 77900K .......... .......... .......... .......... .......... 77% 13.2M 2s [build 2023-05-24 07:39:21] 77950K .......... .......... .......... .......... .......... 77% 10.0M 2s [build 2023-05-24 07:39:21] 78000K .......... .......... .......... .......... .......... 77% 13.5M 2s [build 2023-05-24 07:39:21] 78050K .......... .......... .......... .......... .......... 77% 12.2M 2s [build 2023-05-24 07:39:21] 78100K .......... .......... .......... .......... .......... 77% 14.0M 2s [build 2023-05-24 07:39:21] 78150K .......... .......... .......... .......... .......... 77% 11.6M 2s [build 2023-05-24 07:39:21] 78200K .......... .......... .......... .......... .......... 77% 13.0M 2s [build 2023-05-24 07:39:21] 78250K .......... .......... .......... .......... .......... 77% 13.0M 2s [build 2023-05-24 07:39:21] 78300K .......... .......... .......... .......... .......... 77% 13.2M 2s [build 2023-05-24 07:39:21] 78350K .......... .......... .......... .......... .......... 77% 9.80M 2s [build 2023-05-24 07:39:21] 78400K .......... .......... .......... .......... .......... 77% 12.3M 2s [build 2023-05-24 07:39:21] 78450K .......... .......... .......... .......... .......... 78% 12.8M 2s [build 2023-05-24 07:39:21] 78500K .......... .......... .......... .......... .......... 78% 13.6M 2s [build 2023-05-24 07:39:21] 78550K .......... .......... .......... .......... .......... 78% 12.0M 2s [build 2023-05-24 07:39:21] 78600K .......... .......... .......... .......... .......... 78% 14.3M 2s [build 2023-05-24 07:39:21] 78650K .......... .......... .......... .......... .......... 78% 12.7M 2s [build 2023-05-24 07:39:21] 78700K .......... .......... .......... .......... .......... 78% 13.3M 2s [build 2023-05-24 07:39:21] 78750K .......... .......... .......... .......... .......... 78% 10.6M 2s [build 2023-05-24 07:39:21] 78800K .......... .......... .......... .......... .......... 78% 12.0M 2s [build 2023-05-24 07:39:21] 78850K .......... .......... .......... .......... .......... 78% 14.3M 2s [build 2023-05-24 07:39:21] 78900K .......... .......... .......... .......... .......... 78% 12.7M 2s [build 2023-05-24 07:39:21] 78950K .......... .......... .......... .......... .......... 78% 13.6M 2s [build 2023-05-24 07:39:21] 79000K .......... .......... .......... .......... .......... 78% 11.9M 2s [build 2023-05-24 07:39:21] 79050K .......... .......... .......... .......... .......... 78% 12.1M 2s [build 2023-05-24 07:39:21] 79100K .......... .......... .......... .......... .......... 78% 11.6M 2s [build 2023-05-24 07:39:21] 79150K .......... .......... .......... .......... .......... 78% 11.2M 2s [build 2023-05-24 07:39:21] 79200K .......... .......... .......... .......... .......... 78% 13.4M 2s [build 2023-05-24 07:39:21] 79250K .......... .......... .......... .......... .......... 78% 11.9M 2s [build 2023-05-24 07:39:21] 79300K .......... .......... .......... .......... .......... 78% 13.4M 2s [build 2023-05-24 07:39:21] 79350K .......... .......... .......... .......... .......... 78% 12.1M 2s [build 2023-05-24 07:39:21] 79400K .......... .......... .......... .......... .......... 78% 13.9M 2s [build 2023-05-24 07:39:21] 79450K .......... .......... .......... .......... .......... 79% 11.9M 2s [build 2023-05-24 07:39:21] 79500K .......... .......... .......... .......... .......... 79% 13.3M 2s [build 2023-05-24 07:39:21] 79550K .......... .......... .......... .......... .......... 79% 10.4M 2s [build 2023-05-24 07:39:21] 79600K .......... .......... .......... .......... .......... 79% 13.1M 2s [build 2023-05-24 07:39:21] 79650K .......... .......... .......... .......... .......... 79% 13.4M 2s [build 2023-05-24 07:39:21] 79700K .......... .......... .......... .......... .......... 79% 13.4M 2s [build 2023-05-24 07:39:21] 79750K .......... .......... .......... .......... .......... 79% 12.6M 2s [build 2023-05-24 07:39:21] 79800K .......... .......... .......... .......... .......... 79% 11.8M 2s [build 2023-05-24 07:39:21] 79850K .......... .......... .......... .......... .......... 79% 13.2M 2s [build 2023-05-24 07:39:21] 79900K .......... .......... .......... .......... .......... 79% 13.4M 2s [build 2023-05-24 07:39:21] 79950K .......... .......... .......... .......... .......... 79% 10.8M 2s [build 2023-05-24 07:39:21] 80000K .......... .......... .......... .......... .......... 79% 12.0M 2s [build 2023-05-24 07:39:21] 80050K .......... .......... .......... .......... .......... 79% 12.7M 2s [build 2023-05-24 07:39:21] 80100K .......... .......... .......... .......... .......... 79% 12.9M 2s [build 2023-05-24 07:39:21] 80150K .......... .......... .......... .......... .......... 79% 12.4M 2s [build 2023-05-24 07:39:21] 80200K .......... .......... .......... .......... .......... 79% 14.0M 2s [build 2023-05-24 07:39:21] 80250K .......... .......... .......... .......... .......... 79% 13.2M 2s [build 2023-05-24 07:39:21] 80300K .......... .......... .......... .......... .......... 79% 11.2M 2s [build 2023-05-24 07:39:21] 80350K .......... .......... .......... .......... .......... 79% 10.1M 2s [build 2023-05-24 07:39:21] 80400K .......... .......... .......... .......... .......... 79% 11.9M 2s [build 2023-05-24 07:39:21] 80450K .......... .......... .......... .......... .......... 80% 13.2M 2s [build 2023-05-24 07:39:21] 80500K .......... .......... .......... .......... .......... 80% 12.4M 2s [build 2023-05-24 07:39:21] 80550K .......... .......... .......... .......... .......... 80% 12.2M 2s [build 2023-05-24 07:39:21] 80600K .......... .......... .......... .......... .......... 80% 12.6M 2s [build 2023-05-24 07:39:21] 80650K .......... .......... .......... .......... .......... 80% 13.7M 2s [build 2023-05-24 07:39:21] 80700K .......... .......... .......... .......... .......... 80% 12.1M 2s [build 2023-05-24 07:39:21] 80750K .......... .......... .......... .......... .......... 80% 9.76M 2s [build 2023-05-24 07:39:21] 80800K .......... .......... .......... .......... .......... 80% 12.5M 2s [build 2023-05-24 07:39:21] 80850K .......... .......... .......... .......... .......... 80% 12.2M 2s [build 2023-05-24 07:39:21] 80900K .......... .......... .......... .......... .......... 80% 13.5M 2s [build 2023-05-24 07:39:21] 80950K .......... .......... .......... .......... .......... 80% 12.2M 2s [build 2023-05-24 07:39:21] 81000K .......... .......... .......... .......... .......... 80% 13.2M 2s [build 2023-05-24 07:39:21] 81050K .......... .......... .......... .......... .......... 80% 13.3M 2s [build 2023-05-24 07:39:21] 81100K .......... .......... .......... .......... .......... 80% 11.8M 2s [build 2023-05-24 07:39:21] 81150K .......... .......... .......... .......... .......... 80% 10.1M 2s [build 2023-05-24 07:39:21] 81200K .......... .......... .......... .......... .......... 80% 12.7M 2s [build 2023-05-24 07:39:21] 81250K .......... .......... .......... .......... .......... 80% 12.8M 2s [build 2023-05-24 07:39:21] 81300K .......... .......... .......... .......... .......... 80% 12.5M 2s [build 2023-05-24 07:39:21] 81350K .......... .......... .......... .......... .......... 80% 13.6M 2s [build 2023-05-24 07:39:21] 81400K .......... .......... .......... .......... .......... 80% 12.4M 2s [build 2023-05-24 07:39:21] 81450K .......... .......... .......... .......... .......... 81% 13.6M 2s [build 2023-05-24 07:39:21] 81500K .......... .......... .......... .......... .......... 81% 11.9M 2s [build 2023-05-24 07:39:21] 81550K .......... .......... .......... .......... .......... 81% 9.85M 2s [build 2023-05-24 07:39:21] 81600K .......... .......... .......... .......... .......... 81% 13.8M 2s [build 2023-05-24 07:39:21] 81650K .......... .......... .......... .......... .......... 81% 12.3M 2s [build 2023-05-24 07:39:21] 81700K .......... .......... .......... .......... .......... 81% 14.0M 2s [build 2023-05-24 07:39:21] 81750K .......... .......... .......... .......... .......... 81% 11.7M 2s [build 2023-05-24 07:39:21] 81800K .......... .......... .......... .......... .......... 81% 12.6M 2s [build 2023-05-24 07:39:21] 81850K .......... .......... .......... .......... .......... 81% 13.2M 2s [build 2023-05-24 07:39:21] 81900K .......... .......... .......... .......... .......... 81% 12.4M 2s [build 2023-05-24 07:39:21] 81950K .......... .......... .......... .......... .......... 81% 9.68M 2s [build 2023-05-24 07:39:21] 82000K .......... .......... .......... .......... .......... 81% 12.1M 2s [build 2023-05-24 07:39:21] 82050K .......... .......... .......... .......... .......... 81% 14.7M 2s [build 2023-05-24 07:39:21] 82100K .......... .......... .......... .......... .......... 81% 12.3M 2s [build 2023-05-24 07:39:21] 82150K .......... .......... .......... .......... .......... 81% 13.8M 2s [build 2023-05-24 07:39:21] 82200K .......... .......... .......... .......... .......... 81% 13.2M 2s [build 2023-05-24 07:39:21] 82250K .......... .......... .......... .......... .......... 81% 12.2M 2s [build 2023-05-24 07:39:21] 82300K .......... .......... .......... .......... .......... 81% 12.4M 2s [build 2023-05-24 07:39:21] 82350K .......... .......... .......... .......... .......... 81% 9.23M 2s [build 2023-05-24 07:39:21] 82400K .......... .......... .......... .......... .......... 81% 13.9M 2s [build 2023-05-24 07:39:21] 82450K .......... .......... .......... .......... .......... 82% 13.4M 2s [build 2023-05-24 07:39:21] 82500K .......... .......... .......... .......... .......... 82% 12.3M 2s [build 2023-05-24 07:39:21] 82550K .......... .......... .......... .......... .......... 82% 13.2M 2s [build 2023-05-24 07:39:21] 82600K .......... .......... .......... .......... .......... 82% 12.5M 2s [build 2023-05-24 07:39:21] 82650K .......... .......... .......... .......... .......... 82% 12.7M 2s [build 2023-05-24 07:39:21] 82700K .......... .......... .......... .......... .......... 82% 12.0M 2s [build 2023-05-24 07:39:21] 82750K .......... .......... .......... .......... .......... 82% 10.3M 2s [build 2023-05-24 07:39:21] 82800K .......... .......... .......... .......... .......... 82% 12.0M 2s [build 2023-05-24 07:39:21] 82850K .......... .......... .......... .......... .......... 82% 12.5M 2s [build 2023-05-24 07:39:21] 82900K .......... .......... .......... .......... .......... 82% 13.1M 2s [build 2023-05-24 07:39:21] 82950K .......... .......... .......... .......... .......... 82% 13.0M 2s [build 2023-05-24 07:39:21] 83000K .......... .......... .......... .......... .......... 82% 12.1M 2s [build 2023-05-24 07:39:21] 83050K .......... .......... .......... .......... .......... 82% 12.8M 2s [build 2023-05-24 07:39:21] 83100K .......... .......... .......... .......... .......... 82% 12.7M 2s [build 2023-05-24 07:39:21] 83150K .......... .......... .......... .......... .......... 82% 9.78M 2s [build 2023-05-24 07:39:21] 83200K .......... .......... .......... .......... .......... 82% 13.5M 2s [build 2023-05-24 07:39:21] 83250K .......... .......... .......... .......... .......... 82% 12.0M 2s [build 2023-05-24 07:39:21] 83300K .......... .......... .......... .......... .......... 82% 11.6M 2s [build 2023-05-24 07:39:21] 83350K .......... .......... .......... .......... .......... 82% 12.2M 2s [build 2023-05-24 07:39:21] 83400K .......... .......... .......... .......... .......... 82% 13.8M 2s [build 2023-05-24 07:39:21] 83450K .......... .......... .......... .......... .......... 82% 13.1M 2s [build 2023-05-24 07:39:21] 83500K .......... .......... .......... .......... .......... 83% 12.6M 2s [build 2023-05-24 07:39:21] 83550K .......... .......... .......... .......... .......... 83% 9.81M 2s [build 2023-05-24 07:39:21] 83600K .......... .......... .......... .......... .......... 83% 12.8M 2s [build 2023-05-24 07:39:21] 83650K .......... .......... .......... .......... .......... 83% 14.6M 2s [build 2023-05-24 07:39:21] 83700K .......... .......... .......... .......... .......... 83% 12.6M 2s [build 2023-05-24 07:39:21] 83750K .......... .......... .......... .......... .......... 83% 14.2M 2s [build 2023-05-24 07:39:21] 83800K .......... .......... .......... .......... .......... 83% 11.2M 2s [build 2023-05-24 07:39:21] 83850K .......... .......... .......... .......... .......... 83% 13.6M 2s [build 2023-05-24 07:39:21] 83900K .......... .......... .......... .......... .......... 83% 12.3M 2s [build 2023-05-24 07:39:21] 83950K .......... .......... .......... .......... .......... 83% 10.4M 2s [build 2023-05-24 07:39:21] 84000K .......... .......... .......... .......... .......... 83% 13.2M 2s [build 2023-05-24 07:39:21] 84050K .......... .......... .......... .......... .......... 83% 12.1M 2s [build 2023-05-24 07:39:21] 84100K .......... .......... .......... .......... .......... 83% 13.3M 2s [build 2023-05-24 07:39:21] 84150K .......... .......... .......... .......... .......... 83% 12.5M 2s [build 2023-05-24 07:39:21] 84200K .......... .......... .......... .......... .......... 83% 13.3M 2s [build 2023-05-24 07:39:21] 84250K .......... .......... .......... .......... .......... 83% 12.5M 2s [build 2023-05-24 07:39:21] 84300K .......... .......... .......... .......... .......... 83% 14.2M 2s [build 2023-05-24 07:39:21] 84350K .......... .......... .......... .......... .......... 83% 8.94M 2s [build 2023-05-24 07:39:21] 84400K .......... .......... .......... .......... .......... 83% 13.2M 2s [build 2023-05-24 07:39:21] 84450K .......... .......... .......... .......... .......... 83% 12.8M 2s [build 2023-05-24 07:39:21] 84500K .......... .......... .......... .......... .......... 84% 12.5M 2s [build 2023-05-24 07:39:21] 84550K .......... .......... .......... .......... .......... 84% 12.8M 2s [build 2023-05-24 07:39:21] 84600K .......... .......... .......... .......... .......... 84% 11.7M 2s [build 2023-05-24 07:39:21] 84650K .......... .......... .......... .......... .......... 84% 12.8M 2s [build 2023-05-24 07:39:21] 84700K .......... .......... .......... .......... .......... 84% 13.8M 2s [build 2023-05-24 07:39:21] 84750K .......... .......... .......... .......... .......... 84% 9.31M 2s [build 2023-05-24 07:39:21] 84800K .......... .......... .......... .......... .......... 84% 13.5M 2s [build 2023-05-24 07:39:21] 84850K .......... .......... .......... .......... .......... 84% 12.3M 2s [build 2023-05-24 07:39:21] 84900K .......... .......... .......... .......... .......... 84% 12.3M 2s [build 2023-05-24 07:39:21] 84950K .......... .......... .......... .......... .......... 84% 14.2M 2s [build 2023-05-24 07:39:21] 85000K .......... .......... .......... .......... .......... 84% 12.0M 2s [build 2023-05-24 07:39:21] 85050K .......... .......... .......... .......... .......... 84% 13.3M 2s [build 2023-05-24 07:39:21] 85100K .......... .......... .......... .......... .......... 84% 13.6M 2s [build 2023-05-24 07:39:21] 85150K .......... .......... .......... .......... .......... 84% 8.52M 2s [build 2023-05-24 07:39:21] 85200K .......... .......... .......... .......... .......... 84% 14.6M 2s [build 2023-05-24 07:39:21] 85250K .......... .......... .......... .......... .......... 84% 14.1M 1s [build 2023-05-24 07:39:21] 85300K .......... .......... .......... .......... .......... 84% 12.2M 1s [build 2023-05-24 07:39:21] 85350K .......... .......... .......... .......... .......... 84% 12.8M 1s [build 2023-05-24 07:39:21] 85400K .......... .......... .......... .......... .......... 84% 12.6M 1s [build 2023-05-24 07:39:21] 85450K .......... .......... .......... .......... .......... 84% 13.3M 1s [build 2023-05-24 07:39:21] 85500K .......... .......... .......... .......... .......... 85% 13.7M 1s [build 2023-05-24 07:39:21] 85550K .......... .......... .......... .......... .......... 85% 9.54M 1s [build 2023-05-24 07:39:21] 85600K .......... .......... .......... .......... .......... 85% 14.2M 1s [build 2023-05-24 07:39:21] 85650K .......... .......... .......... .......... .......... 85% 11.3M 1s [build 2023-05-24 07:39:21] 85700K .......... .......... .......... .......... .......... 85% 13.6M 1s [build 2023-05-24 07:39:21] 85750K .......... .......... .......... .......... .......... 85% 12.4M 1s [build 2023-05-24 07:39:21] 85800K .......... .......... .......... .......... .......... 85% 11.9M 1s [build 2023-05-24 07:39:21] 85850K .......... .......... .......... .......... .......... 85% 13.7M 1s [build 2023-05-24 07:39:21] 85900K .......... .......... .......... .......... .......... 85% 12.2M 1s [build 2023-05-24 07:39:21] 85950K .......... .......... .......... .......... .......... 85% 9.11M 1s [build 2023-05-24 07:39:21] 86000K .......... .......... .......... .......... .......... 85% 12.6M 1s [build 2023-05-24 07:39:21] 86050K .......... .......... .......... .......... .......... 85% 14.0M 1s [build 2023-05-24 07:39:21] 86100K .......... .......... .......... .......... .......... 85% 13.4M 1s [build 2023-05-24 07:39:21] 86150K .......... .......... .......... .......... .......... 85% 14.0M 1s [build 2023-05-24 07:39:21] 86200K .......... .......... .......... .......... .......... 85% 12.0M 1s [build 2023-05-24 07:39:21] 86250K .......... .......... .......... .......... .......... 85% 13.2M 1s [build 2023-05-24 07:39:21] 86300K .......... .......... .......... .......... .......... 85% 13.7M 1s [build 2023-05-24 07:39:21] 86350K .......... .......... .......... .......... .......... 85% 9.81M 1s [build 2023-05-24 07:39:22] 86400K .......... .......... .......... .......... .......... 85% 13.8M 1s [build 2023-05-24 07:39:22] 86450K .......... .......... .......... .......... .......... 85% 13.4M 1s [build 2023-05-24 07:39:22] 86500K .......... .......... .......... .......... .......... 86% 13.5M 1s [build 2023-05-24 07:39:22] 86550K .......... .......... .......... .......... .......... 86% 12.4M 1s [build 2023-05-24 07:39:22] 86600K .......... .......... .......... .......... .......... 86% 13.3M 1s [build 2023-05-24 07:39:22] 86650K .......... .......... .......... .......... .......... 86% 11.6M 1s [build 2023-05-24 07:39:22] 86700K .......... .......... .......... .......... .......... 86% 12.7M 1s [build 2023-05-24 07:39:22] 86750K .......... .......... .......... .......... .......... 86% 9.58M 1s [build 2023-05-24 07:39:22] 86800K .......... .......... .......... .......... .......... 86% 12.5M 1s [build 2023-05-24 07:39:22] 86850K .......... .......... .......... .......... .......... 86% 13.4M 1s [build 2023-05-24 07:39:22] 86900K .......... .......... .......... .......... .......... 86% 13.8M 1s [build 2023-05-24 07:39:22] 86950K .......... .......... .......... .......... .......... 86% 12.0M 1s [build 2023-05-24 07:39:22] 87000K .......... .......... .......... .......... .......... 86% 11.8M 1s [build 2023-05-24 07:39:22] 87050K .......... .......... .......... .......... .......... 86% 14.0M 1s [build 2023-05-24 07:39:22] 87100K .......... .......... .......... .......... .......... 86% 12.4M 1s [build 2023-05-24 07:39:22] 87150K .......... .......... .......... .......... .......... 86% 9.91M 1s [build 2023-05-24 07:39:22] 87200K .......... .......... .......... .......... .......... 86% 13.8M 1s [build 2023-05-24 07:39:22] 87250K .......... .......... .......... .......... .......... 86% 12.5M 1s [build 2023-05-24 07:39:22] 87300K .......... .......... .......... .......... .......... 86% 14.4M 1s [build 2023-05-24 07:39:22] 87350K .......... .......... .......... .......... .......... 86% 11.2M 1s [build 2023-05-24 07:39:22] 87400K .......... .......... .......... .......... .......... 86% 12.9M 1s [build 2023-05-24 07:39:22] 87450K .......... .......... .......... .......... .......... 86% 12.6M 1s [build 2023-05-24 07:39:22] 87500K .......... .......... .......... .......... .......... 87% 13.8M 1s [build 2023-05-24 07:39:22] 87550K .......... .......... .......... .......... .......... 87% 9.46M 1s [build 2023-05-24 07:39:22] 87600K .......... .......... .......... .......... .......... 87% 11.1M 1s [build 2023-05-24 07:39:22] 87650K .......... .......... .......... .......... .......... 87% 13.6M 1s [build 2023-05-24 07:39:22] 87700K .......... .......... .......... .......... .......... 87% 12.4M 1s [build 2023-05-24 07:39:22] 87750K .......... .......... .......... .......... .......... 87% 13.2M 1s [build 2023-05-24 07:39:22] 87800K .......... .......... .......... .......... .......... 87% 13.3M 1s [build 2023-05-24 07:39:22] 87850K .......... .......... .......... .......... .......... 87% 12.9M 1s [build 2023-05-24 07:39:22] 87900K .......... .......... .......... .......... .......... 87% 12.4M 1s [build 2023-05-24 07:39:22] 87950K .......... .......... .......... .......... .......... 87% 9.89M 1s [build 2023-05-24 07:39:22] 88000K .......... .......... .......... .......... .......... 87% 13.4M 1s [build 2023-05-24 07:39:22] 88050K .......... .......... .......... .......... .......... 87% 12.0M 1s [build 2023-05-24 07:39:22] 88100K .......... .......... .......... .......... .......... 87% 12.3M 1s [build 2023-05-24 07:39:22] 88150K .......... .......... .......... .......... .......... 87% 11.8M 1s [build 2023-05-24 07:39:22] 88200K .......... .......... .......... .......... .......... 87% 14.7M 1s [build 2023-05-24 07:39:22] 88250K .......... .......... .......... .......... .......... 87% 12.6M 1s [build 2023-05-24 07:39:22] 88300K .......... .......... .......... .......... .......... 87% 13.2M 1s [build 2023-05-24 07:39:22] 88350K .......... .......... .......... .......... .......... 87% 9.88M 1s [build 2023-05-24 07:39:22] 88400K .......... .......... .......... .......... .......... 87% 11.6M 1s [build 2023-05-24 07:39:22] 88450K .......... .......... .......... .......... .......... 87% 12.5M 1s [build 2023-05-24 07:39:22] 88500K .......... .......... .......... .......... .......... 88% 12.7M 1s [build 2023-05-24 07:39:22] 88550K .......... .......... .......... .......... .......... 88% 12.4M 1s [build 2023-05-24 07:39:22] 88600K .......... .......... .......... .......... .......... 88% 12.9M 1s [build 2023-05-24 07:39:22] 88650K .......... .......... .......... .......... .......... 88% 13.1M 1s [build 2023-05-24 07:39:22] 88700K .......... .......... .......... .......... .......... 88% 12.9M 1s [build 2023-05-24 07:39:22] 88750K .......... .......... .......... .......... .......... 88% 10.2M 1s [build 2023-05-24 07:39:22] 88800K .......... .......... .......... .......... .......... 88% 13.4M 1s [build 2023-05-24 07:39:22] 88850K .......... .......... .......... .......... .......... 88% 12.0M 1s [build 2023-05-24 07:39:22] 88900K .......... .......... .......... .......... .......... 88% 13.0M 1s [build 2023-05-24 07:39:22] 88950K .......... .......... .......... .......... .......... 88% 11.7M 1s [build 2023-05-24 07:39:22] 89000K .......... .......... .......... .......... .......... 88% 13.4M 1s [build 2023-05-24 07:39:22] 89050K .......... .......... .......... .......... .......... 88% 13.9M 1s [build 2023-05-24 07:39:22] 89100K .......... .......... .......... .......... .......... 88% 12.9M 1s [build 2023-05-24 07:39:22] 89150K .......... .......... .......... .......... .......... 88% 10.2M 1s [build 2023-05-24 07:39:22] 89200K .......... .......... .......... .......... .......... 88% 12.3M 1s [build 2023-05-24 07:39:22] 89250K .......... .......... .......... .......... .......... 88% 13.7M 1s [build 2023-05-24 07:39:22] 89300K .......... .......... .......... .......... .......... 88% 12.4M 1s [build 2023-05-24 07:39:22] 89350K .......... .......... .......... .......... .......... 88% 13.0M 1s [build 2023-05-24 07:39:22] 89400K .......... .......... .......... .......... .......... 88% 11.8M 1s [build 2023-05-24 07:39:22] 89450K .......... .......... .......... .......... .......... 88% 14.5M 1s [build 2023-05-24 07:39:22] 89500K .......... .......... .......... .......... .......... 89% 12.8M 1s [build 2023-05-24 07:39:22] 89550K .......... .......... .......... .......... .......... 89% 9.76M 1s [build 2023-05-24 07:39:22] 89600K .......... .......... .......... .......... .......... 89% 12.7M 1s [build 2023-05-24 07:39:22] 89650K .......... .......... .......... .......... .......... 89% 12.4M 1s [build 2023-05-24 07:39:22] 89700K .......... .......... .......... .......... .......... 89% 12.9M 1s [build 2023-05-24 07:39:22] 89750K .......... .......... .......... .......... .......... 89% 12.3M 1s [build 2023-05-24 07:39:22] 89800K .......... .......... .......... .......... .......... 89% 13.9M 1s [build 2023-05-24 07:39:22] 89850K .......... .......... .......... .......... .......... 89% 12.1M 1s [build 2023-05-24 07:39:22] 89900K .......... .......... .......... .......... .......... 89% 13.3M 1s [build 2023-05-24 07:39:22] 89950K .......... .......... .......... .......... .......... 89% 9.18M 1s [build 2023-05-24 07:39:22] 90000K .......... .......... .......... .......... .......... 89% 11.4M 1s [build 2023-05-24 07:39:22] 90050K .......... .......... .......... .......... .......... 89% 13.4M 1s [build 2023-05-24 07:39:22] 90100K .......... .......... .......... .......... .......... 89% 12.0M 1s [build 2023-05-24 07:39:22] 90150K .......... .......... .......... .......... .......... 89% 12.5M 1s [build 2023-05-24 07:39:22] 90200K .......... .......... .......... .......... .......... 89% 13.5M 1s [build 2023-05-24 07:39:22] 90250K .......... .......... .......... .......... .......... 89% 13.3M 1s [build 2023-05-24 07:39:22] 90300K .......... .......... .......... .......... .......... 89% 11.5M 1s [build 2023-05-24 07:39:22] 90350K .......... .......... .......... .......... .......... 89% 9.87M 1s [build 2023-05-24 07:39:22] 90400K .......... .......... .......... .......... .......... 89% 12.4M 1s [build 2023-05-24 07:39:22] 90450K .......... .......... .......... .......... .......... 89% 13.3M 1s [build 2023-05-24 07:39:22] 90500K .......... .......... .......... .......... .......... 90% 12.8M 1s [build 2023-05-24 07:39:22] 90550K .......... .......... .......... .......... .......... 90% 13.6M 1s [build 2023-05-24 07:39:22] 90600K .......... .......... .......... .......... .......... 90% 13.7M 1s [build 2023-05-24 07:39:22] 90650K .......... .......... .......... .......... .......... 90% 12.2M 1s [build 2023-05-24 07:39:22] 90700K .......... .......... .......... .......... .......... 90% 12.0M 1s [build 2023-05-24 07:39:22] 90750K .......... .......... .......... .......... .......... 90% 9.43M 1s [build 2023-05-24 07:39:22] 90800K .......... .......... .......... .......... .......... 90% 11.3M 1s [build 2023-05-24 07:39:22] 90850K .......... .......... .......... .......... .......... 90% 13.6M 1s [build 2023-05-24 07:39:22] 90900K .......... .......... .......... .......... .......... 90% 13.1M 1s [build 2023-05-24 07:39:22] 90950K .......... .......... .......... .......... .......... 90% 12.0M 1s [build 2023-05-24 07:39:22] 91000K .......... .......... .......... .......... .......... 90% 13.4M 1s [build 2023-05-24 07:39:22] 91050K .......... .......... .......... .......... .......... 90% 13.1M 1s [build 2023-05-24 07:39:22] 91100K .......... .......... .......... .......... .......... 90% 13.8M 1s [build 2023-05-24 07:39:22] 91150K .......... .......... .......... .......... .......... 90% 10.1M 1s [build 2023-05-24 07:39:22] 91200K .......... .......... .......... .......... .......... 90% 12.7M 1s [build 2023-05-24 07:39:22] 91250K .......... .......... .......... .......... .......... 90% 14.0M 1s [build 2023-05-24 07:39:22] 91300K .......... .......... .......... .......... .......... 90% 12.6M 1s [build 2023-05-24 07:39:22] 91350K .......... .......... .......... .......... .......... 90% 13.0M 1s [build 2023-05-24 07:39:22] 91400K .......... .......... .......... .......... .......... 90% 12.7M 1s [build 2023-05-24 07:39:22] 91450K .......... .......... .......... .......... .......... 90% 12.9M 1s [build 2023-05-24 07:39:22] 91500K .......... .......... .......... .......... .......... 90% 14.3M 1s [build 2023-05-24 07:39:22] 91550K .......... .......... .......... .......... .......... 91% 9.76M 1s [build 2023-05-24 07:39:22] 91600K .......... .......... .......... .......... .......... 91% 12.7M 1s [build 2023-05-24 07:39:22] 91650K .......... .......... .......... .......... .......... 91% 12.0M 1s [build 2023-05-24 07:39:22] 91700K .......... .......... .......... .......... .......... 91% 13.3M 1s [build 2023-05-24 07:39:22] 91750K .......... .......... .......... .......... .......... 91% 12.4M 1s [build 2023-05-24 07:39:22] 91800K .......... .......... .......... .......... .......... 91% 13.7M 1s [build 2023-05-24 07:39:22] 91850K .......... .......... .......... .......... .......... 91% 13.9M 1s [build 2023-05-24 07:39:22] 91900K .......... .......... .......... .......... .......... 91% 11.8M 1s [build 2023-05-24 07:39:22] 91950K .......... .......... .......... .......... .......... 91% 9.88M 1s [build 2023-05-24 07:39:22] 92000K .......... .......... .......... .......... .......... 91% 12.8M 1s [build 2023-05-24 07:39:22] 92050K .......... .......... .......... .......... .......... 91% 12.7M 1s [build 2023-05-24 07:39:22] 92100K .......... .......... .......... .......... .......... 91% 13.2M 1s [build 2023-05-24 07:39:22] 92150K .......... .......... .......... .......... .......... 91% 11.4M 1s [build 2023-05-24 07:39:22] 92200K .......... .......... .......... .......... .......... 91% 13.6M 1s [build 2023-05-24 07:39:22] 92250K .......... .......... .......... .......... .......... 91% 12.1M 1s [build 2023-05-24 07:39:22] 92300K .......... .......... .......... .......... .......... 91% 13.5M 1s [build 2023-05-24 07:39:22] 92350K .......... .......... .......... .......... .......... 91% 10.2M 1s [build 2023-05-24 07:39:22] 92400K .......... .......... .......... .......... .......... 91% 10.9M 1s [build 2023-05-24 07:39:22] 92450K .......... .......... .......... .......... .......... 91% 12.3M 1s [build 2023-05-24 07:39:22] 92500K .......... .......... .......... .......... .......... 91% 13.3M 1s [build 2023-05-24 07:39:22] 92550K .......... .......... .......... .......... .......... 92% 13.2M 1s [build 2023-05-24 07:39:22] 92600K .......... .......... .......... .......... .......... 92% 11.6M 1s [build 2023-05-24 07:39:22] 92650K .......... .......... .......... .......... .......... 92% 14.1M 1s [build 2023-05-24 07:39:22] 92700K .......... .......... .......... .......... .......... 92% 13.1M 1s [build 2023-05-24 07:39:22] 92750K .......... .......... .......... .......... .......... 92% 10.4M 1s [build 2023-05-24 07:39:22] 92800K .......... .......... .......... .......... .......... 92% 13.7M 1s [build 2023-05-24 07:39:22] 92850K .......... .......... .......... .......... .......... 92% 12.1M 1s [build 2023-05-24 07:39:22] 92900K .......... .......... .......... .......... .......... 92% 13.8M 1s [build 2023-05-24 07:39:22] 92950K .......... .......... .......... .......... .......... 92% 11.3M 1s [build 2023-05-24 07:39:22] 93000K .......... .......... .......... .......... .......... 92% 13.2M 1s [build 2023-05-24 07:39:22] 93050K .......... .......... .......... .......... .......... 92% 12.1M 1s [build 2023-05-24 07:39:22] 93100K .......... .......... .......... .......... .......... 92% 14.4M 1s [build 2023-05-24 07:39:22] 93150K .......... .......... .......... .......... .......... 92% 9.20M 1s [build 2023-05-24 07:39:22] 93200K .......... .......... .......... .......... .......... 92% 12.4M 1s [build 2023-05-24 07:39:22] 93250K .......... .......... .......... .......... .......... 92% 11.3M 1s [build 2023-05-24 07:39:22] 93300K .......... .......... .......... .......... .......... 92% 14.2M 1s [build 2023-05-24 07:39:22] 93350K .......... .......... .......... .......... .......... 92% 12.1M 1s [build 2023-05-24 07:39:22] 93400K .......... .......... .......... .......... .......... 92% 12.4M 1s [build 2023-05-24 07:39:22] 93450K .......... .......... .......... .......... .......... 92% 12.0M 1s [build 2023-05-24 07:39:22] 93500K .......... .......... .......... .......... .......... 92% 14.7M 1s [build 2023-05-24 07:39:22] 93550K .......... .......... .......... .......... .......... 93% 9.44M 1s [build 2023-05-24 07:39:22] 93600K .......... .......... .......... .......... .......... 93% 11.4M 1s [build 2023-05-24 07:39:22] 93650K .......... .......... .......... .......... .......... 93% 14.6M 1s [build 2023-05-24 07:39:22] 93700K .......... .......... .......... .......... .......... 93% 12.3M 1s [build 2023-05-24 07:39:22] 93750K .......... .......... .......... .......... .......... 93% 12.2M 1s [build 2023-05-24 07:39:22] 93800K .......... .......... .......... .......... .......... 93% 12.7M 1s [build 2023-05-24 07:39:22] 93850K .......... .......... .......... .......... .......... 93% 13.2M 1s [build 2023-05-24 07:39:22] 93900K .......... .......... .......... .......... .......... 93% 12.7M 1s [build 2023-05-24 07:39:22] 93950K .......... .......... .......... .......... .......... 93% 9.82M 1s [build 2023-05-24 07:39:22] 94000K .......... .......... .......... .......... .......... 93% 13.1M 1s [build 2023-05-24 07:39:22] 94050K .......... .......... .......... .......... .......... 93% 12.1M 1s [build 2023-05-24 07:39:22] 94100K .......... .......... .......... .......... .......... 93% 14.7M 1s [build 2023-05-24 07:39:22] 94150K .......... .......... .......... .......... .......... 93% 12.0M 1s [build 2023-05-24 07:39:22] 94200K .......... .......... .......... .......... .......... 93% 12.6M 1s [build 2023-05-24 07:39:22] 94250K .......... .......... .......... .......... .......... 93% 12.5M 1s [build 2023-05-24 07:39:22] 94300K .......... .......... .......... .......... .......... 93% 13.1M 1s [build 2023-05-24 07:39:22] 94350K .......... .......... .......... .......... .......... 93% 9.84M 1s [build 2023-05-24 07:39:22] 94400K .......... .......... .......... .......... .......... 93% 11.6M 1s [build 2023-05-24 07:39:22] 94450K .......... .......... .......... .......... .......... 93% 13.7M 1s [build 2023-05-24 07:39:22] 94500K .......... .......... .......... .......... .......... 93% 12.1M 1s [build 2023-05-24 07:39:22] 94550K .......... .......... .......... .......... .......... 94% 13.7M 1s [build 2023-05-24 07:39:22] 94600K .......... .......... .......... .......... .......... 94% 12.7M 1s [build 2023-05-24 07:39:22] 94650K .......... .......... .......... .......... .......... 94% 13.5M 1s [build 2023-05-24 07:39:22] 94700K .......... .......... .......... .......... .......... 94% 12.2M 1s [build 2023-05-24 07:39:22] 94750K .......... .......... .......... .......... .......... 94% 10.8M 1s [build 2023-05-24 07:39:22] 94800K .......... .......... .......... .......... .......... 94% 12.8M 1s [build 2023-05-24 07:39:22] 94850K .......... .......... .......... .......... .......... 94% 11.9M 1s [build 2023-05-24 07:39:22] 94900K .......... .......... .......... .......... .......... 94% 14.2M 1s [build 2023-05-24 07:39:22] 94950K .......... .......... .......... .......... .......... 94% 12.4M 1s [build 2023-05-24 07:39:22] 95000K .......... .......... .......... .......... .......... 94% 12.5M 1s [build 2023-05-24 07:39:22] 95050K .......... .......... .......... .......... .......... 94% 12.5M 1s [build 2023-05-24 07:39:22] 95100K .......... .......... .......... .......... .......... 94% 13.2M 1s [build 2023-05-24 07:39:22] 95150K .......... .......... .......... .......... .......... 94% 10.0M 1s [build 2023-05-24 07:39:22] 95200K .......... .......... .......... .......... .......... 94% 11.7M 1s [build 2023-05-24 07:39:22] 95250K .......... .......... .......... .......... .......... 94% 12.7M 1s [build 2023-05-24 07:39:22] 95300K .......... .......... .......... .......... .......... 94% 12.8M 1s [build 2023-05-24 07:39:22] 95350K .......... .......... .......... .......... .......... 94% 12.3M 0s [build 2023-05-24 07:39:22] 95400K .......... .......... .......... .......... .......... 94% 12.7M 0s [build 2023-05-24 07:39:22] 95450K .......... .......... .......... .......... .......... 94% 13.9M 0s [build 2023-05-24 07:39:22] 95500K .......... .......... .......... .......... .......... 94% 13.0M 0s [build 2023-05-24 07:39:22] 95550K .......... .......... .......... .......... .......... 95% 10.4M 0s [build 2023-05-24 07:39:22] 95600K .......... .......... .......... .......... .......... 95% 13.0M 0s [build 2023-05-24 07:39:22] 95650K .......... .......... .......... .......... .......... 95% 10.7M 0s [build 2023-05-24 07:39:22] 95700K .......... .......... .......... .......... .......... 95% 13.6M 0s [build 2023-05-24 07:39:22] 95750K .......... .......... .......... .......... .......... 95% 12.5M 0s [build 2023-05-24 07:39:22] 95800K .......... .......... .......... .......... .......... 95% 13.9M 0s [build 2023-05-24 07:39:22] 95850K .......... .......... .......... .......... .......... 95% 12.2M 0s [build 2023-05-24 07:39:22] 95900K .......... .......... .......... .......... .......... 95% 12.7M 0s [build 2023-05-24 07:39:22] 95950K .......... .......... .......... .......... .......... 95% 9.38M 0s [build 2023-05-24 07:39:22] 96000K .......... .......... .......... .......... .......... 95% 12.5M 0s [build 2023-05-24 07:39:22] 96050K .......... .......... .......... .......... .......... 95% 13.5M 0s [build 2023-05-24 07:39:22] 96100K .......... .......... .......... .......... .......... 95% 13.2M 0s [build 2023-05-24 07:39:22] 96150K .......... .......... .......... .......... .......... 95% 12.2M 0s [build 2023-05-24 07:39:22] 96200K .......... .......... .......... .......... .......... 95% 12.5M 0s [build 2023-05-24 07:39:22] 96250K .......... .......... .......... .......... .......... 95% 14.1M 0s [build 2023-05-24 07:39:22] 96300K .......... .......... .......... .......... .......... 95% 12.7M 0s [build 2023-05-24 07:39:22] 96350K .......... .......... .......... .......... .......... 95% 10.7M 0s [build 2023-05-24 07:39:22] 96400K .......... .......... .......... .......... .......... 95% 12.6M 0s [build 2023-05-24 07:39:22] 96450K .......... .......... .......... .......... .......... 95% 12.2M 0s [build 2023-05-24 07:39:22] 96500K .......... .......... .......... .......... .......... 95% 13.3M 0s [build 2023-05-24 07:39:22] 96550K .......... .......... .......... .......... .......... 96% 12.9M 0s [build 2023-05-24 07:39:22] 96600K .......... .......... .......... .......... .......... 96% 13.4M 0s [build 2023-05-24 07:39:22] 96650K .......... .......... .......... .......... .......... 96% 14.5M 0s [build 2023-05-24 07:39:22] 96700K .......... .......... .......... .......... .......... 96% 12.5M 0s [build 2023-05-24 07:39:22] 96750K .......... .......... .......... .......... .......... 96% 9.41M 0s [build 2023-05-24 07:39:22] 96800K .......... .......... .......... .......... .......... 96% 13.3M 0s [build 2023-05-24 07:39:22] 96850K .......... .......... .......... .......... .......... 96% 12.6M 0s [build 2023-05-24 07:39:22] 96900K .......... .......... .......... .......... .......... 96% 11.9M 0s [build 2023-05-24 07:39:22] 96950K .......... .......... .......... .......... .......... 96% 12.0M 0s [build 2023-05-24 07:39:22] 97000K .......... .......... .......... .......... .......... 96% 12.0M 0s [build 2023-05-24 07:39:22] 97050K .......... .......... .......... .......... .......... 96% 14.0M 0s [build 2023-05-24 07:39:22] 97100K .......... .......... .......... .......... .......... 96% 12.4M 0s [build 2023-05-24 07:39:22] 97150K .......... .......... .......... .......... .......... 96% 9.44M 0s [build 2023-05-24 07:39:22] 97200K .......... .......... .......... .......... .......... 96% 12.4M 0s [build 2023-05-24 07:39:22] 97250K .......... .......... .......... .......... .......... 96% 13.8M 0s [build 2023-05-24 07:39:22] 97300K .......... .......... .......... .......... .......... 96% 12.0M 0s [build 2023-05-24 07:39:22] 97350K .......... .......... .......... .......... .......... 96% 13.0M 0s [build 2023-05-24 07:39:22] 97400K .......... .......... .......... .......... .......... 96% 13.2M 0s [build 2023-05-24 07:39:22] 97450K .......... .......... .......... .......... .......... 96% 12.1M 0s [build 2023-05-24 07:39:22] 97500K .......... .......... .......... .......... .......... 96% 14.3M 0s [build 2023-05-24 07:39:22] 97550K .......... .......... .......... .......... .......... 97% 9.68M 0s [build 2023-05-24 07:39:22] 97600K .......... .......... .......... .......... .......... 97% 12.0M 0s [build 2023-05-24 07:39:22] 97650K .......... .......... .......... .......... .......... 97% 14.2M 0s [build 2023-05-24 07:39:22] 97700K .......... .......... .......... .......... .......... 97% 11.8M 0s [build 2023-05-24 07:39:22] 97750K .......... .......... .......... .......... .......... 97% 12.7M 0s [build 2023-05-24 07:39:22] 97800K .......... .......... .......... .......... .......... 97% 12.8M 0s [build 2023-05-24 07:39:22] 97850K .......... .......... .......... .......... .......... 97% 13.7M 0s [build 2023-05-24 07:39:22] 97900K .......... .......... .......... .......... .......... 97% 12.9M 0s [build 2023-05-24 07:39:22] 97950K .......... .......... .......... .......... .......... 97% 9.83M 0s [build 2023-05-24 07:39:22] 98000K .......... .......... .......... .......... .......... 97% 12.9M 0s [build 2023-05-24 07:39:22] 98050K .......... .......... .......... .......... .......... 97% 12.9M 0s [build 2023-05-24 07:39:22] 98100K .......... .......... .......... .......... .......... 97% 12.7M 0s [build 2023-05-24 07:39:22] 98150K .......... .......... .......... .......... .......... 97% 13.3M 0s [build 2023-05-24 07:39:22] 98200K .......... .......... .......... .......... .......... 97% 13.3M 0s [build 2023-05-24 07:39:22] 98250K .......... .......... .......... .......... .......... 97% 12.1M 0s [build 2023-05-24 07:39:22] 98300K .......... .......... .......... .......... .......... 97% 13.3M 0s [build 2023-05-24 07:39:22] 98350K .......... .......... .......... .......... .......... 97% 10.1M 0s [build 2023-05-24 07:39:22] 98400K .......... .......... .......... .......... .......... 97% 12.2M 0s [build 2023-05-24 07:39:22] 98450K .......... .......... .......... .......... .......... 97% 14.3M 0s [build 2023-05-24 07:39:22] 98500K .......... .......... .......... .......... .......... 97% 12.3M 0s [build 2023-05-24 07:39:22] 98550K .......... .......... .......... .......... .......... 98% 12.4M 0s [build 2023-05-24 07:39:22] 98600K .......... .......... .......... .......... .......... 98% 11.3M 0s [build 2023-05-24 07:39:22] 98650K .......... .......... .......... .......... .......... 98% 14.2M 0s [build 2023-05-24 07:39:22] 98700K .......... .......... .......... .......... .......... 98% 12.0M 0s [build 2023-05-24 07:39:22] 98750K .......... .......... .......... .......... .......... 98% 9.43M 0s [build 2023-05-24 07:39:22] 98800K .......... .......... .......... .......... .......... 98% 13.3M 0s [build 2023-05-24 07:39:22] 98850K .......... .......... .......... .......... .......... 98% 12.6M 0s [build 2023-05-24 07:39:22] 98900K .......... .......... .......... .......... .......... 98% 12.8M 0s [build 2023-05-24 07:39:22] 98950K .......... .......... .......... .......... .......... 98% 11.8M 0s [build 2023-05-24 07:39:23] 99000K .......... .......... .......... .......... .......... 98% 12.9M 0s [build 2023-05-24 07:39:23] 99050K .......... .......... .......... .......... .......... 98% 12.9M 0s [build 2023-05-24 07:39:23] 99100K .......... .......... .......... .......... .......... 98% 13.2M 0s [build 2023-05-24 07:39:23] 99150K .......... .......... .......... .......... .......... 98% 9.62M 0s [build 2023-05-24 07:39:23] 99200K .......... .......... .......... .......... .......... 98% 12.6M 0s [build 2023-05-24 07:39:23] 99250K .......... .......... .......... .......... .......... 98% 13.1M 0s [build 2023-05-24 07:39:23] 99300K .......... .......... .......... .......... .......... 98% 12.9M 0s [build 2023-05-24 07:39:23] 99350K .......... .......... .......... .......... .......... 98% 12.3M 0s [build 2023-05-24 07:39:23] 99400K .......... .......... .......... .......... .......... 98% 13.3M 0s [build 2023-05-24 07:39:23] 99450K .......... .......... .......... .......... .......... 98% 13.4M 0s [build 2023-05-24 07:39:23] 99500K .......... .......... .......... .......... .......... 98% 12.8M 0s [build 2023-05-24 07:39:23] 99550K .......... .......... .......... .......... .......... 99% 9.44M 0s [build 2023-05-24 07:39:23] 99600K .......... .......... .......... .......... .......... 99% 14.0M 0s [build 2023-05-24 07:39:23] 99650K .......... .......... .......... .......... .......... 99% 12.5M 0s [build 2023-05-24 07:39:23] 99700K .......... .......... .......... .......... .......... 99% 12.6M 0s [build 2023-05-24 07:39:23] 99750K .......... .......... .......... .......... .......... 99% 12.1M 0s [build 2023-05-24 07:39:23] 99800K .......... .......... .......... .......... .......... 99% 13.7M 0s [build 2023-05-24 07:39:23] 99850K .......... .......... .......... .......... .......... 99% 13.5M 0s [build 2023-05-24 07:39:23] 99900K .......... .......... .......... .......... .......... 99% 13.5M 0s [build 2023-05-24 07:39:23] 99950K .......... .......... .......... .......... .......... 99% 10.1M 0s [build 2023-05-24 07:39:23] 100000K .......... .......... .......... .......... .......... 99% 12.1M 0s [build 2023-05-24 07:39:23] 100050K .......... .......... .......... .......... .......... 99% 12.9M 0s [build 2023-05-24 07:39:23] 100100K .......... .......... .......... .......... .......... 99% 12.1M 0s [build 2023-05-24 07:39:23] 100150K .......... .......... .......... .......... .......... 99% 13.4M 0s [build 2023-05-24 07:39:23] 100200K .......... .......... .......... .......... .......... 99% 12.0M 0s [build 2023-05-24 07:39:23] 100250K .......... .......... .......... .......... .......... 99% 12.8M 0s [build 2023-05-24 07:39:23] 100300K .......... .......... .......... .......... .......... 99% 13.4M 0s [build 2023-05-24 07:39:23] 100350K .......... .......... .......... .......... .......... 99% 9.38M 0s [build 2023-05-24 07:39:23] 100400K .......... .......... .......... .......... .......... 99% 12.7M 0s [build 2023-05-24 07:39:23] 100450K .......... .......... .......... .......... .......... 99% 11.8M 0s [build 2023-05-24 07:39:23] 100500K .......... .......... .......... .......... .......... 99% 13.6M 0s [build 2023-05-24 07:39:23] 100550K .......... .......... .......... .......... .......... 99% 13.2M 0s [build 2023-05-24 07:39:23] 100600K ..... 100% 10.5T=9.6s [build 2023-05-24 07:39:23] [build 2023-05-24 07:39:23] 2023-05-24 07:39:23 (10.3 MB/s) - 'linux-4.16.tar.xz' saved [103020152/103020152] [build 2023-05-24 07:39:23] [build 2023-05-24 07:39:23] --2023-05-24 07:39:23-- https://mirrors.kernel.org/gentoo/distfiles/mpfr-4.2.0.tar.xz [build 2023-05-24 07:39:23] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 07:39:23] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 07:39:23] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 07:39:23] Length: 1477532 (1.4M) [application/x-xz] [build 2023-05-24 07:39:23] Saving to: 'mpfr-4.2.0.tar.xz' [build 2023-05-24 07:39:23] [build 2023-05-24 07:39:24] 0K .......... .......... .......... .......... .......... 3% 318K 4s [build 2023-05-24 07:39:24] 50K .......... .......... .......... .......... .......... 6% 161K 6s [build 2023-05-24 07:39:24] 100K .......... .......... .......... .......... .......... 10% 162K 7s [build 2023-05-24 07:39:25] 150K .......... .......... .......... .......... .......... 13% 162K 7s [build 2023-05-24 07:39:25] 200K .......... .......... .......... .......... .......... 17% 319K 6s [build 2023-05-24 07:39:25] 250K .......... .......... .......... .......... .......... 20% 162K 6s [build 2023-05-24 07:39:25] 300K .......... .......... .......... .......... .......... 24% 319K 5s [build 2023-05-24 07:39:25] 350K .......... .......... .......... .......... .......... 27% 161K 5s [build 2023-05-24 07:39:26] 400K .......... .......... .......... .......... .......... 31% 162K 5s [build 2023-05-24 07:39:26] 450K .......... .......... .......... .......... .......... 34% 249K 5s [build 2023-05-24 07:39:26] 500K .......... .......... .......... .......... .......... 38% 320K 4s [build 2023-05-24 07:39:26] 550K .......... .......... .......... .......... .......... 41% 162K 4s [build 2023-05-24 07:39:27] 600K .......... .......... .......... .......... .......... 45% 320K 4s [build 2023-05-24 07:39:27] 650K .......... .......... .......... .......... .......... 48% 210K 4s [build 2023-05-24 07:39:27] 700K .......... .......... .......... .......... .......... 51% 222K 3s [build 2023-05-24 07:39:27] 750K .......... .......... .......... .......... .......... 55% 209K 3s [build 2023-05-24 07:39:28] 800K .......... .......... .......... .......... .......... 58% 222K 3s [build 2023-05-24 07:39:28] 850K .......... .......... .......... .......... .......... 62% 319K 3s [build 2023-05-24 07:39:28] 900K .......... .......... .......... .......... .......... 65% 321K 2s [build 2023-05-24 07:39:28] 950K .......... .......... .......... .......... .......... 69% 258K 2s [build 2023-05-24 07:39:28] 1000K .......... .......... .......... .......... .......... 72% 226K 2s [build 2023-05-24 07:39:28] 1050K .......... .......... .......... .......... .......... 76% 249K 2s [build 2023-05-24 07:39:29] 1100K .......... .......... .......... .......... .......... 79% 317K 1s [build 2023-05-24 07:39:29] 1150K .......... .......... .......... .......... .......... 83% 257K 1s [build 2023-05-24 07:39:29] 1200K .......... .......... .......... .......... .......... 86% 252K 1s [build 2023-05-24 07:39:29] 1250K .......... .......... .......... .......... .......... 90% 283K 1s [build 2023-05-24 07:39:29] 1300K .......... .......... .......... .......... .......... 93% 248K 0s [build 2023-05-24 07:39:30] 1350K .......... .......... .......... .......... .......... 97% 317K 0s [build 2023-05-24 07:39:30] 1400K .......... .......... .......... .......... .. 100% 404K=6.2s [build 2023-05-24 07:39:30] [build 2023-05-24 07:39:30] 2023-05-24 07:39:30 (233 KB/s) - 'mpfr-4.2.0.tar.xz' saved [1477532/1477532] [build 2023-05-24 07:39:30] [build 2023-05-24 07:39:30] --2023-05-24 07:39:30-- https://mirrors.kernel.org/gentoo/distfiles/mpc-1.3.1.tar.gz [build 2023-05-24 07:39:30] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 07:39:30] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 07:39:30] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 07:39:30] Length: 773573 (755K) [application/x-gzip] [build 2023-05-24 07:39:31] Saving to: 'mpc-1.3.1.tar.gz' [build 2023-05-24 07:39:31] [build 2023-05-24 07:39:31] 0K .......... .......... .......... .......... .......... 6% 512K 1s [build 2023-05-24 07:39:31] 50K .......... .......... .......... .......... .......... 13% 161K 3s [build 2023-05-24 07:39:31] 100K .......... .......... .......... .......... .......... 19% 162K 3s [build 2023-05-24 07:39:32] 150K .......... .......... .......... .......... .......... 26% 190K 3s [build 2023-05-24 07:39:32] 200K .......... .......... .......... .......... .......... 33% 248K 2s [build 2023-05-24 07:39:32] 250K .......... .......... .......... .......... .......... 39% 190K 2s [build 2023-05-24 07:39:32] 300K .......... .......... .......... .......... .......... 46% 249K 2s [build 2023-05-24 07:39:32] 350K .......... .......... .......... .......... .......... 52% 189K 2s [build 2023-05-24 07:39:33] 400K .......... .......... .......... .......... .......... 59% 249K 1s [build 2023-05-24 07:39:33] 450K .......... .......... .......... .......... .......... 66% 319K 1s [build 2023-05-24 07:39:33] 500K .......... .......... .......... .......... .......... 72% 191K 1s [build 2023-05-24 07:39:33] 550K .......... .......... .......... .......... .......... 79% 249K 1s [build 2023-05-24 07:39:33] 600K .......... .......... .......... .......... .......... 86% 318K 0s [build 2023-05-24 07:39:34] 650K .......... .......... .......... .......... .......... 92% 319K 0s [build 2023-05-24 07:39:34] 700K .......... .......... .......... .......... .......... 99% 192K 0s [build 2023-05-24 07:39:34] 750K ..... 100% 21.0M=3.3s [build 2023-05-24 07:39:34] [build 2023-05-24 07:39:34] 2023-05-24 07:39:34 (229 KB/s) - 'mpc-1.3.1.tar.gz' saved [773573/773573] [build 2023-05-24 07:39:34] [build 2023-05-24 07:39:34] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-gcc.git [build 2023-05-24 07:39:34] [build 2023-05-24 07:39:34] @ building cross-binutils git;https://github.com/mikpe/binutils-gdb.git;-;binutils-2_23_2-metag;HEAD;mikpe [build 2023-05-24 07:39:34] [build 2023-05-24 07:39:34] checking build system type... x86_64-pc-linux-gnu [build 2023-05-24 07:39:34] checking host system type... x86_64-pc-linux-gnu [build 2023-05-24 07:39:34] checking target system type... metag-unknown-linux-uclibc [build 2023-05-24 07:39:34] checking for a BSD-compatible install... /usr/bin/install -c [build 2023-05-24 07:39:34] checking whether ln works... yes [build 2023-05-24 07:39:34] checking whether ln -s works... yes [build 2023-05-24 07:39:34] checking for a sed that does not truncate output... /usr/bin/sed [build 2023-05-24 07:39:34] checking for gawk... no [build 2023-05-24 07:39:34] checking for mawk... mawk [build 2023-05-24 07:39:34] checking for gcc... /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 07:39:34] checking for C compiler default output file name... a.out [build 2023-05-24 07:39:34] checking whether the C compiler works... yes [build 2023-05-24 07:39:34] checking whether we are cross compiling... no [build 2023-05-24 07:39:35] checking for suffix of executables... [build 2023-05-24 07:39:35] checking for suffix of object files... o [build 2023-05-24 07:39:35] checking whether we are using the GNU C compiler... yes [build 2023-05-24 07:39:35] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... yes [build 2023-05-24 07:39:35] checking for /usr/lib/gcc-snapshot/bin/gcc option to accept ISO C89... none needed [build 2023-05-24 07:39:35] checking whether we are using the GNU C++ compiler... yes [build 2023-05-24 07:39:35] checking whether /usr/lib/gcc-snapshot/bin/g++ accepts -g... yes [build 2023-05-24 07:39:35] checking for gnatbind... gnatbind [build 2023-05-24 07:39:35] checking for gnatmake... gnatmake [build 2023-05-24 07:39:35] checking whether compiler driver understands Ada... yes [build 2023-05-24 07:39:35] checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 [build 2023-05-24 07:39:35] checking for objdir... .libs [build 2023-05-24 07:39:35] checking for PWL_handle_timeout in -lpwl... no [build 2023-05-24 07:39:35] checking for version 0.11 (revision 0 or later) of PPL... no [build 2023-05-24 07:39:36] checking for default BUILD_CONFIG... [build 2023-05-24 07:39:36] checking for bison... no [build 2023-05-24 07:39:36] checking for byacc... no [build 2023-05-24 07:39:36] checking for yacc... no [build 2023-05-24 07:39:36] checking for bison... no [build 2023-05-24 07:39:36] checking for gm4... no [build 2023-05-24 07:39:36] checking for gnum4... no [build 2023-05-24 07:39:36] checking for m4... m4 [build 2023-05-24 07:39:36] checking for flex... flex [build 2023-05-24 07:39:36] checking for flex... flex [build 2023-05-24 07:39:36] checking for makeinfo... no [build 2023-05-24 07:39:36] checking for expect... no [build 2023-05-24 07:39:36] checking for runtest... no [build 2023-05-24 07:39:36] checking for ar... ar [build 2023-05-24 07:39:36] checking for as... as [build 2023-05-24 07:39:36] checking for dlltool... no [build 2023-05-24 07:39:36] checking for ld... ld [build 2023-05-24 07:39:36] checking for lipo... no [build 2023-05-24 07:39:36] checking for nm... nm [build 2023-05-24 07:39:36] checking for ranlib... ranlib [build 2023-05-24 07:39:36] checking for strip... strip [build 2023-05-24 07:39:36] checking for windres... no [build 2023-05-24 07:39:36] checking for windmc... no [build 2023-05-24 07:39:36] checking for objcopy... objcopy [build 2023-05-24 07:39:36] checking for objdump... objdump [build 2023-05-24 07:39:36] checking for readelf... readelf [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-cc... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-gcc... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-c++... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-g++... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-cxx... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-gxx... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-gcc... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-gcj... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-gfortran... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-gccgo... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-ar... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-as... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-dlltool... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-ld... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-lipo... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-nm... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-objdump... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-ranlib... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-readelf... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-strip... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-windres... no [build 2023-05-24 07:39:36] checking for metag-unknown-linux-uclibc-windmc... no [build 2023-05-24 07:39:36] checking where to find the target ar... just compiled [build 2023-05-24 07:39:36] checking where to find the target as... just compiled [build 2023-05-24 07:39:36] checking where to find the target cc... pre-installed [build 2023-05-24 07:39:36] checking where to find the target c++... pre-installed [build 2023-05-24 07:39:36] checking where to find the target c++ for libstdc++... pre-installed [build 2023-05-24 07:39:36] checking where to find the target dlltool... just compiled [build 2023-05-24 07:39:36] checking where to find the target gcc... pre-installed [build 2023-05-24 07:39:36] checking where to find the target gcj... pre-installed [build 2023-05-24 07:39:36] checking where to find the target gfortran... pre-installed [build 2023-05-24 07:39:36] checking where to find the target gccgo... pre-installed [build 2023-05-24 07:39:36] checking where to find the target ld... just compiled [build 2023-05-24 07:39:36] checking where to find the target lipo... pre-installed [build 2023-05-24 07:39:36] checking where to find the target nm... just compiled [build 2023-05-24 07:39:36] checking where to find the target objdump... just compiled [build 2023-05-24 07:39:36] checking where to find the target ranlib... just compiled [build 2023-05-24 07:39:36] checking where to find the target readelf... just compiled [build 2023-05-24 07:39:36] checking where to find the target strip... just compiled [build 2023-05-24 07:39:36] checking where to find the target windres... just compiled [build 2023-05-24 07:39:36] checking where to find the target windmc... just compiled [build 2023-05-24 07:39:36] checking whether to enable maintainer-specific portions of Makefiles... no [build 2023-05-24 07:39:36] checking whether -fkeep-inline-functions is supported... yes [build 2023-05-24 07:39:36] configure: creating ./config.status [build 2023-05-24 07:39:36] config.status: creating Makefile [build 2023-05-24 07:39:37] make[1]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils' [build 2023-05-24 07:39:37] mkdir -p -- ./libiberty [build 2023-05-24 07:39:37] Configuring in ./libiberty [build 2023-05-24 07:39:37] configure: creating cache ./config.cache [build 2023-05-24 07:39:37] checking whether to enable maintainer-specific portions of Makefiles... no [build 2023-05-24 07:39:37] checking for makeinfo... /bin/true --split-size=5000000 [build 2023-05-24 07:39:37] checking for perl... perl [build 2023-05-24 07:39:37] checking build system type... x86_64-pc-linux-gnu [build 2023-05-24 07:39:37] checking host system type... x86_64-pc-linux-gnu [build 2023-05-24 07:39:37] checking for x86_64-linux-gnu-ar... ar [build 2023-05-24 07:39:37] checking for x86_64-linux-gnu-ranlib... ranlib [build 2023-05-24 07:39:37] checking for x86_64-linux-gnu-gcc... /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 07:39:38] checking for C compiler default output file name... a.out [build 2023-05-24 07:39:38] checking whether the C compiler works... yes [build 2023-05-24 07:39:38] checking whether we are cross compiling... no [build 2023-05-24 07:39:38] checking for suffix of executables... [build 2023-05-24 07:39:38] checking for suffix of object files... o [build 2023-05-24 07:39:38] checking whether we are using the GNU C compiler... yes [build 2023-05-24 07:39:38] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... yes [build 2023-05-24 07:39:38] checking for /usr/lib/gcc-snapshot/bin/gcc option to accept ISO C89... none needed [build 2023-05-24 07:39:38] checking for special C compiler options needed for large files... no [build 2023-05-24 07:39:38] checking for _FILE_OFFSET_BITS value needed for large files... no [build 2023-05-24 07:39:38] checking how to run the C preprocessor... /usr/lib/gcc-snapshot/bin/cpp [build 2023-05-24 07:39:38] checking whether /usr/lib/gcc-snapshot/bin/gcc supports -W... yes [build 2023-05-24 07:39:38] checking whether /usr/lib/gcc-snapshot/bin/gcc supports -Wall... yes [build 2023-05-24 07:39:38] checking whether /usr/lib/gcc-snapshot/bin/gcc supports -Wwrite-strings... yes [build 2023-05-24 07:39:38] checking whether /usr/lib/gcc-snapshot/bin/gcc supports -Wc++-compat... yes [build 2023-05-24 07:39:38] checking whether /usr/lib/gcc-snapshot/bin/gcc supports -Wstrict-prototypes... yes [build 2023-05-24 07:39:38] checking whether /usr/lib/gcc-snapshot/bin/gcc supports -pedantic ... yes [build 2023-05-24 07:39:39] checking whether /usr/lib/gcc-snapshot/bin/gcc and cc understand -c and -o together... yes [build 2023-05-24 07:39:39] checking for an ANSI C-conforming const... yes [build 2023-05-24 07:39:39] checking for inline... inline [build 2023-05-24 07:39:39] checking for grep that handles long lines and -e... /usr/bin/grep [build 2023-05-24 07:39:39] checking for egrep... /usr/bin/grep -E [build 2023-05-24 07:39:39] checking for ANSI C header files... yes [build 2023-05-24 07:39:39] checking for sys/types.h... yes [build 2023-05-24 07:39:39] checking for sys/stat.h... yes [build 2023-05-24 07:39:39] checking for stdlib.h... yes [build 2023-05-24 07:39:39] checking for string.h... yes [build 2023-05-24 07:39:39] checking for memory.h... yes [build 2023-05-24 07:39:39] checking for strings.h... yes [build 2023-05-24 07:39:39] checking for inttypes.h... yes [build 2023-05-24 07:39:39] checking for stdint.h... yes [build 2023-05-24 07:39:39] checking for unistd.h... yes [build 2023-05-24 07:39:39] checking whether byte ordering is bigendian... no [build 2023-05-24 07:39:39] checking for a BSD-compatible install... /usr/bin/install -c [build 2023-05-24 07:39:39] checking for sys/file.h... yes [build 2023-05-24 07:39:39] checking for sys/param.h... yes [build 2023-05-24 07:39:40] checking for limits.h... yes [build 2023-05-24 07:39:40] checking for stdlib.h... (cached) yes [build 2023-05-24 07:39:40] checking for malloc.h... yes [build 2023-05-24 07:39:40] checking for string.h... (cached) yes [build 2023-05-24 07:39:40] checking for unistd.h... (cached) yes [build 2023-05-24 07:39:40] checking for strings.h... (cached) yes [build 2023-05-24 07:39:40] checking for sys/time.h... yes [build 2023-05-24 07:39:40] checking for time.h... yes [build 2023-05-24 07:39:40] checking for sys/resource.h... yes [build 2023-05-24 07:39:40] checking for sys/stat.h... (cached) yes [build 2023-05-24 07:39:40] checking for sys/mman.h... yes [build 2023-05-24 07:39:40] checking for fcntl.h... yes [build 2023-05-24 07:39:40] checking for alloca.h... yes [build 2023-05-24 07:39:40] checking for sys/pstat.h... no [build 2023-05-24 07:39:40] checking for sys/sysmp.h... no [build 2023-05-24 07:39:40] checking for sys/sysinfo.h... yes [build 2023-05-24 07:39:40] checking for machine/hal_sysinfo.h... no [build 2023-05-24 07:39:40] checking for sys/table.h... no [build 2023-05-24 07:39:40] checking for sys/sysctl.h... no [build 2023-05-24 07:39:40] checking for sys/systemcfg.h... no [build 2023-05-24 07:39:40] checking for stdint.h... (cached) yes [build 2023-05-24 07:39:40] checking for stdio_ext.h... yes [build 2023-05-24 07:39:40] checking for process.h... no [build 2023-05-24 07:39:40] checking for sys/prctl.h... yes [build 2023-05-24 07:39:40] checking for sys/wait.h that is POSIX.1 compatible... yes [build 2023-05-24 07:39:40] checking whether time.h and sys/time.h may both be included... yes [build 2023-05-24 07:39:41] checking whether errno must be declared... no [build 2023-05-24 07:39:41] checking size of int... 4 [build 2023-05-24 07:39:41] checking for a 64-bit type... uint64_t [build 2023-05-24 07:39:41] checking for intptr_t... yes [build 2023-05-24 07:39:41] checking for uintptr_t... yes [build 2023-05-24 07:39:41] checking for ssize_t... yes [build 2023-05-24 07:39:41] checking for pid_t... yes [build 2023-05-24 07:39:41] checking for library containing strerror... none required [build 2023-05-24 07:39:42] checking for asprintf... yes [build 2023-05-24 07:39:42] checking for atexit... yes [build 2023-05-24 07:39:42] checking for basename... yes [build 2023-05-24 07:39:42] checking for bcmp... yes [build 2023-05-24 07:39:42] checking for bcopy... yes [build 2023-05-24 07:39:42] checking for bsearch... yes [build 2023-05-24 07:39:42] checking for bzero... yes [build 2023-05-24 07:39:42] checking for calloc... yes [build 2023-05-24 07:39:42] checking for clock... yes [build 2023-05-24 07:39:42] checking for ffs... yes [build 2023-05-24 07:39:43] checking for getcwd... yes [build 2023-05-24 07:39:43] checking for getpagesize... yes [build 2023-05-24 07:39:43] checking for gettimeofday... yes [build 2023-05-24 07:39:43] checking for index... yes [build 2023-05-24 07:39:43] checking for insque... yes [build 2023-05-24 07:39:43] checking for memchr... yes [build 2023-05-24 07:39:43] checking for memcmp... yes [build 2023-05-24 07:39:43] checking for memcpy... yes [build 2023-05-24 07:39:43] checking for memmem... yes [build 2023-05-24 07:39:43] checking for memmove... yes [build 2023-05-24 07:39:44] checking for mempcpy... yes [build 2023-05-24 07:39:44] checking for memset... yes [build 2023-05-24 07:39:44] checking for mkstemps... yes [build 2023-05-24 07:39:44] checking for putenv... yes [build 2023-05-24 07:39:44] checking for random... yes [build 2023-05-24 07:39:44] checking for rename... yes [build 2023-05-24 07:39:44] checking for rindex... yes [build 2023-05-24 07:39:44] checking for setenv... yes [build 2023-05-24 07:39:44] checking for snprintf... yes [build 2023-05-24 07:39:44] checking for sigsetmask... yes [build 2023-05-24 07:39:45] checking for stpcpy... yes [build 2023-05-24 07:39:45] checking for stpncpy... yes [build 2023-05-24 07:39:45] checking for strcasecmp... yes [build 2023-05-24 07:39:45] checking for strchr... yes [build 2023-05-24 07:39:45] checking for strdup... yes [build 2023-05-24 07:39:45] checking for strncasecmp... yes [build 2023-05-24 07:39:45] checking for strndup... yes [build 2023-05-24 07:39:45] checking for strrchr... yes [build 2023-05-24 07:39:45] checking for strstr... yes [build 2023-05-24 07:39:46] checking for strtod... yes [build 2023-05-24 07:39:46] checking for strtol... yes [build 2023-05-24 07:39:46] checking for strtoul... yes [build 2023-05-24 07:39:46] checking for strverscmp... yes [build 2023-05-24 07:39:46] checking for tmpnam... yes [build 2023-05-24 07:39:46] checking for vasprintf... yes [build 2023-05-24 07:39:46] checking for vfprintf... yes [build 2023-05-24 07:39:46] checking for vprintf... yes [build 2023-05-24 07:39:46] checking for vsnprintf... yes [build 2023-05-24 07:39:47] checking for vsprintf... yes [build 2023-05-24 07:39:47] checking for waitpid... yes [build 2023-05-24 07:39:47] checking for setproctitle... no [build 2023-05-24 07:39:47] checking whether alloca needs Cray hooks... no [build 2023-05-24 07:39:47] checking stack direction for C alloca... -1 [build 2023-05-24 07:39:47] checking for vfork.h... no [build 2023-05-24 07:39:47] checking for fork... yes [build 2023-05-24 07:39:47] checking for vfork... yes [build 2023-05-24 07:39:47] checking for working fork... yes [build 2023-05-24 07:39:47] checking for working vfork... (cached) yes [build 2023-05-24 07:39:47] checking for _doprnt... no [build 2023-05-24 07:39:47] checking for sys_errlist... no [build 2023-05-24 07:39:48] checking for sys_nerr... no [build 2023-05-24 07:39:48] checking for sys_siglist... no [build 2023-05-24 07:39:48] checking for external symbol _system_configuration... no [build 2023-05-24 07:39:48] checking for __fsetlocking... yes [build 2023-05-24 07:39:48] checking for canonicalize_file_name... yes [build 2023-05-24 07:39:48] checking for dup3... yes [build 2023-05-24 07:39:48] checking for getrlimit... yes [build 2023-05-24 07:39:48] checking for getrusage... yes [build 2023-05-24 07:39:48] checking for getsysinfo... no [build 2023-05-24 07:39:48] checking for gettimeofday... (cached) yes [build 2023-05-24 07:39:48] checking for on_exit... yes [build 2023-05-24 07:39:48] checking for psignal... yes [build 2023-05-24 07:39:49] checking for pstat_getdynamic... no [build 2023-05-24 07:39:49] checking for pstat_getstatic... no [build 2023-05-24 07:39:49] checking for realpath... yes [build 2023-05-24 07:39:49] checking for setrlimit... yes [build 2023-05-24 07:39:49] checking for sbrk... yes [build 2023-05-24 07:39:49] checking for spawnve... no [build 2023-05-24 07:39:49] checking for spawnvpe... no [build 2023-05-24 07:39:49] checking for strerror... yes [build 2023-05-24 07:39:49] checking for strsignal... yes [build 2023-05-24 07:39:49] checking for sysconf... yes [build 2023-05-24 07:39:49] checking for sysctl... no [build 2023-05-24 07:39:50] checking for sysmp... no [build 2023-05-24 07:39:50] checking for table... no [build 2023-05-24 07:39:50] checking for times... yes [build 2023-05-24 07:39:50] checking for wait3... yes [build 2023-05-24 07:39:50] checking for wait4... yes [build 2023-05-24 07:39:50] checking whether basename is declared... no [build 2023-05-24 07:39:50] checking whether ffs is declared... yes [build 2023-05-24 07:39:50] checking whether asprintf is declared... no [build 2023-05-24 07:39:50] checking whether vasprintf is declared... no [build 2023-05-24 07:39:51] checking whether snprintf is declared... yes [build 2023-05-24 07:39:51] checking whether vsnprintf is declared... yes [build 2023-05-24 07:39:51] checking whether calloc is declared... yes [build 2023-05-24 07:39:51] checking whether getenv is declared... yes [build 2023-05-24 07:39:51] checking whether getopt is declared... yes [build 2023-05-24 07:39:51] checking whether malloc is declared... yes [build 2023-05-24 07:39:51] checking whether realloc is declared... yes [build 2023-05-24 07:39:51] checking whether sbrk is declared... yes [build 2023-05-24 07:39:51] checking whether strverscmp is declared... no [build 2023-05-24 07:39:51] checking whether canonicalize_file_name must be declared... yes [build 2023-05-24 07:39:51] checking for stdlib.h... (cached) yes [build 2023-05-24 07:39:51] checking for unistd.h... (cached) yes [build 2023-05-24 07:39:51] checking for getpagesize... (cached) yes [build 2023-05-24 07:39:52] checking for working mmap... yes [build 2023-05-24 07:39:52] checking for working strncmp... yes [build 2023-05-24 07:39:52] configure: updating cache ./config.cache [build 2023-05-24 07:39:52] configure: creating ./config.status [build 2023-05-24 07:39:52] config.status: creating Makefile [build 2023-05-24 07:39:52] config.status: creating testsuite/Makefile [build 2023-05-24 07:39:52] config.status: creating config.h [build 2023-05-24 07:39:52] config.status: executing default commands [build 2023-05-24 07:39:52] mkdir -p -- ./intl [build 2023-05-24 07:39:52] Configuring in ./intl [build 2023-05-24 07:39:52] configure: creating cache ./config.cache [build 2023-05-24 07:39:52] checking whether make sets $(MAKE)... yes [build 2023-05-24 07:39:52] checking for a BSD-compatible install... /usr/bin/install -c [build 2023-05-24 07:39:52] checking whether NLS is requested... no [build 2023-05-24 07:39:52] checking for msgfmt... no [build 2023-05-24 07:39:52] checking for gmsgfmt... : [build 2023-05-24 07:39:52] checking for xgettext... no [build 2023-05-24 07:39:52] checking for msgmerge... no [build 2023-05-24 07:39:52] checking for x86_64-linux-gnu-gcc... /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 07:39:53] checking for C compiler default output file name... a.out [build 2023-05-24 07:39:53] checking whether the C compiler works... yes [build 2023-05-24 07:39:53] checking whether we are cross compiling... no [build 2023-05-24 07:39:53] checking for suffix of executables... [build 2023-05-24 07:39:53] checking for suffix of object files... o [build 2023-05-24 07:39:53] checking whether we are using the GNU C compiler... yes [build 2023-05-24 07:39:53] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... yes [build 2023-05-24 07:39:53] checking for /usr/lib/gcc-snapshot/bin/gcc option to accept ISO C89... none needed [build 2023-05-24 07:39:53] checking build system type... x86_64-pc-linux-gnu [build 2023-05-24 07:39:53] checking host system type... x86_64-pc-linux-gnu [build 2023-05-24 07:39:53] checking for x86_64-linux-gnu-ranlib... ranlib [build 2023-05-24 07:39:53] checking for library containing strerror... none required [build 2023-05-24 07:39:53] checking how to run the C preprocessor... /usr/lib/gcc-snapshot/bin/cpp [build 2023-05-24 07:39:53] checking for grep that handles long lines and -e... /usr/bin/grep [build 2023-05-24 07:39:53] checking for egrep... /usr/bin/grep -E [build 2023-05-24 07:39:53] checking for ANSI C header files... yes [build 2023-05-24 07:39:53] checking for an ANSI C-conforming const... yes [build 2023-05-24 07:39:53] checking for inline... inline [build 2023-05-24 07:39:53] checking for sys/types.h... yes [build 2023-05-24 07:39:54] checking for sys/stat.h... yes [build 2023-05-24 07:39:54] checking for stdlib.h... yes [build 2023-05-24 07:39:54] checking for string.h... yes [build 2023-05-24 07:39:54] checking for memory.h... yes [build 2023-05-24 07:39:54] checking for strings.h... yes [build 2023-05-24 07:39:54] checking for inttypes.h... yes [build 2023-05-24 07:39:54] checking for stdint.h... yes [build 2023-05-24 07:39:54] checking for unistd.h... yes [build 2023-05-24 07:39:54] checking for off_t... yes [build 2023-05-24 07:39:54] checking for size_t... yes [build 2023-05-24 07:39:54] checking for working alloca.h... yes [build 2023-05-24 07:39:55] checking for alloca... yes [build 2023-05-24 07:39:55] checking for stdlib.h... (cached) yes [build 2023-05-24 07:39:55] checking for unistd.h... (cached) yes [build 2023-05-24 07:39:55] checking for getpagesize... yes [build 2023-05-24 07:39:55] checking for working mmap... yes [build 2023-05-24 07:39:55] checking whether we are using the GNU C Library 2.1 or newer... yes [build 2023-05-24 07:39:55] checking whether integer division by zero raises SIGFPE... yes [build 2023-05-24 07:39:55] checking for inttypes.h... yes [build 2023-05-24 07:39:55] checking for stdint.h... yes [build 2023-05-24 07:39:55] checking for unsigned long long... yes [build 2023-05-24 07:39:55] checking for inttypes.h... yes [build 2023-05-24 07:39:55] checking whether the inttypes.h PRIxNN macros are broken... no [build 2023-05-24 07:39:55] checking for ld used by GCC... ld [build 2023-05-24 07:39:55] checking if the linker (ld) is GNU ld... yes [build 2023-05-24 07:39:55] checking for shared library run path origin... done [build 2023-05-24 07:39:55] checking argz.h usability... yes [build 2023-05-24 07:39:55] checking argz.h presence... yes [build 2023-05-24 07:39:55] checking for argz.h... yes [build 2023-05-24 07:39:55] checking limits.h usability... yes [build 2023-05-24 07:39:55] checking limits.h presence... yes [build 2023-05-24 07:39:55] checking for limits.h... yes [build 2023-05-24 07:39:56] checking locale.h usability... yes [build 2023-05-24 07:39:56] checking locale.h presence... yes [build 2023-05-24 07:39:56] checking for locale.h... yes [build 2023-05-24 07:39:56] checking nl_types.h usability... yes [build 2023-05-24 07:39:56] checking nl_types.h presence... yes [build 2023-05-24 07:39:56] checking for nl_types.h... yes [build 2023-05-24 07:39:56] checking malloc.h usability... yes [build 2023-05-24 07:39:56] checking malloc.h presence... yes [build 2023-05-24 07:39:56] checking for malloc.h... yes [build 2023-05-24 07:39:56] checking stddef.h usability... yes [build 2023-05-24 07:39:56] checking stddef.h presence... yes [build 2023-05-24 07:39:56] checking for stddef.h... yes [build 2023-05-24 07:39:56] checking for stdlib.h... (cached) yes [build 2023-05-24 07:39:56] checking for string.h... (cached) yes [build 2023-05-24 07:39:56] checking for unistd.h... (cached) yes [build 2023-05-24 07:39:56] checking sys/param.h usability... yes [build 2023-05-24 07:39:56] checking sys/param.h presence... yes [build 2023-05-24 07:39:56] checking for sys/param.h... yes [build 2023-05-24 07:39:56] checking for feof_unlocked... yes [build 2023-05-24 07:39:56] checking for fgets_unlocked... yes [build 2023-05-24 07:39:56] checking for getc_unlocked... yes [build 2023-05-24 07:39:56] checking for getcwd... yes [build 2023-05-24 07:39:56] checking for getegid... yes [build 2023-05-24 07:39:57] checking for geteuid... yes [build 2023-05-24 07:39:57] checking for getgid... yes [build 2023-05-24 07:39:58] checking for getuid... yes [build 2023-05-24 07:39:58] checking for mempcpy... yes [build 2023-05-24 07:39:58] checking for munmap... yes [build 2023-05-24 07:39:58] checking for putenv... yes [build 2023-05-24 07:39:58] checking for setenv... yes [build 2023-05-24 07:39:58] checking for setlocale... yes [build 2023-05-24 07:39:58] checking for stpcpy... yes [build 2023-05-24 07:39:59] checking for strcasecmp... yes [build 2023-05-24 07:39:59] checking for strdup... yes [build 2023-05-24 07:39:59] checking for strtoul... yes [build 2023-05-24 07:39:59] checking for tsearch... yes [build 2023-05-24 07:39:59] checking for __argz_count... yes [build 2023-05-24 07:39:59] checking for __argz_stringify... yes [build 2023-05-24 07:39:59] checking for __argz_next... yes [build 2023-05-24 07:39:59] checking for __fsetlocking... yes [build 2023-05-24 07:39:59] checking for iconv... yes [build 2023-05-24 07:39:59] checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); [build 2023-05-24 07:39:59] checking for nl_langinfo and CODESET... yes [build 2023-05-24 07:40:00] checking for LC_MESSAGES... yes [build 2023-05-24 07:40:00] checking for bison... no [build 2023-05-24 07:40:00] checking whether NLS is requested... no [build 2023-05-24 07:40:00] checking whether to use NLS... no [build 2023-05-24 07:40:00] checking for aclocal... no [build 2023-05-24 07:40:00] checking for autoconf... no [build 2023-05-24 07:40:00] checking for autoheader... no [build 2023-05-24 07:40:00] configure: updating cache ./config.cache [build 2023-05-24 07:40:00] configure: creating ./config.status [build 2023-05-24 07:40:00] config.status: creating Makefile [build 2023-05-24 07:40:00] config.status: creating config.intl [build 2023-05-24 07:40:00] config.status: creating config.h [build 2023-05-24 07:40:00] config.status: executing default-1 commands [build 2023-05-24 07:40:00] mkdir -p -- ./bfd [build 2023-05-24 07:40:00] Configuring in ./bfd [build 2023-05-24 07:40:00] configure: creating cache ./config.cache [build 2023-05-24 07:40:00] checking build system type... x86_64-pc-linux-gnu [build 2023-05-24 07:40:00] checking host system type... x86_64-pc-linux-gnu [build 2023-05-24 07:40:00] checking target system type... metag-unknown-linux-uclibc [build 2023-05-24 07:40:00] checking for x86_64-linux-gnu-gcc... /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 07:40:00] checking for C compiler default output file name... a.out [build 2023-05-24 07:40:00] checking whether the C compiler works... yes [build 2023-05-24 07:40:00] checking whether we are cross compiling... no [build 2023-05-24 07:40:01] checking for suffix of executables... [build 2023-05-24 07:40:01] checking for suffix of object files... o [build 2023-05-24 07:40:01] checking whether we are using the GNU C compiler... yes [build 2023-05-24 07:40:01] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... yes [build 2023-05-24 07:40:01] checking for /usr/lib/gcc-snapshot/bin/gcc option to accept ISO C89... none needed [build 2023-05-24 07:40:01] checking for library containing strerror... none required [build 2023-05-24 07:40:01] checking for a BSD-compatible install... /usr/bin/install -c [build 2023-05-24 07:40:02] checking whether build environment is sane... yes [build 2023-05-24 07:40:02] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [build 2023-05-24 07:40:02] checking for gawk... mawk [build 2023-05-24 07:40:02] checking whether make sets $(MAKE)... yes [build 2023-05-24 07:40:02] checking for style of include used by make... GNU [build 2023-05-24 07:40:02] checking dependency style of /usr/lib/gcc-snapshot/bin/gcc... gcc3 [build 2023-05-24 07:40:02] checking for x86_64-linux-gnu-ar... ar [build 2023-05-24 07:40:02] checking for x86_64-linux-gnu-ranlib... ranlib [build 2023-05-24 07:40:02] checking for x86_64-linux-gnu-gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 07:40:02] checking whether we are using the GNU C compiler... (cached) yes [build 2023-05-24 07:40:02] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 07:40:02] checking for /usr/lib/gcc-snapshot/bin/gcc option to accept ISO C89... (cached) none needed [build 2023-05-24 07:40:02] checking how to run the C preprocessor... /usr/lib/gcc-snapshot/bin/cpp [build 2023-05-24 07:40:02] checking for grep that handles long lines and -e... /usr/bin/grep [build 2023-05-24 07:40:02] checking for egrep... /usr/bin/grep -E [build 2023-05-24 07:40:02] checking for ANSI C header files... yes [build 2023-05-24 07:40:03] checking for sys/types.h... yes [build 2023-05-24 07:40:03] checking for sys/stat.h... yes [build 2023-05-24 07:40:03] checking for stdlib.h... yes [build 2023-05-24 07:40:03] checking for string.h... yes [build 2023-05-24 07:40:03] checking for memory.h... yes [build 2023-05-24 07:40:03] checking for strings.h... yes [build 2023-05-24 07:40:03] checking for inttypes.h... yes [build 2023-05-24 07:40:03] checking for stdint.h... yes [build 2023-05-24 07:40:03] checking for unistd.h... yes [build 2023-05-24 07:40:03] checking minix/config.h usability... no [build 2023-05-24 07:40:03] checking minix/config.h presence... no [build 2023-05-24 07:40:03] checking for minix/config.h... no [build 2023-05-24 07:40:03] checking whether it is safe to define __EXTENSIONS__... yes [build 2023-05-24 07:40:03] checking how to print strings... printf [build 2023-05-24 07:40:03] checking for a sed that does not truncate output... /usr/bin/sed [build 2023-05-24 07:40:03] checking for fgrep... /usr/bin/grep -F [build 2023-05-24 07:40:03] checking for ld used by /usr/lib/gcc-snapshot/bin/gcc... ld [build 2023-05-24 07:40:03] checking if the linker (ld) is GNU ld... yes [build 2023-05-24 07:40:03] checking for BSD- or MS-compatible name lister (nm)... nm [build 2023-05-24 07:40:04] checking the name lister (nm) interface... BSD nm [build 2023-05-24 07:40:04] checking whether ln -s works... yes [build 2023-05-24 07:40:04] checking the maximum length of command line arguments... 1572864 [build 2023-05-24 07:40:04] checking whether the shell understands some XSI constructs... yes [build 2023-05-24 07:40:04] checking whether the shell understands "+="... yes [build 2023-05-24 07:40:04] checking for ld option to reload object files... -r [build 2023-05-24 07:40:04] checking for x86_64-linux-gnu-objdump... objdump [build 2023-05-24 07:40:04] checking how to recognize dependent libraries... pass_all [build 2023-05-24 07:40:04] checking for x86_64-linux-gnu-ar... (cached) ar [build 2023-05-24 07:40:04] checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip [build 2023-05-24 07:40:04] checking for x86_64-linux-gnu-ranlib... (cached) ranlib [build 2023-05-24 07:40:04] checking command to parse nm output from /usr/lib/gcc-snapshot/bin/gcc object... ok [build 2023-05-24 07:40:04] checking for dlfcn.h... yes [build 2023-05-24 07:40:04] checking for objdir... .libs [build 2023-05-24 07:40:04] checking if /usr/lib/gcc-snapshot/bin/gcc supports -fno-rtti -fno-exceptions... no [build 2023-05-24 07:40:04] checking for /usr/lib/gcc-snapshot/bin/gcc option to produce PIC... -fPIC -DPIC [build 2023-05-24 07:40:04] checking if /usr/lib/gcc-snapshot/bin/gcc PIC flag -fPIC -DPIC works... yes [build 2023-05-24 07:40:04] checking if /usr/lib/gcc-snapshot/bin/gcc static flag -static works... yes [build 2023-05-24 07:40:04] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.o... yes [build 2023-05-24 07:40:04] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.o... (cached) yes [build 2023-05-24 07:40:04] checking whether the /usr/lib/gcc-snapshot/bin/gcc linker (ld -m elf_x86_64) supports shared libraries... yes [build 2023-05-24 07:40:04] checking dynamic linker characteristics... GNU/Linux ld.so [build 2023-05-24 07:40:04] checking how to hardcode library paths into programs... immediate [build 2023-05-24 07:40:05] checking for shl_load... no [build 2023-05-24 07:40:05] checking for shl_load in -ldld... no [build 2023-05-24 07:40:05] checking for dlopen... yes [build 2023-05-24 07:40:05] checking whether a program can dlopen itself... yes [build 2023-05-24 07:40:05] checking whether a statically linked program can dlopen itself... no [build 2023-05-24 07:40:05] checking whether stripping libraries is possible... yes [build 2023-05-24 07:40:05] checking if libtool supports shared libraries... yes [build 2023-05-24 07:40:05] checking whether to build shared libraries... no [build 2023-05-24 07:40:05] checking whether to build static libraries... yes [build 2023-05-24 07:40:05] checking for special C compiler options needed for large files... no [build 2023-05-24 07:40:05] checking for _FILE_OFFSET_BITS value needed for large files... no [build 2023-05-24 07:40:05] Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror [build 2023-05-24 07:40:05] checking whether to enable maintainer-specific portions of Makefiles... no [build 2023-05-24 07:40:05] checking whether to install libbfd... no [build 2023-05-24 07:40:05] checking whether NLS is requested... no [build 2023-05-24 07:40:05] checking whether NLS is requested... no [build 2023-05-24 07:40:05] checking for msgfmt... no [build 2023-05-24 07:40:05] checking for gmsgfmt... : [build 2023-05-24 07:40:05] checking for xgettext... no [build 2023-05-24 07:40:05] checking for msgmerge... no [build 2023-05-24 07:40:06] checking size of long long... 8 [build 2023-05-24 07:40:06] checking size of void *... 8 [build 2023-05-24 07:40:06] checking size of long... 8 [build 2023-05-24 07:40:06] checking alloca.h usability... yes [build 2023-05-24 07:40:06] checking alloca.h presence... yes [build 2023-05-24 07:40:06] checking for alloca.h... yes [build 2023-05-24 07:40:06] checking stddef.h usability... yes [build 2023-05-24 07:40:06] checking stddef.h presence... yes [build 2023-05-24 07:40:06] checking for stddef.h... yes [build 2023-05-24 07:40:06] checking for string.h... (cached) yes [build 2023-05-24 07:40:06] checking for strings.h... (cached) yes [build 2023-05-24 07:40:06] checking for stdlib.h... (cached) yes [build 2023-05-24 07:40:06] checking time.h usability... yes [build 2023-05-24 07:40:06] checking time.h presence... yes [build 2023-05-24 07:40:06] checking for time.h... yes [build 2023-05-24 07:40:06] checking for unistd.h... (cached) yes [build 2023-05-24 07:40:06] checking fcntl.h usability... yes [build 2023-05-24 07:40:06] checking fcntl.h presence... yes [build 2023-05-24 07:40:06] checking for fcntl.h... yes [build 2023-05-24 07:40:06] checking sys/file.h usability... yes [build 2023-05-24 07:40:06] checking sys/file.h presence... yes [build 2023-05-24 07:40:06] checking for sys/file.h... yes [build 2023-05-24 07:40:07] checking sys/time.h usability... yes [build 2023-05-24 07:40:07] checking sys/time.h presence... yes [build 2023-05-24 07:40:07] checking for sys/time.h... yes [build 2023-05-24 07:40:07] checking for sys/stat.h... (cached) yes [build 2023-05-24 07:40:07] looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes [build 2023-05-24 07:40:07] checking for uintptr_t... yes [build 2023-05-24 07:40:07] checking for int_least32_t... yes [build 2023-05-24 07:40:07] checking for int_fast32_t... yes [build 2023-05-24 07:40:07] checking for uint64_t... yes [build 2023-05-24 07:40:07] checking what to include in bfd_stdint.h... stdint.h (already complete) [build 2023-05-24 07:40:08] checking whether time.h and sys/time.h may both be included... yes [build 2023-05-24 07:40:08] checking for dirent.h that defines DIR... yes [build 2023-05-24 07:40:08] checking for library containing opendir... none required [build 2023-05-24 07:40:08] checking windows.h usability... no [build 2023-05-24 07:40:08] checking windows.h presence... no [build 2023-05-24 07:40:08] checking for windows.h... no [build 2023-05-24 07:40:08] checking for dlfcn.h... (cached) yes [build 2023-05-24 07:40:08] checking whether string.h and strings.h may both be included... yes [build 2023-05-24 07:40:08] checking for fcntl... yes [build 2023-05-24 07:40:08] checking for getpagesize... yes [build 2023-05-24 07:40:08] checking for setitimer... yes [build 2023-05-24 07:40:08] checking for sysconf... yes [build 2023-05-24 07:40:08] checking for fdopen... yes [build 2023-05-24 07:40:08] checking for getuid... yes [build 2023-05-24 07:40:08] checking for getgid... yes [build 2023-05-24 07:40:09] checking for fileno... yes [build 2023-05-24 07:40:09] checking for strtoull... yes [build 2023-05-24 07:40:09] checking whether basename is declared... yes [build 2023-05-24 07:40:09] checking whether ftello is declared... yes [build 2023-05-24 07:40:09] checking whether ftello64 is declared... yes [build 2023-05-24 07:40:09] checking whether fseeko is declared... yes [build 2023-05-24 07:40:09] checking whether fseeko64 is declared... yes [build 2023-05-24 07:40:09] checking whether ffs is declared... yes [build 2023-05-24 07:40:09] checking whether free is declared... yes [build 2023-05-24 07:40:09] checking whether getenv is declared... yes [build 2023-05-24 07:40:10] checking whether malloc is declared... yes [build 2023-05-24 07:40:10] checking whether realloc is declared... yes [build 2023-05-24 07:40:10] checking whether stpcpy is declared... yes [build 2023-05-24 07:40:10] checking whether strstr is declared... yes [build 2023-05-24 07:40:10] checking whether snprintf is declared... yes [build 2023-05-24 07:40:10] checking whether vsnprintf is declared... yes [build 2023-05-24 07:40:10] checking for library containing zlibVersion... -lz [build 2023-05-24 07:40:10] checking zlib.h usability... yes [build 2023-05-24 07:40:10] checking zlib.h presence... yes [build 2023-05-24 07:40:10] checking for zlib.h... yes [build 2023-05-24 07:40:10] checking linker --as-needed support... yes [build 2023-05-24 07:40:10] checking for cos in -lm... yes [build 2023-05-24 07:40:10] checking for gcc version with buggy 64-bit support... no [build 2023-05-24 07:40:11] checking for ftello... yes [build 2023-05-24 07:40:11] checking for ftello64... yes [build 2023-05-24 07:40:11] checking for fseeko... yes [build 2023-05-24 07:40:11] checking for fseeko64... yes [build 2023-05-24 07:40:11] checking for fopen64... yes [build 2023-05-24 07:40:11] checking size of off_t... 8 [build 2023-05-24 07:40:11] checking file_ptr type... BFD_HOST_64_BIT [build 2023-05-24 07:40:11] checking for stdlib.h... (cached) yes [build 2023-05-24 07:40:11] checking for unistd.h... (cached) yes [build 2023-05-24 07:40:11] checking for getpagesize... (cached) yes [build 2023-05-24 07:40:11] checking for working mmap... yes [build 2023-05-24 07:40:11] checking for madvise... yes [build 2023-05-24 07:40:11] checking for mprotect... yes [build 2023-05-24 07:40:12] configure: updating cache ./config.cache [build 2023-05-24 07:40:12] configure: creating ./config.status [build 2023-05-24 07:40:12] config.status: creating Makefile [build 2023-05-24 07:40:12] config.status: creating doc/Makefile [build 2023-05-24 07:40:12] config.status: creating bfd-in3.h [build 2023-05-24 07:40:12] config.status: creating po/Makefile.in [build 2023-05-24 07:40:12] config.status: creating config.h [build 2023-05-24 07:40:12] config.status: executing depfiles commands [build 2023-05-24 07:40:13] config.status: executing libtool commands [build 2023-05-24 07:40:13] config.status: executing default-1 commands [build 2023-05-24 07:40:14] config.status: executing bfd_stdint.h commands [build 2023-05-24 07:40:14] config.status: executing default commands [build 2023-05-24 07:40:14] make[2]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/libiberty' [build 2023-05-24 07:40:14] if [ x"" != x ] && [ ! -d pic ]; then \ [build 2023-05-24 07:40:14] mkdir pic; \ [build 2023-05-24 07:40:14] else true; fi [build 2023-05-24 07:40:14] touch stamp-picdir [build 2023-05-24 07:40:14] if [ x"" != x ]; then \ [build 2023-05-24 07:40:14] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c -o pic/regex.o; \ [build 2023-05-24 07:40:14] else true; fi [build 2023-05-24 07:40:14] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c -o regex.o [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c: In function 'byte_regex_compile': [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:152:53: warning: right-hand operand of comma expression has no effect [-Wunused-value] [build 2023-05-24 07:40:14] 152 | # define bzero(s, n) (memset (s, '\0', n), (s)) [build 2023-05-24 07:40:14] | ~~~~~~~~~~~~~~~~~~~~^~~~~~ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:3124:13: note: in expansion of macro 'bzero' [build 2023-05-24 07:40:14] 3124 | bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH); [build 2023-05-24 07:40:14] | ^~~~~ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c: In function 'byte_re_compile_fastmap': [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:152:53: warning: right-hand operand of comma expression has no effect [-Wunused-value] [build 2023-05-24 07:40:14] 152 | # define bzero(s, n) (memset (s, '\0', n), (s)) [build 2023-05-24 07:40:14] | ~~~~~~~~~~~~~~~~~~~~^~~~~~ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:4582:3: note: in expansion of macro 'bzero' [build 2023-05-24 07:40:14] 4582 | bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */ [build 2023-05-24 07:40:14] | ^~~~~ [build 2023-05-24 07:40:14] In file included from /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:638: [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c: In function 'byte_regex_compile': [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:2492:15: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:14] 2491 | if ((syntax & RE_BK_PLUS_QM) [build 2023-05-24 07:40:14] | ~~~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:14] 2492 | || (syntax & RE_LIMITED_OPS)) [build 2023-05-24 07:40:14] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:2494:9: note: here [build 2023-05-24 07:40:14] 2494 | handle_plus: [build 2023-05-24 07:40:14] | ^~~~~~~~~~~ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c: In function 'byte_re_match_2_internal': [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:6697:33: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:14] 6697 | is_a_jump_n = true; [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:6698:19: note: here [build 2023-05-24 07:40:14] 6698 | case pop_failure_jump: [build 2023-05-24 07:40:14] | ^~~~ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:7120:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:14] 7120 | if ((re_opcode_t) p[-1] != pop_failure_jump) [build 2023-05-24 07:40:14] | ^ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:7135:9: note: here [build 2023-05-24 07:40:14] 7135 | case pop_failure_jump: [build 2023-05-24 07:40:14] | ^~~~ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:1776:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:14] 1776 | set_regs_matched_done = 0; \ [build 2023-05-24 07:40:14] | ~~~~~~~~~~~~~~~~~~~~~~^~~ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:7147:13: note: in expansion of macro 'POP_FAILURE_POINT' [build 2023-05-24 07:40:14] 7147 | POP_FAILURE_POINT (sdummy, pdummy, [build 2023-05-24 07:40:14] | ^~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:7153:9: note: here [build 2023-05-24 07:40:14] 7153 | unconditional_jump: [build 2023-05-24 07:40:14] | ^~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:7453:31: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:14] 7453 | is_a_jump_n = true; [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:7454:17: note: here [build 2023-05-24 07:40:14] 7454 | case maybe_pop_jump: [build 2023-05-24 07:40:14] | ^~~~ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c: In function 'byte_common_op_match_null_string_p': [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:7718:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:14] 7718 | p1 += 2 * OFFSET_ADDRESS_SIZE; [build 2023-05-24 07:40:14] | ^ [build 2023-05-24 07:40:14] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/regex.c:7720:5: note: here [build 2023-05-24 07:40:14] 7720 | default: [build 2023-05-24 07:40:14] | ^~~~~~~ [build 2023-05-24 07:40:15] if [ x"" != x ]; then \ [build 2023-05-24 07:40:15] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ [build 2023-05-24 07:40:15] else true; fi [build 2023-05-24 07:40:15] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c -o cplus-dem.o [build 2023-05-24 07:40:16] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c: In function 'demangle_signature': [build 2023-05-24 07:40:16] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c:1602:31: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:16] 1602 | if (AUTO_DEMANGLING || GNU_DEMANGLING) [build 2023-05-24 07:40:16] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c:1616:9: note: here [build 2023-05-24 07:40:16] 1616 | default: [build 2023-05-24 07:40:16] | ^~~~~~~ [build 2023-05-24 07:40:16] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c: In function 'demangle_fund_type': [build 2023-05-24 07:40:16] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c:3944:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:16] 3944 | if (!ISDIGIT ((unsigned char)**mangled)) [build 2023-05-24 07:40:16] | ^ [build 2023-05-24 07:40:16] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c:3949:5: note: here [build 2023-05-24 07:40:16] 3949 | case 'I': [build 2023-05-24 07:40:16] | ^~~~ [build 2023-05-24 07:40:16] if [ x"" != x ]; then \ [build 2023-05-24 07:40:16] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ [build 2023-05-24 07:40:16] else true; fi [build 2023-05-24 07:40:16] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cp-demangle.c -o cp-demangle.o [build 2023-05-24 07:40:17] if [ x"" != x ]; then \ [build 2023-05-24 07:40:17] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/md5.c -o pic/md5.o; \ [build 2023-05-24 07:40:17] else true; fi [build 2023-05-24 07:40:17] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/md5.c -o md5.o [build 2023-05-24 07:40:18] if [ x"" != x ]; then \ [build 2023-05-24 07:40:18] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/sha1.c -o pic/sha1.o; \ [build 2023-05-24 07:40:18] else true; fi [build 2023-05-24 07:40:18] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/sha1.c -o sha1.o [build 2023-05-24 07:40:18] if [ x"" != x ]; then \ [build 2023-05-24 07:40:18] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/alloca.c -o pic/alloca.o; \ [build 2023-05-24 07:40:18] else true; fi [build 2023-05-24 07:40:18] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/alloca.c -o alloca.o [build 2023-05-24 07:40:18] if [ x"" != x ]; then \ [build 2023-05-24 07:40:18] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/argv.c -o pic/argv.o; \ [build 2023-05-24 07:40:18] else true; fi [build 2023-05-24 07:40:18] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/argv.c -o argv.o [build 2023-05-24 07:40:18] if [ x"" != x ]; then \ [build 2023-05-24 07:40:18] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/choose-temp.c -o pic/choose-temp.o; \ [build 2023-05-24 07:40:18] else true; fi [build 2023-05-24 07:40:18] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/choose-temp.c -o choose-temp.o [build 2023-05-24 07:40:18] if [ x"" != x ]; then \ [build 2023-05-24 07:40:18] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/concat.c -o pic/concat.o; \ [build 2023-05-24 07:40:18] else true; fi [build 2023-05-24 07:40:18] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/concat.c -o concat.o [build 2023-05-24 07:40:19] if [ x"" != x ]; then \ [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cp-demint.c -o pic/cp-demint.o; \ [build 2023-05-24 07:40:19] else true; fi [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cp-demint.c -o cp-demint.o [build 2023-05-24 07:40:19] if [ x"" != x ]; then \ [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/crc32.c -o pic/crc32.o; \ [build 2023-05-24 07:40:19] else true; fi [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/crc32.c -o crc32.o [build 2023-05-24 07:40:19] if [ x"" != x ]; then \ [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ [build 2023-05-24 07:40:19] else true; fi [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/dwarfnames.c -o dwarfnames.o [build 2023-05-24 07:40:19] if [ x"" != x ]; then \ [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/dyn-string.c -o pic/dyn-string.o; \ [build 2023-05-24 07:40:19] else true; fi [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/dyn-string.c -o dyn-string.o [build 2023-05-24 07:40:19] if [ x"" != x ]; then \ [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fdmatch.c -o pic/fdmatch.o; \ [build 2023-05-24 07:40:19] else true; fi [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fdmatch.c -o fdmatch.o [build 2023-05-24 07:40:19] if [ x"" != x ]; then \ [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fibheap.c -o pic/fibheap.o; \ [build 2023-05-24 07:40:19] else true; fi [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fibheap.c -o fibheap.o [build 2023-05-24 07:40:19] if [ x"" != x ]; then \ [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ [build 2023-05-24 07:40:19] else true; fi [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/filename_cmp.c -o filename_cmp.o [build 2023-05-24 07:40:19] if [ x"" != x ]; then \ [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/floatformat.c -o pic/floatformat.o; \ [build 2023-05-24 07:40:19] else true; fi [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/floatformat.c -o floatformat.o [build 2023-05-24 07:40:19] if [ x"" != x ]; then \ [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fnmatch.c -o pic/fnmatch.o; \ [build 2023-05-24 07:40:19] else true; fi [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fnmatch.c -o fnmatch.o [build 2023-05-24 07:40:19] if [ x"" != x ]; then \ [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ [build 2023-05-24 07:40:19] else true; fi [build 2023-05-24 07:40:19] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fopen_unlocked.c -o fopen_unlocked.o [build 2023-05-24 07:40:20] if [ x"" != x ]; then \ [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getopt.c -o pic/getopt.o; \ [build 2023-05-24 07:40:20] else true; fi [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getopt.c -o getopt.o [build 2023-05-24 07:40:20] if [ x"" != x ]; then \ [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getopt1.c -o pic/getopt1.o; \ [build 2023-05-24 07:40:20] else true; fi [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getopt1.c -o getopt1.o [build 2023-05-24 07:40:20] if [ x"" != x ]; then \ [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getpwd.c -o pic/getpwd.o; \ [build 2023-05-24 07:40:20] else true; fi [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getpwd.c -o getpwd.o [build 2023-05-24 07:40:20] if [ x"" != x ]; then \ [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getruntime.c -o pic/getruntime.o; \ [build 2023-05-24 07:40:20] else true; fi [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getruntime.c -o getruntime.o [build 2023-05-24 07:40:20] if [ x"" != x ]; then \ [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c -o pic/hashtab.o; \ [build 2023-05-24 07:40:20] else true; fi [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c -o hashtab.o [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c: In function 'iterative_hash': [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:973:15: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:20] 973 | case 11: c+=((hashval_t)k[10]<<24); [build 2023-05-24 07:40:20] | ~^~~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:974:5: note: here [build 2023-05-24 07:40:20] 974 | case 10: c+=((hashval_t)k[9]<<16); [build 2023-05-24 07:40:20] | ^~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:974:15: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:20] 974 | case 10: c+=((hashval_t)k[9]<<16); [build 2023-05-24 07:40:20] | ~^~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:975:5: note: here [build 2023-05-24 07:40:20] 975 | case 9 : c+=((hashval_t)k[8]<<8); [build 2023-05-24 07:40:20] | ^~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:975:15: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:20] 975 | case 9 : c+=((hashval_t)k[8]<<8); [build 2023-05-24 07:40:20] | ~^~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:977:5: note: here [build 2023-05-24 07:40:20] 977 | case 8 : b+=((hashval_t)k[7]<<24); [build 2023-05-24 07:40:20] | ^~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:977:15: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:20] 977 | case 8 : b+=((hashval_t)k[7]<<24); [build 2023-05-24 07:40:20] | ~^~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:978:5: note: here [build 2023-05-24 07:40:20] 978 | case 7 : b+=((hashval_t)k[6]<<16); [build 2023-05-24 07:40:20] | ^~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:978:15: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:20] 978 | case 7 : b+=((hashval_t)k[6]<<16); [build 2023-05-24 07:40:20] | ~^~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:979:5: note: here [build 2023-05-24 07:40:20] 979 | case 6 : b+=((hashval_t)k[5]<<8); [build 2023-05-24 07:40:20] | ^~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:979:15: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:20] 979 | case 6 : b+=((hashval_t)k[5]<<8); [build 2023-05-24 07:40:20] | ~^~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:980:5: note: here [build 2023-05-24 07:40:20] 980 | case 5 : b+=k[4]; [build 2023-05-24 07:40:20] | ^~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:980:15: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:20] 980 | case 5 : b+=k[4]; [build 2023-05-24 07:40:20] | ~^~~~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:981:5: note: here [build 2023-05-24 07:40:20] 981 | case 4 : a+=((hashval_t)k[3]<<24); [build 2023-05-24 07:40:20] | ^~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:981:15: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:20] 981 | case 4 : a+=((hashval_t)k[3]<<24); [build 2023-05-24 07:40:20] | ~^~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:982:5: note: here [build 2023-05-24 07:40:20] 982 | case 3 : a+=((hashval_t)k[2]<<16); [build 2023-05-24 07:40:20] | ^~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:982:15: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:20] 982 | case 3 : a+=((hashval_t)k[2]<<16); [build 2023-05-24 07:40:20] | ~^~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:983:5: note: here [build 2023-05-24 07:40:20] 983 | case 2 : a+=((hashval_t)k[1]<<8); [build 2023-05-24 07:40:20] | ^~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:983:15: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 07:40:20] 983 | case 2 : a+=((hashval_t)k[1]<<8); [build 2023-05-24 07:40:20] | ~^~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:40:20] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:984:5: note: here [build 2023-05-24 07:40:20] 984 | case 1 : a+=k[0]; [build 2023-05-24 07:40:20] | ^~~~ [build 2023-05-24 07:40:20] if [ x"" != x ]; then \ [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hex.c -o pic/hex.o; \ [build 2023-05-24 07:40:20] else true; fi [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hex.c -o hex.o [build 2023-05-24 07:40:20] if [ x"" != x ]; then \ [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/lbasename.c -o pic/lbasename.o; \ [build 2023-05-24 07:40:20] else true; fi [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/lbasename.c -o lbasename.o [build 2023-05-24 07:40:20] if [ x"" != x ]; then \ [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/lrealpath.c -o pic/lrealpath.o; \ [build 2023-05-24 07:40:20] else true; fi [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/lrealpath.c -o lrealpath.o [build 2023-05-24 07:40:20] if [ x"" != x ]; then \ [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ [build 2023-05-24 07:40:20] else true; fi [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/make-relative-prefix.c -o make-relative-prefix.o [build 2023-05-24 07:40:20] if [ x"" != x ]; then \ [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ [build 2023-05-24 07:40:20] else true; fi [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/make-temp-file.c -o make-temp-file.o [build 2023-05-24 07:40:20] if [ x"" != x ]; then \ [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/objalloc.c -o pic/objalloc.o; \ [build 2023-05-24 07:40:20] else true; fi [build 2023-05-24 07:40:20] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/objalloc.c -o objalloc.o [build 2023-05-24 07:40:21] if [ x"" != x ]; then \ [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/obstack.c -o pic/obstack.o; \ [build 2023-05-24 07:40:21] else true; fi [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/obstack.c -o obstack.o [build 2023-05-24 07:40:21] if [ x"" != x ]; then \ [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/partition.c -o pic/partition.o; \ [build 2023-05-24 07:40:21] else true; fi [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/partition.c -o partition.o [build 2023-05-24 07:40:21] if [ x"" != x ]; then \ [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pexecute.c -o pic/pexecute.o; \ [build 2023-05-24 07:40:21] else true; fi [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pexecute.c -o pexecute.o [build 2023-05-24 07:40:21] if [ x"" != x ]; then \ [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/physmem.c -o pic/physmem.o; \ [build 2023-05-24 07:40:21] else true; fi [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/physmem.c -o physmem.o [build 2023-05-24 07:40:21] if [ x"" != x ]; then \ [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pex-common.c -o pic/pex-common.o; \ [build 2023-05-24 07:40:21] else true; fi [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pex-common.c -o pex-common.o [build 2023-05-24 07:40:21] if [ x"" != x ]; then \ [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pex-one.c -o pic/pex-one.o; \ [build 2023-05-24 07:40:21] else true; fi [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pex-one.c -o pex-one.o [build 2023-05-24 07:40:21] if [ x"" != x ]; then \ [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pex-unix.c -o pic/pex-unix.o; \ [build 2023-05-24 07:40:21] else true; fi [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pex-unix.c -o pex-unix.o [build 2023-05-24 07:40:21] if [ x"" != x ]; then \ [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ [build 2023-05-24 07:40:21] else true; fi [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/safe-ctype.c -o safe-ctype.o [build 2023-05-24 07:40:21] if [ x"" != x ]; then \ [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/simple-object.c -o pic/simple-object.o; \ [build 2023-05-24 07:40:21] else true; fi [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/simple-object.c -o simple-object.o [build 2023-05-24 07:40:21] if [ x"" != x ]; then \ [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ [build 2023-05-24 07:40:21] else true; fi [build 2023-05-24 07:40:21] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/simple-object-coff.c -o simple-object-coff.o [build 2023-05-24 07:40:22] if [ x"" != x ]; then \ [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ [build 2023-05-24 07:40:22] else true; fi [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/simple-object-elf.c -o simple-object-elf.o [build 2023-05-24 07:40:22] if [ x"" != x ]; then \ [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ [build 2023-05-24 07:40:22] else true; fi [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o [build 2023-05-24 07:40:22] if [ x"" != x ]; then \ [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/sort.c -o pic/sort.o; \ [build 2023-05-24 07:40:22] else true; fi [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/sort.c -o sort.o [build 2023-05-24 07:40:22] if [ x"" != x ]; then \ [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/spaces.c -o pic/spaces.o; \ [build 2023-05-24 07:40:22] else true; fi [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/spaces.c -o spaces.o [build 2023-05-24 07:40:22] if [ x"" != x ]; then \ [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/splay-tree.c -o pic/splay-tree.o; \ [build 2023-05-24 07:40:22] else true; fi [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/splay-tree.c -o splay-tree.o [build 2023-05-24 07:40:22] if [ x"" != x ]; then \ [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/stack-limit.c -o pic/stack-limit.o; \ [build 2023-05-24 07:40:22] else true; fi [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/stack-limit.c -o stack-limit.o [build 2023-05-24 07:40:22] if [ x"" != x ]; then \ [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strerror.c -o pic/strerror.o; \ [build 2023-05-24 07:40:22] else true; fi [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strerror.c -o strerror.o [build 2023-05-24 07:40:22] if [ x"" != x ]; then \ [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strsignal.c -o pic/strsignal.o; \ [build 2023-05-24 07:40:22] else true; fi [build 2023-05-24 07:40:22] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strsignal.c -o strsignal.o [build 2023-05-24 07:40:23] if [ x"" != x ]; then \ [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ [build 2023-05-24 07:40:23] else true; fi [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/timeval-utils.c -o timeval-utils.o [build 2023-05-24 07:40:23] if [ x"" != x ]; then \ [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ [build 2023-05-24 07:40:23] else true; fi [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o [build 2023-05-24 07:40:23] if [ x"" != x ]; then \ [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xatexit.c -o pic/xatexit.o; \ [build 2023-05-24 07:40:23] else true; fi [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xatexit.c -o xatexit.o [build 2023-05-24 07:40:23] if [ x"" != x ]; then \ [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xexit.c -o pic/xexit.o; \ [build 2023-05-24 07:40:23] else true; fi [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xexit.c -o xexit.o [build 2023-05-24 07:40:23] if [ x"" != x ]; then \ [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmalloc.c -o pic/xmalloc.o; \ [build 2023-05-24 07:40:23] else true; fi [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmalloc.c -o xmalloc.o [build 2023-05-24 07:40:23] if [ x"" != x ]; then \ [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmemdup.c -o pic/xmemdup.o; \ [build 2023-05-24 07:40:23] else true; fi [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmemdup.c -o xmemdup.o [build 2023-05-24 07:40:23] if [ x"" != x ]; then \ [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xstrdup.c -o pic/xstrdup.o; \ [build 2023-05-24 07:40:23] else true; fi [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xstrdup.c -o xstrdup.o [build 2023-05-24 07:40:23] if [ x"" != x ]; then \ [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xstrerror.c -o pic/xstrerror.o; \ [build 2023-05-24 07:40:23] else true; fi [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xstrerror.c -o xstrerror.o [build 2023-05-24 07:40:23] if [ x"" != x ]; then \ [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xstrndup.c -o pic/xstrndup.o; \ [build 2023-05-24 07:40:23] else true; fi [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xstrndup.c -o xstrndup.o [build 2023-05-24 07:40:23] if [ x"" != x ]; then \ [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/setproctitle.c -o pic/setproctitle.o; \ [build 2023-05-24 07:40:23] else true; fi [build 2023-05-24 07:40:23] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/setproctitle.c -o setproctitle.o [build 2023-05-24 07:40:23] rm -f ./libiberty.a pic/./libiberty.a [build 2023-05-24 07:40:23] ar rc ./libiberty.a \ [build 2023-05-24 07:40:23] ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o [build 2023-05-24 07:40:24] ranlib ./libiberty.a [build 2023-05-24 07:40:24] if [ x"" != x ]; then \ [build 2023-05-24 07:40:24] cd pic; \ [build 2023-05-24 07:40:24] ar rc ./libiberty.a \ [build 2023-05-24 07:40:24] ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o; \ [build 2023-05-24 07:40:24] ranlib ./libiberty.a; \ [build 2023-05-24 07:40:24] cd ..; \ [build 2023-05-24 07:40:24] else true; fi [build 2023-05-24 07:40:24] echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list [build 2023-05-24 07:40:24] make[3]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/libiberty/testsuite' [build 2023-05-24 07:40:24] make[3]: Nothing to be done for 'all'. [build 2023-05-24 07:40:24] make[3]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/libiberty/testsuite' [build 2023-05-24 07:40:24] make[2]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/libiberty' [build 2023-05-24 07:40:24] make[2]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/intl' [build 2023-05-24 07:40:24] make[2]: Nothing to be done for 'all'. [build 2023-05-24 07:40:24] make[2]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/intl' [build 2023-05-24 07:40:24] make[2]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd' [build 2023-05-24 07:40:24] creating bfdver.h [build 2023-05-24 07:40:24] rm -f elf32-target.h [build 2023-05-24 07:40:24] sed -e s/NN/32/g < /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/elfxx-target.h > elf32-target.new [build 2023-05-24 07:40:24] mv -f elf32-target.new elf32-target.h [build 2023-05-24 07:40:24] rm -f elf64-target.h [build 2023-05-24 07:40:24] sed -e s/NN/64/g < /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/elfxx-target.h > elf64-target.new [build 2023-05-24 07:40:24] mv -f elf64-target.new elf64-target.h [build 2023-05-24 07:40:24] rm -f targmatch.h [build 2023-05-24 07:40:24] sed -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/targmatch.sed < /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/config.bfd > targmatch.new [build 2023-05-24 07:40:24] mv -f targmatch.new targmatch.h [build 2023-05-24 07:40:24] Making info in doc [build 2023-05-24 07:40:24] make[3]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:24] make chew [build 2023-05-24 07:40:24] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:24] /usr/lib/gcc-snapshot/bin/gcc -o chew.$$ \ [build 2023-05-24 07:40:24] -I.. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/.. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../include -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../intl -I../../intl /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/chew.c; \ [build 2023-05-24 07:40:24] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change chew.$$ chew [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str aoutx.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str archive.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change archive.tmp archive.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str < /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../archures.c >archures.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change archures.tmp archures.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str elf.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change elf.tmp elf.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str elfcode.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change elfcode.tmp elfcode.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str format.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change format.tmp format.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str < /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../libbfd.c >libbfd.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change libbfd.tmp libbfd.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str opncls.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change opncls.tmp opncls.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str reloc.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change reloc.tmp reloc.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str section.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change section.tmp section.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str syms.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change syms.tmp syms.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str targets.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change targets.tmp targets.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str init.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change init.tmp init.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str hash.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change hash.tmp hash.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str linker.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change linker.tmp linker.texi [build 2023-05-24 07:40:25] make chew [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: 'chew' is up to date. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] ./chew -f /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/doc.str mmo.tmp [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/../../move-if-change mmo.tmp mmo.texi [build 2023-05-24 07:40:25] restore=: && backupdir=".am$$" && \ [build 2023-05-24 07:40:25] rm -rf $backupdir && mkdir $backupdir && \ [build 2023-05-24 07:40:25] if (/bin/true --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ [build 2023-05-24 07:40:25] for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \ [build 2023-05-24 07:40:25] if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ [build 2023-05-24 07:40:25] done; \ [build 2023-05-24 07:40:25] else :; fi && \ [build 2023-05-24 07:40:25] if /bin/true --split-size=5000000 --split-size=5000000 -I /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc \ [build 2023-05-24 07:40:25] -o bfd.info `test -f 'bfd.texinfo' || echo '/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/doc/'`bfd.texinfo; \ [build 2023-05-24 07:40:25] then \ [build 2023-05-24 07:40:25] rc=0; \ [build 2023-05-24 07:40:25] else \ [build 2023-05-24 07:40:25] rc=$?; \ [build 2023-05-24 07:40:25] $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \ [build 2023-05-24 07:40:25] fi; \ [build 2023-05-24 07:40:25] rm -rf $backupdir; exit $rc [build 2023-05-24 07:40:25] make[3]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] Making info in po [build 2023-05-24 07:40:25] make[3]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/po' [build 2023-05-24 07:40:25] ( if test 'x/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/po' != 'x.'; then \ [build 2023-05-24 07:40:25] posrcprefix='/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/'; \ [build 2023-05-24 07:40:25] else \ [build 2023-05-24 07:40:25] posrcprefix="../"; \ [build 2023-05-24 07:40:25] fi; \ [build 2023-05-24 07:40:25] rm -f SRC-POTFILES-t SRC-POTFILES \ [build 2023-05-24 07:40:25] && (sed -e '/^#/d' \ [build 2023-05-24 07:40:25] -e '/^[ ]*$/d' \ [build 2023-05-24 07:40:25] -e "s@.*@ $posrcprefix& \\\\@" < /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/po/SRC-POTFILES.in \ [build 2023-05-24 07:40:25] | sed -e '$s/\\$//') > SRC-POTFILES-t \ [build 2023-05-24 07:40:25] && chmod a-w SRC-POTFILES-t \ [build 2023-05-24 07:40:25] && mv SRC-POTFILES-t SRC-POTFILES ) [build 2023-05-24 07:40:25] ( rm -f BLD-POTFILES-t BLD-POTFILES \ [build 2023-05-24 07:40:25] && (sed -e '/^#/d' \ [build 2023-05-24 07:40:25] -e '/^[ ]*$/d' \ [build 2023-05-24 07:40:25] -e "s@.*@ ../& \\\\@" < /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/po/BLD-POTFILES.in \ [build 2023-05-24 07:40:25] | sed -e '$s/\\$//') > BLD-POTFILES-t \ [build 2023-05-24 07:40:25] && chmod a-w BLD-POTFILES-t \ [build 2023-05-24 07:40:25] && mv BLD-POTFILES-t BLD-POTFILES ) [build 2023-05-24 07:40:25] cd .. \ [build 2023-05-24 07:40:25] && CONFIG_FILES=po/Makefile.in:po/Make-in \ [build 2023-05-24 07:40:25] CONFIG_HEADERS= /bin/bash ./config.status [build 2023-05-24 07:40:25] config.status: creating po/Makefile.in [build 2023-05-24 07:40:25] config.status: executing depfiles commands [build 2023-05-24 07:40:25] config.status: executing libtool commands [build 2023-05-24 07:40:25] config.status: executing default-1 commands [build 2023-05-24 07:40:25] config.status: executing bfd_stdint.h commands [build 2023-05-24 07:40:25] config.status: executing default commands [build 2023-05-24 07:40:25] make[3]: Nothing to be done for 'info'. [build 2023-05-24 07:40:25] make[3]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/po' [build 2023-05-24 07:40:25] make[3]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd' [build 2023-05-24 07:40:25] make[3]: Nothing to be done for 'info-am'. [build 2023-05-24 07:40:25] make[3]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd' [build 2023-05-24 07:40:25] make all-recursive [build 2023-05-24 07:40:25] make[3]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd' [build 2023-05-24 07:40:25] Making all in doc [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] make[4]: Nothing to be done for 'all'. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/doc' [build 2023-05-24 07:40:25] Making all in po [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/po' [build 2023-05-24 07:40:25] make[4]: Nothing to be done for 'all'. [build 2023-05-24 07:40:25] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd/po' [build 2023-05-24 07:40:25] make[4]: Entering directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd' [build 2023-05-24 07:40:25] rm -f bfd-tmp.h [build 2023-05-24 07:40:25] cp bfd-in3.h bfd-tmp.h [build 2023-05-24 07:40:25] /bin/bash /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../move-if-change bfd-tmp.h bfd.h [build 2023-05-24 07:40:25] rm -f bfd-tmp.h [build 2023-05-24 07:40:25] touch stmp-bfd-h [build 2023-05-24 07:40:25] /bin/bash ./libtool --tag=CC --mode=compile /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/archive.c [build 2023-05-24 07:40:25] libtool: compile: /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/archive.c -o archive.o [build 2023-05-24 07:40:26] mv -f .deps/archive.Tpo .deps/archive.Plo [build 2023-05-24 07:40:26] /bin/bash ./libtool --tag=CC --mode=compile /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_metag_vec -DSELECT_VECS='&bfd_elf32_metag_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_metag_arch' /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/archures.c [build 2023-05-24 07:40:26] libtool: compile: /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_metag_vec "-DSELECT_VECS=&bfd_elf32_metag_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_metag_arch" /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/archures.c -o archures.o [build 2023-05-24 07:40:26] mv -f .deps/archures.Tpo .deps/archures.Plo [build 2023-05-24 07:40:26] /bin/bash ./libtool --tag=CC --mode=compile /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/bfd.c [build 2023-05-24 07:40:26] libtool: compile: /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/bfd.c -o bfd.o [build 2023-05-24 07:40:27] mv -f .deps/bfd.Tpo .deps/bfd.Plo [build 2023-05-24 07:40:27] /bin/bash ./libtool --tag=CC --mode=compile /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/bfdio.c [build 2023-05-24 07:40:27] libtool: compile: /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/bfdio.c -o bfdio.o [build 2023-05-24 07:40:27] mv -f .deps/bfdio.Tpo .deps/bfdio.Plo [build 2023-05-24 07:40:27] /bin/bash ./libtool --tag=CC --mode=compile /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/bfdwin.c [build 2023-05-24 07:40:27] libtool: compile: /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/bfdwin.c -o bfdwin.o [build 2023-05-24 07:40:27] mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo [build 2023-05-24 07:40:27] /bin/bash ./libtool --tag=CC --mode=compile /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/cache.c [build 2023-05-24 07:40:27] libtool: compile: /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/cache.c -o cache.o [build 2023-05-24 07:40:27] mv -f .deps/cache.Tpo .deps/cache.Plo [build 2023-05-24 07:40:27] /bin/bash ./libtool --tag=CC --mode=compile /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/coffgen.c [build 2023-05-24 07:40:27] libtool: compile: /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I. -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd -I/var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../include -DHAVE_bfd_elf32_metag_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/var/lib/laminar/run/buildcross-metag/2/buildcross/cross-metag/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/coffgen.c -o coffgen.o [build 2023-05-24 07:40:27] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/coffgen.c: In function 'coff_print_symbol': [build 2023-05-24 07:40:27] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/coffgen.c:2029:22: error: this statement may fall through [-Werror=implicit-fallthrough=] [build 2023-05-24 07:40:27] 2029 | if (combined->u.syment.n_type == T_NULL) [build 2023-05-24 07:40:27] | ^ [build 2023-05-24 07:40:27] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/coffgen.c:2046:17: note: here [build 2023-05-24 07:40:27] 2046 | case C_EXT: [build 2023-05-24 07:40:27] | ^~~~ [build 2023-05-24 07:40:27] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/coffgen.c:2048:22: error: this statement may fall through [-Werror=implicit-fallthrough=] [build 2023-05-24 07:40:27] 2048 | if (ISFCN (combined->u.syment.n_type)) [build 2023-05-24 07:40:27] | ^ [build 2023-05-24 07:40:27] /var/lib/laminar/run/buildcross-metag/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/coffgen.c:2066:17: note: here [build 2023-05-24 07:40:27] 2066 | default: [build 2023-05-24 07:40:27] | ^~~~~~~ [build 2023-05-24 07:40:28] cc1: all warnings being treated as errors [build 2023-05-24 07:40:28] make[4]: *** [Makefile:1582: coffgen.lo] Error 1 [build 2023-05-24 07:40:28] make[4]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd' [build 2023-05-24 07:40:28] make[3]: *** [Makefile:1624: all-recursive] Error 1 [build 2023-05-24 07:40:28] make[3]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd' [build 2023-05-24 07:40:28] make[2]: *** [Makefile:1112: all] Error 2 [build 2023-05-24 07:40:28] make[2]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils/bfd' [build 2023-05-24 07:40:28] make[1]: *** [Makefile:2506: all-bfd] Error 2 [build 2023-05-24 07:40:28] make[1]: Leaving directory '/var/lib/laminar/run/buildcross-metag/2/buildcross/objdir-binutils' [build 2023-05-24 07:40:28] make: *** [Makefile:839: all] Error 2 TCLUG_BUILD_INFO;build;2;824 [laminar] Executing cfg/after + export declare -x ARCHIVE="/var/lib/laminar/archive/buildcross-metag/2" declare -x CONTEXT="default" declare -x HOME="/nonexistent" declare -x INVOCATION_ID="9b02437f413b4689a9f1c5e694d46bc1" declare -x JOB="buildcross-metag" declare -x JOURNAL_STREAM="8:1789880356" declare -x LAMINAR_BASE_URL="http://toolchain.lug-owl.de/laminar/" declare -x LAMINAR_TITLE="toolchain.lug-owl.de" declare -x LANG="en_US.UTF-8" declare -x LANGUAGE="en_US:en" declare -x LAST_RESULT="failed" declare -x LOGNAME="laminar" declare -x OLDPWD declare -x PATH="/var/lib/laminar/cfg/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" declare -x PWD="/var/lib/laminar/run/buildcross-metag/2" declare -x RESULT="failed" declare -x RUN="2" declare -x SHLVL="1" declare -x SYSTEMD_EXEC_PID="54097" declare -x USER="laminar" declare -x WORKSPACE="/var/lib/laminar/run/buildcross-metag/workspace" declare -x __LAMINAR_SETENV_PIPE="9" + VERBOSE= + find . -type f -name '*.sum' -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-metag/2 ';' + find . -type f -name config.log -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-metag/2 ';' + find . -type f -name config.h -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-metag/2 ';' + find . -type f -name test-suite.log -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-metag/2 ';' + find . -type f -name SYSTEM.def -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-metag/2 ';' + '[' '!' -d logs ']' + find . -type f -name build-state.json -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-metag/2 ';' + find . -type f -name versions.json -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-metag/2 ';' + '[' '!' -r build.log ']' + '[' failed = success -a failed '!=' failed ']' + '[' failed = failed -a failed '!=' failed ']' + printf '\nFinal status: %s.\n' failed Final status: failed.