Open
Description
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
--- FAIL: TestTLSClient (0.00s)
smtp_test.go:610: client error: close tcp 127.0.0.1:46828->127.0.0.1:46827: connection reset by peer
FAIL
FAIL net/smtp 0.016s
which is also what besmirched my otherwise-clean TryBot run.