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_IsLinkLocalUnicast failures #72813

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

net: ExampleIP_IsLinkLocalUnicast failures #72813

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_IsLinkLocalUnicast"

Issue created automatically to collect these failures.

Example (log):

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

goroutine 1582 gp=0x8ba380 m=0 mp=0x3ba2a0 [running]:
panic({0x2d360, 0x909b40})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x23 fp=0x8ace48 sp=0x8acda0 pc=0x150f0023
testing.(*common).logDepth(0x9b8fc0, {0xb9b840, 0xf}, 0x3)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1065 +0x3c fp=0x8acf38 sp=0x8ace48 pc=0x1a28003c
testing.(*common).log(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1047
...
runtime.chansend(0x9ba3f0, 0x8a97b8, 0x1, 0x210d0003)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chan.go:283 +0x4a fp=0x8a9750 sp=0x8a96c0 pc=0x10a9004a
runtime.chansend1(0x9ba3f0, 0x8a97b8)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chan.go:161 +0x2 fp=0x8a9780 sp=0x8a9750 pc=0x10a80002
net.TestAcceptIgnoreAbortedConnRequest.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/net/net_test.go:307 +0x3 fp=0x8a97e0 sp=0x8a9780 pc=0x210d0003
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_wasm.s:428 +0x1 fp=0x8a97e8 sp=0x8a97e0 pc=0x158d0001
created by net.TestAcceptIgnoreAbortedConnRequest in goroutine 353
	/home/swarming/.swarming/w/ir/x/w/goroot/src/net/net_test.go:304 +0x6

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

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

goroutine 1582 gp=0x8ba380 m=0 mp=0x3ba2a0 [running]:
panic({0x2d360, 0x909b40})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x23 fp=0x8ace48 sp=0x8acda0 pc=0x150f0023
testing.(*common).logDepth(0x9b8fc0, {0xb9b840, 0xf}, 0x3)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1065 +0x3c fp=0x8acf38 sp=0x8ace48 pc=0x1a28003c
testing.(*common).log(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1047
...
runtime.chansend(0x9ba3f0, 0x8a97b8, 0x1, 0x210d0003)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chan.go:283 +0x4a fp=0x8a9750 sp=0x8a96c0 pc=0x10a9004a
runtime.chansend1(0x9ba3f0, 0x8a97b8)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chan.go:161 +0x2 fp=0x8a9780 sp=0x8a9750 pc=0x10a80002
net.TestAcceptIgnoreAbortedConnRequest.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/net/net_test.go:307 +0x3 fp=0x8a97e0 sp=0x8a9780 pc=0x210d0003
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_wasm.s:428 +0x1 fp=0x8a97e8 sp=0x8a97e0 pc=0x158d0001
created by net.TestAcceptIgnoreAbortedConnRequest in goroutine 353
	/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
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