-
Notifications
You must be signed in to change notification settings - Fork 17.6k
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
x/build: linux-amd64-wsl builder runs into "unexpected EOF" errors downloading dependencies #54275
Comments
That's weird, the logs shows that enviroment is |
cc @oiooj |
Thanks! All errors occured on |
The errors should be fixed if nothing else. I've seen things like:
which is not terribly clear. It should be more like a usual network failure. |
Found new matching dashboard test flakes for:
2022-07-08 22:07 linux-amd64-wsl net@1185a901 go@8e1e64c1 (log)
2022-07-13 16:33 linux-amd64-wsl website@cb841f4c go@558785a0 (log)
2022-07-13 21:08 linux-amd64-wsl tools@9b6c0189 go@1ed3c127 (build failure) (log)
2022-07-13 21:08 linux-amd64-wsl tools@9b6c0189 go@1ed3c127 (build failure) (log)
2022-07-13 21:08 linux-amd64-wsl tools@9b6c0189 go@88a06f40 (build failure) (log)
2022-07-13 21:08 linux-amd64-wsl tools@9b6c0189 go@88a06f40 (build failure) (log)
2022-07-18 23:12 linux-amd64-wsl tools@2957e9da go@176b63e7 (build failure) (log)
2022-07-18 23:12 linux-amd64-wsl tools@2957e9da go@176b63e7 (build failure) (log)
2022-07-18 23:12 linux-amd64-wsl tools@2957e9da go@8e1e64c1 (build failure) (log)
2022-07-25 10:54 linux-amd64-wsl vuln@4151a5ac go@e99f53fe (log)
2022-07-27 16:29 linux-amd64-wsl tools@b3b5c13b go@ed50277f (build failure) (log)
2022-07-28 18:09 linux-amd64-wsl website@d7ce3812 go@703c8ab7 (log)
2022-07-29 20:19 linux-amd64-wsl tools@9580c84d go@f32519e5 (build failure) (log)
2022-07-29 20:19 linux-amd64-wsl tools@9580c84d go@f32519e5 (build failure) (log)
2022-08-01 13:49 linux-amd64-wsl tools@9f656850 go@9240558e (build failure) (log)
2022-08-01 15:15 linux-amd64-wsl website@0688a425 go@dee3efd9 (log)
2022-08-01 17:28 linux-amd64-wsl tools@bd3f5247 go@be59153d (build failure) (log)
2022-08-01 17:28 linux-amd64-wsl tools@bd3f5247 go@be59153d (build failure) (log)
2022-08-01 17:51 linux-amd64-wsl website@4504da45 go@be59153d (log)
2022-08-02 17:13 linux-amd64-wsl website@9488f167 go@c6a2dada (log)
2022-08-31 14:13 linux-amd64-wsl website@4dea5cf3 go@fa0e3bff (log)
2022-09-09 15:30 linux-amd64-wsl tools@eeaf4eb2 go@86188584 (log)
2022-09-09 15:30 linux-amd64-wsl website@c4649c6f go@e5094527 (log)
2022-09-19 17:23 linux-amd64-wsl benchmarks@fdd6c4b5 go@1eeb257b (log)
|
That's #52727, fixed at head (but not backported, and many of these occur on x/ repos on release branches).
Unfortunately that is the usual network failure produced by I don't think the fundamental problem can be fixed in a way that preserves backward compatibility, but I did add a comment in #5465 (comment). (Compare #53472.) |
Found new dashboard test flakes for:
2022-09-20 12:40 linux-amd64-wsl tools@df2eb938 go@1eeb257b [build] (log)
2022-09-20 12:41 linux-amd64-wsl tools@f9016238 go@d5a5db3b [build] (log)
2022-09-20 12:41 linux-amd64-wsl tools@f9016238 go@225bcec9 [build] (log)
2022-09-20 12:41 linux-amd64-wsl tools@f9016238 go@225bcec9 [build] (log)
|
Found new dashboard test flakes for:
2023-07-17 23:36 linux-amd64-wsl tools@48026e1f go@e58941fc [build] (log)
|
Found new dashboard test flakes for:
2024-01-11 21:07 linux-amd64-wsl debug@6ef5bc26 go@b44f6378 (log)
|
From https://build.golang.org/log/1d606b9af9022065aa9b7b4dd76799415ae5fd0b:
The "https:/goproxy.io" part looks unusual, should that be "https://" instead of "https:/"? CC @mengzhuo.
Possibly related to #52793, #52727, #42971, but they're all closed.
The text was updated successfully, but these errors were encountered: