request from: hawk checking if we should skip the build started at: Wed Apr 6 12:48:31 2022 killing old processes on a builder sending signal 9 to pid -1 cleaning up /tmp fetching http://src.tld-linux.org/~buildertidev//srpms/290fd11e-d127-4e1e-b191-a194d7422f51/golang-1.18-1.src.rpm fetched 22637045 bytes, 132468.5 K/s installing srpm: golang-1.18-1.src.rpm + install -d /tmp/B.ecfoygqt/BUILD /tmp/B.ecfoygqt/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog golang-1.18-1.src.rpm * Wed Apr 06 2022 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/golang.git;a=log;h=master * Sun Mar 20 2022 Jan Palus 389b027 - up to 1.18 * Mon Feb 28 2022 Jan Palus 75c1e8a - don't use sse2 on i686 * Mon Feb 28 2022 Jan Palus 9cc1306 - up to 1.17.7 (fixes CVE-2022-23806 CVE-2022-23772) * Mon Feb 28 2022 Jan Palus 5121258 - fix ext_linker bcond usage * Tue Feb 01 2022 Jan Palus ccfc9e7 - up to 1.17.6 (fixes CVE-2021-44717 CVE-2021-44716) * Mon Dec 27 2021 Jan Palus ff5386b - rpm version for noarch subpackage * Mon Dec 27 2021 Jan Palus a103298 - add more supported architectures * Mon Dec 27 2021 Jan Palus 9175da2 - set arm target options more specifically * Sun Nov 07 2021 Jakub Bogusz 3bd205d - updated to 1.17.3 * Sat Nov 06 2021 Jakub Bogusz 6cc9eb7 - updated to 1.16.10 * Thu Sep 30 2021 Jan Palus df8f9a4 - up to 1.16.8 (fixes CVE-2021-36221 CVE-2021-39293) * Wed Jul 21 2021 Jan Palus 4db8ef3 - up to 1.16.6 (fixes CVE-2021-33196 CVE-2021-34558) * Sat May 22 2021 Jan Palus e07f70d - up to 1.16.4 * Mon Apr 05 2021 Jan Palus 59cf994 - up to 1.16.3 * Sun Feb 28 2021 Jan Rękorajski 032df0e - unconditional noarch subpackages * Mon Dec 21 2020 Jan Palus 3b0cfb3 - drop testdata * Tue Sep 15 2020 Elan Ruusamäe 7e2ec21 - Up to 1.14.9 * Fri Mar 06 2020 Jakub Bogusz 9ddf6e4 - note on high number of processes/threads used during build * Wed Mar 04 2020 Jan Palus 98483c8 - up to 1.13.8 * Thu Jan 23 2020 Arkadiusz Miśkiewicz a6eb364 - up to 1.13.6 + rpm -Uhv --nodeps --define '_topdir /tmp/B.ecfoygqt' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' golang-1.18-1.src.rpm Updating / installing... golang-1.18-1 ######################################## + rm -f golang-1.18-1.src.rpm + install -m 700 -d /tmp/B.ecfoygqt/BUILD/tmp + TMPDIR=/tmp/B.ecfoygqt/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.ecfoygqt' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.ecfoygqt/golang.spec Building target platforms: i686-tld-linux Building for target i686-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: i686-tld-linux rpm: Building for target i686-tld-linux no BR needed building RPM using: set -ex; : build-id: 290fd11e-d127-4e1e-b191-a194d7422f51; TMPDIR=/tmp/B.ecfoygqt/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.ecfoygqt' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.ecfoygqt/golang.spec + : build-id: 290fd11e-d127-4e1e-b191-a194d7422f51 + TMPDIR=/tmp/B.ecfoygqt/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.ecfoygqt' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.ecfoygqt/golang.spec Building target platforms: i686-tld-linux Building for target i686-tld-linux Executing(%prep): /bin/sh -e /tmp/B.ecfoygqt/BUILD/tmp/rpm-tmp.kz384d + umask 022 + cd /tmp/B.ecfoygqt/BUILD + cd /tmp/B.ecfoygqt/BUILD + rm -rf golang-1.18 + /bin/mkdir -p golang-1.18 + cd golang-1.18 + /bin/gzip -dc /tmp/B.ecfoygqt/go1.18.src.tar.gz + /bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + /bin/mv go/AUTHORS go/CONTRIBUTING.md go/CONTRIBUTORS go/LICENSE go/PATENTS go/README.md go/SECURITY.md go/VERSION go/api go/codereview.cfg go/doc go/lib go/misc go/src go/test . + echo 'Patch #0 (ca-certs.patch):' Patch #0 (ca-certs.patch): + env.sh + <<"EOF" # bootstrap compiler GOROOT export GOROOT_BOOTSTRAP=/usr/lib/golang export GOROOT_FINAL=/usr/lib/golang export GOHOSTOS=linux export GOHOSTARCH=386 export GOOS=linux export GOARCH=386 export GO386=softfloat export CGO_ENABLED=1 # use our gcc options for this build, but store gcc as default for compiler export CFLAGS="-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 " export LDFLAGS="-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc " CC="i686-tld-linux-gcc" export CC="${CC#ccache }" export CC_FOR_TARGET="$CC" EOF + cat + grep -rl '#!.*env bash' . + xargs /bin/sed -i -e $'1{\n\ts,^#!.*bin/env bash,#!/bin/bash,\n}' + RPM_EC=0 + jobs -p + exit 0 Executing(%build): /bin/sh -e /tmp/B.ecfoygqt/BUILD/tmp/rpm-tmp.ggbV32 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/home/users/builder/bin TMPDIR=/tmp/B.ecfoygqt/BUILD/tmp + umask 022 + cd /tmp/B.ecfoygqt/BUILD + cd golang-1.18 + . ./env.sh + export 'GOROOT_BOOTSTRAP=/usr/lib/golang' + export 'GOROOT_FINAL=/usr/lib/golang' + export 'GOHOSTOS=linux' + export 'GOHOSTARCH=386' + export 'GOOS=linux' + export 'GOARCH=386' + export 'GO386=softfloat' + export 'CGO_ENABLED=1' + export 'CFLAGS=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export 'LDFLAGS=-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' + CC=i686-tld-linux-gcc + export 'CC=i686-tld-linux-gcc' + export 'CC_FOR_TARGET=i686-tld-linux-gcc' + cd src + ./make.bash --no-clean Building Go cmd/dist using /usr/lib/golang. (go1.13.8 linux/386) go tool compile: exit status 1 unsupported setting GO386=softfloat go tool compile: exit status 1 unsupported setting GO386=softfloat go tool compile: exit status 1 unsupported setting GO386=softfloat go tool compile: exit status 1 unsupported setting GO386=softfloat error: Bad exit status from /tmp/B.ecfoygqt/BUILD/tmp/rpm-tmp.ggbV32 (%build) RPM build errors: Bad exit status from /tmp/B.ecfoygqt/BUILD/tmp/rpm-tmp.ggbV32 (%build) ended at: Wed Apr 6 12:48:36 2022, done in 0:00:03.901644 error: No files produced. + chmod -R u+rwX /tmp/B.ecfoygqt/BUILD + rm -rf /tmp/B.ecfoygqt/tmp /tmp/B.ecfoygqt/BUILD + rm -rf /tmp/B.ecfoygqt Begin-TLD-Builder-Info Build-Time: user:2.46s sys:1.51s real:5.71s (faults io:320 non-io:54447) End-TLD-Builder-Info