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 #65043

Closed
gopherbot opened this issue Jan 9, 2024 · 3 comments
Closed

net/http: unrecognized failures #65043

gopherbot opened this issue Jan 9, 2024 · 3 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:
	TestCancelRequestWhenSharingConnection (2m58s)
	TestCancelRequestWhenSharingConnection/h1 (2m52s)

goroutine 21087 [running]:
panic({0x1450d60, 0xc0010840d0})
	/tmp/buildlet/go/src/runtime/panic.go:987 +0x3bb fp=0xc000603f10 sp=0xc000603e50 pc=0x103577b
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2241 +0x3c5 fp=0xc000603fe0 sp=0xc000603f10 pc=0x10fdae5
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000603fe8 sp=0xc000603fe0 pc=0x106b881
created by time.goFunc
	/tmp/buildlet/go/src/time/sleep.go:176 +0x32

goroutine 2 [running]:
	goroutine running on other thread; stack unavailable
created by runtime.init.6
	/tmp/buildlet/go/src/runtime/proc.go:293 +0x25

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == ""
2024-01-04 22:45 darwin-amd64-13 go@5c38c049 net/http (log)
panic: test timed out after 3m0s
running tests:
	TestCancelRequestWhenSharingConnection (2m58s)
	TestCancelRequestWhenSharingConnection/h1 (2m52s)

goroutine 21087 [running]:
panic({0x1450d60, 0xc0010840d0})
	/tmp/buildlet/go/src/runtime/panic.go:987 +0x3bb fp=0xc000603f10 sp=0xc000603e50 pc=0x103577b
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2241 +0x3c5 fp=0xc000603fe0 sp=0xc000603f10 pc=0x10fdae5
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc000603fe8 sp=0xc000603fe0 pc=0x106b881
created by time.goFunc
	/tmp/buildlet/go/src/time/sleep.go:176 +0x32

goroutine 2 [running]:
	goroutine running on other thread; stack unavailable
created by runtime.init.6
	/tmp/buildlet/go/src/runtime/proc.go:293 +0x25

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 9, 2024

This is a duplicate of #56587; not sure why watchflakes didn't match it.

@bcmills
Copy link
Contributor

bcmills commented Jan 9, 2024

Duplicate of #56587

@bcmills bcmills marked this as a duplicate of #56587 Jan 9, 2024
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2024
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
None yet
Development

No branches or pull requests

2 participants