>>> 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/x86_64-linux-gcc" CXX_FOR_TARGET="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/x86_64-linux-g++" GOARCH=amd64 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 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(0xc0014b2000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc0014b2000) /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, 0xc00003e001) /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 [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 34 [runnable]: cmd/compile/internal/gc.(*Liveness).regEffects.func1(0x0, 0xc00095f010, 0xc0011e3901, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:373 +0x7c4 cmd/compile/internal/gc.(*Liveness).regEffects(0xc001242500, 0xc0009576e0, 0xffffffff) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:443 +0xb5 cmd/compile/internal/gc.(*Liveness).prologue(0xc001242500) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:820 +0x119 cmd/compile/internal/gc.liveness(0xc0011ab5c0, 0xc0011ac2c0, 0xc0011d6d20, 0x0, 0x0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:1397 +0xa8 cmd/compile/internal/gc.genssa(0xc0011ac2c0, 0xc0011d6d20) /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(0xc0004efa20, 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(0xc000de3f20, 0xc000d6fe60, 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 35 [runnable]: cmd/compile/internal/ssa.postorderWithNumbering(0xc001368000, 0xc00138b710, 0x0, 0x0, 0xdc5660, 0x40ba01, 0xc001326e0c) /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.(*Func).Postorder(0xc001368000, 0x1, 0x1, 0xc001326e0c) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/func.go:588 +0x7b cmd/compile/internal/gc.(*Liveness).solve(0xc0014a2140) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:844 +0x14b cmd/compile/internal/gc.liveness(0xc00134a1b0, 0xc001368000, 0xc00132e7e0, 0x0, 0x0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:1398 +0xb6 cmd/compile/internal/gc.genssa(0xc001368000, 0xc00132e7e0) /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(0xc0005ae6e0, 0x1) /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(0xc000de3f20, 0xc000d6fe60, 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]: cmd/compile/internal/ssa.(*Func).freeValue(0xc000f8c420, 0xc000a149e0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/func.go:231 +0x49a cmd/compile/internal/ssa.deadcode(0xc000f8c420) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/deadcode.go:244 +0x825 cmd/compile/internal/ssa.Compile(0xc000f8c420) /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(0xc0004efb80, 0x2, 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(0xc0004efb80, 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(0xc000de3f20, 0xc000d6fe60, 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/amd64.ssaGenValue(0xc00151e000, 0xc000a3d2a8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/amd64/ssa.go:150 +0x633c cmd/compile/internal/gc.genssa(0xc0010aaf20, 0xc0013cacb0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:5190 +0x541 cmd/compile/internal/gc.compileSSA(0xc0005ae420, 0x3) /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(0xc000de3f20, 0xc000d6fe60, 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 # math/big runtime: failed to create new OS thread (have 8 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(0xc001b42000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc001b42000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc00003e000) /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(0xc000000180) /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 49 [runnable]: cmd/internal/obj/x86.(*AsmBuf).asmand(0xc00142fd18, 0xc0000be500, 0xc000f89650, 0xc0000d0578, 0xc0000d0588, 0xc0000d05d0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/x86/asm6.go:3589 +0xa7 cmd/internal/obj/x86.(*AsmBuf).doasm(0xc00142fd18, 0xc0000be500, 0xc000f89650, 0xc0000d0578) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/x86/asm6.go:4262 +0x1dae cmd/internal/obj/x86.(*AsmBuf).asmins(0xc00142fd18, 0xc0000be500, 0xc000f89650, 0xc0000d0578) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/x86/asm6.go:5371 +0x4ad cmd/internal/obj/x86.span6(0xc0000be500, 0xc000f89650, 0xc0003e6330) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/x86/asm6.go:1999 +0x3c0 cmd/internal/obj.Flushplist(0xc0000be500, 0xc00142fec0, 0xc0003e6330, 0x7ffc3a28be96, 0x8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/plist.go:107 +0x72e cmd/compile/internal/gc.(*Progs).Flush(0xc00199fce0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/gsubr.go:93 +0xbc cmd/compile/internal/gc.compileSSA(0xc00062c580, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:324 +0x5d4 cmd/compile/internal/gc.compileFunctions.func2(0xc000d2ad80, 0xc000016f80, 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 50 [runnable]: cmd/compile/internal/ssa.(*Value).resetArgs(0xc000c44568) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/value.go:247 +0xb0 cmd/compile/internal/ssa.deadcode(0xc00100f340) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/deadcode.go:209 +0x44e cmd/compile/internal/ssa.Compile(0xc00100f340) /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(0xc0006f29a0, 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(0xc0006f29a0, 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(0xc000d2ad80, 0xc000016f80, 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 51 [runnable]: cmd/compile/internal/gc.AddrAuto(0xc0001d4290, 0xc000c9fb80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:5533 +0xc7 cmd/compile/internal/amd64.ssaGenValue(0xc0005f1700, 0xc000ca41f0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/amd64/ssa.go:909 +0x5e51 cmd/compile/internal/gc.genssa(0xc000e55340, 0xc001825880) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:5190 +0x541 cmd/compile/internal/gc.compileSSA(0xc000759760, 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(0xc000d2ad80, 0xc000016f80, 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 52 [runnable]: cmd/compile/internal/ssa.copyelim(0xc00107c2c0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/copyelim.go:27 +0x22b cmd/compile/internal/ssa.deadcode(0xc00107c2c0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/deadcode.go:162 +0x21e cmd/compile/internal/ssa.Compile(0xc00107c2c0) /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(0xc00079e9a0, 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(0xc00079e9a0, 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(0xc000d2ad80, 0xc000016f80, 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 # debug/pe runtime: failed to create new OS thread (have 8 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(0xc000e44000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc000e44000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc00003e000) /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.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 [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 18 [runnable]: cmd/compile/internal/amd64.ssaMarkMoves(0xc000c0fd00, 0xc000643040) /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(0xc000970c60, 0xc000bee5b0) /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(0xc000010c60, 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(0xc0007c6120, 0xc000454510, 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 19 [runnable]: cmd/internal/obj.pctospadj(0xc0000be500, 0xc0002c5340, 0x180, 0xc000162c70, 0x0, 0x0, 0x0, 0x180) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/pcln.go:238 +0x224 cmd/internal/obj.funcpctab(0xc0000be500, 0xc000457528, 0xc0002c5340, 0xe57129, 0x9, 0xe7a048, 0x0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/pcln.go:59 +0x13a cmd/internal/obj.linkpcln(0xc0000be500, 0xc0002c5340) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/pcln.go:333 +0x1f7 cmd/internal/obj.Flushplist(0xc0000be500, 0xc00089fec0, 0xc000866e70, 0x7ffe1896e566, 0x8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/plist.go:108 +0x749 cmd/compile/internal/gc.(*Progs).Flush(0xc000896310) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/gsubr.go:93 +0xbc cmd/compile/internal/gc.compileSSA(0xc000011340, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:324 +0x5d4 cmd/compile/internal/gc.compileFunctions.func2(0xc0007c6120, 0xc000454510, 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 20 [runnable]: cmd/compile/internal/ssa.storeOrder(0xc000d32d80, 0x20, 0x48, 0xc0007ebe00, 0xc0000a0780, 0x2f, 0x2f, 0xc0006d6588, 0x4, 0x9) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/schedule.go:374 +0x58c cmd/compile/internal/ssa.nilcheckelim(0xc0009718c0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/nilcheck.go:110 +0x3d7 cmd/compile/internal/ssa.Compile(0xc0009718c0) /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(0xc000011b80, 0x2, 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(0xc000011b80, 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(0xc0007c6120, 0xc000454510, 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 21 [runnable]: time.Now(0xc000a726e0, 0x545e1b5, 0x16a46c0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/time/time.go:1087 +0xb2 cmd/compile/internal/ssa.Compile(0xc000a726e0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/compile.go:91 +0x47e cmd/compile/internal/gc.buildssa(0xc0000118c0, 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(0xc0000118c0, 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(0xc0007c6120, 0xc000454510, 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 # debug/macho runtime: failed to create new OS thread (have 8 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(0xc000ef8000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc000ef8000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc00003e000) /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(0xc000881680) /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 18 [runnable]: cmd/compile/internal/ssa.deadcode(0xc0002bde40) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/deadcode.go:121 +0x13e4 cmd/compile/internal/ssa.Compile(0xc0002bde40) /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(0xc0004a8000, 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(0xc0004a8000, 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(0xc0008a4f60, 0xc0008a2050, 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 19 [runnable]: cmd/internal/obj.pctopcdata(0xc0000be500, 0xc00035bc70, 0x2, 0xc00014c448, 0x0, 0xdc5660, 0x16d3160, 0x2) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/pcln.go:287 +0x182 cmd/internal/obj.funcpctab(0xc0000be500, 0xc000ec66e0, 0xc00035bc70, 0xe5858c, 0xa, 0xe7a040, 0xdc5660, 0x16d3160) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/pcln.go:59 +0x13a cmd/internal/obj.linkpcln(0xc0000be500, 0xc00035bc70) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/pcln.go:370 +0x82e cmd/internal/obj.Flushplist(0xc0000be500, 0xc0009e3ec0, 0xc000473130, 0x7ffd1d728545, 0xb) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/plist.go:108 +0x749 cmd/compile/internal/gc.(*Progs).Flush(0xc000ee6620) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/gsubr.go:93 +0xbc cmd/compile/internal/gc.compileSSA(0xc000010f20, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:324 +0x5d4 cmd/compile/internal/gc.compileFunctions.func2(0xc0008a4f60, 0xc0008a2050, 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 20 [runnable]: cmd/compile/internal/gc.buildssa(0xc000010b00, 0x2, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:129 +0xbb cmd/compile/internal/gc.compileSSA(0xc000010b00, 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(0xc0008a4f60, 0xc0008a2050, 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 21 [runnable]: cmd/internal/obj.Appendp(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/ld.go:80 cmd/internal/obj/x86.preprocess(0xc0000be500, 0xc0007cf9d0, 0xc00062a6a0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/x86/obj6.go:942 +0x470 cmd/internal/obj.Flushplist(0xc0000be500, 0xc000a81ec0, 0xc00062a6a0, 0x7ffd1d728545, 0xb) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/plist.go:106 +0x6fe cmd/compile/internal/gc.(*Progs).Flush(0xc0009d8000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/gsubr.go:93 +0xbc cmd/compile/internal/gc.compileSSA(0xc000011340, 0x3) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:324 +0x5d4 cmd/compile/internal/gc.compileFunctions.func2(0xc0008a4f60, 0xc0008a2050, 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/pprof runtime: failed to create new OS thread (have 6 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(0xc000454000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc000454000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc000034f00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000032a01) /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(0xc000000c00) /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.(*noder).typeExpr(0xc0000c2360, 0x100db80, 0xc0003a2de0, 0x8808000000005) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:780 +0x58 cmd/compile/internal/gc.(*noder).expr(0xc0000c2360, 0x100dc80, 0xc0003a2db0, 0x8708000000005) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:685 +0x11bd cmd/compile/internal/gc.(*noder).typeExpr(0xc0000c2360, 0x100dc80, 0xc0003a2db0, 0x8802000000005) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:782 +0x3f cmd/compile/internal/gc.(*noder).structType(0xc0000c2360, 0xc0003a6300, 0xc0003a6300) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:812 +0x105 cmd/compile/internal/gc.(*noder).expr(0xc0000c2360, 0x100df00, 0xc0003a6300, 0xc0004361e0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:679 +0x602 cmd/compile/internal/gc.(*noder).typeExprOrNil(0xc0000c2360, 0x100df00, 0xc0003a6300, 0xc000313588) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:787 +0x44 cmd/compile/internal/gc.(*noder).typeDecl(0xc0000c2360, 0xc0003a62c0, 0xc0003a62c0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:422 +0x83 cmd/compile/internal/gc.(*noder).decls(0xc0000c2360, 0xc0003da000, 0x42, 0x80, 0x0, 0x16a59a0, 0x42e93f) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:287 +0x385 cmd/compile/internal/gc.(*noder).node(0xc0000c2360) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:244 +0xcd cmd/compile/internal/gc.parseFiles(0xc000001300, 0x8, 0x8, 0x2) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:62 +0x326 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 9 [runnable]: cmd/compile/internal/gc.parseFiles.func1(0xc000024420, 0xc0000c23f0, 0x7ffe73758635, 0x69) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:39 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 goroutine 10 [syscall]: syscall.ByteSliceFromString(0x7ffe7375869f, 0x6c, 0x203000, 0x203000, 0x7ff3fc644b78, 0x0, 0x412f55) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/syscall/syscall.go:53 +0x95 syscall.BytePtrFromString(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/syscall/syscall.go:69 syscall.openat(0xffffffffffffff9c, 0x7ffe7375869f, 0x6c, 0x80000, 0xc000000000, 0x0, 0xc000052380, 0x7ff3fe8ad6d0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/syscall/zsyscall_linux_amd64.go:64 +0x40 syscall.Open(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/syscall/syscall_linux.go:138 os.openFileNolog(0x7ffe7375869f, 0x6c, 0x0, 0x0, 0xe18c80, 0xd38401, 0xc00043c000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/os/file_unix.go:201 +0x91 os.OpenFile(0x7ffe7375869f, 0x6c, 0x0, 0x0, 0x0, 0x0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/os/file.go:284 +0x5f os.Open(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/os/file.go:265 cmd/compile/internal/gc.parseFiles.func1(0xc000024420, 0xc0000c2480, 0x7ffe7375869f, 0x6c) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:45 +0x12d 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 goroutine 11 [runnable]: cmd/compile/internal/gc.parseFiles.func1(0xc000024420, 0xc0000c2510, 0x7ffe7375870c, 0x6c) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/noder.go:39 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 # go/printer runtime: failed to create new OS thread (have 6 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(0xc00051c380) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc00051c380) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc000039400) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000001601) /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(0xc000001500) /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.(*EscState).esclist(0xc000859600, 0xc0004e6ea0, 0xc0004f1280) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:651 +0x90 cmd/compile/internal/gc.(*EscState).esc(0xc000859600, 0xc0004f1280, 0xc0004f1180) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:834 +0x304 cmd/compile/internal/gc.(*EscState).esclist(0xc000859600, 0xc0004e7020, 0xc0004f1180) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:653 +0x63 cmd/compile/internal/gc.(*EscState).esc(0xc000859600, 0xc0004f1180, 0xc0004f0c80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:833 +0x2dd cmd/compile/internal/gc.(*EscState).esclist(0xc000859600, 0xc0004e7240, 0xc0004f0c80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:653 +0x63 cmd/compile/internal/gc.(*EscState).esc(0xc000859600, 0xc0004f0c80, 0xc0004f0880) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:833 +0x2dd cmd/compile/internal/gc.(*EscState).esclist(0xc000859600, 0xc0004e7260, 0xc0004f0880) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:653 +0x63 cmd/compile/internal/gc.(*EscState).esc(0xc000859600, 0xc0004f0880, 0xc0004f0700) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:835 +0x32b cmd/compile/internal/gc.(*EscState).esclist(0xc000859600, 0xc0004e7280, 0xc0004f0700) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:653 +0x63 cmd/compile/internal/gc.(*EscState).esc(0xc000859600, 0xc0004f0700, 0xc0004b6c60) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:833 +0x2dd cmd/compile/internal/gc.(*EscState).esclist(0xc000859600, 0xc0004e7fe0, 0xc0004b6c60) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:653 +0x63 cmd/compile/internal/gc.(*EscState).escfunc(0xc000859600, 0xc0004b6c60) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:596 +0x3d3 cmd/compile/internal/gc.escAnalyze(0xc000858700, 0x1d, 0x20, 0xc000386c01) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:501 +0x1af cmd/compile/internal/gc.(*bottomUpVisitor).visit(0xc000653850, 0xc0004b62c0, 0xbf4e3aac00000028) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:107 +0x241 cmd/compile/internal/gc.visitBottomUp(0xc000491100, 0x75, 0xe0, 0xe79948) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:63 +0x96 cmd/compile/internal/gc.escapes(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:183 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:626 +0x2e64 main.main() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/main.go:51 +0xad # go/parser runtime: failed to create new OS thread (have 8 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(0xc0011b6000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc0011b6000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc00003e000) /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(0xc000000180) /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 18 [runnable]: sync.runtime_SemacquireMutex(0xc0000107d4, 0x1636800) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/sema.go:71 +0x3d sync.(*Mutex).Lock(0xc0000107d0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/sync/mutex.go:134 +0x109 cmd/internal/obj.(*Link).LookupInit(0xc000010780, 0xc000775020, 0x2a, 0xc000bfb878, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/sym.go:112 +0x3a cmd/compile/internal/gc.(*Liveness).emit.func1(0xc000e75b90, 0x10) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:1380 +0x106 cmd/compile/internal/gc.(*Liveness).emit(0xc000b34b40, 0xa00, 0xc000f8c540, 0x7) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:1384 +0x736 cmd/compile/internal/gc.liveness(0xc000e51860, 0xc000efc420, 0xc000e75ab0, 0x0, 0x0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/plive.go:1430 +0x34f cmd/compile/internal/gc.genssa(0xc000efc420, 0xc000e75ab0) /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(0xc000544420, 0x1) /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(0xc000938180, 0xc000964a20, 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 17 [runnable]: cmd/internal/obj/x86.(*AsmBuf).asmand(0xc000c15d18, 0xc000010780, 0xc000a630a0, 0xc0000d75f8, 0xc0000d7608, 0xc0000d7650) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/x86/asm6.go:3589 +0xa7 cmd/internal/obj/x86.(*AsmBuf).doasm(0xc000c15d18, 0xc000010780, 0xc000a630a0, 0xc0000d75f8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/x86/asm6.go:4262 +0x1dae cmd/internal/obj/x86.(*AsmBuf).asmins(0xc000c15d18, 0xc000010780, 0xc000a630a0, 0xc0000d75f8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/x86/asm6.go:5371 +0x4ad cmd/internal/obj/x86.span6(0xc000010780, 0xc000a630a0, 0xc00106c400) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/x86/asm6.go:1999 +0x3c0 cmd/internal/obj.Flushplist(0xc000010780, 0xc000c15ec0, 0xc00106c400, 0x7ffc6114668c, 0x9) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/plist.go:107 +0x72e cmd/compile/internal/gc.(*Progs).Flush(0xc0010c6230) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/gsubr.go:93 +0xbc cmd/compile/internal/gc.compileSSA(0xc0004c78c0, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:324 +0x5d4 cmd/compile/internal/gc.compileFunctions.func2(0xc000938180, 0xc000964a20, 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 19 [runnable]: cmd/compile/internal/ssa.(*Func).freeValue(0xc000ddac60, 0xc000863690) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/func.go:231 +0x49a cmd/compile/internal/ssa.deadcode(0xc000ddac60) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/deadcode.go:244 +0x825 cmd/compile/internal/ssa.Compile(0xc000ddac60) /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(0xc00049e2c0, 0x2, 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(0xc00049e2c0, 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(0xc000938180, 0xc000964a20, 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 20 [runnable]: cmd/compile/internal/ssa.numberLines(0xc001198160) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/numberlines.go:169 +0x32c cmd/compile/internal/ssa.Compile(0xc001198160) /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(0xc0004c6160, 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(0xc0004c6160, 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(0xc000938180, 0xc000964a20, 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 6 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(0xc000676000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc000676000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc000039400) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000036f01) /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(0xc00007ca80) /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 35 [runnable]: cmd/compile/internal/ssa.zcse(0xc000641600) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/zcse.go:52 +0x5fd cmd/compile/internal/ssa.Compile(0xc000641600) /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(0xc0000f14a0, 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(0xc0000f14a0, 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(0xc00059efc0, 0xc00054c750, 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 36 [runnable]: sync.runtime_SemacquireMutex(0xc0000f8554, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/sema.go:71 +0x3d sync.(*Mutex).Lock(0xc0000f8550) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/sync/mutex.go:134 +0x109 cmd/internal/obj.(*Link).LookupInit(0xc0000f8500, 0xc00001a840, 0x14, 0x0, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/sym.go:112 +0x3a cmd/internal/obj.(*Link).Lookup(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/sym.go:105 cmd/compile/internal/types.(*Sym).Linksym(0xc000401620, 0xc000401620) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/types/sym.go:84 +0x153 cmd/compile/internal/gc.debuginfo(0xc000565180, 0xe4cc00, 0xc0000f0160, 0xe55d1a, 0x8, 0xe7a050, 0x0, 0x0, 0x7f9fda11d008) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:411 +0x1de cmd/internal/obj.(*Link).populateDWARF(0xc0000f8500, 0xe4cc00, 0xc0000f0160, 0xc000565180, 0x7fff724a4686, 0xd) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/objfile.go:569 +0x621 cmd/internal/obj.Flushplist(0xc0000f8500, 0xc0005c1ec0, 0xc0000662b0, 0x7fff724a4686, 0xd) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/plist.go:109 +0x798 cmd/compile/internal/gc.(*Progs).Flush(0xc0005ae460) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/gsubr.go:93 +0xbc cmd/compile/internal/gc.compileSSA(0xc0000f0160, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:324 +0x5d4 cmd/compile/internal/gc.compileFunctions.func2(0xc00059efc0, 0xc00054c750, 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 37 [runnable]: time.Now(0xc0005a4ba0, 0xc00002e900, 0xc0006691a8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/time/time.go:1087 +0xb2 cmd/compile/internal/ssa.Compile(0xc0005a6580) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/compile.go:89 +0x438 cmd/compile/internal/gc.buildssa(0xc0000f06e0, 0x2, 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(0xc0000f06e0, 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(0xc00059efc0, 0xc00054c750, 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 38 [runnable]: cmd/compile/internal/gc.compileFunctions.func2(0xc00059efc0, 0xc00054c750, 0x3) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:362 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 # cmd/internal/obj/wasm runtime: failed to create new OS thread (have 8 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(0xc000bcd180) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc000bcd180) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc00003e000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000001b01) /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.goexit0(0xc000956300) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:2722 +0x1dd runtime.mcall(0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/asm_amd64.s:299 +0x5b goroutine 1 [semacquire]: sync.runtime_Semacquire(0xc000934df8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/sema.go:56 +0x39 sync.(*WaitGroup).Wait(0xc000934df0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/sync/waitgroup.go:130 +0x65 cmd/compile/internal/gc.compileFunctions() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:374 +0x1cf 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 17 [runnable]: cmd/internal/obj.pctofileline(0xc000010780, 0xc00089ca10, 0x0, 0xc000162e00, 0x0, 0xdb2ec0, 0xc0004df3a8, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/pcln.go:137 +0x39f cmd/internal/obj.funcpctab(0xc000010780, 0xc0004df3c0, 0xc00089ca10, 0xe55d0a, 0x8, 0xe7a038, 0xdb2ec0, 0xc0004df3a8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/pcln.go:59 +0x13a cmd/internal/obj.linkpcln(0xc000010780, 0xc00089ca10) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/pcln.go:334 +0x25c cmd/internal/obj.Flushplist(0xc000010780, 0xc0006bdec0, 0xc00060ea80, 0x7ffcb4b525ec, 0x15) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/plist.go:108 +0x749 cmd/compile/internal/gc.(*Progs).Flush(0xc000d011f0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/gsubr.go:93 +0xbc cmd/compile/internal/gc.compileSSA(0xc0000bd080, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:324 +0x5d4 cmd/compile/internal/gc.compileFunctions.func2(0xc000959500, 0xc000934df0, 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 19 [runnable]: cmd/compile/internal/ssa.(*Value).AddArg(0xc000c89960, 0xc0007c1578) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/value.go:210 +0xf7 cmd/compile/internal/ssa.rewriteValueAMD64_OpStore_0(0xc000c89960, 0xc000c8d501) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/rewriteAMD64.go:65575 +0x55d cmd/compile/internal/ssa.rewriteValueAMD64(0xc000c89960, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/rewriteAMD64.go:1103 +0x52fc cmd/compile/internal/ssa.applyRewrite(0xc0008da840, 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(0xc0008da840) /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(0xc0008da840) /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(0xc0000bc580, 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(0xc0000bc580, 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(0xc000959500, 0xc000934df0, 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 # cmd/internal/obj/s390x 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(0xc000454380) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc000454380) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc000039900) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000456701) /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(0xc000456600) /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.inlnode(0xc000e792c0, 0x50, 0xc000e93b80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:548 +0x13d0 cmd/compile/internal/gc.inlnodelist(0xc000e858a0, 0xc000000050) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:531 +0x6f cmd/compile/internal/gc.mkinlcall(0xc0004a4000, 0xc0003af680, 0x50, 0xc000e85740) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:1118 +0x3061 cmd/compile/internal/gc.inlnode(0xc0004a4000, 0x25009000000050, 0xc00031dd10) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:660 +0xa2f cmd/compile/internal/gc.inlnode(0xc00048ff80, 0x50, 0xc0005be680) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:582 +0x16c cmd/compile/internal/gc.inlnodelist(0xc000089800, 0x23402000000050) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:531 +0x6f cmd/compile/internal/gc.inlnode(0xc00048fe80, 0x50, 0xc00048ec00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:637 +0x42f cmd/compile/internal/gc.inlnodelist(0xc0000899a0, 0x22306000000050) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:531 +0x6f cmd/compile/internal/gc.inlnode(0xc00048f580, 0x50, 0xc00048f480) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:618 +0x311 cmd/compile/internal/gc.inlnodelist(0xc0000899e0, 0x50) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:531 +0x6f cmd/compile/internal/gc.inlnode(0xc0009d29a0, 0x50, 0x9c) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:637 +0x42f cmd/compile/internal/gc.inlcalls(0xc0009d29a0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/inl.go:487 +0x77 cmd/compile/internal/gc.Main.func6(0xc000bf1088, 0x1, 0x7, 0xc000496400) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/main.go:612 +0x3c cmd/compile/internal/gc.(*bottomUpVisitor).visit(0xc000aab850, 0xc0009d29a0, 0x9a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:107 +0x241 cmd/compile/internal/gc.(*bottomUpVisitor).visitcode(0xc000aab850, 0xc0006a4e00, 0xc00000009a, 0xc00000009a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:136 +0x191 cmd/compile/internal/gc.(*bottomUpVisitor).visitcodelist(0xc000aab850, 0xc0009d97e0, 0x9a, 0x9a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:115 +0x65 cmd/compile/internal/gc.(*bottomUpVisitor).visitcode(0xc000aab850, 0xc0006a4d00, 0x9a, 0x9a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:130 +0x101 cmd/compile/internal/gc.(*bottomUpVisitor).visitcodelist(0xc000aab850, 0xc0009d9820, 0x9a, 0x9a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:115 +0x65 cmd/compile/internal/gc.(*bottomUpVisitor).visitcode(0xc000aab850, 0xc0006a4a00, 0x9a, 0x9a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:129 +0xdd cmd/compile/internal/gc.(*bottomUpVisitor).visitcodelist(0xc000aab850, 0xc0009d9c60, 0xc00000009a, 0x9a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:115 +0x65 cmd/compile/internal/gc.(*bottomUpVisitor).visitcode(0xc000aab850, 0xc00068d200, 0x9a, 0x9a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:129 +0xdd cmd/compile/internal/gc.(*bottomUpVisitor).visitcodelist(0xc000aab850, 0xc000088980, 0x9a, 0x9a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:115 +0x65 cmd/compile/internal/gc.(*bottomUpVisitor).visitcode(0xc000aab850, 0xc00068d100, 0x9a, 0xc00000009a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:128 +0xb9 cmd/compile/internal/gc.(*bottomUpVisitor).visitcodelist(0xc000aab850, 0xc000088ba0, 0x7fcd0000009a, 0xc00000009a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:115 +0x65 cmd/compile/internal/gc.(*bottomUpVisitor).visitcode(0xc000aab850, 0xc00068cb80, 0x9a, 0x24e256ca0000009a) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:129 +0xdd cmd/compile/internal/gc.(*bottomUpVisitor).visitcodelist(0xc000aab850, 0xc000089060, 0xc00000009a, 0xc0004961a8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:115 +0x65 cmd/compile/internal/gc.(*bottomUpVisitor).visit(0xc000aab850, 0xc0005cbe40, 0xbf4e3aacffffffff) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:81 +0xfa cmd/compile/internal/gc.visitBottomUp(0xc0009ea000, 0x83f, 0xd50, 0xe798f8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/esc.go:63 +0x96 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:603 +0x39af main.main() /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/main.go:51 +0xad # cmd/compile/internal/types runtime: failed to create new OS thread (have 6 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(0xc000054a80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc000054a80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc000039400) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000454001) /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(0xc000000c00) /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 [running]: goroutine running on other thread; stack unavailable # cmd/link/internal/sym runtime: failed to create new OS thread (have 6 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(0xc0004c8e00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc0004c8e00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc000039400) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000036f01) /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(0xc000001200) /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 35 [runnable]: cmd/compile/internal/gc.buildssa(0xc0004f8420, 0x2, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:129 +0xbb cmd/compile/internal/gc.compileSSA(0xc0004f8420, 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(0xc0007da780, 0xc000565e40, 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 36 [runnable]: cmd/internal/obj.dwCtxt.AddInt(0xc0000be500, 0x1007e60, 0xc000792a10, 0x8, 0x5c) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/objfile.go:445 +0x99 cmd/internal/dwarf.PutRanges(0x1014260, 0xc0000be500, 0x1007e60, 0xc000792a10, 0x1007e60, 0xc0007928c0, 0xc00001b320, 0x2, 0x2) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/dwarf/dwarf.go:997 +0xc7 cmd/internal/dwarf.PutInlinedFunc(0x1014260, 0xc0000be500, 0xc000921cf0, 0x1007e60, 0xc0005c0b60, 0x0, 0x4, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/dwarf/dwarf.go:1198 +0x832 cmd/internal/dwarf.PutDefaultFunc(0x1014260, 0xc0000be500, 0xc000921cf0, 0xc0004f5200, 0x1) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/dwarf/dwarf.go:1309 +0x541 cmd/internal/obj.(*Link).populateDWARF(0xc0000be500, 0xe4cc00, 0xc0004f82c0, 0xc0007928c0, 0x7ffe82e6e39f, 0x15) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/objfile.go:595 +0x540 cmd/internal/obj.Flushplist(0xc0000be500, 0xc000921ec0, 0xc00079af60, 0x7ffe82e6e39f, 0x15) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/internal/obj/plist.go:109 +0x798 cmd/compile/internal/gc.(*Progs).Flush(0xc0000bcc40) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/gsubr.go:93 +0xbc cmd/compile/internal/gc.compileSSA(0xc0004f82c0, 0x3) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/pgen.go:324 +0x5d4 cmd/compile/internal/gc.compileFunctions.func2(0xc0007da780, 0xc000565e40, 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]: cmd/compile/internal/gc.buildssa(0xc000493b80, 0x1, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:129 +0xbb cmd/compile/internal/gc.compileSSA(0xc000493b80, 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(0xc0007da780, 0xc000565e40, 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 33 [running]: goroutine running on other thread; stack unavailable 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 # cmd/internal/obj/arm64 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(0xc0012dc380) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/os_linux.go:166 +0x1bd runtime.newm1(0xc0012dc380) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1861 +0xdf runtime.newm(0xe7a848, 0xc000039900) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/runtime/proc.go:1840 +0x8f runtime.startm(0x0, 0xc000037401) /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(0xc00047c300) /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 35 [runnable]: cmd/compile/internal/ssa.(*sparseSet).add(...) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/sparseset.go:39 cmd/compile/internal/ssa.storeOrder(0xc0018a9000, 0x49, 0x80, 0xc000658180, 0xc0018eb000, 0x3bf, 0x3bf, 0xc00112eaa0, 0x1, 0x10000c00114f260) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/schedule.go:395 +0xca5 cmd/compile/internal/ssa.writebarrier(0xc00182a000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/writebarrier.go:120 +0x6af cmd/compile/internal/ssa.Compile(0xc00182a000) /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(0xc000ad2b00, 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(0xc000ad2b00, 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(0xc001732300, 0xc001726240, 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 36 [runnable]: cmd/compile/internal/ssa.phielimValue(0xc001177ff8, 0xc00116de00) /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(0xc001768000, 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(0xc001768000) /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(0xc001768000) /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(0xc0008a8000, 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(0xc0008a8000, 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(0xc001732300, 0xc001726240, 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 37 [runnable]: cmd/compile/internal/gc.(*state).addr(0xc0018ec1a0, 0xc00084a000, 0xc000466200, 0xc00084a1e0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:3824 +0x1074 cmd/compile/internal/gc.(*state).addr(0xc0018ec1a0, 0xc000858600, 0xc0018ec100, 0xc000030570) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:3888 +0x813 cmd/compile/internal/gc.(*state).expr(0xc0018ec1a0, 0xc000858600, 0x0) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:2233 +0x31c9 cmd/compile/internal/gc.(*state).exprPtr(0xc0018ec1a0, 0xc000858600, 0x5003c1500, 0x7f41003820a0, 0xc00190ff00) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:4000 +0x39 cmd/compile/internal/gc.(*state).addr(0xc0018ec1a0, 0xc000858680, 0xc0011bee00, 0xc0019aeca8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:3891 +0x762 cmd/compile/internal/gc.(*state).assign(0xc0018ec1a0, 0xc000858680, 0xc0011bee60, 0x16d0000) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:2695 +0x7a6 cmd/compile/internal/gc.(*state).stmt(0xc0018ec1a0, 0xc000858580) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/gc/ssa.go:993 +0x258 cmd/compile/internal/gc.(*state).stmtList(0xc0018ec1a0, 0xc0008dfb40) /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(0xc000711a20, 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(0xc000711a20, 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(0xc001732300, 0xc001726240, 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 38 [runnable]: cmd/compile/internal/ssa.copyelimValue(0xc001204ec8) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/copyelim.go:76 +0xd1 cmd/compile/internal/ssa.copyelim(0xc00152fb80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/copyelim.go:14 +0x5f cmd/compile/internal/ssa.deadcode(0xc00152fb80) /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/go/src/cmd/compile/internal/ssa/deadcode.go:162 +0x21e cmd/compile/internal/ssa.Compile(0xc00152fb80) /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(0xc000ad2840, 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(0xc000ad2840, 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(0xc001732300, 0xc001726240, 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.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'