>>> host-go 1.11 Extracting gzip -d -c /accts/mlweber1/instance-0/dl/go/go1.11.src.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-0/output/build/host-go-1.11 -xf - >>> host-go 1.11 Patching Applying 0001-build.go-explicit-option-for-crosscompilation.patch using patch: patching file src/cmd/dist/build.go Hunk #1 succeeded at 250 (offset -2 lines). >>> host-go 1.11 Configuring >>> host-go 1.11 Building cd /accts/mlweber1/instance-0/output/build/host-go-1.11/src && GOROOT_BOOTSTRAP=/accts/mlweber1/instance-0/output/host/lib/go-1.4.3 GOROOT_FINAL=/accts/mlweber1/instance-0/output/host/lib/go GOROOT="/accts/mlweber1/instance-0/output/build/host-go-1.11" GOBIN="/accts/mlweber1/instance-0/output/build/host-go-1.11/bin" GOARCH=arm GOARM=5 GOOS=linux CC=/usr/bin/gcc CXX=/usr/bin/g++ GO_ASSUME_CROSSCOMPILING=1 CC_FOR_TARGET="/accts/mlweber1/instance-0/output/host/bin/arm-linux-gcc" CXX_FOR_TARGET="/accts/mlweber1/instance-0/output/host/bin/arm-linux-g++" CGO_ENABLED=1 ./make.bash Building Go cmd/dist using /accts/mlweber1/instance-0/output/host/lib/go-1.4.3. Building Go toolchain1 using /accts/mlweber1/instance-0/output/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/arm. # encoding/binary fatal error: unexpected signal during runtime execution [signal SIGBUS: bus error code=0x2 addr=0xc000800010 pc=0x42098d] runtime stack: runtime.throw(0xcb7a06, 0x2a) /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/panic.go:608 +0x72 runtime.sigpanic() /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/signal_unix.go:374 +0x2f2 runtime.getempty(0xc0007e4000) /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/mgcwork.go:402 +0x9d runtime.handoff(0xc0007e1000, 0x2b584d55a1ca) /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/mgcwork.go:501 +0x26 runtime.(*gcWork).balance(0xc000032670) /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/mgcwork.go:314 +0x49 runtime.gcDrain(0xc000032670, 0xd) /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/mgcmark.go:897 +0x3cf runtime.gcBgMarkWorker.func2() /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/mgc.go:1862 +0x18a runtime.systemstack(0x0) /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/asm_amd64.s:351 +0x66 runtime.mstart() /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/proc.go:1229 goroutine 20 [GC worker (idle)]: runtime.systemstack_switch() /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/asm_amd64.s:311 fp=0xc0000c4f60 sp=0xc0000c4f58 pc=0x455b80 runtime.gcBgMarkWorker(0xc000031400) /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/mgc.go:1826 +0x1b8 fp=0xc0000c4fd8 sp=0xc0000c4f60 pc=0x41a1d8 runtime.goexit() /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/asm_amd64.s:1333 +0x1 fp=0xc0000c4fe0 sp=0xc0000c4fd8 pc=0x457ae1 created by runtime.gcBgMarkStartWorkers /accts/mlweber1/instance-0/output/host/lib/go/src/runtime/mgc.go:1720 +0x77 goroutine 1 [runnable]: cmd/internal/obj.(*Link).LookupInit(0xc0003a8000, 0xc000418620, 0x11, 0x0, 0x11) /accts/mlweber1/instance-0/output/host/lib/go/src/cmd/internal/obj/sym.go:91 +0xfc cmd/internal/obj.(*Link).Lookup(0xc0003a8000, 0xc000418620, 0x11, 0xc9b124) /accts/mlweber1/instance-0/output/host/lib/go/src/cmd/internal/obj/sym.go:80 +0x48 cmd/compile/internal/types.(*Sym).Linksym(0xc0003e5bc0, 0xc000118d20) /accts/mlweber1/instance-0/output/host/lib/go/src/cmd/compile/internal/types/sym.go:77 +0x6e cmd/compile/internal/gc.sysfunc(0xca2e06, 0x9, 0xc00069b810) /accts/mlweber1/instance-0/output/host/lib/go/src/cmd/compile/internal/gc/gen.go:15 +0x79 cmd/compile/internal/gc.initssaconfig() /accts/mlweber1/instance-0/output/host/lib/go/src/cmd/compile/internal/gc/ssa.go:77 +0x757 cmd/compile/internal/gc.Main(0xcc0f90) /accts/mlweber1/instance-0/output/host/lib/go/src/cmd/compile/internal/gc/main.go:622 +0x2577 main.main() /accts/mlweber1/instance-0/output/host/lib/go/src/cmd/compile/main.go:51 +0x96 go tool dist: FAILED: /accts/mlweber1/instance-0/output/build/host-go-1.11/pkg/tool/linux_amd64/go_bootstrap install -gcflags=all= -ldflags=all= std cmd: exit status 2 make: *** [/accts/mlweber1/instance-0/output/build/host-go-1.11/.stamp_built] Error 2 make: Leaving directory `/accts/mlweber1/instance-0/buildroot'