>>> host-go 1.16.5 Extracting gzip -d -c /tmp/instance-0/dl/go/go1.16.5.src.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/host-go-1.16.5 -xf - >>> host-go 1.16.5 Patching Applying 0001-build.go-explicit-option-for-crosscompilation.patch using patch: patching file src/cmd/dist/build.go Hunk #1 succeeded at 265 (offset 13 lines). >>> host-go 1.16.5 Configuring >>> host-go 1.16.5 Building cd /tmp/instance-0/output-1/build/host-go-1.16.5/src && GO111MODULE=off GOCACHE=/tmp/instance-0/output-1/host/usr/share/host-go-cache GOROOT_BOOTSTRAP=/tmp/instance-0/output-1/host/lib/go-1.4.3 GOROOT_FINAL=/tmp/instance-0/output-1/host/lib/go GOROOT="/tmp/instance-0/output-1/build/host-go-1.16.5" GOBIN="/tmp/instance-0/output-1/build/host-go-1.16.5/bin" GOOS=linux CC=/usr/bin/gcc CXX=/usr/bin/g++ CGO_ENABLED=1 CC_FOR_TARGET="/tmp/instance-0/output-1/host/bin/mips-linux-gnu-gcc" CXX_FOR_TARGET="/tmp/instance-0/output-1/host/bin/mips-linux-gnu-g++" GOARCH=mips64le GO_ASSUME_CROSSCOMPILING=1 ./make.bash Building Go cmd/dist using /tmp/instance-0/output-1/host/lib/go-1.4.3. (go1.4.3 linux/amd64) Building Go toolchain1 using /tmp/instance-0/output-1/host/lib/go-1.4.3. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for host, linux/amd64. Building packages and commands for target, linux/mips64le. # cmd/trace /tmp/instance-0/output-1/build/host-go-1.16.5/pkg/tool/linux_amd64/link: running /tmp/instance-0/output-1/host/bin/mips-linux-gnu-gcc failed: exit status 1 /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mips-linux-gnu/5.3.0/../../../../mips-linux-gnu/bin/ld: /tmp/go-link-285008955/go.o: relocation R_MIPS_26 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /tmp/go-link-285008955/go.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status # cmd/pprof /tmp/instance-0/output-1/build/host-go-1.16.5/pkg/tool/linux_amd64/link: running /tmp/instance-0/output-1/host/bin/mips-linux-gnu-gcc failed: exit status 1 /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mips-linux-gnu/5.3.0/../../../../mips-linux-gnu/bin/ld: /tmp/go-link-033934802/go.o: relocation R_MIPS_26 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /tmp/go-link-033934802/go.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status # cmd/go /tmp/instance-0/output-1/build/host-go-1.16.5/pkg/tool/linux_amd64/link: running /tmp/instance-0/output-1/host/bin/mips-linux-gnu-gcc failed: exit status 1 /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mips-linux-gnu/5.3.0/../../../../mips-linux-gnu/bin/ld: /tmp/go-link-970941613/go.o: relocation R_MIPS_26 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /tmp/go-link-970941613/go.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status go tool dist: FAILED: /tmp/instance-0/output-1/build/host-go-1.16.5/pkg/tool/linux_amd64/go_bootstrap install -gcflags=all= -ldflags=all= std cmd: exit status 2 make: *** [package/pkg-generic.mk:270: /tmp/instance-0/output-1/build/host-go-1.16.5/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-0/buildroot'