Skip to content

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

New issue

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

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

Already on GitHub? Sign in to your account

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

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

rsc opened this issue Sep 20, 2022 · 143 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 this to Test Flakes Sep 20, 2022
@rsc rsc moved this to Active in Test Flakes Sep 20, 2022
@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
Contributor

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
Contributor

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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/internal/annotate.go:20:2: google.golang.org/[email protected]: 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/[email protected]/query.go:29:2: google.golang.org/[email protected]: 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/[email protected]/datastore.go:26:2: google.golang.org/[email protected]: 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/[email protected]/datastore.go:27:2: google.golang.org/[email protected]: 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/[email protected]/datastore.go:28:2: google.golang.org/[email protected]: 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/[email protected]/longrunning/autogen/operations_client.go:29:2: google.golang.org/[email protected]: 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/[email protected]/acl.go:24:2: google.golang.org/[email protected]: 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/[email protected]/storage.go:47:2: google.golang.org/[email protected]: 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/[email protected]: 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
Contributor

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/[email protected]: 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
Contributor

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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: Get "https://proxy.golang.org/github.com/jba/printsrc/@v/v0.2.2.zip": net/http: TLS handshake timeout

watchflakes

@gopherbot
Copy link
Contributor

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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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
Contributor

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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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
Contributor

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/[email protected]: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.1.12.zip": Service Unavailable

watchflakes

@gopherbot
Copy link
Contributor

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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]/format/format.go:25:2: github.com/google/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.3.3.zip": net/http: TLS handshake timeout

watchflakes

@gopherbot
Copy link
Contributor

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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: Get "https://proxy.golang.org/github.com/dustin/go-wikiparse/@v/v0.0.0-20211018054215-c01ec186f20c.zip": Service Unavailable

watchflakes

@gopherbot
Copy link
Contributor

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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: read "https:/proxy.golang.org/@v/v0.5.0.zip": stream error: stream ID 1; INTERNAL_ERROR; received from peer

watchflakes

@gopherbot
Copy link
Contributor

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/[email protected]: 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
Contributor

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/[email protected]: 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
Contributor

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/[email protected]: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
html/charset/charset.go:21:2: golang.org/x/[email protected]: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
html/charset/charset.go:22:2: golang.org/x/[email protected]: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
html/charset/charset.go:23:2: golang.org/x/[email protected]: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF
idna/idna10.0.0.go:28:2: golang.org/x/[email protected]: read "https:/proxy.golang.org/@v/v0.6.0.zip": unexpected EOF

watchflakes

@gopherbot
Copy link
Contributor

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
Contributor

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/[email protected]/apierror/apierror.go:40:2: google.golang.org/[email protected]: 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/[email protected]: 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/[email protected]/query.go:29:2: google.golang.org/[email protected]: 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/[email protected]/datastore.go:26:2: google.golang.org/[email protected]: 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/[email protected]/datastore.go:27:2: google.golang.org/[email protected]: 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/[email protected]/datastore.go:28:2: google.golang.org/[email protected]: 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/[email protected]/autogen/operations_client.go:34:2: google.golang.org/[email protected]: 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/[email protected]/autogen/operations_client.go:36:2: google.golang.org/[email protected]: 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/[email protected]/bucket.go:32:2: google.golang.org/[email protected]: 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/[email protected]/acl.go:24:2: google.golang.org/[email protected]: 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/[email protected]: 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/[email protected]: read "https:/proxy.golang.org/@v/v0.6.0.zip": stream error: stream ID 15; INTERNAL_ERROR; received from peer

watchflakes

@gopherbot
Copy link
Contributor

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/[email protected]: read "https:/proxy.golang.org/@v/v0.6.0.zip": stream error: stream ID 15; INTERNAL_ERROR; received from peer

watchflakes

@gopherbot
Copy link
Contributor

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/[email protected]: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:22:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:23:2: golang.org/x/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF

watchflakes

@gopherbot
Copy link
Contributor

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/[email protected]: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:21:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:22:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF
html/charset/charset.go:23:2: golang.org/x/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.6.0.zip": EOF

watchflakes

