Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

net/http: unrecognized failures #66221

Open
gopherbot opened this issue Mar 9, 2024 · 13 comments
Open

net/http: unrecognized failures #66221

gopherbot opened this issue Mar 9, 2024 · 13 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

#!watchflakes
default <- pkg == "net/http" && test == ""

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 3m0s
running tests:
	TestClientCallsCloseOnlyOnce/h1 (2m58s)

goroutine 16432 gp=0xa0001000087efc0 m=13 mp=0xa00010000064408 [running]:
panic({0x11002b220?, 0xa00010000726030?})
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/panic.go:778 +0x1bc fp=0xa00010000240ee0 sp=0xa00010000240e20 pc=0x10004286c
testing.(*M).startAlarm.func1()
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2366 +0x34c fp=0xa00010000240fc0 sp=0xa00010000240ee0 pc=0x10012527c
runtime.goexit({})
...
bufio.(*Reader).Peek(0xa0001000159c000, 0x1)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/bufio/bufio.go:148 +0x80 fp=0xa0001000017ad00 sp=0xa0001000017acc8 pc=0x100127330
net/http.(*persistConn).readLoop(0xa00010000bc6360)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/net/http/transport.go:2141 +0x1a0 fp=0xa0001000017af98 sp=0xa0001000017ad00 pc=0x100328d90
net/http.(*Transport).dialConn.gowrap2()
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/net/http/transport.go:1811 +0x4c fp=0xa0001000017afc0 sp=0xa0001000017af98 pc=0x1003273dc
runtime.goexit({})
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/asm_ppc64x.s:1018 +0x4 fp=0xa0001000017afc0 sp=0xa0001000017afc0 pc=0x100084884
created by net/http.(*Transport).dialConn in goroutine 16518
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/net/http/transport.go:1811 +0x14b8

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 9, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-03-08 19:58 aix-ppc64 go@73487736 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestClientCallsCloseOnlyOnce/h1 (2m58s)

goroutine 16432 gp=0xa0001000087efc0 m=13 mp=0xa00010000064408 [running]:
panic({0x11002b220?, 0xa00010000726030?})
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/panic.go:778 +0x1bc fp=0xa00010000240ee0 sp=0xa00010000240e20 pc=0x10004286c
testing.(*M).startAlarm.func1()
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2366 +0x34c fp=0xa00010000240fc0 sp=0xa00010000240ee0 pc=0x10012527c
runtime.goexit({})
...
bufio.(*Reader).Peek(0xa0001000159c000, 0x1)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/bufio/bufio.go:148 +0x80 fp=0xa0001000017ad00 sp=0xa0001000017acc8 pc=0x100127330
net/http.(*persistConn).readLoop(0xa00010000bc6360)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/net/http/transport.go:2141 +0x1a0 fp=0xa0001000017af98 sp=0xa0001000017ad00 pc=0x100328d90
net/http.(*Transport).dialConn.gowrap2()
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/net/http/transport.go:1811 +0x4c fp=0xa0001000017afc0 sp=0xa0001000017af98 pc=0x1003273dc
runtime.goexit({})
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/asm_ppc64x.s:1018 +0x4 fp=0xa0001000017afc0 sp=0xa0001000017afc0 pc=0x100084884
created by net/http.(*Transport).dialConn in goroutine 16518
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/net/http/transport.go:1811 +0x14b8

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-03 15:10 linux-amd64-race go@ae591334 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (2m58s)
	TestRequestLimit/h1 (2m56s)

goroutine 27542 [running]:
panic({0xae6fe0?, 0xc0006463b0?})
	/workdir/go/src/runtime/panic.go:1017 +0x3ac fp=0xc00152bf18 sp=0xc00152be68 pc=0x46fe4c
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2259 +0x259 fp=0xc00152bfe0 sp=0xc00152bf18 pc=0x599d59
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00152bfe8 sp=0xc00152bfe0 pc=0x4a79c1
created by time.goFunc
	/workdir/go/src/time/sleep.go:176 +0x45
2024-04-03 15:10 linux-loong64-3a5000 go@ae591334 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (2m59s)
	TestRequestLimit/h1 (2m55s)

goroutine 35523 [running]:
panic({0x120484820, 0xc0012b6310})
	/tmp/workdir-host-linux-loong64-3a5000/go/src/runtime/panic.go:1017 +0x428 fp=0xc00025aef8 sp=0xc00025ae50 pc=0x120044aa8
testing.(*M).startAlarm.func1()
	/tmp/workdir-host-linux-loong64-3a5000/go/src/testing/testing.go:2259 +0x3fc fp=0xc00025afd8 sp=0xc00025aef8 pc=0x12012902c
