Skip to content

all: test failures using non-golang.org proxies #55163

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

Open
rsc opened this issue Sep 20, 2022 · 158 comments
Open

all: test failures using non-golang.org proxies #55163

rsc opened this issue Sep 20, 2022 · 158 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Sep 20, 2022

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`

Various tests flake because they use proxies other than proxy.golang.org
(sometimes the URLs get path.Cleaned and only use one slash in https://).
See also #55162.

@rsc rsc added this to Test Flakes Sep 20, 2022
@rsc rsc moved this to Active in Test Flakes Sep 20, 2022
@gopherbot
Copy link
Contributor

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-06-15 16:32 linux-amd64-wsl website@4056b246 go@ab422f27 (log)
../../../../pkg/mod/github.com/golang/[email protected]/proto/buffer.go:11:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/github.com/golang/[email protected]/proto/buffer.go:12:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/github.com/golang/[email protected]/proto/deprecated.go:13:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/github.com/golang/[email protected]/proto/registry.go:16:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/github.com/golang/[email protected]/proto/defaults.go:8:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/github.com/golang/[email protected]/proto/extensions.go:15:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/github.com/golang/[email protected]/proto/extensions.go:16:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/github.com/golang/[email protected]/proto/buffer.go:13:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/google.golang.org/[email protected]/googleapis/api/annotations/annotations.pb.go:28:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/github.com/golang/[email protected]/ptypes/any/any.pb.go:9:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/github.com/golang/[email protected]/ptypes/duration/duration.pb.go:9:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/google.golang.org/[email protected]/googleapis/datastore/v1/entity.pb.go:31:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/github.com/golang/[email protected]/ptypes/timestamp/timestamp.pb.go:9:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/github.com/golang/[email protected]/ptypes/wrappers/wrappers.pb.go:9:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/google.golang.org/[email protected]/googleapis/longrunning/operations.pb.go:38:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
../../../../pkg/mod/google.golang.org/[email protected]/googleapis/devtools/cloudbuild/v1/cloudbuild.pb.go:38:2: google.golang.org/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.27.1.zip": read tcp 192.168.13.104:56196->121.12.123.183:443: read: connection reset by peer
2022-06-17 04:31 linux-amd64-wsl image@41969df7 go@4651ebf9 (log)
font/sfnt/cmap.go:8:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-06-17 18:40 linux-amd64-wsl net@355a448f go@c2d373d5 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.3.7.zip": unexpected EOF
html/charset/charset.go:21:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.3.7.zip": unexpected EOF
html/charset/charset.go:22:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.3.7.zip": unexpected EOF
html/charset/charset.go:23:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.3.7.zip": unexpected EOF
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.3.7.zip": unexpected EOF
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.3.7.zip": unexpected EOF
idna/idna10.0.0.go:28:2: golang.org/x/[email protected]: read "https:/goproxy.io/@v/v0.3.7.zip": unexpected EOF
2022-07-06 16:50 linux-amd64-wsl website@820135fd go@222ee24a (log)
cmd/admingolangorg/main.go:16:2: cloud.google.com/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/@v/v0.88.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/events/main.go:17:2: gopkg.in/[email protected]: Get "https://proxy.golang.com.cn/gopkg.in/yaml.v2/@v/v2.4.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/golangorg/server.go:32:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/build/@v/v0.0.0-20211102155042-c046fca86e58.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/locktrigger/main.go:49:2: cloud.google.com/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/@v/v0.88.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/screentest/screentest.go:133:2: cloud.google.com/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/@v/v0.88.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
../../../../pkg/mod/golang.org/x/[email protected]/google/default.go:17:2: cloud.google.com/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/@v/v0.88.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
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 16:33 linux-amd64-wsl website@cb841f4c go@f71f3d1b (log)
internal/web/render.go:18:2: github.com/yuin/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.3.5.zip": read tcp 192.168.13.104:34684->122.228.75.251:443: read: connection reset by peer
internal/web/render.go:19:2: github.com/yuin/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.3.5.zip": read tcp 192.168.13.104:34684->122.228.75.251:443: read: connection reset by peer
internal/web/render.go:20:2: github.com/yuin/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.3.5.zip": read tcp 192.168.13.104:34684->122.228.75.251:443: read: connection reset by peer
internal/web/render.go:21:2: github.com/yuin/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.3.5.zip": read tcp 192.168.13.104:34684->122.228.75.251:443: read: connection reset by peer
internal/web/render.go:22:2: github.com/yuin/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.3.5.zip": read tcp 192.168.13.104:34684->122.228.75.251:443: read: connection reset by peer
internal/web/render.go:23:2: github.com/yuin/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.3.5.zip": read tcp 192.168.13.104:34684->122.228.75.251:443: read: connection reset by peer
internal/web/render.go:24:2: github.com/yuin/[email protected]: read "https:/proxy.golang.com.cn/@v/v1.3.5.zip": read tcp 192.168.13.104:34684->122.228.75.251:443: read: connection reset by peer
2022-07-13 21:18 linux-amd64-wsl vuln@48d9d445 go@558785a0 golang.org/x/vuln/cmd/govulncheck.TestCommand (log)
novuln.go:6:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
--- FAIL: TestCommand (16.69s)
    buildtest.go:74: exit status 1
2022-07-18 23:12 linux-amd64-wsl tools@2957e9da go@176b63e7 (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-22 15:53 linux-amd64-wsl text@d03b4180 go@0337fc7e (log)
cmd/gotext/main.go:31:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
message/pipeline/extract.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
message/pipeline/extract.go:24:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
message/pipeline/extract.go:25:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
message/pipeline/extract.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
message/pipeline/extract.go:27:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-07-22 15:53 linux-amd64-wsl text@d03b4180 go@72a857a2 (log)
cmd/gotext/main.go:31:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
message/pipeline/extract.go:23:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
message/pipeline/extract.go:24:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
message/pipeline/extract.go:25:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
message/pipeline/extract.go:26:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
message/pipeline/extract.go:27:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.11-0.20220504162446-54c7ba520b92.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-07-25 10:54 linux-amd64-wsl vuln@4151a5ac go@1e3c19f3 golang.org/x/vuln/cmd/govulncheck.TestCommand (log)
vuln.go:6:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
--- FAIL: TestCommand (45.14s)
    buildtest.go:74: exit status 1
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-25 10:54 linux-amd64-wsl vuln@4151a5ac go@e95fd4c2 (log)
osv/json.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/govulncheck/main.go:19:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/slicing.go:8:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/utils.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/utils.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/govulncheck/main.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/entries.go:10:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/utils.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/utils.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.11-0.20220523181440-ccb10502d1a5.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/govulncheck/integration/k8s/k8s.go:12:2: github.com/google/[email protected]: Get "https://goproxy.io/github.com/google/go-cmp/@v/v0.5.6.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-07-28 03:04 linux-amd64-wsl net@41545e8b go@d9242f7a (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:22:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:23:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:28:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
http2/h2i/h2i.go:42:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/socket/cmsghdr_unix.go:10:8: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sys/@v/v0.0.0-20220728004956-3c1f35247d10.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-07-28 03:04 linux-amd64-wsl net@41545e8b go@be7c6814 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:28:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
http2/h2i/h2i.go:42:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/socket/cmsghdr_unix.go:10:8: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/sys/@v/v0.0.0-20220728004956-3c1f35247d10.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-07-28 18:09 linux-amd64-wsl website@d7ce3812 go@9240558e (log)
cmd/admingolangorg/main.go:16:2: cloud.google.com/go/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/datastore/@v/v1.2.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/memcache/memcache.go:18:2: github.com/gomodule/[email protected]+incompatible: Get "https://proxy.golang.com.cn/github.com/gomodule/redigo/@v/v2.0.0+incompatible.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
../../../../pkg/mod/github.com/microcosm-cc/[email protected]/sanitize.go:39:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20210726213435-c6fcb2dbf985.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/events/main.go:17:2: gopkg.in/[email protected]: Get "https://proxy.golang.com.cn/gopkg.in/yaml.v2/@v/v2.4.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/redirect/redirect.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20210726213435-c6fcb2dbf985.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
../../../../pkg/mod/golang.org/x/[email protected]/playground/socket/socket.go:37:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20210726213435-c6fcb2dbf985.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/locktrigger/main.go:49:2: cloud.google.com/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/@v/v0.88.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/locktrigger/main.go:50:2: google.golang.org/[email protected]: Get "https://proxy.golang.com.cn/google.golang.org/api/@v/v0.51.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/locktrigger/main.go:51:2: google.golang.org/[email protected]: Get "https://proxy.golang.com.cn/google.golang.org/genproto/@v/v0.0.0-20210726143408-b02e89920bf0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/screentest/screentest.go:133:2: cloud.google.com/go/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/storage/@v/v1.10.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/screentest/screentest.go:138:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sync/@v/v0.0.0-20210220032951-036812b2e83c.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/versionprune/main.go:16:2: google.golang.org/[email protected]: Get "https://proxy.golang.com.cn/google.golang.org/api/@v/v0.51.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-07-29 20:19 linux-amd64-wsl tools@9580c84d go@f32519e5 (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 15:15 linux-amd64-wsl website@0688a425 go@15da892a (log)
go: cloud.google.com/[email protected]: Get "https://goproxy.io/cloud.google.com/go/@v/v0.88.0.mod": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
go: cloud.google.com/[email protected]: Get "https://goproxy.io/cloud.google.com/go/@v/v0.88.0.mod": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
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-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-03 19:52 linux-amd64-wsl website@eb405f26 go@1e3c19f3 (log)
cmd/admingolangorg/main.go:16:2: cloud.google.com/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/@v/v0.88.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/golangorg/server.go:32:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/build/@v/v0.0.0-20211102155042-c046fca86e58.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/tour/fmt.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.5.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/tour/local.go:22:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.5.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/web/tmpl.go:15:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.5.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/locktrigger/main.go:49:2: cloud.google.com/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/@v/v0.88.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/screentest/screentest.go:133:2: cloud.google.com/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/@v/v0.88.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
../../../../pkg/mod/golang.org/x/[email protected]/google/default.go:17:2: cloud.google.com/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/@v/v0.88.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-11 18:59 linux-amd64-wsl vuln@db16b5d9 go@40fa2dab (log)
osv/json.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/govulncheck/main.go:19:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/slicing.go:8:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/utils.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/utils.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/govulncheck/main.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/entries.go:10:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/utils.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vulncheck/utils.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/govulncheck/integration/k8s/k8s.go:12:2: github.com/google/[email protected]: Get "https://goproxy.io/github.com/google/go-cmp/@v/v0.5.6.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-13 00:17 linux-amd64-wsl vuln@a6b96618 go@0df7ad2e golang.org/x/vuln.Test (log)
�[32mChecking go and sh files for license header�(B�[m
go vet -all ./...

�[32mInstalling: github.com/client9/misspell/cmd/misspell�(B�[m
github.com/client9/[email protected]: Get "https://proxy.golang.com.cn/github.com/client9/misspell/@v/v0.3.4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
misspell -error .

devtools/lib.sh: line 47: misspell: command not found
�[31mcommand failed�(B�[m
go mod tidy

�[31mFAILED; see errors above�(B�[m
--- FAIL: Test (30.71s)
    all_test.go:26: exit status 1
2022-08-16 03:24 linux-amd64-wsl debug@1c80bd22 go@f3a1f922 (log)
cmd/viewcore/main.go:28:2: github.com/chzyer/[email protected]: Get "https://goproxy.io/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/viewcore/main.go:29:2: github.com/spf13/[email protected]: Get "https://goproxy.io/github.com/spf13/cobra/@v/v0.0.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/viewcore/main.go:30:2: github.com/spf13/[email protected]: Get "https://goproxy.io/github.com/spf13/pflag/@v/v1.0.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/core/process_unix.go:13:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/sys/@v/v0.0.0-20211025201205-69cdffdb9359.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-16 03:24 linux-amd64-wsl debug@1c80bd22 go@7b689dcb (log)
cmd/viewcore/main.go:28:2: github.com/chzyer/[email protected]: Get "https://proxy.golang.com.cn/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/viewcore/main.go:29:2: github.com/spf13/[email protected]: Get "https://proxy.golang.com.cn/github.com/spf13/cobra/@v/v0.0.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/viewcore/main.go:30:2: github.com/spf13/[email protected]: Get "https://proxy.golang.com.cn/github.com/spf13/pflag/@v/v1.0.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/core/process_unix.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sys/@v/v0.0.0-20211025201205-69cdffdb9359.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-19 16:29 linux-amd64-wsl vuln@6faf8534 go@a10da772 golang.org/x/vuln.Test (log)
�[32mChecking go and sh files for license header�(B�[m
go vet -all ./...

�[32mInstalling: github.com/client9/misspell/cmd/misspell�(B�[m
github.com/client9/[email protected]: Get "https://proxy.golang.com.cn/github.com/client9/misspell/@v/v0.3.4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
misspell -error .

devtools/lib.sh: line 47: misspell: command not found
�[31mcommand failed�(B�[m
go mod tidy

�[31mFAILED; see errors above�(B�[m
--- FAIL: Test (37.07s)
    all_test.go:26: exit status 1
2022-08-19 18:26 linux-amd64-wsl tools@587a1531 go@4e9183cb (log)
internal/hooks/diff.go:22:2: github.com/sergi/[email protected]: Get "https://goproxy.io/github.com/sergi/go-diff/@v/v1.1.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
../go/packages/external.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/sys/@v/v0.0.0-20220808155132-1c4a2a72c664.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/cache.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/source.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:13:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:14:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:15:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:16:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:17:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/hooks.go:16:2: mvdan.cc/[email protected]: Get "https://goproxy.io/mvdan.cc/gofumpt/@v/v0.3.1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/hooks.go:17:2: mvdan.cc/xurls/[email protected]: Get "https://goproxy.io/mvdan.cc/xurls/v2/@v/v2.4.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
doc/generate.go:32:2: github.com/jba/[email protected]: Get "https://goproxy.io/github.com/jba/printsrc/@v/v0.2.2.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-19 21:56 linux-amd64-wsl website@145d0c1d go@c94633d2 (log)
go: golang.org/x/[email protected] requires
	github.com/golang-migrate/migrate/[email protected] requires
	github.com/jackc/pgx/[email protected] requires
	github.com/jackc/[email protected] requires
	github.com/jackc/[email protected] requires
	golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/crypto/@v/v0.0.0-20200323165209-0ec3e9974c59.mod": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
go: golang.org/x/[email protected] requires
	github.com/golang-migrate/migrate/[email protected] requires
	github.com/jackc/pgx/[email protected] requires
	github.com/jackc/[email protected] requires
	github.com/jackc/[email protected] requires
	golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/crypto/@v/v0.0.0-20200323165209-0ec3e9974c59.mod": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-23 18:25 linux-amd64-wsl vuln@5ae4b706 go@60ad3c48 golang.org/x/vuln/cmd/govulncheck.TestCommand (log)
vuln.go:6:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
--- FAIL: TestCommand (30.26s)
    buildtest.go:74: exit status 1
2022-08-23 18:25 linux-amd64-wsl vuln@5ae4b706 go@70de482d golang.org/x/vuln/cmd/govulncheck.TestCommand (log)
novuln.go:6:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
--- FAIL: TestCommand (18.23s)
    buildtest.go:74: exit status 1
2022-08-23 18:25 linux-amd64-wsl vuln@5ae4b706 go@e7f2e569 golang.org/x/vuln/cmd/govulncheck.TestCommand (log)
vuln.go:6:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
--- FAIL: TestCommand (30.19s)
    buildtest.go:74: exit status 1
2022-08-23 22:25 linux-amd64-wsl vuln@33304122 go@0765da58 golang.org/x/vuln/cmd/govulncheck.TestCommand (log)
vuln.go:6:2: github.com/tidwall/[email protected]: Get "https://proxy.golang.com.cn/github.com/tidwall/gjson/@v/v1.9.2.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
vuln.go:7:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
--- FAIL: TestCommand (37.99s)
    buildtest.go:74: exit status 1
2022-08-26 15:44 linux-amd64-wsl net@83b083e8 go@8a323542 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:28:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
http2/h2i/h2i.go:42:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/socket/cmsghdr_unix.go:10:8: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/sys/@v/v0.0.0-20220728004956-3c1f35247d10.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-26 17:17 linux-amd64-wsl vuln@74e35dd1 go@3d6ba27f golang.org/x/vuln/cmd/govulncheck.TestCommand (log)
novuln.go:6:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
--- FAIL: TestCommand (16.92s)
    buildtest.go:74: exit status 1
2022-08-26 17:17 linux-amd64-wsl vuln@74e35dd1 go@4d13aabd golang.org/x/vuln/cmd/govulncheck.TestCommand (log)
vuln.go:6:2: github.com/tidwall/[email protected]: Get "https://proxy.golang.com.cn/github.com/tidwall/gjson/@v/v1.9.2.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
--- FAIL: TestCommand (222.11s)
    buildtest.go:74: exit status 1
2022-08-26 17:39 linux-amd64-wsl website@a45e5bbd go@7b689dcb (log)
go: golang.org/x/[email protected] requires
	github.com/golang-migrate/migrate/[email protected] requires
	github.com/jackc/pgx/[email protected] requires
	github.com/jackc/[email protected] requires
	github.com/jackc/[email protected] requires
	github.com/jackc/[email protected]: Get "https://goproxy.io/github.com/jackc/pgservicefile/@v/v0.0.0-20200307190119-3430c5407db8.mod": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
go: golang.org/x/[email protected] requires
	github.com/golang-migrate/migrate/[email protected] requires
	github.com/jackc/pgx/[email protected] requires
	github.com/jackc/[email protected] requires
	github.com/jackc/[email protected] requires
	github.com/jackc/[email protected]: Get "https://goproxy.io/github.com/jackc/pgservicefile/@v/v0.0.0-20200307190119-3430c5407db8.mod": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-26 17:59 linux-amd64-wsl tools@717a6716 go@0e16d67a (log)
internal/hooks/diff.go:22:2: github.com/sergi/[email protected]: Get "https://goproxy.io/github.com/sergi/go-diff/@v/v1.1.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/cache.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/source.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:13:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:14:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:15:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:16:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:17:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
doc/generate.go:32:2: github.com/jba/[email protected]: Get "https://goproxy.io/github.com/jba/printsrc/@v/v0.2.2.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-26 17:59 linux-amd64-wsl tools@717a6716 go@bf812b32 (log)
internal/hooks/diff.go:22:2: github.com/sergi/[email protected]: Get "https://goproxy.io/github.com/sergi/go-diff/@v/v1.1.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
../go/packages/external.go:15:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sys/@v/v0.0.0-20220808155132-1c4a2a72c664.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/cache.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/source.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:13:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:14:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:15:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:16:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:17:2: honnef.co/go/[email protected]: Get "https://goproxy.io/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/hooks.go:16:2: mvdan.cc/[email protected]: Get "https://goproxy.io/mvdan.cc/gofumpt/@v/v0.3.1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/hooks.go:17:2: mvdan.cc/xurls/[email protected]: Get "https://goproxy.io/mvdan.cc/xurls/v2/@v/v2.4.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
doc/generate.go:32:2: github.com/jba/[email protected]: Get "https://proxy.golang.com.cn/github.com/jba/printsrc/@v/v0.2.2.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-26 18:10 linux-amd64-wsl crypto@bd7e27e6 go@4029124c (log)
acme/autocert/autocert.go:35:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20211112202133-69e39bad7dc2.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
blake2b/blake2bAVX2_amd64.go:10:8: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sys/@v/v0.0.0-20210615035016-665e8c7367d1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
ssh/terminal/terminal.go:14:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-26 21:14 linux-amd64-wsl vuln@310b0ec2 go@86e9e0ea golang.org/x/vuln/cmd/govulncheck.TestCommand (log)
novuln.go:6:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
--- FAIL: TestCommand (36.07s)
    buildtest.go:74: exit status 1
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-08-31 18:33 linux-amd64-wsl tools@cb91d6c8 go@86e9e0ea (log)
../go/packages/external.go:15:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sys/@v/v0.0.0-20220808155132-1c4a2a72c664.zip": EOF
2022-09-02 19:34 linux-amd64-wsl vuln@7b73225f go@9154d4a2 golang.org/x/vuln/cmd/govulncheck.TestCommand (log)
otherpkg/otherpkg.go:3:8: github.com/shiyanhui/[email protected]: Get "https://proxy.golang.com.cn/github.com/shiyanhui/dht/@v/v0.0.0-20201219151056-5a20f3199263.zip": net/http: TLS handshake timeout
--- FAIL: TestCommand (18.82s)
    buildtest.go:74: exit status 1
2022-09-06 14:55 linux-amd64-wsl tools@83d76192 go@2e1f98e3 (log)
internal/hooks/diff.go:22:2: github.com/sergi/[email protected]: Get "https://goproxy.io/github.com/sergi/go-diff/@v/v1.1.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
../go/packages/external.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/sys/@v/v0.0.0-20220808155132-1c4a2a72c664.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/cache.go:19:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/vuln/@v/v0.0.0-20220901221904-62b0186a1058.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/vuln/@v/v0.0.0-20220901221904-62b0186a1058.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/govulncheck/source.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/vuln/@v/v0.0.0-20220901221904-62b0186a1058.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:13:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:14:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:15:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:16:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/analysis.go:17:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/hooks.go:16:2: mvdan.cc/[email protected]: Get "https://proxy.golang.com.cn/mvdan.cc/gofumpt/@v/v0.3.1.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/hooks/hooks.go:17:2: mvdan.cc/xurls/[email protected]: Get "https://proxy.golang.com.cn/mvdan.cc/xurls/v2/@v/v2.4.0.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
doc/generate.go:33:2: github.com/jba/[email protected]: Get "https://proxy.golang.com.cn/github.com/jba/printsrc/@v/v0.2.2.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-09-07 13:56 linux-amd64-wsl net@1e95f456 go@218294f1 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
html/charset/charset.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
idna/idna10.0.0.go:28:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
http2/h2i/h2i.go:42:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/socket/cmsghdr_unix.go:10:8: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/sys/@v/v0.0.0-20220728004956-3c1f35247d10.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-09-08 21:09 linux-amd64-wsl vuln@64dbbd7b go@86477e50 golang.org/x/vuln/cmd/govulncheck.TestCommand (log)
otherpkg/otherpkg.go:3:8: github.com/shiyanhui/[email protected]: Get "https://goproxy.io/github.com/shiyanhui/dht/@v/v0.0.0-20201219151056-5a20f3199263.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
--- FAIL: TestCommand (34.08s)
    buildtest.go:74: exit status 1
2022-09-08 21:09 linux-amd64-wsl vuln@64dbbd7b go@76c94eb7 golang.org/x/vuln.Test (log)
�[32mChecking go and sh files for license header�(B�[m
go vet -all ./...

�[32mInstalling: github.com/client9/misspell/cmd/misspell�(B�[m
github.com/client9/[email protected]: Get "https://goproxy.io/github.com/client9/misspell/@v/v0.3.4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
misspell -error .

devtools/lib.sh: line 47: misspell: command not found
�[31mcommand failed�(B�[m
go mod tidy

�[31mFAILED; see errors above�(B�[m
--- FAIL: Test (55.44s)
    all_test.go:26: exit status 1
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

watchflakes

@gopherbot
Copy link
Contributor

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-09-02 08:56 linux-amd64-wsl image@e7cb9697 go@f8c659b6 (log)
go: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.mod": dial tcp 182.106.158.41:443: i/o timeout
go: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.mod": dial tcp 182.106.158.41:443: i/o timeout
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
2022-09-19 18:30 linux-amd64-wsl arch@2926576b go@1eeb257b (log)
arm/armspec/spec.go:35:2: rsc.io/[email protected]: Get "https://goproxy.cn/rsc.io/pdf/@v/v0.1.1.zip": dial tcp 182.106.158.41:443: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-07-18 23:12 linux-amd64-wsl tools@2957e9da go@8e1e64c1 (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-08-10 15:08 linux-amd64-wsl tools@39508651 go@c81dfdd4 (log)
present/parse.go:23:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
godoc/redirect/redirect.go:22:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
playground/socket/socket.go:37:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-15 17:37 linux-amd64-wsl tools@987de349 go@4a4e2068 (log)
present/parse.go:23:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/auth/authtest/authtest.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sys/@v/v0.0.0-20220722155257-8c9f86f7a55f.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
godoc/redirect/redirect.go:22:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/imports/mod.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
playground/socket/socket.go:37:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
go/expect/extract.go:18:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/lsp/cache/analysis.go:15:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sync/@v/v0.0.0-20220722155255-886fb9371eb4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/lsp/source/hover.go:23:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.7.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-16 15:07 linux-amd64-wsl tools@e55fb40e go@330cffb8 (log)
present/parse.go:23:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/auth/authtest/authtest.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sys/@v/v0.0.0-20220722155257-8c9f86f7a55f.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
internal/imports/mod.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
playground/socket/socket.go:37:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
go/expect/extract.go:18:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": proxyconnect tcp: dial tcp 205.185.121.87:54288: i/o timeout
2022-08-31 14:39 linux-amd64-wsl tools@41c3a9b1 go@da8a3502 (log)
present/parse.go:23:2: github.com/yuin/[email protected]: Get "https://goproxy.io/github.com/yuin/goldmark/@v/v1.4.13.zip": net/http: TLS handshake timeout
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://goproxy.io/github.com/yuin/goldmark/@v/v1.4.13.zip": net/http: TLS handshake timeout
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://goproxy.io/github.com/yuin/goldmark/@v/v1.4.13.zip": net/http: TLS handshake timeout
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://goproxy.io/github.com/yuin/goldmark/@v/v1.4.13.zip": net/http: TLS handshake timeout
cmd/auth/authtest/authtest.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/sys/@v/v0.0.0-20220722155257-8c9f86f7a55f.zip": net/http: TLS handshake timeout
internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": net/http: TLS handshake timeout
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://goproxy.io/github.com/yuin/goldmark/@v/v1.4.13.zip": net/http: TLS handshake timeout
internal/imports/mod.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": net/http: TLS handshake timeout
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": net/http: TLS handshake timeout
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": net/http: TLS handshake timeout
playground/socket/socket.go:37:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": net/http: TLS handshake timeout
go/expect/extract.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.io/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": net/http: TLS handshake timeout

watchflakes

@rsc rsc changed the title all: flaky tests using non-golang.org proxies all: test failures using non-golang.org proxies Sep 20, 2022
@cherrymui cherrymui added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 20, 2022
@cherrymui cherrymui added this to the Backlog milestone Sep 20, 2022
@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-08-01 15:15 linux-riscv64-unmatched website@0688a425 go@dee3efd9 (log)
go: cloud.google.com/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/@v/v0.88.0.mod": dial tcp: lookup proxy.golang.com.cn: i/o timeout
go: cloud.google.com/[email protected]: Get "https://proxy.golang.com.cn/cloud.google.com/go/@v/v0.88.0.mod": dial tcp: lookup proxy.golang.com.cn: i/o timeout
2022-08-04 17:10 linux-riscv64-unmatched vuln@40e737f1 go@365ca694 (log)
cmd/govulncheck/main.go:19:2: golang.org/x/[email protected]: read "https:/proxy.golang.com.cn/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": read tcp 10.8.8.28:36372->58.215.90.158:443: read: connection reset by peer
vulncheck/slicing.go:8:2: golang.org/x/[email protected]: read "https:/proxy.golang.com.cn/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": read tcp 10.8.8.28:36372->58.215.90.158:443: read: connection reset by peer
vulncheck/utils.go:15:2: golang.org/x/[email protected]: read "https:/proxy.golang.com.cn/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": read tcp 10.8.8.28:36372->58.215.90.158:443: read: connection reset by peer
vulncheck/utils.go:16:2: golang.org/x/[email protected]: read "https:/proxy.golang.com.cn/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": read tcp 10.8.8.28:36372->58.215.90.158:443: read: connection reset by peer
cmd/govulncheck/main.go:20:2: golang.org/x/[email protected]: read "https:/proxy.golang.com.cn/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": read tcp 10.8.8.28:36372->58.215.90.158:443: read: connection reset by peer
vulncheck/entries.go:10:2: golang.org/x/[email protected]: read "https:/proxy.golang.com.cn/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": read tcp 10.8.8.28:36372->58.215.90.158:443: read: connection reset by peer
vulncheck/utils.go:17:2: golang.org/x/[email protected]: read "https:/proxy.golang.com.cn/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": read tcp 10.8.8.28:36372->58.215.90.158:443: read: connection reset by peer
vulncheck/utils.go:18:2: golang.org/x/[email protected]: read "https:/proxy.golang.com.cn/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": read tcp 10.8.8.28:36372->58.215.90.158:443: read: connection reset by peer
2022-08-08 18:11 linux-riscv64-unmatched tools@92d58ea4 go@228f891c [build] (log)
present/parse.go:23:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
cmd/auth/authtest/authtest.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sys/@v/v0.0.0-20220722155257-8c9f86f7a55f.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://proxy.golang.com.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
godoc/redirect/redirect.go:22:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/imports/mod.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
playground/socket/socket.go:37:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
go/expect/extract.go:18:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/lsp/cache/analysis.go:15:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sync/@v/v0.0.0-20220722155255-886fb9371eb4.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/lsp/source/hover.go:23:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
2022-08-08 18:11 linux-riscv64-unmatched tools@92d58ea4 go@228f891c [build] (log)
internal/hooks/diff.go:22:2: github.com/sergi/[email protected]: Get "https://proxy.golang.com.cn/github.com/sergi/go-diff/@v/v1.1.0.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
../internal/lsp/source/util.go:20:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
../internal/lsp/source/view.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
../internal/lsp/cache/analysis.go:15:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/sync/@v/v0.0.0-20220722155255-886fb9371eb4.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220725105440-4151a5aca1df.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/govulncheck/cache.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220725105440-4151a5aca1df.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/govulncheck/source.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220725105440-4151a5aca1df.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/hooks/analysis.go:13:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.2.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
internal/hooks/analysis.go:14:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.2.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
internal/hooks/analysis.go:15:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.2.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
internal/hooks/analysis.go:16:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.2.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
internal/hooks/analysis.go:17:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.2.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
doc/generate.go:32:2: github.com/jba/[email protected]: Get "https://proxy.golang.com.cn/github.com/jba/printsrc/@v/v0.2.2.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
2022-08-12 21:31 linux-riscv64-unmatched text@ba9b0e1d go@2c46cc8b (log)
cmd/gotext/main.go:31:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
message/pipeline/extract.go:23:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
message/pipeline/extract.go:24:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
message/pipeline/extract.go:25:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
message/pipeline/extract.go:26:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
message/pipeline/extract.go:27:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
2022-08-16 15:07 linux-riscv64-unmatched tools@e55fb40e go@a719a78c (log)
internal/hooks/diff.go:22:2: github.com/sergi/[email protected]: Get "https://proxy.golang.com.cn/github.com/sergi/go-diff/@v/v1.1.0.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/govulncheck/cache.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/govulncheck/source.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/hooks/analysis.go:13:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/hooks/analysis.go:14:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/hooks/analysis.go:15:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/hooks/analysis.go:16:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/hooks/analysis.go:17:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
doc/generate.go:32:2: github.com/jba/[email protected]: Get "https://proxy.golang.com.cn/github.com/jba/printsrc/@v/v0.2.2.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
2022-08-23 14:41 linux-riscv64-unmatched arch@ada1728c go@4baa4869 (log)
arm/armspec/spec.go:35:2: rsc.io/[email protected]: Get "https://goproxy.cn/rsc.io/pdf/@v/v0.1.1.zip": dial tcp: lookup goproxy.cn: Temporary failure in name resolution

tests failed: exit status 1
2022-08-29 22:05 linux-riscv64-unmatched crypto@c86fa9a7 go@a9ca741d (log)
acme/autocert/autocert.go:35:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20211112202133-69e39bad7dc2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34527->127.0.0.53:53: i/o timeout
ssh/terminal/terminal.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34527->127.0.0.53:53: i/o timeout

tests failed: exit status 1
2022-08-31 13:23 linux-riscv64-unmatched tools@fe1a27b5 go@3486735b (log)
internal/hooks/diff.go:22:2: github.com/sergi/[email protected]: Get "https://proxy.golang.com.cn/github.com/sergi/go-diff/@v/v1.1.0.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
internal/govulncheck/cache.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
internal/govulncheck/source.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.com.cn/golang.org/x/vuln/@v/v0.0.0-20220809164104-12ff722659c1.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
internal/hooks/analysis.go:13:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/hooks/analysis.go:14:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/hooks/analysis.go:15:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/hooks/analysis.go:16:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/hooks/analysis.go:17:2: honnef.co/go/[email protected]: Get "https://proxy.golang.com.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.com.cn: Temporary failure in name resolution
internal/hooks/hooks.go:16:2: mvdan.cc/[email protected]: Get "https://proxy.golang.com.cn/mvdan.cc/gofumpt/@v/v0.3.1.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
internal/hooks/hooks.go:17:2: mvdan.cc/xurls/[email protected]: Get "https://proxy.golang.com.cn/mvdan.cc/xurls/v2/@v/v2.4.0.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
doc/generate.go:33:2: github.com/jba/[email protected]: Get "https://proxy.golang.com.cn/github.com/jba/printsrc/@v/v0.2.2.zip": dial tcp: lookup proxy.golang.com.cn: i/o timeout
2022-09-07 13:59 linux-riscv64-unmatched mod@02c99138 go@4c414c76 (log)
sumdb/note/note.go:189:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20210921155107-089bfa567519.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41822->127.0.0.53:53: i/o timeout

tests failed: exit status 1
2022-09-14 15:54 linux-riscv64-unmatched vuln@4c9734e3 go@a7e9a379 x/vuln/cmd/govulncheck.Test (log)
Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
github.com/client9/[email protected]: Get "https://goproxy.cn/github.com/client9/misspell/@v/v0.3.4.zip": dial tcp: lookup goproxy.cn: Temporary failure in name resolution
misspell -error .

devtools/lib.sh: line 47: misspell: command not found
command failed
go mod tidy

FAILED; see errors above
--- FAIL: Test (178.39s)
    all_test.go:26: exit status 1
2022-09-14 15:54 linux-riscv64-unmatched vuln@4c9734e3 go@a7e9a379 x/vuln/cmd/govulncheck.TestCommand (log)
otherpkg/otherpkg.go:3:8: github.com/shiyanhui/[email protected]: Get "https://goproxy.cn/github.com/shiyanhui/dht/@v/v0.0.0-20201219151056-5a20f3199263.zip": dial tcp: lookup goproxy.cn: i/o timeout
--- FAIL: TestCommand (69.57s)
    buildtest.go:74: exit status 1
2022-09-16 19:49 linux-riscv64-unmatched vuln@485fff3f go@a7bcc947 (log)
client/client.go:45:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53732->127.0.0.53:53: i/o timeout
osv/json.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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53732->127.0.0.53:53: i/o timeout
vulncheck/vulncheck.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20220722155223-a9213eeb770e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:40489->127.0.0.53:53: i/o timeout
cmd/govulncheck/main.go:19:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53732->127.0.0.53:53: i/o timeout
vulncheck/slicing.go:8:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53732->127.0.0.53:53: i/o timeout
vulncheck/utils.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53732->127.0.0.53:53: i/o timeout
vulncheck/utils.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53732->127.0.0.53:53: i/o timeout
cmd/govulncheck/main.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53732->127.0.0.53:53: i/o timeout
vulncheck/entries.go:10:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53732->127.0.0.53:53: i/o timeout
vulncheck/utils.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53732->127.0.0.53:53: i/o timeout
vulncheck/utils.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220803210227-8b9a1fbdf5c3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53732->127.0.0.53:53: i/o timeout
cmd/govulncheck/integration/k8s/k8s.go:12:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.8.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53732->127.0.0.53:53: i/o timeout
2022-09-16 19:49 linux-riscv64-unmatched vuln@485fff3f go@a9ca741d x/vuln/cmd/govulncheck.TestCommand (log)
vuln.go:6:2: github.com/tidwall/[email protected]: Get "https://goproxy.cn/github.com/tidwall/gjson/@v/v1.9.2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:50755->127.0.0.53:53: i/o timeout
vuln.go:7:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:50755->127.0.0.53:53: i/o timeout
--- FAIL: TestCommand (144.66s)
    buildtest.go:74: exit status 1
2022-09-16 19:49 linux-riscv64-unmatched vuln@485fff3f go@a84f46a2 x/vuln/cmd/govulncheck.TestCommand (log)
vuln.go:6:2: github.com/tidwall/[email protected]: Get "https://goproxy.cn/github.com/tidwall/gjson/@v/v1.9.2.zip": dial tcp: lookup goproxy.cn: i/o timeout
vuln.go:7:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.0.zip": dial tcp: lookup goproxy.cn: i/o timeout
--- FAIL: TestCommand (153.52s)
    buildtest.go:74: exit status 1
2022-09-20 12:40 linux-amd64-wsl tools@df2eb938 go@1eeb257b [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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o timeout
../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": net/http: TLS handshake 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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout
internal/hooks/analysis.go:13:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o timeout
internal/hooks/hooks.go:15:2: mvdan.cc/[email protected]: Get "https://goproxy.cn/mvdan.cc/gofumpt/@v/v0.3.1.zip": dial tcp 182.106.158.41:443: i/o 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:40 linux-amd64-wsl tools@df2eb938 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": dial tcp 182.106.158.41:443: i/o timeout
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp 182.106.158.41:443: i/o timeout
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp 182.106.158.41:443: i/o timeout
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o timeout
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout
2022-09-20 12:40 linux-amd64-wsl tools@df2eb938 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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o timeout
../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": net/http: TLS handshake 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": net/http: TLS handshake timeout
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": net/http: TLS handshake timeout
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": net/http: TLS handshake timeout
internal/hooks/analysis.go:13:2: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o timeout
internal/hooks/hooks.go:15:2: mvdan.cc/[email protected]: Get "https://goproxy.cn/mvdan.cc/gofumpt/@v/v0.3.1.zip": dial tcp 182.106.158.41:443: i/o 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@d5a5db3b [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": dial tcp 182.106.158.41:443: i/o timeout
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp 182.106.158.41:443: i/o timeout
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp 182.106.158.41:443: i/o timeout
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o 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": dial tcp 182.106.158.41:443: i/o timeout
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout
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": dial tcp 182.106.158.41:443: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-09-27 17:12 linux-riscv64-unmatched net@f4863917 go@4a49af57 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:56937->127.0.0.53:53: i/o timeout
html/charset/charset.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:56937->127.0.0.53:53: i/o timeout
html/charset/charset.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:56937->127.0.0.53:53: i/o timeout
html/charset/charset.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:56937->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:56937->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:56937->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:28:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:56937->127.0.0.53:53: i/o timeout
http2/h2i/h2i.go:42:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:46520->127.0.0.53:53: i/o timeout
internal/socket/cmsghdr_unix.go:10:8: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220728004956-3c1f35247d10.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:46520->127.0.0.53:53: i/o timeout
2022-10-02 13:36 linux-riscv64-unmatched vuln@d16fc226 go@18888751 (log)
client/client.go:45:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60962->127.0.0.53:53: i/o timeout
osv/json.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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60962->127.0.0.53:53: i/o timeout
internal/govulncheck/main.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20220722155223-a9213eeb770e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:50835->127.0.0.53:53: i/o timeout
vulncheck/vulncheck.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20220722155223-a9213eeb770e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:50835->127.0.0.53:53: i/o timeout
cmd/govulncheck/main.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220928184430-f80e98464e27.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60962->127.0.0.53:53: i/o timeout
vulncheck/slicing.go:8:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220928184430-f80e98464e27.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60962->127.0.0.53:53: i/o timeout
vulncheck/utils.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220928184430-f80e98464e27.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60962->127.0.0.53:53: i/o timeout
vulncheck/utils.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220928184430-f80e98464e27.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60962->127.0.0.53:53: i/o timeout
cmd/govulncheck/main.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220928184430-f80e98464e27.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60962->127.0.0.53:53: i/o timeout
vulncheck/entries.go:10:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220928184430-f80e98464e27.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60962->127.0.0.53:53: i/o timeout
vulncheck/utils.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220928184430-f80e98464e27.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60962->127.0.0.53:53: i/o timeout
vulncheck/utils.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.13-0.20220928184430-f80e98464e27.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60962->127.0.0.53:53: i/o timeout
cmd/govulncheck/integration/k8s/k8s.go:12:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.8.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60962->127.0.0.53:53: i/o timeout
2022-10-02 13:39 linux-riscv64-unmatched vuln@0aeb78bd go@18888751 x/vuln/cmd/govulncheck.TestCommand (log)
vuln.go:3:8: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220425223048-2871e0cb64e4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:40796->127.0.0.53:53: i/o timeout
--- FAIL: TestCommand (99.13s)
    buildtest.go:78: exit status 1

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-10-12 13:50 linux-riscv64-unmatched net@0b7e1fb9 go@6f445a9d (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:38034->127.0.0.53:53: i/o timeout
html/charset/charset.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:38034->127.0.0.53:53: i/o timeout
html/charset/charset.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:38034->127.0.0.53:53: i/o timeout
html/charset/charset.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:38034->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:38034->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:38034->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:28:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.7.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:38034->127.0.0.53:53: i/o timeout
http2/h2i/h2i.go:42:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:56646->127.0.0.53:53: i/o timeout
internal/socket/cmsghdr_unix.go:10:8: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220728004956-3c1f35247d10.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:56646->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-10-06 15:09 linux-riscv64-unmatched oauth2@b44042a4 go@6f445a9d (log)
internal/token.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220624214902-1bab6f366d9e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:49756->127.0.0.53:53: i/o timeout
google/default.go:17:2: cloud.google.com/go/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/compute/@v/v1.7.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:49756->127.0.0.53:53: i/o timeout

tests failed: exit status 1

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-10-11 20:02 linux-riscv64-unmatched benchmarks@d4b9fce9 go@3d92205e (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: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: 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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: i/o timeout
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: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: 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: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: 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: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: 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: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: 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: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: 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: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53498->127.0.0.53:53: 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: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53498->127.0.0.53:53: i/o timeout
third_party/biogo-examples/igor/igor/cluster.go:16:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/store/@v/v0.0.0-20201120204734-aad293a2328f.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53498->127.0.0.53:53: i/o timeout
sweet/benchmarks/internal/driver/driver.go:22:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20211122183932-1daafda22083.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:55350->127.0.0.53:53: i/o timeout
third_party/biogo-examples/krishna/write.go:12:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: i/o timeout
third_party/biogo-examples/krishna/krishna.go:13:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: i/o timeout
third_party/biogo-examples/krishna/packseqs.go:13:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: i/o timeout
third_party/biogo-examples/krishna/packseqs.go:14:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: i/o timeout
third_party/biogo-examples/krishna/krishna.go:14:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: i/o timeout
third_party/biogo-examples/krishna/packseqs.go:16:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:45145->127.0.0.53:53: i/o timeout
sweet/benchmarks/bleve-index/main.go:20:2: github.com/blevesearch/[email protected]: Get "https://goproxy.cn/github.com/blevesearch/bleve/@v/v1.0.14.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:55350->127.0.0.53:53: i/o timeout
sweet/benchmarks/bleve-index/main.go:21:2: github.com/blevesearch/[email protected]: Get "https://goproxy.cn/github.com/blevesearch/bleve/@v/v1.0.14.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:55350->127.0.0.53:53: i/o timeout
third_party/bleve-bench/mapping.go:26:2: github.com/blevesearch/[email protected]: Get "https://goproxy.cn/github.com/blevesearch/bleve/@v/v1.0.14.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:55350->127.0.0.53:53: i/o timeout
sweet/benchmarks/bleve-index/main.go:22:2: github.com/dustin/[email protected]: Get "https://goproxy.cn/github.com/dustin/go-wikiparse/@v/v0.0.0-20211018054215-c01ec186f20c.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:55350->127.0.0.53:53: i/o 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: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:53498->127.0.0.53:53: 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: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:49623->127.0.0.53:53: 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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:49623->127.0.0.53:53: i/o timeout
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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:49623->127.0.0.53:53: i/o timeout
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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:49623->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-10-17 12:57 linux-riscv64-unmatched tools@b93a56f2 go@3d92205e [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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:42785->127.0.0.53:53: i/o timeout
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:42785->127.0.0.53:53: i/o timeout
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:42785->127.0.0.53:53: i/o timeout
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:42785->127.0.0.53:53: i/o timeout
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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:42785->127.0.0.53:53: i/o 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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34597->127.0.0.53:53: i/o timeout
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:42785->127.0.0.53:53: i/o timeout
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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34597->127.0.0.53:53: i/o timeout
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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34597->127.0.0.53:53: i/o timeout
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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34597->127.0.0.53:53: i/o timeout
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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34597->127.0.0.53:53: i/o timeout
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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34597->127.0.0.53:53: i/o timeout
2022-10-24 03:44 linux-riscv64-unmatched tools@8166dca1 go@85196fc9 [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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:39844->127.0.0.53:53: i/o timeout
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:39844->127.0.0.53:53: i/o timeout
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:39844->127.0.0.53:53: i/o timeout
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:39844->127.0.0.53:53: i/o timeout
cmd/auth/authtest/authtest.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.1.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:39844->127.0.0.53:53: i/o timeout
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:39844->127.0.0.53:53: i/o timeout
2022-10-24 03:44 linux-riscv64-unmatched tools@8166dca1 go@85196fc9 [build] (log)
internal/govulncheck/cache.go:19:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/vuln/@v/v0.0.0-20221010193109-563322be2ea9.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:36459->127.0.0.53:53: i/o timeout
internal/vulncheck/command.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/vuln/@v/v0.0.0-20221010193109-563322be2ea9.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:36459->127.0.0.53:53: i/o timeout
internal/govulncheck/cache.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/vuln/@v/v0.0.0-20221010193109-563322be2ea9.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:36459->127.0.0.53:53: i/o timeout
internal/govulncheck/source.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/vuln/@v/v0.0.0-20221010193109-563322be2ea9.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:36459->127.0.0.53:53: 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: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:36459->127.0.0.53:53: i/o timeout
2022-10-24 17:50 linux-riscv64-unmatched website@2a334589 go@9fffcde1 (log)
go: cloud.google.com/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/@v/v0.88.0.mod": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:46938->127.0.0.53:53: i/o timeout
go: cloud.google.com/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/@v/v0.88.0.mod": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:46938->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-09-20 02:27 linux-riscv64-unmatched debug@00090926 go@3dc13023 (log)
cmd/viewcore/main.go:28:2: github.com/chzyer/[email protected]: Get "https://goproxy.cn/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:44301->127.0.0.53:53: i/o timeout
cmd/viewcore/main.go:29:2: github.com/spf13/[email protected]: Get "https://goproxy.cn/github.com/spf13/cobra/@v/v0.0.3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:44301->127.0.0.53:53: i/o timeout
cmd/viewcore/main.go:30:2: github.com/spf13/[email protected]: Get "https://goproxy.cn/github.com/spf13/pflag/@v/v1.0.3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:44301->127.0.0.53:53: i/o timeout
internal/core/process_unix.go:13:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20211025201205-69cdffdb9359.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:44301->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-10-25 23:02 linux-riscv64-unmatched vuln@995372c5 go@f9ee5614 x/vuln/cmd/govulncheck.Test (log)
Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
github.com/client9/[email protected]: Get "https://goproxy.cn/github.com/client9/misspell/@v/v0.3.4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:52138->127.0.0.53:53: i/o timeout
misspell -error .

devtools/lib.sh: line 47: misspell: command not found
command failed
go mod tidy

golang.org/x/vuln tested by
	golang.org/x/vuln.test imports
	github.com/client9/misspell/cmd/misspell: github.com/client9/[email protected]: Get "https://goproxy.cn/github.com/client9/misspell/@v/v0.3.4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:51178->127.0.0.53:53: i/o timeout
golang.org/x/vuln tested by
	golang.org/x/vuln.test imports
	honnef.co/go/tools/cmd/staticcheck: honnef.co/go/[email protected]: Get "https://goproxy.cn/honnef.co/go/tools/@v/v0.2.2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:51178->127.0.0.53:53: i/o timeout
golang.org/x/vuln tested by
	golang.org/x/vuln.test imports
	mvdan.cc/unparam: mvdan.cc/[email protected]: Get "https://goproxy.cn/mvdan.cc/unparam/@v/v0.0.0-20211214103731-d0ef000c54e5.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:51178->127.0.0.53:53: i/o timeout
command failed
FAILED; see errors above
--- FAIL: Test (174.99s)
    all_test.go:26: exit status 1
2022-10-25 23:02 linux-riscv64-unmatched vuln@995372c5 go@f9ee5614 x/vuln/cmd/govulncheck.TestCommand (log)
otherpkg/otherpkg.go:3:8: github.com/shiyanhui/[email protected]: Get "https://goproxy.cn/github.com/shiyanhui/dht/@v/v0.0.0-20201219151056-5a20f3199263.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:39308->127.0.0.53:53: i/o timeout
--- FAIL: TestCommand (69.68s)
    buildtest.go:78: exit status 1

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-10-24 17:50 linux-riscv64-unmatched website@2a334589 go@50557edf (log)
go: cloud.google.com/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/@v/v0.88.0.mod": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:58377->127.0.0.53:53: i/o timeout
go: cloud.google.com/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/@v/v0.88.0.mod": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:58377->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-10-25 23:02 linux-riscv64-unmatched vuln@995372c5 go@50557edf x/vuln/cmd/govulncheck.TestCommand (log)
vuln.go:6:2: github.com/tidwall/[email protected]: Get "https://goproxy.cn/github.com/tidwall/gjson/@v/v1.9.2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:39501->127.0.0.53:53: i/o timeout
vuln.go:7:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.3.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:39501->127.0.0.53:53: i/o timeout
--- FAIL: TestCommand (155.93s)
    buildtest.go:78: exit status 1

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-10-17 18:49 linux-riscv64-unmatched term@83659145 go@50c59194 (log)
term_unix.go:11:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.1.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:55745->127.0.0.53:53: i/o timeout

tests failed: exit status 1
2022-10-19 17:57 linux-riscv64-unmatched mod@b3066c3a go@aa6240a4 (log)
sumdb/note/note.go:189:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/crypto/@v/v0.1.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:35408->127.0.0.53:53: i/o timeout

tests failed: exit status 1
2022-10-24 17:35 linux-riscv64-unmatched crypto@a3485e17 go@aa6240a4 (log)
acme/autocert/autocert.go:35:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.1.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:43892->127.0.0.53:53: i/o timeout
ssh/terminal/terminal.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/term/@v/v0.1.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:43892->127.0.0.53:53: i/o timeout

tests failed: exit status 1
2022-11-02 18:10 linux-riscv64-unmatched debug@36716089 go@c1c6b0ca (log)
cmd/viewcore/main.go:28:2: github.com/chzyer/[email protected]: Get "https://goproxy.cn/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41650->127.0.0.53:53: i/o timeout
cmd/viewcore/main.go:29:2: github.com/spf13/[email protected]: Get "https://goproxy.cn/github.com/spf13/cobra/@v/v0.0.3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41650->127.0.0.53:53: i/o timeout
cmd/viewcore/main.go:30:2: github.com/spf13/[email protected]: Get "https://goproxy.cn/github.com/spf13/pflag/@v/v1.0.3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41650->127.0.0.53:53: i/o timeout
internal/core/process_unix.go:13:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.1.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41650->127.0.0.53:53: i/o timeout
2022-11-02 18:10 linux-riscv64-unmatched debug@36716089 go@aa6240a4 (log)
cmd/viewcore/main.go:28:2: github.com/chzyer/[email protected]: Get "https://goproxy.cn/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:51876->127.0.0.53:53: i/o timeout
cmd/viewcore/main.go:29:2: github.com/spf13/[email protected]: Get "https://goproxy.cn/github.com/spf13/cobra/@v/v0.0.3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:51876->127.0.0.53:53: i/o timeout
cmd/viewcore/main.go:30:2: github.com/spf13/[email protected]: Get "https://goproxy.cn/github.com/spf13/pflag/@v/v1.0.3.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:51876->127.0.0.53:53: i/o timeout
internal/core/process_unix.go:13:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.1.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:51876->127.0.0.53:53: i/o timeout
2022-11-02 18:10 linux-riscv64-unmatched term@f6f2839d go@c1c6b0ca (log)
term_unix.go:11:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.1.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:42588->127.0.0.53:53: i/o timeout

tests failed: exit status 1
2022-11-02 18:17 linux-riscv64-unmatched net@a1278a7f go@aa6240a4 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34735->127.0.0.53:53: i/o timeout
html/charset/charset.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34735->127.0.0.53:53: i/o timeout
html/charset/charset.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34735->127.0.0.53:53: i/o timeout
html/charset/charset.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34735->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34735->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34735->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:28:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:34735->127.0.0.53:53: i/o timeout
http2/h2i/h2i.go:42:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/term/@v/v0.1.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:35373->127.0.0.53:53: i/o timeout
internal/socket/cmsghdr_unix.go:10:8: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.1.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:35373->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-10-17 20:05 linux-riscv64-unmatched image@ffcb3fe7 go@aa6240a4 (log)
go: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.4.0.mod": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:49156->127.0.0.53:53: i/o timeout
go: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.4.0.mod": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:49156->127.0.0.53:53: i/o timeout

tests failed: exit status 1

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-11-16 20:18 linux-riscv64-unmatched arch@1bb480fc go@58a2db18 (log)
arm/armspec/spec.go:35:2: rsc.io/[email protected]: Get "https://goproxy.cn/rsc.io/pdf/@v/v0.1.1.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:49840->127.0.0.53:53: i/o timeout

tests failed: exit status 1
2022-11-16 20:48 linux-riscv64-unmatched vuln@fac3670c go@f4f8397f (log)
client/client.go:45:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
osv/json.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.6.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
cmd/govulncheck/print.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20220722155223-a9213eeb770e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
vulncheck/vulncheck.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20220722155223-a9213eeb770e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
cmd/govulncheck/main.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.2.1-0.20221108172846-9474ca31d0df.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
vulncheck/slicing.go:8:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.2.1-0.20221108172846-9474ca31d0df.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
vulncheck/utils.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.2.1-0.20221108172846-9474ca31d0df.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
vulncheck/utils.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.2.1-0.20221108172846-9474ca31d0df.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
cmd/govulncheck/errors.go:13:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.2.1-0.20221108172846-9474ca31d0df.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
vulncheck/entries.go:10:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.2.1-0.20221108172846-9474ca31d0df.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
vulncheck/utils.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.2.1-0.20221108172846-9474ca31d0df.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
vulncheck/utils.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.2.1-0.20221108172846-9474ca31d0df.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
cmd/govulncheck/integration/k8s/k8s.go:12:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.8.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout
internal/test/packages.go:11:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.2.1-0.20221108172846-9474ca31d0df.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41064->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-11-10 18:46 linux-riscv64-unmatched text@c8236a67 go@5efa4dab (log)
cmd/gotext/main.go:30:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60143->127.0.0.53:53: i/o timeout
message/pipeline/extract.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60143->127.0.0.53:53: i/o timeout
message/pipeline/extract.go:24:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60143->127.0.0.53:53: i/o timeout
message/pipeline/extract.go:25:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60143->127.0.0.53:53: i/o timeout
message/pipeline/extract.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60143->127.0.0.53:53: i/o timeout
message/pipeline/extract.go:27:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:60143->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-12-06 18:24 linux-riscv64-unmatched text@ec5565b1 go@c8313d4f (log)
cmd/gotext/main.go:30:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:54707->127.0.0.53:53: i/o timeout
message/pipeline/extract.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:54707->127.0.0.53:53: i/o timeout
message/pipeline/extract.go:24:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:54707->127.0.0.53:53: i/o timeout
message/pipeline/extract.go:25:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:54707->127.0.0.53:53: i/o timeout
message/pipeline/extract.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:54707->127.0.0.53:53: i/o timeout
message/pipeline/extract.go:27:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.1.12.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:54707->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-12-06 15:30 linux-riscv64-unmatched oauth2@b177c21a go@80f7484a (log)
internal/token.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.3.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:46353->127.0.0.53:53: i/o timeout
google/default.go:17:2: cloud.google.com/go/compute/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/compute/metadata/@v/v0.2.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:46353->127.0.0.53:53: i/o timeout

tests failed: exit status 1

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-12-07 22:07 linux-riscv64-unmatched website@b31b7a9e go@80f7484a (log)
cmd/admingolangorg/main.go:19:2: cloud.google.com/go/[email protected]: reading https://goproxy.cn/cloud.google.com/go/datastore/@v/v1.2.0.zip: 504 Gateway Timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-12-06 21:14 linux-riscv64-unmatched tools@1dcc423c go@e535d677 [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": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:40427->127.0.0.53:53: i/o timeout
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:40427->127.0.0.53:53: i/o timeout
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:40427->127.0.0.53:53: i/o timeout
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:40427->127.0.0.53:53: i/o timeout
cmd/auth/authtest/authtest.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.3.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:40427->127.0.0.53:53: i/o timeout
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:40427->127.0.0.53:53: i/o timeout
cmd/html2article/conv.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.3.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:40427->127.0.0.53:53: i/o timeout
cmd/html2article/conv.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.3.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:40427->127.0.0.53:53: i/o timeout
playground/socket/socket.go:37:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.3.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:40427->127.0.0.53:53: i/o timeout
2022-12-15 20:50 linux-riscv64-unmatched vuln@9bf25634 go@628a1e7d (log)
cmd/govulncheck/print.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20220722155223-a9213eeb770e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout
vulncheck/vulncheck.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20220722155223-a9213eeb770e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout
cmd/govulncheck/main.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout
vulncheck/slicing.go:8:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout
vulncheck/utils.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout
vulncheck/utils.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout
cmd/govulncheck/errors.go:13:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout
vulncheck/entries.go:10:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout
vulncheck/utils.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout
vulncheck/utils.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout
cmd/govulncheck/integration/k8s/k8s.go:12:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.8.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout
internal/test/packages.go:11:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:57496->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-12-17 14:36 linux-riscv64-unmatched vuln@785badac go@0b2ad1d8 (log)
client/client.go:45:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.7.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
osv/json.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.7.0.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
cmd/govulncheck/print.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20220722155223-a9213eeb770e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
vulncheck/vulncheck.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20220722155223-a9213eeb770e.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
cmd/govulncheck/main.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.1-0.20221217013628-b4dfc36097e2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
vulncheck/slicing.go:8:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.1-0.20221217013628-b4dfc36097e2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
vulncheck/utils.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.1-0.20221217013628-b4dfc36097e2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
vulncheck/utils.go:15:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.1-0.20221217013628-b4dfc36097e2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
cmd/govulncheck/errors.go:13:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.1-0.20221217013628-b4dfc36097e2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
vulncheck/entries.go:10:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.1-0.20221217013628-b4dfc36097e2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
vulncheck/utils.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.1-0.20221217013628-b4dfc36097e2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
vulncheck/utils.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.1-0.20221217013628-b4dfc36097e2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
cmd/govulncheck/integration/k8s/k8s.go:12:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.8.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout
internal/test/packages.go:11:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.4.1-0.20221217013628-b4dfc36097e2.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:41476->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2022-12-21 17:19 linux-riscv64-unmatched crypto@bc7d1d1e go@de6abd78 (log)
go: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/net/@v/v0.3.0.mod": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:59536->127.0.0.53:53: i/o timeout

tests failed: exit status 1

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-02-26 19:52 linux-riscv64-unmatched vuln@685e27b9 go@cda1e40b (log)
internal/scan/stdlib.go:11:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.15.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:33414->10.0.0.1:53: i/o timeout
internal/scan/flags.go:14:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.18.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:33414->10.0.0.1:53: i/o timeout
internal/scan/source.go:11:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.18.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:33414->10.0.0.1:53: i/o timeout
internal/client/client.go:25:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sync/@v/v0.6.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:33414->10.0.0.1:53: i/o timeout
internal/vulncheck/slicing.go:8:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.18.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:33414->10.0.0.1:53: i/o timeout
internal/vulncheck/utils.go:16:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.18.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:33414->10.0.0.1:53: i/o timeout
internal/vulncheck/utils.go:17:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.18.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:33414->10.0.0.1:53: i/o timeout
internal/vulncheck/entries.go:10:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.18.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:33414->10.0.0.1:53: i/o timeout
internal/vulncheck/utils.go:19:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.18.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:33414->10.0.0.1:53: i/o timeout
internal/vulncheck/utils.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.18.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:33414->10.0.0.1:53: i/o timeout
cmd/govulncheck/integration/internal/integration/test.go:15:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.8.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:33414->10.0.0.1:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-05 19:44 linux-riscv64-unmatched pkgsite@ea431292 go@47d4295f (log)
cmd/internal/cmdconfig/cmdconfig.go:15:2: cloud.google.com/go/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/errorreporting/@v/v0.3.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:45057->10.0.0.1:53: i/o timeout
cmd/internal/cmdconfig/cmdconfig.go:16:2: cloud.google.com/go/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/logging/@v/v1.7.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:45057->10.0.0.1:53: i/o timeout
cmd/internal/cmdconfig/cmdconfig.go:17:2: contrib.go.opencensus.io/integrations/[email protected]: Get "https://goproxy.cn/contrib.go.opencensus.io/integrations/ocsql/@v/v0.1.4.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:45057->10.0.0.1:53: i/o timeout
cmd/internal/cmdconfig/cmdconfig.go:18:2: github.com/jackc/pgx/[email protected]: Get "https://goproxy.cn/github.com/jackc/pgx/v4/@v/v4.14.1.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:45057->10.0.0.1:53: i/o timeout
internal/database/copy.go:14:2: github.com/jackc/pgx/[email protected]: Get "https://goproxy.cn/github.com/jackc/pgx/v4/@v/v4.14.1.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:45057->10.0.0.1:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-04 17:33 linux-riscv64-unmatched debug@369212e2 go@1e433915 (log)
cmd/viewcore/main.go:27:2: github.com/chzyer/[email protected]: Get "https://goproxy.cn/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:59629->10.0.0.1:53: i/o timeout
cmd/viewcore/main.go:28:2: github.com/spf13/[email protected]: Get "https://goproxy.cn/github.com/spf13/cobra/@v/v0.0.3.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:59629->10.0.0.1:53: i/o timeout
cmd/viewcore/main.go:29:2: github.com/spf13/[email protected]: Get "https://goproxy.cn/github.com/spf13/pflag/@v/v1.0.3.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:59629->10.0.0.1:53: i/o timeout
internal/core/process_unix.go:12:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.18.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:59629->10.0.0.1:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-11 20:13 linux-amd64-wsl tools@ca94c966 go@63992def (log)
internal/golang/hover.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
../../../../../pkg/mod/mvdan.cc/[email protected]/format/format.go:24:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.6.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
doc/generate.go:32:2: github.com/jba/[email protected]: Get "https://goproxy.cn/github.com/jba/printsrc/@v/v0.2.2.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-05 19:44 linux-amd64-wsl pkgsite@ea431292 go@2ab9218c (log)
cmd/frontend/main.go:15:2: cloud.google.com/go/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/profiler/@v/v0.1.1.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
cmd/frontend/main.go:16:2: github.com/go-redis/redis/[email protected]: Get "https://goproxy.cn/github.com/go-redis/redis/v8/@v/v8.11.4.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
cmd/frontend/main.go:17:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/safehtml/@v/v0.0.3-0.20211026203422-d6f0e11a5516.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
cmd/frontend/main.go:18:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
cmd/frontend/main.go:19:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
cmd/internal/cmdconfig/cmdconfig.go:15:2: cloud.google.com/go/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/errorreporting/@v/v0.3.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
cmd/internal/cmdconfig/cmdconfig.go:16:2: cloud.google.com/go/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/logging/@v/v1.7.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
../../../../pkg/mod/contrib.go.opencensus.io/integrations/[email protected]/dbstats_go1.11.go:11:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
../../../../pkg/mod/contrib.go.opencensus.io/integrations/[email protected]/observability.go:8:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
../../../../pkg/mod/contrib.go.opencensus.io/integrations/[email protected]/observability.go:9:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
../../../../pkg/mod/google.golang.org/[email protected]/transport/grpc/dial.go:19:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
../../../../pkg/mod/google.golang.org/[email protected]/transport/http/internal/propagation/http.go:21:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
../../../../pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/prometheus.go:28:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
../../../../pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/prometheus.go:29:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
../../../../pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/stackdriver.go:63:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
../../../../pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/metrics.go:40:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
../../../../pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/resource.go:23:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
internal/dcensus/dcensus.go:22:2: [email protected]: Get "https://goproxy.cn/go.opencensus.io/@v/v0.24.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
internal/godoc/dochtml/dochtml.go:25:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/safehtml/@v/v0.0.3-0.20211026203422-d6f0e11a5516.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
internal/godoc/dochtml/dochtml.go:26:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/safehtml/@v/v0.0.3-0.20211026203422-d6f0e11a5516.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
internal/godoc/dochtml/dochtml.go:28:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/safehtml/@v/v0.0.3-0.20211026203422-d6f0e11a5516.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
internal/frontend/fetchserver/404.go:18:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/safehtml/@v/v0.0.3-0.20211026203422-d6f0e11a5516.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-11 21:02 linux-amd64-wsl net@12ddef72 go@2ab9218c (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
html/charset/charset.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
html/charset/charset.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
html/charset/charset.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-05 19:44 linux-riscv64-unmatched pkgsite@ea431292 go@a46ecdca (log)
cmd/frontend/main.go:15:2: cloud.google.com/go/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/profiler/@v/v0.1.1.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:49939->10.0.0.1:53: i/o timeout
cmd/frontend/main.go:16:2: github.com/go-redis/redis/[email protected]: Get "https://goproxy.cn/github.com/go-redis/redis/v8/@v/v8.11.4.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:49939->10.0.0.1:53: i/o timeout
cmd/internal/cmdconfig/cmdconfig.go:15:2: cloud.google.com/go/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/errorreporting/@v/v0.3.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:49939->10.0.0.1:53: i/o timeout
cmd/internal/cmdconfig/cmdconfig.go:16:2: cloud.google.com/go/[email protected]: Get "https://goproxy.cn/cloud.google.com/go/logging/@v/v1.7.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:49939->10.0.0.1:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-13 17:26 linux-riscv64-unmatched vuln@d26ab060 go@4f0408a3 x/vuln.TestGoModTidy (log)
--- FAIL: TestGoModTidy (5.17s)
    all_test.go:107: /tmp/workdir-host-linux-riscv64-unmatched/go/bin/go mod tidy: exit status 1
        go: github.com/google/[email protected] requires
        	github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.3.1.mod": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:60724->10.0.0.1:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-05 19:44 linux-riscv64-unmatched pkgsite@ea431292 go@f6b93a4c (log)
internal/database/dbutil.go:21:2: github.com/golang-migrate/migrate/[email protected]: reading https://goproxy.cn/github.com/golang-migrate/migrate/v4/@v/v4.15.1.mod: 504 Gateway Timeout
	server response: Gateway Timeout
internal/database/dbutil.go:22:2: github.com/golang-migrate/migrate/[email protected]: reading https://goproxy.cn/github.com/golang-migrate/migrate/v4/@v/v4.15.1.mod: 504 Gateway Timeout
	server response: Gateway Timeout
internal/database/dbutil.go:25:2: github.com/golang-migrate/migrate/[email protected]: reading https://goproxy.cn/github.com/golang-migrate/migrate/v4/@v/v4.15.1.mod: 504 Gateway Timeout
	server response: Gateway Timeout
../../../../pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/monitoredresource/aws/aws_identity_doc_utils.go:18:2: github.com/aws/[email protected]: reading https://goproxy.cn/github.com/aws/aws-sdk-go/@v/v1.34.29.zip: 504 Gateway Timeout
	server response: Gateway Timeout
../../../../pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/monitoredresource/aws/aws_identity_doc_utils.go:19:2: github.com/aws/[email protected]: reading https://goproxy.cn/github.com/aws/aws-sdk-go/@v/v1.34.29.zip: 504 Gateway Timeout
	server response: Gateway Timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-21 09:28 linux-loong64-3a5000 net@ebc8168a go@2e1003e2 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:48253->221.11.1.67:53: i/o timeout
html/charset/charset.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:48253->221.11.1.67:53: i/o timeout
html/charset/charset.go:22:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:48253->221.11.1.67:53: i/o timeout
html/charset/charset.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:48253->221.11.1.67:53: i/o timeout
idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:48253->221.11.1.67:53: i/o timeout
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:48253->221.11.1.67:53: i/o timeout
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:48253->221.11.1.67:53: i/o timeout
http2/h2i/h2i.go:41:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/term/@v/v0.18.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:46360->221.11.1.67:53: i/o timeout
internal/socket/cmsghdr_unix.go:9:8: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.18.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:48253->221.11.1.67:53: i/o timeout
quic/packet_protection.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/crypto/@v/v0.21.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:46360->221.11.1.67:53: i/o timeout
quic/packet_protection.go:19:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/crypto/@v/v0.21.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:46360->221.11.1.67:53: i/o timeout
quic/packet_protection.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/crypto/@v/v0.21.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:46360->221.11.1.67:53: i/o timeout
quic/packet_protection.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/crypto/@v/v0.21.0.zip": dial tcp: lookup goproxy.cn on 221.11.1.67:53: read udp 10.66.66.3:46360->221.11.1.67:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-21 09:28 linux-loong64-3a5000 net@ebc8168a go@a4995244 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:55050->163.181.35.16:443: read: connection reset by peer
html/charset/charset.go:21:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:55050->163.181.35.16:443: read: connection reset by peer
html/charset/charset.go:22:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:55050->163.181.35.16:443: read: connection reset by peer
html/charset/charset.go:23:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:55050->163.181.35.16:443: read: connection reset by peer
idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:55050->163.181.35.16:443: read: connection reset by peer
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:55050->163.181.35.16:443: read: connection reset by peer
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:55050->163.181.35.16:443: read: connection reset by peer
../../../../pkg/mod/golang.org/x/[email protected]/term_unix.go:10:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/sys/@v/v0.18.0.zip": read tcp 10.66.66.5:55050->163.181.35.16:443: read: connection reset by peer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-28 22:35 linux-riscv64-unmatched vuln@9fbf042e go@cd294f55 x/vuln.TestGoModTidy (log)
--- FAIL: TestGoModTidy (5.23s)
    all_test.go:107: /tmp/workdir-host-linux-riscv64-unmatched/go/bin/go mod tidy: exit status 1
        go: github.com/google/[email protected] requires
        	github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.3.1.mod": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:50969->10.0.0.1:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-03-21 09:28 linux-loong64-3a5000 net@ebc8168a go@973befe7 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": stream error: stream ID 1; PROTOCOL_ERROR; received from peer
html/charset/charset.go:21:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": stream error: stream ID 1; PROTOCOL_ERROR; received from peer
html/charset/charset.go:22:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": stream error: stream ID 1; PROTOCOL_ERROR; received from peer
html/charset/charset.go:23:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": stream error: stream ID 1; PROTOCOL_ERROR; received from peer
idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": stream error: stream ID 1; PROTOCOL_ERROR; received from peer
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": stream error: stream ID 1; PROTOCOL_ERROR; received from peer
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": stream error: stream ID 1; PROTOCOL_ERROR; received from peer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-03 17:30 linux-loong64-3a5000 net@c48da131 go@7dd8f39e (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:38600->163.181.140.186:443: read: connection reset by peer
html/charset/charset.go:21:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:38600->163.181.140.186:443: read: connection reset by peer
html/charset/charset.go:22:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:38600->163.181.140.186:443: read: connection reset by peer
html/charset/charset.go:23:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:38600->163.181.140.186:443: read: connection reset by peer
idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:38600->163.181.140.186:443: read: connection reset by peer
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:38600->163.181.140.186:443: read: connection reset by peer
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:38600->163.181.140.186:443: read: connection reset by peer
../../../../pkg/mod/golang.org/x/[email protected]/term_unix.go:10:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/sys/@v/v0.18.0.zip": read tcp 10.66.66.5:38600->163.181.140.186:443: read: connection reset by peer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-03 20:07 linux-riscv64-unmatched vuln@f1b1098b go@ebf7747d x/vuln.TestGoModTidy (log)
--- FAIL: TestGoModTidy (5.22s)
    all_test.go:107: /tmp/workdir-host-linux-riscv64-unmatched/go/bin/go mod tidy: exit status 1
        go: github.com/google/[email protected] requires
        	github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.3.1.mod": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:39094->10.0.0.1:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-04 20:10 linux-loong64-3a5000 net@a130fcc1 go@2e064cf1 (log)
go: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.19.0.mod": read tcp 10.66.66.3:58872->163.181.78.240:443: read: connection reset by peer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-05 14:38 linux-riscv64-unmatched tools@2db5a34c go@2e064cf1 [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": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:46493->10.0.0.1:53: i/o timeout
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:46493->10.0.0.1:53: i/o timeout
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:46493->10.0.0.1:53: i/o timeout
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:46493->10.0.0.1:53: i/o timeout
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:46493->10.0.0.1:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-05 15:01 linux-loong64-3a5000 net@b67a0f05 go@74501172 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: read "https:/goproxy.cn/@v/v0.14.0.zip": read tcp 10.66.66.6:37996->163.181.78.242:443: read: connection reset by peer
html/charset/charset.go:21:2: golang.org/x/[email protected]: read "https:/goproxy.cn/@v/v0.14.0.zip": read tcp 10.66.66.6:37996->163.181.78.242:443: read: connection reset by peer
html/charset/charset.go:22:2: golang.org/x/[email protected]: read "https:/goproxy.cn/@v/v0.14.0.zip": read tcp 10.66.66.6:37996->163.181.78.242:443: read: connection reset by peer
html/charset/charset.go:23:2: golang.org/x/[email protected]: read "https:/goproxy.cn/@v/v0.14.0.zip": read tcp 10.66.66.6:37996->163.181.78.242:443: read: connection reset by peer
idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: read "https:/goproxy.cn/@v/v0.14.0.zip": read tcp 10.66.66.6:37996->163.181.78.242:443: read: connection reset by peer
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: read "https:/goproxy.cn/@v/v0.14.0.zip": read tcp 10.66.66.6:37996->163.181.78.242:443: read: connection reset by peer
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: read "https:/goproxy.cn/@v/v0.14.0.zip": read tcp 10.66.66.6:37996->163.181.78.242:443: read: connection reset by peer
../../../../pkg/mod/golang.org/x/[email protected]/term_unix.go:10:2: golang.org/x/[email protected]: read "https:/goproxy.cn/@v/v0.19.0.zip": read tcp 10.66.66.6:37996->163.181.78.242:443: read: connection reset by peer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-05 14:29 linux-amd64-wsl pkgsite@b8abe081 go@b24ec88b (log)
../../../../pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/monitoredresource/aws/aws_identity_doc_utils.go:18:2: github.com/aws/[email protected]: read "https://goproxy.cn/github.com/aws/aws-sdk-go/@v/v1.34.29.zip": stream error: stream ID 315; PROTOCOL_ERROR; received from peer
../../../../pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/monitoredresource/aws/aws_identity_doc_utils.go:19:2: github.com/aws/[email protected]: read "https://goproxy.cn/github.com/aws/aws-sdk-go/@v/v1.34.29.zip": stream error: stream ID 315; PROTOCOL_ERROR; received from peer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-05 22:13 linux-loong64-3a5000 net@ec05fdcd go@da732dd1 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:36048->163.181.78.240:443: read: connection reset by peer
html/charset/charset.go:21:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:36048->163.181.78.240:443: read: connection reset by peer
html/charset/charset.go:22:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:36048->163.181.78.240:443: read: connection reset by peer
html/charset/charset.go:23:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:36048->163.181.78.240:443: read: connection reset by peer
idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:36048->163.181.78.240:443: read: connection reset by peer
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:36048->163.181.78.240:443: read: connection reset by peer
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:36048->163.181.78.240:443: read: connection reset by peer
../../../../pkg/mod/golang.org/x/[email protected]/term_unix.go:10:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/sys/@v/v0.19.0.zip": read tcp 10.66.66.3:36048->163.181.78.240:443: read: connection reset by peer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-05 22:13 linux-loong64-3a5000 net@ec05fdcd go@26a1f4ae (log)
http2/h2i/h2i.go:41:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/term/@v/v0.19.0.mod": read tcp 10.66.66.5:43184->163.181.78.240:443: read: connection reset by peer
internal/socket/cmsghdr_unix.go:9:8: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/sys/@v/v0.19.0.zip": read tcp 10.66.66.5:43184->163.181.78.240:443: read: connection reset by peer
quic/packet_protection.go:18:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": read tcp 10.66.66.5:43184->163.181.78.240:443: read: connection reset by peer
quic/packet_protection.go:19:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": read tcp 10.66.66.5:43184->163.181.78.240:443: read: connection reset by peer
quic/packet_protection.go:20:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": read tcp 10.66.66.5:43184->163.181.78.240:443: read: connection reset by peer
quic/packet_protection.go:21:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": read tcp 10.66.66.5:43184->163.181.78.240:443: read: connection reset by peer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-05 22:13 linux-loong64-3a5000 net@ec05fdcd go@7b10c49e (log)
quic/packet_protection.go:18:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": read tcp 10.66.66.5:54156->163.181.78.240:443: read: connection reset by peer
quic/packet_protection.go:19:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": read tcp 10.66.66.5:54156->163.181.78.240:443: read: connection reset by peer
quic/packet_protection.go:20:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": read tcp 10.66.66.5:54156->163.181.78.240:443: read: connection reset by peer
quic/packet_protection.go:21:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": read tcp 10.66.66.5:54156->163.181.78.240:443: read: connection reset by peer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-15 20:43 linux-loong64-3a5000 net@0a24555f go@a0205e65 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:51046->163.181.78.243:443: read: connection reset by peer
html/charset/charset.go:21:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:51046->163.181.78.243:443: read: connection reset by peer
html/charset/charset.go:22:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:51046->163.181.78.243:443: read: connection reset by peer
html/charset/charset.go:23:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:51046->163.181.78.243:443: read: connection reset by peer
idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:51046->163.181.78.243:443: read: connection reset by peer
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:51046->163.181.78.243:443: read: connection reset by peer
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.5:51046->163.181.78.243:443: read: connection reset by peer
http2/h2i/h2i.go:41:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/term/@v/v0.19.0.zip": unexpected EOF
internal/socket/cmsghdr_unix.go:9:8: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.19.0.zip": unexpected EOF
quic/packet_protection.go:18:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": unexpected EOF
quic/packet_protection.go:19:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": unexpected EOF
quic/packet_protection.go:20:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": unexpected EOF
quic/packet_protection.go:21:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/crypto/@v/v0.22.0.zip": unexpected EOF

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-22 17:30 linux-riscv64-unmatched vuln@230480c8 go@0304d035 (log)
internal/scan/stdlib.go:11:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/mod/@v/v0.17.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:35852->10.0.0.1:53: i/o timeout
../../../../pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:28:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sync/@v/v0.7.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:35852->10.0.0.1:53: i/o timeout
cmd/govulncheck/integration/internal/integration/test.go:15:2: github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.8.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:35852->10.0.0.1:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-18 22:01 linux-loong64-3a5000 net@f95a3b3a go@16ce8b39 (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:54776->163.181.78.243:443: read: connection reset by peer
html/charset/charset.go:21:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:54776->163.181.78.243:443: read: connection reset by peer
html/charset/charset.go:22:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:54776->163.181.78.243:443: read: connection reset by peer
html/charset/charset.go:23:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:54776->163.181.78.243:443: read: connection reset by peer
idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:54776->163.181.78.243:443: read: connection reset by peer
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:54776->163.181.78.243:443: read: connection reset by peer
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:54776->163.181.78.243:443: read: connection reset by peer
../../../../pkg/mod/golang.org/x/[email protected]/term_unix.go:10:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/sys/@v/v0.19.0.zip": read tcp 10.66.66.6:54776->163.181.78.243:443: read: connection reset by peer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-04-25 02:55 linux-riscv64-unmatched benchmarks@d78363a6 go@8f71c763 (log)
driver/driver_linux.go:23:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.19.0.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: 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": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: i/o timeout
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: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: 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: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: 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: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: 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: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: 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: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: i/o timeout
third_party/biogo-examples/krishna/write.go:12:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: i/o timeout
third_party/biogo-examples/krishna/krishna.go:13:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: i/o timeout
third_party/biogo-examples/krishna/packseqs.go:13:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: i/o timeout
third_party/biogo-examples/krishna/packseqs.go:14:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: i/o timeout
third_party/biogo-examples/krishna/krishna.go:14:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: i/o timeout
third_party/biogo-examples/krishna/packseqs.go:16:2: github.com/biogo/[email protected]: Get "https://goproxy.cn/github.com/biogo/biogo/@v/v1.0.4.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:36206->10.0.0.1:53: i/o timeout

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-05-03 21:52 linux-loong64-3a5000 net@b20cd593 go@eabf59bc (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:45324->163.181.78.242:443: read: connection reset by peer
html/charset/charset.go:21:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:45324->163.181.78.242:443: read: connection reset by peer
html/charset/charset.go:22:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:45324->163.181.78.242:443: read: connection reset by peer
html/charset/charset.go:23:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:45324->163.181.78.242:443: read: connection reset by peer
idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:45324->163.181.78.242:443: read: connection reset by peer
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:45324->163.181.78.242:443: read: connection reset by peer
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.6:45324->163.181.78.242:443: read: connection reset by peer
../../../../pkg/mod/golang.org/x/[email protected]/term_unix.go:10:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/sys/@v/v0.19.0.zip": read tcp 10.66.66.6:45324->163.181.78.242:443: read: connection reset by peer
2024-05-06 15:32 linux-loong64-3a5000 net@e0324fcd go@93d8777d (log)
html/charset/charset.go:20:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:37764->163.181.78.246:443: read: connection reset by peer
html/charset/charset.go:21:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:37764->163.181.78.246:443: read: connection reset by peer
html/charset/charset.go:22:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:37764->163.181.78.246:443: read: connection reset by peer
html/charset/charset.go:23:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:37764->163.181.78.246:443: read: connection reset by peer
idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:37764->163.181.78.246:443: read: connection reset by peer
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:37764->163.181.78.246:443: read: connection reset by peer
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/text/@v/v0.14.0.zip": read tcp 10.66.66.3:37764->163.181.78.246:443: read: connection reset by peer
../../../../pkg/mod/golang.org/x/[email protected]/term_unix.go:10:2: golang.org/x/[email protected]: read "https://goproxy.cn/golang.org/x/sys/@v/v0.19.0.zip": read tcp 10.66.66.3:37764->163.181.78.246:443: read: connection reset by peer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-05-06 19:08 linux-amd64-wsl vuln@13badf93 go@fa0292d2 x/vuln.TestGoModTidy (log)
--- FAIL: TestGoModTidy (5.17s)
    all_test.go:107: /tmp/workdir-host-linux-amd64-wsl/go/bin/go mod tidy: exit status 1
        go: github.com/google/[email protected] requires
        	github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.3.1.mod": Service Unavailable

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-05-06 19:08 linux-amd64-wsl vuln@13badf93 go@328aa9e3 x/vuln.TestGoModTidy (log)
--- FAIL: TestGoModTidy (5.18s)
    all_test.go:107: /tmp/workdir-host-linux-amd64-wsl/go/bin/go mod tidy: exit status 1
        go: github.com/google/[email protected] requires
        	github.com/google/[email protected]: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.3.1.mod": Service Unavailable

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read(ing)?) "?https://?(goproxy.io|proxy.golang.com.cn|goproxy.cn)`
2024-05-10 15:53 linux-riscv64-unmatched tools@4cfd1809 go@df4f40b9 [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": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:39919->10.0.0.1:53: i/o timeout
present/parse.go:24:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:39919->10.0.0.1:53: i/o timeout
present/parse.go:25:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:39919->10.0.0.1:53: i/o timeout
present/parse.go:26:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:39919->10.0.0.1:53: i/o timeout
cmd/deadcode/deadcode.go:29:2: golang.org/x/[email protected]: Get "https://goproxy.cn/golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:39919->10.0.0.1:53: i/o timeout
godoc/markdown.go:11:2: github.com/yuin/[email protected]: Get "https://goproxy.cn/github.com/yuin/goldmark/@v/v1.4.13.zip": dial tcp: lookup goproxy.cn on 10.0.0.1:53: read udp 10.0.0.178:39919->10.0.0.1:53: i/o timeout

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

3 participants