-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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/smtp: TestTLSClient failures with "connection reset by peer" on freebsd #19229
Comments
Happened again: https://storage.googleapis.com/go-build-log/82d5c3e9/freebsd-amd64-gce101_318ec227.log. Going to mail a CL disabling the test for now. |
Updates golang#19229 Change-Id: Ibe1ea090ac064c7eb5abd225214ab43744bafbc4
CL https://golang.org/cl/37653 mentions this issue. |
Updates #19229 Change-Id: Ibe1ea090ac064c7eb5abd225214ab43744bafbc4 Reviewed-on: https://go-review.googlesource.com/37653 Run-TryBot: Josh Bleecher Snyder <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
This test is failing with my fake networking for js/wasm. It might be flaky on freebsd/amd64 for the same reason. Here is what I found:
|
Change https://golang.org/cl/120958 mentions this issue: |
Another failure, this time on
|
Change https://golang.org/cl/370137 mentions this issue: |
This test seems like it needs attention from a TLS and/or FreeBSD expert. In the meantime, it needs to stop causing noise on the build dashboard. For #19229 Change-Id: If7e9e3533ae7cb29006a670c3e9df90512dcf9f2 Reviewed-on: https://go-review.googlesource.com/c/go/+/370137 Trust: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
A proper fix for this will likely need someone with at least some expertise in the TLS protocol and/or the FreeBSD network stack (i.e. not me 😅). |
I don't think the issue is crypto/tls trying to send the close notify alert, or we would see |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.8+ (development)
What operating system and processor architecture are you using (
go env
)?freebsd-amd64-gce101
What did you do?
Tried to run Trybots for an unrelated change:
https://go-review.googlesource.com/c/37333/#message-ae31a67c5f6927959d8d507bc5ae951e01fbc4e7
Observed failure, followed instructions to check https://build.golang.org
In the first column for freebsd-x64 (the left-hand one), I clicked through some of the failures in that column, and noticed the repeated occurrence of
which is also what besmirched my otherwise-clean TryBot run.
The text was updated successfully, but these errors were encountered: