#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
Issue created automatically to collect these failures.
Example (log):
=== RUN TestReadMetricsSched/running
metrics_test.go:1595: /sched/goroutines/not-in-go:goroutines: 0
metrics_test.go:1595: /sched/goroutines/runnable:goroutines: 5
metrics_test.go:1595: /sched/goroutines/running:goroutines: 5
metrics_test.go:1595: /sched/goroutines/waiting:goroutines: 62
metrics_test.go:1617: /sched/goroutines/running:goroutines too low; 5 < 10
--- FAIL: TestReadMetricsSched/running (1.08s)
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "runtime:cpu1" && test == "TestReadMetricsSched/running"
2025-08-15 18:31 gotip-netbsd-arm64 go@13df972f runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1595: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1595: /sched/goroutines/runnable:goroutines: 5 metrics_test.go:1595: /sched/goroutines/running:goroutines: 5 metrics_test.go:1595: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1617: /sched/goroutines/running:goroutines too low; 5 < 10 --- FAIL: TestReadMetricsSched/running (1.08s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "runtime:cpu1" && test == "TestReadMetricsSched/running"
2025-08-16 01:10 gotip-windows-arm64 go@77f911e3 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 59 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5517 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.04s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "runtime:cpu1" && test == "TestReadMetricsSched/running"
2025-08-18 15:57 gotip-netbsd-arm64 go@c3927a47 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (5.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "runtime:cpu1" && test == "TestReadMetricsSched/running"
2025-08-19 19:37 gotip-netbsd-arm64 go@de2d7416 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 3 metrics_test.go:1600: /sched/goroutines/running:goroutines: 7 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (1.02s)Comment From: prattmic
cc @golang/runtime @mknyszek
All failures but one on netbsd (other on windows).
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-18 15:57 gotip-linux-loong64 go@c3927a47 runtime:cpu4.TestReadMetricsSched/waiting (log)
=== RUN TestReadMetricsSched/waiting metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 79 metrics_test.go:1600: /sched/goroutines/running:goroutines: 4 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 986 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6603 metrics_test.go:1600: /sched/threads/total:threads: 15 metrics_test.go:1626: /sched/goroutines/waiting:goroutines too low; 986 < 1000 --- FAIL: TestReadMetricsSched/waiting (0.00s)2025-08-18 19:15 gotip-netbsd-arm64 go@5a56d884 runtime:cpu2.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 7 metrics_test.go:1600: /sched/goroutines/running:goroutines: 3 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5142 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 3 < 10 --- FAIL: TestReadMetricsSched/running (1.54s)2025-08-19 19:53 gotip-netbsd-arm64 go@5024d0d8 runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 6 metrics_test.go:1600: /sched/goroutines/running:goroutines: 4 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5154 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 4 < 10 --- FAIL: TestReadMetricsSched/running (1.88s)2025-08-19 19:54 gotip-netbsd-arm64 go@1f2e8e03 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 7 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 12 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 17 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.51s)2025-08-20 17:33 gotip-netbsd-arm64 go@509d5f64 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 1 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 18 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.73s)2025-08-20 17:33 gotip-netbsd-arm64 go@509d5f64 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 61 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (2.79s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-21 13:15 gotip-netbsd-arm64 go@ffc85ee1 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 6 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 12 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 16 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/not-in-go (2.78s)2025-08-21 13:15 gotip-windows-arm64 go@ffc85ee1 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 58 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5517 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.13s)2025-08-21 18:23 gotip-linux-ppc64_power10 go@1843f1e9 runtime:cpu2.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 9 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 0 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 29 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5509 metrics_test.go:1600: /sched/threads/total:threads: 15 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/not-in-go (0.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-21 18:21 gotip-linux-loong64 go@e0870a0a runtime:cpu4.TestReadMetricsSched/waiting (log)
=== RUN TestReadMetricsSched/waiting metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 68 metrics_test.go:1600: /sched/goroutines/running:goroutines: 4 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 997 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6603 metrics_test.go:1600: /sched/threads/total:threads: 16 metrics_test.go:1626: /sched/goroutines/waiting:goroutines too low; 997 < 1000 --- FAIL: TestReadMetricsSched/waiting (0.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-21 18:23 gotip-netbsd-arm64 go@1843f1e9 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 6 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 13 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/not-in-go (2.30s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-21 18:20 gotip-netbsd-arm64 go@fb8bbe46 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (1.92s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-21 18:18 gotip-netbsd-arm64 go@ba840c1b runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.18s)2025-08-21 18:18 gotip-netbsd-arm64 go@ba840c1b runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 6 metrics_test.go:1600: /sched/goroutines/running:goroutines: 4 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5154 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 4 < 10 --- FAIL: TestReadMetricsSched/running (1.22s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-22 01:51 gotip-netbsd-arm64 go@1ad30844 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 4 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 15 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 15 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 4 < 10 --- FAIL: TestReadMetricsSched/not-in-go (2.66s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-25 01:14 gotip-netbsd-arm64 go@83420974 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (2.41s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-25 17:50 gotip-netbsd-arm64 go@9ae2f1fb runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 7 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 12 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 19 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.88s)2025-08-25 17:50 gotip-netbsd-arm64 go@9ae2f1fb runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 10 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 60 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (9.78s)2025-08-25 17:54 gotip-netbsd-arm64 go@ea55ca36 runtime:cpu2.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 61 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5142 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (1.78s)2025-08-25 19:43 gotip-netbsd-arm64 go@4e05a070 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 5 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 15 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 61 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 5 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.09s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-26 10:49 gotip-netbsd-arm64 go@bfd130db runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 6 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 13 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 17 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.63s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-25 19:35 gotip-netbsd-arm64 go@1eed4f32 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 2 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 12 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/not-in-go (6.95s)2025-08-25 19:35 gotip-netbsd-arm64 go@1eed4f32 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (1.52s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-25 17:50 gotip-netbsd-arm64 go@bbd5342a runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (2.44s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-27 06:54 gotip-netbsd-arm64 go@afc51ed0 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (4.67s)2025-08-27 08:05 gotip-windows-arm64 go@49a2f3ed runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 1 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 59 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5517 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.05s)2025-08-27 12:49 gotip-netbsd-arm64 go@d19e377f runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (1.36s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-27 15:03 gotip-netbsd-arm64 go@b21867b1 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 4 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 15 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 4 < 10 --- FAIL: TestReadMetricsSched/not-in-go (6.03s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-27 20:40 gotip-netbsd-arm64 go@2ee4b312 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 6 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 13 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.03s)2025-08-27 20:40 gotip-netbsd-arm64 go@2ee4b312 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (2.51s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-28 02:46 gotip-netbsd-arm64 go@765905e3 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 4 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 15 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 4 < 10 --- FAIL: TestReadMetricsSched/not-in-go (2.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-28 04:44 gotip-netbsd-arm64 go@e47d88be runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 1 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 18 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 8 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.20s)2025-08-28 04:44 gotip-netbsd-arm64 go@e47d88be runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 8 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 metrics_test.go:1626: /sched/threads/total:threads too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (4.72s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-28 08:56 gotip-netbsd-arm64 go@ebc763f7 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 5 metrics_test.go:1600: /sched/goroutines/running:goroutines: 5 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 10 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 5 < 10 --- FAIL: TestReadMetricsSched/running (2.21s)2025-08-28 08:56 gotip-netbsd-arm64 go@ebc763f7 runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5154 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (1.09s)2025-08-28 17:52 gotip-netbsd-arm64 go@a9689d2e runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 3 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 15 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 3 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.09s)2025-08-28 17:52 gotip-netbsd-arm64 go@a9689d2e runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (1.27s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-29 17:50 gotip-netbsd-arm64 go@27ce6e4e runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (1.13s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-29 16:56 gotip-windows-arm64 go@ba9e1ddc runtime:cpu2.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 1 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 59 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5528 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.12s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-29 17:01 gotip-netbsd-arm64 go@fe42628d runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (1.39s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-29 16:34 gotip-netbsd-arm64 go@89d41d25 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 2 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 17 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.84s)2025-08-29 16:34 gotip-netbsd-arm64 go@89d41d25 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 7 metrics_test.go:1600: /sched/goroutines/running:goroutines: 3 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 3 < 10 --- FAIL: TestReadMetricsSched/running (2.25s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-08-30 06:57 gotip-netbsd-arm64 go@8bcda6c7 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (3.31s)2025-08-30 06:57 gotip-windows-arm64 go@8bcda6c7 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 1 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 59 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5517 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.01s)Comment From: mknyszek
Looking closer, I think these are all secondary ports? It's on my radar but I'm inclined to ask the port owners to take a look -- this test failure suggests that these goroutines are failing to find threads to run on in time (or to block on syscalls in time).
CC @golang/netbsd @golang/windows
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-02 23:27 gotip-windows-arm64 go@2a7f1d47 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 1 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 59 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5517 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.05s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-03 13:50 gotip-netbsd-arm64 go@3e596d44 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 6 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 13 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 17 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/not-in-go (9.54s)2025-09-03 13:50 gotip-netbsd-arm64 go@3e596d44 runtime:cpu2.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5142 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (2.62s)2025-09-03 14:04 gotip-netbsd-arm64 go@925a3cdc runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (1.79s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-03 22:10 gotip-netbsd-arm64 go@e8f9127d runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 8 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 11 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.04s)2025-09-03 22:10 gotip-netbsd-arm64 go@e8f9127d runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 5 metrics_test.go:1600: /sched/goroutines/running:goroutines: 5 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 5 < 10 --- FAIL: TestReadMetricsSched/running (2.84s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-03 22:13 gotip-netbsd-arm64 go@80038586 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 7 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 12 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 15 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.36s)2025-09-04 14:24 gotip-netbsd-arm64 go@4373754b runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 2 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 17 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/not-in-go (2.96s)2025-09-04 14:24 gotip-netbsd-arm64 go@4373754b runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (5.01s)2025-09-04 16:24 gotip-linux-ppc64_power10 go@4f7bbc62 runtime:cpu2.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 9 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 0 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 29 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5509 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/not-in-go (0.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-04 18:07 gotip-netbsd-arm64 go@e36c5aea runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (2.04s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-04 16:19 gotip-netbsd-arm64 go@8c27a808 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 1 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 19 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 61 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/not-in-go (8.88s)2025-09-04 16:19 gotip-netbsd-arm64 go@8c27a808 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 5 metrics_test.go:1600: /sched/goroutines/running:goroutines: 5 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 5 < 10 --- FAIL: TestReadMetricsSched/running (8.28s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-05 15:15 gotip-windows-arm64 go@459b85cc runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 59 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5517 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.26s)2025-09-05 15:15 gotip-windows-arm64 go@459b85cc runtime:cpu2.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 59 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5528 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.37s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-05 16:33 gotip-windows-arm64 go@0b1eed09 runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 1 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 59 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5538 metrics_test.go:1600: /sched/threads/total:threads: 15 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.17s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-05 15:06 gotip-netbsd-arm64 go@bb48272e runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (2.27s)2025-09-05 15:42 gotip-netbsd-arm64 go@f5b20689 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 3 metrics_test.go:1600: /sched/goroutines/running:goroutines: 7 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (1.27s)2025-09-05 16:33 gotip-netbsd-arm64 go@0b1eed09 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 2 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 17 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.22s)2025-09-05 16:33 gotip-netbsd-arm64 go@0b1eed09 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (1.18s)2025-09-05 20:52 gotip-netbsd-arm64 go@d7670641 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 6 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 13 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.42s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-05 15:11 gotip-netbsd-arm64 go@87e72769 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 3 metrics_test.go:1600: /sched/goroutines/running:goroutines: 7 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (1.29s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-08 20:14 gotip-windows-arm64 go@cf42b785 runtime:cpu2.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 1 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 59 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5528 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.15s)2025-09-08 20:14 gotip-windows-arm64 go@cf42b785 runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 3 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 58 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5538 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.12s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-08 20:34 gotip-netbsd-arm64 go@5b218461 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 3 metrics_test.go:1600: /sched/goroutines/running:goroutines: 7 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (1.38s)2025-09-08 20:34 gotip-netbsd-arm64 go@6447ff40 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 2 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 17 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.39s)2025-09-08 20:34 gotip-netbsd-arm64 go@6447ff40 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (1.02s)Comment From: qmuntal
Looking closer, I think these are all secondary ports?
I can reproduce this issue on windows/amd64 when the host is busy enough.
Comment From: gopherbot
Change https://go.dev/cl/702295 mentions this issue: runtime: don't artificially limit TestReadMetricsSched
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-09 19:10 gotip-windows-arm64 go@a5fa5ea5 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 1 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 59 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5517 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.13s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-10 02:41 gotip-netbsd-arm64 go@77643dc6 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 6 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 13 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-10 15:29 gotip-netbsd-arm64 go@f327a054 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (1.41s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-10 20:31 gotip-netbsd-arm64 go@b1f3e38e runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 2 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 15 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/not-in-go (2.90s)2025-09-10 20:31 gotip-netbsd-arm64 go@b1f3e38e runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 3 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 61 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 3 < 10 --- FAIL: TestReadMetricsSched/running (2.64s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-10 20:06 gotip-netbsd-arm64 go@5cf8ca42 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 4 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 15 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 4 < 10 --- FAIL: TestReadMetricsSched/not-in-go (2.13s)2025-09-10 20:06 gotip-netbsd-arm64 go@5cf8ca42 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 4 metrics_test.go:1600: /sched/goroutines/running:goroutines: 6 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/running (1.41s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-12 14:19 gotip-linux-ppc64le_power10 go@9271bbbb runtime:cpu4.TestReadMetricsSched/waiting (log)
=== RUN TestReadMetricsSched/waiting metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 1 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 106 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 961 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6602 metrics_test.go:1600: /sched/threads/total:threads: 15 metrics_test.go:1626: /sched/goroutines/waiting:goroutines too low; 961 < 1000 --- FAIL: TestReadMetricsSched/waiting (0.00s)Comment From: qmuntal
Looks like CL 702295 only fixed some of the failure modes, at least those affectimg Windows (afaik).
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-09 18:02 gotip-netbsd-arm64 go@3b3b1695 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 3 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 16 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5143 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 3 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.02s)2025-09-09 18:02 gotip-netbsd-arm64 go@3b3b1695 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5131 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (1.28s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-16 00:31 gotip-linux-ppc64_power10 go@2469e92d runtime:cpu2.TestReadMetricsSched/waiting (log)
=== RUN TestReadMetricsSched/waiting metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 34 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 993 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6510 metrics_test.go:1600: /sched/threads/total:threads: 16 metrics_test.go:1626: /sched/goroutines/waiting:goroutines too low; 993 < 1000 --- FAIL: TestReadMetricsSched/waiting (0.00s)Comment From: mknyszek
@qmuntal Thanks for the fix on Windows. We can probably just be more lenient with the other tests to fix linux/ppc64. netbsd/arm64 probably has other things going on.
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`
2025-09-16 14:40 gotip-linux-ppc64le_power10 go@61dc7fe3 runtime.TestReadMetricsSched/waiting (log)
=== RUN TestReadMetricsSched/waiting metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 80 metrics_test.go:1600: /sched/goroutines/running:goroutines: 5 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 986 metrics_test.go:1600: /sched/goroutines-created:goroutines: 7184 metrics_test.go:1600: /sched/threads/total:threads: 15 metrics_test.go:1626: /sched/goroutines/waiting:goroutines too low; 986 < 1000 --- FAIL: TestReadMetricsSched/waiting (0.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg ~ `runtime.*` && test ~ `TestReadMetricsSched/.*`