>>> host-go 1.12.9 Extracting gzip -d -c /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/instance-0/dl/go/go1.12.9.src.tar.gz | tar --strip-components=1 -C /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.9 -xf - >>> host-go 1.12.9 Patching Applying 0001-build.go-explicit-option-for-crosscompilation.patch using patch: patching file src/cmd/dist/build.go Hunk #1 succeeded at 253 (offset 1 line). >>> host-go 1.12.9 Configuring >>> host-go 1.12.9 Building cd /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.9/src && GO111MODULE=off GOCACHE=/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/usr/share/host-go-cache GOROOT_BOOTSTRAP=/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go-1.4.3 GOROOT_FINAL=/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go GOROOT="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.9" GOBIN="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.9/bin" GOOS=linux CC=/usr/bin/gcc CXX=/usr/bin/g++ CGO_ENABLED=1 CC_FOR_TARGET="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/aarch64-linux-gnu-gcc" CXX_FOR_TARGET="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/aarch64-linux-gnu-g++" GOARCH=arm64 GO_ASSUME_CROSSCOMPILING=1 ./make.bash Building Go cmd/dist using /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go-1.4.3. Building Go toolchain1 using /home/dawncrow/buildroot-test/scripts/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. # cmd/internal/obj runtime: failed to create new OS thread (have 7 already; errno=11) runtime: may need to increase max user processes (ulimit -u) fatal error: newosproc runtime stack: runtime.throw(0xe570e1, 0x9) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/panic.go:617 +0x72 runtime.newosproc(0xc0010aa000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc0010aa000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc00003b900) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000039401) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1977 +0x12c runtime.wakep(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:2058 runtime.resetspinning() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:2438 +0x94 runtime.schedule() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:2532 +0x203 runtime.goschedImpl(0xc000344480) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:2620 +0xdf runtime.gopreempt_m(0xc000344480) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:2648 +0x34 runtime.newstack() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/stack.go:1033 +0x29b runtime.morestack() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/asm_amd64.s:429 +0x8f goroutine 1 [runnable]: cmd/compile/internal/gc.compileFunctions() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:370 +0x17d cmd/compile/internal/gc.Main(0xe797e0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/main.go:675 +0x3172 main.main() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/main.go:51 +0xad goroutine 35 [runnable]: cmd/compile/internal/ssa.(*Block).AddEdgeTo(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/block.go:152 cmd/compile/internal/gc.(*state).check(0xc000e1a4e0, 0xc000863418, 0xc000802f50) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:4088 +0x41a cmd/compile/internal/gc.(*state).boundsCheck(0xc000e1a4e0, 0xc00085eda8, 0xc0008633a8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:4031 +0xb6 cmd/compile/internal/gc.(*state).expr(0xc000e1a4e0, 0xc000ca0080, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:2258 +0x6f42 cmd/compile/internal/gc.(*state).expr(0xc000e1a4e0, 0xc000ca0100, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:1829 +0x3d63 cmd/compile/internal/gc.(*state).expr(0xc000e1a4e0, 0xc000ca0280, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:2135 +0x85f7 cmd/compile/internal/gc.(*state).expr(0xc000e1a4e0, 0xc000ca0300, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:2132 +0x1277 cmd/compile/internal/gc.(*state).expr(0xc000e1a4e0, 0xc000ca0680, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:2131 +0x1248 cmd/compile/internal/gc.(*state).expr(0xc000e1a4e0, 0xc000ca0780, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:2006 +0x6378 cmd/compile/internal/gc.(*state).expr(0xc000e1a4e0, 0xc000ca0800, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:2174 +0x1bfc cmd/compile/internal/gc.(*state).expr(0xc000e1a4e0, 0xc000ca0a80, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:2152 +0x189f cmd/compile/internal/gc.(*state).expr(0xc000e1a4e0, 0xc000ca0e80, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:1769 +0x3274 cmd/compile/internal/gc.(*state).stmt(0xc000e1a4e0, 0xc000c93c80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:959 +0x1e2 cmd/compile/internal/gc.(*state).stmtList(0xc000e1a4e0, 0xc000c87ec0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:757 +0x59 cmd/compile/internal/gc.(*state).stmt(0xc000e1a4e0, 0xc000c93d00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:1017 +0x1933 cmd/compile/internal/gc.(*state).stmtList(0xc000e1a4e0, 0xc000c87f00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:757 +0x59 cmd/compile/internal/gc.(*state).stmt(0xc000e1a4e0, 0xc000c93e80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:1024 +0x164a cmd/compile/internal/gc.(*state).stmtList(0xc000e1a4e0, 0xc000c87f40) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:757 +0x59 cmd/compile/internal/gc.(*state).stmt(0xc000e1a4e0, 0xc000c96080) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:1017 +0x1933 cmd/compile/internal/gc.(*state).stmtList(0xc000e1a4e0, 0xc000c87f60) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:757 +0x59 cmd/compile/internal/gc.buildssa(0xc0005c0840, 0x1, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:215 +0xb5e cmd/compile/internal/gc.compileSSA(0xc0005c0840, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:299 +0x4d cmd/compile/internal/gc.compileFunctions.func2(0xc000d9c600, 0xc000d96770, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:364 +0x49 created by cmd/compile/internal/gc.compileFunctions /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:362 +0x129 goroutine 36 [runnable]: sync.runtime_SemacquireMutex(0xc0000c0554, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/sema.go:71 +0x3d sync.(*Mutex).Lock(0xc0000c0550) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/sync/mutex.go:134 +0x109 cmd/internal/obj.(*Link).LookupABI(0xc0000c0500, 0xc00104cb40, 0x1b, 0xe4f001, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/sym.go:91 +0x50 cmd/compile/internal/types.(*Sym).Linksym(0xc00063faa0, 0xc0006aec80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/types/sym.go:82 +0x83 cmd/compile/internal/gc.(*state).call(0xc0010520d0, 0xc000386d80, 0xc001052000, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:3776 +0x2d0 cmd/compile/internal/gc.(*state).stmt(0xc0010520d0, 0xc000386d80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:793 +0xce4 cmd/compile/internal/gc.(*state).stmtList(0xc0010520d0, 0xc000ab11c0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:757 +0x59 cmd/compile/internal/gc.buildssa(0xc000302dc0, 0x2, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:215 +0xb5e cmd/compile/internal/gc.compileSSA(0xc000302dc0, 0x2) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:299 +0x4d cmd/compile/internal/gc.compileFunctions.func2(0xc000d9c600, 0xc000d96770, 0x2) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:364 +0x49 created by cmd/compile/internal/gc.compileFunctions /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:362 +0x129 goroutine 37 [runnable]: cmd/compile/internal/ssa.(*stackAllocState).stackalloc(0xc0000cdc30) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/stackalloc.go:140 +0x12d8 cmd/compile/internal/ssa.stackalloc(0xc000cc5340, 0xc000e0db00, 0x58, 0x58, 0x0, 0x0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/stackalloc.go:90 +0xe8 cmd/compile/internal/ssa.(*regAllocState).regalloc(0xc000d87500, 0xc000cc5340) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/regalloc.go:1644 +0x6d27 cmd/compile/internal/ssa.regalloc(0xc000cc5340) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/regalloc.go:146 +0x62 cmd/compile/internal/ssa.Compile(0xc000cc5340) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/compile.go:90 +0x479 cmd/compile/internal/gc.buildssa(0xc0005c02c0, 0x3, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:233 +0xbfd cmd/compile/internal/gc.compileSSA(0xc0005c02c0, 0x3) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:299 +0x4d cmd/compile/internal/gc.compileFunctions.func2(0xc000d9c600, 0xc000d96770, 0x3) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:364 +0x49 created by cmd/compile/internal/gc.compileFunctions /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:362 +0x129 goroutine 34 [runnable]: sort.Sort(0x100d500, 0xc000fbce10) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/sort/sort.go:216 +0x88 cmd/compile/internal/ssa.cse(0xc000fbe000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/cse.go:107 +0x5f8 cmd/compile/internal/ssa.Compile(0xc000fbe000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/compile.go:90 +0x479 cmd/compile/internal/gc.buildssa(0xc0000bdce0, 0x0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:233 +0xbfd cmd/compile/internal/gc.compileSSA(0xc0000bdce0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:299 +0x4d cmd/compile/internal/gc.compileFunctions.func2(0xc000d9c600, 0xc000d96770, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:364 +0x49 created by cmd/compile/internal/gc.compileFunctions /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:362 +0x129 # encoding/json runtime: failed to create new OS thread (have 9 already; errno=11) runtime: may need to increase max user processes (ulimit -u) fatal error: newosproc runtime stack: runtime.throw(0xe570e1, 0x9) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/panic.go:617 +0x72 runtime.newosproc(0xc001a85c00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc001a85c00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc000040500) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc00003b901) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1977 +0x12c runtime.wakep(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:2058 runtime.resetspinning() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:2438 +0x94 runtime.schedule() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:2532 +0x203 runtime.park_m(0xc000470000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:2605 +0xa1 runtime.mcall(0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/asm_amd64.s:299 +0x5b goroutine 1 [runnable]: cmd/compile/internal/gc.compileFunctions() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:370 +0x17d cmd/compile/internal/gc.Main(0xe797e0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/main.go:675 +0x3172 main.main() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/main.go:51 +0xad goroutine 36 [runnable]: sort.Search(0xc8, 0xc000e93d58, 0x1b1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/sort/search.go:59 +0x8f cmd/compile/internal/ssa.(*Cache).Reset(0xc000954000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/cache.go:41 +0xb0 cmd/compile/internal/gc.buildssa(0xc0000bcf20, 0x0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:149 +0x2fa cmd/compile/internal/gc.compileSSA(0xc0000bcf20, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:299 +0x4d cmd/compile/internal/gc.compileFunctions.func2(0xc00094a1e0, 0xc00082ffe0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:364 +0x49 created by cmd/compile/internal/gc.compileFunctions /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:362 +0x129 goroutine 38 [runnable]: cmd/compile/internal/gc.(*Liveness).regEffects(0xc001dc77c0, 0xc0009eda40, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:366 +0x106 cmd/compile/internal/gc.(*Liveness).epilogue(0xc001dc77c0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:980 +0x99d cmd/compile/internal/gc.liveness(0xc001f4ab40, 0xc001f4c2c0, 0xc001f438f0, 0x0, 0x0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:1399 +0xc4 cmd/compile/internal/gc.genssa(0xc001f4c2c0, 0xc001f438f0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:5097 +0x93 cmd/compile/internal/gc.compileSSA(0xc0004c0b00, 0x2) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:309 +0x350 cmd/compile/internal/gc.compileFunctions.func2(0xc00094a1e0, 0xc00082ffe0, 0x2) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:364 +0x49 created by cmd/compile/internal/gc.compileFunctions /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:362 +0x129 goroutine 37 [runnable]: cmd/compile/internal/ssa.rewriteValueAMD64(0xc0009c2938, 0xc000000000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/rewriteAMD64.go:18 +0x5cec cmd/compile/internal/ssa.applyRewrite(0xc001869b80, 0xe79e50, 0xe79eb8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/rewrite.go:80 +0x35f cmd/compile/internal/ssa.lower(0xc001869b80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/lower.go:10 +0x46 cmd/compile/internal/ssa.Compile(0xc001869b80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/compile.go:90 +0x479 cmd/compile/internal/gc.buildssa(0xc0004c02c0, 0x1, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:233 +0xbfd cmd/compile/internal/gc.compileSSA(0xc0004c02c0, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:299 +0x4d cmd/compile/internal/gc.compileFunctions.func2(0xc00094a1e0, 0xc00082ffe0, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:364 +0x49 created by cmd/compile/internal/gc.compileFunctions /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:362 +0x129 goroutine 39 [runnable]: cmd/compile/internal/ssa.rewriteValuegeneric(0xc000a3a9c8, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/rewritegeneric.go:18 +0x27c5 cmd/compile/internal/ssa.applyRewrite(0xc000e65a20, 0xe79ea8, 0xe79f10) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/rewrite.go:80 +0x35f cmd/compile/internal/ssa.opt(0xc000e65a20) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/opt.go:9 +0x43 cmd/compile/internal/ssa.Compile(0xc000e65a20) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/compile.go:90 +0x479 cmd/compile/internal/gc.buildssa(0xc0005f9b80, 0x3, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:233 +0xbfd cmd/compile/internal/gc.compileSSA(0xc0005f9b80, 0x3) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:299 +0x4d cmd/compile/internal/gc.compileFunctions.func2(0xc00094a1e0, 0xc00082ffe0, 0x3) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:364 +0x49 created by cmd/compile/internal/gc.compileFunctions /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:362 +0x129 go tool dist: FAILED: /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.9/pkg/tool/linux_amd64/go_bootstrap install -gcflags=all= -ldflags=all= -a -i cmd/asm cmd/cgo cmd/compile cmd/link: exit status 2 package/pkg-generic.mk:238: recipe for target '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.9/.stamp_built' failed make: *** [/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.9/.stamp_built] Error 2 make: Leaving directory '/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'