``` #!watchflakes post <- pkg == "net" && test == "TestReadTimeout" && `timeout_test.go:\d+: .*EOF` ``` ``` --- FAIL: TestReadTimeout (0.31s) timeout_test.go:348: #1/1: EOF FAIL FAIL net 47.085s ``` [2021-01-13T23:37:31-7eb31d9/dragonfly-amd64-5_8](https://build.golang.org/log/f06d4d4c72f08845df66e808561d72c6189a480e) [2020-11-06T19:42:05-362d25f/freebsd-arm-paulzhol](https://build.golang.org/log/d0a3b72d5f80808071c28b9fd3d6e9ebb09e1010) These failures seem to be quite rare, but the failure mode is not exactly [useful](http://golang.org/wiki/CodeReviewComments#useful-test-failures). It's not clear to me what's going on here. CC @bradfitz @ianlancetaylor
2021-01-13T23:37:31-7eb31d9/dragonfly-amd64-5_8
2020-11-06T19:42:05-362d25f/freebsd-arm-paulzhol
These failures seem to be quite rare, but the failure mode is not exactly useful. It's not clear to me what's going on here.
CC @bradfitz @ianlancetaylor