#!watchflakes
default <- pkg == "internal/trace/v2" && test == "TestTraceGCStress/Default"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestTraceGCStress/Default
trace_test.go:560: stderr: runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use)
fatal error: out of memory
runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use)
fatal error: out of memory
runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use)
fatal error: out of memory
runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use)
fatal error: out of memory
runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use)
fatal error: out of memory
runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use)
fatal error: out of memory
runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use)
fatal error: out of memory
runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use)
fatal error: out of memory
goroutine 51 gp=0x1480908 m=11 mp=0x104f608 [running]:
runtime.throw({0x82c393, 0xd})
...
C:/b/s/w/ir/x/w/goroot/src/runtime/slice.go:107 +0x4d fp=0x148ffd8 sp=0x148ffc4 pc=0x7bdd7d
main.main.func1()
C:/b/s/w/ir/x/w/goroot/src/internal/trace/v2/testdata/testprog/gc-stress.go:60 +0x41 fp=0x148fff0 sp=0x148ffd8 pc=0x80f5c1
runtime.goexit({})
C:/b/s/w/ir/x/w/goroot/src/runtime/asm_386.s:1363 +0x1 fp=0x148fff4 sp=0x148fff0 pc=0x7db9d1
created by main.main in goroutine 1
C:/b/s/w/ir/x/w/goroot/src/internal/trace/v2/testdata/testprog/gc-stress.go:58 +0x10e
exit status 2
trace_test.go:562: exit status 1
--- FAIL: TestTraceGCStress/Default (2.32s)
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "internal/trace/v2" && test == "TestTraceGCStress/Default"
2024-06-24 17:14 go1.22-windows-386 release-branch.go1.22@5159a719 internal/trace/v2.TestTraceGCStress/Default (log)
=== RUN TestTraceGCStress/Default trace_test.go:560: stderr: runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use) fatal error: out of memory runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use) fatal error: out of memory runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use) fatal error: out of memory runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use) fatal error: out of memory runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use) fatal error: out of memory runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use) fatal error: out of memory runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use) fatal error: out of memory runtime: out of memory: cannot allocate 4194304-byte block (2054553600 in use) fatal error: out of memory goroutine 51 gp=0x1480908 m=11 mp=0x104f608 [running]: runtime.throw({0x82c393, 0xd}) ... C:/b/s/w/ir/x/w/goroot/src/runtime/slice.go:107 +0x4d fp=0x148ffd8 sp=0x148ffc4 pc=0x7bdd7d main.main.func1() C:/b/s/w/ir/x/w/goroot/src/internal/trace/v2/testdata/testprog/gc-stress.go:60 +0x41 fp=0x148fff0 sp=0x148ffd8 pc=0x80f5c1 runtime.goexit({}) C:/b/s/w/ir/x/w/goroot/src/runtime/asm_386.s:1363 +0x1 fp=0x148fff4 sp=0x148fff0 pc=0x7db9d1 created by main.main in goroutine 1 C:/b/s/w/ir/x/w/goroot/src/internal/trace/v2/testdata/testprog/gc-stress.go:58 +0x10e exit status 2 trace_test.go:562: exit status 1 --- FAIL: TestTraceGCStress/Default (2.32s)Comment From: cagedmantis
Just ran into another instance of this: log