[laminar] Executing cfg/jobs/buildcross-m6809.run ++ id -u ++ id -g ++ echo buildcross-m6809 ++ 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-m6809/2:/var/lib/laminar/run/buildcross-m6809/2 --env rev= --env JOB=buildcross-m6809 --env COMPILER_SUITE= --security-opt apparmor=unconfined --net=host --user 998:998 --workdir /var/lib/laminar/run/buildcross-m6809/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-m6809 ++ sed -e 's/^buildcross-//' + BUILD_ARCH=m6809 + 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=m6809 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-m6809 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-m6809/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-m6809" 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-m6809/2" declare -x SHLVL="1" declare -x rev="" + rm -rf buildcross + git clone --shared /var/cache/git/buildcross Cloning into 'buildcross'... done. /var/lib/laminar/run/buildcross-m6809/2/buildcross /var/lib/laminar/run/buildcross-m6809/2 + pushd buildcross + git checkout master Already on 'master' Your branch is up to date with 'origin/master'. + apply_patches .:generic-buildcross .:buildcross-m6809 + 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-m6809/2/buildcross /var/lib/laminar/run/buildcross-m6809/2/buildcross /var/lib/laminar/run/buildcross-m6809/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 ']' + this_arg=.:buildcross-m6809 + shift /var/lib/laminar/run/buildcross-m6809/2/buildcross /var/lib/laminar/run/buildcross-m6809/2 ++ echo .:buildcross-m6809 ++ cut -f 1 -d : + this_path=. ++ echo .:buildcross-m6809 ++ cut -f 2 -d : + this_prefix=buildcross-m6809 + pushd . /var/lib/laminar/run/buildcross-m6809/2/buildcross /var/lib/laminar/run/buildcross-m6809/2/buildcross /var/lib/laminar/run/buildcross-m6809/2 + for this_patch in "/var/lib/laminar/cfg/patches/${this_prefix}--"*.patch + '[' -r '/var/lib/laminar/cfg/patches/buildcross-m6809--*.patch' ']' + popd + '[' 0 -gt 0 ']' /var/lib/laminar/run/buildcross-m6809/2/buildcross /var/lib/laminar/run/buildcross-m6809/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 m6809 [build 2023-05-24 07:03:05] [build 2023-05-24 07:03:05] @ buildcross 6.38.0 building toolchain for m6809 in /var/lib/laminar/run/buildcross-m6809/2/buildcross/cross-m6809 [build 2023-05-24 07:03:05] [build 2023-05-24 07:03:05] [build 2023-05-24 07:03:05] @ getting sources [build 2023-05-24 07:03:05] [build 2023-05-24 07:03:05] Cloning into 'dfffffff-gcc6809.git'... [build 2023-05-24 07:06:46] Updating files: 4% (2659/58483) Updating files: 5% (2925/58483) Updating files: 6% (3509/58483) Updating files: 7% (4094/58483) Updating files: 8% (4679/58483) Updating files: 9% (5264/58483) Updating files: 9% (5286/58483) Updating files: 10% (5849/58483) Updating files: 11% (6434/58483) Updating files: 12% (7018/58483) Updating files: 13% (7603/58483) Updating files: 14% (8188/58483) Updating files: 15% (8773/58483) Updating files: 16% (9358/58483) Updating files: 17% (9943/58483) Updating files: 18% (10527/58483) Updating files: 19% (11112/58483) Updating files: 20% (11697/58483) Updating files: 21% (12282/58483) Updating files: 22% (12867/58483) Updating files: 23% (13452/58483) Updating files: 24% (14036/58483) Updating files: 25% (14621/58483) Updating files: 26% (15206/58483) Updating files: 26% (15281/58483) Updating files: 27% (15791/58483) Updating files: 28% (16376/58483) Updating files: 29% (16961/58483) Updating files: 30% (17545/58483) Updating files: 31% (18130/58483) Updating files: 32% (18715/58483) Updating files: 33% (19300/58483) Updating files: 34% (19885/58483) Updating files: 35% (20470/58483) Updating files: 36% (21054/58483) Updating files: 37% (21639/58483) Updating files: 38% (22224/58483) Updating files: 39% (22809/58483) Updating files: 40% (23394/58483) Updating files: 41% (23979/58483) Updating files: 42% (24563/58483) Updating files: 43% (25148/58483) Updating files: 44% (25733/58483) Updating files: 45% (26318/58483) Updating files: 45% (26367/58483) Updating files: 46% (26903/58483) Updating files: 47% (27488/58483) Updating files: 48% (28072/58483) Updating files: 49% (28657/58483) Updating files: 50% (29242/58483) Updating files: 51% (29827/58483) Updating files: 52% (30412/58483) Updating files: 52% (30948/58483) Updating files: 53% (30996/58483) Updating files: 54% (31581/58483) Updating files: 55% (32166/58483) Updating files: 56% (32751/58483) Updating files: 57% (33336/58483) Updating files: 58% (33921/58483) Updating files: 59% (34505/58483) Updating files: 60% (35090/58483) Updating files: 61% (35675/58483) Updating files: 62% (36260/58483) Updating files: 63% (36845/58483) Updating files: 64% (37430/58483) Updating files: 64% (37959/58483) Updating files: 65% (38014/58483) Updating files: 66% (38599/58483) Updating files: 67% (39184/58483) Updating files: 68% (39769/58483) Updating files: 69% (40354/58483) Updating files: 70% (40939/58483) Updating files: 71% (41523/58483) Updating files: 72% (42108/58483) Updating files: 73% (42693/58483) Updating files: 74% (43278/58483) Updating files: 75% (43863/58483) Updating files: 76% (44448/58483) Updating files: 77% (45032/58483) Updating files: 78% (45617/58483) Updating files: 79% (46202/58483) Updating files: 80% (46787/58483) Updating files: 80% (47198/58483) Updating files: 81% (47372/58483) Updating files: 82% (47957/58483) Updating files: 83% (48541/58483) Updating files: 84% (49126/58483) Updating files: 85% (49711/58483) Updating files: 86% (50296/58483) Updating files: 87% (50881/58483) Updating files: 88% (51466/58483) Updating files: 89% (52050/58483) Updating files: 90% (52635/58483) Updating files: 91% (53220/58483) Updating files: 92% (53805/58483) Updating files: 93% (54390/58483) Updating files: 94% (54975/58483) Updating files: 94% (55200/58483) Updating files: 95% (55559/58483) Updating files: 96% (56144/58483) Updating files: 97% (56729/58483) Updating files: 98% (57314/58483) Updating files: 99% (57899/58483) Updating files: 100% (58483/58483) Updating files: 100% (58483/58483), done. [build 2023-05-24 07:06:46] HEAD is now at e401b3bc8b7 Fix bad code optimization (issues #1) [build 2023-05-24 07:06:46] /var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads [build 2023-05-24 07:06:46] Cloning into 'dfffffff-newlib-6809.git'... [build 2023-05-24 07:06:52] HEAD is now at 294d439 Merge pull request #1 from nils-eilers/dev-1.15 [build 2023-05-24 07:06:52] /var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads [build 2023-05-24 07:06:52] --2023-05-24 07:06:52-- https://mirrors.kernel.org/gentoo/distfiles/gmp-6.2.1.tar.xz [build 2023-05-24 07:06:52] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 07:06:52] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 07:06:53] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 07:06:53] Length: 2027316 (1.9M) [application/x-xz] [build 2023-05-24 07:06:53] Saving to: 'gmp-6.2.1.tar.xz' [build 2023-05-24 07:06:53] [build 2023-05-24 07:06:53] 0K .......... .......... .......... .......... .......... 2% 264K 7s [build 2023-05-24 07:06:53] 50K .......... .......... .......... .......... .......... 5% 263K 7s [build 2023-05-24 07:06:53] 100K .......... .......... .......... .......... .......... 7% 263K 7s [build 2023-05-24 07:06:54] 150K .......... .......... .......... .......... .......... 10% 260K 7s [build 2023-05-24 07:06:54] 200K .......... .......... .......... .......... .......... 12% 259K 7s [build 2023-05-24 07:06:54] 250K .......... .......... .......... .......... .......... 15% 257K 6s [build 2023-05-24 07:06:54] 300K .......... .......... .......... .......... .......... 17% 3.10M 5s [build 2023-05-24 07:06:54] 350K .......... .......... .......... .......... .......... 20% 130K 6s [build 2023-05-24 07:06:55] 400K .......... .......... .......... .......... .......... 22% 249K 6s [build 2023-05-24 07:06:55] 450K .......... .......... .......... .......... .......... 25% 2.66M 5s [build 2023-05-24 07:06:55] 500K .......... .......... .......... .......... .......... 27% 246K 5s [build 2023-05-24 07:06:55] 550K .......... .......... .......... .......... .......... 30% 242K 5s [build 2023-05-24 07:06:55] 600K .......... .......... .......... .......... .......... 32% 240K 5s [build 2023-05-24 07:06:56] 650K .......... .......... .......... .......... .......... 35% 117K 5s [build 2023-05-24 07:06:56] 700K .......... .......... .......... .......... .......... 37% 2.16M 5s [build 2023-05-24 07:06:56] 750K .......... .......... .......... .......... .......... 40% 229K 5s [build 2023-05-24 07:06:56] 800K .......... .......... .......... .......... .......... 42% 236K 4s [build 2023-05-24 07:06:56] 850K .......... .......... .......... .......... .......... 45% 1.01M 4s [build 2023-05-24 07:06:56] 900K .......... .......... .......... .......... .......... 47% 289K 4s [build 2023-05-24 07:06:57] 950K .......... .......... .......... .......... .......... 50% 226K 4s [build 2023-05-24 07:06:57] 1000K .......... .......... .......... .......... .......... 53% 218K 3s [build 2023-05-24 07:06:57] 1050K .......... .......... .......... .......... .......... 55% 215K 3s [build 2023-05-24 07:06:57] 1100K .......... .......... .......... .......... .......... 58% 2.71M 3s [build 2023-05-24 07:06:57] 1150K .......... .......... .......... .......... .......... 60% 206K 3s [build 2023-05-24 07:06:58] 1200K .......... .......... .......... .......... .......... 63% 207K 3s [build 2023-05-24 07:06:58] 1250K .......... .......... .......... .......... .......... 65% 208K 3s [build 2023-05-24 07:06:58] 1300K .......... .......... .......... .......... .......... 68% 233K 2s [build 2023-05-24 07:06:58] 1350K .......... .......... .......... .......... .......... 70% 305K 2s [build 2023-05-24 07:06:58] 1400K .......... .......... .......... .......... .......... 73% 1.12M 2s [build 2023-05-24 07:06:58] 1450K .......... .......... .......... .......... .......... 75% 336K 2s [build 2023-05-24 07:06:58] 1500K .......... .......... .......... .......... .......... 78% 305K 2s [build 2023-05-24 07:06:59] 1550K .......... .......... .......... .......... .......... 80% 308K 1s [build 2023-05-24 07:06:59] 1600K .......... .......... .......... .......... .......... 83% 1.66M 1s [build 2023-05-24 07:06:59] 1650K .......... .......... .......... .......... .......... 85% 325K 1s [build 2023-05-24 07:06:59] 1700K .......... .......... .......... .......... .......... 88% 338K 1s [build 2023-05-24 07:06:59] 1750K .......... .......... .......... .......... .......... 90% 381K 1s [build 2023-05-24 07:06:59] 1800K .......... .......... .......... .......... .......... 93% 1.05M 0s [build 2023-05-24 07:06:59] 1850K .......... .......... .......... .......... .......... 95% 346K 0s [build 2023-05-24 07:06:59] 1900K .......... .......... .......... .......... .......... 98% 332K 0s [build 2023-05-24 07:06:59] 1950K .......... .......... ......... 100% 2.05M=6.6s [build 2023-05-24 07:06:59] [build 2023-05-24 07:06:59] 2023-05-24 07:06:59 (299 KB/s) - 'gmp-6.2.1.tar.xz' saved [2027316/2027316] [build 2023-05-24 07:06:59] [build 2023-05-24 07:06:59] --2023-05-24 07:06:59-- https://mirrors.kernel.org/gentoo/distfiles/mpfr-4.2.0.tar.xz [build 2023-05-24 07:06:59] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 07:07:00] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 07:07:00] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 07:07:00] Length: 1477532 (1.4M) [application/x-xz] [build 2023-05-24 07:07:00] Saving to: 'mpfr-4.2.0.tar.xz' [build 2023-05-24 07:07:00] [build 2023-05-24 07:07:01] 0K .......... .......... .......... .......... .......... 3% 88.3K 16s [build 2023-05-24 07:07:01] 50K .......... .......... .......... .......... .......... 6% 89.9M 8s [build 2023-05-24 07:07:01] 100K .......... .......... .......... .......... .......... 10% 65.4M 5s [build 2023-05-24 07:07:01] 150K .......... .......... .......... .......... .......... 13% 352K 4s [build 2023-05-24 07:07:01] 200K .......... .......... .......... .......... .......... 17% 298K 4s [build 2023-05-24 07:07:01] 250K .......... .......... .......... .......... .......... 20% 298K 4s [build 2023-05-24 07:07:02] 300K .......... .......... .......... .......... .......... 24% 293K 4s [build 2023-05-24 07:07:02] 350K .......... .......... .......... .......... .......... 27% 286K 4s [build 2023-05-24 07:07:02] 400K .......... .......... .......... .......... .......... 31% 288K 3s [build 2023-05-24 07:07:02] 450K .......... .......... .......... .......... .......... 34% 292K 3s [build 2023-05-24 07:07:02] 500K .......... .......... .......... .......... .......... 38% 755K 3s [build 2023-05-24 07:07:02] 550K .......... .......... .......... .......... .......... 41% 285K 3s [build 2023-05-24 07:07:02] 600K .......... .......... .......... .......... .......... 45% 287K 3s [build 2023-05-24 07:07:03] 650K .......... .......... .......... .......... .......... 48% 294K 2s [build 2023-05-24 07:07:03] 700K .......... .......... .......... .......... .......... 51% 407K 2s [build 2023-05-24 07:07:03] 750K .......... .......... .......... .......... .......... 55% 234K 2s [build 2023-05-24 07:07:03] 800K .......... .......... .......... .......... .......... 58% 376K 2s [build 2023-05-24 07:07:03] 850K .......... .......... .......... .......... .......... 62% 964K 2s [build 2023-05-24 07:07:03] 900K .......... .......... .......... .......... .......... 65% 310K 2s [build 2023-05-24 07:07:03] 950K .......... .......... .......... .......... .......... 69% 303K 1s [build 2023-05-24 07:07:04] 1000K .......... .......... .......... .......... .......... 72% 361K 1s [build 2023-05-24 07:07:04] 1050K .......... .......... .......... .......... .......... 76% 301K 1s [build 2023-05-24 07:07:04] 1100K .......... .......... .......... .......... .......... 79% 1.08M 1s [build 2023-05-24 07:07:04] 1150K .......... .......... .......... .......... .......... 83% 281K 1s [build 2023-05-24 07:07:04] 1200K .......... .......... .......... .......... .......... 86% 294K 1s [build 2023-05-24 07:07:04] 1250K .......... .......... .......... .......... .......... 90% 381K 0s [build 2023-05-24 07:07:04] 1300K .......... .......... .......... .......... .......... 93% 781K 0s [build 2023-05-24 07:07:05] 1350K .......... .......... .......... .......... .......... 97% 293K 0s [build 2023-05-24 07:07:05] 1400K .......... .......... .......... .......... .. 100% 349K=4.4s [build 2023-05-24 07:07:05] [build 2023-05-24 07:07:05] 2023-05-24 07:07:05 (331 KB/s) - 'mpfr-4.2.0.tar.xz' saved [1477532/1477532] [build 2023-05-24 07:07:05] [build 2023-05-24 07:07:05] --2023-05-24 07:07:05-- https://mirrors.kernel.org/gentoo/distfiles/mpc-1.3.1.tar.gz [build 2023-05-24 07:07:05] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 07:07:05] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 07:07:06] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 07:07:06] Length: 773573 (755K) [application/x-gzip] [build 2023-05-24 07:07:06] Saving to: 'mpc-1.3.1.tar.gz' [build 2023-05-24 07:07:06] [build 2023-05-24 07:07:06] 0K .......... .......... .......... .......... .......... 6% 277K 3s [build 2023-05-24 07:07:06] 50K .......... .......... .......... .......... .......... 13% 280K 2s [build 2023-05-24 07:07:06] 100K .......... .......... .......... .......... .......... 19% 280K 2s [build 2023-05-24 07:07:06] 150K .......... .......... .......... .......... .......... 26% 281K 2s [build 2023-05-24 07:07:06] 200K .......... .......... .......... .......... .......... 33% 281K 2s [build 2023-05-24 07:07:07] 250K .......... .......... .......... .......... .......... 39% 282K 2s [build 2023-05-24 07:07:07] 300K .......... .......... .......... .......... .......... 46% 280K 1s [build 2023-05-24 07:07:07] 350K .......... .......... .......... .......... .......... 52% 274K 1s [build 2023-05-24 07:07:07] 400K .......... .......... .......... .......... .......... 59% 283K 1s [build 2023-05-24 07:07:07] 450K .......... .......... .......... .......... .......... 66% 3.20M 1s [build 2023-05-24 07:07:07] 500K .......... .......... .......... .......... .......... 72% 279K 1s [build 2023-05-24 07:07:08] 550K .......... .......... .......... .......... .......... 79% 279K 1s [build 2023-05-24 07:07:08] 600K .......... .......... .......... .......... .......... 86% 278K 0s [build 2023-05-24 07:07:08] 650K .......... .......... .......... .......... .......... 92% 279K 0s [build 2023-05-24 07:07:08] 700K .......... .......... .......... .......... .......... 99% 280K 0s [build 2023-05-24 07:07:08] 750K ..... 100% 5.28M=2.5s [build 2023-05-24 07:07:08] [build 2023-05-24 07:07:08] 2023-05-24 07:07:08 (300 KB/s) - 'mpc-1.3.1.tar.gz' saved [773573/773573] [build 2023-05-24 07:07:08] [build 2023-05-24 07:07:08] /var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-newlib-6809.git [build 2023-05-24 07:07:08] [build 2023-05-24 07:07:08] @ building ASxxxx 5.1.1 for m6809 [build 2023-05-24 07:07:08] [build 2023-05-24 07:07:08] make: Entering directory '/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/as-5.1.1/asxmak/linux/build' [build 2023-05-24 07:07:08] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../asxxsrc/asdata.c -o ../../../asxxsrc/asdata.o [build 2023-05-24 07:07:08] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../asxxsrc/asexpr.c -o ../../../asxxsrc/asexpr.o [build 2023-05-24 07:07:09] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../asxxsrc/aslex.c -o ../../../asxxsrc/aslex.o [build 2023-05-24 07:07:09] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../asxxsrc/aslist.c -o ../../../asxxsrc/aslist.o [build 2023-05-24 07:07:10] ../../../asxxsrc/aslist.c: In function 'slew.part.0': [build 2023-05-24 07:07:10] ../../../asxxsrc/aslist.c:1012:25: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] [build 2023-05-24 07:07:10] 1012 | strncpy(&np[strlen(np) - strlen(tp)], tp, strlen(tp)); [build 2023-05-24 07:07:10] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:10] ../../../asxxsrc/aslist.c:1012:25: note: length computed here [build 2023-05-24 07:07:10] 1012 | strncpy(&np[strlen(np) - strlen(tp)], tp, strlen(tp)); [build 2023-05-24 07:07:10] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:11] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../asxxsrc/asmain.c -o ../../../asxxsrc/asmain.o [build 2023-05-24 07:07:12] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../asxxsrc/asmcro.c -o ../../../asxxsrc/asmcro.o [build 2023-05-24 07:07:13] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../asxxsrc/asout.c -o ../../../asxxsrc/asout.o [build 2023-05-24 07:07:15] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../asxxsrc/assubr.c -o ../../../asxxsrc/assubr.o [build 2023-05-24 07:07:15] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../asxxsrc/assym.c -o ../../../asxxsrc/assym.o [build 2023-05-24 07:07:16] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../asxxsrc/asdbg.c -o ../../../asxxsrc/asdbg.o [build 2023-05-24 07:07:16] ../../../asxxsrc/asdbg.c: In function 'DefineSDCC_Line': [build 2023-05-24 07:07:16] ../../../asxxsrc/asdbg.c:94:27: warning: '%s' directive writing up to 1033 bytes into a region of size 510 [-Wformat-overflow=] [build 2023-05-24 07:07:16] 94 | sprintf( name, "A$%s$%u", BaseFileName( asmc ), srcline ); [build 2023-05-24 07:07:16] | ^~ [build 2023-05-24 07:07:16] ...... [build 2023-05-24 07:07:16] 215 | return(baseName); [build 2023-05-24 07:07:16] | ~ [build 2023-05-24 07:07:16] ../../../asxxsrc/asdbg.c:94:24: note: using the range [0, 4294967295] for directive argument [build 2023-05-24 07:07:16] 94 | sprintf( name, "A$%s$%u", BaseFileName( asmc ), srcline ); [build 2023-05-24 07:07:16] | ^~~~~~~~~ [build 2023-05-24 07:07:16] ../../../asxxsrc/asdbg.c:94:9: note: 'sprintf' output between 5 and 1047 bytes into a destination of size 512 [build 2023-05-24 07:07:16] 94 | sprintf( name, "A$%s$%u", BaseFileName( asmc ), srcline ); [build 2023-05-24 07:07:16] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:16] ../../../asxxsrc/asdbg.c: In function 'DefineNoICE_Line': [build 2023-05-24 07:07:16] ../../../asxxsrc/asdbg.c:141:25: warning: '%s' directive writing up to 1033 bytes into a region of size 512 [-Wformat-overflow=] [build 2023-05-24 07:07:16] 141 | sprintf( name, "%s.%u", BaseFileName( asmc ), srcline ); [build 2023-05-24 07:07:16] | ^~ [build 2023-05-24 07:07:16] ...... [build 2023-05-24 07:07:16] 215 | return(baseName); [build 2023-05-24 07:07:16] | ~ [build 2023-05-24 07:07:16] ../../../asxxsrc/asdbg.c:141:24: note: using the range [0, 4294967295] for directive argument [build 2023-05-24 07:07:16] 141 | sprintf( name, "%s.%u", BaseFileName( asmc ), srcline ); [build 2023-05-24 07:07:16] | ^~~~~~~ [build 2023-05-24 07:07:16] ../../../asxxsrc/asdbg.c:141:9: note: 'sprintf' output between 3 and 1045 bytes into a destination of size 512 [build 2023-05-24 07:07:16] 141 | sprintf( name, "%s.%u", BaseFileName( asmc ), srcline ); [build 2023-05-24 07:07:16] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:16] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../as6809/m09adr.c -o ../../../as6809/m09adr.o [build 2023-05-24 07:07:16] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../as6809/m09mch.c -o ../../../as6809/m09mch.o [build 2023-05-24 07:07:17] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../as6809/m09pst.c -o ../../../as6809/m09pst.o [build 2023-05-24 07:07:17] gcc -Wall -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils ../../../asxxsrc/asdata.o ../../../asxxsrc/asexpr.o ../../../asxxsrc/aslex.o ../../../asxxsrc/aslist.o ../../../asxxsrc/asmain.o ../../../asxxsrc/asmcro.o ../../../asxxsrc/asout.o ../../../asxxsrc/assubr.o ../../../asxxsrc/assym.o ../../../asxxsrc/asdbg.o ../../../as6809/m09adr.o ../../../as6809/m09mch.o ../../../as6809/m09pst.o -o as6809 [build 2023-05-24 07:07:17] cp as6809 ../../../asxmak/linux/exe/as6809 [build 2023-05-24 07:07:17] strip ../../../asxmak/linux/exe/as6809 [build 2023-05-24 07:07:17] chmod 755 ../../../asxmak/linux/exe/as6809 [build 2023-05-24 07:07:17] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lkmain.c -o ../../../linksrc/lkmain.o [build 2023-05-24 07:07:17] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lkhead.c -o ../../../linksrc/lkhead.o [build 2023-05-24 07:07:18] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lkarea.c -o ../../../linksrc/lkarea.o [build 2023-05-24 07:07:19] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lkbank.c -o ../../../linksrc/lkbank.o [build 2023-05-24 07:07:19] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lkdata.c -o ../../../linksrc/lkdata.o [build 2023-05-24 07:07:19] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lkeval.c -o ../../../linksrc/lkeval.o [build 2023-05-24 07:07:19] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lklex.c -o ../../../linksrc/lklex.o [build 2023-05-24 07:07:20] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lklibr.c -o ../../../linksrc/lklibr.o [build 2023-05-24 07:07:20] In file included from ../../../linksrc/lklibr.c:40: [build 2023-05-24 07:07:20] ../../../linksrc/lklibr.c: In function 'loadfile': [build 2023-05-24 07:07:20] /var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils/zlibarch.h:65:18: warning: pointer 'fp' used after 'fclose' [-Wuse-after-free] [build 2023-05-24 07:07:20] 65 | # define FERROR ferror [build 2023-05-24 07:07:20] ../../../linksrc/lklibr.c:1049:35: note: in expansion of macro 'FERROR' [build 2023-05-24 07:07:20] 1049 | if (fp == NULL || FERROR(fp)) [build 2023-05-24 07:07:20] | ^~~~~~ [build 2023-05-24 07:07:20] /var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils/zlibarch.h:62:18: note: call to 'fclose' here [build 2023-05-24 07:07:20] 62 | # define FCLOSE fclose [build 2023-05-24 07:07:20] ../../../linksrc/lklibr.c:1046:25: note: in expansion of macro 'FCLOSE' [build 2023-05-24 07:07:20] 1046 | FCLOSE(fp); [build 2023-05-24 07:07:20] | ^~~~~~ [build 2023-05-24 07:07:20] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lklist.c -o ../../../linksrc/lklist.o [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c: In function 'newpag': [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c:96:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] [build 2023-05-24 07:07:21] 96 | strncpy(&np[strlen(np) - strlen(tp)], tp, strlen(tp)); [build 2023-05-24 07:07:21] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c:96:9: note: length computed here [build 2023-05-24 07:07:21] 96 | strncpy(&np[strlen(np) - strlen(tp)], tp, strlen(tp)); [build 2023-05-24 07:07:21] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c: In function 'lkalist': [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c:984:9: warning: 'strncpy' output may be truncated copying between 4 and 11 bytes from a string of length 15 [-Wstringop-truncation] [build 2023-05-24 07:07:21] 984 | strncpy(&rb[n], str, m); [build 2023-05-24 07:07:21] | ^~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c: In function 'lkglist': [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c:1229:9: warning: 'strncpy' output may be truncated copying between 3 and 4 bytes from a string of length 15 [-Wstringop-truncation] [build 2023-05-24 07:07:21] 1229 | strncpy(rp-1, str, s); [build 2023-05-24 07:07:21] | ^~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c:1237:25: warning: 'strncpy' output may be truncated copying between 4 and 11 bytes from a string of length 15 [-Wstringop-truncation] [build 2023-05-24 07:07:21] 1237 | strncpy(&rb[n], str, m); [build 2023-05-24 07:07:21] | ^~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c: In function 'hlrelist': [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c:2096:33: warning: 'strncpy' output may be truncated copying between 4 and 11 bytes from a string of length 15 [-Wstringop-truncation] [build 2023-05-24 07:07:21] 2096 | strncpy(&rb[a], str, m); [build 2023-05-24 07:07:21] | ^~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c: In function 'hlralist': [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c:1585:17: warning: 'strncpy' output may be truncated copying between 4 and 11 bytes from a string of length 15 [-Wstringop-truncation] [build 2023-05-24 07:07:21] 1585 | strncpy(&rb[n], str, m); [build 2023-05-24 07:07:21] | ^~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c: In function 'hlrglist': [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c:1908:25: warning: 'strncpy' output may be truncated copying between 4 and 11 bytes from a string of length 15 [-Wstringop-truncation] [build 2023-05-24 07:07:21] 1908 | strncpy(&rb[n], str, m); [build 2023-05-24 07:07:21] | ^~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:21] ../../../linksrc/lklist.c:1917:17: warning: 'strncpy' output may be truncated copying between 3 and 4 bytes from a string of length 15 [-Wstringop-truncation] [build 2023-05-24 07:07:21] 1917 | strncpy(&rb[a + (s * gcntr) - 1], str, s); [build 2023-05-24 07:07:21] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [build 2023-05-24 07:07:22] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lkrloc.c -o ../../../linksrc/lkrloc.o [build 2023-05-24 07:07:22] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lkrloc3.c -o ../../../linksrc/lkrloc3.o [build 2023-05-24 07:07:23] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lkrloc4.c -o ../../../linksrc/lkrloc4.o [build 2023-05-24 07:07:23] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lksym.c -o ../../../linksrc/lksym.o [build 2023-05-24 07:07:24] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lkout.c -o ../../../linksrc/lkout.o [build 2023-05-24 07:07:26] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lknoice.c -o ../../../linksrc/lknoice.o [build 2023-05-24 07:07:26] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../linksrc/lksdcdb.c -o ../../../linksrc/lksdcdb.o [build 2023-05-24 07:07:26] gcc -Wall -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils ../../../linksrc/lkmain.o ../../../linksrc/lkhead.o ../../../linksrc/lkarea.o ../../../linksrc/lkbank.o ../../../linksrc/lkdata.o ../../../linksrc/lkeval.o ../../../linksrc/lklex.o ../../../linksrc/lklibr.o ../../../linksrc/lklist.o ../../../linksrc/lkrloc.o ../../../linksrc/lkrloc3.o ../../../linksrc/lkrloc4.o ../../../linksrc/lksym.o ../../../linksrc/lkout.o ../../../linksrc/lknoice.o ../../../linksrc/lksdcdb.o -o aslink [build 2023-05-24 07:07:27] cp aslink ../../../asxmak/linux/exe/aslink [build 2023-05-24 07:07:27] strip ../../../asxmak/linux/exe/aslink [build 2023-05-24 07:07:27] chmod 755 ../../../asxmak/linux/exe/aslink [build 2023-05-24 07:07:27] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../libsrc/armain.c -o ../../../libsrc/armain.o [build 2023-05-24 07:07:27] gcc -Wall -funsigned-char -O3 -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils -I../../../asxxmisc/ -I../../../asxxsrc/ -c ../../../libsrc/ardata.c -o ../../../libsrc/ardata.o [build 2023-05-24 07:07:27] gcc -Wall -I/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils ../../../libsrc/armain.o ../../../libsrc/ardata.o -o aslib [build 2023-05-24 07:07:27] cp aslib ../../../asxmak/linux/exe/aslib [build 2023-05-24 07:07:27] strip ../../../asxmak/linux/exe/aslib [build 2023-05-24 07:07:27] chmod 755 ../../../asxmak/linux/exe/aslib [build 2023-05-24 07:07:27] make: Leaving directory '/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/as-5.1.1/asxmak/linux/build' [build 2023-05-24 07:07:27] [build 2023-05-24 07:07:27] @ building binutils wrappers for m6809-unknown-none [build 2023-05-24 07:07:27] [build 2023-05-24 07:07:27] make: Entering directory '/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils' [build 2023-05-24 07:07:27] /usr/lib/gcc-snapshot/bin/gcc -O2 -Wall -Wextra -ansi -pedantic -D_XOPEN_SOURCE=700 -o ranlib ranlib.c [build 2023-05-24 07:07:27] ranlib.c: In function 'getdecdigit': [build 2023-05-24 07:07:27] ranlib.c:237:34: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] [build 2023-05-24 07:07:27] 237 | number = abs(number);/*abs undefined for the most negative integer*/ [build 2023-05-24 07:07:27] | ^~~ [build 2023-05-24 07:07:28] make: Leaving directory '/var/lib/laminar/run/buildcross-m6809/2/buildcross/downloads/dfffffff-gcc6809.git/binutils' [build 2023-05-24 07:07:28] Removing as-5.1.1/as6809/m09adr.o [build 2023-05-24 07:07:28] Removing as-5.1.1/as6809/m09mch.o [build 2023-05-24 07:07:28] Removing as-5.1.1/as6809/m09pst.o [build 2023-05-24 07:07:28] Removing as-5.1.1/asxmak/linux/build/as6809 [build 2023-05-24 07:07:28] Removing as-5.1.1/asxmak/linux/build/aslib [build 2023-05-24 07:07:28] Removing as-5.1.1/asxmak/linux/build/aslink [build 2023-05-24 07:07:28] Removing as-5.1.1/asxmak/linux/exe/as6809 [build 2023-05-24 07:07:28] Removing as-5.1.1/asxmak/linux/exe/aslib [build 2023-05-24 07:07:28] Removing as-5.1.1/asxmak/linux/exe/aslink [build 2023-05-24 07:07:28] Removing as-5.1.1/asxxsrc/asdata.o [build 2023-05-24 07:07:28] Removing as-5.1.1/asxxsrc/asdbg.o [build 2023-05-24 07:07:28] Removing as-5.1.1/asxxsrc/asexpr.o [build 2023-05-24 07:07:28] Removing as-5.1.1/asxxsrc/aslex.o [build 2023-05-24 07:07:28] Removing as-5.1.1/asxxsrc/aslist.o [build 2023-05-24 07:07:28] Removing as-5.1.1/asxxsrc/asmain.o [build 2023-05-24 07:07:28] Removing as-5.1.1/asxxsrc/asmcro.o [build 2023-05-24 07:07:28] Removing as-5.1.1/asxxsrc/asout.o [build 2023-05-24 07:07:28] Removing as-5.1.1/asxxsrc/assubr.o [build 2023-05-24 07:07:28] Removing as-5.1.1/asxxsrc/assym.o [build 2023-05-24 07:07:28] Removing as-5.1.1/libsrc/ardata.o [build 2023-05-24 07:07:28] Removing as-5.1.1/libsrc/armain.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lkarea.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lkbank.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lkdata.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lkeval.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lkhead.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lklex.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lklibr.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lklist.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lkmain.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lknoice.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lkout.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lkrloc.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lkrloc3.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lkrloc4.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lksdcdb.o [build 2023-05-24 07:07:28] Removing as-5.1.1/linksrc/lksym.o [build 2023-05-24 07:07:28] Removing binutils/ranlib [build 2023-05-24 07:07:28] /var/lib/laminar/run/buildcross-m6809/2/buildcross [build 2023-05-24 07:07:28] [build 2023-05-24 07:07:28] @ building cross-gcc git;https://gitlab.com/dfffffff/gcc6809.git;-;dftools;HEAD;dfffffff newlib [build 2023-05-24 07:07:28] [build 2023-05-24 07:07:29] checking build system type... x86_64-pc-linux-gnu [build 2023-05-24 07:07:29] checking host system type... x86_64-pc-linux-gnu [build 2023-05-24 07:07:29] checking target system type... m6809-unknown-none [build 2023-05-24 07:07:29] checking for a BSD-compatible install... /usr/bin/install -c [build 2023-05-24 07:07:29] checking whether ln works... yes [build 2023-05-24 07:07:29] checking whether ln -s works... yes [build 2023-05-24 07:07:29] checking for gcc... /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 07:07:29] checking for C compiler default output file name... a.out [build 2023-05-24 07:07:29] checking whether the C compiler works... yes [build 2023-05-24 07:07:29] checking whether we are cross compiling... no [build 2023-05-24 07:07:29] checking for suffix of executables... [build 2023-05-24 07:07:29] checking for suffix of object files... o [build 2023-05-24 07:07:29] checking whether we are using the GNU C compiler... yes [build 2023-05-24 07:07:29] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... yes [build 2023-05-24 07:07:29] checking for /usr/lib/gcc-snapshot/bin/gcc option to accept ANSI C... none needed [build 2023-05-24 07:07:30] checking whether we are using the GNU C++ compiler... yes [build 2023-05-24 07:07:30] checking whether /usr/lib/gcc-snapshot/bin/g++ accepts -g... yes [build 2023-05-24 07:07:30] checking for gnatbind... gnatbind [build 2023-05-24 07:07:30] checking for gnatmake... gnatmake [build 2023-05-24 07:07:30] checking whether compiler driver understands Ada... yes [build 2023-05-24 07:07:30] checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 [build 2023-05-24 07:07:30] checking for correct version of gmp.h... no [build 2023-05-24 07:07:30] configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+. [build 2023-05-24 07:07:30] Try the --with-gmp and/or --with-mpfr options to specify their locations. [build 2023-05-24 07:07:30] Copies of these libraries' source code can be found at their respective [build 2023-05-24 07:07:30] hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/. [build 2023-05-24 07:07:30] See also http://gcc.gnu.org/install/prerequisites.html for additional info. [build 2023-05-24 07:07:30] If you obtained GMP and/or MPFR from a vendor distribution package, make [build 2023-05-24 07:07:30] sure that you have installed both the libraries and the header files. [build 2023-05-24 07:07:30] They may be located in separate packages. TCLUG_BUILD_INFO;build;1;265 [laminar] Executing cfg/after + export declare -x ARCHIVE="/var/lib/laminar/archive/buildcross-m6809/2" declare -x CONTEXT="default" declare -x HOME="/nonexistent" declare -x INVOCATION_ID="9b02437f413b4689a9f1c5e694d46bc1" declare -x JOB="buildcross-m6809" 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-m6809/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-m6809/workspace" declare -x __LAMINAR_SETENV_PIPE="9" + VERBOSE= + find . -type f -name '*.sum' -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m6809/2 ';' + find . -type f -name config.log -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m6809/2 ';' + find . -type f -name config.h -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m6809/2 ';' + find . -type f -name test-suite.log -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m6809/2 ';' + find . -type f -name SYSTEM.def -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m6809/2 ';' + '[' '!' -d logs ']' + find . -type f -name build-state.json -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m6809/2 ';' + find . -type f -name versions.json -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-m6809/2 ';' + '[' '!' -r build.log ']' + '[' failed = success -a failed '!=' failed ']' + '[' failed = failed -a failed '!=' failed ']' + printf '\nFinal status: %s.\n' failed Final status: failed.