Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/net/http2: TestConfigPingTimeoutServer failures #72779

Open
gopherbot opened this issue Mar 10, 2025 · 131 comments
Open

x/net/http2: TestConfigPingTimeoutServer failures #72779

gopherbot opened this issue Mar 10, 2025 · 131 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/10 21:12:38 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2484 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c6d60, 0x9, 0x9}, {0xc1c798, 0xa46000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3505824037/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3505824037/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3505824037/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3505824037/http2/server.go:978 +0x66

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 10, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-go1.24-js-wasm net@09731f9b release-branch.go1.24@0ace2d8a x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/10 21:12:38 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2484 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c6d60, 0x9, 0x9}, {0xc1c798, 0xa46000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3505824037/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3505824037/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3505824037/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3505824037/http2/server.go:978 +0x66
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@574a9fa6 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/10 21:40:48 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2490 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20458, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo447282868/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo447282868/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo447282868/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo447282868/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@2abe5ceb x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/10 22:14:42 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20318, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1379345479/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1379345479/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1379345479/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1379345479/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@2a772a2f x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/11 01:10:38 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20418, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2644611048/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2644611048/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2644611048/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2644611048/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@2d097e36 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/11 04:44:39 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20358, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2326749910/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2326749910/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2326749910/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2326749910/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@a588c6fb x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/11 13:02:12 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc1c218, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2752755484/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2752755484/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2752755484/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2752755484/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@598df45f x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/11 15:40:51 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc1c218, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3953576650/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3953576650/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3953576650/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3953576650/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@31658ace x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/11 19:41:53 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20418, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo119607875/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo119607875/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo119607875/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo119607875/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@8867af92 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/11 21:38:54 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20518, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1934692426/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1934692426/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1934692426/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1934692426/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@4acc5b4d x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/11 22:33:37 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc204d8, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3681595821/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3681595821/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3681595821/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3681595821/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@ca19f987 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/12 00:38:47 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc1c218, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo137397555/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo137397555/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo137397555/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo137397555/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@bcd0ebbd x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/12 01:50:02 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20558, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3294815916/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3294815916/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3294815916/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3294815916/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@4ff70cf8 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/12 03:29:10 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20558, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2582550079/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2582550079/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2582550079/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2582550079/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@d037ed62 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/12 12:59:09 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20318, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo735297821/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo735297821/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo735297821/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo735297821/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@a812e5f3 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/12 13:04:19 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20358, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo612811902/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo612811902/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo612811902/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo612811902/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@955cf087 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/12 17:30:00 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20318, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2843760587/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2843760587/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2843760587/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2843760587/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@485480fa x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/12 18:17:35 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20358, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3357898135/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3357898135/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3357898135/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3357898135/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-gotip-js-wasm net@09731f9b go@a68bf75d x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/12 19:00:03 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20318, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3254732751/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3254732751/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3254732751/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3254732751/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-10 21:07 x_net-go1.24-js-wasm net@09731f9b release-branch.go1.24@c2a34bed x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/12 21:05:26 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2484 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c6d60, 0x9, 0x9}, {0xc1c358, 0xa46000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo944936350/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo944936350/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo944936350/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo944936350/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-12 22:46 x_net-go1.24-js-wasm net@312450e4 release-branch.go1.24@c2a34bed x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/12 22:50:35 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2484 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c6d60, 0x9, 0x9}, {0xc18258, 0xa46000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1109138682/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1109138682/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1109138682/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1109138682/http2/server.go:978 +0x66
2025-03-12 22:46 x_net-gotip-js-wasm net@312450e4 go@d729053e x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/12 23:33:50 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20618, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo4151301094/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4151301094/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4151301094/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo4151301094/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-12 22:46 x_net-gotip-js-wasm net@312450e4 go@b143c981 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/13 01:32:29 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20318, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3712330359/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3712330359/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3712330359/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3712330359/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-12 22:46 x_net-gotip-js-wasm net@312450e4 go@d7f58834 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/13 12:31:49 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xd7c218, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1351180771/http2/frame.go:237 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1351180771/http2/frame.go:501 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1351180771/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1351180771/http2/server.go:978 +0x66
2025-03-13 12:30 x_net-go1.24-js-wasm net@12150816 release-branch.go1.24@c2a34bed x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/13 12:31:51 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2484 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c6d60, 0x9, 0x9}, {0xc1c458, 0xa46000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3526445430/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3526445430/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3526445430/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3526445430/http2/server.go:978 +0x66
2025-03-13 12:30 x_net-gotip-js-wasm net@12150816 go@fb8691ed x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/13 12:37:29 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20418, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo299319387/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo299319387/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo299319387/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo299319387/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-13 12:30 x_net-gotip-js-wasm net@12150816 go@6bd5741a x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/13 15:29:00 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20518, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3233709906/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3233709906/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3233709906/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3233709906/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-13 12:30 x_net-gotip-js-wasm net@12150816 go@d704ef76 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/13 21:14:41 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc1c218, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3938721897/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3938721897/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3938721897/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3938721897/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-13 12:30 x_net-gotip-js-wasm net@12150816 go@937368f8 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/13 23:59:57 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20930, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3540203556/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3540203556/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3540203556/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3540203556/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-13 12:30 x_net-gotip-js-wasm net@12150816 go@80f06892 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/14 00:33:11 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc1c218, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1630693215/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1630693215/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1630693215/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1630693215/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-13 12:30 x_net-gotip-js-wasm net@12150816 go@a1ddbdd3 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/14 04:39:17 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20598, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3503567863/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3503567863/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3503567863/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3503567863/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-13 12:30 x_net-gotip-js-wasm net@12150816 go@7e3d2aa6 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/14 18:56:14 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20458, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1275814477/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1275814477/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1275814477/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1275814477/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-13 12:30 x_net-gotip-js-wasm net@12150816 go@577bb3d0 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/14 20:09:04 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2492 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc203d8, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo839634542/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo839634542/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo839634542/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo839634542/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@cfc784a1 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/28 05:42:11 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20618, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo415271509/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo415271509/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo415271509/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo415271509/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@e6c2e12c x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/28 08:42:55 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20770, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1704707727/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1704707727/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1704707727/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1704707727/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@656b5b3a x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/28 16:58:10 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20318, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1200929917/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1200929917/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1200929917/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1200929917/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@26fdb07d x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/28 18:19:08 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20458, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1849902195/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1849902195/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1849902195/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1849902195/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@8f6c083d x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/28 19:14:57 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xd7c658, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3694093798/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3694093798/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3694093798/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3694093798/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@5ec76ae5 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/28 21:06:23 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20358, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2839538158/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2839538158/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2839538158/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2839538158/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@5fb9e5dc x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/28 21:51:03 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20598, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2077526385/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2077526385/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2077526385/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2077526385/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@535e0dae x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/29 13:11:02 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20698, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1568405153/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1568405153/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1568405153/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1568405153/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@391dde29 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/29 13:45:45 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc1c218, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo422314813/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo422314813/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo422314813/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo422314813/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@bfc20951 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/31 04:57:35 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20418, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo4147887589/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4147887589/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4147887589/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo4147887589/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@eec3745b x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/31 15:35:03 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20458, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3559369400/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3559369400/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3559369400/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3559369400/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@b9cbb653 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/31 19:19:47 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20880, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3639936574/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3639936574/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3639936574/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3639936574/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@6d418096 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/03/31 22:50:47 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20618, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2362433584/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2362433584/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2362433584/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2362433584/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@4c32b1cc x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/01 00:21:18 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20458, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1921812962/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1921812962/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1921812962/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1921812962/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@4c1b8ca9 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/01 12:48:50 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20358, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1030210244/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1030210244/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1030210244/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1030210244/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@7177f240 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/01 13:54:39 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20558, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3837887477/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3837887477/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3837887477/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3837887477/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-go1.24-js-wasm net@e1fcd82a release-branch.go1.24@49860cf9 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/01 16:31:05 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2484 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c6d60, 0x9, 0x9}, {0xc1c598, 0xa46000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo750040159/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo750040159/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo750040159/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo750040159/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@75bf2a8c x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/01 19:13:29 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20558, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1694395231/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1694395231/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1694395231/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1694395231/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@dceb77a3 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/01 22:25:17 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20318, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3929123717/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3929123717/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3929123717/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3929123717/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@3033ef00 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/02 13:12:39 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20318, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1265063224/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1265063224/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1265063224/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1265063224/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@83bbf478 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/02 16:06:58 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20498, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3820538023/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3820538023/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3820538023/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3820538023/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@144d4e5d x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/02 18:09:44 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc206d8, 0xa4a000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo35920802/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo35920802/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo35920802/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo35920802/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@116b8235 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/02 18:39:21 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20518, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2842862239/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2842862239/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2842862239/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2842862239/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@13b12611 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/02 23:56:12 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20418, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3003681244/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3003681244/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3003681244/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3003681244/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@0b31e6d4 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/03 08:42:07 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20518, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2925123700/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2925123700/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2925123700/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2925123700/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@c524db9c x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/03 11:51:03 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xd7c318, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo462326907/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo462326907/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo462326907/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo462326907/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@06f82af1 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/03 13:20:17 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc1c218, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2162030734/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2162030734/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2162030734/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2162030734/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@9326d9d0 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/03 16:04:24 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20318, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo4030110365/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4030110365/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4030110365/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo4030110365/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@f2e90767 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/03 16:35:54 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20558, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo2369804762/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2369804762/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2369804762/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2369804762/http2/server.go:978 +0x66

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServer"
2025-03-27 19:51 x_net-go1.24-js-wasm net@e1fcd82a release-branch.go1.24@fa7217f7 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/03 19:03:17 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2484 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c6d60, 0x9, 0x9}, {0xc18258, 0xa46000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1847979237/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1847979237/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1847979237/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1847979237/http2/server.go:978 +0x66
2025-03-27 19:51 x_net-gotip-js-wasm net@e1fcd82a go@9302a571 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/03 19:14:23 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (10m0s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x44
created by time.goFunc
...
io.ReadFull(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x8c8d60, 0x9, 0x9}, {0xc20358, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo769582748/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo769582748/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo769582748/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo769582748/http2/server.go:978 +0x66

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant