Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

x/net/ipv4: TestPacketConnConcurrentReadWriteUnicastUDP failures #61488

Closed
gopherbot opened this issue Jul 20, 2023 · 2 comments
Closed

x/net/ipv4: TestPacketConnConcurrentReadWriteUnicastUDP failures #61488

gopherbot opened this issue Jul 20, 2023 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

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

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 10m0s

sync.runtime_Semacquire(0xc000159d00?)
	/tmp/workdir/go/src/runtime/sema.go:62 +0x25
sync.(*WaitGroup).Wait(0x5adfca?)
	/tmp/workdir/go/src/sync/waitgroup.go:139 +0x52
golang.org/x/net/ipv4_test.TestPacketConnConcurrentReadWriteUnicastUDP(0xc0001796c0)
	/tmp/workdir/gopath/src/golang.org/x/net/ipv4/readwrite_test.go:322 +0x60a
testing.tRunner(0xc0001796c0, 0x5bafa0)

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 Jul 20, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/ipv4" && test == "TestPacketConnConcurrentReadWriteUnicastUDP"
2023-07-18 22:51 freebsd-amd64-13_0 net@d0912d40 go@8c8277b8 x/net/ipv4.TestPacketConnConcurrentReadWriteUnicastUDP (log)
panic: test timed out after 10m0s

sync.runtime_Semacquire(0xc000159d00?)
	/tmp/workdir/go/src/runtime/sema.go:62 +0x25
sync.(*WaitGroup).Wait(0x5adfca?)
	/tmp/workdir/go/src/sync/waitgroup.go:139 +0x52
golang.org/x/net/ipv4_test.TestPacketConnConcurrentReadWriteUnicastUDP(0xc0001796c0)
	/tmp/workdir/gopath/src/golang.org/x/net/ipv4/readwrite_test.go:322 +0x60a
testing.tRunner(0xc0001796c0, 0x5bafa0)

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Jul 20, 2023
@bcmills
Copy link
Contributor

bcmills commented Jul 21, 2023

Duplicate of #54595

@bcmills bcmills marked this as a duplicate of #54595 Jul 21, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jul 21, 2023
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