crypto/tls.TestVerifyHostnameResumed is consistently failing in the linux-amd64-longtest builder.
First failure was at CL 184099, which appears to be unrelated. That suggests some sort of change in a non-hermetic dependency, or perhaps in the builder itself.
Example: https://build.golang.org/log/67d2b12bec6bf70eb818bb3246aee32990ecd9e6
--- FAIL: TestVerifyHostnameResumed (0.10s)
--- FAIL: TestVerifyHostnameResumed/TLSv12 (0.05s)
tls_test.go:383: Subsequent connection unexpectedly didn't resume
--- FAIL: TestVerifyHostnameResumed/TLSv13 (0.05s)
tls_test.go:383: Subsequent connection unexpectedly didn't resume
FAIL
FAIL crypto/tls 0.828s
CC @agl
crypto/tls.TestVerifyHostnameResumedis consistently failing in thelinux-amd64-longtestbuilder.First failure was at CL 184099, which appears to be unrelated. That suggests some sort of change in a non-hermetic dependency, or perhaps in the builder itself.
Example: https://build.golang.org/log/67d2b12bec6bf70eb818bb3246aee32990ecd9e6
CC @agl