Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: test failures using proxy.golang.org #55162

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

all: test failures using proxy.golang.org #55162

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

Comments

@rsc
Copy link
Contributor

rsc commented Sep 20, 2022

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")

Various tests flake because they use proxy.golang.org
(sometimes the URLs get path.Cleaned and only use one slash in https://).

@rsc rsc 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
@gopherbot
Copy link

gopherbot commented Sep 20, 2022

Sorry, but I can't find a watchflakes script at the start of issue description.
See https://go.dev/wiki/Watchflakes for details.

watchflakes

@gopherbot
Copy link

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- `(Get|read) "https://?proxy.golang.org/`
2022-07-28 18:19 darwin-amd64-12_0 build@62fcdcdc go@027855e8 (log)
go: dmitri.shuralyov.com/app/changes@v0.0.0-20191223015216-e22f40b36873: Get "https://proxy.golang.org/dmitri.shuralyov.com/app/changes/@v/v0.0.0-20191223015216-e22f40b36873.mod": stream error: stream ID 19; INTERNAL_ERROR; received from peer
2022-08-04 15:50 darwin-amd64-12_0 tools@3e0a5031 go@a10afb15 (log)
go: github.com/BurntSushi/toml@v1.2.0: Get "https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v1.2.0.mod": stream error: stream ID 31; INTERNAL_ERROR; received from peer
2022-08-05 01:37 linux-arm64-aws net@a33c5aa5 go@21befdc0 (log)
go: golang.org/x/sys@v0.0.0-20220728004956-3c1f35247d10: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.0.0-20220728004956-3c1f35247d10.mod": stream error: stream ID 9; INTERNAL_ERROR; received from peer
2022-09-02 20:03 linux-ppc64-buildlet website@1358680b go@bd5595d7 (log)
../../../../pkg/mod/cloud.google.com/go@v0.88.0/internal/annotate.go:20:2: google.golang.org/api@v0.51.0: read "https:/proxy.golang.org/@v/v0.51.0.zip": read tcp 172.17.0.6:51720->142.251.211.240:443: read: connection reset by peer
../../../../pkg/mod/cloud.google.com/go/datastore@v1.2.0/query.go:29:2: google.golang.org/api@v0.51.0: read "https:/proxy.golang.org/@v/v0.51.0.zip": read tcp 172.17.0.6:51720->142.251.211.240:443: read: connection reset by peer
../../../../pkg/mod/cloud.google.com/go/datastore@v1.2.0/datastore.go:26:2: google.golang.org/api@v0.51.0: read "https:/proxy.golang.org/@v/v0.51.0.zip": read tcp 172.17.0.6:51720->142.251.211.240:443: read: connection reset by peer
../../../../pkg/mod/cloud.google.com/go/datastore@v1.2.0/datastore.go:27:2: google.golang.org/api@v0.51.0: read "https:/proxy.golang.org/@v/v0.51.0.zip": read tcp 172.17.0.6:51720->142.251.211.240:443: read: connection reset by peer
../../../../pkg/mod/cloud.google.com/go/datastore@v1.2.0/datastore.go:28:2: google.golang.org/api@v0.51.0: read "https:/proxy.golang.org/@v/v0.51.0.zip": read tcp 172.17.0.6:51720->142.251.211.240:443: read: connection reset by peer
../../../../pkg/mod/cloud.google.com/go@v0.88.0/longrunning/autogen/operations_client.go:29:2: google.golang.org/api@v0.51.0: read "https:/proxy.golang.org/@v/v0.51.0.zip": read tcp 172.17.0.6:51720->142.251.211.240:443: read: connection reset by peer
../../../../pkg/mod/cloud.google.com/go/storage@v1.10.0/acl.go:24:2: google.golang.org/api@v0.51.0: read "https:/proxy.golang.org/@v/v0.51.0.zip": read tcp 172.17.0.6:51720->142.251.211.240:443: read: connection reset by peer
../../../../pkg/mod/cloud.google.com/go/storage@v1.10.0/storage.go:47:2: google.golang.org/api@v0.51.0: read "https:/proxy.golang.org/@v/v0.51.0.zip": read tcp 172.17.0.6:51720->142.251.211.240:443: read: connection reset by peer
cmd/versionprune/main.go:16:2: google.golang.org/api@v0.51.0: read "https:/proxy.golang.org/@v/v0.51.0.zip": read tcp 172.17.0.6:51720->142.251.211.240:443: read: connection reset by peer

watchflakes

@rsc rsc changed the title all: flaky tests using proxy.golang.org all: test failures using proxy.golang.org Sep 20, 2022
@bcmills
Copy link
Contributor

bcmills commented Sep 21, 2022

This looks like mostly #51323, with a somewhat different network flake on linux-ppc64-buildlet.

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?proxy.golang.org/`
2022-10-05 14:00 linux-ppc64-buildlet vuln@249bfe39 go@881a1654 x/vuln.Test (log)
Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
misspell -error .

go mod tidy

golang.org/x/vuln tested by
	golang.org/x/vuln.test imports
	honnef.co/go/tools/cmd/staticcheck: honnef.co/go/tools@v0.2.2: read "https:/proxy.golang.org/@v/v0.2.2.zip": unexpected EOF
command failed
FAILED; see errors above
--- FAIL: Test (33.12s)
    all_test.go:26: exit status 1

watchflakes

@bcmills bcmills added this to the Backlog milestone Oct 13, 2022
@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?proxy.golang.org/`
2022-11-18 15:58 netbsd-arm64-bsiegert tools@32a17c01 go@893964b9 [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/vulncheck/command.go:22:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:11:8: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-18 17:19 netbsd-arm64-bsiegert tools@c7ed4b3c go@893964b9 [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/vulncheck/command.go:22:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:11:8: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
2022-11-18 21:46 netbsd-arm64-bsiegert tools@19fb30d1 go@4f0d3bcd [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/vulncheck/command.go:22:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?proxy.golang.org/`
2022-11-17 21:55 linux-arm64-aws net@ecf7fda6 go@9f0ffc93 (log)
html/charset/charset.go:20:2: golang.org/x/text@v0.4.0: read "https:/proxy.golang.org/@v/v0.4.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
html/charset/charset.go:21:2: golang.org/x/text@v0.4.0: read "https:/proxy.golang.org/@v/v0.4.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
html/charset/charset.go:22:2: golang.org/x/text@v0.4.0: read "https:/proxy.golang.org/@v/v0.4.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
html/charset/charset.go:23:2: golang.org/x/text@v0.4.0: read "https:/proxy.golang.org/@v/v0.4.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
idna/idna10.0.0.go:26:2: golang.org/x/text@v0.4.0: read "https:/proxy.golang.org/@v/v0.4.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
idna/idna10.0.0.go:27:2: golang.org/x/text@v0.4.0: read "https:/proxy.golang.org/@v/v0.4.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
idna/idna10.0.0.go:28:2: golang.org/x/text@v0.4.0: read "https:/proxy.golang.org/@v/v0.4.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
2022-11-21 19:26 netbsd-arm64-bsiegert tools@41c70c91 go@1fdae324 [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/hooks/diff.go:18:2: github.com/sergi/go-diff@v1.1.0: Get "https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.1.0.zip": net/http: TLS handshake timeout
internal/lsp/source/hover.go:23:2: golang.org/x/text@v0.4.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.4.0.zip": net/http: TLS handshake timeout
internal/vulncheck/command.go:22:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:13:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:14:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:15:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:16:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:17:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-21 20:41 netbsd-arm64-bsiegert tools@3b9d20c5 go@840b346c [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/vulncheck/command.go:22:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-22 17:12 linux-amd64-wsl vuln@05fb7250 go@d5de62df x/vuln/cmd/govulncheck.TestCommand (log)
vuln.go:3:8: golang.org/x/net@v0.0.0-20220425223048-2871e0cb64e4: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.0.0-20220425223048-2871e0cb64e4.zip": Service Unavailable
--- FAIL: TestCommand (12.08s)
    buildtest.go:78: exit status 1
2022-11-22 18:20 netbsd-arm64-bsiegert tools@fb7be641 go@bb917bd1 [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/vulncheck/command.go:22:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-22 19:46 netbsd-arm64-bsiegert tools@5c356176 go@1fbfc2f6 [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/vulncheck/command.go:22:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-22 22:01 netbsd-arm64-bsiegert tools@2b56641c go@1fbfc2f6 [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/vulncheck/command.go:22:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-23 00:58 netbsd-arm64-bsiegert tools@7cfde84b go@ee56b3c5 [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/vulncheck/command.go:27:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-23 17:51 netbsd-arm64-bsiegert tools@50ccef5d go@4c0c0e5d [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/vulncheck/command.go:27:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-23 23:53 netbsd-arm64-bsiegert tools@9519368a go@920f87ad [build] (log)
internal/govulncheck/vulncache.go:14:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?proxy.golang.org/`
2022-11-28 20:57 netbsd-arm64-bsiegert tools@4c3cb1e6 go@bb0d8297 [build] (log)
internal/govulncheck/vulncache.go:14:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?proxy.golang.org/`
2022-11-08 21:31 linux-amd64-wsl mod@7c05a442 go@791f7580 x/mod/zip [build] (log)
zip/zip_test.go:30:2: golang.org/x/tools@v0.1.12: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.1.12.zip": Service Unavailable

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?proxy.golang.org/`
2022-11-28 19:24 netbsd-arm64-bsiegert tools@e29d1ed0 go@bb0d8297 [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/govulncheck/vulncache.go:14:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-29 05:36 netbsd-arm64-bsiegert tools@ff22fab9 go@8c0f9ed4 [build] (log)
internal/govulncheck/vulncache.go:14:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-29 17:15 netbsd-arm64-bsiegert tools@e8a70a5e go@53c48007 [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/govulncheck/vulncache.go:14:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-30 17:50 netbsd-arm64-bsiegert tools@9b8d87b5 go@34ab0bcc [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/govulncheck/vulncache.go:14:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-30 17:50 netbsd-arm64-bsiegert tools@9b8d87b5 go@15e705ea [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/govulncheck/vulncache.go:14:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/util.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
internal/govulncheck/source.go:16:2: golang.org/x/vuln@v0.0.0-20221109205719-3af8368ee4fe: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20221109205719-3af8368ee4fe.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-11-30 17:50 netbsd-arm64-bsiegert tools@9b8d87b5 go@8c0256b3 [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/hooks/diff.go:18:2: github.com/sergi/go-diff@v1.1.0: Get "https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.1.0.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:13:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:14:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:15:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:16:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:17:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout
2022-12-01 21:30 netbsd-arm64-bsiegert tools@d54e12bf go@0e8b6056 [build] (log)
../../../../../pkg/mod/mvdan.cc/gofumpt@v0.4.0/format/format.go:25:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": net/http: TLS handshake timeout
internal/hooks/diff.go:18:2: github.com/sergi/go-diff@v1.1.0: Get "https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.1.0.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:13:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:14:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:15:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:16:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout
internal/hooks/analysis_117.go:17:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?proxy.golang.org/`
2022-11-22 03:06 linux-amd64-wsl benchmarks@0e4f958d go@618120c1 (log)
sweet/benchmarks/biogo-igor/igor.go:20:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": Service Unavailable
third_party/biogo-examples/igor/turner/cluster.go:12:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": Service Unavailable
third_party/biogo-examples/igor/igor/pile.go:10:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": Service Unavailable
sweet/benchmarks/biogo-igor/igor.go:21:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": Service Unavailable
third_party/biogo-examples/igor/igor/group.go:12:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": Service Unavailable
sweet/benchmarks/internal/driver/driver.go:22:2: github.com/google/pprof@v0.0.0-20211122183932-1daafda22083: Get "https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20211122183932-1daafda22083.zip": Service Unavailable
third_party/biogo-examples/krishna/write.go:12:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": Service Unavailable
third_party/biogo-examples/krishna/krishna.go:13:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": Service Unavailable
third_party/biogo-examples/krishna/packseqs.go:13:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": Service Unavailable
third_party/biogo-examples/krishna/packseqs.go:14:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": Service Unavailable
third_party/biogo-examples/krishna/krishna.go:14:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": Service Unavailable
third_party/biogo-examples/krishna/packseqs.go:16:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": Service Unavailable
sweet/benchmarks/bleve-index/main.go:20:2: github.com/blevesearch/bleve@v1.0.14: Get "https://proxy.golang.org/github.com/blevesearch/bleve/@v/v1.0.14.zip": Service Unavailable
sweet/benchmarks/bleve-index/main.go:21:2: github.com/blevesearch/bleve@v1.0.14: Get "https://proxy.golang.org/github.com/blevesearch/bleve/@v/v1.0.14.zip": Service Unavailable
third_party/bleve-bench/mapping.go:26:2: github.com/blevesearch/bleve@v1.0.14: Get "https://proxy.golang.org/github.com/blevesearch/bleve/@v/v1.0.14.zip": Service Unavailable
sweet/benchmarks/bleve-index/main.go:22:2: github.com/dustin/go-wikiparse@v0.0.0-20211018054215-c01ec186f20c: Get "https://proxy.golang.org/github.com/dustin/go-wikiparse/@v/v0.0.0-20211018054215-c01ec186f20c.zip": Service Unavailable

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?proxy.golang.org/`
2022-12-06 20:08 plan9-amd64-0intro net@1e63c2f0 go@8cd931ff (log)
html/charset/charset.go:20:2: golang.org/x/text@v0.5.0: read "https:/proxy.golang.org/@v/v0.5.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
html/charset/charset.go:21:2: golang.org/x/text@v0.5.0: read "https:/proxy.golang.org/@v/v0.5.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
html/charset/charset.go:22:2: golang.org/x/text@v0.5.0: read "https:/proxy.golang.org/@v/v0.5.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
html/charset/charset.go:23:2: golang.org/x/text@v0.5.0: read "https:/proxy.golang.org/@v/v0.5.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
idna/idna10.0.0.go:26:2: golang.org/x/text@v0.5.0: read "https:/proxy.golang.org/@v/v0.5.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
idna/idna10.0.0.go:27:2: golang.org/x/text@v0.5.0: read "https:/proxy.golang.org/@v/v0.5.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer
idna/idna10.0.0.go:28:2: golang.org/x/text@v0.5.0: read "https:/proxy.golang.org/@v/v0.5.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?proxy.golang.org/`
2022-12-05 20:52 plan9-amd64-0intro image@9fdfde75 go@e57e673e (log)
font/sfnt/cmap.go:8:2: golang.org/x/text@v0.5.0: read "https:/proxy.golang.org/@v/v0.5.0.zip": stream error: stream ID 49; INTERNAL_ERROR; received from peer

tests failed: exit status: 'go 216: 1'

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?proxy.golang.org/` && (builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2022-12-08 18:07 linux-amd64-wsl vuln@f2dca5ff go@2b989668 x/vuln/cmd/govulncheck.TestCommand (log)
vuln.go:3:8: golang.org/x/net@v0.0.0-20220425223048-2871e0cb64e4: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.0.0-20220425223048-2871e0cb64e4.zip": Service Unavailable
--- FAIL: TestCommand (15.54s)
    buildtest.go:78: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- `(Get|read) "https://?proxy.golang.org/` && (builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-01-05 16:42 linux-loong64-3a5000 net@f8411da7 go@0202ad0b (log)
html/charset/charset.go:20:2: golang.org/x/text@v0.6.0: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
html/charset/charset.go:21:2: golang.org/x/text@v0.6.0: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
html/charset/charset.go:22:2: golang.org/x/text@v0.6.0: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
html/charset/charset.go:23:2: golang.org/x/text@v0.6.0: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
idna/idna10.0.0.go:26:2: golang.org/x/text@v0.6.0: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
idna/idna10.0.0.go:27:2: golang.org/x/text@v0.6.0: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
idna/idna10.0.0.go:28:2: golang.org/x/text@v0.6.0: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) "https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-01-12 16:24 darwin-amd64-12_0 build@fdfb99e1 go@245e95df (log)

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) "https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-01-04 21:29 netbsd-arm64-bsiegert website@8abd7e4a go@82f09b75 (log)
../../../../pkg/mod/github.com/googleapis/gax-go/v2@v2.7.0/apierror/apierror.go:40:2: google.golang.org/api@v0.102.0: read "https:/proxy.golang.org/@v/v0.102.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
cmd/admingolangorg/main.go:22:2: google.golang.org/api@v0.102.0: read "https:/proxy.golang.org/@v/v0.102.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../pkg/mod/cloud.google.com/go/datastore@v1.2.0/query.go:29:2: google.golang.org/api@v0.102.0: read "https:/proxy.golang.org/@v/v0.102.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../pkg/mod/cloud.google.com/go/datastore@v1.2.0/datastore.go:26:2: google.golang.org/api@v0.102.0: read "https:/proxy.golang.org/@v/v0.102.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../pkg/mod/cloud.google.com/go/datastore@v1.2.0/datastore.go:27:2: google.golang.org/api@v0.102.0: read "https:/proxy.golang.org/@v/v0.102.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../pkg/mod/cloud.google.com/go/datastore@v1.2.0/datastore.go:28:2: google.golang.org/api@v0.102.0: read "https:/proxy.golang.org/@v/v0.102.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../pkg/mod/cloud.google.com/go/longrunning@v0.3.0/autogen/operations_client.go:34:2: google.golang.org/api@v0.102.0: read "https:/proxy.golang.org/@v/v0.102.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../pkg/mod/cloud.google.com/go/longrunning@v0.3.0/autogen/operations_client.go:36:2: google.golang.org/api@v0.102.0: read "https:/proxy.golang.org/@v/v0.102.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../pkg/mod/cloud.google.com/go/storage@v1.27.0/bucket.go:32:2: google.golang.org/api@v0.102.0: read "https:/proxy.golang.org/@v/v0.102.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../pkg/mod/cloud.google.com/go/storage@v1.27.0/acl.go:24:2: google.golang.org/api@v0.102.0: read "https:/proxy.golang.org/@v/v0.102.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
cmd/versionprune/main.go:16:2: google.golang.org/api@v0.102.0: read "https:/proxy.golang.org/@v/v0.102.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
2023-01-13 15:15 darwin-amd64-12_0 tools@91b60705 go@1e9ff255 (log)
internal/lsp/source/hover.go:23:2: golang.org/x/text@v0.6.0: read "https:/proxy.golang.org/@v/v0.6.0.zip": stream error: stream ID 15; INTERNAL_ERROR; received from peer

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) "https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-01-19 18:44 darwin-amd64-nocgo tools@33d416e1 go@9894ded1 (log)
internal/lsp/source/hover.go:23:2: golang.org/x/text@v0.6.0: read "https:/proxy.golang.org/@v/v0.6.0.zip": stream error: stream ID 15; INTERNAL_ERROR; received from peer

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) "https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-01-05 16:42 linux-loong64-3a5000 net@f8411da7 go@5454834f (log)
html/charset/charset.go:20:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:21:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:22:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:23:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
idna/idna10.0.0.go:26:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
idna/idna10.0.0.go:27:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
idna/idna10.0.0.go:28:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) "https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-01-05 16:42 linux-loong64-3a5000 net@f8411da7 go@8b79c41d (log)
html/charset/charset.go:20:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:21:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:22:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:23:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
idna/idna10.0.0.go:26:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
idna/idna10.0.0.go:27:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
idna/idna10.0.0.go:28:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) "https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-01-18 16:48 linux-arm-aws vuln@4ec8867c go@b08d5ee5 x/vuln/cmd/govulncheck.TestCommand (log)
/workdir/gopath/pkg/mod/golang.org/x/net@v0.0.0-20220425223048-2871e0cb64e4/idna/idna10.0.0.go:26:2: golang.org/x/text@v0.3.7: read "https:/proxy.golang.org/@v/v0.3.7.zip": stream error: stream ID 3; INTERNAL_ERROR; received from peer
/workdir/gopath/pkg/mod/golang.org/x/net@v0.0.0-20220425223048-2871e0cb64e4/idna/idna10.0.0.go:27:2: golang.org/x/text@v0.3.7: read "https:/proxy.golang.org/@v/v0.3.7.zip": stream error: stream ID 3; INTERNAL_ERROR; received from peer
/workdir/gopath/pkg/mod/golang.org/x/net@v0.0.0-20220425223048-2871e0cb64e4/idna/idna10.0.0.go:28:2: golang.org/x/text@v0.3.7: read "https:/proxy.golang.org/@v/v0.3.7.zip": stream error: stream ID 3; INTERNAL_ERROR; received from peer
--- FAIL: TestCommand (9.07s)
    buildtest.go:78: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) "https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-01-25 23:57 darwin-amd64-nocgo tools@82707575 go@73e1affe (log)
internal/hooks/diff.go:18:2: github.com/sergi/go-diff@v1.1.0: Get "https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.1.0.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:52257->8.8.8.8:53: i/o timeout
internal/lsp/source/hover.go:23:2: golang.org/x/text@v0.6.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:62258->8.8.8.8:53: i/o timeout
internal/govulncheck/vulncache.go:14:2: golang.org/x/vuln@v0.0.0-20230110180137-6ad3e3d07815: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20230110180137-6ad3e3d07815.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:55782->8.8.8.8:53: i/o timeout
internal/govulncheck/types_118.go:12:2: golang.org/x/vuln@v0.0.0-20230110180137-6ad3e3d07815: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20230110180137-6ad3e3d07815.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:55782->8.8.8.8:53: i/o timeout
internal/govulncheck/util.go:13:2: golang.org/x/vuln@v0.0.0-20230110180137-6ad3e3d07815: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20230110180137-6ad3e3d07815.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:55782->8.8.8.8:53: i/o timeout
internal/vulncheck/command.go:30:2: golang.org/x/vuln@v0.0.0-20230110180137-6ad3e3d07815: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v0.0.0-20230110180137-6ad3e3d07815.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:55782->8.8.8.8:53: i/o timeout
internal/hooks/analysis_117.go:13:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:52257->8.8.8.8:53: i/o timeout
internal/hooks/analysis_117.go:14:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:52257->8.8.8.8:53: i/o timeout
internal/hooks/analysis_117.go:15:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:52257->8.8.8.8:53: i/o timeout
internal/hooks/analysis_117.go:16:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:52257->8.8.8.8:53: i/o timeout
internal/hooks/analysis_117.go:17:2: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:52257->8.8.8.8:53: i/o timeout
internal/hooks/gofumpt_118.go:14:2: mvdan.cc/gofumpt@v0.4.0: Get "https://proxy.golang.org/mvdan.cc/gofumpt/@v/v0.4.0.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:55782->8.8.8.8:53: i/o timeout
internal/hooks/hooks.go:13:2: mvdan.cc/xurls/v2@v2.4.0: Get "https://proxy.golang.org/mvdan.cc/xurls/v2/@v/v2.4.0.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:55782->8.8.8.8:53: i/o timeout
api-diff/api_diff.go:20:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:55782->8.8.8.8:53: i/o timeout
doc/generate.go:33:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:55782->8.8.8.8:53: i/o timeout
internal/lsp/tests/util.go:21:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:55782->8.8.8.8:53: i/o timeout
internal/vulncheck/vulntest/report.go:18:2: gopkg.in/yaml.v3@v3.0.1: Get "https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.zip": dial tcp: lookup proxy.golang.org on 8.8.8.8:53: read udp 192.168.64.101:62258->8.8.8.8:53: i/o timeout

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) "https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-01-26 17:49 darwin-amd64-13 pkgsite-metrics@3c853604 go@e9c5e60c x/pkgsite-metrics.Test (log)
go version devel e9c5e60cfd602f0d9aa257793a802b0180efadd9 darwin/amd64
�[32mChecking go and sh files for license header�(B�[m
go vet -all ./...

�[32mInstalling: github.com/client9/misspell/cmd/misspell�(B�[m
misspell -error ./cmd/worker/main.go ./go.mod ./LICENSE ./PATENTS ./internal/derrors/derrors.go ./internal/proxy/testdata/quote@v3.0.0.txtar ./internal/proxy/testdata/deprecated@v1.0.0.txtar ./internal/proxy/testdata/retractions@v1.1.0.txtar ./internal/proxy/testdata/deprecated@v1.1.0.txtar ./internal/proxy/testdata/retractions@v1.0.0.txtar ./internal/proxy/testdata/quote@v3.1.0.txtar ./internal/proxy/testdata/quote@v1.4.0.txtar ./internal/proxy/testdata/retractions@v1.2.0.txtar ./internal/proxy/testdata/build-constraints@v1.0.0.txtar ./internal/proxy/testdata/single@v1.0.0.txtar ./internal/proxy/testdata/multi@v1.0.0.txtar ./internal/proxy/testdata/basic@v1.1.0.txtar ./internal/proxy/testdata/basic@v1.0.0.txtar ./internal/proxy/testdata/quote@v1.5.0.txtar ./internal/proxy/testdata/quote@v1.0.0.txtar ./internal/proxy/testdata/nonredist@v1.0.0.txtar ./internal/proxy/testdata/generics@v1.0.0.txtar ./internal/proxy/testdata/symbols@v1.2.0.txtar ./internal/proxy/testdata/quote@v1.1.0.txtar ./internal/proxy/testdata/symbols@v1.0.0.txtar ./internal/proxy/testdata/quote@v1.3.0.txtar ./internal/proxy/testdata/quote@v1.2.0.txtar ./internal/proxy/testdata/symbols@v1.1.0.txtar ./internal/proxy/cache.go ./internal/proxy/client.go ./internal/proxy/proxytest/server.go ./internal/proxy/proxytest/proxytest.go ./internal/proxy/proxytest/module.go ./internal/proxy/client_test.go ./internal/testing/testhelper/testhelper.go ./internal/version/version.go ./internal/version/version_test.go ./internal/log/log.go ./internal/log/gcpjson_test.go ./internal/log/gcpjson.go ./checks.bash ./go.sum ./README.md ./all_test.go ./devtools/lib.sh ./CONTRIBUTING.md ./tools_test.go

go mod tidy

golang.org/x/pkgsite-metrics tested by
	golang.org/x/pkgsite-metrics.test imports
	honnef.co/go/tools/cmd/staticcheck: honnef.co/go/tools@v0.3.3: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": read tcp 192.168.64.101:49187->172.217.1.113:443: read: connection reset by peer
�[31mcommand failed�(B�[m
�[31mFAILED; see errors above�(B�[m
--- FAIL: Test (68.78s)
    all_test.go:26: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-11-07 19:02 darwin-amd64-13 term@70d3a0bd go@dc094f9c (log)
term_unix.go:10:2: golang.org/x/sys@v0.14.0: read "https://proxy.golang.org/golang.org/x/sys/@v/v0.14.0.zip": read tcp 192.168.64.101:49161->142.250.191.209:443: read: operation timed out

tests failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-11-21 17:31 darwin-amd64-longtest go@4f55a5af cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:64865
https://vcs-test.golang.org rerouted to https://127.0.0.1:64866
go test proxy running at GOPROXY=http://127.0.0.1:64867/mod
--- FAIL: TestScript (0.74s)
    --- FAIL: TestScript/gotoolchain_version (10.49s)
        script_test.go:132: 2023-11-21T18:55:54Z
        script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-4017281059/tmpdir3461161662/gotoolchain_version3868135625
        script_test.go:156: 
            > [!net:proxy.golang.org] skip
            [condition not met]
            > [go-builder] env GOPROXY=
            > [!go-builder] env GOPROXY=https://proxy.golang.org
            [condition not met]
            > go list -m -versions go
            [stdout]
            go 1.9.2rc2 1.2.2 1.3rc1 1.3rc2 1.3 1.3.1 1.3.2 1.3.3 1.4beta1 1.4rc1 1.4rc2 1.4 1.4.1 1.4.2 1.4.3 1.5beta1 1.5beta2 1.5beta3 1.5rc1 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.6beta1 1.6beta2 1.6rc1 1.6rc2 1.6 1.6.1 1.6.2 1.6.3 1.6.4 1.7beta1 1.7beta2 1.7rc1 1.7rc2 1.7rc3 1.7rc4 1.7rc5 1.7rc6 1.7 1.7.1 1.7.3 1.7.4 1.7.5 1.7.6 1.8beta1 1.8beta2 1.8rc1 1.8rc2 1.8rc3 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.9beta1 1.9beta2 1.9rc1 1.9rc2 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.10beta2 1.10rc1 1.10rc2 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.10.6 1.10.7 1.10.8 1.11beta1 1.11beta2 1.11beta3 1.11rc1 1.11rc2 1.11 1.11.1 1.11.2 1.11.3 1.11.4 1.11.5 1.11.6 1.11.7 1.11.8 1.11.9 1.11.10 1.11.11 1.11.12 1.11.13 1.12beta1 1.12beta2 1.12rc1 1.12 1.12.1 1.12.2 1.12.3 1.12.4 1.12.5 1.12.6 1.12.7 1.12.8 1.12.9 1.12.10 1.12.11 1.12.12 1.12.13 1.12.14 1.12.15 1.12.16 1.12.17 1.13beta1 1.13rc1 1.13rc2 1.13 1.13.1 1.13.2 1.13.3 1.13.4 1.13.5 1.13.6 1.13.7 1.13.8 1.13.9 1.13.10 1.13.11 1.13.12 1.13.13 1.13.14 1.13.15 1.14beta1 1.14rc1 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.14.5 1.14.6 1.14.7 1.14.8 1.14.9 1.14.10 1.14.11 1.14.12 1.14.13 1.14.14 1.14.15 1.15beta1 1.15rc1 1.15rc2 1.15 1.15.1 1.15.2 1.15.3 1.15.4 1.15.5 1.15.6 1.15.7 1.15.8 1.15.9 1.15.10 1.15.11 1.15.12 1.15.13 1.15.14 1.15.15 1.16beta1 1.16rc1 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.16.6 1.16.7 1.16.8 1.16.9 1.16.10 1.16.11 1.16.12 1.16.13 1.16.14 1.16.15 1.17beta1 1.17rc1 1.17rc2 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.17.5 1.17.6 1.17.7 1.17.8 1.17.9 1.17.10 1.17.11 1.17.12 1.17.13 1.18beta1 1.18beta2 1.18rc1 1.18 1.18.1 1.18.2 1.18.3 1.18.4 1.18.5 1.18.6 1.18.7 1.18.8 1.18.9 1.18.10 1.19beta1 1.19rc1 1.19rc2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.19.5 1.19.6 1.19.7 1.19.8 1.19.9 1.19.10 1.19.11 1.19.12 1.19.13 1.20rc1 1.20rc2 1.20rc3 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.20.7 1.20.8 1.20.9 1.20.10 1.20.11 1.21rc2 1.21rc3 1.21rc4 1.21.0 1.21.1 1.21.2 1.21.3 1.21.4 1.22
            > stdout 1.20.1 # among others
            matched: go 1.9.2rc2 1.2.2 1.3rc1 1.3rc2 1.3 1.3.1 1.3.2 1.3.3 1.4beta1 1.4rc1 1.4rc2 1.4 1.4.1 1.4.2 1.4.3 1.5beta1 1.5beta2 1.5beta3 1.5rc1 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.6beta1 1.6beta2 1.6rc1 1.6rc2 1.6 1.6.1 1.6.2 1.6.3 1.6.4 1.7beta1 1.7beta2 1.7rc1 1.7rc2 1.7rc3 1.7rc4 1.7rc5 1.7rc6 1.7 1.7.1 1.7.3 1.7.4 1.7.5 1.7.6 1.8beta1 1.8beta2 1.8rc1 1.8rc2 1.8rc3 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.9beta1 1.9beta2 1.9rc1 1.9rc2 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.10beta2 1.10rc1 1.10rc2 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.10.6 1.10.7 1.10.8 1.11beta1 1.11beta2 1.11beta3 1.11rc1 1.11rc2 1.11 1.11.1 1.11.2 1.11.3 1.11.4 1.11.5 1.11.6 1.11.7 1.11.8 1.11.9 1.11.10 1.11.11 1.11.12 1.11.13 1.12beta1 1.12beta2 1.12rc1 1.12 1.12.1 1.12.2 1.12.3 1.12.4 1.12.5 1.12.6 1.12.7 1.12.8 1.12.9 1.12.10 1.12.11 1.12.12 1.12.13 1.12.14 1.12.15 1.12.16 1.12.17 1.13beta1 1.13rc1 1.13rc2 1.13 1.13.1 1.13.2 1.13.3 1.13.4 1.13.5 1.13.6 1.13.7 1.13.8 1.13.9 1.13.10 1.13.11 1.13.12 1.13.13 1.13.14 1.13.15 1.14beta1 1.14rc1 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.14.5 1.14.6 1.14.7 1.14.8 1.14.9 1.14.10 1.14.11 1.14.12 1.14.13 1.14.14 1.14.15 1.15beta1 1.15rc1 1.15rc2 1.15 1.15.1 1.15.2 1.15.3 1.15.4 1.15.5 1.15.6 1.15.7 1.15.8 1.15.9 1.15.10 1.15.11 1.15.12 1.15.13 1.15.14 1.15.15 1.16beta1 1.16rc1 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.16.6 1.16.7 1.16.8 1.16.9 1.16.10 1.16.11 1.16.12 1.16.13 1.16.14 1.16.15 1.17beta1 1.17rc1 1.17rc2 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.17.5 1.17.6 1.17.7 1.17.8 1.17.9 1.17.10 1.17.11 1.17.12 1.17.13 1.18beta1 1.18beta2 1.18rc1 1.18 1.18.1 1.18.2 1.18.3 1.18.4 1.18.5 1.18.6 1.18.7 1.18.8 1.18.9 1.18.10 1.19beta1 1.19rc1 1.19rc2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.19.5 1.19.6 1.19.7 1.19.8 1.19.9 1.19.10 1.19.11 1.19.12 1.19.13 1.20rc1 1.20rc2 1.20rc3 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.20.7 1.20.8 1.20.9 1.20.10 1.20.11 1.21rc2 1.21rc3 1.21rc4 1.21.0 1.21.1 1.21.2 1.21.3 1.21.4 1.22
            > stdout 1.19rc2
            matched: go 1.9.2rc2 1.2.2 1.3rc1 1.3rc2 1.3 1.3.1 1.3.2 1.3.3 1.4beta1 1.4rc1 1.4rc2 1.4 1.4.1 1.4.2 1.4.3 1.5beta1 1.5beta2 1.5beta3 1.5rc1 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.6beta1 1.6beta2 1.6rc1 1.6rc2 1.6 1.6.1 1.6.2 1.6.3 1.6.4 1.7beta1 1.7beta2 1.7rc1 1.7rc2 1.7rc3 1.7rc4 1.7rc5 1.7rc6 1.7 1.7.1 1.7.3 1.7.4 1.7.5 1.7.6 1.8beta1 1.8beta2 1.8rc1 1.8rc2 1.8rc3 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.9beta1 1.9beta2 1.9rc1 1.9rc2 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.10beta2 1.10rc1 1.10rc2 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.10.6 1.10.7 1.10.8 1.11beta1 1.11beta2 1.11beta3 1.11rc1 1.11rc2 1.11 1.11.1 1.11.2 1.11.3 1.11.4 1.11.5 1.11.6 1.11.7 1.11.8 1.11.9 1.11.10 1.11.11 1.11.12 1.11.13 1.12beta1 1.12beta2 1.12rc1 1.12 1.12.1 1.12.2 1.12.3 1.12.4 1.12.5 1.12.6 1.12.7 1.12.8 1.12.9 1.12.10 1.12.11 1.12.12 1.12.13 1.12.14 1.12.15 1.12.16 1.12.17 1.13beta1 1.13rc1 1.13rc2 1.13 1.13.1 1.13.2 1.13.3 1.13.4 1.13.5 1.13.6 1.13.7 1.13.8 1.13.9 1.13.10 1.13.11 1.13.12 1.13.13 1.13.14 1.13.15 1.14beta1 1.14rc1 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.14.5 1.14.6 1.14.7 1.14.8 1.14.9 1.14.10 1.14.11 1.14.12 1.14.13 1.14.14 1.14.15 1.15beta1 1.15rc1 1.15rc2 1.15 1.15.1 1.15.2 1.15.3 1.15.4 1.15.5 1.15.6 1.15.7 1.15.8 1.15.9 1.15.10 1.15.11 1.15.12 1.15.13 1.15.14 1.15.15 1.16beta1 1.16rc1 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.16.6 1.16.7 1.16.8 1.16.9 1.16.10 1.16.11 1.16.12 1.16.13 1.16.14 1.16.15 1.17beta1 1.17rc1 1.17rc2 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.17.5 1.17.6 1.17.7 1.17.8 1.17.9 1.17.10 1.17.11 1.17.12 1.17.13 1.18beta1 1.18beta2 1.18rc1 1.18 1.18.1 1.18.2 1.18.3 1.18.4 1.18.5 1.18.6 1.18.7 1.18.8 1.18.9 1.18.10 1.19beta1 1.19rc1 1.19rc2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.19.5 1.19.6 1.19.7 1.19.8 1.19.9 1.19.10 1.19.11 1.19.12 1.19.13 1.20rc1 1.20rc2 1.20rc3 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.20.7 1.20.8 1.20.9 1.20.10 1.20.11 1.21rc2 1.21rc3 1.21rc4 1.21.0 1.21.1 1.21.2 1.21.3 1.21.4 1.22
            > ! stdout go1.20.1 # no go prefixes
            > ! stdout go1.19rc2
            > go list -m -versions toolchain
            [stderr]
            go: module golang.org/toolchain: Get "https://proxy.golang.org/golang.org/toolchain/@v/list": dial tcp 142.250.191.209:443: connect: operation timed out
        script_test.go:156: FAIL: testdata/script/gotoolchain_version.txt:20: go list -m -versions toolchain: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-11-21 19:04 darwin-amd64-longtest go@4e6bbbe6 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:49991
https://vcs-test.golang.org rerouted to https://127.0.0.1:49992
go test proxy running at GOPROXY=http://127.0.0.1:49993/mod
2023/11/21 15:21:53 http: TLS handshake error from 127.0.0.1:51103: read tcp 127.0.0.1:49992->127.0.0.1:51103: read: connection reset by peer
--- FAIL: TestScript (0.59s)
    --- FAIL: TestScript/mod_sumdb_golang (69.47s)
        script_test.go:132: 2023-11-21T20:18:35Z
        script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-1852807137/tmpdir96538814/mod_sumdb_golang3378980326
        script_test.go:156: 
            # Test default GOPROXY and GOSUMDB (0.233s)
            # Download direct from github. (48.750s)
            # Download from proxy.golang.org with go.sum entry already.
            # Use 'go list' instead of 'go get' since the latter may download extra go.mod
            # files not listed in go.sum. (11.401s)
            # Download again.
            # Should use the checksum database to validate new go.sum lines,
            # but not need to fetch any new data from the proxy. (8.097s)
            > rm go.sum
            > go list -mod=mod -x -m all  # Add checksums for go.mod files.
            [stderr]
            # get https://proxy.golang.org/sumdb/sum.golang.org/supported
            # get https://proxy.golang.org/sumdb/sum.golang.org/supported: Get "https://proxy.golang.org/sumdb/sum.golang.org/supported": dial tcp 142.250.191.209:443: connect: operation timed out
            # get https://proxy.golang.org/rsc.io/sampler/@v/v1.3.0.mod
            # get https://proxy.golang.org/golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod
            # get https://proxy.golang.org/rsc.io/quote/@v/v1.5.2.mod
            # get https://proxy.golang.org/rsc.io/sampler/@v/v1.3.0.mod: 200 OK (0.159s)
            # get https://proxy.golang.org/rsc.io/quote/@v/v1.5.2.mod: 200 OK (0.155s)
            # get https://proxy.golang.org/golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod: 200 OK (0.156s)
            go: golang.org/x/text@v0.0.0-20170915032832-14c0d48ead0c: verifying go.mod: golang.org/x/text@v0.0.0-20170915032832-14c0d48ead0c/go.mod: initializing sumdb.Client: checking tree#20769603: Get "https://proxy.golang.org/sumdb/sum.golang.org/supported": dial tcp 142.250.191.209:443: connect: operation timed out
        script_test.go:156: FAIL: testdata/script/mod_sumdb_golang.txt:53: go list -mod=mod -x -m all: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-11-21 20:39 darwin-amd64-longtest go@3548f9a0 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:49666
https://vcs-test.golang.org rerouted to https://127.0.0.1:49667
go test proxy running at GOPROXY=http://127.0.0.1:49668/mod
--- FAIL: TestScript (0.83s)
    --- FAIL: TestScript/mod_sumdb_golang (69.86s)
        script_test.go:132: 2023-11-21T21:44:02Z
        script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-3251522189/tmpdir2889229840/mod_sumdb_golang3667307407
        script_test.go:156: 
            # Test default GOPROXY and GOSUMDB (0.267s)
            # Download direct from github. (51.350s)
            # Download from proxy.golang.org with go.sum entry already.
            # Use 'go list' instead of 'go get' since the latter may download extra go.mod
            # files not listed in go.sum. (8.456s)
            # Download again.
            # Should use the checksum database to validate new go.sum lines,
            # but not need to fetch any new data from the proxy. (8.114s)
            > rm go.sum
            > go list -mod=mod -x -m all  # Add checksums for go.mod files.
            [stderr]
            # get https://proxy.golang.org/sumdb/sum.golang.org/supported
            # get https://proxy.golang.org/sumdb/sum.golang.org/supported: Get "https://proxy.golang.org/sumdb/sum.golang.org/supported": dial tcp 142.250.191.209:443: connect: operation timed out
            # get https://proxy.golang.org/golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod
            # get https://proxy.golang.org/rsc.io/sampler/@v/v1.3.0.mod
            # get https://proxy.golang.org/rsc.io/quote/@v/v1.5.2.mod
            # get https://proxy.golang.org/golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod: 200 OK (0.156s)
            # get https://proxy.golang.org/rsc.io/sampler/@v/v1.3.0.mod: 200 OK (0.160s)
            # get https://proxy.golang.org/rsc.io/quote/@v/v1.5.2.mod: 200 OK (0.162s)
            go: golang.org/x/text@v0.0.0-20170915032832-14c0d48ead0c: verifying go.mod: golang.org/x/text@v0.0.0-20170915032832-14c0d48ead0c/go.mod: initializing sumdb.Client: checking tree#20771050: Get "https://proxy.golang.org/sumdb/sum.golang.org/supported": dial tcp 142.250.191.209:443: connect: operation timed out
        script_test.go:156: FAIL: testdata/script/mod_sumdb_golang.txt:53: go list -mod=mod -x -m all: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-11-20 16:06 darwin-amd64-12_0 build@87bc128c go@dc5a0d27 (log)
golang.org/x/build@v0.0.0-20230809214533-2c66d68b91c3: Get "https://proxy.golang.org/golang.org/x/build/@v/v0.0.0-20230809214533-2c66d68b91c3.zip": dial tcp 142.250.191.209:443: connect: operation timed out

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-11-22 03:55 darwin-amd64-longtest go@b06f59e7 crypto/ed25519.TestEd25519Vectors (log)
--- FAIL: TestEd25519Vectors (30.13s)
    ed25519vectors_test.go:97: failed to run `go mod download -json filippo.io/mostly-harmless/ed25519vectors@v0.0.0-20210322192420-30a2d7243a94`, output: {
        	"Path": "filippo.io/mostly-harmless/ed25519vectors",
        	"Version": "v0.0.0-20210322192420-30a2d7243a94",
        	"Error": "filippo.io/mostly-harmless/ed25519vectors@v0.0.0-20210322192420-30a2d7243a94: Get \"https://proxy.golang.org/filippo.io/mostly-harmless/ed25519vectors/@v/v0.0.0-20210322192420-30a2d7243a94.info\": dial tcp 142.250.191.209:443: i/o timeout"
        }

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-11-10 20:32 darwin-amd64-13 exp@9a3e6036 go@74993bff [build] (log)
zap_encoders.go:12:2: go.uber.org/zap@v1.24.0: Get "https://proxy.golang.org/go.uber.org/zap/@v/v1.24.0.zip": dial tcp 142.250.191.209:443: connect: operation timed out
zap_encoders.go:13:2: go.uber.org/zap@v1.24.0: Get "https://proxy.golang.org/go.uber.org/zap/@v/v1.24.0.zip": dial tcp 142.250.191.209:443: connect: operation timed out
zap_encoders.go:14:2: go.uber.org/zap@v1.24.0: Get "https://proxy.golang.org/go.uber.org/zap/@v/v1.24.0.zip": dial tcp 142.250.191.209:443: connect: operation timed out

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-11-14 16:31 darwin-amd64-nocgo telemetry@69313e64 go@5abae02d [build] (log)
internal/configgen/main.go:30:2: golang.org/x/mod@v0.14.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.14.0.zip": dial tcp 142.250.191.209:443: i/o timeout
internal/proxy/proxy.go:19:2: golang.org/x/mod@v0.14.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.14.0.zip": dial tcp 142.250.191.209:443: i/o timeout

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-11-21 20:13 darwin-amd64-longtest crypto@270bf255 go@cea35baf x/crypto/internal/wycheproof (log)
2023/11/22 20:15:42 failed to run `go mod download -json github.com/google/wycheproof@v0.0.0-20191219022705-2196000605e4`, output: {
	"Path": "github.com/google/wycheproof",
	"Version": "v0.0.0-20191219022705-2196000605e4",
	"Error": "github.com/google/wycheproof@v0.0.0-20191219022705-2196000605e4: Get \"https://proxy.golang.org/github.com/google/wycheproof/@v/v0.0.0-20191219022705-2196000605e4.info\": dial tcp 142.250.191.209:443: i/o timeout"
}

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-11-27 18:10 netbsd-arm64-bsiegert perf@b5375226 go@76d90a34 (log)
../../../../pkg/mod/gonum.org/v1/plot@v0.10.1/vg/vgimg/vgimg.go:19:2: git.sr.ht/~sbinet/gg@v0.3.1: read "https://proxy.golang.org/git.sr.ht/~sbinet/gg/@v/v0.3.1.zip": stream error: stream ID 45; INTERNAL_ERROR; received from peer
../../../../pkg/mod/golang.org/x/oauth2@v0.15.0/google/default.go:17:2: cloud.google.com/go@v0.110.2: read "https://proxy.golang.org/cloud.google.com/go/@v/v0.110.2.zip": stream error: stream ID 49; INTERNAL_ERROR; received from peer
storage/fs/gcs/gcs.go:11:2: cloud.google.com/go@v0.110.2: read "https://proxy.golang.org/cloud.google.com/go/@v/v0.110.2.zip": stream error: stream ID 49; INTERNAL_ERROR; received from peer

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-12-21 18:36 darwin-amd64-longtest go@2184a394 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:49934
https://vcs-test.golang.org rerouted to https://127.0.0.1:49935
go test proxy running at GOPROXY=http://127.0.0.1:49936/mod
--- FAIL: TestScript (0.78s)
    --- FAIL: TestScript/gotoolchain_net (26.34s)
        script_test.go:132: 2023-12-21T19:48:27Z
        script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-734448633/tmpdir2266163858/gotoolchain_net2507575059
        script_test.go:156: 
            # This test only checks that basic network lookups work.
            # The full test of toolchain version selection is in gotoolchain.txt.
...
            > [!go-builder] env GOSUMDB=sum.golang.org  # Set explicitly in case GOROOT/go.env is modified.
            [condition not met]
            > env GOTOOLCHAIN=go1.20.1
            > env PATH=
            > env path=
            > go version
            [stderr]
            go: downloading go1.20.1 (darwin/amd64)
            go: download go1.20.1: golang.org/toolchain@v0.0.1-go1.20.1.darwin-amd64: read "https://proxy.golang.org/golang.org/toolchain/@v/v0.0.1-go1.20.1.darwin-amd64.zip": read tcp 192.168.64.101:51788->142.250.190.155:443: read: operation timed out
        script_test.go:156: FAIL: testdata/script/gotoolchain_net.txt:68: go version: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-01-08 18:26 darwin-amd64-longtest go@75984918 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:49976
https://vcs-test.golang.org rerouted to https://127.0.0.1:49977
go test proxy running at GOPROXY=http://127.0.0.1:49978/mod
2024/01/08 14:40:09 http: TLS handshake error from 127.0.0.1:51355: EOF
--- FAIL: TestScript (0.76s)
    --- FAIL: TestScript/gotoolchain_net (46.45s)
        script_test.go:132: 2024-01-08T19:42:28Z
        script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-2833285466/tmpdir2041081344/gotoolchain_net3707625928
        script_test.go:156: 
            # This test only checks that basic network lookups work.
...
            > [!go-builder] env GOSUMDB=sum.golang.org  # Set explicitly in case GOROOT/go.env is modified.
            [condition not met]
            > env GOTOOLCHAIN=go1.20.1
            > env PATH=
            > env path=
            > go version
            [stderr]
            go: downloading go1.20.1 (darwin/amd64)
            go: download go1.20.1: golang.org/toolchain@v0.0.1-go1.20.1.darwin-amd64: verifying module: golang.org/toolchain@v0.0.1-go1.20.1.darwin-amd64: Get "https://proxy.golang.org/sumdb/sum.golang.org/supported": read tcp 192.168.64.101:51814->142.250.191.209:443: read: operation timed out
        script_test.go:156: FAIL: testdata/script/gotoolchain_net.txt:68: go version: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-12-20 04:11 darwin-amd64-longtest vuln@73356279 go@75984918 x/vuln.TestBashChecks (log)
go mod tidy

go: github.com/google/go-cmdtest@v0.4.1-0.20220921163831-55ab3332a786 requires
	github.com/google/go-cmp@v0.3.1: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.3.1.mod": dial tcp 142.250.191.209:443: i/o timeout
�[31mcommand failed�(B�[m
�[31mFAILED; see errors above�(B�[m
--- FAIL: TestBashChecks (30.48s)
    all_test.go:52: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-01-09 15:29 darwin-amd64-longtest go@aba18d5b cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:50049
https://vcs-test.golang.org rerouted to https://127.0.0.1:50050
go test proxy running at GOPROXY=http://127.0.0.1:50051/mod
--- FAIL: TestScript (0.72s)
    --- FAIL: TestScript/mod_prefer_compatible (8.17s)
        script_test.go:132: 2024-01-09T16:46:42Z
        script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-1599803026/tmpdir847545453/mod_prefer_compatible2432979705
        script_test.go:156: 
            # Regression test for golang.org/issue/34189 and golang.org/issue/34165:
            # @latest, @upgrade, and @patch should prefer compatible versions over
            # +incompatible ones, even if offered by a proxy. (0.000s)
            # github.com/russross/blackfriday v2.0.0+incompatible exists,
            # and should be resolved if we ask for it explicitly. (8.103s)
            > go list -m github.com/russross/blackfriday@v2.0.0+incompatible
            [stderr]
            go: github.com/russross/blackfriday@v2.0.0+incompatible: Get "https://proxy.golang.org/github.com/russross/blackfriday/@v/v2.0.0+incompatible.info": dial tcp 142.250.191.209:443: connect: operation timed out
        script_test.go:156: FAIL: testdata/script/mod_prefer_compatible.txt:15: go list -m github.com/russross/blackfriday@v2.0.0+incompatible: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2023-12-20 04:11 freebsd-arm64-dmgk vuln@73356279 go@caafb50c (log)
internal/scan/stdlib.go:11:2: golang.org/x/mod@v0.14.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.14.0.mod": read tcp 10.0.1.208:12760->172.253.63.141:443: read: connection reset by peer

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-01-08 16:44 darwin-amd64-longtest crypto@dbb6ec16 go@0f3876f8 x/crypto/internal/wycheproof (log)
2024/01/11 17:14:59 failed to run `go mod download -json github.com/google/wycheproof@v0.0.0-20191219022705-2196000605e4`, output: {
	"Path": "github.com/google/wycheproof",
	"Version": "v0.0.0-20191219022705-2196000605e4",
	"Error": "github.com/google/wycheproof@v0.0.0-20191219022705-2196000605e4: read \"https://proxy.golang.org/github.com/google/wycheproof/@v/v0.0.0-20191219022705-2196000605e4.zip\": stream error: stream ID 7; INTERNAL_ERROR; received from peer",
	"Info": "/tmp/buildlet/gopath/pkg/mod/cache/download/github.com/google/wycheproof/@v/v0.0.0-20191219022705-2196000605e4.info",
	"GoMod": "/tmp/buildlet/gopath/pkg/mod/cache/download/github.com/google/wycheproof/@v/v0.0.0-20191219022705-2196000605e4.mod",
	"GoModSum": "h1:yqJ6lOoB0oZr2DMvj8DtDTrh95JBM5tYFTIy8j0CXCw="
}

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-01-19 17:01 darwin-amd64-13 build@f1550ea5 go@2540b143 (log)
golang.org/x/build@v0.0.0-20230809214533-2c66d68b91c3: Get "https://proxy.golang.org/golang.org/x/build/@v/v0.0.0-20230809214533-2c66d68b91c3.zip": dial tcp 142.250.191.145:443: connect: operation timed out

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-01-18 23:40 windows-arm64-11 pkgsite@24c36df9 go@7cb98c1d (log)
..\..\..\..\pkg\mod\contrib.go.opencensus.io\exporter\stackdriver@v0.13.4\monitoredresource\aws\aws_identity_doc_utils.go:18:2: github.com/aws/aws-sdk-go@v1.34.29: Get "https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.34.29.mod": read tcp 10.0.0.5:59641->142.251.16.141:443: wsarecv: An existing connection was forcibly closed by the remote host.
..\..\..\..\pkg\mod\contrib.go.opencensus.io\exporter\stackdriver@v0.13.4\monitoredresource\aws\aws_identity_doc_utils.go:19:2: github.com/aws/aws-sdk-go@v1.34.29: Get "https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.34.29.mod": read tcp 10.0.0.5:59641->142.251.16.141:443: wsarecv: An existing connection was forcibly closed by the remote host.

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-01-31 21:44 solaris-amd64-oraclerel tools@5f906919 go@2f6a25f4 (log)
main.go:20:2: golang.org/x/telemetry@v0.0.0-20240129174054-04287971b166: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240129174054-04287971b166.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/cache/mod_vuln.go:26:2: golang.org/x/vuln@v1.0.1: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v1.0.1.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/golang/hover.go:25:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/telemetry/telemetry.go:13:2: golang.org/x/telemetry@v0.0.0-20240129174054-04287971b166: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240129174054-04287971b166.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/telemetry/telemetry.go:15:2: golang.org/x/telemetry@v0.0.0-20240129174054-04287971b166: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240129174054-04287971b166.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/hooks/analysis_119.go:13:2: honnef.co/go/tools@v0.4.5: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.5.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/hooks/analysis_119.go:14:2: honnef.co/go/tools@v0.4.5: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.5.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/hooks/analysis_119.go:15:2: honnef.co/go/tools@v0.4.5: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.5.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/hooks/analysis_119.go:16:2: honnef.co/go/tools@v0.4.5: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.5.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/hooks/analysis_119.go:17:2: honnef.co/go/tools@v0.4.5: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.5.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/hooks/gofumpt_118.go:15:2: mvdan.cc/gofumpt@v0.4.0: Get "https://proxy.golang.org/mvdan.cc/gofumpt/@v/v0.4.0.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/hooks/hooks.go:12:2: mvdan.cc/xurls/v2@v2.4.0: Get "https://proxy.golang.org/mvdan.cc/xurls/v2/@v/v2.4.0.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
api-diff/api_diff.go:20:2: github.com/google/go-cmp@v0.5.9: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.9.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
doc/generate.go:32:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout
internal/vulncheck/vulntest/report.go:19:2: gopkg.in/yaml.v3@v3.0.1: Get "https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.zip": dial tcp: lookup proxy.golang.org on 129.70.161.2:53: read udp 129.70.161.63:50250->129.70.161.2:53: i/o timeout

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-02-02 21:24 darwin-amd64-10_15 tools@e80085c4 go@2fdad8af (log)
internal/golang/hover.go:26:2: golang.org/x/text@v0.14.0: read "https:/proxy.golang.org/@v/v0.14.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=219, ErrCode=NO_ERROR, debug="server_shutting_down"

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-02-15 21:35 gotip-linux-amd64-longtest-race go@b634f6fd cmd/go.TestScript/gotoolchain_net (log)
=== RUN   TestScript/gotoolchain_net
=== PAUSE TestScript/gotoolchain_net
=== CONT  TestScript/gotoolchain_net
    script_test.go:132: 2024-02-15T21:53:44Z
    script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3997920602/tmpdir1521058291/gotoolchain_net4253282203
go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.9999x.linux-amd64.txt: no such file or directory
go proxy: no archive golang.org/toolchain v0.0.1-go1.9999x.linux-amd64: file does not exist
    script_test.go:156: 
        PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3997920602/tmpdir1521058291/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages/cpython3:/home/swarming/.swarming/w/ir/cipd_bin_packages/cpython3/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
        HOME=/no-home
...
        [condition not met]
        > env GOTOOLCHAIN=go1.20.1
        > env PATH=
        > env path=
        > go version
        [stderr]
        go: downloading go1.20.1 (linux/amd64)
        go: download go1.20.1: golang.org/toolchain@v0.0.1-go1.20.1.linux-amd64: read "https://proxy.golang.org/golang.org/toolchain/@v/v0.0.1-go1.20.1.linux-amd64.zip": unexpected EOF
    script_test.go:156: FAIL: testdata/script/gotoolchain_net.txt:68: go version: exit status 1
--- FAIL: TestScript/gotoolchain_net (2.75s)

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-02-08 14:31 aix-ppc64 perf@b2676174 go@e39480f4 (log)
../../../../pkg/mod/github.com/google/s2a-go@v0.1.4/internal/record/internal/aeadcrypter/chachapoly.go:25:2: golang.org/x/crypto@v0.19.0: read "https://proxy.golang.org/golang.org/x/crypto/@v/v0.19.0.zip": read tcp 140.211.9.26:63511->108.177.98.141:443: read: connection reset by peer
../../../../pkg/mod/github.com/google/s2a-go@v0.1.4/internal/record/internal/halfconn/halfconn.go:29:2: golang.org/x/crypto@v0.19.0: read "https://proxy.golang.org/golang.org/x/crypto/@v/v0.19.0.zip": read tcp 140.211.9.26:63511->108.177.98.141:443: read: connection reset by peer
../../../../pkg/mod/github.com/google/s2a-go@v0.1.4/internal/record/internal/halfconn/expander.go:25:2: golang.org/x/crypto@v0.19.0: read "https://proxy.golang.org/golang.org/x/crypto/@v/v0.19.0.zip": read tcp 140.211.9.26:63511->108.177.98.141:443: read: connection reset by peer

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-03-04 19:59 linux-riscv64-jsing net@7ee34a07 go@2b22fc10 (log)
html/charset/charset.go:20:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:46298->127.0.0.53:53: i/o timeout
html/charset/charset.go:21:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:46298->127.0.0.53:53: i/o timeout
html/charset/charset.go:22:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:46298->127.0.0.53:53: i/o timeout
html/charset/charset.go:23:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:46298->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:25:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:46298->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:26:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:46298->127.0.0.53:53: i/o timeout
idna/idna10.0.0.go:27:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:46298->127.0.0.53:53: i/o timeout
http2/h2i/h2i.go:41:2: golang.org/x/term@v0.18.0: Get "https://proxy.golang.org/golang.org/x/term/@v/v0.18.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:46298->127.0.0.53:53: i/o timeout
internal/socket/cmsghdr_unix.go:9:8: golang.org/x/sys@v0.18.0: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.18.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:46298->127.0.0.53:53: i/o timeout
quic/packet_protection.go:18:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:48311->127.0.0.53:53: i/o timeout
quic/packet_protection.go:19:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:48311->127.0.0.53:53: i/o timeout
quic/packet_protection.go:20:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:48311->127.0.0.53:53: i/o timeout
quic/packet_protection.go:21:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: read udp 127.0.0.1:48311->127.0.0.53:53: i/o timeout

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-03-04 17:33 linux-ppc64le-power10osu debug@369212e2 go@89f7805c (log)
cmd/viewcore/main.go:27:2: github.com/chzyer/readline@v0.0.0-20180603132655-2972be24d48e: Get "https://proxy.golang.org/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/viewcore/main.go:28:2: github.com/spf13/cobra@v0.0.3: Get "https://proxy.golang.org/github.com/spf13/cobra/@v/v0.0.3.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/viewcore/main.go:29:2: github.com/spf13/pflag@v1.0.3: Get "https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.3.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/core/process_unix.go:12:2: golang.org/x/sys@v0.18.0: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-04 17:33 linux-ppc64le-power9osu debug@369212e2 go@89f7805c (log)
cmd/viewcore/main.go:27:2: github.com/chzyer/readline@v0.0.0-20180603132655-2972be24d48e: Get "https://proxy.golang.org/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/viewcore/main.go:28:2: github.com/spf13/cobra@v0.0.3: Get "https://proxy.golang.org/github.com/spf13/cobra/@v/v0.0.3.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/viewcore/main.go:29:2: github.com/spf13/pflag@v1.0.3: Get "https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.3.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/core/process_unix.go:12:2: golang.org/x/sys@v0.18.0: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-04 17:33 linux-ppc64le-power10osu term@c5eaf76d go@89f7805c (log)
term_unix.go:10:2: golang.org/x/sys@v0.18.0: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure

tests failed: exit status 1
2024-03-04 17:33 linux-ppc64le-power9osu term@c5eaf76d go@89f7805c (log)
term_unix.go:10:2: golang.org/x/sys@v0.18.0: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure

tests failed: exit status 1
2024-03-05 16:02 linux-ppc64le-power10osu benchmarks@e936ae47 go@89f7805c (log)
driver/driver_linux.go:23:2: golang.org/x/sys@v0.18.0: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/common/config.go:12:2: github.com/BurntSushi/toml@v1.0.0: Get "https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v1.0.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/common/log/log.go:14:2: github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51: Get "https://proxy.golang.org/github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/biogo-igor/igor.go:20:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/biogo-igor/igor.go:21:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/internal/driver/driver.go:23:2: github.com/google/pprof@v0.0.0-20211122183932-1daafda22083: Get "https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20211122183932-1daafda22083.zip": tls: invalid signature by the server certificate: ECDSA verification failure
third_party/biogo-examples/igor/igor/pile.go:10:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
third_party/biogo-examples/igor/igor/group.go:12:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
third_party/biogo-examples/igor/igor/group.go:13:2: github.com/biogo/graph@v0.0.0-20150317020928-057c1989faed: Get "https://proxy.golang.org/github.com/biogo/graph/@v/v0.0.0-20150317020928-057c1989faed.zip": tls: invalid signature by the server certificate: ECDSA verification failure
third_party/biogo-examples/igor/igor/cluster.go:15:2: github.com/biogo/store@v0.0.0-20201120204734-aad293a2328f: Get "https://proxy.golang.org/github.com/biogo/store/@v/v0.0.0-20201120204734-aad293a2328f.zip": tls: invalid signature by the server certificate: ECDSA verification failure
...
third_party/bleve-bench/mapping.go:25:2: github.com/blevesearch/bleve@v1.0.14: Get "https://proxy.golang.org/github.com/blevesearch/bleve/@v/v1.0.14.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/etcd/main.go:24:2: go.etcd.io/etcd/client/v3@v3.5.8: Get "https://proxy.golang.org/go.etcd.io/etcd/client/v3/@v/v3.5.8.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/gopher-lua/main.go:18:2: github.com/yuin/gopher-lua@v0.0.0-20210529063254-f4c35e4016d9: Get "https://proxy.golang.org/github.com/yuin/gopher-lua/@v/v0.0.0-20210529063254-f4c35e4016d9.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/internal/pool/pool.go:24:2: golang.org/x/sync@v0.6.0: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/markdown/main.go:16:2: gitlab.com/golang-commonmark/markdown@v0.0.0-20211110145824-bf3e522c626a: Get "https://proxy.golang.org/gitlab.com/golang-commonmark/markdown/@v/v0.0.0-20211110145824-bf3e522c626a.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/tile38/main.go:29:2: github.com/gomodule/redigo@v1.8.5: Get "https://proxy.golang.org/github.com/gomodule/redigo/@v/v1.8.5.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/cli/bootstrap/gcs.go:11:2: cloud.google.com/go/storage@v1.18.2: Get "https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.18.2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/cli/bootstrap/gcs.go:13:2: golang.org/x/oauth2@v0.18.0: Get "https://proxy.golang.org/golang.org/x/oauth2/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/cli/bootstrap/gcs.go:15:2: google.golang.org/api@v0.60.0: Get "https://proxy.golang.org/google.golang.org/api/@v/v0.60.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/generators/gvisor.go:20:2: github.com/opencontainers/runtime-spec@v1.0.2: Get "https://proxy.golang.org/github.com/opencontainers/runtime-spec/@v/v1.0.2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-05 16:02 linux-ppc64le-power9osu benchmarks@e936ae47 go@89f7805c (log)
driver/driver_linux.go:23:2: golang.org/x/sys@v0.18.0: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/common/config.go:12:2: github.com/BurntSushi/toml@v1.0.0: Get "https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v1.0.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/common/log/log.go:14:2: github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51: Get "https://proxy.golang.org/github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/biogo-igor/igor.go:20:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/biogo-igor/igor.go:21:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/internal/driver/driver.go:23:2: github.com/google/pprof@v0.0.0-20211122183932-1daafda22083: Get "https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20211122183932-1daafda22083.zip": tls: invalid signature by the server certificate: ECDSA verification failure
third_party/biogo-examples/igor/igor/pile.go:10:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
third_party/biogo-examples/igor/igor/group.go:12:2: github.com/biogo/biogo@v1.0.4: Get "https://proxy.golang.org/github.com/biogo/biogo/@v/v1.0.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
third_party/biogo-examples/igor/igor/group.go:13:2: github.com/biogo/graph@v0.0.0-20150317020928-057c1989faed: Get "https://proxy.golang.org/github.com/biogo/graph/@v/v0.0.0-20150317020928-057c1989faed.zip": tls: invalid signature by the server certificate: ECDSA verification failure
third_party/biogo-examples/igor/igor/cluster.go:15:2: github.com/biogo/store@v0.0.0-20201120204734-aad293a2328f: Get "https://proxy.golang.org/github.com/biogo/store/@v/v0.0.0-20201120204734-aad293a2328f.zip": tls: invalid signature by the server certificate: ECDSA verification failure
...
third_party/bleve-bench/mapping.go:25:2: github.com/blevesearch/bleve@v1.0.14: Get "https://proxy.golang.org/github.com/blevesearch/bleve/@v/v1.0.14.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/etcd/main.go:24:2: go.etcd.io/etcd/client/v3@v3.5.8: Get "https://proxy.golang.org/go.etcd.io/etcd/client/v3/@v/v3.5.8.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/gopher-lua/main.go:18:2: github.com/yuin/gopher-lua@v0.0.0-20210529063254-f4c35e4016d9: Get "https://proxy.golang.org/github.com/yuin/gopher-lua/@v/v0.0.0-20210529063254-f4c35e4016d9.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/internal/pool/pool.go:24:2: golang.org/x/sync@v0.6.0: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/markdown/main.go:16:2: gitlab.com/golang-commonmark/markdown@v0.0.0-20211110145824-bf3e522c626a: Get "https://proxy.golang.org/gitlab.com/golang-commonmark/markdown/@v/v0.0.0-20211110145824-bf3e522c626a.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/benchmarks/tile38/main.go:29:2: github.com/gomodule/redigo@v1.8.5: Get "https://proxy.golang.org/github.com/gomodule/redigo/@v/v1.8.5.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/cli/bootstrap/gcs.go:11:2: cloud.google.com/go/storage@v1.18.2: Get "https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.18.2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/cli/bootstrap/gcs.go:13:2: golang.org/x/oauth2@v0.18.0: Get "https://proxy.golang.org/golang.org/x/oauth2/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/cli/bootstrap/gcs.go:15:2: google.golang.org/api@v0.60.0: Get "https://proxy.golang.org/google.golang.org/api/@v/v0.60.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
sweet/generators/gvisor.go:20:2: github.com/opencontainers/runtime-spec@v1.0.2: Get "https://proxy.golang.org/github.com/opencontainers/runtime-spec/@v/v1.0.2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-05 16:02 linux-ppc64le-power10osu perf@5eefbfdb go@89f7805c (log)
analysis/app/trend.go:23:2: github.com/aclements/go-gg@v0.0.0-20170118225347-6dbb4e4fefb0: Get "https://proxy.golang.org/github.com/aclements/go-gg/@v/v0.0.0-20170118225347-6dbb4e4fefb0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
analysis/app/trend.go:24:2: github.com/aclements/go-gg@v0.0.0-20170118225347-6dbb4e4fefb0: Get "https://proxy.golang.org/github.com/aclements/go-gg/@v/v0.0.0-20170118225347-6dbb4e4fefb0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
analysis/app/trend.go:25:2: github.com/aclements/go-gg@v0.0.0-20170118225347-6dbb4e4fefb0: Get "https://proxy.golang.org/github.com/aclements/go-gg/@v/v0.0.0-20170118225347-6dbb4e4fefb0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchstat/html.go:11:2: github.com/google/safehtml@v0.0.2: Get "https://proxy.golang.org/github.com/google/safehtml/@v/v0.0.2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchstat/html.go:12:2: github.com/google/safehtml@v0.0.2: Get "https://proxy.golang.org/github.com/google/safehtml/@v/v0.0.2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/client.go:19:2: golang.org/x/net@v0.22.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.22.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
analysis/appengine/app.go:17:2: google.golang.org/appengine@v1.6.7: Get "https://proxy.golang.org/google.golang.org/appengine/@v/v1.6.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchmath/sample.go:22:2: github.com/aclements/go-moremath@v0.0.0-20210112150236-f10218a38794: Get "https://proxy.golang.org/github.com/aclements/go-moremath/@v/v0.0.0-20210112150236-f10218a38794.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchmath/anone.go:12:2: github.com/aclements/go-moremath@v0.0.0-20210112150236-f10218a38794: Get "https://proxy.golang.org/github.com/aclements/go-moremath/@v/v0.0.0-20210112150236-f10218a38794.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchseries/chart.go:22:2: gonum.org/v1/plot@v0.10.1: Get "https://proxy.golang.org/gonum.org/v1/plot/@v/v0.10.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchseries/chart.go:23:2: gonum.org/v1/plot@v0.10.1: Get "https://proxy.golang.org/gonum.org/v1/plot/@v/v0.10.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchseries/chart.go:24:2: gonum.org/v1/plot@v0.10.1: Get "https://proxy.golang.org/gonum.org/v1/plot/@v/v0.10.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchseries/chart.go:16:2: gonum.org/v1/plot@v0.10.1: Get "https://proxy.golang.org/gonum.org/v1/plot/@v/v0.10.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchseries/chart.go:17:2: gonum.org/v1/plot@v0.10.1: Get "https://proxy.golang.org/gonum.org/v1/plot/@v/v0.10.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/benchsave/benchsave.go:31:2: golang.org/x/oauth2@v0.18.0: Get "https://proxy.golang.org/golang.org/x/oauth2/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/benchsave/oauth.go:17:2: golang.org/x/oauth2@v0.18.0: Get "https://proxy.golang.org/golang.org/x/oauth2/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/appengine/app.go:18:2: github.com/go-sql-driver/mysql@v1.4.1: Get "https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.4.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/fs/gcs/gcs.go:11:2: cloud.google.com/go/storage@v1.29.0: Get "https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.29.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/appengine/app.go:22:2: google.golang.org/api@v0.126.0: Get "https://proxy.golang.org/google.golang.org/api/@v/v0.126.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/appengine/app.go:24:2: google.golang.org/appengine@v1.6.7: Get "https://proxy.golang.org/google.golang.org/appengine/@v/v1.6.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/appengine/app.go:25:2: google.golang.org/appengine@v1.6.7: Get "https://proxy.golang.org/google.golang.org/appengine/@v/v1.6.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/db/sqlite3/sqlite3.go:15:2: github.com/mattn/go-sqlite3@v1.14.14: Get "https://proxy.golang.org/github.com/mattn/go-sqlite3/@v/v1.14.14.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-05 16:02 linux-ppc64le-power9osu perf@5eefbfdb go@89f7805c (log)
analysis/app/trend.go:23:2: github.com/aclements/go-gg@v0.0.0-20170118225347-6dbb4e4fefb0: Get "https://proxy.golang.org/github.com/aclements/go-gg/@v/v0.0.0-20170118225347-6dbb4e4fefb0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
analysis/app/trend.go:24:2: github.com/aclements/go-gg@v0.0.0-20170118225347-6dbb4e4fefb0: Get "https://proxy.golang.org/github.com/aclements/go-gg/@v/v0.0.0-20170118225347-6dbb4e4fefb0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
analysis/app/trend.go:25:2: github.com/aclements/go-gg@v0.0.0-20170118225347-6dbb4e4fefb0: Get "https://proxy.golang.org/github.com/aclements/go-gg/@v/v0.0.0-20170118225347-6dbb4e4fefb0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchstat/html.go:11:2: github.com/google/safehtml@v0.0.2: Get "https://proxy.golang.org/github.com/google/safehtml/@v/v0.0.2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchstat/html.go:12:2: github.com/google/safehtml@v0.0.2: Get "https://proxy.golang.org/github.com/google/safehtml/@v/v0.0.2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/client.go:19:2: golang.org/x/net@v0.22.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.22.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
analysis/appengine/app.go:17:2: google.golang.org/appengine@v1.6.7: Get "https://proxy.golang.org/google.golang.org/appengine/@v/v1.6.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchmath/sample.go:22:2: github.com/aclements/go-moremath@v0.0.0-20210112150236-f10218a38794: Get "https://proxy.golang.org/github.com/aclements/go-moremath/@v/v0.0.0-20210112150236-f10218a38794.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchmath/anone.go:12:2: github.com/aclements/go-moremath@v0.0.0-20210112150236-f10218a38794: Get "https://proxy.golang.org/github.com/aclements/go-moremath/@v/v0.0.0-20210112150236-f10218a38794.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchseries/chart.go:22:2: gonum.org/v1/plot@v0.10.1: Get "https://proxy.golang.org/gonum.org/v1/plot/@v/v0.10.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchseries/chart.go:23:2: gonum.org/v1/plot@v0.10.1: Get "https://proxy.golang.org/gonum.org/v1/plot/@v/v0.10.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchseries/chart.go:24:2: gonum.org/v1/plot@v0.10.1: Get "https://proxy.golang.org/gonum.org/v1/plot/@v/v0.10.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchseries/chart.go:16:2: gonum.org/v1/plot@v0.10.1: Get "https://proxy.golang.org/gonum.org/v1/plot/@v/v0.10.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
benchseries/chart.go:17:2: gonum.org/v1/plot@v0.10.1: Get "https://proxy.golang.org/gonum.org/v1/plot/@v/v0.10.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/benchsave/benchsave.go:31:2: golang.org/x/oauth2@v0.18.0: Get "https://proxy.golang.org/golang.org/x/oauth2/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/benchsave/oauth.go:17:2: golang.org/x/oauth2@v0.18.0: Get "https://proxy.golang.org/golang.org/x/oauth2/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/appengine/app.go:18:2: github.com/go-sql-driver/mysql@v1.4.1: Get "https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.4.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/fs/gcs/gcs.go:11:2: cloud.google.com/go/storage@v1.29.0: Get "https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.29.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/appengine/app.go:22:2: google.golang.org/api@v0.126.0: Get "https://proxy.golang.org/google.golang.org/api/@v/v0.126.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/appengine/app.go:24:2: google.golang.org/appengine@v1.6.7: Get "https://proxy.golang.org/google.golang.org/appengine/@v/v1.6.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/appengine/app.go:25:2: google.golang.org/appengine@v1.6.7: Get "https://proxy.golang.org/google.golang.org/appengine/@v/v1.6.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
storage/db/sqlite3/sqlite3.go:15:2: github.com/mattn/go-sqlite3@v1.14.14: Get "https://proxy.golang.org/github.com/mattn/go-sqlite3/@v/v1.14.14.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-05 19:44 linux-ppc64le-power10osu pkgsite@ea431292 go@89f7805c (log)
cmd/frontend/main.go:15:2: cloud.google.com/go/profiler@v0.1.1: Get "https://proxy.golang.org/cloud.google.com/go/profiler/@v/v0.1.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/frontend/main.go:16:2: github.com/go-redis/redis/v8@v8.11.4: Get "https://proxy.golang.org/github.com/go-redis/redis/v8/@v/v8.11.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/frontend/main.go:17:2: github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516: Get "https://proxy.golang.org/github.com/google/safehtml/@v/v0.0.3-0.20211026203422-d6f0e11a5516.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/frontend/main.go:18:2: go.opencensus.io@v0.24.0: Get "https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/frontend/main.go:19:2: go.opencensus.io@v0.24.0: Get "https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/internal/cmdconfig/cmdconfig.go:15:2: cloud.google.com/go/errorreporting@v0.3.0: Get "https://proxy.golang.org/cloud.google.com/go/errorreporting/@v/v0.3.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/internal/cmdconfig/cmdconfig.go:16:2: cloud.google.com/go/logging@v1.7.0: Get "https://proxy.golang.org/cloud.google.com/go/logging/@v/v1.7.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/internal/cmdconfig/cmdconfig.go:17:2: contrib.go.opencensus.io/integrations/ocsql@v0.1.4: Get "https://proxy.golang.org/contrib.go.opencensus.io/integrations/ocsql/@v/v0.1.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/internal/cmdconfig/cmdconfig.go:18:2: github.com/jackc/pgx/v4@v4.14.1: Get "https://proxy.golang.org/github.com/jackc/pgx/v4/@v/v4.14.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/latest.go:11:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
...
internal/frontend/overview.go:16:2: golang.org/x/net@v0.22.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.22.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/frontend/imports.go:16:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/frontend/markdown.go:19:2: rsc.io/markdown@v0.0.0-20231214224604-88bb533a6020: Get "https://proxy.golang.org/rsc.io/markdown/@v/v0.0.0-20231214224604-88bb533a6020.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/frontend/fetchserver/404.go:18:2: github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516: Get "https://proxy.golang.org/github.com/google/safehtml/@v/v0.0.3-0.20211026203422-d6f0e11a5516.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/queue/gcpqueue/queue.go:19:2: cloud.google.com/go/cloudtasks@v1.10.0: Get "https://proxy.golang.org/cloud.google.com/go/cloudtasks/@v/v1.10.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/queue/gcpqueue/queue.go:20:2: cloud.google.com/go/cloudtasks@v1.10.0: Get "https://proxy.golang.org/cloud.google.com/go/cloudtasks/@v/v1.10.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/queue/gcpqueue/queue.go:22:2: google.golang.org/grpc@v1.57.0: Get "https://proxy.golang.org/google.golang.org/grpc/@v/v1.57.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/queue/gcpqueue/queue.go:23:2: google.golang.org/grpc@v1.57.0: Get "https://proxy.golang.org/google.golang.org/grpc/@v/v1.57.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/queue/gcpqueue/queue.go:24:2: google.golang.org/protobuf@v1.31.0: Get "https://proxy.golang.org/google.golang.org/protobuf/@v/v1.31.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/static/static.go:17:2: github.com/evanw/esbuild@v0.17.8: Get "https://proxy.golang.org/github.com/evanw/esbuild/@v/v0.17.8.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-05 19:44 linux-ppc64le-power9osu pkgsite@ea431292 go@89f7805c (log)
cmd/frontend/main.go:15:2: cloud.google.com/go/profiler@v0.1.1: Get "https://proxy.golang.org/cloud.google.com/go/profiler/@v/v0.1.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/frontend/main.go:16:2: github.com/go-redis/redis/v8@v8.11.4: Get "https://proxy.golang.org/github.com/go-redis/redis/v8/@v/v8.11.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/frontend/main.go:17:2: github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516: Get "https://proxy.golang.org/github.com/google/safehtml/@v/v0.0.3-0.20211026203422-d6f0e11a5516.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/frontend/main.go:18:2: go.opencensus.io@v0.24.0: Get "https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/frontend/main.go:19:2: go.opencensus.io@v0.24.0: Get "https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/internal/cmdconfig/cmdconfig.go:15:2: cloud.google.com/go/errorreporting@v0.3.0: Get "https://proxy.golang.org/cloud.google.com/go/errorreporting/@v/v0.3.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/internal/cmdconfig/cmdconfig.go:16:2: cloud.google.com/go/logging@v1.7.0: Get "https://proxy.golang.org/cloud.google.com/go/logging/@v/v1.7.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/internal/cmdconfig/cmdconfig.go:17:2: contrib.go.opencensus.io/integrations/ocsql@v0.1.4: Get "https://proxy.golang.org/contrib.go.opencensus.io/integrations/ocsql/@v/v0.1.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/internal/cmdconfig/cmdconfig.go:18:2: github.com/jackc/pgx/v4@v4.14.1: Get "https://proxy.golang.org/github.com/jackc/pgx/v4/@v/v4.14.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/latest.go:11:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
...
internal/frontend/overview.go:16:2: golang.org/x/net@v0.22.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.22.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/frontend/imports.go:16:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/frontend/markdown.go:19:2: rsc.io/markdown@v0.0.0-20231214224604-88bb533a6020: Get "https://proxy.golang.org/rsc.io/markdown/@v/v0.0.0-20231214224604-88bb533a6020.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/frontend/fetchserver/404.go:18:2: github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516: Get "https://proxy.golang.org/github.com/google/safehtml/@v/v0.0.3-0.20211026203422-d6f0e11a5516.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/queue/gcpqueue/queue.go:19:2: cloud.google.com/go/cloudtasks@v1.10.0: Get "https://proxy.golang.org/cloud.google.com/go/cloudtasks/@v/v1.10.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/queue/gcpqueue/queue.go:20:2: cloud.google.com/go/cloudtasks@v1.10.0: Get "https://proxy.golang.org/cloud.google.com/go/cloudtasks/@v/v1.10.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/queue/gcpqueue/queue.go:22:2: google.golang.org/grpc@v1.57.0: Get "https://proxy.golang.org/google.golang.org/grpc/@v/v1.57.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/queue/gcpqueue/queue.go:23:2: google.golang.org/grpc@v1.57.0: Get "https://proxy.golang.org/google.golang.org/grpc/@v/v1.57.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/queue/gcpqueue/queue.go:24:2: google.golang.org/protobuf@v1.31.0: Get "https://proxy.golang.org/google.golang.org/protobuf/@v/v1.31.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/static/static.go:17:2: github.com/evanw/esbuild@v0.17.8: Get "https://proxy.golang.org/github.com/evanw/esbuild/@v/v0.17.8.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-12 20:05 linux-ppc64le-power10osu oauth2@3c9c1f6d go@89f7805c (log)
google/default.go:18:2: cloud.google.com/go/compute/metadata@v0.2.3: Get "https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.2.3.zip": tls: invalid signature by the server certificate: ECDSA verification failure

tests failed: exit status 1
2024-03-12 20:05 linux-ppc64le-power9osu oauth2@3c9c1f6d go@89f7805c (log)
google/default.go:18:2: cloud.google.com/go/compute/metadata@v0.2.3: Get "https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.2.3.zip": tls: invalid signature by the server certificate: ECDSA verification failure

tests failed: exit status 1
2024-03-15 15:59 linux-ppc64le-power10osu mod@aa51b25a go@89f7805c x/mod/zip [build] (log)
zip/zip_test.go:29:2: golang.org/x/tools@v0.13.0: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.13.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-15 15:59 linux-ppc64le-power9osu mod@aa51b25a go@89f7805c x/mod/zip [build] (log)
zip/zip_test.go:29:2: golang.org/x/tools@v0.13.0: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.13.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-19 20:47 linux-ppc64le-power10osu telemetry@f4db1c7d go@89f7805c [build] (log)
start.go:15:2: golang.org/x/sync@v0.6.0: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/counter/file.go:23:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/chartconfig/validate.go:11:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-19 20:47 linux-ppc64le-power10osu telemetry@f4db1c7d go@89f7805c [build] (log)
cmd/telemetrygodev/main.go:24:2: golang.org/x/exp@v0.0.0-20230817173708-d852ddb80c63: Get "https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20230817173708-d852ddb80c63.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/telemetrygodev/main.go:25:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/content/content.go:44:2: github.com/yuin/goldmark@v1.5.4: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/content/content.go:45:2: github.com/yuin/goldmark-meta@v1.1.0: Get "https://proxy.golang.org/github.com/yuin/goldmark-meta/@v/v1.1.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/content/content.go:46:2: github.com/yuin/goldmark@v1.5.4: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/content/content.go:47:2: github.com/yuin/goldmark@v1.5.4: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/content/content.go:48:2: github.com/yuin/goldmark@v1.5.4: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/storage/storage.go:18:2: cloud.google.com/go/storage@v1.30.1: Get "https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.30.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/storage/storage.go:19:2: google.golang.org/api@v0.149.0: Get "https://proxy.golang.org/google.golang.org/api/@v/v0.149.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/worker/main.go:21:2: cloud.google.com/go/cloudtasks@v1.12.4: Get "https://proxy.golang.org/cloud.google.com/go/cloudtasks/@v/v1.12.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/worker/main.go:22:2: cloud.google.com/go/cloudtasks@v1.12.4: Get "https://proxy.golang.org/cloud.google.com/go/cloudtasks/@v/v1.12.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
devtools/cmd/esbuild/main.go:38:2: github.com/evanw/esbuild@v0.17.19: Get "https://proxy.golang.org/github.com/evanw/esbuild/@v/v0.17.19.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-19 20:47 linux-ppc64le-power9osu telemetry@f4db1c7d go@89f7805c [build] (log)
start.go:15:2: golang.org/x/sync@v0.6.0: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/counter/file.go:23:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/chartconfig/validate.go:11:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-19 20:47 linux-ppc64le-power9osu telemetry@f4db1c7d go@89f7805c [build] (log)
cmd/telemetrygodev/main.go:24:2: golang.org/x/exp@v0.0.0-20230817173708-d852ddb80c63: Get "https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20230817173708-d852ddb80c63.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/telemetrygodev/main.go:25:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/content/content.go:44:2: github.com/yuin/goldmark@v1.5.4: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/content/content.go:45:2: github.com/yuin/goldmark-meta@v1.1.0: Get "https://proxy.golang.org/github.com/yuin/goldmark-meta/@v/v1.1.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/content/content.go:46:2: github.com/yuin/goldmark@v1.5.4: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/content/content.go:47:2: github.com/yuin/goldmark@v1.5.4: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/content/content.go:48:2: github.com/yuin/goldmark@v1.5.4: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/storage/storage.go:18:2: cloud.google.com/go/storage@v1.30.1: Get "https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.30.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/storage/storage.go:19:2: google.golang.org/api@v0.149.0: Get "https://proxy.golang.org/google.golang.org/api/@v/v0.149.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/worker/main.go:21:2: cloud.google.com/go/cloudtasks@v1.12.4: Get "https://proxy.golang.org/cloud.google.com/go/cloudtasks/@v/v1.12.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/worker/main.go:22:2: cloud.google.com/go/cloudtasks@v1.12.4: Get "https://proxy.golang.org/cloud.google.com/go/cloudtasks/@v/v1.12.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
devtools/cmd/esbuild/main.go:38:2: github.com/evanw/esbuild@v0.17.19: Get "https://proxy.golang.org/github.com/evanw/esbuild/@v/v0.17.19.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-21 09:28 linux-ppc64le-power10osu net@ebc8168a go@89f7805c (log)
html/charset/charset.go:20:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
html/charset/charset.go:21:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
html/charset/charset.go:22:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
html/charset/charset.go:23:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
idna/idna10.0.0.go:25:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
idna/idna10.0.0.go:26:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
idna/idna10.0.0.go:27:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
http2/h2i/h2i.go:41:2: golang.org/x/term@v0.18.0: Get "https://proxy.golang.org/golang.org/x/term/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/socket/cmsghdr_unix.go:9:8: golang.org/x/sys@v0.18.0: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
quic/packet_protection.go:18:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
quic/packet_protection.go:19:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
quic/packet_protection.go:20:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
quic/packet_protection.go:21:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-21 09:28 linux-ppc64le-power9osu net@ebc8168a go@89f7805c (log)
html/charset/charset.go:20:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
html/charset/charset.go:21:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
html/charset/charset.go:22:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
html/charset/charset.go:23:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
idna/idna10.0.0.go:25:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
idna/idna10.0.0.go:26:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
idna/idna10.0.0.go:27:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
http2/h2i/h2i.go:41:2: golang.org/x/term@v0.18.0: Get "https://proxy.golang.org/golang.org/x/term/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/socket/cmsghdr_unix.go:9:8: golang.org/x/sys@v0.18.0: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
quic/packet_protection.go:18:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
quic/packet_protection.go:19:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
quic/packet_protection.go:20:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
quic/packet_protection.go:21:2: golang.org/x/crypto@v0.21.0: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.21.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-26 21:57 linux-ppc64le-power10osu crypto@8d0d405e go@89f7805c [build] (log)
acme/autocert/autocert.go:35:2: golang.org/x/net@v0.21.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.21.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
ssh/terminal/terminal.go:14:2: golang.org/x/term@v0.18.0: Get "https://proxy.golang.org/golang.org/x/term/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-26 21:57 linux-ppc64le-power9osu crypto@8d0d405e go@89f7805c [build] (log)
acme/autocert/autocert.go:35:2: golang.org/x/net@v0.21.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.21.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
ssh/terminal/terminal.go:14:2: golang.org/x/term@v0.18.0: Get "https://proxy.golang.org/golang.org/x/term/@v/v0.18.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-28 22:35 linux-ppc64le-power10osu vuln@9fbf042e go@89f7805c (log)
internal/scan/stdlib.go:11:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature 
(... long comment truncated ...)

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-03-28 22:35 linux-ppc64le-power9osu vuln@9fbf042e go@89f7805c (log)
internal/scan/stdlib.go:11:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/scan/flags.go:15:2: golang.org/x/tools@v0.19.0: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.19.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/scan/source.go:11:2: golang.org/x/tools@v0.19.0: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.19.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/client/client.go:25:2: golang.org/x/sync@v0.6.0: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/vulncheck/slicing.go:8:2: golang.org/x/tools@v0.19.0: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.19.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/vulncheck/utils.go:16:2: golang.org/x/tools@v0.19.0: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.19.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/vulncheck/utils.go:17:2: golang.org/x/tools@v0.19.0: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.19.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/vulncheck/entries.go:10:2: golang.org/x/tools@v0.19.0: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.19.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/vulncheck/utils.go:19:2: golang.org/x/tools@v0.19.0: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.19.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/vulncheck/utils.go:20:2: golang.org/x/tools@v0.19.0: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.19.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/govulncheck/integration/internal/integration/test.go:15:2: github.com/google/go-cmp@v0.5.8: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.5.8.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-29 17:16 linux-ppc64le-power10osu tools@904c6baa go@89f7805c [build] (log)
present/parse.go:23:2: github.com/yuin/goldmark@v1.4.13: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.4.13.zip": tls: invalid signature by the server certificate: ECDSA verification failure
present/parse.go:24:2: github.com/yuin/goldmark@v1.4.13: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.4.13.zip": tls: invalid signature by the server certificate: ECDSA verification failure
present/parse.go:25:2: github.com/yuin/goldmark@v1.4.13: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.4.13.zip": tls: invalid signature by the server certificate: ECDSA verification failure
present/parse.go:26:2: github.com/yuin/goldmark@v1.4.13: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.4.13.zip": tls: invalid signature by the server certificate: ECDSA verification failure
go/packages/packages.go:28:2: golang.org/x/sync@v0.6.0: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/gocommand/vendor.go:17:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/deadcode/deadcode.go:29:2: golang.org/x/telemetry@v0.0.0-20240228155512-f48c80bd79b2: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
godoc/markdown.go:11:2: github.com/yuin/goldmark@v1.4.13: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.4.13.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/imports/mod.go:20:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/gonew/main.go:51:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/html2article/conv.go:21:2: golang.org/x/net@v0.22.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.22.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/html2article/conv.go:22:2: golang.org/x/net@v0.22.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.22.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
playground/socket/socket.go:36:2: golang.org/x/net@v0.22.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.22.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-29 17:16 linux-ppc64le-power10osu tools@904c6baa go@89f7805c [build] (log)
main.go:20:2: golang.org/x/telemetry@v0.0.0-20240228155512-f48c80bd79b2: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cmd/serve.go:17:2: golang.org/x/telemetry@v0.0.0-20240228155512-f48c80bd79b2: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cache/mod.go:15:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cache/check.go:23:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cache/mod_vuln.go:16:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cache/analysis.go:33:2: golang.org/x/sync@v0.6.0: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/protocol/protocol.go:14:2: golang.org/x/telemetry@v0.0.0-20240228155512-f48c80bd79b2: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/util/bug/bug.go:22:2: golang.org/x/telemetry@v0.0.0-20240228155512-f48c80bd79b2: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cache/mod_vuln.go:26:2: golang.org/x/vuln@v1.0.4: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v1.0.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/golang/hover.go:26:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/analysis_120.go:13:2: honnef.co/go/tools@v0.4.7: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/analysis_120.go:14:2: honnef.co/go/tools@v0.4.7: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/analysis_120.go:15:2: honnef.co/go/tools@v0.4.7: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/analysis_120.go:16:2: honnef.co/go/tools@v0.4.7: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/analysis_120.go:17:2: honnef.co/go/tools@v0.4.7: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/gofumpt_120.go:15:2: mvdan.cc/gofumpt@v0.6.0: Get "https://proxy.golang.org/mvdan.cc/gofumpt/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/hooks.go:12:2: mvdan.cc/xurls/v2@v2.5.0: Get "https://proxy.golang.org/mvdan.cc/xurls/v2/@v/v2.5.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
api-diff/api_diff.go:16:2: github.com/google/go-cmp@v0.6.0: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
doc/generate.go:32:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/vulncheck/vulntest/report.go:16:2: gopkg.in/yaml.v3@v3.0.1: Get "https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-29 17:16 linux-ppc64le-power9osu tools@904c6baa go@89f7805c [build] (log)
present/parse.go:23:2: github.com/yuin/goldmark@v1.4.13: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.4.13.zip": tls: invalid signature by the server certificate: ECDSA verification failure
present/parse.go:24:2: github.com/yuin/goldmark@v1.4.13: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.4.13.zip": tls: invalid signature by the server certificate: ECDSA verification failure
present/parse.go:25:2: github.com/yuin/goldmark@v1.4.13: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.4.13.zip": tls: invalid signature by the server certificate: ECDSA verification failure
present/parse.go:26:2: github.com/yuin/goldmark@v1.4.13: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.4.13.zip": tls: invalid signature by the server certificate: ECDSA verification failure
go/packages/packages.go:28:2: golang.org/x/sync@v0.6.0: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/gocommand/vendor.go:17:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/deadcode/deadcode.go:29:2: golang.org/x/telemetry@v0.0.0-20240228155512-f48c80bd79b2: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
godoc/markdown.go:11:2: github.com/yuin/goldmark@v1.4.13: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.4.13.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/imports/mod.go:20:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/gonew/main.go:51:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/html2article/conv.go:21:2: golang.org/x/net@v0.22.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.22.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
cmd/html2article/conv.go:22:2: golang.org/x/net@v0.22.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.22.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
playground/socket/socket.go:36:2: golang.org/x/net@v0.22.0: Get "https://proxy.golang.org/golang.org/x/net/@v/v0.22.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
2024-03-29 17:16 linux-ppc64le-power9osu tools@904c6baa go@89f7805c [build] (log)
main.go:20:2: golang.org/x/telemetry@v0.0.0-20240228155512-f48c80bd79b2: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cmd/serve.go:17:2: golang.org/x/telemetry@v0.0.0-20240228155512-f48c80bd79b2: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cache/mod.go:15:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cache/check.go:23:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cache/mod_vuln.go:16:2: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cache/analysis.go:33:2: golang.org/x/sync@v0.6.0: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/protocol/protocol.go:14:2: golang.org/x/telemetry@v0.0.0-20240228155512-f48c80bd79b2: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/util/bug/bug.go:22:2: golang.org/x/telemetry@v0.0.0-20240228155512-f48c80bd79b2: Get "https://proxy.golang.org/golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/cache/mod_vuln.go:26:2: golang.org/x/vuln@v1.0.4: Get "https://proxy.golang.org/golang.org/x/vuln/@v/v1.0.4.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/golang/hover.go:26:2: golang.org/x/text@v0.14.0: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.14.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/analysis_120.go:13:2: honnef.co/go/tools@v0.4.7: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/analysis_120.go:14:2: honnef.co/go/tools@v0.4.7: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/analysis_120.go:15:2: honnef.co/go/tools@v0.4.7: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/analysis_120.go:16:2: honnef.co/go/tools@v0.4.7: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/analysis_120.go:17:2: honnef.co/go/tools@v0.4.7: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.4.7.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/gofumpt_120.go:15:2: mvdan.cc/gofumpt@v0.6.0: Get "https://proxy.golang.org/mvdan.cc/gofumpt/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/hooks/hooks.go:12:2: mvdan.cc/xurls/v2@v2.5.0: Get "https://proxy.golang.org/mvdan.cc/xurls/v2/@v/v2.5.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
api-diff/api_diff.go:16:2: github.com/google/go-cmp@v0.6.0: Get "https://proxy.golang.org/github.com/google/go-cmp/@v/v0.6.0.zip": tls: invalid signature by the server certificate: ECDSA verification failure
doc/generate.go:32:2: github.com/jba/printsrc@v0.2.2: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": tls: invalid signature by the server certificate: ECDSA verification failure
internal/vulncheck/vulntest/report.go:16:2: gopkg.in/yaml.v3@v3.0.1: Get "https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.zip": tls: invalid signature by the server certificate: ECDSA verification failure

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-03-19 20:47 solaris-amd64-oraclerel telemetry@f4db1c7d go@ba9c445f (log)
../../../../../pkg/mod/github.com/googleapis/gax-go/v2@v2.12.0/apierror/apierror.go:44:2: google.golang.org/api@v0.149.0: read "https://proxy.golang.org/google.golang.org/api/@v/v0.149.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../../pkg/mod/cloud.google.com/go/storage@v1.30.1/internal/apiv2/storage_client.go:30:2: google.golang.org/api@v0.149.0: read "https://proxy.golang.org/google.golang.org/api/@v/v0.149.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../../pkg/mod/cloud.google.com/go/storage@v1.30.1/internal/apiv2/doc.go:91:2: google.golang.org/api@v0.149.0: read "https://proxy.golang.org/google.golang.org/api/@v/v0.149.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../../pkg/mod/cloud.google.com/go/storage@v1.30.1/internal/apiv2/storage_client.go:32:2: google.golang.org/api@v0.149.0: read "https://proxy.golang.org/google.golang.org/api/@v/v0.149.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../../pkg/mod/cloud.google.com/go/storage@v1.30.1/internal/apiv2/storage_client.go:33:2: google.golang.org/api@v0.149.0: read "https://proxy.golang.org/google.golang.org/api/@v/v0.149.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../../pkg/mod/cloud.google.com/go/storage@v1.30.1/bucket.go:32:2: google.golang.org/api@v0.149.0: read "https://proxy.golang.org/google.golang.org/api/@v/v0.149.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../../pkg/mod/cloud.google.com/go/storage@v1.30.1/acl.go:24:2: google.golang.org/api@v0.149.0: read "https://proxy.golang.org/google.golang.org/api/@v/v0.149.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../../pkg/mod/cloud.google.com/go/storage@v1.30.1/http_client.go:41:2: google.golang.org/api@v0.149.0: read "https://proxy.golang.org/google.golang.org/api/@v/v0.149.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"
../../../../../pkg/mod/cloud.google.com/go/storage@v1.30.1/http_client.go:42:2: google.golang.org/api@v0.149.0: read "https://proxy.golang.org/google.golang.org/api/@v/v0.149.0.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="server_shutting_down"

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-03-05 16:02 netbsd-arm-bsiegert perf@5eefbfdb go@ba9c445f (log)
analysis/app/trend.go:23:2: github.com/aclements/go-gg@v0.0.0-20170118225347-6dbb4e4fefb0: Get "https://proxy.golang.org/github.com/aclements/go-gg/@v/v0.0.0-20170118225347-6dbb4e4fefb0.zip": dial tcp: lookup proxy.golang.org on 192.168.87.1:53: read udp 192.168.87.40:63434->192.168.87.1:53: i/o timeout
analysis/app/trend.go:24:2: github.com/aclements/go-gg@v0.0.0-20170118225347-6dbb4e4fefb0: Get "https://proxy.golang.org/github.com/aclements/go-gg/@v/v0.0.0-20170118225347-6dbb4e4fefb0.zip": dial tcp: lookup proxy.golang.org on 192.168.87.1:53: read udp 192.168.87.40:63434->192.168.87.1:53: i/o timeout
analysis/app/trend.go:25:2: github.com/aclements/go-gg@v0.0.0-20170118225347-6dbb4e4fefb0: Get "https://proxy.golang.org/github.com/aclements/go-gg/@v/v0.0.0-20170118225347-6dbb4e4fefb0.zip": dial tcp: lookup proxy.golang.org on 192.168.87.1:53: read udp 192.168.87.40:63434->192.168.87.1:53: i/o timeout
analysis/appengine/app.go:17:2: google.golang.org/appengine@v1.6.7: Get "https://proxy.golang.org/google.golang.org/appengine/@v/v1.6.7.zip": dial tcp: lookup proxy.golang.org on 192.168.87.1:53: read udp 192.168.87.40:63434->192.168.87.1:53: i/o timeout
benchmath/sample.go:22:2: github.com/aclements/go-moremath@v0.0.0-20210112150236-f10218a38794: Get "https://proxy.golang.org/github.com/aclements/go-moremath/@v/v0.0.0-20210112150236-f10218a38794.zip": dial tcp: lookup proxy.golang.org on 192.168.87.1:53: read udp 192.168.87.40:63434->192.168.87.1:53: i/o timeout
benchmath/anone.go:12:2: github.com/aclements/go-moremath@v0.0.0-20210112150236-f10218a38794: Get "https://proxy.golang.org/github.com/aclements/go-moremath/@v/v0.0.0-20210112150236-f10218a38794.zip": dial tcp: lookup proxy.golang.org on 192.168.87.1:53: read udp 192.168.87.40:63434->192.168.87.1:53: i/o timeout
../../../../pkg/mod/github.com/google/s2a-go@v0.1.4/internal/handshaker/service/service.go:31:2: google.golang.org/appengine@v1.6.7: Get "https://proxy.golang.org/google.golang.org/appengine/@v/v1.6.7.zip": dial tcp: lookup proxy.golang.org on 192.168.87.1:53: read udp 192.168.87.40:63434->192.168.87.1:53: i/o timeout
storage/appengine/app.go:24:2: google.golang.org/appengine@v1.6.7: Get "https://proxy.golang.org/google.golang.org/appengine/@v/v1.6.7.zip": dial tcp: lookup proxy.golang.org on 192.168.87.1:53: read udp 192.168.87.40:63434->192.168.87.1:53: i/o timeout
storage/appengine/app.go:25:2: google.golang.org/appengine@v1.6.7: Get "https://proxy.golang.org/google.golang.org/appengine/@v/v1.6.7.zip": dial tcp: lookup proxy.golang.org on 192.168.87.1:53: read udp 192.168.87.40:63434->192.168.87.1:53: i/o timeout

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- (`(Get|read) \\?"https://?proxy.golang.org/` ||
	(section == "go test -short ./..." && test == "" && log ~ `(Get|read) "https://?proxy.golang.org/`)) &&
	(builder != "plan9-arm" && builder != "plan9-386-0intro" && builder != "plan9-amd64-0intro")
2024-04-08 15:39 gotip-linux-amd64-longtest-race go@08a7ab97 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:205: > /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2749435459/003/bin/go mod tidy
    moddeps_test.go:205: command failed: exit status 1
        go: downloading golang.org/x/net v0.24.1-0.20240405150138-b67a0f053553
        go: downloading golang.org/x/crypto v0.22.0
        go: downloading golang.org/x/sys v0.19.0
        go: downloading golang.org/x/text v0.14.0
        go: crypto/tls imports
        	golang.org/x/crypto/chacha20poly1305 imports
        	golang.org/x/sys/cpu: golang.org/x/sys@v0.19.0: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.19.0.mod": read tcp 172.17.0.2:55584->142.250.148.141:443: read: connection reset by peer
--- FAIL: TestAllDependencies/std(thorough) (8.63s)

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. proxy.golang.org
Projects
Status: Active
Development

No branches or pull requests

3 participants