-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: apparent deadlock in TestVariousDeadlines on arm64 #41863
Comments
Now that #45065 is addressed this builder runs as a TryBot, and the test has started flaking in TryBot runs: |
https://storage.googleapis.com/go-build-log/82562e9f/linux-arm64-aws_2cdea579.log (a TryBot on |
https://storage.googleapis.com/go-build-log/50416916/linux-arm64-aws_46a4baa6.log (a TryBot on the main branch) |
Change https://golang.org/cl/371994 mentions this issue: |
When we set a timeout, we don't actually have a guarantee one how long the OS will take to notice it. Moreover, if the test deadlocks completely (for example, due to a deadline never taking effect), it would be more useful to get a full goroutine dump instead of the current "client stuck in Dial+Copy" failure message. For #37883 For #41863 Change-Id: I9f712ef1c620f97a5ab69baac45deb71134b99bc Reviewed-on: https://go-review.googlesource.com/c/go/+/371994 Trust: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
This was likely a symptom of #45211. |
2020-10-07T20:07:07-83dfc0d/linux-arm64-aws
2020-09-30T05:39:59-3caaadd/linux-arm64-aws
2020-09-25T18:07:42-74c3b50/linux-arm64-aws
2020-09-24T18:18:20-4285094/linux-arm64-aws
2020-09-18T17:21:06-d91d076/linux-arm64-aws
2020-09-16T16:07:00-37aa653/linux-arm64-aws
2020-09-13T19:17:09-66e66e7/linux-arm64-aws
2020-09-11T14:22:17-6e3df74/linux-arm64-aws
2020-08-25T20:04:27-8381408/linux-arm64-aws
See previously #37883, #19519 (
TestVariousDeadlines
); #41326 (net
deadlock onlinux-arm64-aws
).CC @cagedmantis (
linux-arm64-aws
), @mikioh @bradfitz @ianlancetaylor (net
)The text was updated successfully, but these errors were encountered: