-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/go: occasional network and server errors in tests that connect to rsc.io #49954
Comments
rsc.io is just about the most trivial App Engine server ever. Except for App Engine taking it down for being too old a Go version, it's never had any appreciable downtime. It's possible that App Engine really is hanging up on the connection, but it seems equally possible that the VM is hanging up on the connection. I wonder if we should respond to ECONNRESET by trying one more time? |
One more, from a SlowBot on CL 376655: |
It's curious that this failure mode happens so much for frequently for Scanning the failures over the last year:
2021-12-08T15:30:52-9fe77de/linux-386-longtest ( To me that suggests a problem specific to the App Engine service — perhaps either a bug in the App Engine version of the Go runtime, or flakiness in some network infrastructure sitting it front of the service. |
|
And a related failure mode: |
Found new matching dashboard test flakes for:
2022-08-22 23:36 linux-386-longtest go@0f42e35f cmd/go.TestScript (log)
2022-08-29 19:17 linux-amd64-longtest go@37cedd26 cmd/go.TestScript (log)
2022-09-06 21:53 linux-386-longtest go@86f8b8d3 cmd/go.TestIssue11457 (log)
2022-09-07 05:37 linux-386-longtest go@c011270f cmd/go.TestScript (log)
2022-09-15 20:02 linux-amd64-longtest go@a2973914 cmd/go.TestScript (log)
|
Found new dashboard test flakes for:
2022-09-23 01:07 linux-386-longtest go@c2ede92a cmd/go.TestScript (log)
|
Found new dashboard test flakes for:
2022-09-23 15:03 linux-amd64-longtest go@65deb9c3 cmd/go/internal/modfetch.TestCodeRepo (log)
2022-09-23 15:03 linux-amd64-longtest go@65deb9c3 cmd/go/internal/modfetch.TestCodeRepoVersions (log)
2022-09-23 15:03 linux-amd64-longtest go@65deb9c3 cmd/go/internal/modfetch.TestLatest (log)
|
Found new dashboard test flakes for:
2022-09-27 16:50 linux-amd64-longtest go@7d157fd0 cmd/go/internal/modfetch.TestCodeRepo (log)
|
Found new dashboard test flakes for:
2022-12-08 19:06 linux-amd64-longtest-race go@8247b9f1 cmd/go.TestScript (log)
|
Found new dashboard test flakes for:
2022-12-22 04:34 linux-386-longtest go@de6abd78 cmd/go.TestScript (log)
|
Found new dashboard test flakes for:
2022-12-19 22:23 linux-386-longtest go@e6adccb3 cmd/go.TestScript (log)
|
Found new dashboard test flakes for:
2023-01-09 17:35 linux-amd64-longtest go@7d06dd61 cmd/go.TestScript (log)
|
Found new dashboard test flakes for:
2023-01-25 07:07 linux-amd64-longtest-race go@a11b8e37 cmd/go.TestScript (log)
|
Found new dashboard test flakes for:
2023-01-30 14:56 linux-amd64-longtest-race go@ee5ce77c cmd/go.TestScript (log)
2023-02-01 22:45 linux-arm64-longtest go@40a09869 cmd/go/internal/modfetch.TestCodeRepo (log)
2023-02-01 22:45 linux-arm64-longtest go@40a09869 cmd/go/internal/modfetch.TestCodeRepoVersions (log)
2023-02-01 22:45 linux-arm64-longtest go@40a09869 cmd/go/internal/modfetch.TestLatest (log)
|
Found new dashboard test flakes for:
2023-02-04 07:03 linux-amd64-longtest-race go@4636c57f cmd/go.TestScript (log)
2023-02-06 18:37 linux-amd64-longtest go@677038f8 cmd/go.TestScript (log)
2023-02-09 21:13 linux-386-longtest go@da47cd61 cmd/go.TestScript (log)
|
Found new dashboard test flakes for:
2023-10-09 17:28 linux-amd64-longtest go@afd7c15c cmd/go/internal/modfetch.TestCodeRepoVersions (log)
2023-10-09 17:28 linux-amd64-longtest go@afd7c15c cmd/go/internal/modfetch.TestLatest (log)
|
Found new dashboard test flakes for:
2024-04-11 00:32 windows-amd64-longtest go@b6778c52 cmd/go/internal/modfetch.TestCodeRepo (log)
|
Found new dashboard test flakes for:
2024-04-22 15:29 linux-amd64-longtest go@734fd7a9 cmd/go.TestScript (log)
|
Found new dashboard test flakes for:
2024-09-18 20:57 gotip-linux-amd64-longtest-aliastypeparams go@7ba074fe cmd/go.TestScript/mod_sumdb_golang (log)
|
greplogs --dashboard -md -l -e 'Get "https://rsc\.io/.*read: connection reset by peer' --since=2021-01-01
2021-12-01T10:19:34-0e1d553/linux-386-longtest
2021-11-24T20:51:25-5d8c49a/linux-386-longtest
2021-11-16T17:13:33-29ec902/linux-386-longtest
2021-11-15T19:24:28-9265558/linux-386-longtest
2021-09-30T18:10:18-205640e/linux-amd64-longtest
2021-02-24T19:25:49-bf48163/linux-386-longtest
2021-02-23T21:49:20-0458d8c/linux-amd64-longtest
2021-02-13T15:15:13-66c2709/linux-amd64-longtest
The text was updated successfully, but these errors were encountered: