Skip to content
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

Open
dmitshur opened this issue Aug 4, 2022 · 10 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Aug 4, 2022

#!watchflakes
post <- builder == "linux-amd64-wsl" && `\.go:\d+:\d+: .*@v\d.*: unexpected EOF`

From https://build.golang.org/log/1d606b9af9022065aa9b7b4dd76799415ae5fd0b:

[...]
go: downloading github.com/gobwas/pool v0.2.1
go: downloading golang.org/x/text v0.3.6
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
../../../../pkg/mod/cloud.google.com/go/[email protected]/client.go:25:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/internal/trace/trace.go:23:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/google.golang.org/[email protected]/status/status.go:34:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/save.go:26:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/cloudbuild/apiv1/v2/cloud_build_client.go:33:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/longrunning/autogen/operations_client.go:31:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/iam/iam.go:30:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/iam.go:24:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF

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.

@dmitshur dmitshur added Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Aug 4, 2022
@dmitshur dmitshur added this to the Unreleased milestone Aug 4, 2022
@mengzhuo
Copy link
Contributor

mengzhuo commented Aug 5, 2022

That's weird, the logs shows that enviroment is GOPROXY=https://goproxy.io,direct

@mengzhuo
Copy link
Contributor

mengzhuo commented Aug 5, 2022

cc @oiooj

@mengzhuo
Copy link
Contributor

Thanks! All errors occured on goproxy.io while another builder is using goproxy.cn.
I think that confirms my guess that this is a server side issue.

@rsc
Copy link
Contributor

rsc commented Sep 21, 2022

The errors should be fixed if nothing else. I've seen things like:

godoc/redirect/redirect.go:22:2: golang.org/x/[email protected]: unexpected EOF

which is not terribly clear. It should be more like a usual network failure.

@gopherbot
Copy link
Contributor

Found new matching dashboard test flakes for:

#!watchflakes
post <- builder == "linux-amd64-wsl" && `\.go:\d+:\d+: .*@v\d.*: unexpected EOF`
2022-07-08 22:07 linux-amd64-wsl net@1185a901 go@8e1e64c1 (log)
../../../../pkg/mod/golang.org/x/[email protected]/term_unix.go:11:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20220520151302-bc2c85ada10a.zip": unexpected EOF
2022-07-13 16:33 linux-amd64-wsl website@cb841f4c go@558785a0 (log)
cmd/golangorg/server.go:32:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20211102155042-c046fca86e58.zip": unexpected EOF
2022-07-13 21:08 linux-amd64-wsl tools@9b6c0189 go@1ed3c127 (build failure) (log)
godoc/redirect/redirect.go:22:2: golang.org/x/[email protected]: unexpected EOF
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: unexpected EOF
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: unexpected EOF
playground/socket/socket.go:37:2: golang.org/x/[email protected]: unexpected EOF
2022-07-13 21:08 linux-amd64-wsl tools@9b6c0189 go@1ed3c127 (build failure) (log)
../go/packages/external.go:15:2: golang.org/x/[email protected]: unexpected EOF
2022-07-13 21:08 linux-amd64-wsl tools@9b6c0189 go@88a06f40 (build failure) (log)
godoc/redirect/redirect.go:22:2: golang.org/x/[email protected]: unexpected EOF
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: unexpected EOF
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: unexpected EOF
playground/socket/socket.go:37:2: golang.org/x/[email protected]: unexpected EOF
2022-07-13 21:08 linux-amd64-wsl tools@9b6c0189 go@88a06f40 (build failure) (log)
../go/packages/external.go:15:2: golang.org/x/[email protected]: unexpected EOF
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: unexpected EOF
internal/govulncheck/cache.go:21:2: golang.org/x/[email protected]: unexpected EOF
internal/govulncheck/source.go:18:2: golang.org/x/[email protected]: unexpected EOF
2022-07-18 23:12 linux-amd64-wsl tools@2957e9da go@176b63e7 (build failure) (log)
cmd/auth/authtest/authtest.go:21:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20211019181941-9d821ace8654.zip": unexpected EOF
2022-07-18 23:12 linux-amd64-wsl tools@2957e9da go@176b63e7 (build failure) (log)
../../../../../pkg/mod/mvdan.cc/[email protected]/format/format.go:25:2: github.com/google/[email protected]: read "https:/goproxy.io/@v/v0.5.7.zip": unexpected EOF
../go/packages/external.go:15:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20220209214540-3681064d5158.zip": unexpected EOF
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20220613164644-4eb5ba49563c.zip": unexpected EOF
internal/govulncheck/cache.go:21:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20220613164644-4eb5ba49563c.zip": unexpected EOF
internal/govulncheck/source.go:18:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20220613164644-4eb5ba49563c.zip": unexpected EOF
2022-07-18 23:12 linux-amd64-wsl tools@2957e9da go@8e1e64c1 (build failure) (log)
godoc/redirect/redirect.go:22:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20211015210444-4f30a5c0130f.zip": unexpected EOF
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20211015210444-4f30a5c0130f.zip": unexpected EOF
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20211015210444-4f30a5c0130f.zip": unexpected EOF
playground/socket/socket.go:37:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20211015210444-4f30a5c0130f.zip": unexpected EOF
2022-07-25 10:54 linux-amd64-wsl vuln@4151a5ac go@e99f53fe (log)
cmd/govulncheck/main.go:19:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": unexpected EOF
vulncheck/slicing.go:8:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": unexpected EOF
vulncheck/utils.go:15:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": unexpected EOF
vulncheck/utils.go:16:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": unexpected EOF
cmd/govulncheck/main.go:20:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": unexpected EOF
vulncheck/entries.go:10:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": unexpected EOF
vulncheck/utils.go:17:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": unexpected EOF
vulncheck/utils.go:18:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": unexpected EOF
2022-07-27 16:29 linux-amd64-wsl tools@b3b5c13b go@ed50277f (build failure) (log)
internal/lsp/source/hover.go:23:2: golang.org/x/[email protected]: unexpected EOF
2022-07-28 18:09 linux-amd64-wsl website@d7ce3812 go@703c8ab7 (log)
../../../../pkg/mod/cloud.google.com/[email protected]/internal/annotate.go:20:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/query.go:29:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:26:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:27:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:28:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/client.go:25:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/internal/trace/trace.go:23:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/google.golang.org/[email protected]/status/status.go:34:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/save.go:26:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/longrunning/autogen/operations_client.go:29:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/cloudbuild/apiv1/v2/cloud_build_client.go:33:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/longrunning/autogen/operations_client.go:31:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/acl.go:24:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/storage.go:47:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/iam/iam.go:30:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/iam.go:24:2: google.golang.org/[email protected]: unexpected EOF
cmd/versionprune/main.go:16:2: google.golang.org/[email protected]: unexpected EOF
2022-07-29 20:19 linux-amd64-wsl tools@9580c84d go@f32519e5 (build failure) (log)
internal/lsp/source/hover.go:23:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.3.7.zip": unexpected EOF
2022-07-29 20:19 linux-amd64-wsl tools@9580c84d go@f32519e5 (build failure) (log)
../internal/lsp/source/hover.go:23:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.3.7.zip": unexpected EOF
2022-08-01 13:49 linux-amd64-wsl tools@9f656850 go@9240558e (build failure) (log)
internal/lsp/source/hover.go:23:2: golang.org/x/[email protected]: unexpected EOF
2022-08-01 15:15 linux-amd64-wsl website@0688a425 go@dee3efd9 (log)
../../../../pkg/mod/cloud.google.com/go/[email protected]/client.go:25:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/internal/trace/trace.go:23:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/google.golang.org/[email protected]/status/status.go:34:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/save.go:26:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/cloudbuild/apiv1/v2/cloud_build_client.go:33:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/longrunning/autogen/operations_client.go:31:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/github.com/chromedp/[email protected]/cdp/easyjson.go:7:2: github.com/mailru/[email protected]: Get "https://proxy.golang.com.cn/github.com/mailru/easyjson/@v/v0.7.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
../../../../pkg/mod/github.com/chromedp/[email protected]/cdp/easyjson.go:8:2: github.com/mailru/[email protected]: Get "https://proxy.golang.com.cn/github.com/mailru/easyjson/@v/v0.7.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
../../../../pkg/mod/github.com/chromedp/[email protected]/cdp/easyjson.go:9:2: github.com/mailru/[email protected]: Get "https://proxy.golang.com.cn/github.com/mailru/easyjson/@v/v0.7.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
../../../../pkg/mod/cloud.google.com/[email protected]/iam/iam.go:30:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/iam.go:24:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
2022-08-01 17:28 linux-amd64-wsl tools@bd3f5247 go@be59153d (build failure) (log)
internal/lsp/source/hover.go:23:2: golang.org/x/[email protected]: unexpected EOF
2022-08-01 17:28 linux-amd64-wsl tools@bd3f5247 go@be59153d (build failure) (log)
../internal/lsp/source/hover.go:23:2: golang.org/x/[email protected]: unexpected EOF
2022-08-01 17:51 linux-amd64-wsl website@4504da45 go@be59153d (log)
../../../../pkg/mod/golang.org/x/[email protected]/idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: unexpected EOF
../../../../pkg/mod/golang.org/x/[email protected]/idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: unexpected EOF
../../../../pkg/mod/golang.org/x/[email protected]/idna/idna10.0.0.go:28:2: golang.org/x/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/internal/annotate.go:20:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/query.go:29:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:26:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:27:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:28:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/client.go:25:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/internal/trace/trace.go:23:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/google.golang.org/[email protected]/status/status.go:34:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/save.go:26:2: google.golang.org/[email protected]: unexpected EOF
internal/tour/fmt.go:16:2: golang.org/x/[email protected]: unexpected EOF
internal/tour/local.go:22:2: golang.org/x/[email protected]: unexpected EOF
internal/web/tmpl.go:15:2: golang.org/x/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/longrunning/autogen/operations_client.go:29:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/cloudbuild/apiv1/v2/cloud_build_client.go:33:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/longrunning/autogen/operations_client.go:31:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/acl.go:24:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/storage.go:47:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/iam/iam.go:30:2: google.golang.org/[email protected]: unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/iam.go:24:2: google.golang.org/[email protected]: unexpected EOF
cmd/versionprune/main.go:16:2: google.golang.org/[email protected]: unexpected EOF
2022-08-02 17:13 linux-amd64-wsl website@9488f167 go@c6a2dada (log)
../../../../pkg/mod/cloud.google.com/go/[email protected]/client.go:25:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/internal/trace/trace.go:23:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/google.golang.org/[email protected]/status/status.go:34:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/save.go:26:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/cloudbuild/apiv1/v2/cloud_build_client.go:33:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/longrunning/autogen/operations_client.go:31:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/iam/iam.go:30:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/iam.go:24:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.0.0-20210726143408-b02e89920bf0.zip": unexpected EOF
2022-08-31 14:13 linux-amd64-wsl website@4dea5cf3 go@fa0e3bff (log)
../../../../pkg/mod/cloud.google.com/[email protected]/internal/annotate.go:20:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/query.go:29:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:26:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:27:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:28:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/longrunning/autogen/operations_client.go:29:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/acl.go:24:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/storage.go:47:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
cmd/versionprune/main.go:16:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
2022-09-09 15:30 linux-amd64-wsl tools@eeaf4eb2 go@86188584 (log)
internal/lsp/source/hover.go:23:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.3.7.zip": unexpected EOF
2022-09-09 15:30 linux-amd64-wsl website@c4649c6f go@e5094527 (log)
../../../../pkg/mod/cloud.google.com/[email protected]/internal/annotate.go:20:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/query.go:29:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:26:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:27:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/datastore.go:28:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/[email protected]/longrunning/autogen/operations_client.go:29:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/acl.go:24:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
../../../../pkg/mod/cloud.google.com/go/[email protected]/storage.go:47:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
cmd/versionprune/main.go:16:2: google.golang.org/[email protected]: read "https:/goproxy.io/@v/v0.51.0.zip": unexpected EOF
2022-09-19 17:23 linux-amd64-wsl benchmarks@fdd6c4b5 go@1eeb257b (log)
driver/driver_linux.go:24:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20211025201205-69cdffdb9359.zip": dial tcp 182.106.158.41:443: i/o timeout
sweet/common/config.go:12:2: github.com/BurntSushi/[email protected]: Get "https://goproxy.cn/github.com/%21burnt%21sushi/toml/@v/v1.0.0.zip": unexpected EOF
sweet/common/log/log.go:14:2: github.com/kballard/[email protected]: Get "https://goproxy.cn/github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.zip": unexpected EOF
sweet/benchmarks/biogo-igor/igor.go:20:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp 182.106.158.41:443: i/o timeout
third_party/biogo-examples/igor/turner/cluster.go:12:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp 182.106.158.41:443: i/o timeout
third_party/biogo-examples/igor/igor/pile.go:10:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp 182.106.158.41:443: i/o timeout
sweet/benchmarks/biogo-igor/igor.go:21:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp 182.106.158.41:443: i/o timeout
third_party/biogo-examples/igor/igor/group.go:12:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp 182.106.158.41:443: i/o timeout
third_party/biogo-examples/igor/igor/group.go:13:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/graph/@v/v0.0.0-20150317020928-057c1989faed.zip": dial tcp 182.106.158.41:443: i/o timeout
third_party/biogo-examples/igor/igor/cluster.go:15:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/store/@v/v0.0.0-20201120204734-aad293a2328f.zip": dial tcp 182.106.158.41:443: i/o timeout
...
third_party/fogleman-fauxgl/animate.go:13:2: github.com/nfnt/[email protected]: Get "https://goproxy.cn/github.com/nfnt/resize/@v/v0.0.0-20180221191011-83c6a9932646.zip": dial tcp 182.106.158.41:443: i/o timeout
third_party/fogleman-pt/gopher.go:11:2: github.com/fogleman/[email protected]: Get "https://goproxy.cn/github.com/fogleman/pt/@v/v0.0.0-20170619012416-6fa0015c2178.zip": net/http: TLS handshake timeout
sweet/benchmarks/gopher-lua/main.go:19:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/gopher-lua/@v/v0.0.0-20210529063254-f4c35e4016d9.zip": dial tcp 182.106.158.41:443: i/o timeout
sweet/benchmarks/internal/pool/pool.go:24:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20210220032951-036812b2e83c.zip": dial tcp 182.106.158.41:443: i/o timeout
sweet/benchmarks/markdown/main.go:16:2: gitlab.com/golang-commonmark/[email protected]: Get "https://goproxy.cn/gitlab.com/golang-commonmark/markdown/@v/v0.0.0-20211110145824-bf3e522c626a.zip": unexpected EOF
sweet/benchmarks/tile38/main.go:26:2: github.com/gomodule/[email protected]: Get "https://goproxy.cn/github.com/gomodule/redigo/@v/v1.8.5.zip": unexpected EOF
sweet/cli/bootstrap/gcs.go:11:2: cloud.google.com/go/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/storage/@v/v1.18.2.zip": unexpected EOF
sweet/cli/bootstrap/gcs.go:13:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20211104180415-d3ed0bb246c8.zip": unexpected EOF
sweet/cli/bootstrap/gcs.go:15:2: google.golang.org/[email protected]: Get "https://goproxy.cn/google.golang.org/api/@v/v0.60.0.zip": unexpected EOF
sweet/generators/gvisor.go:20:2: github.com/opencontainers/[email protected]: Get "https://goproxy.cn/github.com/opencontainers/runtime-spec/@v/v1.0.2.zip": unexpected EOF

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 21, 2022

The errors should be fixed if nothing else.

That's #52727, fixed at head (but not backported, and many of these occur on x/ repos on release branches).

It should be more like a usual network failure.

Unfortunately that is the usual network failure produced by net/http if the connection reads less than the declared Content-Length from the response body.

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.)

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "linux-amd64-wsl" && `\.go:\d+:\d+: .*@v\d.*: unexpected EOF`
2022-09-20 12:40 linux-amd64-wsl tools@df2eb938 go@1eeb257b [build] (log)
present/parse.go:23:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": unexpected EOF
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": unexpected EOF
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": unexpected EOF
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": unexpected EOF
cmd/auth/authtest/authtest.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220722155257-8c9f86f7a55f.zip": unexpected EOF
internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": unexpected EOF
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": unexpected EOF
internal/imports/mod.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": unexpected EOF
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": unexpected EOF
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": unexpected EOF
playground/socket/socket.go:37:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": unexpected EOF
go/expect/extract.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": unexpected EOF
2022-09-20 12:41 linux-amd64-wsl tools@f9016238 go@d5a5db3b [build] (log)
internal/hooks/diff.go:22:2: github.com/sergi/[email protected]: Get "https://goproxy.cn/github.com/sergi/go-diff/@v/v1.1.0.zip": unexpected EOF
internal/lsp/source/util.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": unexpected EOF
internal/lsp/source/view.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": unexpected EOF
../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": unexpected EOF
internal/lsp/cache/analysis.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20220722155255-886fb9371eb4.zip": unexpected EOF
../go/packages/external.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220808155132-1c4a2a72c664.zip": dial tcp 182.106.158.41:443: i/o timeout
internal/lsp/source/hover.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp 182.106.158.41:443: i/o timeout
internal/govulncheck/cache.go:19:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/vuln/@v/v0.0.0-20220901221904-62b0186a1058.zip": unexpected EOF
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/vuln/@v/v0.0.0-20220901221904-62b0186a1058.zip": unexpected EOF
internal/govulncheck/source.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/vuln/@v/v0.0.0-20220901221904-62b0186a1058.zip": unexpected EOF
internal/hooks/analysis.go:13:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": unexpected EOF
internal/hooks/analysis.go:14:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": unexpected EOF
internal/hooks/analysis.go:15:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": unexpected EOF
internal/hooks/analysis.go:16:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": unexpected EOF
internal/hooks/analysis.go:17:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": unexpected EOF
internal/hooks/hooks.go:15:2: mvdan.cc/[email protected]: Get "https://goproxy.cn/mvdan.cc/gofumpt/@v/v0.3.1.zip": net/http: TLS handshake timeout
internal/hooks/hooks.go:16:2: mvdan.cc/xurls/[email protected]: Get "https://goproxy.cn/mvdan.cc/xurls/v2/@v/v2.4.0.zip": dial tcp 182.106.158.41:443: i/o timeout
doc/generate.go:33:2: github.com/jba/[email protected]: Get "https://goproxy.cn/github.com/jba/printsrc/@v/v0.2.2.zip": dial tcp 182.106.158.41:443: i/o timeout
2022-09-20 12:41 linux-amd64-wsl tools@f9016238 go@225bcec9 [build] (log)
present/parse.go:23:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": unexpected EOF
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": unexpected EOF
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": unexpected EOF
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": unexpected EOF
cmd/auth/authtest/authtest.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220722155257-8c9f86f7a55f.zip": unexpected EOF
internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": unexpected EOF
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": unexpected EOF
internal/imports/mod.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": unexpected EOF
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": unexpected EOF
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": unexpected EOF
playground/socket/socket.go:37:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": unexpected EOF
go/expect/extract.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": unexpected EOF
2022-09-20 12:41 linux-amd64-wsl tools@f9016238 go@225bcec9 [build] (log)
internal/hooks/diff.go:22:2: github.com/sergi/[email protected]: Get "https://goproxy.cn/github.com/sergi/go-diff/@v/v1.1.0.zip": unexpected EOF
internal/lsp/source/util.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": net/http: TLS handshake timeout
internal/lsp/source/view.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": net/http: TLS handshake timeout
../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": net/http: TLS handshake timeout
internal/lsp/cache/analysis.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20220722155255-886fb9371eb4.zip": unexpected EOF
../go/packages/external.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220808155132-1c4a2a72c664.zip": unexpected EOF
internal/lsp/source/hover.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp 182.106.158.41:443: i/o timeout
internal/govulncheck/cache.go:19:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/vuln/@v/v0.0.0-20220901221904-62b0186a1058.zip": unexpected EOF
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/vuln/@v/v0.0.0-20220901221904-62b0186a1058.zip": unexpected EOF
internal/govulncheck/source.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/vuln/@v/v0.0.0-20220901221904-62b0186a1058.zip": unexpected EOF
internal/hooks/analysis.go:13:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis.go:14:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis.go:15:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis.go:16:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis.go:17:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/hooks.go:15:2: mvdan.cc/[email protected]: Get "https://goproxy.cn/mvdan.cc/gofumpt/@v/v0.3.1.zip": unexpected EOF
internal/hooks/hooks.go:16:2: mvdan.cc/xurls/[email protected]: Get "https://goproxy.cn/mvdan.cc/xurls/v2/@v/v2.4.0.zip": unexpected EOF
doc/generate.go:33:2: github.com/jba/[email protected]: Get "https://goproxy.cn/github.com/jba/printsrc/@v/v0.2.2.zip": dial tcp 182.106.158.41:443: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "linux-amd64-wsl" && `\.go:\d+:\d+: .*@v\d.*: unexpected EOF`
2023-07-17 23:36 linux-amd64-wsl tools@48026e1f go@e58941fc [build] (log)
cmd/auth/authtest/authtest.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.10.0.zip": unexpected EOF
internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.12.0.zip": unexpected EOF
internal/imports/mod.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.12.0.zip": unexpected EOF
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.12.0.zip": unexpected EOF
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.12.0.zip": unexpected EOF
playground/socket/socket.go:37:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.12.0.zip": unexpected EOF
internal/testenv/testenv.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.12.0.zip": unexpected EOF

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "linux-amd64-wsl" && `\.go:\d+:\d+: .*@v\d.*: unexpected EOF`
2024-01-11 21:07 linux-amd64-wsl debug@6ef5bc26 go@b44f6378 (log)
cmd/viewcore/main.go:28:2: github.com/spf13/[email protected]: read "https://goproxy.cn/github.com/spf13/cobra/@v/v0.0.3.zip": unexpected EOF
cmd/viewcore/main.go:29:2: github.com/spf13/[email protected]: Get "https://goproxy.cn/github.com/spf13/pflag/@v/v1.0.3.zip": unexpected EOF
internal/core/process_unix.go:12:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/sys/@v/v0.16.0.zip": unexpected EOF

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Active
Development

No branches or pull requests

5 participants