>>> host-go 1.12.8 Extracting gzip -d -c /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/instance-0/dl/go/go1.12.8.src.tar.gz | tar --strip-components=1 -C /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.8 -xf - >>> host-go 1.12.8 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.8 Configuring >>> host-go 1.12.8 Building cd /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.8/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.8" GOBIN="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.8/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-gcc" CXX_FOR_TARGET="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/aarch64-linux-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. # encoding/json runtime: failed to create new OS thread (have 5 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(0xc000448000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc000448000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc000032500) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000034a01) /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(0xc000000a80) /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 [chan receive]: cmd/compile/internal/gc.parseFiles(0xc0000102b0, 0x8, 0x9, 0x2) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:58 +0x30a 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:494 +0x2468 main.main() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/main.go:51 +0xad goroutine 5 [syscall]: cmd/compile/internal/syntax.(*parser).binaryExpr(0xc000345300, 0x0, 0xe188c0, 0xc00000f1a0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:647 +0x9b cmd/compile/internal/syntax.(*parser).expr(0xc000345300, 0xc00037f0e0, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:638 +0x34 cmd/compile/internal/syntax.(*parser).exprList(0xc000345300, 0xc00037f0e0, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:2232 +0x40 cmd/compile/internal/syntax.(*parser).caseClause(0xc000345300, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:1964 +0x1f7 cmd/compile/internal/syntax.(*parser).switchStmt(0xc000345300, 0x203000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:1923 +0x136 cmd/compile/internal/syntax.(*parser).stmtOrNil(0xc000345300, 0x30, 0x38) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:2069 +0x7bf cmd/compile/internal/syntax.(*parser).stmtList(0xc000345300, 0xc000387e40, 0x16a59a0, 0x7fd9490ec008) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:2130 +0x94 cmd/compile/internal/syntax.(*parser).blockStmt(0xc000345300, 0xe58410, 0xa, 0xc000387e00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:1754 +0xb3 cmd/compile/internal/syntax.(*parser).forStmt(0xc000345300, 0x52b54e, 0xc000345318) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:1784 +0x11e cmd/compile/internal/syntax.(*parser).stmtOrNil(0xc000345300, 0xc000374e40, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:2066 +0x44f cmd/compile/internal/syntax.(*parser).stmtList(0xc000345300, 0xc000387bc0, 0xc00000f190, 0xc00030dda0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:2130 +0x94 cmd/compile/internal/syntax.(*parser).blockStmt(0xc000345300, 0x0, 0x0, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:1754 +0xb3 cmd/compile/internal/syntax.(*parser).funcBody(0xc000345300, 0xc000387b80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:617 +0x4c cmd/compile/internal/syntax.(*parser).funcDeclOrNil(0xc000345300, 0xc000387340) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:607 +0x123 cmd/compile/internal/syntax.(*parser).fileOrNil(0xc000345300, 0xc00034c120) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/parser.go:382 +0x319 cmd/compile/internal/syntax.Parse(0xc00034c120, 0x1008000, 0xc00000e620, 0xc000066c10, 0xc000066c20, 0x1, 0x0, 0x0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/syntax/syntax.go:72 +0xe4 cmd/compile/internal/gc.parseFiles.func1(0xc000026420, 0xc0000c21b0, 0x7ffc70e0548e, 0x6a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:52 +0x306 created by cmd/compile/internal/gc.parseFiles /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:39 +0x1d0 # net/url runtime: failed to create new OS thread (have 5 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(0xc000448000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc000448000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc000032500) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000034a01) /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(0xc000000a80) /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 [syscall]: cmd/compile/internal/types.New(0xc36012, 0x1007da0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/types/type.go:450 +0x31 cmd/compile/internal/gc.functypefield(0x0, 0xc000400b70, 0x2, 0x2, 0xc0003db8e0, 0x1, 0x1, 0xc000440af8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/dcl.go:759 +0x2a cmd/compile/internal/gc.(*importReader).signature(0xc00042e3c0, 0x0, 0x40) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/iimport.go:613 +0xc1 cmd/compile/internal/gc.(*importReader).doDecl(0xc00042e3c0, 0xc00039d590) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/iimport.go:289 +0x6aa cmd/compile/internal/gc.expandDecl(0xc00039d590) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/iimport.go:49 +0x83 cmd/compile/internal/gc.resolve(0xc00039d590, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/typecheck.go:93 +0x73 cmd/compile/internal/gc.typecheck(0xc00039d590, 0xe, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/typecheck.go:225 +0x8e cmd/compile/internal/gc.typecheck1(0xc0003cf800, 0x12, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/typecheck.go:1276 +0x34d2 cmd/compile/internal/gc.typecheck(0xc0003cf800, 0x12, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/typecheck.go:299 +0x6f2 cmd/compile/internal/gc.typecheckas(0xc0003cf780) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/typecheck.go:3450 +0xa1 cmd/compile/internal/gc.typecheck1(0xc0003cf780, 0x1, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/typecheck.go:2074 +0x303b cmd/compile/internal/gc.typecheck(0xc0003cf780, 0x1, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/typecheck.go:299 +0x6f2 cmd/compile/internal/gc.typecheckslice(0xc0003d01e0, 0x4, 0x4, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/typecheck.go:117 +0x50 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:545 +0x29a5 main.main() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/main.go:51 +0xad # cmd/internal/objabi 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(0xc000990000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc000990000) /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, 0xc000452701) /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(0xc000452480) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:2620 +0xdf runtime.gopreempt_m(0xc000452480) /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 29 [runnable]: cmd/compile/internal/amd64.ssaMarkMoves(0xc0009f0200, 0xc0005e3760) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/amd64/ssa.go:19 +0x11d cmd/compile/internal/gc.genssa(0xc0009d42c0, 0xc0008d55e0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:5147 +0xbb2 cmd/compile/internal/gc.compileSSA(0xc000430160, 0x0) /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(0xc0003da600, 0xc00045c450, 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 30 [runnable]: cmd/compile/internal/ssa.postorderWithNumbering(0xc00088a2c0, 0xc0007f227c, 0x0, 0x0, 0xc0008a7580, 0xc000304960, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/dom.go:62 +0x2af cmd/compile/internal/ssa.postorder(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/dom.go:23 cmd/compile/internal/ssa.(*Func).postorder(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/func.go:582 cmd/compile/internal/ssa.likelyadjust(0xc00088a2c0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/likelyadjust.go:123 +0xa13 cmd/compile/internal/ssa.Compile(0xc00088a2c0) /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(0xc000430b00, 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(0xc000430b00, 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(0xc0003da600, 0xc00045c450, 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 31 [runnable]: cmd/compile/internal/gc.(*state).endBlock(0xc0003981a0, 0xc0003fa570) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:445 +0xa5 cmd/compile/internal/gc.(*state).check(0xc0003981a0, 0xc0006481a0, 0xc00059b030) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:4070 +0x40 cmd/compile/internal/gc.(*state).boundsCheck(0xc0003981a0, 0xc0006480c0, 0xc000648130) /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(0xc0003981a0, 0xc000378200, 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(0xc0003981a0, 0xc000378280, 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(0xc0003981a0, 0xc000378400, 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(0xc0003981a0, 0xc000378480, 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(0xc0003981a0, 0xc000378800, 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(0xc0003981a0, 0xc000378900, 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(0xc0003981a0, 0xc000378980, 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(0xc0003981a0, 0xc000378c00, 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(0xc0003981a0, 0xc000379200, 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).condBranch(0xc0003981a0, 0xc000379200, 0xc00067c930, 0xc00067c810, 0x3bc587f82af1cc00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:2595 +0x179 cmd/compile/internal/gc.(*state).stmt(0xc0003981a0, 0xc000360a00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:1013 +0x15ad cmd/compile/internal/gc.(*state).stmtList(0xc0003981a0, 0xc00000c3e0) /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(0xc0003981a0, 0xc000360c00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:779 +0x148b cmd/compile/internal/gc.(*state).stmtList(0xc0003981a0, 0xc00000c260) /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(0xc0003981a0, 0xc00047a500) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:1167 +0x3b4c cmd/compile/internal/gc.(*state).stmtList(0xc0003981a0, 0xc00000c0c0) /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(0xc000430dc0, 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(0xc000430dc0, 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(0xc0003da600, 0xc00045c450, 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 32 [runnable]: cmd/compile/internal/ssa.phielimValue(0xc00069b018, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/phielim.go:35 +0x124 cmd/compile/internal/ssa.applyRewrite(0xc0003d8160, 0xe79e50, 0xe79eb8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/rewrite.go:37 +0x3d2 cmd/compile/internal/ssa.lower(0xc0003d8160) /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(0xc0003d8160) /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(0xc0000bcf20, 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(0xc0000bcf20, 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(0xc0003da600, 0xc00045c450, 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 # runtime/trace runtime: failed to create new OS thread (have 5 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(0xc00007a000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc00007a000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc000034a00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000032501) /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.mstart1() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1213 +0x8e runtime.mstart() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1172 +0x6f goroutine 1 [chan receive, locked to thread]: runtime.gopark(0xe7a898, 0xc000020368, 0x170d, 0x3) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:301 +0xef runtime.goparkunlock(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:307 runtime.chanrecv(0xc000020310, 0x0, 0xc000000101, 0x418778) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/chan.go:524 +0x2ea runtime.chanrecv1(0xc000020310, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/chan.go:406 +0x2b runtime.gcenable() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/mgc.go:209 +0x6f runtime.main() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:163 +0x10e runtime.goexit() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/asm_amd64.s:1337 +0x1 go tool dist: FAILED: /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.8/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.8/.stamp_built' failed make: *** [/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-go-1.12.8/.stamp_built] Error 2 make: Leaving directory '/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'