[laminar] Executing cfg/jobs/buildcross-m1750.run ++ id -u ++ id -g ++ echo buildcross-m1750 ++ 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-m1750/2:/var/lib/laminar/run/buildcross-m1750/2 --env rev= --env JOB=buildcross-m1750 --env COMPILER_SUITE= --security-opt apparmor=unconfined --net=host --user 998:998 --workdir /var/lib/laminar/run/buildcross-m1750/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-m1750 ++ sed -e 's/^buildcross-//' + BUILD_ARCH=m1750 + 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=m1750 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-m1750 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-m1750/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-m1750" 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-m1750/2" declare -x SHLVL="1" declare -x rev="" + rm -rf buildcross + git clone --shared /var/cache/git/buildcross Cloning into 'buildcross'... done. + pushd buildcross + git checkout master /var/lib/laminar/run/buildcross-m1750/2/buildcross /var/lib/laminar/run/buildcross-m1750/2 Already on 'master' Your branch is up to date with 'origin/master'. + apply_patches .:generic-buildcross .:buildcross-m1750 + 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 : /var/lib/laminar/run/buildcross-m1750/2/buildcross /var/lib/laminar/run/buildcross-m1750/2/buildcross /var/lib/laminar/run/buildcross-m1750/2 + this_prefix=generic-buildcross + pushd . + 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-m1750/2/buildcross /var/lib/laminar/run/buildcross-m1750/2 + this_arg=.:buildcross-m1750 + shift ++ echo .:buildcross-m1750 ++ cut -f 1 -d : + this_path=. ++ echo .:buildcross-m1750 ++ cut -f 2 -d : + this_prefix=buildcross-m1750 + pushd . /var/lib/laminar/run/buildcross-m1750/2/buildcross /var/lib/laminar/run/buildcross-m1750/2/buildcross /var/lib/laminar/run/buildcross-m1750/2 + for this_patch in "/var/lib/laminar/cfg/patches/${this_prefix}--"*.patch + '[' -r '/var/lib/laminar/cfg/patches/buildcross-m1750--*.patch' ']' + popd /var/lib/laminar/run/buildcross-m1750/2/buildcross /var/lib/laminar/run/buildcross-m1750/2 + '[' 0 -gt 0 ']' + 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 m1750 [build 2023-05-24 07:01:46] [build 2023-05-24 07:01:46] @ buildcross 6.38.0 building toolchain for m1750 in /var/lib/laminar/run/buildcross-m1750/2/buildcross/cross-m1750 [build 2023-05-24 07:01:46] [build 2023-05-24 07:01:46] [build 2023-05-24 07:01:46] @ getting sources [build 2023-05-24 07:01:46] [build 2023-05-24 07:01:46] Cloning into 'mikpe-m1750-tools.git'... [build 2023-05-24 07:02:07] Updating files: 88% (4477/5087) Updating files: 89% (4528/5087) Updating files: 90% (4579/5087) Updating files: 91% (4630/5087) Updating files: 92% (4681/5087) Updating files: 93% (4731/5087) Updating files: 94% (4782/5087) Updating files: 95% (4833/5087) Updating files: 96% (4884/5087) Updating files: 97% (4935/5087) Updating files: 98% (4986/5087) Updating files: 99% (5037/5087) Updating files: 100% (5087/5087) Updating files: 100% (5087/5087), done. [build 2023-05-24 07:02:07] HEAD is now at 54b5fe8 README.md: refer to build-gcc295 repo for gcc-2.95.3 build instructions [build 2023-05-24 07:02:07] /var/lib/laminar/run/buildcross-m1750/2/buildcross/downloads [build 2023-05-24 07:02:08] Already on 'main' [build 2023-05-24 07:02:08] Your branch is up to date with 'origin/main'. [build 2023-05-24 07:02:08] /var/lib/laminar/run/buildcross-m1750/2/buildcross/downloads [build 2023-05-24 07:02:08] HEAD is now at 54b5fe8 README.md: refer to build-gcc295 repo for gcc-2.95.3 build instructions [build 2023-05-24 07:02:08] /var/lib/laminar/run/buildcross-m1750/2/buildcross/downloads [build 2023-05-24 07:02:08] --2023-05-24 07:02:08-- https://mirrors.kernel.org/gentoo/distfiles/gmp-6.2.1.tar.xz [build 2023-05-24 07:02:08] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 07:02:09] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 07:02:09] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 07:02:09] Length: 2027316 (1.9M) [application/x-xz] [build 2023-05-24 07:02:09] Saving to: 'gmp-6.2.1.tar.xz' [build 2023-05-24 07:02:09] [build 2023-05-24 07:02:10] 0K .......... .......... .......... .......... .......... 2% 258K 7s [build 2023-05-24 07:02:10] 50K .......... .......... .......... .......... .......... 5% 261K 7s [build 2023-05-24 07:02:10] 100K .......... .......... .......... .......... .......... 7% 7.78M 5s [build 2023-05-24 07:02:10] 150K .......... .......... .......... .......... .......... 10% 996K 4s [build 2023-05-24 07:02:10] 200K .......... .......... .......... .......... .......... 12% 355K 4s [build 2023-05-24 07:02:10] 250K .......... .......... .......... .......... .......... 15% 6.64M 3s [build 2023-05-24 07:02:10] 300K .......... .......... .......... .......... .......... 17% 7.78M 3s [build 2023-05-24 07:02:10] 350K .......... .......... .......... .......... .......... 20% 5.49M 2s [build 2023-05-24 07:02:10] 400K .......... .......... .......... .......... .......... 22% 292K 3s [build 2023-05-24 07:02:10] 450K .......... .......... .......... .......... .......... 25% 7.47M 2s [build 2023-05-24 07:02:10] 500K .......... .......... .......... .......... .......... 27% 7.94M 2s [build 2023-05-24 07:02:10] 550K .......... .......... .......... .......... .......... 30% 6.78M 2s [build 2023-05-24 07:02:10] 600K .......... .......... .......... .......... .......... 32% 7.52M 2s [build 2023-05-24 07:02:10] 650K .......... .......... .......... .......... .......... 35% 6.46M 1s [build 2023-05-24 07:02:10] 700K .......... .......... .......... .......... .......... 37% 7.44M 1s [build 2023-05-24 07:02:10] 750K .......... .......... .......... .......... .......... 40% 6.43M 1s [build 2023-05-24 07:02:10] 800K .......... .......... .......... .......... .......... 42% 994K 1s [build 2023-05-24 07:02:10] 850K .......... .......... .......... .......... .......... 45% 476K 1s [build 2023-05-24 07:02:10] 900K .......... .......... .......... .......... .......... 47% 11.5M 1s [build 2023-05-24 07:02:10] 950K .......... .......... .......... .......... .......... 50% 9.88M 1s [build 2023-05-24 07:02:10] 1000K .......... .......... .......... .......... .......... 53% 9.40M 1s [build 2023-05-24 07:02:10] 1050K .......... .......... .......... .......... .......... 55% 5.43M 1s [build 2023-05-24 07:02:10] 1100K .......... .......... .......... .......... .......... 58% 4.65M 1s [build 2023-05-24 07:02:10] 1150K .......... .......... .......... .......... .......... 60% 3.71M 1s [build 2023-05-24 07:02:10] 1200K .......... .......... .......... .......... .......... 63% 5.41M 1s [build 2023-05-24 07:02:10] 1250K .......... .......... .......... .......... .......... 65% 4.75M 1s [build 2023-05-24 07:02:10] 1300K .......... .......... .......... .......... .......... 68% 5.47M 0s [build 2023-05-24 07:02:10] 1350K .......... .......... .......... .......... .......... 70% 1.02M 0s [build 2023-05-24 07:02:11] 1400K .......... .......... .......... .......... .......... 73% 550K 0s [build 2023-05-24 07:02:11] 1450K .......... .......... .......... .......... .......... 75% 7.37M 0s [build 2023-05-24 07:02:11] 1500K .......... .......... .......... .......... .......... 78% 7.66M 0s [build 2023-05-24 07:02:11] 1550K .......... .......... .......... .......... .......... 80% 4.92M 0s [build 2023-05-24 07:02:11] 1600K .......... .......... .......... .......... .......... 83% 5.39M 0s [build 2023-05-24 07:02:11] 1650K .......... .......... .......... .......... .......... 85% 5.60M 0s [build 2023-05-24 07:02:11] 1700K .......... .......... .......... .......... .......... 88% 3.64M 0s [build 2023-05-24 07:02:11] 1750K .......... .......... .......... .......... .......... 90% 3.67M 0s [build 2023-05-24 07:02:11] 1800K .......... .......... .......... .......... .......... 93% 208K 0s [build 2023-05-24 07:02:11] 1850K .......... .......... .......... .......... .......... 95% 82.1M 0s [build 2023-05-24 07:02:11] 1900K .......... .......... .......... .......... .......... 98% 86.2M 0s [build 2023-05-24 07:02:11] 1950K .......... .......... ......... 100% 77.1M=1.5s [build 2023-05-24 07:02:11] [build 2023-05-24 07:02:11] 2023-05-24 07:02:11 (1.29 MB/s) - 'gmp-6.2.1.tar.xz' saved [2027316/2027316] [build 2023-05-24 07:02:11] [build 2023-05-24 07:02:11] --2023-05-24 07:02:11-- https://mirrors.kernel.org/gentoo/distfiles/mpfr-4.2.0.tar.xz [build 2023-05-24 07:02:11] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 07:02:11] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 07:02:12] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 07:02:12] Length: 1477532 (1.4M) [application/x-xz] [build 2023-05-24 07:02:12] Saving to: 'mpfr-4.2.0.tar.xz' [build 2023-05-24 07:02:12] [build 2023-05-24 07:02:12] 0K .......... .......... .......... .......... .......... 3% 254K 5s [build 2023-05-24 07:02:12] 50K .......... .......... .......... .......... .......... 6% 256K 5s [build 2023-05-24 07:02:12] 100K .......... .......... .......... .......... .......... 10% 8.45M 3s [build 2023-05-24 07:02:12] 150K .......... .......... .......... .......... .......... 13% 7.49M 3s [build 2023-05-24 07:02:12] 200K .......... .......... .......... .......... .......... 17% 265K 3s [build 2023-05-24 07:02:12] 250K .......... .......... .......... .......... .......... 20% 7.90M 2s [build 2023-05-24 07:02:13] 300K .......... .......... .......... .......... .......... 24% 7.65M 2s [build 2023-05-24 07:02:13] 350K .......... .......... .......... .......... .......... 27% 5.26M 2s [build 2023-05-24 07:02:13] 400K .......... .......... .......... .......... .......... 31% 286K 2s [build 2023-05-24 07:02:13] 450K .......... .......... .......... .......... .......... 34% 6.88M 2s [build 2023-05-24 07:02:13] 500K .......... .......... .......... .......... .......... 38% 9.72M 1s [build 2023-05-24 07:02:13] 550K .......... .......... .......... .......... .......... 41% 6.16M 1s [build 2023-05-24 07:02:13] 600K .......... .......... .......... .......... .......... 45% 6.95M 1s [build 2023-05-24 07:02:13] 650K .......... .......... .......... .......... .......... 48% 7.67M 1s [build 2023-05-24 07:02:13] 700K .......... .......... .......... .......... .......... 51% 6.77M 1s [build 2023-05-24 07:02:13] 750K .......... .......... .......... .......... .......... 55% 5.22M 1s [build 2023-05-24 07:02:13] 800K .......... .......... .......... .......... .......... 58% 8.93M 1s [build 2023-05-24 07:02:13] 850K .......... .......... .......... .......... .......... 62% 321K 1s [build 2023-05-24 07:02:13] 900K .......... .......... .......... .......... .......... 65% 8.40M 1s [build 2023-05-24 07:02:13] 950K .......... .......... .......... .......... .......... 69% 9.31M 0s [build 2023-05-24 07:02:13] 1000K .......... .......... .......... .......... .......... 72% 10.5M 0s [build 2023-05-24 07:02:13] 1050K .......... .......... .......... .......... .......... 76% 8.85M 0s [build 2023-05-24 07:02:13] 1100K .......... .......... .......... .......... .......... 79% 4.04M 0s [build 2023-05-24 07:02:13] 1150K .......... .......... .......... .......... .......... 83% 4.14M 0s [build 2023-05-24 07:02:13] 1200K .......... .......... .......... .......... .......... 86% 5.68M 0s [build 2023-05-24 07:02:13] 1250K .......... .......... .......... .......... .......... 90% 4.52M 0s [build 2023-05-24 07:02:13] 1300K .......... .......... .......... .......... .......... 93% 4.73M 0s [build 2023-05-24 07:02:13] 1350K .......... .......... .......... .......... .......... 97% 3.83M 0s [build 2023-05-24 07:02:13] 1400K .......... .......... .......... .......... .. 100% 315K=1.2s [build 2023-05-24 07:02:13] [build 2023-05-24 07:02:13] 2023-05-24 07:02:13 (1.15 MB/s) - 'mpfr-4.2.0.tar.xz' saved [1477532/1477532] [build 2023-05-24 07:02:13] [build 2023-05-24 07:02:13] --2023-05-24 07:02:13-- https://mirrors.kernel.org/gentoo/distfiles/mpc-1.3.1.tar.gz [build 2023-05-24 07:02:13] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 07:02:13] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 07:02:14] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 07:02:14] Length: 773573 (755K) [application/x-gzip] [build 2023-05-24 07:02:14] Saving to: 'mpc-1.3.1.tar.gz' [build 2023-05-24 07:02:14] [build 2023-05-24 07:02:14] 0K .......... .......... .......... .......... .......... 6% 242K 3s [build 2023-05-24 07:02:15] 50K .......... .......... .......... .......... .......... 13% 244K 3s [build 2023-05-24 07:02:15] 100K .......... .......... .......... .......... .......... 19% 7.34M 2s [build 2023-05-24 07:02:15] 150K .......... .......... .......... .......... .......... 26% 6.76M 1s [build 2023-05-24 07:02:15] 200K .......... .......... .......... .......... .......... 33% 251K 1s [build 2023-05-24 07:02:15] 250K .......... .......... .......... .......... .......... 39% 6.67M 1s [build 2023-05-24 07:02:15] 300K .......... .......... .......... .......... .......... 46% 8.68M 1s [build 2023-05-24 07:02:15] 350K .......... .......... .......... .......... .......... 52% 5.01M 1s [build 2023-05-24 07:02:15] 400K .......... .......... .......... .......... .......... 59% 268K 1s [build 2023-05-24 07:02:15] 450K .......... .......... .......... .......... .......... 66% 6.80M 0s [build 2023-05-24 07:02:15] 500K .......... .......... .......... .......... .......... 72% 7.45M 0s [build 2023-05-24 07:02:15] 550K .......... .......... .......... .......... .......... 79% 7.47M 0s [build 2023-05-24 07:02:15] 600K .......... .......... .......... .......... .......... 86% 7.18M 0s [build 2023-05-24 07:02:15] 650K .......... .......... .......... .......... .......... 92% 8.22M 0s [build 2023-05-24 07:02:15] 700K .......... .......... .......... .......... .......... 99% 7.17M 0s [build 2023-05-24 07:02:15] 750K ..... 100% 6.11M=0.9s [build 2023-05-24 07:02:15] [build 2023-05-24 07:02:15] 2023-05-24 07:02:15 (864 KB/s) - 'mpc-1.3.1.tar.gz' saved [773573/773573] [build 2023-05-24 07:02:15] [build 2023-05-24 07:02:15] /var/lib/laminar/run/buildcross-m1750/2/buildcross/downloads/mikpe-m1750-tools.git [build 2023-05-24 07:02:15] [build 2023-05-24 07:02:15] @ building cross-binutils git;https://github.com/mikpe/m1750-tools.git;w1750/src/binutils-2.7;main;HEAD;mikpe [build 2023-05-24 07:02:15] [build 2023-05-24 07:02:15] Invalid configuration `x86_64-linux-gnu': machine `x86_64-linux' not recognized [build 2023-05-24 07:02:15] Invalid configuration `x86_64-linux-gnu': machine `x86_64-linux' not recognized [build 2023-05-24 07:02:15] Unrecognized host system name x86_64-linux-gnu. TCLUG_BUILD_INFO;build;1;29 [laminar] Executing cfg/after + export declare -x ARCHIVE="/var/lib/laminar/archive/buildcross-m1750/2" declare -x CONTEXT="default" declare -x HOME="/nonexistent" declare -x INVOCATION_ID="9b02437f413b4689a9f1c5e694d46bc1" declare -x JOB="buildcross-m1750" 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-m1750/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-m1750/workspace" declare -x __LAMINAR_SETENV_PIPE="9" + VERBOSE= + find . -type f -name '*.sum' -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m1750/2 ';' + find . -type f -name config.log -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m1750/2 ';' + find . -type f -name config.h -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m1750/2 ';' + find . -type f -name test-suite.log -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m1750/2 ';' + find . -type f -name SYSTEM.def -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m1750/2 ';' + '[' '!' -d logs ']' + find . -type f -name build-state.json -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m1750/2 ';' + find . -type f -name versions.json -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m1750/2 ';' + '[' '!' -r build.log ']' + '[' failed = success -a failed '!=' failed ']' + '[' failed = failed -a failed '!=' failed ']' + printf '\nFinal status: %s.\n' failed Final status: failed.