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: TestDialCancel failing on linux-riscv64-unmatched with unexpected successful connection #61590

Closed
bcmills opened this issue Jul 26, 2023 · 4 comments
Labels
arch-riscv Issues solely affecting the riscv64 architecture. Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Jul 26, 2023

#!watchflakes
post <- builder == "linux-riscv64-unmatched" && pkg == "net" && test == "TestDialCancel" && `unexpected successful connection`

https://build.golang.org/log/8b3e8b5ee2e0dc7f1839d58607ee8dd02876d29f:

--- FAIL: TestDialCancel (0.00s)
    dial_test.go:775: unexpected successful connection
2023/07/26 12:24:22 killing splice client after 5 second shutdown timeout
FAIL
FAIL	net	39.268s

(attn @golang/riscv64; CC @ianlancetaylor, @neild)

See previously:

@bcmills bcmills added Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. arch-riscv Issues solely affecting the riscv64 architecture. labels Jul 26, 2023
@bcmills bcmills added this to the Backlog milestone Jul 26, 2023
@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "linux-riscv64-unmatched" && pkg == "net" && test == "TestDialCancel" && `unexpected successful connection`
2023-07-26 11:18 linux-riscv64-unmatched go@a3c1836d net.TestDialCancel (log)
--- FAIL: TestDialCancel (0.00s)
    dial_test.go:775: unexpected successful connection
2023/07/26 12:24:22 killing splice client after 5 second shutdown timeout
2023-07-26 12:38 linux-riscv64-unmatched go@2a1ba6eb net.TestDialCancel (log)
--- FAIL: TestDialCancel (0.00s)
    dial_test.go:775: unexpected successful connection
2023/07/26 13:36:09 killing splice client after 5 second shutdown timeout
2023-07-26 12:39 linux-riscv64-unmatched go@af297c35 net.TestDialCancel (log)
--- FAIL: TestDialCancel (0.00s)
    dial_test.go:775: unexpected successful connection
2023/07/26 15:10:44 killing splice client after 5 second shutdown timeout

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "linux-riscv64-unmatched" && pkg == "net" && test == "TestDialCancel" && `unexpected successful connection`
2023-07-26 15:13 linux-riscv64-unmatched go@f0894a00 net.TestDialCancel (log)
--- FAIL: TestDialCancel (0.00s)
    dial_test.go:775: unexpected successful connection
2023/07/26 16:23:00 killing splice client after 5 second shutdown timeout

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "linux-riscv64-unmatched" && pkg == "net" && test == "TestDialCancel" && `unexpected successful connection`
2023-07-26 17:18 linux-riscv64-unmatched go@c94f39a8 net.TestDialCancel (log)
--- FAIL: TestDialCancel (0.00s)
    dial_test.go:775: unexpected successful connection
2023/07/26 18:22:14 killing splice client after 5 second shutdown timeout
2023-07-26 17:19 linux-riscv64-unmatched go@67983c0f net.TestDialCancel (log)
--- FAIL: TestDialCancel (0.00s)
    dial_test.go:775: unexpected successful connection
2023/07/26 19:25:12 killing splice client after 5 second shutdown timeout
2023-07-26 19:27 linux-riscv64-unmatched go@e4fdb437 net.TestDialCancel (log)
--- FAIL: TestDialCancel (0.00s)
    dial_test.go:775: unexpected successful connection
2023/07/26 21:24:23 killing splice client after 5 second shutdown timeout

watchflakes

@gopherbot
Copy link

Change https://go.dev/cl/513595 mentions this issue: net: ignore blackhole route in TestDialCancel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-riscv Issues solely affecting the riscv64 architecture. Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

2 participants