Skip to content

x/net/http2: TestConfigPingTimeoutServer failures #72779

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

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

x/net/http2: TestConfigPingTimeoutServer failures #72779

gopherbot opened this issue Mar 10, 2025 · 181 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-04-07 20:59 x_net-gotip-js-wasm net@b8d88774 go@8433412b x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1072 +0x15
testing.(*common).log(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1046
testing.(*common).Logf(0x8b5a40, {0xed655, 0x2}, {0x82fc30, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1099 +0xc
golang.org/x/net/http2.twriter.Write({{0x1a11b0, 0x8b5a40}, 0x9277c0}, {0x824640, 0x36, 0x40})
	/home/swarming/.swarming/w/ir/x/w/targetrepo33700597/http2/http2_test.go:66 +0x16
io.(*multiWriter).Write(0x80a768, {0x824640, 0x36, 0x40})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/multi.go:85 +0x9
log.(*Logger).output(0x9f2b70, 0x0, 0x2, 0x8b3648)
...
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, 0xa4a000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo33700597/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo33700597/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo33700597/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo33700597/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-04-07 20:59 x_net-gotip-js-wasm net@b8d88774 go@53badd48 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1072 +0x15
testing.(*common).log(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1046
testing.(*common).Logf(0x8b5a40, {0xed655, 0x2}, {0x82fc30, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1099 +0xc
golang.org/x/net/http2.twriter.Write({{0x1a1190, 0x8b5a40}, 0x9277c0}, {0x824640, 0x36, 0x40})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1252377973/http2/http2_test.go:66 +0x16
io.(*multiWriter).Write(0x80a768, {0x824640, 0x36, 0x40})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/multi.go:85 +0x9
log.(*Logger).output(0x9f2b70, 0x0, 0x2, 0x8b3648)
...
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/targetrepo1252377973/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1252377973/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1252377973/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1252377973/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-04-07 20:59 x_net-gotip-js-wasm net@b8d88774 go@0909bcd9 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1072 +0x15
testing.(*common).log(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1046
testing.(*common).Logf(0x8b5a40, {0xed655, 0x2}, {0x82fc30, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1099 +0xc
golang.org/x/net/http2.twriter.Write({{0x1a1190, 0x8b5a40}, 0x9277c0}, {0x824640, 0x36, 0x40})
	/home/swarming/.swarming/w/ir/x/w/targetrepo4187584636/http2/http2_test.go:66 +0x16
io.(*multiWriter).Write(0x80a768, {0x824640, 0x36, 0x40})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/io/multi.go:85 +0x9
log.(*Logger).output(0x9f2b70, 0x0, 0x2, 0x8b3648)
...
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/targetrepo4187584636/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4187584636/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4187584636/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo4187584636/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-04-07 20:59 x_net-gotip-js-wasm net@b8d88774 go@ecc06f0d x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 07:46:46 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 +0x42
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}, {0xc20398, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1860098545/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1860098545/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1860098545/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1860098545/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-04-07 20:59 x_net-gotip-js-wasm net@b8d88774 go@09d76e59 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 16:33:28 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 +0x42
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}, {0xc20400, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo593010642/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo593010642/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo593010642/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo593010642/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-04-07 20:59 x_net-gotip-js-wasm net@b8d88774 go@cac276f8 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 20:27: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:2494 +0x42
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}, {0xc206f0, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1493545975/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1493545975/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1493545975/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1493545975/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-04-07 20:59 x_net-gotip-js-wasm net@b8d88774 go@88984508 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 21:12:27 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 +0x42
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/targetrepo2399395393/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2399395393/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2399395393/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2399395393/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-04-09 22:11 x_net-go1.24-js-wasm net@dd0b200a release-branch.go1.24@fa7217f7 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 22:16:01 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/targetrepo854717378/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo854717378/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo854717378/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo854717378/http2/server.go:978 +0x66
2025-04-09 22:11 x_net-gotip-js-wasm net@dd0b200a go@88984508 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 22:18: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:2494 +0x42
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/targetrepo3334064159/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3334064159/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3334064159/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3334064159/http2/server.go:978 +0x66
2025-04-09 22:11 x_net-go1.24-js-wasm net@22500a66 release-branch.go1.24@fa7217f7 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 22:15:13 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}, {0xc1c718, 0xa46000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1593450808/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1593450808/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1593450808/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1593450808/http2/server.go:978 +0x66
2025-04-09 22:11 x_net-gotip-js-wasm net@22500a66 go@88984508 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 22:18: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:2494 +0x42
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, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1914873689/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1914873689/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1914873689/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1914873689/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-04-09 23:02 x_net-go1.24-js-wasm net@a3b6e772 release-branch.go1.24@fa7217f7 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 23:07: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: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/targetrepo1101689456/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1101689456/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1101689456/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1101689456/http2/server.go:978 +0x66
2025-04-09 23:02 x_net-gotip-js-wasm net@a3b6e772 go@88984508 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 23:07: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 +0x42
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/targetrepo4133958665/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4133958665/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4133958665/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo4133958665/http2/server.go:978 +0x66
2025-04-09 23:02 x_net-go1.24-js-wasm net@3f563d3b release-branch.go1.24@fa7217f7 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 23:08: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: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/targetrepo786918371/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo786918371/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo786918371/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo786918371/http2/server.go:978 +0x66
2025-04-09 23:02 x_net-gotip-js-wasm net@3f563d3b go@a42e337e x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/09 23:31: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 +0x42
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/targetrepo810348956/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo810348956/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo810348956/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo810348956/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-04-09 23:02 x_net-gotip-js-wasm net@3f563d3b go@7a82b6a9 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/10 00:22:36 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 +0x42
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/targetrepo3516064313/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3516064313/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3516064313/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3516064313/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-04-09 23:02 x_net-gotip-js-wasm net@3f563d3b go@d60a684c x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/10 06:53:36 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 +0x42
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/targetrepo700261058/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo700261058/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo700261058/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo700261058/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-04-09 23:02 x_net-gotip-js-wasm net@3f563d3b go@9aad012a x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/10 14:53: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 +0x42
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/targetrepo4048139223/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4048139223/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4048139223/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo4048139223/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-04-09 23:02 x_net-go1.24-js-wasm net@3f563d3b release-branch.go1.24@a9d9b557 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/10 15:48: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: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}, {0xd7c318, 0xa46000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo3409828634/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3409828634/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3409828634/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3409828634/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-04-09 23:02 x_net-gotip-js-wasm net@3f563d3b go@2c35900f x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/10 16:36: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 +0x42
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/targetrepo1138430856/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1138430856/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1138430856/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1138430856/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-04-09 23:02 x_net-gotip-js-wasm net@3f563d3b go@835e36fc x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/10 18:29: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:2494 +0x42
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/targetrepo2190821946/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2190821946/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2190821946/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2190821946/http2/server.go:978 +0x66
2025-04-10 18:38 x_net-go1.24-js-wasm net@3e7a445b release-branch.go1.24@a9d9b557 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/10 18:39: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: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}, {0xd78658, 0xa46000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo247957379/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c6d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo247957379/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x99e5a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo247957379/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo247957379/http2/server.go:978 +0x66
2025-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@835e36fc x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/10 18:39: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 +0x42
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/targetrepo2172638174/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2172638174/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2172638174/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo2172638174/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@9d915d68 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/11 00:01:59 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 +0x42
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/targetrepo3813981035/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3813981035/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3813981035/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3813981035/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@4dffdd79 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/11 12:58: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 +0x42
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/targetrepo3296957809/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3296957809/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3296957809/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3296957809/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@432fd9c6 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/11 13:17: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:2494 +0x42
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/targetrepo1152350630/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1152350630/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1152350630/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1152350630/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@5c2c1cde x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/11 14:43: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:2494 +0x42
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/targetrepo3168284102/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3168284102/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3168284102/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3168284102/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@c77ada1b x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/11 16:01:32 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 +0x42
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}, {0xc20430, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo1131936219/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1131936219/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1131936219/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1131936219/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@3968a5bc x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/11 19:41:59 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 +0x42
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}, {0xc20658, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo4088195142/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4088195142/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4088195142/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo4088195142/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@f9670787 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/11 20:40:13 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 +0x42
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}, {0xc20398, 0xa48000})
	/home/swarming/.swarming/w/ir/x/w/targetrepo4165089454/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4165089454/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4165089454/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo4165089454/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@03640f68 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/11 23:13: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 +0x42
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/targetrepo699169009/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo699169009/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo699169009/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo699169009/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@21acfdc4 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/12 00:34:27 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 +0x42
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/targetrepo3285717963/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3285717963/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3285717963/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3285717963/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@47ab9cbd x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/13 15:28:08 timeout waiting for PING response
panic: test timed out after 10m0s
	running tests:
		TestConfigPingTimeoutServer (9m59s)

goroutine 46 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2494 +0x42
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/targetrepo4026268522/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4026268522/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo4026268522/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo4026268522/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@13b7c7d8 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/14 03:36:33 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 +0x42
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/targetrepo1754116946/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1754116946/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1754116946/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1754116946/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@0c0d2572 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/14 13:03: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:2494 +0x42
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/targetrepo1631635965/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1631635965/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1631635965/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1631635965/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@80bff42f x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/14 14:04:32 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 +0x42
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/targetrepo3223241752/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3223241752/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3223241752/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3223241752/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@e278a789 x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/14 15:20: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:2494 +0x42
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/targetrepo3951452317/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3951452317/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo3951452317/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo3951452317/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-04-10 18:38 x_net-gotip-js-wasm net@3e7a445b go@adf21a9b x/net/http2.TestConfigPingTimeoutServer [ABORT] (log)
=== RUN   TestConfigPingTimeoutServer
    http2_test.go:66: 2025/04/14 16:42: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:2494 +0x42
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/targetrepo1992325799/http2/frame.go:242 +0x5
golang.org/x/net/http2.(*Framer).ReadFrame(0x8c8d20)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1992325799/http2/frame.go:506 +0xb
golang.org/x/net/http2.(*serverConn).readFrames(0x9a05a0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1992325799/http2/server.go:855 +0x14
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 36
	/home/swarming/.swarming/w/ir/x/w/targetrepo1992325799/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