runtime.goexit()
	/tmp/workdir-host-linux-loong64-3a5000/go/src/runtime/asm_loong64.s:640 +0x4 fp=0xc00025afd8 sp=0xc00025afd8 pc=0x120082764
created by time.goFunc
	/tmp/workdir-host-linux-loong64-3a5000/go/src/time/sleep.go:176 +0x44
2024-04-03 15:10 linux-386-bullseye go@e55d7cf8 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m58s)

goroutine 37371 gp=0x9a05d48 m=18 mp=0x9489088 [running]:
panic({0x84db780, 0x950a078})
	/workdir/go/src/runtime/panic.go:779 +0x130 fp=0x9c5ff84 sp=0x9c5ff30 pc=0x8085b90
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2366 +0x38c fp=0x9c5fff0 sp=0x9c5ff84 pc=0x815e25c
runtime.goexit({})
...
net/http.http2ConfigureServer.func1(0xa0bf0e8, 0x94d0908, {0x86075ec, 0xa6dc070})
	/workdir/go/src/net/http/h2_bundle.go:4132 +0xe0 fp=0xa41dd74 sp=0xa41dd30 pc=0x8338af0
net/http.(*conn).serve(0xb500480, {0x8609780, 0x9aa6630})
	/workdir/go/src/net/http/server.go:1947 +0x13aa fp=0xa41dfe0 sp=0xa41dd74 pc=0x836e7ba
net/http.(*Server).Serve.gowrap3()
	/workdir/go/src/net/http/server.go:3285 +0x35 fp=0xa41dff0 sp=0xa41dfe0 pc=0x8372bc5
runtime.goexit({})
	/workdir/go/src/runtime/asm_386.s:1363 +0x1 fp=0xa41dff4 sp=0xa41dff0 pc=0x80c07d1
created by net/http.(*Server).Serve in goroutine 6422
	/workdir/go/src/net/http/server.go:3285 +0x462

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-03 15:10 darwin-amd64-11_0 go@e55d7cf8 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m57s)

goroutine 46319 gp=0xc000430700 m=8 mp=0xc000185b08 [running]:
panic({0xaa5cfa0?, 0xc000033100?})
	/tmp/buildlet/go/src/runtime/panic.go:779 +0x158 fp=0xc00053df10 sp=0xc00053de60 pc=0xa547218
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2366 +0x385 fp=0xc00053dfe0 sp=0xc00053df10 pc=0xa617765
runtime.goexit({})
...
net/http.http2ConfigureServer.func1(0xc0007e45a0, 0xc000223188, {0xaaf6d78, 0xc002f7a240})
	/tmp/buildlet/go/src/net/http/h2_bundle.go:4132 +0x125 fp=0xc000e61b90 sp=0xc000e61b08 pc=0xa7d8645
net/http.(*conn).serve(0xc003774120, {0xaafa4e0, 0xc000a087e0})
	/tmp/buildlet/go/src/net/http/server.go:1947 +0x12f3 fp=0xc000e61fb8 sp=0xc000e61b90 pc=0xa810a73
net/http.(*Server).Serve.gowrap3()
	/tmp/buildlet/go/src/net/http/server.go:3285 +0x28 fp=0xc000e61fe0 sp=0xc000e61fb8 pc=0xa8152c8
runtime.goexit({})
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000e61fe8 sp=0xc000e61fe0 pc=0xa5826e1
created by net/http.(*Server).Serve in goroutine 9843
	/tmp/buildlet/go/src/net/http/server.go:3285 +0x4b4

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-03 15:35 darwin-arm64-11 go@dddf0ae4 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m59s)

goroutine 77203 gp=0x1400050ba40 m=8 mp=0x14000478908 [running]:
panic({0x103449ec0?, 0x1400056c650?})
	/tmp/buildlet/go/src/runtime/panic.go:779 +0x140 fp=0x14000c29f00 sp=0x14000c29e50 pc=0x102f94a40
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2366 +0x30c fp=0x14000c29fd0 sp=0x14000c29f00 pc=0x10306262c
runtime.goexit({})
...
net/http.http2ConfigureServer.func1(0x140009081e0, 0x140004e1888, {0x1034e3aa8, 0x140006502c0})
	/tmp/buildlet/go/src/net/http/h2_bundle.go:4132 +0xfc fp=0x14001611b70 sp=0x14001611ae0 pc=0x1031e493c
net/http.(*conn).serve(0x14001532cf0, {0x1034e7220, 0x14001351620})
	/tmp/buildlet/go/src/net/http/server.go:1947 +0x1020 fp=0x14001611fa0 sp=0x14001611b70 pc=0x103219a60
net/http.(*Server).Serve.gowrap3()
	/tmp/buildlet/go/src/net/http/server.go:3285 +0x30 fp=0x14001611fd0 sp=0x14001611fa0 pc=0x10321dec0
runtime.goexit({})
	/tmp/buildlet/go/src/runtime/asm_arm64.s:1222 +0x4 fp=0x14001611fd0 sp=0x14001611fd0 pc=0x102fd1524
created by net/http.(*Server).Serve in goroutine 10070
	/tmp/buildlet/go/src/net/http/server.go:3285 +0x3f0

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-03 15:10 linux-amd64-bookworm go@ae591334 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (3m0s)
	TestRequestLimit/h2 (2m59s)

goroutine 54919 [running]:
panic({0x83a960?, 0xc003fc4330?})
	/workdir/go/src/runtime/panic.go:1017 +0x3ac fp=0xc000435f10 sp=0xc000435e60 pc=0x4392ec
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2259 +0x3b9 fp=0xc000435fe0 sp=0xc000435f10 pc=0x5038d9
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000435fe8 sp=0xc000435fe0 pc=0x46ece1
created by time.goFunc
	/workdir/go/src/time/sleep.go:176 +0x2d
2024-04-03 15:35 linux-amd64-bookworm go@d8392e69 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (3m0s)
	TestRequestLimit/h1 (2m59s)

goroutine 57416 [running]:
panic({0x83a960?, 0xc0015f77c0?})
	/workdir/go/src/runtime/panic.go:1017 +0x3ac fp=0xc000646f10 sp=0xc000646e60 pc=0x4392ec
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2259 +0x3b9 fp=0xc000646fe0 sp=0xc000646f10 pc=0x5038d9
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000646fe8 sp=0xc000646fe0 pc=0x46ece1
created by time.goFunc
	/workdir/go/src/time/sleep.go:176 +0x2d
2024-04-03 15:35 linux-amd64-boringcrypto go@d8392e69 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (3m0s)
	TestRequestLimit/h2 (3m0s)

goroutine 50874 [running]:
panic({0x9b9700?, 0xc0002763c0?})
	/workdir/go/src/runtime/panic.go:1017 +0x3ac fp=0xc00036df10 sp=0xc00036de60 pc=0x5b39cc
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2259 +0x3b9 fp=0xc00036dfe0 sp=0xc00036df10 pc=0x67e119
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00036dfe8 sp=0xc00036dfe0 pc=0x5e9541
created by time.goFunc
	/workdir/go/src/time/sleep.go:176 +0x2d
2024-04-03 15:35 linux-386-clang go@dddf0ae4 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m59s)

goroutine 36146 gp=0xb9d1d48 m=3 mp=0xac52b08 [running]:
panic({0x84db780, 0xbdbe370})
	/workdir/go/src/runtime/panic.go:779 +0x130 fp=0xb591f84 sp=0xb591f30 pc=0x8085bf0
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2366 +0x38c fp=0xb591ff0 sp=0xb591f84 pc=0x815e2bc
runtime.goexit({})
...
net/http.http2ConfigureServer.func1(0xc2c5f48, 0xbca0008, {0x86075ec, 0xb238400})
	/workdir/go/src/net/http/h2_bundle.go:4132 +0xe0 fp=0xac2bd74 sp=0xac2bd30 pc=0x8338b50
net/http.(*conn).serve(0xcec8060, {0x8609760, 0xafaa828})
	/workdir/go/src/net/http/server.go:1947 +0x13aa fp=0xac2bfe0 sp=0xac2bd74 pc=0x836e81a
net/http.(*Server).Serve.gowrap3()
	/workdir/go/src/net/http/server.go:3285 +0x35 fp=0xac2bff0 sp=0xac2bfe0 pc=0x8372c25
runtime.goexit({})
	/workdir/go/src/runtime/asm_386.s:1363 +0x1 fp=0xac2bff4 sp=0xac2bff0 pc=0x80c0831
created by net/http.(*Server).Serve in goroutine 9426
	/workdir/go/src/net/http/server.go:3285 +0x462
2024-04-03 15:35 linux-386-sid go@dddf0ae4 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m58s)

goroutine 35353 gp=0x9385328 m=20 mp=0x9302688 [running]:
panic({0x84db780, 0x8d76490})
	/workdir/go/src/runtime/panic.go:779 +0x130 fp=0x9653f84 sp=0x9653f30 pc=0x8085b90
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2366 +0x38c fp=0x9653ff0 sp=0x9653f84 pc=0x815e25c
runtime.goexit({})
...
net/http.(*http2Framer).ReadFrame(0x9f16400)
	/workdir/go/src/net/http/h2_bundle.go:1902 +0x7d fp=0x8e0df70 sp=0x8e0def4 pc=0x8330f5d
net/http.(*http2serverConn).readFrames(0x92e0a08)
	/workdir/go/src/net/http/h2_bundle.go:4634 +0x82 fp=0x8e0dfe8 sp=0x8e0df70 pc=0x833a3a2
net/http.(*http2serverConn).serve.gowrap7()
	/workdir/go/src/net/http/h2_bundle.go:4746 +0x27 fp=0x8e0dff0 sp=0x8e0dfe8 pc=0x833b9e7
runtime.goexit({})
	/workdir/go/src/runtime/asm_386.s:1363 +0x1 fp=0x8e0dff4 sp=0x8e0dff0 pc=0x80c07d1
created by net/http.(*http2serverConn).serve in goroutine 35386
	/workdir/go/src/net/http/h2_bundle.go:4746 +0x5f2
2024-04-03 15:35 linux-amd64-fedora go@dddf0ae4 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m59s)

goroutine 41156 gp=0xc000334380 m=11 mp=0xc000481008 [running]:
panic({0x879100?, 0xc00002ecc0?})
	/workdir/go/src/runtime/panic.go:779 +0x158 fp=0xc001ccbf10 sp=0xc001ccbe60 pc=0x43afd8
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2366 +0x385 fp=0xc001ccbfe0 sp=0xc001ccbf10 pc=0x513ce5
runtime.goexit({})
...
net/http.(*http2clientConnReadLoop).run(0xc000c87fa8)
	/workdir/go/src/net/http/h2_bundle.go:9374 +0x577 fp=0xc000c87f60 sp=0xc000c87df0 pc=0x6e6f77
net/http.(*http2ClientConn).readLoop(0xc001282000)
	/workdir/go/src/net/http/h2_bundle.go:9229 +0x65 fp=0xc000c87fc8 sp=0xc000c87f60 pc=0x6e60a5
net/http.(*http2Transport).newClientConn.gowrap1()
	/workdir/go/src/net/http/h2_bundle.go:7879 +0x25 fp=0xc000c87fe0 sp=0xc000c87fc8 pc=0x6df7c5
runtime.goexit({})
	/workdir/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000c87fe8 sp=0xc000c87fe0 pc=0x475bc1
created by net/http.(*http2Transport).newClientConn in goroutine 41128
	/workdir/go/src/net/http/h2_bundle.go:7879 +0xca6
2024-04-03 15:35 linux-amd64-nocgo go@dddf0ae4 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m59s)

goroutine 46067 gp=0xc00077b880 m=3 mp=0xc00006f008 [running]:
panic({0x873a20?, 0xc003f82350?})
	/workdir/go/src/runtime/panic.go:779 +0x158 fp=0xc000f3bf10 sp=0xc000f3be60 pc=0x439598
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2366 +0x385 fp=0xc000f3bfe0 sp=0xc000f3bf10 pc=0x511f65
runtime.goexit({})
...
net/http.http2ConfigureServer.func1(0xc00006ce10, 0xc000afc708, {0x9dff60, 0xc002fe6140})
	/workdir/go/src/net/http/h2_bundle.go:4132 +0x125 fp=0xc00076bb90 sp=0xc00076bb08 pc=0x6c98e5
net/http.(*conn).serve(0xc0023d0000, {0x9e36c0, 0xc0012d82a0})
	/workdir/go/src/net/http/server.go:1947 +0x12f3 fp=0xc00076bfb8 sp=0xc00076bb90 pc=0x701d13
net/http.(*Server).Serve.gowrap3()
	/workdir/go/src/net/http/server.go:3285 +0x28 fp=0xc00076bfe0 sp=0xc00076bfb8 pc=0x706568
runtime.goexit({})
	/workdir/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00076bfe8 sp=0xc00076bfe0 pc=0x473ea1
created by net/http.(*Server).Serve in goroutine 6320
	/workdir/go/src/net/http/server.go:3285 +0x4b4

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-03 15:10 darwin-amd64-13 go@ae591334 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (2m59s)
	TestRequestLimit/h1 (2m58s)

goroutine 65298 [running]:
panic({0x1438720?, 0xc0007fed10?})
	/tmp/buildlet/go/src/runtime/panic.go:1017 +0x3ac fp=0xc000aeef10 sp=0xc000aeee60 pc=0x103748c
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2259 +0x3b9 fp=0xc000aeefe0 sp=0xc000aeef10 pc=0x10fd579
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000aeefe8 sp=0xc000aeefe0 pc=0x106d5c1
created by time.goFunc
	/tmp/buildlet/go/src/time/sleep.go:176 +0x2d

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-03 15:35 darwin-amd64-12_0 go@dddf0ae4 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m55s)

goroutine 41742 gp=0xc0003f7500 m=8 mp=0xc000596908 [running]:
panic({0xb16cfa0?, 0xc0039362a0?})
	/tmp/buildlet/go/src/runtime/panic.go:779 +0x158 fp=0xc0010e4f10 sp=0xc0010e4e60 pc=0xac57218
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2366 +0x385 fp=0xc0010e4fe0 sp=0xc0010e4f10 pc=0xad27765
runtime.goexit({})
...
net/http.(*http2clientConnReadLoop).run(0xc0010dffa8)
	/tmp/buildlet/go/src/net/http/h2_bundle.go:9374 +0x577 fp=0xc0010dff60 sp=0xc0010dfdf0 pc=0xaf00ef7
net/http.(*http2ClientConn).readLoop(0xc000c2a180)
	/tmp/buildlet/go/src/net/http/h2_bundle.go:9229 +0x65 fp=0xc0010dffc8 sp=0xc0010dff60 pc=0xaf00025
net/http.(*http2Transport).newClientConn.gowrap1()
	/tmp/buildlet/go/src/net/http/h2_bundle.go:7879 +0x25 fp=0xc0010dffe0 sp=0xc0010dffc8 pc=0xaef9745
runtime.goexit({})
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0010dffe8 sp=0xc0010dffe0 pc=0xac926e1
created by net/http.(*http2Transport).newClientConn in goroutine 41783
	/tmp/buildlet/go/src/net/http/h2_bundle.go:7879 +0xca6

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-05 22:18 darwin-arm64-11 go@5d18f889 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m59s)

goroutine 77768 gp=0x14001335880 m=10 mp=0x140003b0908 [running]:
panic({0x10508aa00?, 0x140011b0160?})
	/tmp/buildlet/go/src/runtime/panic.go:778 +0x154 fp=0x140009f6f00 sp=0x140009f6e50 pc=0x104bc4244
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2366 +0x30c fp=0x140009f6fd0 sp=0x140009f6f00 pc=0x104c929fc
runtime.goexit({})
...
net/http.http2ConfigureServer.func1(0x14000103950, 0x14000156e08, {0x105126e68, 0x140036e8200})
	/tmp/buildlet/go/src/net/http/h2_bundle.go:4145 +0xfc fp=0x140011f1b70 sp=0x140011f1ae0 pc=0x104e1a0cc
net/http.(*conn).serve(0x140018aa3f0, {0x10512a9e0, 0x1400061ee10})
	/tmp/buildlet/go/src/net/http/server.go:1950 +0xfac fp=0x140011f1fa0 sp=0x140011f1b70 pc=0x104e5124c
net/http.(*Server).Serve.gowrap3()
	/tmp/buildlet/go/src/net/http/server.go:3289 +0x30 fp=0x140011f1fd0 sp=0x140011f1fa0 pc=0x104e55800
runtime.goexit({})
	/tmp/buildlet/go/src/runtime/asm_arm64.s:1222 +0x4 fp=0x140011f1fd0 sp=0x140011f1fd0 pc=0x104c00994
created by net/http.(*Server).Serve in goroutine 11645
	/tmp/buildlet/go/src/net/http/server.go:3289 +0x3f0
2024-04-05 22:18 linux-386-bullseye go@5d18f889 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m58s)

goroutine 35339 gp=0x9ece7e8 m=5 mp=0x9880008 [running]:
panic({0x84ed6c0, 0xb020030})
	/workdir/go/src/runtime/panic.go:778 +0x144 fp=0xb10ef84 sp=0xb10ef30 pc=0x8085b94
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2366 +0x38c fp=0xb10eff0 sp=0xb10ef84 pc=0x816066c
runtime.goexit({})
...
net/http.http2ConfigureServer.func1(0xb31eaa8, 0xa2d2248, {0x861b940, 0xc1c6020})
	/workdir/go/src/net/http/h2_bundle.go:4145 +0xe0 fp=0xabbbd6c sp=0xabbbd28 pc=0x833f870
net/http.(*conn).serve(0xa6ee000, {0x861d814, 0xa986b88})
	/workdir/go/src/net/http/server.go:1950 +0x13c7 fp=0xabbbfe0 sp=0xabbbd6c pc=0x8377877
net/http.(*Server).Serve.gowrap3()
	/workdir/go/src/net/http/server.go:3289 +0x35 fp=0xabbbff0 sp=0xabbbfe0 pc=0x837bd05
runtime.goexit({})
	/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0xabbbff4 sp=0xabbbff0 pc=0x80c1171
created by net/http.(*Server).Serve in goroutine 7743
	/workdir/go/src/net/http/server.go:3289 +0x462

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-05 22:18 darwin-amd64-nocgo go@5d18f889 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m54s)

goroutine 39598 gp=0xc000439180 m=7 mp=0xc000081208 [running]:
panic({0x4eddae0?, 0xc00055e250?})
	/tmp/buildlet/go/src/runtime/panic.go:778 +0x168 fp=0xc001408f10 sp=0xc001408e60 pc=0x49b69c8
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2366 +0x385 fp=0xc001408fe0 sp=0xc001408f10 pc=0x4a87ec5
runtime.goexit({})
...
net/http_test.run[...].func1()
	/tmp/buildlet/go/src/net/http/clientserver_test.go:90 +0xfe fp=0xc000563f70 sp=0xc000563f20 pc=0x4dbe1de
testing.tRunner(0xc00078c4e0, 0xc0007c80f0)
	/tmp/buildlet/go/src/testing/testing.go:1689 +0xfb fp=0xc000563fc0 sp=0xc000563f70 pc=0x4a83bfb
testing.(*T).Run.gowrap1()
	/tmp/buildlet/go/src/testing/testing.go:1742 +0x25 fp=0xc000563fe0 sp=0xc000563fc0 pc=0x4a84c25
runtime.goexit({})
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000563fe8 sp=0xc000563fe0 pc=0x49f2061
created by testing.(*T).Run in goroutine 655
	/tmp/buildlet/go/src/testing/testing.go:1742 +0x390

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-03 15:35 linux-386-softfloat go@d8392e69 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (2m59s)
	TestRequestLimit/h1 (2m59s)

goroutine 44697 [running]:
panic({0x84b4ce0, 0xa46c100})
	/workdir/go/src/runtime/panic.go:1017 +0x383 fp=0xa4b0f84 sp=0xa4b0f30 pc=0x8085723
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2259 +0x38c fp=0xa4b0ff0 sp=0xa4b0f84 pc=0x8154ccc
runtime.goexit()
	/workdir/go/src/runtime/asm_386.s:1363 +0x1 fp=0xa4b0ff4 sp=0xa4b0ff0 pc=0x80be7e1
created by time.goFunc
	/workdir/go/src/time/sleep.go:176 +0x2f
2024-04-03 18:01 linux-386-softfloat go@74501172 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (2m59s)
	TestRequestLimit/h2 (2m58s)

goroutine 42323 [running]:
panic({0x84b4ce0, 0xaf5a2f8})
	/workdir/go/src/runtime/panic.go:1017 +0x383 fp=0xb34ff84 sp=0xb34ff30 pc=0x8085723
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2259 +0x38c fp=0xb34fff0 sp=0xb34ff84 pc=0x8154ccc
runtime.goexit()
	/workdir/go/src/runtime/asm_386.s:1363 +0x1 fp=0xb34fff4 sp=0xb34fff0 pc=0x80be7e1
created by time.goFunc
	/workdir/go/src/time/sleep.go:176 +0x2f
2024-04-03 18:01 linux-amd64-nocgo go@74501172 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (3m0s)
	TestRequestLimit/h2 (3m0s)

goroutine 49210 [running]:
panic({0x835280?, 0xc000172160?})
	/workdir/go/src/runtime/panic.go:1017 +0x3ac fp=0xc00088df10 sp=0xc00088de60 pc=0x4378ac
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2259 +0x3b9 fp=0xc00088dfe0 sp=0xc00088df10 pc=0x501b59
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00088dfe8 sp=0xc00088dfe0 pc=0x46cfc1
created by time.goFunc
	/workdir/go/src/time/sleep.go:176 +0x2d

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-03 15:10 darwin-amd64-12_0 go@ae591334 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (2m58s)
	TestRequestLimit/h2 (2m52s)

goroutine 46297 [running]:
panic({0x1438720?, 0xc0018860b0?})
	/tmp/buildlet/go/src/runtime/panic.go:1017 +0x3ac fp=0xc000c86f10 sp=0xc000c86e60 pc=0x103748c
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2259 +0x3b9 fp=0xc000c86fe0 sp=0xc000c86f10 pc=0x10fd579
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000c86fe8 sp=0xc000c86fe0 pc=0x106d5c1
created by time.goFunc
	/tmp/buildlet/go/src/time/sleep.go:176 +0x2d
2024-04-03 15:35 darwin-amd64-12_0 go@d8392e69 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (2m59s)
	TestRequestLimit/h2 (2m55s)

goroutine 52060 [running]:
panic({0x1438720?, 0xc001d3a6a0?})
	/tmp/buildlet/go/src/runtime/panic.go:1017 +0x3ac fp=0xc00005ff10 sp=0xc00005fe60 pc=0x103748c
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2259 +0x3b9 fp=0xc00005ffe0 sp=0xc00005ff10 pc=0x10fd579
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00005ffe8 sp=0xc00005ffe0 pc=0x106d5c1
created by time.goFunc
	/tmp/buildlet/go/src/time/sleep.go:176 +0x2d
2024-04-03 15:35 linux-amd64-race go@dddf0ae4 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m56s)

goroutine 20433 gp=0xc0001b7880 m=18 mp=0xc000181808 [running]:
panic({0xb46ce0?, 0xc0002d8380?})
	/workdir/go/src/runtime/panic.go:779 +0x158 fp=0xc000b40f18 sp=0xc000b40e68 pc=0x4726b8
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2366 +0x265 fp=0xc000b40fe0 sp=0xc000b40f18 pc=0x5b5b45
runtime.goexit({})
...
net/http.(*http2clientConnReadLoop).run(0xc0000bbfa8)
	/workdir/go/src/net/http/h2_bundle.go:9334 +0x225 fp=0xc0000bbf18 sp=0xc0000bbd38 pc=0x8d3e65
net/http.(*http2ClientConn).readLoop(0xc002108000)
	/workdir/go/src/net/http/h2_bundle.go:9229 +0xe5 fp=0xc0000bbfc0 sp=0xc0000bbf18 pc=0x8d2d25
net/http.(*http2Transport).newClientConn.gowrap1()
	/workdir/go/src/net/http/h2_bundle.go:7879 +0x34 fp=0xc0000bbfe0 sp=0xc0000bbfc0 pc=0x8c7a34
runtime.goexit({})
	/workdir/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000bbfe8 sp=0xc0000bbfe0 pc=0x4af3e1
created by net/http.(*http2Transport).newClientConn in goroutine 20429
	/workdir/go/src/net/http/h2_bundle.go:7879 +0x1cab
2024-04-03 18:00 linux-amd64-race go@a65a2bbd net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m56s)

goroutine 20292 gp=0xc0003c3180 m=4 mp=0xc000071808 [running]:
panic({0xb46ce0?, 0xc00147a0a0?})
	/workdir/go/src/runtime/panic.go:779 +0x158 fp=0xc0000d9f18 sp=0xc0000d9e68 pc=0x4726b8
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2366 +0x265 fp=0xc0000d9fe0 sp=0xc0000d9f18 pc=0x5b5b45
runtime.goexit({})
...
net/http.(*http2clientStream).writeRequest(0xc00202e300, 0xc002815320)
	/workdir/go/src/net/http/h2_bundle.go:8522 +0x162c fp=0xc000c23f88 sp=0xc000c23b80 pc=0x8ccaac
net/http.(*http2clientStream).doRequest(0xc00202e300, 0xc002815320)
	/workdir/go/src/net/http/h2_bundle.go:8384 +0x34 fp=0xc000c23fb0 sp=0xc000c23f88 pc=0x8cb434
net/http.(*http2ClientConn).RoundTrip.gowrap1()
	/workdir/go/src/net/http/h2_bundle.go:8290 +0x45 fp=0xc000c23fe0 sp=0xc000c23fb0 pc=0x8cb3c5
runtime.goexit({})
	/workdir/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000c23fe8 sp=0xc000c23fe0 pc=0x4af3e1
created by net/http.(*http2ClientConn).RoundTrip in goroutine 2575
	/workdir/go/src/net/http/h2_bundle.go:8290 +0x7d8
2024-04-03 18:01 darwin-amd64-12_0 go@74501172 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (2m59s)
	TestRequestLimit/h2 (2m55s)

goroutine 54068 [running]:
panic({0x1438720?, 0xc000efa0a0?})
	/tmp/buildlet/go/src/runtime/panic.go:1017 +0x3ac fp=0xc0003c8f10 sp=0xc0003c8e60 pc=0x103748c
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2259 +0x3b9 fp=0xc0003c8fe0 sp=0xc0003c8f10 pc=0x10fd579
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0003c8fe8 sp=0xc0003c8fe0 pc=0x106d5c1
created by time.goFunc
	/tmp/buildlet/go/src/time/sleep.go:176 +0x2d
2024-04-03 18:01 darwin-amd64-nocgo go@74501172 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (2m59s)
	TestRequestLimit/h2 (2m56s)

