>>> host-go 1.13.15 Extracting gzip -d -c /tmp/instance-1/dl/go/go1.13.15.src.tar.gz | /tmp/instance-1/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-1/output-1/build/host-go-1.13.15 -xf - >>> host-go 1.13.15 Patching Applying 0001-build.go-explicit-option-for-crosscompilation.patch using patch: patching file src/cmd/dist/build.go Hunk #1 succeeded at 266 (offset 14 lines). >>> host-go 1.13.15 Configuring >>> host-go 1.13.15 Building cd /tmp/instance-1/output-1/build/host-go-1.13.15/src && GO111MODULE=off GOCACHE=/tmp/instance-1/output-1/host/usr/share/host-go-cache GOROOT_BOOTSTRAP=/tmp/instance-1/output-1/host/lib/go-1.4.3 GOROOT_FINAL=/tmp/instance-1/output-1/host/lib/go GOROOT="/tmp/instance-1/output-1/build/host-go-1.13.15" GOBIN="/tmp/instance-1/output-1/build/host-go-1.13.15/bin" GOOS=linux CC=/usr/bin/gcc CXX=/usr/bin/g++ CGO_ENABLED=1 CC_FOR_TARGET="/tmp/instance-1/output-1/host/bin/mips64el-linux-gcc" CXX_FOR_TARGET="/tmp/instance-1/output-1/host/bin/mips64el-linux-g++" GOARCH=mips64le GO_ASSUME_CROSSCOMPILING=1 ./make.bash Building Go cmd/dist using /tmp/instance-1/output-1/host/lib/go-1.4.3. Building Go toolchain1 using /tmp/instance-1/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-1/output-1/build/host-go-1.13.15/pkg/tool/linux_amd64/link: running /tmp/instance-1/output-1/host/bin/mips64el-linux-gcc failed: exit status 1 collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped compilation terminated. /tmp/go-link-503723213/go.o: in function `internal/cpu.processOptions': /tmp/instance-1/output-1/host/lib/go/src/internal/cpu/cpu.go:167:(.text+0x18): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /tmp/instance-1/output-1/host/lib/go/src/internal/cpu/cpu.go:171:(.text+0x58): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /tmp/instance-1/output-1/host/lib/go/src/internal/cpu/cpu.go:180:(.text+0xc0): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC # cmd/pprof /tmp/instance-1/output-1/build/host-go-1.13.15/pkg/tool/linux_amd64/link: running /tmp/instance-1/output-1/host/bin/mips64el-linux-gcc failed: exit status 1 collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped compilation terminated. /tmp/go-link-514530760/go.o: in function `internal/cpu.processOptions': /tmp/instance-1/output-1/host/lib/go/src/internal/cpu/cpu.go:167:(.text+0x18): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /tmp/instance-1/output-1/host/lib/go/src/internal/cpu/cpu.go:171:(.text+0x58): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /tmp/instance-1/output-1/host/lib/go/src/internal/cpu/cpu.go:180:(.text+0xc0): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC # cmd/go /tmp/instance-1/output-1/build/host-go-1.13.15/pkg/tool/linux_amd64/link: running /tmp/instance-1/output-1/host/bin/mips64el-linux-gcc failed: exit status 1 collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped compilation terminated. /tmp/go-link-477625647/go.o: in function `internal/cpu.processOptions': /tmp/instance-1/output-1/host/lib/go/src/internal/cpu/cpu.go:167:(.text+0x18): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /tmp/instance-1/output-1/host/lib/go/src/internal/cpu/cpu.go:171:(.text+0x58): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /tmp/instance-1/output-1/host/lib/go/src/internal/cpu/cpu.go:180:(.text+0xc0): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC go tool dist: FAILED: /tmp/instance-1/output-1/build/host-go-1.13.15/pkg/tool/linux_amd64/go_bootstrap install -gcflags=all= -ldflags=all= std cmd: exit status 2 make: *** [package/pkg-generic.mk:250: /tmp/instance-1/output-1/build/host-go-1.13.15/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-1/buildroot'