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: ExampleIP_Equal failures #72817

Open
gopherbot opened this issue Mar 12, 2025 · 1 comment
Open

net: ExampleIP_Equal failures #72817

gopherbot opened this issue Mar 12, 2025 · 1 comment
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 == "net" && test == "ExampleIP_Equal"

Issue created automatically to collect these failures.

Example (log):

=== RUN   ExampleIP_Equal
panic: Log in goroutine after TestCloseUnblocksReadUDP has completed: closing conn...

goroutine 1571 gp=0x8ba380 m=0 mp=0x3ba2a0 [running]:
panic({0x2d360, 0x908c50})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x23 fp=0x8ade48 sp=0x8adda0 pc=0x150f0023
testing.(*common).logDepth(0x9b6fc0, {0xb9ae30, 0xf}, 0x3)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1065 +0x3c fp=0x8adf38 sp=0x8ade48 pc=0x1a28003c
testing.(*common).log(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1047
...
runtime.chansend(0x9ba3f0, 0x8a8fb8, 0x1, 0x210d0003)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chan.go:283 +0x4a fp=0x8a8f50 sp=0x8a8ec0 pc=0x10a9004a
runtime.chansend1(0x9ba3f0, 0x8a8fb8)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chan.go:161 +0x2 fp=0x8a8f80 sp=0x8a8f50 pc=0x10a80002
net.TestAcceptIgnoreAbortedConnRequest.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/net/net_test.go:307 +0x3 fp=0x8a8fe0 sp=0x8a8f80 pc=0x210d0003
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_wasm.s:428 +0x1 fp=0x8a8fe8 sp=0x8a8fe0 pc=0x158d0001
created by net.TestAcceptIgnoreAbortedConnRequest in goroutine 359
	/home/swarming/.swarming/w/ir/x/w/goroot/src/net/net_test.go:304 +0x6

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 12, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net" && test == "ExampleIP_Equal"
2025-03-12 12:40 gotip-js-wasm go@35cb497d net.ExampleIP_Equal [ABORT] (log)
=== RUN   ExampleIP_Equal
panic: Log in goroutine after TestCloseUnblocksReadUDP has completed: closing conn...

goroutine 1571 gp=0x8ba380 m=0 mp=0x3ba2a0 [running]:
panic({0x2d360, 0x908c50})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x23 fp=0x8ade48 sp=0x8adda0 pc=0x150f0023
testing.(*common).logDepth(0x9b6fc0, {0xb9ae30, 0xf}, 0x3)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1065 +0x3c fp=0x8adf38 sp=0x8ade48 pc=0x1a28003c
testing.(*common).log(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1047
...
runtime.chansend(0x9ba3f0, 0x8a8fb8, 0x1, 0x210d0003)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chan.go:283 +0x4a fp=0x8a8f50 sp=0x8a8ec0 pc=0x10a9004a
runtime.chansend1(0x9ba3f0, 0x8a8fb8)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chan.go:161 +0x2 fp=0x8a8f80 sp=0x8a8f50 pc=0x10a80002
net.TestAcceptIgnoreAbortedConnRequest.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/net/net_test.go:307 +0x3 fp=0x8a8fe0 sp=0x8a8f80 pc=0x210d0003
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_wasm.s:428 +0x1 fp=0x8a8fe8 sp=0x8a8fe0 pc=0x158d0001
created by net.TestAcceptIgnoreAbortedConnRequest in goroutine 359
	/home/swarming/.swarming/w/ir/x/w/goroot/src/net/net_test.go:304 +0x6

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