goroutine 47849 [running]:
panic({0x14375e0?, 0xc0004faad0?})
	/tmp/buildlet/go/src/runtime/panic.go:1017 +0x3ac fp=0xc000a6cf10 sp=0xc000a6ce60 pc=0x103680c
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2259 +0x3b9 fp=0xc000a6cfe0 sp=0xc000a6cf10 pc=0x10fc659
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000a6cfe8 sp=0xc000a6cfe0 pc=0x106c701
created by time.goFunc
	/tmp/buildlet/go/src/time/sleep.go:176 +0x2d
2024-04-03 18:01 linux-amd64-race go@74501172 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit (2m58s)
	TestRequestLimit/h2 (2m55s)

goroutine 26200 [running]:
panic({0xae6fe0?, 0xc001b471a0?})
	/workdir/go/src/runtime/panic.go:1017 +0x3ac fp=0xc0001e5f18 sp=0xc0001e5e68 pc=0x46fe4c
testing.(*M).startAlarm.func1()
	/workdir/go/src/testing/testing.go:2259 +0x259 fp=0xc0001e5fe0 sp=0xc0001e5f18 pc=0x599d59
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0001e5fe8 sp=0xc0001e5fe0 pc=0x4a79c1
created by time.goFunc
	/workdir/go/src/time/sleep.go:176 +0x45

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-03 18:00 darwin-amd64-nocgo go@a65a2bbd net/http (log)
panic: test timed out after 3m0s
running tests:
	TestRequestLimit/h2 (2m55s)

goroutine 40337 gp=0xc000870380 m=7 mp=0xc000500008 [running]:
panic({0xe836fa0?, 0xc00157cd10?})
	/tmp/buildlet/go/src/runtime/panic.go:779 +0x158 fp=0xc000578f10 sp=0xc000578e60 pc=0xe322558
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2366 +0x385 fp=0xc000578fe0 sp=0xc000578f10 pc=0xe3f2805
runtime.goexit({})
...
net/http.http2ConfigureServer.func1(0xc0004970e0, 0xc000894a88, {0xe8d0d58, 0xc00136a200})
	/tmp/buildlet/go/src/net/http/h2_bundle.go:4132 +0x125 fp=0xc000fc1b90 sp=0xc000fc1b08 pc=0xe5b35c5
net/http.(*conn).serve(0xc001644120, {0xe8d44c0, 0xc000a70900})
	/tmp/buildlet/go/src/net/http/server.go:1947 +0x12f3 fp=0xc000fc1fb8 sp=0xc000fc1b90 pc=0xe5eb9f3
net/http.(*Server).Serve.gowrap3()
	/tmp/buildlet/go/src/net/http/server.go:3285 +0x28 fp=0xc000fc1fe0 sp=0xc000fc1fb8 pc=0xe5f0248
runtime.goexit({})
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000fc1fe8 sp=0xc000fc1fe0 pc=0xe35d7e1
created by net/http.(*Server).Serve in goroutine 10275
	/tmp/buildlet/go/src/net/http/server.go:3285 +0x4b4

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-04-03 18:00 darwin-amd64-race go@a65a2bbd net/http (log)
panic: test timed out after 6m0s
running tests:
	TestRequestLimit/h2 (5m45s)

goroutine 24029 gp=0xc0008b9340 m=12 mp=0xc000503608 [running]:
panic({0xea07b00?, 0xc0005101c0?})
	/tmp/buildlet/go/src/runtime/panic.go:779 +0x158 fp=0xc000641f18 sp=0xc000641e68 pc=0xe21aab8
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2366 +0x265 fp=0xc000641fe0 sp=0xc000641f18 pc=0xe34f045
runtime.goexit({})
...
net/http.http2ConfigureServer.func1(0xc00060e780, 0xc0014e4708, {0xeaa7e28, 0xc0001cd260})
	/tmp/buildlet/go/src/net/http/h2_bundle.go:4132 +0x1aa fp=0xc00054fa78 sp=0xc00054f9e0 pc=0xe64f0ca
net/http.(*conn).serve(0xc003c2a120, {0xeaab680, 0xc00196ff20})
	/tmp/buildlet/go/src/net/http/server.go:1947 +0xd42 fp=0xc00054ffa0 sp=0xc00054fa78 pc=0xe6af4a2
net/http.(*Server).Serve.gowrap3()
	/tmp/buildlet/go/src/net/http/server.go:3285 +0x50 fp=0xc00054ffe0 sp=0xc00054ffa0 pc=0xe6b79d0
runtime.goexit({})
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00054ffe8 sp=0xc00054ffe0 pc=0xe2580a1
created by net/http.(*Server).Serve in goroutine 7424
	/tmp/buildlet/go/src/net/http/server.go:3285 +0x8ed

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