@gopherbot
Copy link
Contributor

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/[email protected]/idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: 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/[email protected]/idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: 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/[email protected]/idna/idna10.0.0.go:28:2: golang.org/x/[email protected]: 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
Contributor

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")
2025-02-10 16:59 x_tools-go1.23-plan9-386 tools@09747cdf release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 525: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.76s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-11 15:03 x_tools-go1.23-plan9-386 tools@027eab55 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 522: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.52s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-11 18:46 x_tools-go1.23-plan9-386 tools@0d16805d release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 24907: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.48s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-11 21:54 x_tools-go1.23-plan9-386 tools@25932623 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 1769: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.48s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-11 23:01 x_tools-go1.23-plan9-386 tools@b752317a release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 1771: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.53s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-11 22:35 x_tools-go1.23-plan9-386 tools@d98774ed release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 1767: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.64s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-11 21:34 x_tools-go1.23-plan9-386 tools@b3c5d108 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 1851: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.55s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-11 21:19 x_tools-go1.23-plan9-386 tools@d2585c46 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 1789: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.24s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-12 14:49 x_tools-go1.23-plan9-386 tools@b5a64bbc release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 4885: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.67s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-12 17:13 x_tools-go1.23-plan9-386 tools@57629448 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 27375: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.63s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-12 19:00 x_tools-go1.23-plan9-386 tools@86f13a91 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 4969: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.66s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-12 16:10 x_tools-go1.23-plan9-386 tools@f9aad705 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 27355: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.55s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-13 17:34 x_tools-go1.23-plan9-386 tools@2f1b076c release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 5016: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.74s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-13 19:20 x_tools-go1.23-plan9-386 tools@ddd4bde5 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 28140: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.74s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-13 21:27 x_tools-go1.23-plan9-386 tools@85a3833c release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 28858: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.70s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-13 21:13 x_tools-go1.23-plan9-386 tools@809cde44 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 27359: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.67s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-14 03:17 x_tools-go1.23-plan9-386 tools@c0dbb60e release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 27363: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.64s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-13 20:27 x_tools-go1.23-plan9-386 tools@ab04c196 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 27341: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.65s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-13 17:35 x_tools-go1.23-plan9-386 tools@44b61a1d release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 27381: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.63s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-14 12:38 x_tools-go1.23-plan9-386 tools@88071012 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 27375: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.63s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-14 15:20 x_tools-go1.23-plan9-386 tools@2880aae7 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 27406: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.61s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-14 17:02 x_tools-go1.23-plan9-386 tools@32ffaa31 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 27381: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.64s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-13 17:34 x_tools-go1.23-plan9-386 tools@d0d86e40 release-branch.go1.23@a991f9c3 x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 30677: 1'
        go: downloading golang.org/x/sync v0.11.0
        go: downloading golang.org/x/mod v0.23.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.11.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.23.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.69s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-03-05 20:18 x_tools-go1.23-plan9-386 tools@6a5b66be release-branch.go1.23@45aade7f x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 4124: 1'
        go: downloading golang.org/x/sync v0.12.0
        go: downloading golang.org/x/mod v0.24.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.12.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.24.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.24.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (3.09s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-03-06 18:34 x_tools-go1.23-plan9-386 tools@b08c7a26 release-branch.go1.23@45aade7f x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 6415: 1'
        go: downloading golang.org/x/sync v0.12.0
        go: downloading golang.org/x/mod v0.24.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.12.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.24.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.24.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.96s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-02-26 14:50 x_tools-go1.23-netbsd-arm64 tools@779331ac release-branch.go1.23@2aaa3889 [build] (log)
go: downloading go1.24.0 (netbsd/arm64)
go: download go1.24.0: golang.org/[email protected]: verifying module: golang.org/[email protected]: Get "https://proxy.golang.org/sumdb/sum.golang.org/supported": read tcp 192.168.87.44:61847->142.250.203.113:443: read: connection timed out

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-03-07 21:08 x_tools-go1.23-plan9-386 tools@29f81e9d release-branch.go1.23@45aade7f x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 695: 1'
        go: downloading golang.org/x/sync v0.12.0
        go: downloading golang.org/x/mod v0.24.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.12.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.24.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.24.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.66s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-03-08 17:41 x_tools-go1.23-plan9-386 tools@8fa586e1 release-branch.go1.23@45aade7f x/tools/cmd/deadcode.Test (log)
=== RUN   Test
    deadcode_test.go:155: Building deadcode: exit status: 'go 3897: 1'
        go: downloading golang.org/x/sync v0.12.0
        go: downloading golang.org/x/mod v0.24.0
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/start.go:16:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sync/@v/v0.12.0.zip": dial tcp: lookup proxy.golang.org: no such host
        /usr/glenda/go/pkg/mod/golang.org/x/[email protected]/internal/telemetry/proginfo.go:13:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.24.0.zip": dial tcp: lookup proxy.golang.org: no such host
        ../../internal/gocommand/vendor.go:17:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.24.0.zip": dial tcp: lookup proxy.golang.org: no such host
--- FAIL: Test (2.69s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-03-17 21:34 gotip-linux-386-longtest go@cd2f347c crypto/internal/fips140test:gofips140-v1.0.0.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/[email protected]
    fetchmodule.go:49: failed to download boringssl.googlesource.com/[email protected]: exit status 1
        {
        	"Path": "boringssl.googlesource.com/boringssl.git",
        	"Version": "v0.0.0-20250207174145-0bb19f6126cb",
        	"Error": "boringssl.googlesource.com/[email protected]: read \"https://proxy.golang.org/boringssl.googlesource.com/boringssl.git/@v/v0.0.0-20250207174145-0bb19f6126cb.zip\": unexpected EOF",
        	"Info": "/home/swarming/.swarming/w/ir/x/t/go-tool-dist-1248036276/fips-v1.0.0/cache/download/boringssl.googlesource.com/boringssl.git/@v/v0.0.0-20250207174145-0bb19f6126cb.info",
        	"GoMod": "/home/swarming/.swarming/w/ir/x/t/go-tool-dist-1248036276/fips-v1.0.0/cache/download/boringssl.googlesource.com/boringssl.git/@v/v0.0.0-20250207174145-0bb19f6126cb.mod",
        	"GoModSum": "h1:RBlrERT1wBV8/gx8pIWi2+Ce9NUJR4d7M5kERanHzfk=",
        	"Origin": {
        		"VCS": "git",
        		"URL": "https://boringssl.googlesource.com/boringssl",
        		"Hash": "0bb19f6126cb446d8e42f27038f9b0a0534ad1b0"
        	}
        }
        
--- FAIL: TestACVP (4.37s)

watchflakes

@gopherbot
Copy link
Contributor

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")
2025-04-23 17:22 gotip-linux-amd64_c2s16-perf_vs_release go@71d95059 [build] (log)
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/BurntSushi/toml v1.0.0
2025/04/23 22:08:32 Load average: 0.36 0.08 0.03 2/415 1023756
2025/04/23 22:08:32 Waiting for load average to drop below 0.20...
2025/04/23 22:09:02 Load average: 0.44 0.12 0.04 2/417 1023758
2025/04/23 22:09:02 Waiting for load average to drop below 0.20...
2025/04/23 22:09:32 Load average: 0.27 0.11 0.04 1/417 1023758
2025/04/23 22:09:32 Waiting for load average to drop below 0.20...
2025/04/23 22:10:02 Load average: 0.16 0.10 0.04 1/417 1023758
2025/04/23 22:10:02 Running Go test benchmarks for experiment
...
[sweet] Running benchmark tile38 for experiment: run 8
[sweet] Running benchmark tile38 for baseline: run 8
[sweet] Running benchmark tile38 for experiment: run 9
[sweet] Running benchmark tile38 for baseline: run 9
[sweet] Running benchmark tile38 for experiment: run 10
[sweet] Running benchmark tile38 for baseline: run 10
[sweet] error: failed to execute benchmarks: cockroachdb
2025/04/24 01:52:06 Error running sweet: error running sweet run: exit status 1
2025/04/24 01:52:06 FAIL
exit status 1

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