-
Notifications
You must be signed in to change notification settings - Fork 18k
net: BenchmarkTCP{4,6}ConcurrentReadWrite failures on freebsd-amd64-race with "read: connection reset by peer" #45214
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
Comments
#19229 also features |
which version of freebsd? i can't reproduce on |
also, are you running freebsd in a virtual machine for tests? |
Looks like it's FreeBSD 12.0 of some flavor, on a GCE @golang/release could probably get you more details. |
The failure rate is not particularly high, so you may also need a lot of runs to reproduce the failure. |
okay -- i just ran it on my local machine with |
There's one more in the logs today: That's three in two days, and none that I can find before that. So the regression is probably very recent, whatever it is. |
i still can't reproduce using it looks like a likely culprit is commit |
maybe grasping at straws but what if you update the test image to the latest release in the freebsd 12 line? it seems like that'd be a good start. it looks like you're running 12.0 but the latest production release is 12.2. we have the following errata that might cause this issue for which the fix is to update the kernel version: https://www.freebsd.org/security/advisories/FreeBSD-EN-19:02.tcp.asc i iust ran 100 iterations of the benchmark on a 16 core GCP instance running FreeBSD 12.2 without errors. it seems reasonable to try the latest stable release in the 12 line instead of 12.0. |
We're working on updating the builders soon in #44431. |
looks like the default builder has been updated to 12.2. is there a way to see the results? |
The new builder will be used in future testing (existing commit with test results are not automatically re-tested at this time), so its results will show up when new commits are pushed, or by explicitly sending a (possibly empty) change and requesting it via |
has this error returned? it looks like the freebsd builders have been relatively happy: |
There doesn't seem to be any recent occurrences. Closing this issue. |
2021-03-23T05:12:12-cd26192/freebsd-amd64-race
2021-03-23T04:23:52-0265b64/freebsd-amd64-race
(See also #20960.)
CC @bradfitz @ianlancetaylor
These failures are both very recent, so I wonder if something has recently changed in the
net
package or thefreebsd-amd64-race
builders. (CC @golang/release)The text was updated successfully, but these errors were encountered: